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 |
![]() | |
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 Symbols | |
(Note that these are not member symbols.) | |
QDebug | operator<< (QDebug debug, const CapsPtr &caps) |
Additional Inherited Members | |
![]() | |
typedef GstMiniObject | CType |
![]() | |
MiniObject (const MiniObject &) | |
MiniObject & | operator= (const MiniObject &) |
virtual void | ref (bool increaseRef) |
virtual void | unref () |
![]() | |
template<class T > | |
T * | object () const |
![]() | |
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 |