public interface VodFrameDataForAuditOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getCutTimeMill()
帧对应时间(ms)
double CutTimeMill = 3; |
int |
getFrameNumber()
帧号
int32 FrameNumber = 2; |
int |
getHeight()
图片高度
int32 Height = 5; |
String |
getStoreUri()
URI of frame store
string StoreUri = 1; |
com.google.protobuf.ByteString |
getStoreUriBytes()
URI of frame store
string StoreUri = 1; |
int |
getWidth()
图片宽度
int32 Width = 4; |
String 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 © 2024. All rights reserved.