TypeScript API Documentation for GSTREAMER VIDEO
API Version: 1.0
Library Version: 1.0.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Attaches GstVideoMeta metadata to buffer with the given parameters and the default offsets and strides for format and width x height.
buffer
format
width
height
This function calculates the default offsets and strides and then calls gst_buffer_add_video_meta_full() with them.
gst_buffer_add_video_meta_full()
a Gst.Buffer
GstVideo.VideoFrameFlags
a GstVideo.VideoFormat
the width
the height
the GstVideo.VideoMeta on buffer.
Attaches GstVideoMeta metadata to
bufferwith the given parameters and the default offsets and strides forformatandwidthxheight.This function calculates the default offsets and strides and then calls
gst_buffer_add_video_meta_full()with them.