VCT_GetAudioInfo

Syntax

#include <vct.h>
void VCT_GetAudioInfo( u32 channel, VCTAudioInfo *info );

Argument

channel The channel number to be retrieved.
info Pointer to VCTAudioInfo structure.

Return Value

None.

Description

VCT_GetAudioInfo retrieves information about audio streaming as specified by the channel

See Also

VCT_StartStreaming, VCT_StopStreaming

Revision History

2006/01/25 First release