public interface VodSamplePosterSnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
int |
getCellHeight()
小图高
int32 CellHeight = 4; |
int |
getCellWidth()
小图宽
int32 CellWidth = 3; |
float |
getDuration()
视频时长
float Duration = 7; |
String |
getFormat()
格式,目前默认 'jpg'
string Format = 6; |
com.google.protobuf.ByteString |
getFormatBytes()
格式,目前默认 'jpg'
string Format = 6; |
int |
getImgNum()
小图数量
int32 ImgNum = 2; |
float |
getInterval()
截图间隔
float Interval = 5; |
String |
getLargeSnapshotDownloadUrl()
大量截图结果文件下载地址
string LargeSnapshotDownloadUrl = 10; |
com.google.protobuf.ByteString |
getLargeSnapshotDownloadUrlBytes()
大量截图结果文件下载地址
string LargeSnapshotDownloadUrl = 10; |
String |
getLargeSnapshotFillType()
大量截图结果处理模版
string LargeSnapshotFillType = 11; |
com.google.protobuf.ByteString |
getLargeSnapshotFillTypeBytes()
大量截图结果处理模版
string LargeSnapshotFillType = 11; |
String |
getLargeSnapshotUri()
大量截图结果文件uri
string LargeSnapshotUri = 9; |
com.google.protobuf.ByteString |
getLargeSnapshotUriBytes()
大量截图结果文件uri
string LargeSnapshotUri = 9; |
float |
getOffsets(int index)
偏移量
repeated float Offsets = 12; |
int |
getOffsetsCount()
偏移量
repeated float Offsets = 12; |
List<Float> |
getOffsetsList()
偏移量
repeated float Offsets = 12; |
String |
getStoreUris(int index)
多张雪碧图地址,item为string
repeated string StoreUris = 1; |
com.google.protobuf.ByteString |
getStoreUrisBytes(int index)
多张雪碧图地址,item为string
repeated string StoreUris = 1; |
int |
getStoreUrisCount()
多张雪碧图地址,item为string
repeated string StoreUris = 1; |
List<String> |
getStoreUrisList()
多张雪碧图地址,item为string
repeated string StoreUris = 1; |
String |
getUrls(int index)
图片地址列表
repeated string Urls = 8; |
com.google.protobuf.ByteString |
getUrlsBytes(int index)
图片地址列表
repeated string Urls = 8; |
int |
getUrlsCount()
图片地址列表
repeated string Urls = 8; |
List<String> |
getUrlsList()
图片地址列表
repeated string Urls = 8; |
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.String getLargeSnapshotUri()
大量截图结果文件uri
string LargeSnapshotUri = 9;
com.google.protobuf.ByteString getLargeSnapshotUriBytes()
大量截图结果文件uri
string LargeSnapshotUri = 9;
String getLargeSnapshotDownloadUrl()
大量截图结果文件下载地址
string LargeSnapshotDownloadUrl = 10;
com.google.protobuf.ByteString getLargeSnapshotDownloadUrlBytes()
大量截图结果文件下载地址
string LargeSnapshotDownloadUrl = 10;
String getLargeSnapshotFillType()
大量截图结果处理模版
string LargeSnapshotFillType = 11;
com.google.protobuf.ByteString getLargeSnapshotFillTypeBytes()
大量截图结果处理模版
string LargeSnapshotFillType = 11;
List<Float> getOffsetsList()
偏移量
repeated float Offsets = 12;
int getOffsetsCount()
偏移量
repeated float Offsets = 12;
float getOffsets(int index)
偏移量
repeated float Offsets = 12;
index
- The index of the element to return.Copyright © 2024. All rights reserved.