com.volcengine.service.vod.model.business.VodSpriteSnapshotOrBuilder 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_media.proto
package com.volcengine.service.vod.model.business;
public interface VodSpriteSnapshotOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodSpriteSnapshot)
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 ImgXLen = 2;
* @return The imgXLen.
*/
int getImgXLen();
/**
*
*多图中纵向数量
*
*
* int32 ImgYLen = 3;
* @return The imgYLen.
*/
int getImgYLen();
/**
*
*小图宽
*
*
* int32 CellWidth = 4;
* @return The cellWidth.
*/
int getCellWidth();
/**
*
*小图高
*
*
* int32 CellHeight = 5;
* @return The cellHeight.
*/
int getCellHeight();
/**
*
*截图间隔
*
*
* float Interval = 6;
* @return The interval.
*/
float getInterval();
/**
*
*截图总数限制
*
*
* int32 CaptureNum = 7;
* @return The captureNum.
*/
int getCaptureNum();
/**
*
* Uri列表
*
*
* repeated string StoreUris = 8;
* @return A list containing the storeUris.
*/
java.util.List
getStoreUrisList();
/**
*
* Uri列表
*
*
* repeated string StoreUris = 8;
* @return The count of storeUris.
*/
int getStoreUrisCount();
/**
*
* Uri列表
*
*
* repeated string StoreUris = 8;
* @param index The index of the element to return.
* @return The storeUris at the given index.
*/
java.lang.String getStoreUris(int index);
/**
*
* Uri列表
*
*
* repeated string StoreUris = 8;
* @param index The index of the value to return.
* @return The bytes of the storeUris at the given index.
*/
com.google.protobuf.ByteString
getStoreUrisBytes(int index);
/**
*
*图片地址列表
*
*
* repeated string Urls = 9;
* @return A list containing the urls.
*/
java.util.List
getUrlsList();
/**
*
*图片地址列表
*
*
* repeated string Urls = 9;
* @return The count of urls.
*/
int getUrlsCount();
/**
*
*图片地址列表
*
*
* repeated string Urls = 9;
* @param index The index of the element to return.
* @return The urls at the given index.
*/
java.lang.String getUrls(int index);
/**
*
*图片地址列表
*
*
* repeated string Urls = 9;
* @param index The index of the value to return.
* @return The bytes of the urls at the given index.
*/
com.google.protobuf.ByteString
getUrlsBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy