Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
PlayListPlayer.h File Reference
#include "guilib/IMsgTargetCallback.h"
#include "messaging/IMessageTarget.h"
#include "ServiceBroker.h"
#include <memory>

Classes

class  PLAYLIST::CPlayListPlayer
 

Namespaces

namespace  PLAYLIST
 

Macros

#define PLAYLIST_NONE   -1
 
#define PLAYLIST_MUSIC   0
 
#define PLAYLIST_VIDEO   1
 
#define PLAYLIST_PICTURE   2
 

Typedefs

typedef std::shared_ptr< CFileItemCFileItemPtr
 

Enumerations

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

Macro Definition Documentation

◆ PLAYLIST_MUSIC

#define PLAYLIST_MUSIC   0

◆ PLAYLIST_NONE

#define PLAYLIST_NONE   -1

◆ PLAYLIST_PICTURE

#define PLAYLIST_PICTURE   2

◆ PLAYLIST_VIDEO

#define PLAYLIST_VIDEO   1

Typedef Documentation

◆ CFileItemPtr

typedef std::shared_ptr<CFileItem> CFileItemPtr