Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

WMFP.Stop

Stops playback.

Component Version macOS Windows Linux Server iOS SDK
WMFP 10.0 ❌ No ✅ Yes ❌ No ✅ Yes, on Windows ❌ No
MBS( "WMFP.Stop"; Player )   More

Parameters

Parameter Description Example
Player The reference number for the Windows Media Foundation Player object. $$Player

Result

Returns OK or error.

Description

Stops playback.

Examples

Stop video:

Set Variable [$r; Value: MBS( "WMFP.Stop"; $$Player ) ]

Play video:

Set Variable [$r; Value: MBS( "WMFP.Play"; $$Player ) ]

See also

This function checks for a license.

Created 25th December 2019, last changed 26th December 2019


WMFP.SetVolume - WMFP.UpdateVideo