#include <nitro/snd.h>BOOL SND_ReadChannelInfo( const SNDDriverInfo* driverInfo, int chNo, SNDChannelInfo* chInfo );
driverInfo |
The pointer to the driver information structure. |
chNo |
The channel number. Takes a value between 0 and 15. |
chInfo |
The pointer to the channel information structure to store the obtained information |
Gets the channel information from the driver information structure.
The driver information structure driverInfo can be obtained with the SND_ReadDriverInfo function.
If obtained successfully, the channel information is written to chInfo, the SNDChannelInfo-type structure for the channel information.
SND_ReadDriverInfo, SNDChannelInfo
02/17/2005 Initial version
CONFIDENTIAL