TeamTalk 4 .NET DLL  Version 4.5A
BearWare.AudioFormat Struct Reference

Struct describing the audio format used by a media file. More...

Public Attributes

AudioFileFormat nAudioFmt
 The audio file format, e.g. wave or MP3. More...
 
int nSampleRate
 Sample rate of media file. More...
 
int nChannels
 Channels used by media file, mono = 1, stereo = 2. More...
 

Detailed Description

Struct describing the audio format used by a media file.

See Also
TeamTalk4.GetMediaFileInfo()
MediaFileInfo

Member Data Documentation

AudioFileFormat BearWare.AudioFormat.nAudioFmt

The audio file format, e.g. wave or MP3.

int BearWare.AudioFormat.nSampleRate

Sample rate of media file.

int BearWare.AudioFormat.nChannels

Channels used by media file, mono = 1, stereo = 2.