#include <mixer.h>
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. |
Gst::MessageMixerOptionChanged::MessageMixerOptionChanged | ( | GstMessage * | castitem | ) | [explicit] |
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.
Glib::RefPtr<Gst::MixerOptions> Gst::MessageMixerOptionChanged::parse | ( | ) |
Extracts the Gst::MixerOptions from a option-changed bus notification message.
The Gst::MixerOptions remain valid until the message is freed.
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. |
Glib::ustring Gst::MessageMixerOptionChanged::parse_value | ( | ) | const |
Extracts the new value of the option from a option-changed bus notification message.