-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.PlaybackMode
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
libvlc.PlaybackMode
Protected Enum PlaybackMode
Default
Looping
Repeat
Used to set the looping mode for a ListPlayer.
- Default: The player plays each track in order and stops when it reaches the end of the list.
- Looping: The player plays each track in order and starts over from the beginning when it reaches the end of the list.
- Repeat: The player repeats the current track until the mode is changed again.
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 "☜"