gstreamermm 0.10.9.1
|
A Wrapper for the input-selector plugin. More...
Public Member Functions | |
virtual | ~InputSelector () |
GstInputSelector* | gobj () |
Provides access to the underlying C GObject. | |
const GstInputSelector* | gobj () const |
Provides access to the underlying C GObject. | |
GstInputSelector* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
gint64 | block () |
This is a convenience method for the action signal signal_block(). | |
Glib::PropertyProxy_ReadOnly < guint > | property_n_pads () const |
The number of sink pads. | |
Glib::PropertyProxy < Glib::RefPtr< Gst::Pad > > | property_active_pad () |
The currently active sink pad. | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< Gst::Pad > > | property_active_pad () const |
The currently active sink pad. | |
Glib::SignalProxy0< gint64 > | signal_block () |
This is an action signal which is designed to be used as a method. | |
Glib::SignalProxy3< void, const Glib::RefPtr< Gst::Pad > &, gint64, gint64 > | signal_switch () |
Static Public Member Functions | |
static Glib::RefPtr < InputSelector > | create () |
Creates a new input-selector plugin with a unique name. | |
static Glib::RefPtr < InputSelector > | create (const Glib::ustring& name) |
Creates a new input-selector plugin with the given name. | |
Protected Member Functions | |
InputSelector () | |
InputSelector (const Glib::ustring& name) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gst::InputSelector > | wrap (GstInputSelector* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
A Wrapper for the input-selector plugin.
Please note that, though using the underlying GObject is fine, using its C type is not guaranteed to be API stable across releases because it is not guaranteed to always remain the same. Also, not all plug-ins are available on all systems so care must be taken that they exist before they are used, otherwise there will be errors and possibly a crash.
virtual Gst::InputSelector::~InputSelector | ( | ) | [virtual] |
Gst::InputSelector::InputSelector | ( | ) | [protected] |
Gst::InputSelector::InputSelector | ( | const Glib::ustring & | name | ) | [explicit, protected] |
gint64 Gst::InputSelector::block | ( | ) |
This is a convenience method for the action signal signal_block().
static Glib::RefPtr<InputSelector> Gst::InputSelector::create | ( | const Glib::ustring & | name | ) | [static] |
Creates a new input-selector plugin with the given name.
static Glib::RefPtr<InputSelector> Gst::InputSelector::create | ( | ) | [static] |
Creates a new input-selector plugin with a unique name.
const GstInputSelector* Gst::InputSelector::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gst::Element.
GstInputSelector* Gst::InputSelector::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Gst::Element.
GstInputSelector* Gst::InputSelector::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Gst::Element.
Glib::PropertyProxy< Glib::RefPtr<Gst::Pad> > Gst::InputSelector::property_active_pad | ( | ) |
The currently active sink pad.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gst::Pad> > Gst::InputSelector::property_active_pad | ( | ) | const |
The currently active sink pad.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<guint> Gst::InputSelector::property_n_pads | ( | ) | const |
The number of sink pads.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::SignalProxy0< gint64 > Gst::InputSelector::signal_block | ( | ) |
This is an action signal which is designed to be used as a method.
To do that, use its convenience method, block().
gint64 on_my_block()
Glib::SignalProxy3< void,const Glib::RefPtr<Gst::Pad>&,gint64,gint64 > Gst::InputSelector::signal_switch | ( | ) |
void on_my_switch(const Glib::RefPtr<Gst::Pad>& arg0, gint64 arg1, gint64 arg2)
Glib::RefPtr< Gst::InputSelector > wrap | ( | GstInputSelector * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |