QtGStreamer 1.2.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
QGst::StateChangedMessage Class Reference

#include <QGst/Message>

Inheritance diagram for QGst::StateChangedMessage:
Inheritance graph
[legend]
Collaboration diagram for QGst::StateChangedMessage:
Collaboration graph
[legend]

Public Member Functions

State oldState () const
 
State newState () const
 
State pendingState () const
 
- 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 StateChangedMessagePtr create (const ObjectPtr &source, State oldState, State newState, State pending)
 

Additional Inherited Members

- Public Types inherited from QGst::MiniObject
typedef GstMiniObject CType
 
- Protected Member Functions inherited from QGst::MiniObject
 MiniObject (const MiniObject &)
 
MiniObjectoperator= (const MiniObject &)
 
virtual void ref (bool increaseRef)
 
virtual void unref ()
 
- Protected Member Functions inherited from QGlib::RefCountedObject
template<class T >
T * object () const
 
- Protected Attributes inherited from QGlib::RefCountedObject
void * m_object
 

Detailed Description

Wrapper class for messages of type QGst::MessageStateChanged.

Examples
examples/player/main.cpp.

Definition at line 148 of file message.h.

Member Function Documentation

◆ create()

StateChangedMessagePtr QGst::StateChangedMessage::create ( const ObjectPtr source,
State  oldState,
State  newState,
State  pending 
)
static

Definition at line 224 of file message.cpp.

◆ oldState()

State QGst::StateChangedMessage::oldState ( ) const

Definition at line 233 of file message.cpp.

◆ newState()

State QGst::StateChangedMessage::newState ( ) const

Definition at line 240 of file message.cpp.

◆ pendingState()

State QGst::StateChangedMessage::pendingState ( ) const

Definition at line 247 of file message.cpp.


The documentation for this class was generated from the following files: