Skip to content

libvlc.VLCPlayer.Constructor

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

libvlc.VLCPlayer.Constructor

Method signatures

 Sub Constructor()
 Sub Constructor(Medium As libvlc.Medium)
 Protected Sub Constructor(FromPtr As Ptr, AddRef As Boolean)

Remarks

Creates a new VLCPlayer instance. You may optionally pass an initial medium to play, or a raw VLC player ptr.

Clone this wiki locally