public interface VodThumbInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCaptureNum()
包含的截图总数
|
int |
getCellHeight()
小图高
|
int |
getCellWidth()
小图宽
|
String |
getFormat()
图片格式:例:jpg
|
com.google.protobuf.ByteString |
getFormatBytes()
图片格式:例:jpg
|
int |
getImgXLen()
雪碧图每行包含的小图数量
|
int |
getImgYLen()
雪碧图每列包含的小图数量
|
double |
getInterval()
显示图片时间周期
|
String |
getStoreUrls(int index)
雪碧图URL
|
com.google.protobuf.ByteString |
getStoreUrlsBytes(int index)
雪碧图URL
|
int |
getStoreUrlsCount()
雪碧图URL
|
List<String> |
getStoreUrlsList()
雪碧图URL
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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 © 2023. All rights reserved.