gstreamermm
0.10.10.2
|
An option-changed Gst::Mixer message. More...
Public Member Functions | |
MessageMixerOptionChanged (GstMessage* castitem) | |
void | parse (Glib::RefPtr< Gst::MixerOptions >& options, Glib::ustring&value) const |
Extracts the Gst::MixerOptions and new value from a option-changed bus notification message. | |
Glib::RefPtr< Gst::MixerOptions > | parse () |
Extracts the Gst::MixerOptions from a option-changed bus notification message. | |
Glib::RefPtr< const Gst::MixerOptions > | parse () const |
Extracts the Gst::MixerOptions from a option-changed bus notification message. | |
Glib::ustring | parse_value () const |
Extracts the new value of the option from a option-changed bus notification message. |
An option-changed Gst::Mixer message.
Gst::MessageMixerOptionChanged::MessageMixerOptionChanged | ( | GstMessage * | castitem | ) | [explicit] |
void Gst::MessageMixerOptionChanged::parse | ( | Glib::RefPtr< Gst::MixerOptions >& | options, |
Glib::ustring & | value | ||
) | const |
Extracts the Gst::MixerOptions and new value from a option-changed bus notification message.
The Gst::MixerOptions remain valid until the message is freed.
options | A reference to hold the Gst::MixerOptions object. |
value | Location to store the new options value. |
Since 0.10.14.
Extracts the Gst::MixerOptions from a option-changed bus notification message.
The Gst::MixerOptions remain valid until the message is freed.
Glib::RefPtr<const Gst::MixerOptions> Gst::MessageMixerOptionChanged::parse | ( | ) | const |
Extracts the Gst::MixerOptions from a option-changed bus notification message.
The Gst::MixerOptions remain valid until the message is freed.
Extracts the new value of the option from a option-changed bus notification message.