Public Member Functions

Gst::MessageMixerRecordToggled Class Reference

A record-toggled Gst::Mixer message. More...

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

List of all members.

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::MixerTrackparse ()
 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.

Detailed Description

A record-toggled Gst::Mixer message.


Constructor & Destructor Documentation

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

Member Function Documentation

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.

Parameters:
trackA reference to hold the Gst::MixerTrack object.
recordA reference to hold the bool value.

Since 0.10.14.

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.

Returns:
A reference to the Gst::MixerTrack object.
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.

Returns:
A reference to the Gst::MixerTrack object.
bool Gst::MessageMixerRecordToggled::parse_record (  ) const

Extracts the contents of a record-toggled bus message.

Reads the new value of the recording flag.

Returns:
The bool value.

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