buffer_get_video_meta_id


Description:

[ CCode ( cname = "gst_buffer_get_video_meta_id" ) ]
public unowned Meta? buffer_get_video_meta_id (Buffer buffer, int id)

Find the Meta on buffer with the given id.

Buffers can contain multiple Meta metadata items when dealing with multiview buffers.

Parameters:

buffer

a Buffer

id

a metadata id

Returns:

the Meta with id or null when there is no such metadata on buffer.


Namespace: Gst.Video