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

com.byteplus.service.vod.model.business.VodThumbInfoOrBuilder Maven / Gradle / Ivy

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

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

public interface VodThumbInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodThumbInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 包含的截图总数
   * 
* * int32 CaptureNum = 1; * @return The captureNum. */ int getCaptureNum(); /** *
   * 雪碧图URL
   * 
* * repeated string StoreUrls = 2; * @return A list containing the storeUrls. */ java.util.List getStoreUrlsList(); /** *
   * 雪碧图URL
   * 
* * repeated string StoreUrls = 2; * @return The count of storeUrls. */ int getStoreUrlsCount(); /** *
   * 雪碧图URL
   * 
* * repeated string StoreUrls = 2; * @param index The index of the element to return. * @return The storeUrls at the given index. */ java.lang.String getStoreUrls(int index); /** *
   * 雪碧图URL
   * 
* * repeated string StoreUrls = 2; * @param index The index of the value to return. * @return The bytes of the storeUrls at the given index. */ com.google.protobuf.ByteString getStoreUrlsBytes(int index); /** *
   * 小图宽
   * 
* * int32 CellWidth = 3; * @return The cellWidth. */ int getCellWidth(); /** *
   * 小图高
   * 
* * int32 CellHeight = 4; * @return The cellHeight. */ int getCellHeight(); /** *
   * 雪碧图每行包含的小图数量
   * 
* * int32 ImgXLen = 5; * @return The imgXLen. */ int getImgXLen(); /** *
   * 雪碧图每列包含的小图数量
   * 
* * int32 ImgYLen = 6; * @return The imgYLen. */ int getImgYLen(); /** *
   * 显示图片时间周期
   * 
* * double Interval = 7; * @return The interval. */ double getInterval(); /** *
   * 图片格式:例:jpg
   * 
* * string Format = 8; * @return The format. */ java.lang.String getFormat(); /** *
   * 图片格式:例:jpg
   * 
* * string Format = 8; * @return The bytes for format. */ com.google.protobuf.ByteString getFormatBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy