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

A warning message. More...

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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

A warning message.

See create() for more details.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Create a new warning message.

The message will make copies of error and debug.

Parameters:
srcThe object originating the message.
errorThe Glib::Error for this message.
debugA debugging string for something or other.
Returns:
The new warning message. MT safe.
void Gst::MessageWarning::parse ( Glib::Error error,
std::string debug 
) const

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

MT safe.

Parameters:
errorLocation for the Glib::Error.
debugLocation for the debug message.

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

MT safe.

Returns:
The Glib::Error.

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

MT safe.

Returns:
The debug message.

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