VCT_Main

Syntax

#include <vct.h>
void VCT_Main( void );

Argument

None.

Return Value

None.

Description

VCT_Main executes a VoiceChat Library main loop. This function encodes and processes audio data transmission queued by the VCT_SendAudio function. This function also decodes data received by VCT_HandleData and checks the time-out status.

VCT_Main should be called once per picture frame to ensure constant transmission.

See Also

VCT_SendAudio

Revision History

2006/04/17 Description regarding the call interval was modified.
2006/01/25 First release