-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.Medium.Operator_Convert
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
Sub Operator_Convert(FromFolderItem As FolderItem)
Sub Operator_Convert(FromURL As String)
Constructs a Medium instance from the specified FolderItem or URL.
Dim fromfile As libvlc.Medium = GetFolderItem("C:\foo\music.mp3")
Dim fromurl As libvlc.Medium = "http://www.example.com/music.mp3"
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 "☜"