public interface SnapshotParamsSpriteOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
int |
getCaptureNum()
int32 CaptureNum = 8; |
int |
getCellHeight()
int32 CellHeight = 4; |
int |
getCellWidth()
int32 CellWidth = 3; |
String |
getFormat()
string Format = 1; |
com.google.protobuf.ByteString |
getFormatBytes()
string Format = 1; |
int |
getImgXLen()
int32 ImgXLen = 5; |
int |
getImgYLen()
int32 ImgYLen = 6; |
float |
getInterval()
float Interval = 7; |
String |
getStoreUris(int index)
repeated string StoreUris = 2; |
com.google.protobuf.ByteString |
getStoreUrisBytes(int index)
repeated string StoreUris = 2; |
int |
getStoreUrisCount()
repeated string StoreUris = 2; |
List<String> |
getStoreUrisList()
repeated string StoreUris = 2; |
String getFormat()
string Format = 1;
com.google.protobuf.ByteString getFormatBytes()
string Format = 1;
List<String> getStoreUrisList()
repeated string StoreUris = 2;
int getStoreUrisCount()
repeated string StoreUris = 2;
String getStoreUris(int index)
repeated string StoreUris = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getStoreUrisBytes(int index)
repeated string StoreUris = 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;
float getInterval()
float Interval = 7;
int getCaptureNum()
int32 CaptureNum = 8;
Copyright © 2024. All rights reserved.