Interface PreprocessingConfig.Deinterlace.YadifConfigOrBuilder (1.79.0)

publicstaticinterface PreprocessingConfig.Deinterlace.YadifConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeinterlaceAllFrames()

publicabstractbooleangetDeinterlaceAllFrames()

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

bool deinterlace_all_frames = 4;

Returns
Type Description
boolean

The deinterlaceAllFrames.

getDisableSpatialInterlacing()

publicabstractbooleangetDisableSpatialInterlacing()

Disable spacial interlacing. The default is false.

bool disable_spatial_interlacing = 2;

Returns
Type Description
boolean

The disableSpatialInterlacing.

getMode()

publicabstractStringgetMode()

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

string mode = 1;

Returns
Type Description
String

The mode.

getModeBytes()

publicabstractByteStringgetModeBytes()

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

string mode = 1;

Returns
Type Description
ByteString

The bytes for mode.

getParity()

publicabstractStringgetParity()

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

string parity = 3;

Returns
Type Description
String

The parity.

getParityBytes()

publicabstractByteStringgetParityBytes()

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

string parity = 3;

Returns
Type Description
ByteString

The bytes for parity.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.