Skip to content

libvlc.PlayList.Load

Andrew Lambert edited this page Jul 11, 2023 · 5 revisions

Method signatures

 Sub Load(Added() As FolderItem)
 Sub Load(Added() As libvlc.Medium)

Remarks

Appends media to the playlist from the specified array of Medium or FolderItem objects. This is more efficient than appending them individually.

See also

Clone this wiki locally