public interface VodSourceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBitrate()
码率(Kbps)
|
String |
getCodec()
编码格式
|
com.google.protobuf.ByteString |
getCodecBytes()
编码格式
|
String |
getCreateTime()
创建时间
|
com.google.protobuf.ByteString |
getCreateTimeBytes()
创建时间
|
String |
getDefinition()
视频分辨率
|
com.google.protobuf.ByteString |
getDefinitionBytes()
视频分辨率
|
float |
getDuration()
时长
|
String |
getFileId()
文件ID
|
com.google.protobuf.ByteString |
getFileIdBytes()
文件ID
|
String |
getFileType()
文件类型 video/audio
|
com.google.protobuf.ByteString |
getFileTypeBytes()
文件类型 video/audio
|
String |
getFormat()
文件格式
|
com.google.protobuf.ByteString |
getFormatBytes()
文件格式
|
float |
getFps()
帧率
|
int |
getHeight()
视频高度
|
String |
getMd5()
hash值
|
com.google.protobuf.ByteString |
getMd5Bytes()
hash值
|
String |
getQuality()
音频质量
|
com.google.protobuf.ByteString |
getQualityBytes()
音频质量
|
double |
getSize()
文件大小
|
String |
getStoreUri()
对象地址
|
com.google.protobuf.ByteString |
getStoreUriBytes()
对象地址
|
int |
getWidth()
视频宽度
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
String getQuality()
音频质量
string Quality = 15;
com.google.protobuf.ByteString getQualityBytes()
音频质量
string Quality = 15;
Copyright © 2022. All rights reserved.