Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets the position.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WMFP | 10.0 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Parameter | Description | Example |
---|---|---|
Player | The reference number for the Windows Media Foundation Player object. | $$Player |
Value | The new position. | $pos |
Returns OK or error.
Jump 10 seconds forward:
Set Variable [ $r ; Value: MBS("WMFP.SetPosition"; $$player; 10 + MBS("WMFP.GetPosition"; $$player)) ]
Jump back to start:
Set Variable [ $r ; Value: MBS("WMFP.SetPosition"; $$player; 0) ]
This function checks for a license.
Created 25th December 2019, last changed 25th December 2019