Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
IAnnouncer.h File Reference

Classes

class  ANNOUNCEMENT::IAnnouncer
 

Namespaces

 ANNOUNCEMENT
 

Enumerations

enum  ANNOUNCEMENT::AnnouncementFlag {
  ANNOUNCEMENT::Player = 0x001, ANNOUNCEMENT::Playlist = 0x002, ANNOUNCEMENT::GUI = 0x004, ANNOUNCEMENT::System = 0x008,
  ANNOUNCEMENT::VideoLibrary = 0x010, ANNOUNCEMENT::AudioLibrary = 0x020, ANNOUNCEMENT::Application = 0x040, ANNOUNCEMENT::Input = 0x080,
  ANNOUNCEMENT::PVR = 0x100, ANNOUNCEMENT::Other = 0x200, ANNOUNCEMENT::Info = 0x400
}
 

Functions

const char * ANNOUNCEMENT::AnnouncementFlagToString (const AnnouncementFlag &notification)
 Returns a string representation for the given AnnouncementFlag. More...
 

Variables

const auto ANNOUNCEMENT::ANNOUNCE_ALL = (Player | Playlist | GUI | System | VideoLibrary | AudioLibrary | Application | Input | ANNOUNCEMENT::PVR | Other)