gst.param_spec_array
Module for [ParamSpecArray] class
class ParamSpecArray
Types 1
classParamSpecArray
A GParamSpec derived structure for arrays of values.
Fields
GstParamSpecArray _cInstanceMethods
void * _cPtr() nothrowgobject.param_spec.ParamSpec parentInstance() @property nothrowGet `parentInstance` field. Returns: super classvoid parentInstance(gobject.param_spec.ParamSpec propval) @property nothrowSet `parentInstance` field. Params: propval = super classgobject.param_spec.ParamSpec elementSpec() @property nothrowGet `elementSpec` field. Returns: the #GParamSpec of the type of values in the arrayvoid elementSpec(gobject.param_spec.ParamSpec propval) @property nothrowSet `elementSpec` field. Params: propval = the #GParamSpec of the type of values in the array