|
QtGStreamer 1.2.0
|
#include <QGst/Message>


Public Member Functions | |
| bool | live () const |
| quint64 | runningTime () const |
| quint64 | streamTime () const |
| quint64 | timestamp () const |
| quint64 | duration () const |
| qint64 | jitter () const |
| double | proportion () const |
| int | quality () const |
| void | setValues (qint64 jitter, double proportion, int quality) |
| Format | format () const |
| quint64 | processed () const |
| quint64 | dropped () const |
| void | setStats (Format format, quint64 processed, quint64 dropped) |
Public Member Functions inherited from QGst::Message | |
| ObjectPtr | source () const |
| quint64 | timestamp () const |
| QString | typeName () const |
| MessageType | type () const |
| StructureConstPtr | internalStructure () |
| quint32 | sequenceNumber () const |
| void | setSequenceNumber (quint32 num) |
Public Member Functions inherited from QGst::MiniObject | |
| MiniObjectPtr | copy () const |
| bool | isWritable () const |
| MiniObjectPtr | makeWritable () const |
Static Public Member Functions | |
| static QosMessagePtr | create (const ObjectPtr &source, bool live, quint64 runningTime, quint64 streamTime, quint64 timestamp, quint64 duration) |
Additional Inherited Members | |
Public Types inherited from QGst::MiniObject | |
| typedef GstMiniObject | CType |
Protected Member Functions inherited from QGst::MiniObject | |
| MiniObject (const MiniObject &) | |
| MiniObject & | operator= (const MiniObject &) |
| virtual void | ref (bool increaseRef) |
| virtual void | unref () |
Protected Member Functions inherited from QGlib::RefCountedObject | |
| virtual void | ref (bool increaseRef)=0 |
| virtual void | unref ()=0 |
| template<class T > | |
| T * | object () const |
Protected Attributes inherited from QGlib::RefCountedObject | |
| void * | m_object |
|
static |
Definition at line 483 of file message.cpp.
| bool QGst::QosMessage::live | ( | ) | const |
Definition at line 490 of file message.cpp.
| quint64 QGst::QosMessage::runningTime | ( | ) | const |
Definition at line 497 of file message.cpp.
| quint64 QGst::QosMessage::streamTime | ( | ) | const |
Definition at line 504 of file message.cpp.
| quint64 QGst::QosMessage::timestamp | ( | ) | const |
Definition at line 511 of file message.cpp.
| quint64 QGst::QosMessage::duration | ( | ) | const |
Definition at line 518 of file message.cpp.
| qint64 QGst::QosMessage::jitter | ( | ) | const |
Definition at line 525 of file message.cpp.
| double QGst::QosMessage::proportion | ( | ) | const |
Definition at line 532 of file message.cpp.
| int QGst::QosMessage::quality | ( | ) | const |
Definition at line 539 of file message.cpp.
| void QGst::QosMessage::setValues | ( | qint64 | jitter, |
| double | proportion, | ||
| int | quality | ||
| ) |
Definition at line 546 of file message.cpp.
| Format QGst::QosMessage::format | ( | ) | const |
Definition at line 551 of file message.cpp.
| quint64 QGst::QosMessage::processed | ( | ) | const |
Definition at line 558 of file message.cpp.
| quint64 QGst::QosMessage::dropped | ( | ) | const |
Definition at line 565 of file message.cpp.
| void QGst::QosMessage::setStats | ( | Format | format, |
| quint64 | processed, | ||
| quint64 | dropped | ||
| ) |
Definition at line 572 of file message.cpp.