bufferAddVideoMetaFull

fngstvideo.video_meta.VideoMeta bufferAddVideoMetaFull(gst.buffer.Buffer buffer, gstvideo.types.VideoFrameFlags flags, gstvideo.types.VideoFormat format, uint width, uint height, uint nPlanes, size_t[] offset, int[] stride)

Attaches GstVideoMeta metadata to buffer with the given parameters.

Parameters

buffera #GstBuffer
flags#GstVideoFrameFlags
formata #GstVideoFormat
widththe width
heightthe height
nPlanesnumber of planes
offsetoffset of each plane
stridestride of each plane

Returns

the #GstVideoMeta on buffer.