#include <systemclock.h>
Inheritance diagram for Gst::SystemClock:
Public Types | |
typedef SystemClock | CppObjectType |
typedef SystemClock_Class | CppClassType |
typedef GstSystemClock | BaseObjectType |
typedef GstSystemClockClass | BaseClassType |
Public Member Functions | |
virtual | ~SystemClock () |
GstSystemClock * | gobj () |
Provides access to the underlying C GObject. | |
const GstSystemClock * | gobj () const |
Provides access to the underlying C GObject. | |
GstSystemClock * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
static Glib::RefPtr< Clock > | obtain () |
Protected Member Functions | |
SystemClock (const Glib::ConstructParams &construct_params) | |
SystemClock (GstSystemClock *castitem) | |
SystemClock () | |
Friends | |
class | SystemClock_Class |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::SystemClock > | wrap (GstSystemClock *object, bool take_copy=false) |
Reimplemented from Gst::Clock.
typedef SystemClock_Class Gst::SystemClock::CppClassType |
Reimplemented from Gst::Clock.
Reimplemented from Gst::Clock.
Reimplemented from Gst::Clock.
Gst::SystemClock::SystemClock | ( | const Glib::ConstructParams & | construct_params | ) | [explicit, protected] |
Gst::SystemClock::SystemClock | ( | GstSystemClock * | castitem | ) | [explicit, protected] |
virtual Gst::SystemClock::~SystemClock | ( | ) | [virtual] |
Gst::SystemClock::SystemClock | ( | ) | [protected] |
static GType Gst::SystemClock::get_type | ( | ) | [static] |
Reimplemented from Gst::Clock.
static GType Gst::SystemClock::get_base_type | ( | ) | [static] |
Reimplemented from Gst::Clock.
GstSystemClock* Gst::SystemClock::gobj | ( | ) | [inline] |
const GstSystemClock* Gst::SystemClock::gobj | ( | ) | const [inline] |
GstSystemClock* Gst::SystemClock::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Gst::Clock.
static Glib::RefPtr<Clock> Gst::SystemClock::obtain | ( | ) | [static] |
friend class SystemClock_Class [friend] |
Glib::RefPtr< Gst::SystemClock > wrap | ( | GstSystemClock * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |