VCT_ReceiveMixedAudio

Syntax

#include <vct.h>
BOOL VCT_ReceiveMixedAudio( void* audio_data, u32 length );

Argument

audio_data A pointer to buffer.
length Size of buffer.

Return Value

TRUE The audio data was written in a buffer.
FALSE The audio data does not exist, streaming has not started, or the Library is not initialized.

Description

This retrieves audio data from a receiving buffer. Unlike the VCT_ReceiveAudio function, VCT_ReceiveMixedAudio outputs the audio data of all channels after software mixing.

For further information, see the VCT_ReceiveAudio manual.

See Also

VCT_ReceiveAudio

Revision History

2006/04/25 First release