gstreamermm  1.10.0
Public Member Functions | Static Public Member Functions | List of all members
Gst::ValueList Class Reference

#include <gstreamermm/valuelist.h>

Inheritance diagram for Gst::ValueList:
Inheritance graph
[legend]

Public Member Functions

 ValueList ()
 Default constructor. More...
 
guint size () const
 Gets the number of values contained in value. More...
 
bool get (guint index, Glib::ValueBase& value) const
 Gets the value that is a member of the list contained in value and has the index index. More...
 
Gst::ValueListappend (const Glib::ValueBase& value)
 Appends value to the ValueList. More...
 
Gst::ValueListprepend (const Glib::ValueBase& value)
 Prepends value to the ValueList. More...
 
- Public Member Functions inherited from Glib::ValueBase
 ValueBase ()
 
 ValueBase (const ValueBase &other)
 
ValueBaseoperator= (const ValueBase &other)
 
 ~ValueBase () noexcept
 
void init (GType type)
 
void init (const GValue *value)
 
void reset ()
 
GValue * gobj ()
 
const GValue * gobj () const
 

Static Public Member Functions

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system. More...
 

Additional Inherited Members

- Protected Attributes inherited from Glib::ValueBase
GValue gobject_
 

Constructor & Destructor Documentation

◆ ValueList()

Gst::ValueList::ValueList ( )

Default constructor.

Member Function Documentation

◆ append()

Gst::ValueList& Gst::ValueList::append ( const Glib::ValueBase value)

Appends value to the ValueList.

Parameters
valueThe value to append.

◆ get()

bool Gst::ValueList::get ( guint  index,
Glib::ValueBase value 
) const

Gets the value that is a member of the list contained in value and has the index index.

Parameters
valueA Value of type Gst::TYPE_LIST.
indexIndex of value to get from the list.
Returns
The value at the given index.

◆ get_type()

static GType Gst::ValueList::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

◆ prepend()

Gst::ValueList& Gst::ValueList::prepend ( const Glib::ValueBase value)

Prepends value to the ValueList.

Parameters
valueThe value to prepend.

◆ size()

guint Gst::ValueList::size ( ) const

Gets the number of values contained in value.

Returns
The number of values.