Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
The Windows Media Foundation Player can play audio and video independent of a container field.
Instead of using an interactive container field, you can play audio in background or video on your layout without putting a container field there.
See also AVPlayer functions for MacOS.
Version | macOS | Windows | Linux | Server | iOS SDK |
10.0 / 10.5 | ❌ No | ✅ Yes | ❌ No | 🔶 78%, on Windows | ❌ No |
Item | Details |
---|---|
WMFP.Create Creates a new player. | Win only 10.0 |
WMFP.FrameStep Steps forward one video frame. | Win only 10.0 |
WMFP.GetBalance Queries current audio balance. | Win only 10.0 |
WMFP.GetDuration Queries duration. | Win only 10.0 |
WMFP.GetIdealVideoSize Queries ideal video size. | Win only 10.0 |
WMFP.GetLoop Queries whether to loop. | Win only 10.1 |
WMFP.GetMute Queries whether the audio is muted. | Win only 10.0 |
WMFP.GetNativeVideoSize Queries native video size. | Win only 10.0 |
WMFP.GetPosition Queries current position. | Win only 10.0 |
WMFP.GetRate Queries the current playback rate. | Win only 10.0 |
WMFP.GetState Queries state of player. | Win only 10.0 |
WMFP.GetTag Queries the tag string for this player. | Win only 10.0 |
WMFP.GetVisible Queries current visibility state. | Win only 10.0 |
WMFP.GetVolume Queries the audio volume. | Win only 10.0 |
WMFP.Pause Pauses playback. | Win only 10.0 |
WMFP.Play Starts playback. | Win only 10.0 |
WMFP.Release Frees the player. | Win only 10.0 |
WMFP.ReleaseAll Frees all player objects. | Win only 10.5 |
WMFP.Screenshot Queries picture from current frame. | Win only 10.1 |
WMFP.SetBalance Sets current audio balance. | Win only 10.0 |
WMFP.SetBorder Sets the border color. | Win only 10.0 |
WMFP.SetFrame Repositions player to given control. | Win only 10.0 |
WMFP.SetLoop Sets whether to loop. | Win only 10.1 |
WMFP.SetMute Sets whether the audio is muted. | Win only 10.0 |
WMFP.SetPlaybackEndedScriptTrigger Sets the playback ended script trigger. | Win only 10.0 |
WMFP.SetPosition Sets the position. | Win only 10.0 |
WMFP.SetRate Sets the current playback rate. | Win only 10.0 |
WMFP.SetTag Sets the tag string for this player. | Win only 10.0 |
WMFP.SetVisible Hides or shows the player. | Win only 10.0 |
WMFP.SetVolume Sets the audio volume. | Win only 10.0 |
WMFP.Stop Stops playback. | Win only 10.0 |
WMFP.UpdateVideo Updates the video frame. | Win only 10.0 |
32 functions.
Feedback: Report problem or ask question.