Gst.Object.prototype.get_control_binding

function get_control_binding(property_name:String):Gst.ControlBinding {
    // Gjs wrapper for gst_object_get_control_binding()
}

Gets the corresponding Gst.ControlBinding for the property. This should be unreferenced again after use.

property_name

name of the property

Returns

the Gst.ControlBinding for property_name or null if the property is not controlled.