AVBlocks for .NET  3.0
Audio and Video Software Development Kit
Param.Video.Crop Class Reference

Parameters specific to video croping. More...

Static Public Attributes

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

Detailed Description

Parameters specific to video croping.

Member Data Documentation

◆ Bottom

string Bottom = "CROP_BOTTOM"
static

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

This parameter is an integer.

◆ Left

string Left = "CROP_LEFT"
static

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

This parameter is an integer.

◆ Right

string Right = "CROP_RIGHT"
static

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

This parameter is an integer.

◆ Top

string Top = "CROP_TOP"
static

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

This parameter is an integer.