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'
  
      class-attribute
      instance-attribute
  
#
    Loop over the playlist & restart it from beginning once end is reached.
NONE = 'none'
  
      class-attribute
      instance-attribute
  
#
    End playback once end of the playlist is reached.
SINGLE = 'single'
  
      class-attribute
      instance-attribute
  
#
    Indefinitely loop over the currently playing file in the playlist.