param_spec_array


Description:


[ Version ( since = "1.14" ) ]
public ParamSpec param_spec_array (string name, string nick, string blurb, ParamSpec element_spec, ParamFlags flags)

This function creates a GstArray GParamSpec for use by objects/elements that want to expose properties of GstArray type.

This function is typically * used in connection with install_property in a GObjects's instance_init function.

Parameters:

name

canonical name of the property specified

nick

nick name for the property specified

blurb

description of the property specified

element_spec

GParamSpec of the array

flags

flags for the property specified

Returns:

a newly created parameter specification


Namespace: Gst
Package: gstreamer-1.0