All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.video.transcoder.v1.PreprocessingConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.48.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/video/transcoder/v1/resources.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.video.transcoder.v1;

public interface PreprocessingConfigOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.video.transcoder.v1.PreprocessingConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Color preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1; * * @return Whether the color field is set. */ boolean hasColor(); /** * * *
   * Color preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1; * * @return The color. */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.Color getColor(); /** * * *
   * Color preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Color color = 1; */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.ColorOrBuilder getColorOrBuilder(); /** * * *
   * Denoise preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2; * * @return Whether the denoise field is set. */ boolean hasDenoise(); /** * * *
   * Denoise preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2; * * @return The denoise. */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise getDenoise(); /** * * *
   * Denoise preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Denoise denoise = 2; */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.DenoiseOrBuilder getDenoiseOrBuilder(); /** * * *
   * Deblock preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3; * * @return Whether the deblock field is set. */ boolean hasDeblock(); /** * * *
   * Deblock preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3; * * @return The deblock. */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock getDeblock(); /** * * *
   * Deblock preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Deblock deblock = 3; */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.DeblockOrBuilder getDeblockOrBuilder(); /** * * *
   * Audio preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4; * * @return Whether the audio field is set. */ boolean hasAudio(); /** * * *
   * Audio preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4; * * @return The audio. */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.Audio getAudio(); /** * * *
   * Audio preprocessing configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Audio audio = 4; */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.AudioOrBuilder getAudioOrBuilder(); /** * * *
   * Specify the video cropping configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5; * * @return Whether the crop field is set. */ boolean hasCrop(); /** * * *
   * Specify the video cropping configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5; * * @return The crop. */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.Crop getCrop(); /** * * *
   * Specify the video cropping configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Crop crop = 5; */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.CropOrBuilder getCropOrBuilder(); /** * * *
   * Specify the video pad filter configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6; * * @return Whether the pad field is set. */ boolean hasPad(); /** * * *
   * Specify the video pad filter configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6; * * @return The pad. */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.Pad getPad(); /** * * *
   * Specify the video pad filter configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Pad pad = 6; */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.PadOrBuilder getPadOrBuilder(); /** * * *
   * Specify the video deinterlace configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7; * * @return Whether the deinterlace field is set. */ boolean hasDeinterlace(); /** * * *
   * Specify the video deinterlace configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7; * * @return The deinterlace. */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace getDeinterlace(); /** * * *
   * Specify the video deinterlace configuration.
   * 
* * .google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace deinterlace = 7; */ com.google.cloud.video.transcoder.v1.PreprocessingConfig.DeinterlaceOrBuilder getDeinterlaceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy