|
QString | toString () const |
|
void | append (const CapsPtr &caps2) |
|
void | merge (const CapsPtr &caps2) |
|
template<typename T > |
void | setValue (const char *field, const T &value) |
|
void | setValue (const char *field, const QGlib::Value &value) |
|
bool | simplify () |
|
void | truncate () |
|
StructurePtr | internalStructure (uint index) |
|
void | appendStructure (const Structure &structure) |
|
void | mergeStructure (const 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 | getUnion (const CapsPtr &caps2) const |
|
CapsPtr | getNormal () const |
|
CapsPtr | subtract (const CapsPtr &subtrahend) const |
|
CapsPtr | copy () const |
|
CapsPtr | copyNth (uint index) const |
|
bool | isWritable () const |
|
CapsPtr | makeWritable () const |
|
Wrapper class for GstCaps.
Definition at line 30 of file caps.h.