#include <vct.h>
void VCT_Main( void );
None.
None.
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.
2006/04/17 Description regarding the call interval was modified.
2006/01/25 First release