public interface VodSourceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBitrate()
码率(Kbps)
int32 Bitrate = 12; |
String |
getCodec()
编码格式
string Codec = 4; |
com.google.protobuf.ByteString |
getCodecBytes()
编码格式
string Codec = 4; |
String |
getCreateTime()
创建时间
string CreateTime = 14; |
com.google.protobuf.ByteString |
getCreateTimeBytes()
创建时间
string CreateTime = 14; |
String |
getDefinition()
视频分辨率
string Definition = 11; |
com.google.protobuf.ByteString |
getDefinitionBytes()
视频分辨率
string Definition = 11; |
float |
getDuration()
时长
float Duration = 8; |
String |
getFileId()
文件ID
string FileId = 1; |
com.google.protobuf.ByteString |
getFileIdBytes()
文件ID
string FileId = 1; |
String |
getFileType()
文件类型 video/audio
string FileType = 3; |
com.google.protobuf.ByteString |
getFileTypeBytes()
文件类型 video/audio
string FileType = 3; |
String |
getFormat()
文件格式
string Format = 7; |
com.google.protobuf.ByteString |
getFormatBytes()
文件格式
string Format = 7; |
float |
getFps()
帧率
float Fps = 13; |
int |
getHeight()
视频高度
int32 Height = 5; |
String |
getMd5()
hash值
string Md5 = 2; |
com.google.protobuf.ByteString |
getMd5Bytes()
hash值
string Md5 = 2; |
double |
getSize()
文件大小
double Size = 9; |
String |
getStoreUri()
对象地址
string StoreUri = 10; |
com.google.protobuf.ByteString |
getStoreUriBytes()
对象地址
string StoreUri = 10; |
int |
getWidth()
视频宽度
int32 Width = 6; |
String getFileId()
文件ID
string FileId = 1;com.google.protobuf.ByteString getFileIdBytes()
文件ID
string FileId = 1;String getMd5()
hash值
string Md5 = 2;com.google.protobuf.ByteString getMd5Bytes()
hash值
string Md5 = 2;String getFileType()
文件类型 video/audio
string FileType = 3;com.google.protobuf.ByteString getFileTypeBytes()
文件类型 video/audio
string FileType = 3;String getCodec()
编码格式
string Codec = 4;com.google.protobuf.ByteString getCodecBytes()
编码格式
string Codec = 4;int getHeight()
视频高度
int32 Height = 5;int getWidth()
视频宽度
int32 Width = 6;String getFormat()
文件格式
string Format = 7;com.google.protobuf.ByteString getFormatBytes()
文件格式
string Format = 7;float getDuration()
时长
float Duration = 8;double getSize()
文件大小
double Size = 9;String getStoreUri()
对象地址
string StoreUri = 10;com.google.protobuf.ByteString getStoreUriBytes()
对象地址
string StoreUri = 10;String getDefinition()
视频分辨率
string Definition = 11;com.google.protobuf.ByteString getDefinitionBytes()
视频分辨率
string Definition = 11;int getBitrate()
码率(Kbps)
int32 Bitrate = 12;float getFps()
帧率
float Fps = 13;String getCreateTime()
创建时间
string CreateTime = 14;com.google.protobuf.ByteString getCreateTimeBytes()
创建时间
string CreateTime = 14;Copyright © 2021. All rights reserved.