TeamTalk 5 C-API DLL Version 5.13A
AudioInputProgress Struct Reference

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...
 

Detailed Description

The progress of the audio currently being processed as audio input.

See also
TT_InsertAudioBlock()

Definition at line 1597 of file TeamTalk.h.

Member Data Documentation

◆ nStreamID

INT32 AudioInputProgress::nStreamID

The stream ID provided in the AudioBlock.

Definition at line 1600 of file TeamTalk.h.

◆ uQueueMSec

UINT32 AudioInputProgress::uQueueMSec

The duration of the audio currently queued for transmission.

Definition at line 1603 of file TeamTalk.h.

◆ uElapsedMSec

UINT32 AudioInputProgress::uElapsedMSec

The duration of the audio that has been transmitted.

Definition at line 1606 of file TeamTalk.h.