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