Class Crop
Video cropping configuration for the input video. The cropped input video is scaled to match the output resolution.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class Crop : IDirectResponseSchema
Properties
BottomPixels
The number of pixels to crop from 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 crop from 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 crop from 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 crop from the top. The default is 0.
Declaration
[JsonProperty("topPixels")]
public virtual int? TopPixels { get; set; }
Property Value
Type | Description |
---|---|
int? |