|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#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< CFileItem > | CFileItemPtr |
Enumerations | |
| enum | PLAYLIST::REPEAT_STATE { PLAYLIST::REPEAT_NONE = 0 , PLAYLIST::REPEAT_ONE , PLAYLIST::REPEAT_ALL } |
| Manages playlist playing. More... | |
| #define PLAYLIST_MUSIC 0 |
| #define PLAYLIST_NONE -1 |
| #define PLAYLIST_PICTURE 2 |
| #define PLAYLIST_VIDEO 1 |
| typedef std::shared_ptr<CFileItem> CFileItemPtr |