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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicPreprocessingConfig.Audio.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicPreprocessingConfig.Audiobuild()
buildPartial()
publicPreprocessingConfig.AudiobuildPartial()
clear()
publicPreprocessingConfig.Audio.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicPreprocessingConfig.Audio.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearHighBoost()
publicPreprocessingConfig.Audio.BuilderclearHighBoost()
Enable boosting high frequency components. The default is false.
Note: This field is not supported.
bool high_boost = 2;
clearLowBoost()
publicPreprocessingConfig.Audio.BuilderclearLowBoost()
Enable boosting low frequency components. The default is false.
Note: This field is not supported.
bool low_boost = 3;
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;
clearOneof(Descriptors.OneofDescriptor oneof)
publicPreprocessingConfig.Audio.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicPreprocessingConfig.Audio.Builderclone()
Overrides
getDefaultInstanceForType()
publicPreprocessingConfig.AudiogetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
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()
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()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(PreprocessingConfig.Audio other)
publicPreprocessingConfig.Audio.BuildermergeFrom(PreprocessingConfig.Audioother)
publicPreprocessingConfig.Audio.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicPreprocessingConfig.Audio.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalPreprocessingConfig.Audio.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicPreprocessingConfig.Audio.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicPreprocessingConfig.Audio.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalPreprocessingConfig.Audio.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides