public interface VodTranscodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VodAudioStreamMeta |
getAudioStreamMeta()
音频流信息
|
VodAudioStreamMetaOrBuilder |
getAudioStreamMetaOrBuilder()
音频流信息
|
String |
getCreateTime()
创建时间
|
com.google.protobuf.ByteString |
getCreateTimeBytes()
创建时间
|
float |
getDuration()
时长
|
String |
getDynamicRange()
动态范围,"HDR" or "SDR"
|
com.google.protobuf.ByteString |
getDynamicRangeBytes()
动态范围,"HDR" or "SDR"
|
boolean |
getEncrypt()
是否加密
|
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()
文件格式
|
String |
getLogoType()
logo类型
|
com.google.protobuf.ByteString |
getLogoTypeBytes()
logo类型
|
String |
getMd5()
hash值
|
com.google.protobuf.ByteString |
getMd5Bytes()
hash值
|
double |
getSize()
文件大小
|
String |
getStoreUri()
对象地址
|
com.google.protobuf.ByteString |
getStoreUriBytes()
对象地址
|
String |
getTosStorageClass()
Tos存储类型:STANDARD, ARCHIVE
|
com.google.protobuf.ByteString |
getTosStorageClassBytes()
Tos存储类型:STANDARD, ARCHIVE
|
VodVideoStreamMeta |
getVideoStreamMeta()
视频流信息
|
VodVideoStreamMetaOrBuilder |
getVideoStreamMetaOrBuilder()
视频流信息
|
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 getLogoType()
logo类型
string LogoType = 4;com.google.protobuf.ByteString getLogoTypeBytes()
logo类型
string LogoType = 4;boolean getEncrypt()
是否加密
bool Encrypt = 5;String getFormat()
文件格式
string Format = 6;com.google.protobuf.ByteString getFormatBytes()
文件格式
string Format = 6;float getDuration()
时长
float Duration = 7;double getSize()
文件大小
double Size = 8;String getStoreUri()
对象地址
string StoreUri = 9;com.google.protobuf.ByteString getStoreUriBytes()
对象地址
string StoreUri = 9;boolean hasVideoStreamMeta()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 10;VodVideoStreamMeta getVideoStreamMeta()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 10;VodVideoStreamMetaOrBuilder getVideoStreamMetaOrBuilder()
视频流信息
.Volcengine.Vod.Models.Business.VodVideoStreamMeta VideoStreamMeta = 10;boolean hasAudioStreamMeta()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 11;VodAudioStreamMeta getAudioStreamMeta()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 11;VodAudioStreamMetaOrBuilder getAudioStreamMetaOrBuilder()
音频流信息
.Volcengine.Vod.Models.Business.VodAudioStreamMeta AudioStreamMeta = 11;String getCreateTime()
创建时间
string CreateTime = 12;com.google.protobuf.ByteString getCreateTimeBytes()
创建时间
string CreateTime = 12;String getDynamicRange()
动态范围,"HDR" or "SDR"
string DynamicRange = 13;com.google.protobuf.ByteString getDynamicRangeBytes()
动态范围,"HDR" or "SDR"
string DynamicRange = 13;String getTosStorageClass()
Tos存储类型:STANDARD, ARCHIVE
string TosStorageClass = 14;com.google.protobuf.ByteString getTosStorageClassBytes()
Tos存储类型:STANDARD, ARCHIVE
string TosStorageClass = 14;Copyright © 2023. All rights reserved.