Skip to content

libvlc.PlayList.Operator_Redim

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

libvlc.PlayList.Operator_Redim

Method signature

 Sub Operator_Redim(NewBounds As Integer)

Remarks

Truncates the playlist to the NewBounds. This method cannot be used to enlarge the playlist, only to shorten it. Pass a NewBounds of -1 to empty the list.

Clone this wiki locally