Skip to content

libvlc.WriteM3U

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

libvlc.WriteM3U

Method signatures

 Protected Sub WriteM3U(Media() As libvlc.Medium, WriteTo As FolderItem, ListName As String = "", Overwrite As Boolean = False)
 Protected Sub WriteM3U(Media() As libvlc.Medium, WriteTo As Writeable, ListName As String = "")

Remarks

Writes an M3U playlist from an array of Medium objects.

See also

Clone this wiki locally