TeamTalk 4 C-API DLL
Version 4.5A
|
Struct describing the audio format used by a media file. More...
#include <TeamTalk4.h>
Public Attributes | |
AudioFileFormat | nAudioFmt |
The audio file format, e.g. wave or MP3. More... | |
INT32 | nSampleRate |
Sample rate of media file. More... | |
INT32 | nChannels |
Channels used by media file, mono = 1, stereo = 2. More... | |
Struct describing the audio format used by a media file.
AudioFileFormat AudioFormat::nAudioFmt |
The audio file format, e.g. wave or MP3.
INT32 AudioFormat::nSampleRate |
Sample rate of media file.
INT32 AudioFormat::nChannels |
Channels used by media file, mono = 1, stereo = 2.