-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.PlayList.Load
Andrew Lambert edited this page Jul 11, 2023
·
5 revisions
Sub Load(Added() As FolderItem)
Sub Load(Added() As libvlc.Medium)
Appends media to the playlist from the specified array of Medium or FolderItem
objects. This is more efficient than appending them individually.
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 "☜"