Gst::MessageInfo Class Reference

An informational message. More...

#include <message.h>

Inheritance diagram for Gst::MessageInfo:

Gst::Message Gst::MiniObject

List of all members.

Public Member Functions

 MessageInfo (GstMessage* castitem)
void parse (Glib::Error& error, std::string& debug)
 Extracts the Glib::Error and debug string from the Gst::MessageInfo.
Glib::Error parse ()
 Extracts and returns the Glib::Error from the Gst::MessageInfo.
std::string parse_debug ()
 Extracts and returns the debug message from the Gst::MessageInfo.

Static Public Member Functions

static Glib::RefPtr<Gst::Messagecreate (const Glib::RefPtr<Gst::Object>& src, Glib::Error& error, const std::string& debug)
 Create a new info message.


Detailed Description

An informational message.

See create() for more details.


Constructor& Destructor Documentation

Gst::MessageInfo::MessageInfo ( GstMessage *  castitem  )  [explicit]


Member Function Documentation

static Glib::RefPtr<Gst::Message> Gst::MessageInfo::create ( const Glib::RefPtr<Gst::Object>&  src,
Glib::Error &  error,
const std::string &  debug 
) [static]

Create a new info message.

Parameters:
src The object originating the message.
error The Glib::Error for this message.
debug A debugging string for something or other.
Returns:
The new info message.
Since 0.10.12 MT safe.

Glib::Error Gst::MessageInfo::parse (  ) 

Extracts and returns the Glib::Error from the Gst::MessageInfo.

MT safe.

Returns:
The Glib::Error.

void Gst::MessageInfo::parse ( Glib::Error &  error,
std::string &  debug 
)

Extracts the Glib::Error and debug string from the Gst::MessageInfo.

MT safe.

Parameters:
error Location for the Glib::Error.
debug Location for the debug message.

std::string Gst::MessageInfo::parse_debug (  ) 

Extracts and returns the debug message from the Gst::MessageInfo.

MT safe.

Returns:
The debug message.


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

Generated on Thu Jan 15 09:33:13 2009 for gstreamermm by  doxygen 1.5.7.1