Skip to content

libvlc.Medium.Operator_Convert

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

libvlc.Medium.Operator_Convert

Method signatures

 Sub Operator_Convert(FromFolderItem As FolderItem)
 Sub Operator_Convert(FromURL As String)

Remarks

Constructs a Medium instance from the specified FolderItem or URL.

Example

 Dim fromfile As libvlc.Medium = GetFolderItem("C:\foo\music.mp3")
 Dim fromurl As libvlc.Medium = "http://www.example.com/music.mp3"
Clone this wiki locally