#include <nnsys/snd.h>
BOOL NNS_SndReadDriverChannelInfo( int chNo, SNDChannelInfo* info );
chNo |
The channel number. Specify a value between 0 to 15. |
info |
The pointer to the channel information structure to store the obtained information |
Gets the sound driver's channel information.
This function can obtain information from the time the sound driver information was last updated successfully with NNS_SndUpdateDriverInfo. This function fails if the sound driver has never been successfully updated.
If obtained successfully, the channel information is written to info
, the SNDChannelInfo
type structure for the channel information.
NNS_SndUpdateDriverInfo, SNDChannelInfo
2005/02/17 Initial version.
CONFIDENTIAL