Class PreprocessingConfig.Deinterlace.YadifConfig.Builder (1.8.0)

publicstaticfinalclass PreprocessingConfig.Deinterlace.YadifConfig.BuilderextendsGeneratedMessageV3.Builder<PreprocessingConfig.Deinterlace.YadifConfig.Builder>implementsPreprocessingConfig.Deinterlace.YadifConfigOrBuilder

Yet Another Deinterlacing Filter Configuration.

Protobuf type google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.YadifConfig

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

build()

publicPreprocessingConfig.Deinterlace.YadifConfigbuild()
Returns
Type Description

buildPartial()

publicPreprocessingConfig.Deinterlace.YadifConfigbuildPartial()
Returns
Type Description

clear()

publicPreprocessingConfig.Deinterlace.YadifConfig.Builderclear()
Returns
Type Description
Overrides

clearDeinterlaceAllFrames()

publicPreprocessingConfig.Deinterlace.YadifConfig.BuilderclearDeinterlaceAllFrames()

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

bool deinterlace_all_frames = 4;

Returns
Type Description

clearDisableSpatialInterlacing()

publicPreprocessingConfig.Deinterlace.YadifConfig.BuilderclearDisableSpatialInterlacing()

Disable spacial interlacing. The default is false.

bool disable_spatial_interlacing = 2;

Returns
Type Description

clearField(Descriptors.FieldDescriptor field)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
Overrides

clearMode()

publicPreprocessingConfig.Deinterlace.YadifConfig.BuilderclearMode()

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

clearOneof(Descriptors.OneofDescriptor oneof)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
Overrides

clearParity()

publicPreprocessingConfig.Deinterlace.YadifConfig.BuilderclearParity()

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

clone()

publicPreprocessingConfig.Deinterlace.YadifConfig.Builderclone()
Returns
Type Description
Overrides

getDefaultInstanceForType()

publicPreprocessingConfig.Deinterlace.YadifConfiggetDefaultInstanceForType()
Returns
Type Description

getDeinterlaceAllFrames()

publicbooleangetDeinterlaceAllFrames()

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.

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Overrides

getDisableSpatialInterlacing()

publicbooleangetDisableSpatialInterlacing()

Disable spacial interlacing. The default is false.

bool disable_spatial_interlacing = 2;

Returns
Type Description
boolean

The disableSpatialInterlacing.

getMode()

publicStringgetMode()

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()

publicByteStringgetModeBytes()

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()

publicStringgetParity()

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()

publicByteStringgetParityBytes()

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.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeFrom(PreprocessingConfig.Deinterlace.YadifConfig other)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildermergeFrom(PreprocessingConfig.Deinterlace.YadifConfigother)
Parameter
Name Description
Returns
Type Description

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalPreprocessingConfig.Deinterlace.YadifConfig.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

setDeinterlaceAllFrames(boolean value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildersetDeinterlaceAllFrames(booleanvalue)

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

bool deinterlace_all_frames = 4;

Parameter
Name Description
value boolean

The deinterlaceAllFrames to set.

Returns
Type Description

setDisableSpatialInterlacing(boolean value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildersetDisableSpatialInterlacing(booleanvalue)

Disable spacial interlacing. The default is false.

bool disable_spatial_interlacing = 2;

Parameter
Name Description
value boolean

The disableSpatialInterlacing to set.

Returns
Type Description

setField(Descriptors.FieldDescriptor field, Object value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

setMode(String value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildersetMode(Stringvalue)

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;

Parameter
Name Description
value String

The mode to set.

Returns
Type Description

setModeBytes(ByteString value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildersetModeBytes(ByteStringvalue)

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;

Parameter
Name Description
value ByteString

The bytes for mode to set.

Returns
Type Description

setParity(String value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildersetParity(Stringvalue)

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;

Parameter
Name Description
value String

The parity to set.

Returns
Type Description

setParityBytes(ByteString value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildersetParityBytes(ByteStringvalue)

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;

Parameter
Name Description
value ByteString

The bytes for parity to set.

Returns
Type Description

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicPreprocessingConfig.Deinterlace.YadifConfig.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
index int
value Object
Returns
Type Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalPreprocessingConfig.Deinterlace.YadifConfig.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

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.