Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows Media Foundation | MBS WinFrameworks Plugin | 20.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
An alternative movie and audio player for Xojo.
For Windows 7, Windows Server 2008 R2 or newer.
Constant | Value | Description |
---|---|---|
StateEmpty | 0 |
Initial state. No media items have been set on the player object. |
StatePaused | 3 |
Playback is paused. |
StatePlaying | 2 |
Playback is in progress. |
StateShutdown | 4 |
The player object was shut down. This state is returned after the application calls Shutdown method. |
StateStopped | 1 |
Playback is stopped. |
Constant | Value | Description |
---|---|---|
VideoARModeMask | 7 |
Bitmask to validate flag values. This value is not a valid flag. |
VideoARModeNone | 0 |
Do not maintain the aspect ratio of the video. Stretch the video to fit the output rectangle. |
VideoARModeNonLinearStretch | 4 | Apply a non-linear horizontal stretch if the aspect ratio of the destination rectangle does not match the aspect ratio of the source rectangle. more |
VideoARModePreservePicture | 1 |
Preserve the aspect ratio of the video by letterboxing or within the output rectangle. |
VideoARModePreservePixel | 2 | Correct the aspect ratio if the physical size of the display device does not match the display resolution. For example, if the native resolution of the monitor is 1600 by 1200 (4:3) but the display resolution is 1280 by 1024 (5:4), the monitor will display non-square pixels. more |
This class has no sub classes.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
MFPMediaPlayerExceptionMBS - MidiClientMBS