OverviewExamples
| 
 QuickTime.SetMute (  | 
Sets the mute state of a QuickTime object.
(string) The name of the QuickTime object.
(boolean) Whether to mute or unmute the QuickTime object:
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Mute. (Default)  | 
| 
 false  | 
 Unmute.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions