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