Transcoder v1 API - Class PreprocessingConfig.Types.Pad (2.8.0)

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

Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Pad.

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.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Pad()

public Pad()

Pad(Pad)

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

Properties

BottomPixels

public int BottomPixels { get; set; }

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

Property Value
TypeDescription
int

LeftPixels

public int LeftPixels { get; set; }

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

Property Value
TypeDescription
int

RightPixels

public int RightPixels { get; set; }

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

Property Value
TypeDescription
int

TopPixels

public int TopPixels { get; set; }

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

Property Value
TypeDescription
int