Gst.Buffer.prototype.get_meta
function get_meta(api:GType):Gst.Meta {
// Gjs wrapper for gst_buffer_get_meta()
}Get the metadata for api on buffer. When there is no such metadata, NULL is returned.
- api
the GLib.Type of an API
- Returns
the metadata for api on buffer.