SsGetSerialAttr

Gets the value of a CD audio attribute

char SsGetSerialAttr (
        char s_num,
        char attr
)

Arguments

s_num Must be set to SS_CD
attr Attribute to be obtained
attr = SS_MIX Mixing
attr = SS_REV Reverberation

Return Value

1 is returned if the specified attribute is on and 0 is returned if off.

Explanation

The value of the CD audio attribute specified by attr is obtained and returned.

See Also

SsSetSerialAttr()