Name
SetLayerVolume -- modify volume of a video layer (V6.0)
Synopsis
SetLayerVolume(id, volume)
Function
This function modifies the volume of the video layer specified by id. If the video layer is currently playing, the volume will be modified on-the-fly which can be used for sound fades etc. The volume argument can also be a string containing a percent specification, e.g. "50%".

You need to enable layers before you can use this function. See Layers introduction for details.

Inputs
id
identifier or name of the video layer
volume
new volume for the video (range: 0=mute until 64=full volume or percent specification)

Show TOC