|
QtGStreamer 1.2.0
|
#include <QGst/Query>


Public Member Functions | |
| Format | format () const |
| bool | seekable () const |
| qint64 | segmentStart () const |
| qint64 | segmentEnd () const |
| void | setValues (Format format, bool seekable, qint64 segmentStart, qint64 segmentEnd) |
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 SeekingQueryPtr | 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::SeekingQuery.
|
static |
| void QGst::SeekingQuery::setValues | ( | Format | format, |
| bool | seekable, | ||
| qint64 | segmentStart, | ||
| qint64 | segmentEnd | ||
| ) |