public interface VodSamplePosterSnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCellHeight()
小图高
|
int |
getCellWidth()
小图宽
|
float |
getDuration()
视频时长
|
String |
getFormat()
格式,目前默认 'jpg'
|
com.google.protobuf.ByteString |
getFormatBytes()
格式,目前默认 'jpg'
|
int |
getImgNum()
小图数量
|
float |
getInterval()
截图间隔
|
String |
getStoreUris(int index)
多张雪碧图地址,item为string
|
com.google.protobuf.ByteString |
getStoreUrisBytes(int index)
多张雪碧图地址,item为string
|
int |
getStoreUrisCount()
多张雪碧图地址,item为string
|
List<String> |
getStoreUrisList()
多张雪碧图地址,item为string
|
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
List<String> getStoreUrisList()
多张雪碧图地址,item为string
repeated string StoreUris = 1;
int getStoreUrisCount()
多张雪碧图地址,item为string
repeated string StoreUris = 1;
String getStoreUris(int index)
多张雪碧图地址,item为string
repeated string StoreUris = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getStoreUrisBytes(int index)
多张雪碧图地址,item为string
repeated string StoreUris = 1;
index
- The index of the value to return.int getImgNum()
小图数量
int32 ImgNum = 2;
int getCellWidth()
小图宽
int32 CellWidth = 3;
int getCellHeight()
小图高
int32 CellHeight = 4;
float getInterval()
截图间隔
float Interval = 5;
String getFormat()
格式,目前默认 'jpg'
string Format = 6;
com.google.protobuf.ByteString getFormatBytes()
格式,目前默认 'jpg'
string Format = 6;
float getDuration()
视频时长
float Duration = 7;
List<String> getUrlsList()
图片地址列表
repeated string Urls = 8;
int getUrlsCount()
图片地址列表
repeated string Urls = 8;
String getUrls(int index)
图片地址列表
repeated string Urls = 8;
index
- The index of the element to return.com.google.protobuf.ByteString getUrlsBytes(int index)
图片地址列表
repeated string Urls = 8;
index
- The index of the value to return.Copyright © 2022. All rights reserved.