Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ANNOUNCEMENT Namespace Reference

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 &notification)
 Returns a string representation for the given AnnouncementFlag.
 

Variables

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

Enumeration Type Documentation

◆ AnnouncementFlag

Enumerator
Player 
Playlist 
GUI 
System 
VideoLibrary 
AudioLibrary 
Application 
Input 
PVR 
Other 
Info 

Function Documentation

◆ AnnouncementFlagToString()

const char * ANNOUNCEMENT::AnnouncementFlagToString ( const AnnouncementFlag & notification)
inline

Returns a string representation for the given AnnouncementFlag.

Parameters
notificationSpecific AnnouncementFlag
Returns
String representation of the given AnnouncementFlag

Variable Documentation

◆ ANNOUNCE_ALL

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