QtGStreamer 1.2.0
|
#include <QGst/Message>
Public Member Functions | |
Format | format () const |
qint64 | position () 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 SegmentDoneMessagePtr | create (const ObjectPtr &source, Format format, qint64 position) |
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 |
Wrapper class for messages of type QGst::MessageSegmentDone.
|
static |
Definition at line 365 of file message.cpp.
Format QGst::SegmentDoneMessage::format | ( | ) | const |
Definition at line 371 of file message.cpp.
qint64 QGst::SegmentDoneMessage::position | ( | ) | const |
Definition at line 378 of file message.cpp.