public interface VodSourceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VodAudioStreamMeta |
getAudioStreamMeta()
音频流信息
|
VodAudioStreamMetaOrBuilder |
getAudioStreamMetaOrBuilder()
音频流信息
|
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 |
getDynamicRange()
动态范围,"HDR" or "SDR"
|
com.google.protobuf.ByteString |
getDynamicRangeBytes()
动态范围,"HDR" or "SDR"
|
String |
getFileId()
文件ID
|
com.google.protobuf.ByteString |
getFileIdBytes()
文件ID
|
String |
getFileName()
文件名
|
com.google.protobuf.ByteString |
getFileNameBytes()
文件名
|
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()
对象地址
|
String |
getTosStorageClass()
存储类型,STANDARD or ARCHIVE
|
com.google.protobuf.ByteString |
getTosStorageClassBytes()
存储类型,STANDARD or ARCHIVE
|
VodVideoStreamMeta |
getVideoStreamMeta()
视频流信息
|
VodVideoStreamMetaOrBuilder |
getVideoStreamMetaOrBuilder()
视频流信息
|
int |
getWidth()
视频宽度
|
boolean |
hasAudioStreamMeta()
音频流信息
|
boolean |
hasVideoStreamMeta()
视频流信息
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;Copyright © 2023. All rights reserved.