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

com.volcengine.service.vod.model.business.AnimatedPosterSnapshotParamsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/business/vod_workflow.proto

package com.volcengine.service.vod.model.business;

public interface AnimatedPosterSnapshotParamsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.AnimatedPosterSnapshotParams)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Format = 1;
   * @return The format.
   */
  java.lang.String getFormat();
  /**
   * string Format = 1;
   * @return The bytes for format.
   */
  com.google.protobuf.ByteString
      getFormatBytes();

  /**
   * bool ResAdapt = 2;
   * @return The resAdapt.
   */
  boolean getResAdapt();

  /**
   * int32 ResLimit = 3;
   * @return The resLimit.
   */
  int getResLimit();

  /**
   * int32 Width = 4;
   * @return The width.
   */
  int getWidth();

  /**
   * int32 Height = 5;
   * @return The height.
   */
  int getHeight();

  /**
   * int32 OffsetTime = 6;
   * @return The offsetTime.
   */
  int getOffsetTime();

  /**
   * float CaptureFps = 7;
   * @return The captureFps.
   */
  float getCaptureFps();

  /**
   * int32 CaptureNum = 8;
   * @return The captureNum.
   */
  int getCaptureNum();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy