[ CCode ( cname = "gst_device_provider_class_add_static_metadata" ) ]
public class void add_static_metadata (string key, owned string value)
Set key with value as metadata in this.
Same as add_metadata, but value must be a static string or
an inlined string, as it will not be copied. (GStreamer plugins will be made resident once loaded, so this function can be used even from
dynamically loaded plugins.)
| this |
class to set metadata for |
| key |
the key to set |
| value |
the value to set |