Class PreprocessingConfig.Audio.Builder (1.50.0)

publicstaticfinalclass PreprocessingConfig.Audio.BuilderextendsGeneratedMessageV3.Builder<PreprocessingConfig.Audio.Builder>implementsPreprocessingConfig.AudioOrBuilder

Audio preprocessing configuration.

Protobuf type google.cloud.video.transcoder.v1.PreprocessingConfig.Audio

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicPreprocessingConfig.Audio.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

build()

publicPreprocessingConfig.Audiobuild()
Returns
Type Description
PreprocessingConfig.Audio

buildPartial()

publicPreprocessingConfig.AudiobuildPartial()
Returns
Type Description
PreprocessingConfig.Audio

clear()

publicPreprocessingConfig.Audio.Builderclear()
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicPreprocessingConfig.Audio.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

clearHighBoost()

publicPreprocessingConfig.Audio.BuilderclearHighBoost()

Enable boosting high frequency components. The default is false.

Note: This field is not supported.

bool high_boost = 2;

Returns
Type Description
PreprocessingConfig.Audio.Builder

This builder for chaining.

clearLowBoost()

publicPreprocessingConfig.Audio.BuilderclearLowBoost()

Enable boosting low frequency components. The default is false.

Note: This field is not supported.

bool low_boost = 3;

Returns
Type Description
PreprocessingConfig.Audio.Builder

This builder for chaining.

clearLufs()

publicPreprocessingConfig.Audio.BuilderclearLufs()

Specify audio loudness normalization in loudness units relative to full scale (LUFS). Enter a value between -24 and 0 (the default), where:

  • -24 is the Advanced Television Systems Committee (ATSC A/85) standard
  • -23 is the EU R128 broadcast standard
  • -19 is the prior standard for online mono audio
  • -18 is the ReplayGain standard
  • -16 is the prior standard for stereo audio
  • -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo
  • 0 disables normalization

double lufs = 1;

Returns
Type Description
PreprocessingConfig.Audio.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicPreprocessingConfig.Audio.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

clone()

publicPreprocessingConfig.Audio.Builderclone()
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

getDefaultInstanceForType()

publicPreprocessingConfig.AudiogetDefaultInstanceForType()
Returns
Type Description
PreprocessingConfig.Audio

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getHighBoost()

publicbooleangetHighBoost()

Enable boosting high frequency components. The default is false.

Note: This field is not supported.

bool high_boost = 2;

Returns
Type Description
boolean

The highBoost.

getLowBoost()

publicbooleangetLowBoost()

Enable boosting low frequency components. The default is false.

Note: This field is not supported.

bool low_boost = 3;

Returns
Type Description
boolean

The lowBoost.

getLufs()

publicdoublegetLufs()

Specify audio loudness normalization in loudness units relative to full scale (LUFS). Enter a value between -24 and 0 (the default), where:

  • -24 is the Advanced Television Systems Committee (ATSC A/85) standard
  • -23 is the EU R128 broadcast standard
  • -19 is the prior standard for online mono audio
  • -18 is the ReplayGain standard
  • -16 is the prior standard for stereo audio
  • -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo
  • 0 disables normalization

double lufs = 1;

Returns
Type Description
double

The lufs.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PreprocessingConfig.Audio other)

publicPreprocessingConfig.Audio.BuildermergeFrom(PreprocessingConfig.Audioother)
Parameter
Name Description
other PreprocessingConfig.Audio
Returns
Type Description
PreprocessingConfig.Audio.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicPreprocessingConfig.Audio.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicPreprocessingConfig.Audio.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalPreprocessingConfig.Audio.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicPreprocessingConfig.Audio.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

setHighBoost(boolean value)

publicPreprocessingConfig.Audio.BuildersetHighBoost(booleanvalue)

Enable boosting high frequency components. The default is false.

Note: This field is not supported.

bool high_boost = 2;

Parameter
Name Description
value boolean

The highBoost to set.

Returns
Type Description
PreprocessingConfig.Audio.Builder

This builder for chaining.

setLowBoost(boolean value)

publicPreprocessingConfig.Audio.BuildersetLowBoost(booleanvalue)

Enable boosting low frequency components. The default is false.

Note: This field is not supported.

bool low_boost = 3;

Parameter
Name Description
value boolean

The lowBoost to set.

Returns
Type Description
PreprocessingConfig.Audio.Builder

This builder for chaining.

setLufs(double value)

publicPreprocessingConfig.Audio.BuildersetLufs(doublevalue)

Specify audio loudness normalization in loudness units relative to full scale (LUFS). Enter a value between -24 and 0 (the default), where:

  • -24 is the Advanced Television Systems Committee (ATSC A/85) standard
  • -23 is the EU R128 broadcast standard
  • -19 is the prior standard for online mono audio
  • -18 is the ReplayGain standard
  • -16 is the prior standard for stereo audio
  • -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo
  • 0 disables normalization

double lufs = 1;

Parameter
Name Description
value double

The lufs to set.

Returns
Type Description
PreprocessingConfig.Audio.Builder

This builder for chaining.

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

publicPreprocessingConfig.Audio.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PreprocessingConfig.Audio.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalPreprocessingConfig.Audio.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PreprocessingConfig.Audio.Builder
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.