TeamTalk 5 .NET DLL Version 5.12A
BearWare.AudioInputProgress Struct Reference

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

Public Attributes

int nStreamID
 The stream ID provided in the BearWare.AudioBlock. More...
 
uint uQueueMSec
 The duration of the audio currently queued for transmission. More...
 
uint 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
TeamTalkBase.InsertAudioBlock()

Definition at line 1692 of file TeamTalk.cs.

Member Data Documentation

◆ nStreamID

int BearWare.AudioInputProgress.nStreamID

The stream ID provided in the BearWare.AudioBlock.

Definition at line 1695 of file TeamTalk.cs.

◆ uQueueMSec

uint BearWare.AudioInputProgress.uQueueMSec

The duration of the audio currently queued for transmission.

Definition at line 1698 of file TeamTalk.cs.

◆ uElapsedMSec

uint BearWare.AudioInputProgress.uElapsedMSec

The duration of the audio that has been transmitted.

Definition at line 1701 of file TeamTalk.cs.