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

com.volcengine.service.vod.model.business.SpriteSnapshotParamsOrBuilder 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 SpriteSnapshotParamsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.SpriteSnapshotParams)
    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();

  /**
   * int32 CellWidth = 2;
   * @return The cellWidth.
   */
  int getCellWidth();

  /**
   * int32 CellHeight = 3;
   * @return The cellHeight.
   */
  int getCellHeight();

  /**
   * int32 ImgXLen = 4;
   * @return The imgXLen.
   */
  int getImgXLen();

  /**
   * int32 ImgYLen = 5;
   * @return The imgYLen.
   */
  int getImgYLen();

  /**
   * int32 Interval = 6;
   * @return The interval.
   */
  int getInterval();

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy