QtGStreamer
0.10.2
|
#include <QGst/Event>
Public Member Functions | |
bool | isUpdate () const |
double | rate () const |
double | appliedRate () const |
Format | format () const |
qint64 | start () const |
qint64 | stop () const |
qint64 | position () const |
![]() | |
ObjectPtr | source () const |
quint64 | timestamp () const |
EventType | type () const |
QString | typeName () const |
StructurePtr | internalStructure () |
quint32 | sequenceNumber () const |
void | setSequenceNumber (quint32 num) |
EventPtr | copy () const |
![]() | |
bool | isWritable () const |
MiniObjectPtr | makeWritable () const |
Static Public Member Functions | |
static NewSegmentEventPtr | create (bool update, double rate, double appliedRate, Format format, qint64 start, qint64 stop, qint64 position) |
Wrapper class for events of type QGst::NewSegmentEvent.