QtGStreamer 0.10.1
|
Wrapper class for events of type QGst::SeekEvent. More...
#include <QGst/Event>
Public Member Functions | |
double | rate () const |
Format | format () const |
SeekFlags | flags () const |
SeekType | startType () const |
qint64 | start () const |
SeekType | stopType () const |
qint64 | stop () const |
Static Public Member Functions | |
static SeekEventPtr | create (double rate, Format format, SeekFlags flags, SeekType startType, qint64 start, SeekType stopType, qint64 stop) |
Wrapper class for events of type QGst::SeekEvent.