TeamTalk 5 .NET DLL
Version 5.11A
|
The progress of the audio currently being processed as audio input. More...
Public Attributes | |
int | nStreamID |
The stream ID provided in the BearWare.AudioBlock. More... | |
uint | uQueueMSec |
The duration of the audio currently queued for transmission. More... | |
uint | uElapsedMSec |
The duration of the audio that has been transmitted. More... | |
The progress of the audio currently being processed as audio input.
Definition at line 1692 of file TeamTalk.cs.
int BearWare.AudioInputProgress.nStreamID |
The stream ID provided in the BearWare.AudioBlock.
Definition at line 1695 of file TeamTalk.cs.
uint BearWare.AudioInputProgress.uQueueMSec |
The duration of the audio currently queued for transmission.
Definition at line 1698 of file TeamTalk.cs.
uint BearWare.AudioInputProgress.uElapsedMSec |
The duration of the audio that has been transmitted.
Definition at line 1701 of file TeamTalk.cs.