Audio.GetVolume

number Audio.GetVolume ( 

number Channel )

Description

Retrieves the current volume of an audio channel. The volume is represented as a number between 0 and 255.

Parameters

Channel

(number) The audio channel to get the volume of:

CONSTANT

VALUE

DESCRIPTION

CHANNEL_BACKGROUND

5

Background audio channel.

CHANNEL_EFFECTS

0

Effects channel (used for mouse over, down, and click sounds).

CHANNEL_NARRATION

6

Narration channel (used for voice overs).

CHANNEL_USER1

1

User channel 1.

CHANNEL_USER2

2

User channel 2.

CHANNEL_USER3

3

User channel 3.

CHANNEL_USER4

4

User channel 4.

Returns

(number) The current volume level of the channel. The returned value is a number between 0 and 255. If an error occurs, -1 will be returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.

See also: Related Actions