Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
PLAYLIST Namespace Reference

Classes

class  CPlayList
 
class  CPlayListASX
 
class  CPlayListB4S
 
class  CPlayListFactory
 
class  CPlayListM3U
 
class  CPlayListPlayer
 
class  CPlayListPLS
 
class  CPlayListRAM
 
class  CPlayListURL
 
class  CPlayListWPL
 
class  CPlayListXML
 
class  CPlayListXSPF
 

Typedefs

typedef std::shared_ptr< CPlayListCPlayListPtr
 

Enumerations

enum  REPEAT_STATE { REPEAT_NONE = 0 , REPEAT_ONE , REPEAT_ALL }
 Manages playlist playing. More...
 

Typedef Documentation

◆ CPlayListPtr

typedef std::shared_ptr<CPlayList> PLAYLIST::CPlayListPtr