Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Pauses playback.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
AVPlayer | 7.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
AVPlayer | The reference number of the player. | $Player |
Returns OK or error.
Pause player:
If [Length($$Player)>0]
Set Variable [$r; Value:MBS("AVPlayer.Pause"; $$Player)]
Else
Show Custom Dialog ["Please open Movie first!"]
End If
This function checks for a license.
Created 3th February 2017, last changed 3th February 2017