Transcoder v1 API - Class PreprocessingConfig.Types.Deinterlace (2.3.0)

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.

Inheritance

Object > PreprocessingConfig.Types.Deinterlace

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Deinterlace()

public Deinterlace()

Deinterlace(PreprocessingConfig.Types.Deinterlace)

public Deinterlace(PreprocessingConfig.Types.Deinterlace other)
Parameter
NameDescription
otherPreprocessingConfig.Types.Deinterlace

Properties

Bwdif

public PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig Bwdif { get; set; }

Specifies the Bob Weaver Deinterlacing Filter Configuration.

Property Value
TypeDescription
PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig

DeinterlacingFilterCase

public PreprocessingConfig.Types.Deinterlace.DeinterlacingFilterOneofCase DeinterlacingFilterCase { get; }
Property Value
TypeDescription
PreprocessingConfig.Types.Deinterlace.DeinterlacingFilterOneofCase

Yadif

public PreprocessingConfig.Types.Deinterlace.Types.YadifConfig Yadif { get; set; }

Specifies the Yet Another Deinterlacing Filter Configuration.

Property Value
TypeDescription
PreprocessingConfig.Types.Deinterlace.Types.YadifConfig