AVBlocks for C++  2.1
Audio and Video Software Development Kit
primo::avblocks::Param::Video::Crop Namespace Reference

Parameters specific to video cropping. More...

Variables

static const char Bottom [] = "CROP_BOTTOM"
 Video: Specifies the area to be cropped inside the bottom edge of the input frame. More...
 
static const char Left [] = "CROP_LEFT"
 Video: Specifies the area to be cropped inside the left edge of the input frame. More...
 
static const char Right [] = "CROP_RIGHT"
 Video: Specifies the area to be cropped inside the right edge of the input frame. More...
 
static const char Top [] = "CROP_TOP"
 Video: Specifies the area to be cropped inside the top edge of the input frame. More...
 

Detailed Description

Parameters specific to video cropping.

Note
Cropping is done before padding.

Variable Documentation

const char Bottom[] = "CROP_BOTTOM"
static

Video: Specifies the area to be cropped inside the bottom edge of the input frame.

This parameter is an integer.

const char Left[] = "CROP_LEFT"
static

Video: Specifies the area to be cropped inside the left edge of the input frame.

This parameter is an integer.

const char Right[] = "CROP_RIGHT"
static

Video: Specifies the area to be cropped inside the right edge of the input frame.

This parameter is an integer.

const char Top[] = "CROP_TOP"
static

Video: Specifies the area to be cropped inside the top edge of the input frame.

This parameter is an integer.