Skip to content

libvlc.PlayList.Save

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

Method signatures

 Sub Save(WriteTo As FolderItem, ListName As String = "")
 Sub Save(WriteTo As Writeable, ListName As String = "")

Remarks

Saves the current playlist as an M3U playlist. ListName is an optional name for the list to be included in the M3U output.

See also

Clone this wiki locally