public interface StreamStateInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getStreamState()
直播流状态。
|
com.google.protobuf.ByteString |
getStreamStateBytes()
直播流状态。
|
String |
getType()
直播流类型。
|
com.google.protobuf.ByteString |
getTypeBytes()
直播流类型。
|
String getStreamState()
直播流状态。 <li>online:在线流; <li>offline:历史流; <li>forbidden:禁推流。
string stream_state = 1;com.google.protobuf.ByteString getStreamStateBytes()
直播流状态。 <li>online:在线流; <li>offline:历史流; <li>forbidden:禁推流。
string stream_state = 1;String getType()
直播流类型。 <li>push:直推直拉; <li>pull:回源拉流。
string type = 2;com.google.protobuf.ByteString getTypeBytes()
直播流类型。 <li>push:直推直拉; <li>pull:回源拉流。
string type = 2;Copyright © 2024. All rights reserved.