Gst.Buffer.prototype.iterate_meta
function iterate_meta(state:gpointer):Gst.Meta {
// Gjs wrapper for gst_buffer_iterate_meta()
}Retrieve the next Gst.Meta after @current. If state points to null, the first metadata is returned.
state will be updated with an opage state pointer
- state
an opaque state pointer
- Returns
The next Gst.Meta or null when there are no more items.