AAM_EnableSSD

This function enables or disables surround-sound decoding.

Syntax

DWORD AAM_EnableSSD ( BOOL bEnable );

Parameters

bEnable
Boolean that is set to TRUE to enable surround-sound decoding, or to FALSE to disable it.

Return Values

Zero indicates success. AAM_ERR_DEVICEFAIL indicates that the device does not support surround-sound decoding.

Remarks

This function is a member of the surround-sound decoding API.