#include <clock.h>
Public Types | |
typedef ClockID | CppObjectType |
typedef GstClockID | BaseObjectType |
Public Member Functions | |
void | reference () const |
void | unreference () const |
GstClockID * | gobj () |
Provides access to the underlying C instance. | |
const GstClockID * | gobj () const |
Provides access to the underlying C instance. | |
GstClockID * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Protected Member Functions | |
ClockID () | |
void | operator delete (void *, size_t) |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::ClockID > | wrap (GstClockID *object, bool take_copy=false) |
typedef ClockID Gst::ClockID::CppObjectType |
typedef GstClockID Gst::ClockID::BaseObjectType |
Gst::ClockID::ClockID | ( | ) | [protected] |
void Gst::ClockID::reference | ( | ) | const |
void Gst::ClockID::unreference | ( | ) | const |
GstClockID* Gst::ClockID::gobj | ( | ) |
Provides access to the underlying C instance.
const GstClockID* Gst::ClockID::gobj | ( | ) | const |
Provides access to the underlying C instance.
GstClockID* Gst::ClockID::gobj_copy | ( | ) | const |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
void Gst::ClockID::operator delete | ( | void * | , | |
size_t | ||||
) | [protected] |
Glib::RefPtr< Gst::ClockID > wrap | ( | GstClockID * | 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. |