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 VLCMediaListMBS class.
VLCMediaListMBS.AddMedia(item as VLCMediaMBS) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
item: a media instance
Return true on success, false if the media list is read-only.
The Lock should be held upon entering this function.
VLCMediaListMBS.Constructor(vlc as VLCInstanceMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
On success the handle property is not zero.
VLCMediaListMBS.Count as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
The Lock should be held upon entering this function.
Return number of items in media list.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
VLCMediaListMBS.GetMedia as VLCMediaMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
The Lock should NOT be held upon entering this function.
Returns media instance or nil.
VLCMediaListMBS.IndexOfItem(item as VLCMediaMBS) as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
Warning: the function will return the first matched position.
The Lock should be held upon entering this function.
Returns position of media instance or -1 if media not found.
VLCMediaListMBS.InsertMedia(item as VLCMediaMBS, index as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
The Lock should be held upon entering this function.
item: a media instance
index: position in array where to insert
Return true on success, false if the media list is read-only.
VLCMediaListMBS.isReadOnly as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
Returns true if readonly and false if read/write.
VLCMediaListMBS.ItemAtIndex(index as Integer) as VLCMediaMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
The Lock should be held upon entering this function.
index: position in array where to get item.
Returns instance at position index, or nil if not found.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
VLCMediaListMBS.Remove(index as Integer) as boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
The Lock should be held upon entering this function.
index: position in array where to insert
Returns true on success, false if the list is read-only or the item was not found.
VLCMediaListMBS.SetMedia(item as VLCMediaMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
If another media instance was present it will be released.
The Lock should NOT be held upon entering this function.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | VLC | MBS VLC Plugin | 12.2 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
The Lock should be held upon entering this function.
The items on this page are in the following plugins: MBS VLC Plugin.