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

#include <QGst/Event>

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

Public Member Functions

Format format () const
 
quint64 amount () const
 
double rate () const
 
bool flush () const
 
bool intermediate () const
 
- Public Member Functions inherited from QGst::Event
quint64 timestamp () const
 
EventType type () const
 
QString typeName () const
 
StructureConstPtr internalStructure ()
 
bool hasName (const char *name) const
 
quint32 sequenceNumber () const
 
void setSequenceNumber (quint32 num)
 
EventPtr copy () const
 
- Public Member Functions inherited from QGst::MiniObject
MiniObjectPtr copy () const
 
bool isWritable () const
 
MiniObjectPtr makeWritable () const
 

Static Public Member Functions

static StepEventPtr create (Format format, quint64 amount, double rate, bool flush, bool intermediate)
 

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 events of type QGst::StepEvent.

Definition at line 228 of file event.h.

Member Function Documentation

◆ create()

StepEventPtr QGst::StepEvent::create ( Format  format,
quint64  amount,
double  rate,
bool  flush,
bool  intermediate 
)
static

Definition at line 318 of file event.cpp.

◆ format()

Format QGst::StepEvent::format ( ) const

Definition at line 326 of file event.cpp.

◆ amount()

quint64 QGst::StepEvent::amount ( ) const

Definition at line 333 of file event.cpp.

◆ rate()

double QGst::StepEvent::rate ( ) const

Definition at line 340 of file event.cpp.

◆ flush()

bool QGst::StepEvent::flush ( ) const

Definition at line 348 of file event.cpp.

◆ intermediate()

bool QGst::StepEvent::intermediate ( ) const

Definition at line 355 of file event.cpp.


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