Class PreprocessingConfig
Preprocessing configurations.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class PreprocessingConfig : IDirectResponseSchema
Properties
Audio
Audio preprocessing configuration.
Declaration
[JsonProperty("audio")]
public virtual Audio Audio { get; set; }
Property Value
Type | Description |
---|---|
Audio |
Color
Color preprocessing configuration.
Declaration
[JsonProperty("color")]
public virtual Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color |
Crop
Specify the video cropping configuration.
Declaration
[JsonProperty("crop")]
public virtual Crop Crop { get; set; }
Property Value
Type | Description |
---|---|
Crop |
Deblock
Deblock preprocessing configuration.
Declaration
[JsonProperty("deblock")]
public virtual Deblock Deblock { get; set; }
Property Value
Type | Description |
---|---|
Deblock |
Deinterlace
Specify the video deinterlace configuration.
Declaration
[JsonProperty("deinterlace")]
public virtual Deinterlace Deinterlace { get; set; }
Property Value
Type | Description |
---|---|
Deinterlace |
Denoise
Denoise preprocessing configuration.
Declaration
[JsonProperty("denoise")]
public virtual Denoise Denoise { get; set; }
Property Value
Type | Description |
---|---|
Denoise |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Pad
Specify the video pad filter configuration.
Declaration
[JsonProperty("pad")]
public virtual Pad Pad { get; set; }
Property Value
Type | Description |
---|---|
Pad |