TeamTalk 5 C-API DLL Version 5.15A
Loading...
Searching...
No Matches
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.
 
UINT32 uQueueMSec
 The duration of the audio currently queued for transmission.
 
UINT32 uElapsedMSec
 The duration of the audio that has been transmitted.
 

Detailed Description

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

See also
TT_InsertAudioBlock()

Definition at line 1602 of file TeamTalk.h.

Member Data Documentation

◆ nStreamID

INT32 AudioInputProgress::nStreamID

The stream ID provided in the AudioBlock.

Definition at line 1605 of file TeamTalk.h.

◆ uQueueMSec

UINT32 AudioInputProgress::uQueueMSec

The duration of the audio currently queued for transmission.

Definition at line 1608 of file TeamTalk.h.

◆ uElapsedMSec

UINT32 AudioInputProgress::uElapsedMSec

The duration of the audio that has been transmitted.

Definition at line 1611 of file TeamTalk.h.