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