Events sent by the DecoderHandler and it's helper classes.
More...
#include <mythplugins/mythmusic/mythmusic/decoderhandler.h>
|
| | DecoderHandlerEvent (Type type) |
| |
| | DecoderHandlerEvent (Type type, QString *e) |
| |
| | DecoderHandlerEvent (Type type, int available, int maxSize) |
| |
| | DecoderHandlerEvent (Type type, const MusicMetadata &m) |
| |
| | ~DecoderHandlerEvent () override |
| |
| QString * | getMessage (void) const |
| |
| MusicMetadata * | getMetadata (void) const |
| |
| void | getBufferStatus (int *available, int *maxSize) const |
| |
| MythEvent * | clone (void) const override |
| |
| | DecoderHandlerEvent (DecoderHandlerEvent &&)=delete |
| |
| DecoderHandlerEvent & | operator= (DecoderHandlerEvent &&)=delete |
| |
| | MythEvent (int type) |
| |
| | MythEvent (int type, QString lmessage) |
| |
| | MythEvent (int type, QString lmessage, QStringList lextradata) |
| |
| | MythEvent (QString lmessage) |
| |
| | MythEvent (QString lmessage, QStringList lextradata) |
| |
| | MythEvent (QString lmessage, const QString &lextradata) |
| |
| | ~MythEvent () override |
| |
| const QString & | Message () const |
| |
| const QString & | ExtraData (int idx=0) const |
| |
| const QStringList & | ExtraDataList () const |
| |
| int | ExtraDataCount () const |
| |
| void | log (const QString &prefix) |
| |
| MythEvent * | clone () const override |
| |
| | MythEvent (MythEvent &&)=delete |
| |
| MythEvent & | operator= (MythEvent &&)=delete |
| |
Events sent by the DecoderHandler and it's helper classes.
Definition at line 25 of file decoderhandler.h.
◆ DecoderHandlerEvent() [1/6]
| DecoderHandlerEvent::DecoderHandlerEvent |
( |
Type |
type | ) |
|
|
inlineexplicit |
◆ DecoderHandlerEvent() [2/6]
| DecoderHandlerEvent::DecoderHandlerEvent |
( |
Type |
type, |
|
|
QString * |
e |
|
) |
| |
|
inline |
◆ DecoderHandlerEvent() [3/6]
| DecoderHandlerEvent::DecoderHandlerEvent |
( |
Type |
type, |
|
|
int |
available, |
|
|
int |
maxSize |
|
) |
| |
|
inline |
◆ DecoderHandlerEvent() [4/6]
| DecoderHandlerEvent::DecoderHandlerEvent |
( |
Type |
type, |
|
|
const MusicMetadata & |
m |
|
) |
| |
◆ ~DecoderHandlerEvent()
| DecoderHandlerEvent::~DecoderHandlerEvent |
( |
void |
| ) |
|
|
override |
◆ DecoderHandlerEvent() [5/6]
◆ DecoderHandlerEvent() [6/6]
◆ clone()
| MythEvent * DecoderHandlerEvent::clone |
( |
void |
| ) |
const |
|
override |
◆ getBufferStatus()
| void DecoderHandlerEvent::getBufferStatus |
( |
int * |
available, |
|
|
int * |
maxSize |
|
) |
| const |
◆ getMessage()
| QString * DecoderHandlerEvent::getMessage |
( |
void |
| ) |
const |
|
inline |
◆ getMetadata()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ kBufferStatus
| const QEvent::Type DecoderHandlerEvent::kBufferStatus = (QEvent::Type) QEvent::registerEventType() |
|
static |
◆ kError
| const QEvent::Type DecoderHandlerEvent::kError = (QEvent::Type) QEvent::registerEventType() |
|
static |
◆ kMeta
| const QEvent::Type DecoderHandlerEvent::kMeta = (QEvent::Type) QEvent::registerEventType() |
|
static |
◆ kOperationStart
| const QEvent::Type DecoderHandlerEvent::kOperationStart = (QEvent::Type) QEvent::registerEventType() |
|
static |
◆ kOperationStop
| const QEvent::Type DecoderHandlerEvent::kOperationStop = (QEvent::Type) QEvent::registerEventType() |
|
static |
◆ kReady
| const QEvent::Type DecoderHandlerEvent::kReady = (QEvent::Type) QEvent::registerEventType() |
|
static |
◆ m_available
| int DecoderHandlerEvent::m_available {0} |
|
private |
◆ m_maxSize
| int DecoderHandlerEvent::m_maxSize {0} |
|
private |
◆ m_meta
◆ m_msg
| QString* DecoderHandlerEvent::m_msg {nullptr} |
|
private |
The documentation for this class was generated from the following files: