- 1.51.0 (latest)
- 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
public interface PreprocessingConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAudio()
public abstract PreprocessingConfig.Audio getAudio()
Audio preprocessing configuration.
.google.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.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4;
Returns | |
---|---|
Type | Description |
PreprocessingConfig.AudioOrBuilder |
getColor()
public abstract PreprocessingConfig.Color getColor()
Color preprocessing configuration.
.google.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.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.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.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5;
Returns | |
---|---|
Type | Description |
PreprocessingConfig.CropOrBuilder |
getDeblock()
public abstract PreprocessingConfig.Deblock getDeblock()
Deblock preprocessing configuration.
.google.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.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.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.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7;
Returns | |
---|---|
Type | Description |
PreprocessingConfig.DeinterlaceOrBuilder |
getDenoise()
public abstract PreprocessingConfig.Denoise getDenoise()
Denoise preprocessing configuration.
.google.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.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.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.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
Returns | |
---|---|
Type | Description |
PreprocessingConfig.PadOrBuilder |
hasAudio()
public abstract boolean hasAudio()
Audio preprocessing configuration.
.google.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.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.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.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.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.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.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the pad field is set. |