Gst::Message Class Reference

#include <message.h>

Inheritance diagram for Gst::Message:

Gst::MiniObject Gst::MessageApplication Gst::MessageAsyncDone Gst::MessageAsyncStart Gst::MessageBuffering Gst::MessageClockLost Gst::MessageClockProvide Gst::MessageCustom Gst::MessageDuration Gst::MessageElement Gst::MessageEos Gst::MessageError Gst::MessageInfo Gst::MessageLatency Gst::MessageNewClock Gst::MessageSegmentDone Gst::MessageSegmentStart Gst::MessageStateChanged Gst::MessageStateDirty Gst::MessageWarning List of all members.

Public Types

typedef Message CppObjectType
typedef Message_Class CppClassType
typedef GstMessage BaseObjectType
typedef GstMessageClass BaseClassType

Public Member Functions

virtual ~Message ()
GstMessagegobj ()
 Provides access to the underlying C GstMiniObject.
const GstMessagegobj () const
 Provides access to the underlying C GstMiniObject.
GstMessagegobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
const Structureget_structure ()
MessageType get_message_type () const
ClockTime get_timestamp () const
Glib::RefPtr< Gst::Objectget_source () const

Static Public Member Functions

static GType get_type () G_GNUC_CONST
static GType get_base_type () G_GNUC_CONST
static Glib::RefPtr< Messagewrap (GstMessage *message, bool take_copy=false)

Protected Member Functions

 Message (GstMessage *castitem)

Protected Attributes

Structure structure_

Friends

class Message_Class

Member Typedef Documentation

typedef Message Gst::Message::CppObjectType

Reimplemented from Gst::MiniObject.

typedef Message_Class Gst::Message::CppClassType

Reimplemented from Gst::MiniObject.

typedef GstMessage Gst::Message::BaseObjectType

Reimplemented from Gst::MiniObject.

typedef GstMessageClass Gst::Message::BaseClassType

Reimplemented from Gst::MiniObject.


Constructor & Destructor Documentation

Gst::Message::Message ( GstMessage castitem  )  [explicit, protected]

virtual Gst::Message::~Message (  )  [virtual]


Member Function Documentation

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.


Friends And Related Function Documentation

friend class Message_Class [friend]


Member Data Documentation

Structure Gst::Message::structure_ [protected]


The documentation for this class was generated from the following file:
Generated on Sat Jan 26 11:53:53 2008 for gstreamermm by  doxygen 1.5.1