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

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

  /**
   * int32 LoopTimes = 4;
   * @return The loopTimes.
   */
  int getLoopTimes();

  /**
   * bool RepeatLast = 5;
   * @return The repeatLast.
   */
  boolean getRepeatLast();

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

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

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

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

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

  /**
   * 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