Class Pad
Pad filter configuration for the input video. The padded input video is scaled after padding with black to match the output resolution.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Pad : IDirectResponseSchema
Properties
BottomPixels
The number of pixels to add to the bottom. The default is 0.
Declaration
[JsonProperty("bottomPixels")]
public virtual int? BottomPixels { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LeftPixels
The number of pixels to add to the left. The default is 0.
Declaration
[JsonProperty("leftPixels")]
public virtual int? LeftPixels { get; set; }
Property Value
Type | Description |
---|---|
int? |
RightPixels
The number of pixels to add to the right. The default is 0.
Declaration
[JsonProperty("rightPixels")]
public virtual int? RightPixels { get; set; }
Property Value
Type | Description |
---|---|
int? |
TopPixels
The number of pixels to add to the top. The default is 0.
Declaration
[JsonProperty("topPixels")]
public virtual int? TopPixels { get; set; }
Property Value
Type | Description |
---|---|
int? |