#include <vct.h>
void VCT_GetAudioInfo( u32 channel, VCTAudioInfo *info );
channel | The channel number to be retrieved. |
info | Pointer to VCTAudioInfo structure.
|
None.
VCT_GetAudioInfo retrieves information about audio streaming as specified by the channel
VCT_StartStreaming,
VCT_StopStreaming
2006/01/25 First release