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

public sealed class BwdifConfig : IMessage<PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig>, IEquatable<PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig>, IDeepCloneable<PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig.

Bob Weaver Deinterlacing Filter Configuration.

Inheritance

Object > PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Constructors

BwdifConfig()

public BwdifConfig()

BwdifConfig(PreprocessingConfig.Types.Deinterlace.Types.BwdifConfig)

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

Properties

DeinterlaceAllFrames

public bool DeinterlaceAllFrames { get; set; }

Deinterlace all frames rather than just the frames identified as interlaced. The default is false.

Property Value
TypeDescription
Boolean

Mode

public string Mode { get; set; }

Specifies the deinterlacing mode to adopt. The default is send_frame. Supported values:

  • send_frame: Output one frame for each frame
  • send_field: Output one frame for each field
Property Value
TypeDescription
String

Parity

public string Parity { get; set; }

The picture field parity assumed for the input interlaced video. The default is auto. Supported values:

  • tff: Assume the top field is first
  • bff: Assume the bottom field is first
  • auto: Enable automatic detection of field parity
Property Value
TypeDescription
String