-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.ListPlayer.PlayAsList
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libvlc.ListPlayer.PlayAsList
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
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"