public interface VodSpriteSnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCaptureNum()
截图总数限制
|
int |
getCellHeight()
小图高
|
int |
getCellWidth()
小图宽
|
String |
getFormat()
格式
|
com.google.protobuf.ByteString |
getFormatBytes()
格式
|
int |
getImgXLen()
多图中横向数量
|
int |
getImgYLen()
多图中纵向数量
|
float |
getInterval()
截图间隔
|
String |
getStoreUris(int index)
Uri列表
|
com.google.protobuf.ByteString |
getStoreUrisBytes(int index)
Uri列表
|
int |
getStoreUrisCount()
Uri列表
|
List<String> |
getStoreUrisList()
Uri列表
|
String |
getUrls(int index)
图片地址列表
|
com.google.protobuf.ByteString |
getUrlsBytes(int index)
图片地址列表
|
int |
getUrlsCount()
图片地址列表
|
List<String> |
getUrlsList()
图片地址列表
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getFormat()
格式
string Format = 1;
com.google.protobuf.ByteString getFormatBytes()
格式
string Format = 1;
int getImgXLen()
多图中横向数量
int32 ImgXLen = 2;
int getImgYLen()
多图中纵向数量
int32 ImgYLen = 3;
int getCellWidth()
小图宽
int32 CellWidth = 4;
int getCellHeight()
小图高
int32 CellHeight = 5;
float getInterval()
截图间隔
float Interval = 6;
int getCaptureNum()
截图总数限制
int32 CaptureNum = 7;
List<String> getStoreUrisList()
Uri列表
repeated string StoreUris = 8;
int getStoreUrisCount()
Uri列表
repeated string StoreUris = 8;
String getStoreUris(int index)
Uri列表
repeated string StoreUris = 8;
index
- The index of the element to return.com.google.protobuf.ByteString getStoreUrisBytes(int index)
Uri列表
repeated string StoreUris = 8;
index
- The index of the value to return.List<String> getUrlsList()
图片地址列表
repeated string Urls = 9;
int getUrlsCount()
图片地址列表
repeated string Urls = 9;
String getUrls(int index)
图片地址列表
repeated string Urls = 9;
index
- The index of the element to return.com.google.protobuf.ByteString getUrlsBytes(int index)
图片地址列表
repeated string Urls = 9;
index
- The index of the value to return.Copyright © 2022. All rights reserved.