public interface VodVideoStreamMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
int |
getBitrate()
视频码率(Kbps)
int32 Bitrate = 6; |
String |
getCodec()
视频编码格式
string Codec = 1; |
com.google.protobuf.ByteString |
getCodecBytes()
视频编码格式
string Codec = 1; |
String |
getDefinition()
视频清晰度
string Definition = 5; |
com.google.protobuf.ByteString |
getDefinitionBytes()
视频清晰度
string Definition = 5; |
float |
getDuration()
视频时长
float Duration = 4; |
float |
getFps()
帧率
float Fps = 7; |
int |
getHeight()
视频高度
int32 Height = 2; |
int |
getWidth()
视频宽度
int32 Width = 3; |
String 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 © 2024. All rights reserved.