#include <message.h>
Inheritance diagram for Gst::Message:
Public Types | |
typedef Message | CppObjectType |
typedef Message_Class | CppClassType |
typedef GstMessage | BaseObjectType |
typedef GstMessageClass | BaseClassType |
Public Member Functions | |
virtual | ~Message () |
GstMessage * | gobj () |
Provides access to the underlying C GstMiniObject. | |
const GstMessage * | gobj () const |
Provides access to the underlying C GstMiniObject. | |
GstMessage * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
const Structure & | get_structure () |
MessageType | get_message_type () const |
ClockTime | get_timestamp () const |
Glib::RefPtr< Gst::Object > | get_source () const |
Static Public Member Functions | |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
static Glib::RefPtr< Message > | wrap (GstMessage *message, bool take_copy=false) |
Protected Member Functions | |
Message (GstMessage *castitem) | |
Protected Attributes | |
Structure | structure_ |
Friends | |
class | Message_Class |
typedef Message Gst::Message::CppObjectType |
Reimplemented from Gst::MiniObject.
typedef Message_Class Gst::Message::CppClassType |
Reimplemented from Gst::MiniObject.
Reimplemented from Gst::MiniObject.
Reimplemented from Gst::MiniObject.
Gst::Message::Message | ( | GstMessage * | castitem | ) | [explicit, protected] |
virtual Gst::Message::~Message | ( | ) | [virtual] |
static GType Gst::Message::get_type | ( | ) | [static] |
static GType Gst::Message::get_base_type | ( | ) | [static] |
GstMessage* Gst::Message::gobj | ( | ) | [inline] |
Provides access to the underlying C GstMiniObject.
const GstMessage* Gst::Message::gobj | ( | ) | const [inline] |
Provides access to the underlying C GstMiniObject.
GstMessage* Gst::Message::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
const Structure& Gst::Message::get_structure | ( | ) |
MessageType Gst::Message::get_message_type | ( | ) | const |
ClockTime Gst::Message::get_timestamp | ( | ) | const |
Glib::RefPtr<Gst::Object> Gst::Message::get_source | ( | ) | const |
Glib::RefPtr< Gst::Message > wrap | ( | GstMessage * | message, | |
bool | take_copy = false | |||
) | [static] |
Wrap a GstMessage* in a C++ instance, creating an instance of a derived Gst::Message. Gst::wrap() would just create a Gst::Message (rather than a derived one) because the derived Gst::Message classes do not correspond to GType types in the GStreamer API.
friend class Message_Class [friend] |
Structure Gst::Message::structure_ [protected] |