QuickTime.SetMute

QuickTime.SetMute (

string ObjectName,

boolean Mute = true )

Description

Sets the mute state of a QuickTime object.

Parameters

ObjectName

(string) The name of the QuickTime object.

Mute

(boolean) Whether to mute or unmute the QuickTime object:

VALUE

DESCRIPTION

true

Mute. (Default)

false

Unmute.

Returns

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

See also: Related Actions