Skip to content

libvlc.PlayList.CurrentItem

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

libvlc.PlayList.CurrentItem

Property declaration

 Dim CurrentItem As libvlc.Medium

Remarks

Gets and sets the current Medium in the PlayList.

You may only set a Medium that is already in the list; if the specified Medium can't be found then an exception will be raised. To add a new Medium use the Append or Insert methods.

Clone this wiki locally