#include <gstreamermm/valuelist.h>
Inherits ValueBase.
|  | 
| static GType | get_type () | 
|  | Get the GType for this class, for use with the underlying GObject type system.  More... 
 | 
|  | 
◆ ValueList()
      
        
          | Gst::ValueList::ValueList | ( |  | ) |  | 
      
 
 
◆ append()
      
        
          | Gst::ValueList& Gst::ValueList::append | ( | const Glib::ValueBase & | value | ) |  | 
      
 
Appends value to the ValueList. 
- Parameters
- 
  
    | value | The 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
- 
  
    | value | A Value of type Gst::TYPE_LIST. |  | index | Index 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
- 
  
    | value | The value to prepend. |  
 
 
 
◆ size()
      
        
          | guint Gst::ValueList::size | ( |  | ) | const | 
      
 
Gets the number of values contained in value. 
- Returns
- The number of values.