Class PreprocessingConfig.Types.Pad (1.0.0-beta04)

public sealed class Pad : IMessage<PreprocessingConfig.Types.Pad>, IEquatable<PreprocessingConfig.Types.Pad>, IDeepCloneable<PreprocessingConfig.Types.Pad>, IBufferMessage, IMessage

Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.

Inheritance

Object > PreprocessingConfig.Types.Pad

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

Pad()

public Pad()

Pad(PreprocessingConfig.Types.Pad)

public Pad(PreprocessingConfig.Types.Pad other)
Parameter
NameDescription
otherPreprocessingConfig.Types.Pad

Properties

BottomPixels

public int BottomPixels { get; set; }

The number of pixels to add to the bottom. The default is 0.

Property Value
TypeDescription
Int32

LeftPixels

public int LeftPixels { get; set; }

The number of pixels to add to the left. The default is 0.

Property Value
TypeDescription
Int32

RightPixels

public int RightPixels { get; set; }

The number of pixels to add to the right. The default is 0.

Property Value
TypeDescription
Int32

TopPixels

public int TopPixels { get; set; }

The number of pixels to add to the top. The default is 0.

Property Value
TypeDescription
Int32