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.
Implements
IMessage<PreprocessingConfig.Types.Pad>, IEquatable<PreprocessingConfig.Types.Pad>, IDeepCloneable<PreprocessingConfig.Types.Pad>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Pad()
public Pad()
Pad(PreprocessingConfig.Types.Pad)
public Pad(PreprocessingConfig.Types.Pad other)
Parameter | |
---|---|
Name | Description |
other | PreprocessingConfig.Types.Pad |
Properties
BottomPixels
public int BottomPixels { get; set; }
The number of pixels to add to the bottom. The default is 0.
Property Value | |
---|---|
Type | Description |
Int32 |
LeftPixels
public int LeftPixels { get; set; }
The number of pixels to add to the left. The default is 0.
Property Value | |
---|---|
Type | Description |
Int32 |
RightPixels
public int RightPixels { get; set; }
The number of pixels to add to the right. The default is 0.
Property Value | |
---|---|
Type | Description |
Int32 |
TopPixels
public int TopPixels { get; set; }
The number of pixels to add to the top. The default is 0.
Property Value | |
---|---|
Type | Description |
Int32 |