Class PreprocessingConfig (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
publicfinalclass PreprocessingConfigextendsGeneratedMessageV3implementsPreprocessingConfigOrBuilderPreprocessing configurations.
Protobuf type google.cloud.video.transcoder.v1.PreprocessingConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PreprocessingConfigImplements
PreprocessingConfigOrBuilderInherited Members
Static Fields
AUDIO_FIELD_NUMBER
publicstaticfinalintAUDIO_FIELD_NUMBERCOLOR_FIELD_NUMBER
publicstaticfinalintCOLOR_FIELD_NUMBERCROP_FIELD_NUMBER
publicstaticfinalintCROP_FIELD_NUMBERDEBLOCK_FIELD_NUMBER
publicstaticfinalintDEBLOCK_FIELD_NUMBERDENOISE_FIELD_NUMBER
publicstaticfinalintDENOISE_FIELD_NUMBERPAD_FIELD_NUMBER
publicstaticfinalintPAD_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticPreprocessingConfiggetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticPreprocessingConfig.BuildernewBuilder()newBuilder(PreprocessingConfig prototype)
publicstaticPreprocessingConfig.BuildernewBuilder(PreprocessingConfigprototype)parseDelimitedFrom(InputStream input)
publicstaticPreprocessingConfigparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticPreprocessingConfigparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticPreprocessingConfigparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticPreprocessingConfigparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticPreprocessingConfigparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticPreprocessingConfigparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticPreprocessingConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<PreprocessingConfig>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getAudio()
publicPreprocessingConfig.AudiogetAudio()Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
The audio.
getAudioOrBuilder()
publicPreprocessingConfig.AudioOrBuildergetAudioOrBuilder()Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
getColor()
publicPreprocessingConfig.ColorgetColor()Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
The color.
getColorOrBuilder()
publicPreprocessingConfig.ColorOrBuildergetColorOrBuilder()Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
getCrop()
publicPreprocessingConfig.CropgetCrop()Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
The crop.
getCropOrBuilder()
publicPreprocessingConfig.CropOrBuildergetCropOrBuilder()Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
getDeblock()
publicPreprocessingConfig.DeblockgetDeblock()Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
The deblock.
getDeblockOrBuilder()
publicPreprocessingConfig.DeblockOrBuildergetDeblockOrBuilder()Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
getDefaultInstanceForType()
publicPreprocessingConfiggetDefaultInstanceForType()getDenoise()
publicPreprocessingConfig.DenoisegetDenoise()Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
The denoise.
getDenoiseOrBuilder()
publicPreprocessingConfig.DenoiseOrBuildergetDenoiseOrBuilder()Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
getPad()
publicPreprocessingConfig.PadgetPad()Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
The pad.
getPadOrBuilder()
publicPreprocessingConfig.PadOrBuildergetPadOrBuilder()Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
getParserForType()
publicParser<PreprocessingConfig>getParserForType()getSerializedSize()
publicintgetSerializedSize()getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()hasAudio()
publicbooleanhasAudio()Audio preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
Whether the audio field is set.
hasColor()
publicbooleanhasColor()Color preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1;
Whether the color field is set.
hasCrop()
publicbooleanhasCrop()Specify the video cropping configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
Whether the crop field is set.
hasDeblock()
publicbooleanhasDeblock()Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3;
Whether the deblock field is set.
hasDenoise()
publicbooleanhasDenoise()Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2;
Whether the denoise field is set.
hasPad()
publicbooleanhasPad()Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
Whether the pad field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicPreprocessingConfig.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedPreprocessingConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicPreprocessingConfig.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)