Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
AVPlayer.GetMuted
Queries mute state.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVPlayer | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "AVPlayer.GetMuted"; AVPlayer ) More
Parameters
Parameter | Description | Example |
---|---|---|
AVPlayer | The reference number of the player. | $Player |
Result
Returns 1, 0 or error.
Description
Queries mute state.Returns 1 if muted or 0 if not.
See also
- AVPlayer.GetAsset
- AVPlayer.GetRate
- AVPlayer.GetTime
- AVPlayer.GetVolume
- AVPlayer.SetMuted
- AVPlayer.SetRate
This function checks for a license.
Created 3th February 2017, last changed 3th February 2017
AVPlayer.GetFinishedScriptName - AVPlayer.GetProgressEvaluate
