Skip to content

libvlc.ListPlayer.Constructor

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

libvlc.ListPlayer.Constructor

Method signatures

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

Remarks

Creates a new ListPlayer instance. If UsePlayer is specified then it is assigned to ListPlayer.TruePlayer.

Clone this wiki locally