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

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.

Inheritance

object > PreprocessingConfig.Types.Deinterlace

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

Deinterlace()

public Deinterlace()

Deinterlace(Deinterlace)

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

Properties

Bwdif

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

Specifies the Bob Weaver Deinterlacing Filter Configuration.

Property Value
TypeDescription
PreprocessingConfigTypesDeinterlaceTypesBwdifConfig

DeinterlacingFilterCase

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

Yadif

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

Specifies the Yet Another Deinterlacing Filter Configuration.

Property Value
TypeDescription
PreprocessingConfigTypesDeinterlaceTypesYadifConfig