Class PreprocessingConfig.Deblock.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.Deblock.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.Deblock.Builder>
      • getDefaultInstanceForType

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

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

        public PreprocessingConfig.Deblock buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.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.Deblock.Builder>
      • mergeFrom

        public PreprocessingConfig.Deblock.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.Deblock.Builder>
        Throws:
        IOException
      • getStrength

        public double getStrength()
         Set strength of the deblocker. Enter a value between 0 and 1. The higher
         the value, the stronger the block removal. 0 is no deblocking. The
         default is 0.
         
        double strength = 1;
        Specified by:
        getStrength in interface PreprocessingConfig.DeblockOrBuilder
        Returns:
        The strength.
      • setStrength

        public PreprocessingConfig.Deblock.Builder setStrength​(double value)
         Set strength of the deblocker. Enter a value between 0 and 1. The higher
         the value, the stronger the block removal. 0 is no deblocking. The
         default is 0.
         
        double strength = 1;
        Parameters:
        value - The strength to set.
        Returns:
        This builder for chaining.
      • clearStrength

        public PreprocessingConfig.Deblock.Builder clearStrength()
         Set strength of the deblocker. Enter a value between 0 and 1. The higher
         the value, the stronger the block removal. 0 is no deblocking. The
         default is 0.
         
        double strength = 1;
        Returns:
        This builder for chaining.
      • setEnabled

        public PreprocessingConfig.Deblock.Builder setEnabled​(boolean value)
         Enable deblocker. The default is `false`.
         
        bool enabled = 2;
        Parameters:
        value - The enabled to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final PreprocessingConfig.Deblock.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.Deblock.Builder>