|
| QGstPad ()=default |
|
| QGstPad (const QGstObject &o) |
|
| QGstPad (GstPad *pad, RefMode mode=NeedsRef) |
|
QGstCaps | currentCaps () const |
|
QGstCaps | queryCaps () const |
|
bool | isLinked () const |
|
bool | link (const QGstPad &sink) const |
|
bool | unlink (const QGstPad &sink) const |
|
bool | unlinkPeer () const |
|
QGstPad | peer () const |
|
QGstElement | parent () const |
|
GstPad * | pad () const |
|
GstEvent * | stickyEvent (GstEventType type) |
|
bool | sendEvent (GstEvent *event) |
|
template<auto Member, typename T > |
void | addProbe (T *instance, GstPadProbeType type) |
|
void | doInIdleProbe (std::function< void()> work) |
|
template<auto Member, typename T > |
void | addEosProbe (T *instance) |
|
| QGstObject ()=default |
|
| QGstObject (GstObject *o, RefMode mode=HasRef) |
|
| QGstObject (const QGstObject &other) |
|
QGstObject & | operator= (const QGstObject &other) |
|
| QGstObject (QGstObject &&other) noexcept |
|
QGstObject & | operator= (QGstObject &&other) |
|
virtual | ~QGstObject () |
|
| operator bool () const |
|
bool | isNull () const |
|
void | set (const char *property, const char *str) |
|
void | set (const char *property, bool b) |
|
void | set (const char *property, uint i) |
|
void | set (const char *property, int i) |
|
void | set (const char *property, qint64 i) |
|
void | set (const char *property, quint64 i) |
|
void | set (const char *property, double d) |
|
void | set (const char *property, const QGstObject &o) |
|
void | set (const char *property, const QGstCaps &c) |
|
QGString | getString (const char *property) const |
|
QGstStructure | getStructure (const char *property) const |
|
bool | getBool (const char *property) const |
|
uint | getUInt (const char *property) const |
|
int | getInt (const char *property) const |
|
quint64 | getUInt64 (const char *property) const |
|
qint64 | getInt64 (const char *property) const |
|
float | getFloat (const char *property) const |
|
double | getDouble (const char *property) const |
|
QGstObject | getObject (const char *property) const |
|
void | connect (const char *name, GCallback callback, gpointer userData) |
|
GstObject * | object () const |
|
const char * | name () const |
|
Definition at line 321 of file qgst_p.h.