|
QtGStreamer 1.2.0
|
#include <QGst/Query>


Public Member Functions | |
| Format | format () const |
| double | rate () const |
| qint64 | startValue () const |
| qint64 | stopValue () const |
| void | setValues (Format format, double rate, qint64 startValue, qint64 stopValue) |
Public Member Functions inherited from QGst::Query | |
| QString | typeName () const |
| QueryType | type () const |
| StructureConstPtr | internalStructure () |
Public Member Functions inherited from QGst::MiniObject | |
| MiniObjectPtr | copy () const |
| bool | isWritable () const |
| MiniObjectPtr | makeWritable () const |
Static Public Member Functions | |
| static SegmentQueryPtr | create (Format format) |
Additional Inherited Members | |
Public Types inherited from QGst::MiniObject | |
| typedef GstMiniObject | CType |
Protected Member Functions inherited from QGst::MiniObject | |
| MiniObject (const MiniObject &) | |
| MiniObject & | operator= (const MiniObject &) |
| virtual void | ref (bool increaseRef) |
| virtual void | unref () |
Protected Member Functions inherited from QGlib::RefCountedObject | |
| virtual void | ref (bool increaseRef)=0 |
| virtual void | unref ()=0 |
| template<class T > | |
| T * | object () const |
Protected Attributes inherited from QGlib::RefCountedObject | |
| void * | m_object |
Wrapper class for queries of type QGst::SegmentQuery.
|
static |
| void QGst::SegmentQuery::setValues | ( | Format | format, |
| double | rate, | ||
| qint64 | startValue, | ||
| qint64 | stopValue | ||
| ) |