TeamTalk 5 C-API DLL
Version 5.11A
|
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. More... | |
UINT32 | uQueueMSec |
The duration of the audio currently queued for transmission. More... | |
UINT32 | 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 1597 of file TeamTalk.h.
INT32 AudioInputProgress::nStreamID |
The stream ID provided in the AudioBlock.
Definition at line 1600 of file TeamTalk.h.
UINT32 AudioInputProgress::uQueueMSec |
The duration of the audio currently queued for transmission.
Definition at line 1603 of file TeamTalk.h.
UINT32 AudioInputProgress::uElapsedMSec |
The duration of the audio that has been transmitted.
Definition at line 1606 of file TeamTalk.h.