Gst.ElementFactory.prototype.get_metadata
function get_metadata(key:String):String { // Gjs wrapper for gst_element_factory_get_metadata() }
Get the metadata on factory with key.
- key
a key
- Returns
the metadata with key on factory or null when there was no metadata with the given key.