public interface SnapshotOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFileIndex()
index文件自定义路径
|
com.google.protobuf.ByteString |
getFileIndexBytes()
index文件自定义路径
|
String |
getFileName()
文件名
|
com.google.protobuf.ByteString |
getFileNameBytes()
文件名
|
int |
getHeight()
截图高度,单位:px;目前仅支持采样截图
|
int |
getOffsetTime()
截图时间, 单位ms, AIDynpost和Sprite类型不支持
|
int |
getOffsetTimeList(int index)
多Dynpost类型截取时间,单位ms
|
int |
getOffsetTimeListCount()
多Dynpost类型截取时间,单位ms
|
List<Integer> |
getOffsetTimeListList()
多Dynpost类型截取时间,单位ms
|
float |
getSampleOffsets(int index)
采样截图自定义采样时间点
|
int |
getSampleOffsetsCount()
采样截图自定义采样时间点
|
List<Float> |
getSampleOffsetsList()
采样截图自定义采样时间点
|
String |
getTemplateId(int index)
被覆盖的截图模板Id, 支持ALL
|
com.google.protobuf.ByteString |
getTemplateIdBytes(int index)
被覆盖的截图模板Id, 支持ALL
|
int |
getTemplateIdCount()
被覆盖的截图模板Id, 支持ALL
|
List<String> |
getTemplateIdList()
被覆盖的截图模板Id, 支持ALL
|
int |
getWidth()
截图宽度,单位:px;目前仅支持采样截图
|
boolean |
hasHeight()
截图高度,单位:px;目前仅支持采样截图
|
boolean |
hasWidth()
截图宽度,单位:px;目前仅支持采样截图
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTemplateIdList()
被覆盖的截图模板Id, 支持ALL
repeated string TemplateId = 1;int getTemplateIdCount()
被覆盖的截图模板Id, 支持ALL
repeated string TemplateId = 1;String getTemplateId(int index)
被覆盖的截图模板Id, 支持ALL
repeated string TemplateId = 1;index - The index of the element to return.com.google.protobuf.ByteString getTemplateIdBytes(int index)
被覆盖的截图模板Id, 支持ALL
repeated string TemplateId = 1;index - The index of the value to return.int getOffsetTime()
截图时间, 单位ms, AIDynpost和Sprite类型不支持
int32 OffsetTime = 2;List<Integer> getOffsetTimeListList()
多Dynpost类型截取时间,单位ms
repeated int32 OffsetTimeList = 3;int getOffsetTimeListCount()
多Dynpost类型截取时间,单位ms
repeated int32 OffsetTimeList = 3;int getOffsetTimeList(int index)
多Dynpost类型截取时间,单位ms
repeated int32 OffsetTimeList = 3;index - The index of the element to return.String getFileName()
文件名
string FileName = 4;com.google.protobuf.ByteString getFileNameBytes()
文件名
string FileName = 4;String getFileIndex()
index文件自定义路径
string FileIndex = 5;com.google.protobuf.ByteString getFileIndexBytes()
index文件自定义路径
string FileIndex = 5;List<Float> getSampleOffsetsList()
采样截图自定义采样时间点
repeated float SampleOffsets = 6;int getSampleOffsetsCount()
采样截图自定义采样时间点
repeated float SampleOffsets = 6;float getSampleOffsets(int index)
采样截图自定义采样时间点
repeated float SampleOffsets = 6;index - The index of the element to return.boolean hasWidth()
截图宽度,单位:px;目前仅支持采样截图
optional int32 Width = 7;int getWidth()
截图宽度,单位:px;目前仅支持采样截图
optional int32 Width = 7;boolean hasHeight()
截图高度,单位:px;目前仅支持采样截图
optional int32 Height = 8;int getHeight()
截图高度,单位:px;目前仅支持采样截图
optional int32 Height = 8;Copyright © 2025. All rights reserved.