Class: Gst::ValueArray
- Inherits:
-
Object
- Object
- Gst::ValueArray
- Defined in:
- (unknown)
Overview
A fundamental type that describes an ordered list of #GValue
Class Method Summary collapse
-
.append_and_take_value(value, append_value) ⇒ nil
Appends append_value to the GstValueArray in value.
-
.append_value(value, append_value) ⇒ nil
Appends append_value to the GstValueArray in value.
-
.get_size(value) ⇒ Integer
Gets the number of values contained in value.
-
.get_value(value, index) ⇒ GObject::Value
Gets the value that is a member of the array contained in value and has the index index.
-
.init(value, prealloc) ⇒ GObject::Value
Initializes and pre-allocates a #GValue of type #GST_TYPE_ARRAY.
-
.prepend_value(value, prepend_value) ⇒ nil
Prepends prepend_value to the GstValueArray in value.
Class Method Details
.append_and_take_value(value, append_value) ⇒ nil
Appends append_value to the GstValueArray in value.
.append_value(value, append_value) ⇒ nil
Appends append_value to the GstValueArray in value.
.get_size(value) ⇒ Integer
Gets the number of values contained in value.
.get_value(value, index) ⇒ GObject::Value
Gets the value that is a member of the array contained in value and has the index index.
.init(value, prealloc) ⇒ GObject::Value
Initializes and pre-allocates a #GValue of type #GST_TYPE_ARRAY.
.prepend_value(value, prepend_value) ⇒ nil
Prepends prepend_value to the GstValueArray in value.