buffer_add_video_meta_full


Description:

[ CCode ( cname = "gst_buffer_add_video_meta_full" ) ]
public unowned Meta? buffer_add_video_meta_full (Buffer buffer, FrameFlags flags, Format format, uint width, uint height, uint n_planes, size_t[] offset, int[] stride)

Attaches GstVideoMeta metadata to buffer with the given parameters.

Parameters:

buffer

a Buffer

flags

FrameFlags

format

a Format

width

the width

height

the height

n_planes

number of planes

offset

offset of each plane

stride

stride of each plane

Returns:

the Meta on buffer.


Namespace: Gst.Video