gstreamermm
1.4.3
|
Public Member Functions | |
ValueList () | |
Default constructor. More... | |
guint | size () const |
bool | get (guint index, Glib::ValueBase& value) const |
Gst::ValueList& | append (const Glib::ValueBase& value) |
Gst::ValueList& | prepend (const Glib::ValueBase& value) |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
Gst::ValueList::ValueList | ( | ) |
Default constructor.
Gst::ValueList& Gst::ValueList::append | ( | const Glib::ValueBase & | value | ) |
bool Gst::ValueList::get | ( | guint | index, |
Glib::ValueBase & | value | ||
) | const |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
Gst::ValueList& Gst::ValueList::prepend | ( | const Glib::ValueBase & | value | ) |
guint Gst::ValueList::size | ( | ) | const |