|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "DVDMessage.h"#include "threads/CriticalSection.h"#include "threads/Event.h"#include <algorithm>#include <atomic>#include <list>#include <string>Classes | |
| struct | DVDMessageListItem |
| class | CDVDMessageQueue |
Macros | |
| #define | MSGQ_IS_ERROR(c) |
Enumerations | |
| enum | MsgQueueReturnCode { MSGQ_OK = 1 , MSGQ_TIMEOUT = 0 , MSGQ_ABORT = -1 , MSGQ_NOT_INITIALIZED = -2 , MSGQ_INVALID_MSG = -3 , MSGQ_OUT_OF_MEMORY = -4 } |
| #define MSGQ_IS_ERROR | ( | c | ) |
| enum MsgQueueReturnCode |