gstreamermm  0.10.11
Public Member Functions | Static Public Member Functions
Gst::MessageApplication Class Reference

An application message. More...

Inheritance diagram for Gst::MessageApplication:
Inheritance graph
[legend]
Collaboration diagram for Gst::MessageApplication:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MessageApplication (GstMessage* message)

Static Public Member Functions

static Glib::RefPtr
< Gst::MessageApplication
create (const Glib::RefPtr< Gst::Object >& src, Gst::Structure& structure)
 Create a new application-typed message.
static Glib::RefPtr
< Gst::MessageApplication
create (const Glib::RefPtr< Gst::Object >& src)
 Create a new application-typed message (no Gst::Structure is needed).

Detailed Description

An application message.

See create() for more details.


Constructor & Destructor Documentation

Gst::MessageApplication::MessageApplication ( GstMessage *  message) [explicit]

Member Function Documentation

Create a new application-typed message.

GStreamer will never create these messages; they are a gift from us to you. Enjoy.

Parameters:
srcThe object originating the message.
structureThe structure for the message. The structure will be copied.
Returns:
The new application message. MT safe.

Create a new application-typed message (no Gst::Structure is needed).

GStreamer will never create these messages; they are a gift from us to you. Enjoy.

Parameters:
srcThe object originating the message.
Returns:
The new application message. MT safe.

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