public interface PreprocessingConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCrop()
public abstract PreprocessingConfig.Crop getCrop()Specify the video cropping configuration.
.google.cloud.video.livestream.v1.PreprocessingConfig.Crop crop = 2;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Crop |
The crop. |
getCropOrBuilder()
public abstract PreprocessingConfig.CropOrBuilder getCropOrBuilder()Specify the video cropping configuration.
.google.cloud.video.livestream.v1.PreprocessingConfig.Crop crop = 2;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.CropOrBuilder |
|
getPad()
public abstract PreprocessingConfig.Pad getPad()Specify the video pad filter configuration.
.google.cloud.video.livestream.v1.PreprocessingConfig.Pad pad = 3;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.Pad |
The pad. |
getPadOrBuilder()
public abstract PreprocessingConfig.PadOrBuilder getPadOrBuilder()Specify the video pad filter configuration.
.google.cloud.video.livestream.v1.PreprocessingConfig.Pad pad = 3;
| Returns | |
|---|---|
| Type | Description |
PreprocessingConfig.PadOrBuilder |
|
hasCrop()
public abstract boolean hasCrop()Specify the video cropping configuration.
.google.cloud.video.livestream.v1.PreprocessingConfig.Crop crop = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the crop field is set. |
hasPad()
public abstract boolean hasPad()Specify the video pad filter configuration.
.google.cloud.video.livestream.v1.PreprocessingConfig.Pad pad = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pad field is set. |