public interface VodVideoStreamMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBitrate()
视频码率(Kbps)
|
String |
getCodec()
视频编码格式
|
com.google.protobuf.ByteString |
getCodecBytes()
视频编码格式
|
String |
getDefinition()
视频清晰度
|
com.google.protobuf.ByteString |
getDefinitionBytes()
视频清晰度
|
float |
getDuration()
视频时长
|
float |
getFps()
帧率
|
int |
getHeight()
视频高度
|
int |
getWidth()
视频宽度
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCodec()
视频编码格式
string Codec = 1;com.google.protobuf.ByteString getCodecBytes()
视频编码格式
string Codec = 1;int getHeight()
视频高度
int32 Height = 2;int getWidth()
视频宽度
int32 Width = 3;float getDuration()
视频时长
float Duration = 4;String getDefinition()
视频清晰度
string Definition = 5;com.google.protobuf.ByteString getDefinitionBytes()
视频清晰度
string Definition = 5;int getBitrate()
视频码率(Kbps)
int32 Bitrate = 6;float getFps()
帧率
float Fps = 7;Copyright © 2023. All rights reserved.