public interface VodFrameDataForAuditOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getCutTimeMill()
帧对应时间(ms)
|
int |
getFrameNumber()
帧号
|
int |
getHeight()
图片高度
|
String |
getStoreUri()
URI of frame store
|
com.google.protobuf.ByteString |
getStoreUriBytes()
URI of frame store
|
int |
getWidth()
图片宽度
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStoreUri()
URI of frame store
string StoreUri = 1;com.google.protobuf.ByteString getStoreUriBytes()
URI of frame store
string StoreUri = 1;int getFrameNumber()
帧号
int32 FrameNumber = 2;double getCutTimeMill()
帧对应时间(ms)
double CutTimeMill = 3;int getWidth()
图片宽度
int32 Width = 4;int getHeight()
图片高度
int32 Height = 5;Copyright © 2023. All rights reserved.