MLMediaSourceMBS methods

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

Back to MLMediaSourceMBS class.

MLMediaSourceMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MediaLibrary MBS Mac64bit Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
The private constructor.

MLMediaSourceMBS.mediaGroupForIdentifier(mediaGroupIdentifier as string) as MLMediaGroupMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MediaLibrary MBS Mac64bit Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the media group with the specified identifier.

mediaGroupIdentifier: The media group identifier to search for in the source.

The media source must have finished loading before this method returns valid data. Specifically, the root media group must be available before the lookup methods will succeed. Otherwise, the return value is undefined.

MLMediaSourceMBS.mediaGroupsForIdentifiers(mediaGroupIdentifiers() as string) as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MediaLibrary MBS Mac64bit Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the media groups with the specified identifiers.

mediaGroupIdentifiers: An array of media group identifiers to search for in the source.

Returns a dictionary of media groups matching the specified identifiers.

The media source must have finished loading before this method returns valid data. Specifically, the root media group must be available before the lookup methods will succeed. Otherwise, the return value is undefined.

MLMediaSourceMBS.mediaObjectForIdentifier(mediaObjectIdentifier as string) as MLMediaObjectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MediaLibrary MBS Mac64bit Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the media object with the specified identifier.

mediaObjectIdentifier: The media object identifier to search for in the media source.

The media source must have finished loading before this method returns valid data. Specifically, the root media group must be available before the lookup methods will succeed. Otherwise, the return value is undefined.

MLMediaSourceMBS.mediaObjectsForIdentifiers(mediaObjectIdentifiers() as string) as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MediaLibrary MBS Mac64bit Plugin 18.2 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns the media objects with the specified identifiers.

mediaObjectIdentifiers: An array of media object identifiers to search for in the source.

Returns a dictionary of media objects matching the specified identifiers.

The media source must have finished loading before this method returns valid data. Specifically, the root media group must be available before the lookup methods will succeed. Otherwise, the return value is undefined.

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


💬 Ask a question or report a problem