QtGStreamer  0.10.2
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Static Public Member Functions | List of all members
QGst::SeekEvent Class Reference

#include <QGst/Event>

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

Public Member Functions

double rate () const
Format format () const
SeekFlags flags () const
SeekType startType () const
qint64 start () const
SeekType stopType () const
qint64 stop () const
- Public Member Functions inherited from QGst::Event
ObjectPtr source () const
quint64 timestamp () const
EventType type () const
QString typeName () const
StructurePtr internalStructure ()
quint32 sequenceNumber () const
void setSequenceNumber (quint32 num)
EventPtr copy () const
- Public Member Functions inherited from QGst::MiniObject
bool isWritable () const
MiniObjectPtr makeWritable () const

Static Public Member Functions

static SeekEventPtr create (double rate, Format format, SeekFlags flags, SeekType startType, qint64 start, SeekType stopType, qint64 stop)

Additional Inherited Members

- Protected Member Functions inherited from QGst::MiniObject
virtual void ref (bool increaseRef)
virtual void unref ()
- Protected Attributes inherited from QGlib::RefCountedObject
void * m_object

Detailed Description

Wrapper class for events of type QGst::SeekEvent.

Definition at line 178 of file event.h.


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