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