DemoGL::Reference::Structures::SSoundSystemOptionDat

SSoundSystemOptionDat

SSoundSystemOptionDat specifies all found sound devices in the computer system and is used to report this information to the caller of DEMOGL_SoundSystemDetermineOptionsData.

typedef struct
{
	bool			m_bSound_Possible;
	int			m_iAmDevices;
	SSoundDeviceOptions	m_arrssdoDevices[DGL_SS_MAXDEVICES];
} SSoundSystemOptionDat;
Members.
m_bSound_Possible
Specifies if there is any sound possible (true) or not (false).
m_iAmDevices
Specifies the amount of devices found and stored in m_arrssdoDevices.
m_arrssdoDevices
Array with SSoundDeviceOptions objects, which hold per found sound device the specific information needed.

Remarks.
Use DEMOGL_SoundSystemDetermineOptionsData to retrieve the device specific information.

Requirements.
DemoGL v1.3 (build 0112 or higher)

See also.
DEMOGL_SoundSystemDetermineOptionsData, SSoundDeviceOptions

Last changed on 20-jan-2001

©1999-2001 Solutions Design