TeamTalk 5 C-API DLL Version 5.15A
|
The progress of the audio currently being processed as audio input. More...
#include <TeamTalk.h>
Public Attributes | |
INT32 | nStreamID |
The stream ID provided in the AudioBlock. | |
UINT32 | uQueueMSec |
The duration of the audio currently queued for transmission. | |
UINT32 | uElapsedMSec |
The duration of the audio that has been transmitted. | |
The progress of the audio currently being processed as audio input.
Definition at line 1602 of file TeamTalk.h.
INT32 AudioInputProgress::nStreamID |
The stream ID provided in the AudioBlock.
Definition at line 1605 of file TeamTalk.h.
UINT32 AudioInputProgress::uQueueMSec |
The duration of the audio currently queued for transmission.
Definition at line 1608 of file TeamTalk.h.
UINT32 AudioInputProgress::uElapsedMSec |
The duration of the audio that has been transmitted.
Definition at line 1611 of file TeamTalk.h.