Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

QTMovie.SetMuted

Sets the movie's mute setting to mute.

Component Version macOS Windows Linux Server iOS SDK
QTMovie 4.0 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ❌ No

Removed

This function was removed for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.

MBS( "QTMovie.SetMuted"; Movie; Flag )   More

Parameters

Parameter Description Example
Movie The reference number of the movie. Please use QTMovie.OpenContainer, QTMovie.OpenFile or QTMovie.OpenURL function to get movie reference. $mov
Flag The new mute status. Pass 0 to mute or 1 to unmute. 1

Result

Returns OK or error.

Description

Sets the movie's mute setting to mute.
Note that this does not affect the volume.

See also

Created 18th August 2014, last changed 18th August 2014


QTMovie.SetCurrentTime - QTMovie.SetRate