com.volcengine.service.vod.model.business.VodThumbInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_common.proto
package com.volcengine.service.vod.model.business;
public interface VodThumbInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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