Skip to content

PlaylistMode

Inherits: Enum

Defines the playback mode for the video playlist.

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#

LOOP = 'loop' #

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

NONE = 'none' #

End playback once end of the playlist is reached.

SINGLE = 'single' #

Indefinitely loop over the currently playing file in the playlist.