Skip to content

libvlc.PlaybackMode

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

libvlc.PlaybackMode

Enumeration

 Protected Enum PlaybackMode
   Default
   Looping
   Repeat

Remarks

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.
Clone this wiki locally