Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QGstClock Class Reference

#include <qgst_p.h>

+ Inheritance diagram for QGstClock:
+ Collaboration diagram for QGstClock:

Public Member Functions

 QGstClock ()=default
 
 QGstClock (const QGstObject &o)
 
 QGstClock (GstClock *clock, RefMode mode)
 
GstClock * clock () const
 
GstClockTime time () const
 
- Public Member Functions inherited from QGstObject
 QGstObject (const QGstObject &)=default
 
 QGstObject (QGstObject &&) noexcept=default
 
QGstObjectoperator= (const QGstObject &)=default
 
QGstObjectoperator= (QGstObject &&) noexcept=default
 
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
 
QGObjectHandlerConnection connect (const char *name, GCallback callback, gpointer userData)
 
void disconnect (gulong handlerId)
 
GType type () const
 
GstObject * object () const
 
const char * name () const
 
- Public Member Functions inherited from QGstPointerImpl::QGstObjectWrapper< GstObject >
constexpr QGstObjectWrapper ()=default
 
 QGstObjectWrapper (GstObject *object, RefMode mode)
 
 QGstObjectWrapper (const QGstObjectWrapper &other)
 
 QGstObjectWrapper (QGstObjectWrapper &&other) noexcept
 
 ~QGstObjectWrapper ()
 
QGstObjectWrapperoperator= (const QGstObjectWrapper &other)
 
QGstObjectWrapperoperator= (QGstObjectWrapper &&other) noexcept
 
 operator bool () const
 
bool isNull () const
 
GstObject * release ()
 

Additional Inherited Members

- Public Types inherited from QGstPointerImpl::QGstObjectWrapper< GstObject >
enum  RefMode
 
- Protected Member Functions inherited from QGstPointerImpl::QGstObjectWrapper< GstObject >
GstObject * get () const
 

Detailed Description

Definition at line 531 of file qgst_p.h.

Constructor & Destructor Documentation

◆ QGstClock() [1/3]

QGstClock::QGstClock ( )
default

◆ QGstClock() [2/3]

QGstClock::QGstClock ( const QGstObject & o)
explicit

Definition at line 781 of file qgst.cpp.

◆ QGstClock() [3/3]

QGstClock::QGstClock ( GstClock * clock,
RefMode mode )
explicit

Definition at line 789 of file qgst.cpp.

Member Function Documentation

◆ clock()

GstClock * QGstClock::clock ( ) const

Definition at line 797 of file qgst.cpp.

Referenced by time().

+ Here is the caller graph for this function:

◆ time()

GstClockTime QGstClock::time ( ) const

Definition at line 802 of file qgst.cpp.

References clock().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: