PlaylistMode
Defines the playback mode for the video playlist.
Inherits: enum.Enum
Properties
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.