TeamTalk 4 .NET DLL
Version 4.5A
|
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... | |
Struct describing the audio format used by a media file.
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.