Platforms to show: All Mac Windows Linux Cross-Platform
MFPMediaItemMBS class
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 |
Notes:
Can be loaded asynchronously before playing, so you can preload the next file while another is playing.
For Windows 7, Windows Server 2008 R2 or newer.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 22 properties
- property AudioBitsPerSample as Variant New in 23.2
- property AudioChannels as Variant New in 23.2
- property AudioSamplesPerSecond as Variant New in 23.2
- property CanPause as Boolean
- property CanSeek as Boolean
- property Duration as Double
- property Handle as Integer
- property HasAudio as Boolean
- property HasAudioSelected as Boolean
- property HasSlowSeek as Boolean
- property HasVideo as Boolean
- property HasVideoSelected as Boolean
- property IsLive as Boolean
- property IsProtected as Boolean
- property Metadata as Dictionary
- property NumberOfStreams as Integer
- property StartPosition as Double
- property StopPosition as Double
- property Tag as Variant
- property URL as String
- property VideoFrameRate as Variant New in 23.2
- property StreamSelection(index as Integer) as Boolean
- 3 methods
- method Constructor Private
- method PresentationAttribute(UUID as String) as Variant
- method StreamAttribute(index as Integer, UUID as String) as Variant
This class has no sub classes.
Some methods using this class:
- MFPMediaPlayerMBS.CreateMediaItemFromURL(URL as String, Sync as Boolean = true, tag as Variant = nil) as MFPMediaItemMBS
Some properties using for this class:
- MFPMediaPlayerMBS.MediaItem as MFPMediaItemMBS
Some events using this class:
- MFPMediaPlayerMBS.MediaItemCreated(MediaItem as MFPMediaItemMBS, Tag as variant)
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 23.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.2
- MBS Xojo Plugins, version 23.2pr1
- MBS Xojo Plugins, version 19.6pr4
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
MemoryStorageMBS - MFPMediaPlayerExceptionMBS
