QuickTime.SetVolume

QuickTime.SetVolume ( 

string ObjectName,

number Volume )

Description

Sets the volume level of a QuickTime object.

Parameters

ObjectName

(string) The name of the QuickTime object.

Volume

(number) The volume level represented by a number between 0 and 1. The value 0 is silent and 1 is the loudest.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions