public interface SampleSnapshotParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCaptureMode()
int32 CaptureMode = 7; |
int |
getCaptureNum()
int32 CaptureNum = 6; |
String |
getFillType()
string FillType = 10; |
com.google.protobuf.ByteString |
getFillTypeBytes()
string FillType = 10; |
String |
getFormat()
string Format = 1; |
com.google.protobuf.ByteString |
getFormatBytes()
string Format = 1; |
int |
getHeight()
int32 Height = 5; |
double |
getInterval()
double Interval = 8; |
float |
getOffsets(int index)
采样截图自定义采样时间点
repeated float Offsets = 11; |
int |
getOffsetsCount()
采样截图自定义采样时间点
repeated float Offsets = 11; |
List<Float> |
getOffsetsList()
采样截图自定义采样时间点
repeated float Offsets = 11; |
String |
getOutMode()
string OutMode = 9; |
com.google.protobuf.ByteString |
getOutModeBytes()
string OutMode = 9; |
boolean |
getResAdapt()
bool ResAdapt = 2; |
int |
getResLimit()
int32 ResLimit = 3; |
int |
getWidth()
int32 Width = 4; |
String getFormat()
string Format = 1;com.google.protobuf.ByteString getFormatBytes()
string Format = 1;boolean getResAdapt()
bool ResAdapt = 2;int getResLimit()
int32 ResLimit = 3;int getWidth()
int32 Width = 4;int getHeight()
int32 Height = 5;int getCaptureNum()
int32 CaptureNum = 6;int getCaptureMode()
int32 CaptureMode = 7;double getInterval()
double Interval = 8;String getOutMode()
string OutMode = 9;com.google.protobuf.ByteString getOutModeBytes()
string OutMode = 9;String getFillType()
string FillType = 10;com.google.protobuf.ByteString getFillTypeBytes()
string FillType = 10;List<Float> getOffsetsList()
采样截图自定义采样时间点
repeated float Offsets = 11;int getOffsetsCount()
采样截图自定义采样时间点
repeated float Offsets = 11;float getOffsets(int index)
采样截图自定义采样时间点
repeated float Offsets = 11;index - The index of the element to return.Copyright © 2024. All rights reserved.