SsSetSerialVol

Set CD audio volume

void SsSetSerialVol (
        short s_num,
        short voll,
        short volr
)

Arguments

s_num Must be set to SS_CD
voll Left channel volume
volr Right channel volume

Return Value

None.

Explanation

The CD audio volume is set to the values specified by voll (left) and volr (right).
Volume values can range from 0 to 127.

See Also

SsGetSerialVol()