Platforms to show: All Mac Windows Linux Cross-Platform

Back to MFPMediaItemMBS class.

MFPMediaItemMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Media Foundation MBS WinFrameworks Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The private constructor.

MFPMediaItemMBS.PresentationAttribute(UUID as String) as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Media Foundation MBS WinFrameworks Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Queries the media item for a presentation attribute.

see
https://docs.microsoft.com/windows/win32/medfound/presentation-descriptor-attributes

If needed a future MBS Plugin version could include explicit properties for some of those values.

MFPMediaItemMBS.StreamAttribute(index as Integer, UUID as String) as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Windows Media Foundation MBS WinFrameworks Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Queries the media item for a stream attribute.

see
https://docs.microsoft.com/windows/win32/medfound/stream-descriptor-attributes

MFPMediaItemMBS.StreamSelection(index as Integer) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Windows Media Foundation MBS WinFrameworks Plugin 20.0 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Selects or deselects a stream.

Zero-based index of the stream. To get the number of streams, call NumberOfStreams.

Set to true: The stream is selected. During playback, this stream will play.
Set to false: The stream is not selected. During playback, this stream will not play.
(Read and Write computed property)

The items on this page are in the following plugins: MBS WinFrameworks Plugin.


The biggest plugin in space...