public interface VodThumbInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCaptureNum()
包含的截图总数
int32 CaptureNum = 1; |
int |
getCellHeight()
小图高
int32 CellHeight = 4; |
int |
getCellWidth()
小图宽
int32 CellWidth = 3; |
String |
getFormat()
图片格式:例:jpg
string Format = 8; |
com.google.protobuf.ByteString |
getFormatBytes()
图片格式:例:jpg
string Format = 8; |
int |
getImgXLen()
雪碧图每行包含的小图数量
int32 ImgXLen = 5; |
int |
getImgYLen()
雪碧图每列包含的小图数量
int32 ImgYLen = 6; |
double |
getInterval()
显示图片时间周期
double Interval = 7; |
String |
getStoreUrls(int index)
雪碧图URL
repeated string StoreUrls = 2; |
com.google.protobuf.ByteString |
getStoreUrlsBytes(int index)
雪碧图URL
repeated string StoreUrls = 2; |
int |
getStoreUrlsCount()
雪碧图URL
repeated string StoreUrls = 2; |
List<String> |
getStoreUrlsList()
雪碧图URL
repeated string StoreUrls = 2; |
int getCaptureNum()
包含的截图总数
int32 CaptureNum = 1;List<String> getStoreUrlsList()
雪碧图URL
repeated string StoreUrls = 2;int getStoreUrlsCount()
雪碧图URL
repeated string StoreUrls = 2;String getStoreUrls(int index)
雪碧图URL
repeated string StoreUrls = 2;index - The index of the element to return.com.google.protobuf.ByteString getStoreUrlsBytes(int index)
雪碧图URL
repeated string StoreUrls = 2;index - The index of the value to return.int getCellWidth()
小图宽
int32 CellWidth = 3;int getCellHeight()
小图高
int32 CellHeight = 4;int getImgXLen()
雪碧图每行包含的小图数量
int32 ImgXLen = 5;int getImgYLen()
雪碧图每列包含的小图数量
int32 ImgYLen = 6;double getInterval()
显示图片时间周期
double Interval = 7;String getFormat()
图片格式:例:jpg
string Format = 8;com.google.protobuf.ByteString getFormatBytes()
图片格式:例:jpg
string Format = 8;Copyright © 2025. All rights reserved.