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.


The biggest plugin in space...