TeamTalk 5 C-API DLL
Version 5.14A
|
Struct describing the audio format used by a media file. More...
#include <TeamTalk.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.
Definition at line 793 of file TeamTalk.h.
AudioFileFormat AudioFormat::nAudioFmt |
The audio file format, e.g. wave or MP3.
Definition at line 796 of file TeamTalk.h.
INT32 AudioFormat::nSampleRate |
Sample rate of media file.
Definition at line 798 of file TeamTalk.h.
INT32 AudioFormat::nChannels |
Channels used by media file, mono = 1, stereo = 2.
Definition at line 800 of file TeamTalk.h.