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