SsUtGetVVol

Gets voice volume

short SsUtGetVVol (
        short vc,
        short *voll,
        short *volr
)

Arguments

vc Voice number
voll Pointer to memory area for storing result volume (left)
volr Pointer to memory area for storing result volume (right)

Return Value

0 is returned if the values were successfully obtained, otherwise -1 is returned.

Explanation

The values of the volume specified by vc are obtained and placed in the storage locations specified by voll (left) and volr (right).

See Also

SsUtSetVVol()