public sealed class PreprocessingConfig : IMessage<PreprocessingConfig>, IEquatable<PreprocessingConfig>, IDeepCloneable<PreprocessingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.
Preprocessing configurations.
Implements
IMessage<PreprocessingConfig>, IEquatable<PreprocessingConfig>, IDeepCloneable<PreprocessingConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
PreprocessingConfig()
public PreprocessingConfig()
PreprocessingConfig(PreprocessingConfig)
public PreprocessingConfig(PreprocessingConfig other)
Parameter | |
---|---|
Name | Description |
other | PreprocessingConfig |
Properties
Audio
public PreprocessingConfig.Types.Audio Audio { get; set; }
Audio preprocessing configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Audio |
Color
public PreprocessingConfig.Types.Color Color { get; set; }
Color preprocessing configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Color |
Crop
public PreprocessingConfig.Types.Crop Crop { get; set; }
Specify the video cropping configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Crop |
Deblock
public PreprocessingConfig.Types.Deblock Deblock { get; set; }
Deblock preprocessing configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Deblock |
Deinterlace
public PreprocessingConfig.Types.Deinterlace Deinterlace { get; set; }
Specify the video deinterlace configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Deinterlace |
Denoise
public PreprocessingConfig.Types.Denoise Denoise { get; set; }
Denoise preprocessing configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Denoise |
Pad
public PreprocessingConfig.Types.Pad Pad { get; set; }
Specify the video pad filter configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Pad |