public interface StreamInfoListOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getApp()
应用名称
string App = 4; |
com.google.protobuf.ByteString |
getAppBytes()
应用名称
string App = 4; |
long |
getBandWidth()
带宽
int64 BandWidth = 8; |
long |
getBitrate()
码率
int64 Bitrate = 9; |
String |
getDomain()
域名
string Domain = 3; |
com.google.protobuf.ByteString |
getDomainBytes()
域名
string Domain = 3; |
long |
getFramerate()
帧率
int64 Framerate = 10; |
long |
getID()
流ID
int64 ID = 1; |
long |
getOnlineUser()
在线人数
int64 OnlineUser = 7; |
String |
getPreviewURL()
预览地址
string PreviewURL = 11; |
com.google.protobuf.ByteString |
getPreviewURLBytes()
预览地址
string PreviewURL = 11; |
String |
getSessionStartTime()
开始推流时间
string SessionStartTime = 6; |
com.google.protobuf.ByteString |
getSessionStartTimeBytes()
开始推流时间
string SessionStartTime = 6; |
String |
getStream()
流名称
string Stream = 5; |
com.google.protobuf.ByteString |
getStreamBytes()
流名称
string Stream = 5; |
String |
getVhost()
域名空间名称
string Vhost = 2; |
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称
string Vhost = 2; |
long getID()
流ID
int64 ID = 1;
String getVhost()
域名空间名称
string Vhost = 2;
com.google.protobuf.ByteString getVhostBytes()
域名空间名称
string Vhost = 2;
String getDomain()
域名
string Domain = 3;
com.google.protobuf.ByteString getDomainBytes()
域名
string Domain = 3;
String getApp()
应用名称
string App = 4;
com.google.protobuf.ByteString getAppBytes()
应用名称
string App = 4;
String getStream()
流名称
string Stream = 5;
com.google.protobuf.ByteString getStreamBytes()
流名称
string Stream = 5;
String getSessionStartTime()
开始推流时间
string SessionStartTime = 6;
com.google.protobuf.ByteString getSessionStartTimeBytes()
开始推流时间
string SessionStartTime = 6;
long getOnlineUser()
在线人数
int64 OnlineUser = 7;
long getBandWidth()
带宽
int64 BandWidth = 8;
long getBitrate()
码率
int64 Bitrate = 9;
long getFramerate()
帧率
int64 Framerate = 10;
String getPreviewURL()
预览地址
string PreviewURL = 11;
com.google.protobuf.ByteString getPreviewURLBytes()
预览地址
string PreviewURL = 11;
Copyright © 2024. All rights reserved.