SsUtSetVVol

Sets voice volume

short SsUtSetVVol (
        short vc,
        short voll,
        short volr
)

Arguments

vc Voice number
voll Volume (left)
volr Volume (right)

Return Value

0 is returned if the volume was successfully set, otherwise -1 is returned.

Explanation

The volume of the voice specified by vc is set to the values specified by voll (left) and volr (right).

See Also

SsUtGetVVol()