TeamTalk 5 .NET DLL Version 5.15A
|
Struct describing the audio format used by a media file. More...
Public Attributes | |
AudioFileFormat | nAudioFmt |
The audio file format, e.g. wave or MP3. | |
int | nSampleRate |
Sample rate of media file. | |
int | nChannels |
Channels used by media file, mono = 1, stereo = 2. | |
Struct describing the audio format used by a media file.
Definition at line 581 of file TeamTalk.cs.
AudioFileFormat BearWare.AudioFormat.nAudioFmt |
The audio file format, e.g. wave or MP3.
Definition at line 584 of file TeamTalk.cs.
int BearWare.AudioFormat.nSampleRate |
Sample rate of media file.
Definition at line 586 of file TeamTalk.cs.
int BearWare.AudioFormat.nChannels |
Channels used by media file, mono = 1, stereo = 2.
Definition at line 588 of file TeamTalk.cs.