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