public interface PreprocessingConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAudio()
public abstract PreprocessingConfig.Audio getAudio()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Type | Description |
PreprocessingConfig.Audio | The audio. |
getAudioOrBuilder()
public abstract PreprocessingConfig.AudioOrBuilder getAudioOrBuilder()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Type | Description |
PreprocessingConfig.AudioOrBuilder |
getColor()
public abstract PreprocessingConfig.Color getColor()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Type | Description |
PreprocessingConfig.Color | The color. |
getColorOrBuilder()
public abstract PreprocessingConfig.ColorOrBuilder getColorOrBuilder()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Type | Description |
PreprocessingConfig.ColorOrBuilder |
getCrop()
public abstract PreprocessingConfig.Crop getCrop()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Type | Description |
PreprocessingConfig.Crop | The crop. |
getCropOrBuilder()
public abstract PreprocessingConfig.CropOrBuilder getCropOrBuilder()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Type | Description |
PreprocessingConfig.CropOrBuilder |
getDeblock()
public abstract PreprocessingConfig.Deblock getDeblock()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Type | Description |
PreprocessingConfig.Deblock | The deblock. |
getDeblockOrBuilder()
public abstract PreprocessingConfig.DeblockOrBuilder getDeblockOrBuilder()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Type | Description |
PreprocessingConfig.DeblockOrBuilder |
getDenoise()
public abstract PreprocessingConfig.Denoise getDenoise()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Type | Description |
PreprocessingConfig.Denoise | The denoise. |
getDenoiseOrBuilder()
public abstract PreprocessingConfig.DenoiseOrBuilder getDenoiseOrBuilder()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Type | Description |
PreprocessingConfig.DenoiseOrBuilder |
getPad()
public abstract PreprocessingConfig.Pad getPad()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Type | Description |
PreprocessingConfig.Pad | The pad. |
getPadOrBuilder()
public abstract PreprocessingConfig.PadOrBuilder getPadOrBuilder()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Type | Description |
PreprocessingConfig.PadOrBuilder |
hasAudio()
public abstract boolean hasAudio()
Audio preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;
Type | Description |
boolean | Whether the audio field is set. |
hasColor()
public abstract boolean hasColor()
Color preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;
Type | Description |
boolean | Whether the color field is set. |
hasCrop()
public abstract boolean hasCrop()
Specify the video cropping configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;
Type | Description |
boolean | Whether the crop field is set. |
hasDeblock()
public abstract boolean hasDeblock()
Deblock preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;
Type | Description |
boolean | Whether the deblock field is set. |
hasDenoise()
public abstract boolean hasDenoise()
Denoise preprocessing configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;
Type | Description |
boolean | Whether the denoise field is set. |
hasPad()
public abstract boolean hasPad()
Specify the video pad filter configuration.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;
Type | Description |
boolean | Whether the pad field is set. |