public sealed class 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
IMessage<PreprocessingConfig.Types.Deinterlace>, IEquatable<PreprocessingConfig.Types.Deinterlace>, IDeepCloneable<PreprocessingConfig.Types.Deinterlace>, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Deinterlace()
public Deinterlace()
Deinterlace(PreprocessingConfig.Types.Deinterlace)
public Deinterlace(PreprocessingConfig.Types.Deinterlace other)
Parameter | |
---|---|
Name | Description |
other | PreprocessingConfig.Types.Deinterlace |
Properties
Bwdif
public PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig Bwdif { get; set; }
Specifies the Bob Weaver Deinterlacing Filter Configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig |
DeinterlacingFilterCase
public PreprocessingConfig.Types.Deinterlace.DeinterlacingFilterOneofCase DeinterlacingFilterCase { get; }
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Deinterlace.DeinterlacingFilterOneofCase |
Yadif
public PreprocessingConfig.Types.Deinterlace.Types.YadifConfig Yadif { get; set; }
Specifies the Yet Another Deinterlacing Filter Configuration.
Property Value | |
---|---|
Type | Description |
PreprocessingConfig.Types.Deinterlace.Types.YadifConfig |