public interface VodSourceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
boolean |
containsFileExtra(String key)
附加属性
map<string, string> FileExtra = 21; |
VodAudioStreamMeta |
getAudioStreamMeta()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 18; |
VodAudioStreamMetaOrBuilder |
getAudioStreamMetaOrBuilder()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 18; |
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 |
getDynamicRange()
动态范围,"HDR" or "SDR"
string DynamicRange = 16; |
com.google.protobuf.ByteString |
getDynamicRangeBytes()
动态范围,"HDR" or "SDR"
string DynamicRange = 16; |
Map<String,String> |
getFileExtra()
已过时。
|
int |
getFileExtraCount()
附加属性
map<string, string> FileExtra = 21; |
Map<String,String> |
getFileExtraMap()
附加属性
map<string, string> FileExtra = 21; |
String |
getFileExtraOrDefault(String key,
String defaultValue)
附加属性
map<string, string> FileExtra = 21; |
String |
getFileExtraOrThrow(String key)
附加属性
map<string, string> FileExtra = 21; |
String |
getFileId()
文件ID
string FileId = 1; |
com.google.protobuf.ByteString |
getFileIdBytes()
文件ID
string FileId = 1; |
String |
getFileName()
文件名
string FileName = 20; |
com.google.protobuf.ByteString |
getFileNameBytes()
文件名
string FileName = 20; |
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; |
String |
getQuality()
音频质量
string Quality = 15; |
com.google.protobuf.ByteString |
getQualityBytes()
音频质量
string Quality = 15; |
double |
getSize()
文件大小
double Size = 9; |
String |
getStoreUri()
对象地址
string StoreUri = 10; |
com.google.protobuf.ByteString |
getStoreUriBytes()
对象地址
string StoreUri = 10; |
String |
getTosStorageClass()
存储类型,STANDARD or ARCHIVE
string TosStorageClass = 19; |
com.google.protobuf.ByteString |
getTosStorageClassBytes()
存储类型,STANDARD or ARCHIVE
string TosStorageClass = 19; |
VodVideoStreamMeta |
getVideoStreamMeta()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 17; |
VodVideoStreamMetaOrBuilder |
getVideoStreamMetaOrBuilder()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 17; |
int |
getWidth()
视频宽度
int32 Width = 6; |
boolean |
hasAudioStreamMeta()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 18; |
boolean |
hasVideoStreamMeta()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 17; |
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;
String getDynamicRange()
动态范围,"HDR" or "SDR"
string DynamicRange = 16;
com.google.protobuf.ByteString getDynamicRangeBytes()
动态范围,"HDR" or "SDR"
string DynamicRange = 16;
boolean hasVideoStreamMeta()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 17;
VodVideoStreamMeta getVideoStreamMeta()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 17;
VodVideoStreamMetaOrBuilder getVideoStreamMetaOrBuilder()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 17;
boolean hasAudioStreamMeta()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 18;
VodAudioStreamMeta getAudioStreamMeta()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 18;
VodAudioStreamMetaOrBuilder getAudioStreamMetaOrBuilder()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 18;
String getTosStorageClass()
存储类型,STANDARD or ARCHIVE
string TosStorageClass = 19;
com.google.protobuf.ByteString getTosStorageClassBytes()
存储类型,STANDARD or ARCHIVE
string TosStorageClass = 19;
String getFileName()
文件名
string FileName = 20;
com.google.protobuf.ByteString getFileNameBytes()
文件名
string FileName = 20;
int getFileExtraCount()
附加属性
map<string, string> FileExtra = 21;
boolean containsFileExtra(String key)
附加属性
map<string, string> FileExtra = 21;
@Deprecated Map<String,String> getFileExtra()
getFileExtraMap()
instead.String getFileExtraOrDefault(String key, String defaultValue)
附加属性
map<string, string> FileExtra = 21;
Copyright © 2024. All rights reserved.