Tag Parser
6.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Go to the source code of this file.
Classes | |
class | Media::Notification |
The Notification class holds a notification message of a certain notification type. More... | |
Namespaces | |
Media | |
Contains all classes and functions of the TagInfo library. | |
Typedefs | |
typedef std::list< Notification > | Media::NotificationList |
Enumerations | |
enum | Media::NotificationType { Media::NotificationType::None = 0, Media::NotificationType::Debug = 1, Media::NotificationType::Information = 2, Media::NotificationType::Warning = 3, Media::NotificationType::Critical = 4 } |
Specifies the notification type. More... | |
Functions | |
NotificationType & | Media::operator|= (NotificationType &lhs, const NotificationType &rhs) |
Sets lhs to rhs if rhs is worse than lhs and returns lhs. More... | |