Class PreprocessingConfig.Deblock (1.2.5)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.79.0 (latest)
- 1.77.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.69.0
- 1.67.0
- 1.66.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.5
- 1.0.4
- 0.4.3
publicstaticfinalclass PreprocessingConfig.DeblockextendsGeneratedMessageV3implementsPreprocessingConfig.DeblockOrBuilderDeblock preprocessing configuration. Note: This configuration is not supported.
Protobuf type google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PreprocessingConfig.DeblockImplements
PreprocessingConfig.DeblockOrBuilderInherited Members
Static Fields
ENABLED_FIELD_NUMBER
publicstaticfinalintENABLED_FIELD_NUMBER Type
Description
STRENGTH_FIELD_NUMBER
publicstaticfinalintSTRENGTH_FIELD_NUMBER Type
Description
Static Methods
getDefaultInstance()
publicstaticPreprocessingConfig.DeblockgetDefaultInstance() Type
Description
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor() Type
Description
newBuilder()
publicstaticPreprocessingConfig.Deblock.BuildernewBuilder() Type
Description
newBuilder(PreprocessingConfig.Deblock prototype)
publicstaticPreprocessingConfig.Deblock.BuildernewBuilder(PreprocessingConfig.Deblockprototype) Name
Description
Returns
Type
Description
parseDelimitedFrom(InputStream input)
publicstaticPreprocessingConfig.DeblockparseDelimitedFrom(InputStreaminput) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfig.DeblockparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseFrom(byte[] data)
publicstaticPreprocessingConfig.DeblockparseFrom(byte[]data) Name
Description
data
Returns
byte[] Type
Description
Exceptions
Type
Description
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfig.DeblockparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry) Name
Description
data
Returns
byte[] Type
Description
Exceptions
Type
Description
parseFrom(ByteString data)
publicstaticPreprocessingConfig.DeblockparseFrom(ByteStringdata) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfig.DeblockparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseFrom(CodedInputStream input)
publicstaticPreprocessingConfig.DeblockparseFrom(CodedInputStreaminput) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfig.DeblockparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseFrom(InputStream input)
publicstaticPreprocessingConfig.DeblockparseFrom(InputStreaminput) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfig.DeblockparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseFrom(ByteBuffer data)
publicstaticPreprocessingConfig.DeblockparseFrom(ByteBufferdata) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfig.DeblockparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry) Name
Description
Returns
Type
Description
Exceptions
Type
Description
parser()
publicstaticParser<PreprocessingConfig.Deblock>parser() Type
Description
Methods
equals(Object obj)
publicbooleanequals(Objectobj) Name
Description
Returns
Type
Description
Overrides
getDefaultInstanceForType()
publicPreprocessingConfig.DeblockgetDefaultInstanceForType() Type
Description
getEnabled()
publicbooleangetEnabled() Enable deblocker. The default is false.
bool enabled = 2;
Type
Description
boolean
The enabled.
getParserForType()
publicParser<PreprocessingConfig.Deblock>getParserForType() Type
Description
Overrides
getSerializedSize()
publicintgetSerializedSize() Type
Description
Overrides
getStrength()
publicdoublegetStrength()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;
Type
Description
double
The strength.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields() Type
Description
Overrides
hashCode()
publicinthashCode() Type
Description
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable() Type
Description
Overrides
isInitialized()
publicfinalbooleanisInitialized() Type
Description
Overrides
newBuilderForType()
publicPreprocessingConfig.Deblock.BuildernewBuilderForType() Type
Description
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedPreprocessingConfig.Deblock.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent) Name
Description
Returns
Type
Description
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused) Name
Description
Returns
Type
Description
Overrides
toBuilder()
publicPreprocessingConfig.Deblock.BuildertoBuilder() Type
Description
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput) Name
Description
Overrides
Exceptions
Type
Description