GstVideoInfo

Information describing image properties. This information can be filled in from GstCaps with gstvideo.video_info.VideoInfo.fromCaps. The information is also used to store the specific video info when mapping a video frame with gstvideo.video_frame.VideoFrame.map.

Use the provided macros to access the info in this structure.

Members

Unions

ABIType
union ABIType

Variables

chromaSite
GstVideoChromaSite chromaSite;

a #GstVideoChromaSite.

colorimetry
GstVideoColorimetry colorimetry;

the colorimetry info

finfo
const(GstVideoFormatInfo)* finfo;

the format info of the video

flags
GstVideoFlags flags;

additional video flags

fpsD
int fpsD;

the framerate denominator

fpsN
int fpsN;

the framerate numerator

height
int height;

the height of the video

interlaceMode
GstVideoInterlaceMode interlaceMode;

the interlace mode

offset
size_t[4] offset;

offsets of the planes

parD
int parD;

the pixel-aspect-ratio denominator

parN
int parN;

the pixel-aspect-ratio numerator

size
size_t size;

the default size of one frame

stride
int[4] stride;

strides of the planes

views
int views;

the number of views for multiview video

width
int width;

the width of the video