Skip to content

libvlc.VLCPlayer.Load

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

Method signatures

  Shared Function Load(MediaFile As FolderItem) As libvlc.VLCPlayer
  Shared Function Load(MediaURL As String) As libvlc.VLCPlayer

Remarks

Returns a new VLCPlayer instance with the media file or URL already set to the specified media.

Clone this wiki locally