public interface StreamInfoListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApp()
应用名称
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称
|
long |
getBandWidth()
带宽
|
long |
getBitrate()
码率
|
String |
getDomain()
域名
|
com.google.protobuf.ByteString |
getDomainBytes()
域名
|
long |
getFramerate()
帧率
|
long |
getID()
流ID
|
long |
getOnlineUser()
在线人数
|
String |
getPreviewURL()
预览地址
|
com.google.protobuf.ByteString |
getPreviewURLBytes()
预览地址
|
String |
getSessionStartTime()
开始推流时间
|
com.google.protobuf.ByteString |
getSessionStartTimeBytes()
开始推流时间
|
String |
getStream()
流名称
|
com.google.protobuf.ByteString |
getStreamBytes()
流名称
|
String |
getVhost()
域名空间名称
|
com.google.protobuf.ByteString |
getVhostBytes()
域名空间名称
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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 © 2023. All rights reserved.