TeamTalk 5 .NET DLL
Version 5.11A
|
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.
Definition at line 576 of file TeamTalk.cs.
AudioFileFormat BearWare.AudioFormat.nAudioFmt |
The audio file format, e.g. wave or MP3.
Definition at line 579 of file TeamTalk.cs.
int BearWare.AudioFormat.nSampleRate |
Sample rate of media file.
Definition at line 581 of file TeamTalk.cs.
int BearWare.AudioFormat.nChannels |
Channels used by media file, mono = 1, stereo = 2.
Definition at line 583 of file TeamTalk.cs.