public interface VodGetOriginalPlayInfoResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getBackupPlayUrl()
备用播放地址
string BackupPlayUrl = 11; |
com.google.protobuf.ByteString |
getBackupPlayUrlBytes()
备用播放地址
string BackupPlayUrl = 11; |
int |
getBitrate()
码率(Kbps)
int32 Bitrate = 8; |
String |
getCodec()
编码类型
string Codec = 7; |
com.google.protobuf.ByteString |
getCodecBytes()
编码类型
string Codec = 7; |
float |
getDuration()
视频时长(单位:s)
float Duration = 2; |
String |
getFileType()
返回的媒体类型(video/audio)
string FileType = 1; |
com.google.protobuf.ByteString |
getFileTypeBytes()
返回的媒体类型(video/audio)
string FileType = 1; |
String |
getFormat()
视频格式
string Format = 6; |
com.google.protobuf.ByteString |
getFormatBytes()
视频格式
string Format = 6; |
int |
getHeight()
视频高度
int32 Height = 4; |
String |
getMainPlayUrl()
主播放地址
string MainPlayUrl = 10; |
com.google.protobuf.ByteString |
getMainPlayUrlBytes()
主播放地址
string MainPlayUrl = 10; |
String |
getMd5()
hash值
string Md5 = 9; |
com.google.protobuf.ByteString |
getMd5Bytes()
hash值
string Md5 = 9; |
double |
getSize()
视频文件大小
double Size = 3; |
int |
getWidth()
视频宽度
int32 Width = 5; |
String getFileType()
返回的媒体类型(video/audio)
string FileType = 1;
com.google.protobuf.ByteString getFileTypeBytes()
返回的媒体类型(video/audio)
string FileType = 1;
float getDuration()
视频时长(单位:s)
float Duration = 2;
double getSize()
视频文件大小
double Size = 3;
int getHeight()
视频高度
int32 Height = 4;
int getWidth()
视频宽度
int32 Width = 5;
String getFormat()
视频格式
string Format = 6;
com.google.protobuf.ByteString getFormatBytes()
视频格式
string Format = 6;
String getCodec()
编码类型
string Codec = 7;
com.google.protobuf.ByteString getCodecBytes()
编码类型
string Codec = 7;
int getBitrate()
码率(Kbps)
int32 Bitrate = 8;
String getMd5()
hash值
string Md5 = 9;
com.google.protobuf.ByteString getMd5Bytes()
hash值
string Md5 = 9;
String getMainPlayUrl()
主播放地址
string MainPlayUrl = 10;
com.google.protobuf.ByteString getMainPlayUrlBytes()
主播放地址
string MainPlayUrl = 10;
String getBackupPlayUrl()
备用播放地址
string BackupPlayUrl = 11;
com.google.protobuf.ByteString getBackupPlayUrlBytes()
备用播放地址
string BackupPlayUrl = 11;
Copyright © 2021. All rights reserved.