Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | CAnnouncementManager |
class | IAnnouncer |
Enumerations | |
enum | AnnouncementFlag { Player = 0x001 , Playlist = 0x002 , GUI = 0x004 , System = 0x008 , VideoLibrary = 0x010 , AudioLibrary = 0x020 , Application = 0x040 , Input = 0x080 , PVR = 0x100 , Other = 0x200 , Info = 0x400 } |
Functions | |
const char * | AnnouncementFlagToString (const AnnouncementFlag ¬ification) |
Returns a string representation for the given AnnouncementFlag. | |
Variables | |
const auto | ANNOUNCE_ALL = (Player | Playlist | GUI | System | VideoLibrary | AudioLibrary | Application | Input | ANNOUNCEMENT::PVR | Other) |
|
inline |
Returns a string representation for the given AnnouncementFlag.
notification | Specific AnnouncementFlag |
const auto ANNOUNCEMENT::ANNOUNCE_ALL = (Player | Playlist | GUI | System | VideoLibrary | AudioLibrary | Application | Input | ANNOUNCEMENT::PVR | Other) |