-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.PlayList.CurrentItem
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
Dim CurrentItem As libvlc.Medium
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"