QtGStreamer 1.2.0
|
#include <QGst/Message>
Public Member Functions | |
Format | format () const |
quint64 | amount () const |
double | rate () const |
bool | isFlushingStep () const |
bool | isIntermediateStep () const |
quint64 | duration () const |
bool | causedEos () const |
![]() | |
ObjectPtr | source () const |
quint64 | timestamp () const |
QString | typeName () const |
MessageType | type () const |
StructureConstPtr | internalStructure () |
quint32 | sequenceNumber () const |
void | setSequenceNumber (quint32 num) |
![]() | |
MiniObjectPtr | copy () const |
bool | isWritable () const |
MiniObjectPtr | makeWritable () const |
Static Public Member Functions | |
static StepDoneMessagePtr | create (const ObjectPtr &source, Format format, quint64 amount, double rate, bool flush, bool intermediate, quint64 duration, bool eos) |
Additional Inherited Members | |
![]() | |
typedef GstMiniObject | CType |
![]() | |
MiniObject (const MiniObject &) | |
MiniObject & | operator= (const MiniObject &) |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
template<class T > | |
T * | object () const |
![]() | |
void * | m_object |
|
static |
Definition at line 256 of file message.cpp.
Format QGst::StepDoneMessage::format | ( | ) | const |
Definition at line 265 of file message.cpp.
quint64 QGst::StepDoneMessage::amount | ( | ) | const |
Definition at line 272 of file message.cpp.
double QGst::StepDoneMessage::rate | ( | ) | const |
Definition at line 279 of file message.cpp.
bool QGst::StepDoneMessage::isFlushingStep | ( | ) | const |
Definition at line 286 of file message.cpp.
bool QGst::StepDoneMessage::isIntermediateStep | ( | ) | const |
Definition at line 293 of file message.cpp.
quint64 QGst::StepDoneMessage::duration | ( | ) | const |
Definition at line 300 of file message.cpp.
bool QGst::StepDoneMessage::causedEos | ( | ) | const |
Definition at line 307 of file message.cpp.