VART-X  0.3.0
vart::VideoInfo Struct Reference

Contains information related to a video frame. More...

#include <vart_videoframe_types.hpp>

Collaboration diagram for vart::VideoInfo:

Public Attributes

int32_t width
 
int32_t height
 
VideoFormat fmt
 
uint32_t n_planes
 
size_t stride [VART_VIDEO_MAX_PLANES]
 
size_t elevation [VART_VIDEO_MAX_PLANES]
 
VideoAlignment alignment
 

Detailed Description

Contains information related to a video frame.

Member Data Documentation

◆ alignment

vart::VideoInfo::alignment

Video frame's alignment information

◆ elevation

vart::VideoInfo::elevation

Per-plane array of elevation values in rows (number of rows per plane, including any vertical padding).

◆ fmt

vart::VideoInfo::fmt

Video frame color format

◆ height

vart::VideoInfo::height

Height of a video frame

◆ n_planes

vart::VideoInfo::n_planes

Number of planes in video frame color format

◆ stride

vart::VideoInfo::stride

Per-plane array of stride values in bytes (number of bytes per row, including any alignment padding).

◆ width

vart::VideoInfo::width

Width of a video frame


The documentation for this struct was generated from the following file: