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

Parameters specific to video padding. More...

Static Public Attributes

static string Bottom = "PAD_BOTTOM"
 Video: Specifies the area to be padded inside the bottom edge of the output frame.
 
static string Color = "PAD_COLOR"
 Video: Specifies the padding color if any padding is set.
 
static string Left = "PAD_LEFT"
 Video: Specifies the area to be padded inside the left edge of the output frame.
 
static string Right = "PAD_RIGHT"
 Video: Specifies the area to be padded inside the right edge of the output frame.
 
static string Top = "PAD_TOP"
 Video: Specifies the area to be padded inside the top edge of the output frame.
 

Detailed Description

Parameters specific to video padding.

Member Data Documentation

◆ Bottom

string Bottom = "PAD_BOTTOM"
static

Video: Specifies the area to be padded inside the bottom edge of the output frame.

This parameter is an integer.

◆ Color

string Color = "PAD_COLOR"
static

Video: Specifies the padding color if any padding is set.

This parameter is an integer. The color format is ARGB32: bits 0-7 is blue, bits 8-15 is green, bits 16-23 is red and bits 24-31 is the alpha channel.

◆ Left

string Left = "PAD_LEFT"
static

Video: Specifies the area to be padded inside the left edge of the output frame.

This parameter is an integer.

◆ Right

string Right = "PAD_RIGHT"
static

Video: Specifies the area to be padded inside the right edge of the output frame.

This parameter is an integer.

◆ Top

string Top = "PAD_TOP"
static

Video: Specifies the area to be padded inside the top edge of the output frame.

This parameter is an integer.