Class PreprocessingConfig.Audio.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PreprocessingConfig.Audio.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PreprocessingConfig.Audio.Builder>
      • getDefaultInstanceForType

        public PreprocessingConfig.Audio getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public PreprocessingConfig.Audio build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PreprocessingConfig.Audio buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public PreprocessingConfig.Audio.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PreprocessingConfig.Audio.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PreprocessingConfig.Audio.Builder>
      • mergeFrom

        public PreprocessingConfig.Audio.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PreprocessingConfig.Audio.Builder>
        Throws:
        IOException
      • getLufs

        public double 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;
        Specified by:
        getLufs in interface PreprocessingConfig.AudioOrBuilder
        Returns:
        The lufs.
      • setLufs

        public PreprocessingConfig.Audio.Builder setLufs​(double value)
         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;
        Parameters:
        value - The lufs to set.
        Returns:
        This builder for chaining.
      • clearLufs

        public PreprocessingConfig.Audio.Builder clearLufs()
         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:
        This builder for chaining.
      • getHighBoost

        public boolean getHighBoost()
         Enable boosting high frequency components. The default is `false`.
        
         **Note:** This field is not supported.
         
        bool high_boost = 2;
        Specified by:
        getHighBoost in interface PreprocessingConfig.AudioOrBuilder
        Returns:
        The highBoost.
      • setHighBoost

        public PreprocessingConfig.Audio.Builder setHighBoost​(boolean value)
         Enable boosting high frequency components. The default is `false`.
        
         **Note:** This field is not supported.
         
        bool high_boost = 2;
        Parameters:
        value - The highBoost to set.
        Returns:
        This builder for chaining.
      • clearHighBoost

        public PreprocessingConfig.Audio.Builder clearHighBoost()
         Enable boosting high frequency components. The default is `false`.
        
         **Note:** This field is not supported.
         
        bool high_boost = 2;
        Returns:
        This builder for chaining.
      • getLowBoost

        public boolean getLowBoost()
         Enable boosting low frequency components. The default is `false`.
        
         **Note:** This field is not supported.
         
        bool low_boost = 3;
        Specified by:
        getLowBoost in interface PreprocessingConfig.AudioOrBuilder
        Returns:
        The lowBoost.
      • setLowBoost

        public PreprocessingConfig.Audio.Builder setLowBoost​(boolean value)
         Enable boosting low frequency components. The default is `false`.
        
         **Note:** This field is not supported.
         
        bool low_boost = 3;
        Parameters:
        value - The lowBoost to set.
        Returns:
        This builder for chaining.
      • clearLowBoost

        public PreprocessingConfig.Audio.Builder clearLowBoost()
         Enable boosting low frequency components. The default is `false`.
        
         **Note:** This field is not supported.
         
        bool low_boost = 3;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final PreprocessingConfig.Audio.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PreprocessingConfig.Audio.Builder>
      • mergeUnknownFields

        public final PreprocessingConfig.Audio.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PreprocessingConfig.Audio.Builder>