|
QtGStreamer 1.2.0
|
#include <QGst/Caps>


Public Member Functions | |
| QString | toString () const |
| void | append (const CapsPtr &caps2) |
| CapsPtr | merge (CapsPtr &caps2) |
| template<typename T > | |
| void | setValue (const char *field, const T &value) |
| void | setValue (const char *field, const QGlib::Value &value) |
| bool | simplify () |
| CapsPtr | truncate () |
| StructurePtr | internalStructure (uint index) |
| void | appendStructure (const Structure &structure) |
| CapsPtr | mergeStructure (Structure &structure) |
| void | removeStructure (uint index) |
| uint | size () const |
| bool | isSimple () const |
| bool | isAny () const |
| bool | isEmpty () const |
| bool | isFixed () const |
| bool | equals (const CapsPtr &caps2) const |
| bool | isAlwaysCompatibleWith (const CapsPtr &caps2) const |
| bool | isSubsetOf (const CapsPtr &superset) const |
| bool | canIntersect (const CapsPtr &caps2) const |
| CapsPtr | getIntersection (const CapsPtr &caps2) const |
| CapsPtr | getNormal () |
| CapsPtr | subtract (const CapsPtr &subtrahend) const |
| CapsPtr | copy () const |
| CapsPtr | copyNth (uint index) const |
| CapsPtr | makeWritable () const |
Public Member Functions inherited from QGst::MiniObject | |
| MiniObjectPtr | copy () const |
| bool | isWritable () const |
| MiniObjectPtr | makeWritable () const |
Static Public Member Functions | |
| static CapsPtr | createSimple (const char *mediaType) |
| static CapsPtr | createAny () |
| static CapsPtr | createEmpty () |
| static CapsPtr | fromString (const char *string) |
| static CapsPtr | fromString (const QString &string) |
Related Functions | |
(Note that these are not member functions.) | |
| QDebug | operator<< (QDebug debug, const CapsPtr &caps) |
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 |
|
static |
|
static |
|
inlinestatic |
|
inline |
| void QGst::Caps::setValue | ( | const char * | field, |
| const QGlib::Value & | value | ||
| ) |
| void QGst::Caps::appendStructure | ( | const Structure & | structure | ) |
| bool QGst::Caps::isAlwaysCompatibleWith | ( | const CapsPtr & | caps2 | ) | const |
| bool QGst::Caps::isSubsetOf | ( | const CapsPtr & | superset | ) | const |
| bool QGst::Caps::canIntersect | ( | const CapsPtr & | caps2 | ) | const |
|
related |