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

com.volcengine.service.vod.model.business.ImageLogoDefinitionOrBuilder 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 ImageLogoDefinitionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.ImageLogoDefinition)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Mid = 1;
   * @return The mid.
   */
  java.lang.String getMid();
  /**
   * string Mid = 1;
   * @return The bytes for mid.
   */
  com.google.protobuf.ByteString
      getMidBytes();

  /**
   * int32 StartTime = 2;
   * @return The startTime.
   */
  int getStartTime();

  /**
   * int32 EndTime = 3;
   * @return The endTime.
   */
  int getEndTime();

  /**
   * string Locate = 4;
   * @return The locate.
   */
  java.lang.String getLocate();
  /**
   * string Locate = 4;
   * @return The bytes for locate.
   */
  com.google.protobuf.ByteString
      getLocateBytes();

  /**
   * int32 PosX = 5;
   * @return The posX.
   */
  int getPosX();

  /**
   * int32 PosY = 6;
   * @return The posY.
   */
  int getPosY();

  /**
   * int32 SizeX = 7;
   * @return The sizeX.
   */
  int getSizeX();

  /**
   * int32 SizeY = 8;
   * @return The sizeY.
   */
  int getSizeY();

  /**
   * 
   *循环次数
   * 
* * int32 LoopTimes = 9; * @return The loopTimes. */ int getLoopTimes(); /** * bool RepeatLast = 10; * @return The repeatLast. */ boolean getRepeatLast(); /** *
   *透明度
   * 
* * int32 Transparency = 11; * @return The transparency. */ int getTransparency(); /** * double PosRatioX = 12; * @return The posRatioX. */ double getPosRatioX(); /** * double PosRatioY = 13; * @return The posRatioY. */ double getPosRatioY(); /** * double SizeRatioX = 14; * @return The sizeRatioX. */ double getSizeRatioX(); /** * double SizeRatioY = 15; * @return The sizeRatioY. */ double getSizeRatioY(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy