Skip to main content

PlaylistMode

Defines the playback mode for the video playlist.

Inherits: enum.Enum

Properties

  • LOOP - Loop over the playlist & restart it from beginning once end is reached.
  • NONE - End playback once end of the playlist is reached.
  • SINGLE - Indefinitely loop over the currently playing file in the playlist.

Properties

LOOPclass-attributeinstance-attribute

Loop over the playlist & restart it from beginning once end is reached.

NONEclass-attributeinstance-attribute

End playback once end of the playlist is reached.

SINGLEclass-attributeinstance-attribute

Indefinitely loop over the currently playing file in the playlist.