Skip to content

libvlc.ListPlayer.PlayAsList

Andrew Lambert edited this page Nov 26, 2022 · 4 revisions

libvlc.ListPlayer.PlayAsList

Method signatures

 Shared Function PlayAsList(MediaFiles() As FolderItem, Optional TruePlayer As libvlc.VLCPlayer) As libvlc.ListPlayer
 Shared Function PlayAsList(Media() As libvlc.Medium, Optional TruePlayer As libvlc.VLCPlayer) As libvlc.ListPlayer
 Shared Function PlayAsList(MediaURLs() As String, Optional TruePlayer As libvlc.VLCPlayer) As libvlc.ListPlayer

Remarks

Creates a ListPlayer from the specified array of media and returns a reference to the player. If TruePlayer is specified then the ListPlayer will use it, otherwise it will create an internal player.

Clone this wiki locally