AAM_GetSSDCaps

This function tells what type of surround-sound decoding the system supports.

Syntax

DWORD AAM_GetSSDCaps( DWORD *pdwCap );

Parameters

pdwCap
Pointer to a DWORD that contains information about what surround-sound decoding methods the system supports. The value returned is a combination of one or more of the following flags:
AAM_SSD_AC3
AAM_SSD_DOLBY
AAM_SSD_MSV1
AAM_SSD_PROLOGIC
AAM_SSD_THX

Return Values

Zero indicates success. AAM_ERR_NOTSUPPORTED indicates that the device does not have surround sound capability.