Interface PreprocessingConfigOrBuilder (1.12.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface PreprocessingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudio()

public abstract PreprocessingConfig.Audio getAudio()

Audio preprocessing configuration.

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

Returns
TypeDescription
PreprocessingConfig.Audio

The audio.

getAudioOrBuilder()

public abstract PreprocessingConfig.AudioOrBuilder getAudioOrBuilder()

Audio preprocessing configuration.

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

Returns
TypeDescription
PreprocessingConfig.AudioOrBuilder

getColor()

public abstract PreprocessingConfig.Color getColor()

Color preprocessing configuration.

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

Returns
TypeDescription
PreprocessingConfig.Color

The color.

getColorOrBuilder()

public abstract PreprocessingConfig.ColorOrBuilder getColorOrBuilder()

Color preprocessing configuration.

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

Returns
TypeDescription
PreprocessingConfig.ColorOrBuilder

getCrop()

public abstract PreprocessingConfig.Crop getCrop()

Specify the video cropping configuration.

.google.cloud.video.transcoder.v1.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.v1.PreprocessingConfig.Crop crop = 5;

Returns
TypeDescription
PreprocessingConfig.CropOrBuilder

getDeblock()

public abstract PreprocessingConfig.Deblock getDeblock()

Deblock preprocessing configuration.

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

Returns
TypeDescription
PreprocessingConfig.Deblock

The deblock.

getDeblockOrBuilder()

public abstract PreprocessingConfig.DeblockOrBuilder getDeblockOrBuilder()

Deblock preprocessing configuration.

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

Returns
TypeDescription
PreprocessingConfig.DeblockOrBuilder

getDeinterlace()

public abstract PreprocessingConfig.Deinterlace getDeinterlace()

Specify the video deinterlace configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;

Returns
TypeDescription
PreprocessingConfig.Deinterlace

The deinterlace.

getDeinterlaceOrBuilder()

public abstract PreprocessingConfig.DeinterlaceOrBuilder getDeinterlaceOrBuilder()

Specify the video deinterlace configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;

Returns
TypeDescription
PreprocessingConfig.DeinterlaceOrBuilder

getDenoise()

public abstract PreprocessingConfig.Denoise getDenoise()

Denoise preprocessing configuration.

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

Returns
TypeDescription
PreprocessingConfig.Denoise

The denoise.

getDenoiseOrBuilder()

public abstract PreprocessingConfig.DenoiseOrBuilder getDenoiseOrBuilder()

Denoise preprocessing configuration.

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

Returns
TypeDescription
PreprocessingConfig.DenoiseOrBuilder

getPad()

public abstract PreprocessingConfig.Pad getPad()

Specify the video pad filter configuration.

.google.cloud.video.transcoder.v1.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.v1.PreprocessingConfig.Pad pad = 6;

Returns
TypeDescription
PreprocessingConfig.PadOrBuilder

hasAudio()

public abstract boolean hasAudio()

Audio preprocessing configuration.

.google.cloud.video.transcoder.v1.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.v1.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.v1.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.v1.PreprocessingConfig.Deblock deblock = 3;

Returns
TypeDescription
boolean

Whether the deblock field is set.

hasDeinterlace()

public abstract boolean hasDeinterlace()

Specify the video deinterlace configuration.

.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;

Returns
TypeDescription
boolean

Whether the deinterlace field is set.

hasDenoise()

public abstract boolean hasDenoise()

Denoise preprocessing configuration.

.google.cloud.video.transcoder.v1.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.v1.PreprocessingConfig.Pad pad = 6;

Returns
TypeDescription
boolean

Whether the pad field is set.