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