Class PreprocessingConfig.Audio.Builder (1.7.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.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.Audio.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

build()

publicPreprocessingConfig.Audiobuild()
Returns
Type Description

buildPartial()

publicPreprocessingConfig.AudiobuildPartial()
Returns
Type Description

clear()

publicPreprocessingConfig.Audio.Builderclear()
Returns
Type Description
Overrides

clearField(Descriptors.FieldDescriptor field)

publicPreprocessingConfig.Audio.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
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
Returns
Type Description
Overrides

clone()

publicPreprocessingConfig.Audio.Builderclone()
Returns
Type Description
Overrides

getDefaultInstanceForType()

publicPreprocessingConfig.AudiogetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
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
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeFrom(PreprocessingConfig.Audio other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

publicPreprocessingConfig.Audio.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
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
index int
value Object
Returns
Type Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalPreprocessingConfig.Audio.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.