Gst.ElementFactory.prototype.get_metadata_keys

function get_metadata_keys():[String] {
    // Gjs wrapper for gst_element_factory_get_metadata_keys()
}

Get the available keys for the metadata on factory.

Returns

a null-terminated array of key strings, or null when there is no metadata. Free with GLib.strfreev when no longer needed.