Class PreprocessingConfig.Audio (1.59.0)

publicstaticfinalclassPreprocessingConfig.AudioextendsGeneratedMessageV3implementsPreprocessingConfig.AudioOrBuilder

Audio preprocessing configuration.

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

Static Fields

HIGH_BOOST_FIELD_NUMBER

publicstaticfinalintHIGH_BOOST_FIELD_NUMBER
Field Value
TypeDescription
int

LOW_BOOST_FIELD_NUMBER

publicstaticfinalintLOW_BOOST_FIELD_NUMBER
Field Value
TypeDescription
int

LUFS_FIELD_NUMBER

publicstaticfinalintLUFS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticPreprocessingConfig.AudiogetDefaultInstance()
Returns
TypeDescription
PreprocessingConfig.Audio

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticPreprocessingConfig.Audio.BuildernewBuilder()
Returns
TypeDescription
PreprocessingConfig.Audio.Builder

newBuilder(PreprocessingConfig.Audio prototype)

publicstaticPreprocessingConfig.Audio.BuildernewBuilder(PreprocessingConfig.Audioprototype)
Parameter
NameDescription
prototypePreprocessingConfig.Audio
Returns
TypeDescription
PreprocessingConfig.Audio.Builder

parseDelimitedFrom(InputStream input)

publicstaticPreprocessingConfig.AudioparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticPreprocessingConfig.AudioparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticPreprocessingConfig.AudioparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticPreprocessingConfig.AudioparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticPreprocessingConfig.AudioparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticPreprocessingConfig.AudioparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticPreprocessingConfig.AudioparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticPreprocessingConfig.AudioparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticPreprocessingConfig.AudioparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticPreprocessingConfig.AudioparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticPreprocessingConfig.AudioparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticPreprocessingConfig.AudioparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PreprocessingConfig.Audio
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<PreprocessingConfig.Audio>parser()
Returns
TypeDescription
Parser<Audio>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicPreprocessingConfig.AudiogetDefaultInstanceForType()
Returns
TypeDescription
PreprocessingConfig.Audio

getHighBoost()

publicbooleangetHighBoost()

Enable boosting high frequency components. The default is false.

Note: This field is not supported.

bool high_boost = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
double

The lufs.

getParserForType()

publicParser<PreprocessingConfig.Audio>getParserForType()
Returns
TypeDescription
Parser<Audio>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicPreprocessingConfig.Audio.BuildernewBuilderForType()
Returns
TypeDescription
PreprocessingConfig.Audio.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedPreprocessingConfig.Audio.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
PreprocessingConfig.Audio.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicPreprocessingConfig.Audio.BuildertoBuilder()
Returns
TypeDescription
PreprocessingConfig.Audio.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException