Interface PreprocessingConfigOrBuilder

public interface PreprocessingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudio()

public abstract PreprocessingConfig.Audio getAudio()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;

Returns
TypeDescription
PreprocessingConfig.Audio

The audio.

getAudioOrBuilder()

public abstract PreprocessingConfig.AudioOrBuilder getAudioOrBuilder()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;

Returns
TypeDescription
PreprocessingConfig.AudioOrBuilder

getColor()

public abstract PreprocessingConfig.Color getColor()

Color preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;

Returns
TypeDescription
PreprocessingConfig.Color

The color.

getColorOrBuilder()

public abstract PreprocessingConfig.ColorOrBuilder getColorOrBuilder()

Color preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;

Returns
TypeDescription
PreprocessingConfig.ColorOrBuilder

getCrop()

public abstract PreprocessingConfig.Crop getCrop()

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;

Returns
TypeDescription
PreprocessingConfig.Crop

The crop.

getCropOrBuilder()

public abstract PreprocessingConfig.CropOrBuilder getCropOrBuilder()

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Crop crop = 5;

Returns
TypeDescription
PreprocessingConfig.CropOrBuilder

getDeblock()

public abstract PreprocessingConfig.Deblock getDeblock()

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
PreprocessingConfig.Deblock

The deblock.

getDeblockOrBuilder()

public abstract PreprocessingConfig.DeblockOrBuilder getDeblockOrBuilder()

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
PreprocessingConfig.DeblockOrBuilder

getDenoise()

public abstract PreprocessingConfig.Denoise getDenoise()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;

Returns
TypeDescription
PreprocessingConfig.Denoise

The denoise.

getDenoiseOrBuilder()

public abstract PreprocessingConfig.DenoiseOrBuilder getDenoiseOrBuilder()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;

Returns
TypeDescription
PreprocessingConfig.DenoiseOrBuilder

getPad()

public abstract PreprocessingConfig.Pad getPad()

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Pad pad = 6;

Returns
TypeDescription
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;

Returns
TypeDescription
PreprocessingConfig.PadOrBuilder

hasAudio()

public abstract boolean hasAudio()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Audio audio = 4;

Returns
TypeDescription
boolean

Whether the audio field is set.

hasColor()

public abstract boolean hasColor()

Color preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Color color = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the crop field is set.

hasDeblock()

public abstract boolean hasDeblock()

Deblock preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
boolean

Whether the deblock field is set.

hasDenoise()

public abstract boolean hasDenoise()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.Denoise denoise = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the pad field is set.