#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.
Information at the time the sound driver information was last updated successfully with NNS_SndUpdateDriverInfo can be obtained. 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
02/17/2005 Initial version.
CONFIDENTIAL