public sealed class PreprocessingConfig.Types.Deinterlace : IMessage<PreprocessingConfig.Types.Deinterlace>, IEquatable<PreprocessingConfig.Types.Deinterlace>, IDeepCloneable<PreprocessingConfig.Types.Deinterlace>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Deinterlace.
Deinterlace configuration for input video.
Implements
IMessagePreprocessingConfigTypesDeinterlace, IEquatablePreprocessingConfigTypesDeinterlace, IDeepCloneablePreprocessingConfigTypesDeinterlace, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Deinterlace()
public Deinterlace()
Deinterlace(Deinterlace)
public Deinterlace(PreprocessingConfig.Types.Deinterlace other)
Parameter | |
---|---|
Name | Description |
other |
PreprocessingConfigTypesDeinterlace |
Properties
Bwdif
public PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig Bwdif { get; set; }
Specifies the Bob Weaver Deinterlacing Filter Configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfigTypesDeinterlaceTypesBwdifConfig |
DeinterlacingFilterCase
public PreprocessingConfig.Types.Deinterlace.DeinterlacingFilterOneofCase DeinterlacingFilterCase { get; }
Property Value | |
---|---|
Type | Description |
PreprocessingConfigTypesDeinterlaceDeinterlacingFilterOneofCase |
Yadif
public PreprocessingConfig.Types.Deinterlace.Types.YadifConfig Yadif { get; set; }
Specifies the Yet Another Deinterlacing Filter Configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfigTypesDeinterlaceTypesYadifConfig |