#include <mixer.h>
Public Member Functions | |
MessageMixerRecordToggled (GstMessage* castitem) | |
void | parse (Glib::RefPtr<Gst::MixerTrack>& track, bool& record) const |
Extracts the contents of a record-toggled bus message. | |
Glib::RefPtr<Gst::MixerTrack> | parse () |
Extracts the contents of a record-toggled bus message. | |
Glib::RefPtr< const Gst::MixerTrack > | parse () const |
Extracts the contents of a record-toggled bus message. | |
bool | parse_record () const |
Extracts the contents of a record-toggled bus message. |
Gst::MessageMixerRecordToggled::MessageMixerRecordToggled | ( | GstMessage * | castitem | ) | [explicit] |
void Gst::MessageMixerRecordToggled::parse | ( | Glib::RefPtr<Gst::MixerTrack>& | track, | |
bool & | record | |||
) | const |
Extracts the contents of a record-toggled bus message.
Reads the Gst::MixerTrack that has changed, and the new value of the recording flag.
The Gst::MixerTrack remains valid until the message is freed.
track | A reference to hold the Gst::MixerTrack object. | |
record | A reference to hold the bool value. |
Glib::RefPtr<Gst::MixerTrack> Gst::MessageMixerRecordToggled::parse | ( | ) |
Extracts the contents of a record-toggled bus message.
Reads the Gst::MixerTrack that has changed.
The Gst::MixerTrack remains valid until the message is freed.
Glib::RefPtr<const Gst::MixerTrack> Gst::MessageMixerRecordToggled::parse | ( | ) | const |
Extracts the contents of a record-toggled bus message.
Reads the Gst::MixerTrack that has changed.
The Gst::MixerTrack remains valid until the message is freed.
bool Gst::MessageMixerRecordToggled::parse_record | ( | ) | const |
Extracts the contents of a record-toggled bus message.
Reads the new value of the recording flag.