Platforms to show: All Mac Windows Linux Cross-Platform

Back to VLCMediaListPlayerMBS class.

VLCMediaListPlayerMBS.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
Create new media list player.

VLCMediaListPlayerMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 12.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The destructor.

VLCMediaListPlayerMBS.IsPlaying 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
Is media list playing?

Return true for playing and false for not playing.

VLCMediaListPlayerMBS.MoveNext 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
Play next item from media list.

Return true upon success false if there is no next item.

VLCMediaListPlayerMBS.MovePrevious 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
Play previous item from media list.

Return true upon success false if there is no previous item.

VLCMediaListPlayerMBS.Pause

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 12.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Pause media list

VLCMediaListPlayerMBS.Play

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 12.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Play media list.

VLCMediaListPlayerMBS.PlayItem(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
Play the given media item.

Return true upon success, false if the media is not part of the media list.

VLCMediaListPlayerMBS.PlayItemAtIndex(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
Play media list item at position index.

index: index in media list to play.
Return true upon success false if the item wasn't found.

VLCMediaListPlayerMBS.SetMediaList(list as VLCMediaListMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 12.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Set the media list associated with the player.

VLCMediaListPlayerMBS.SetMediaPlayer(player as VLCMediaPlayerMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 12.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Replace media player in media list player with this instance.

VLCMediaListPlayerMBS.SetPlaybackMode(mode 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
Sets the playback mode for the playlist.

See kPlaybackMode* constants.

VLCMediaListPlayerMBS.State 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
Get current State of media list player.

VLCMediaListPlayerMBS.Stop

Type Topic Plugin Version macOS Windows Linux iOS Targets
method VLC MBS VLC Plugin 12.2 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Stop playing media list.

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


The biggest plugin in space...