public interface StreamStateInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getStreamState()
直播流状态。
<li>online:在线流;
<li>offline:历史流;
<li>forbidden:禁推流。
|
com.google.protobuf.ByteString |
getStreamStateBytes()
直播流状态。
<li>online:在线流;
<li>offline:历史流;
<li>forbidden:禁推流。
|
String |
getType()
直播流类型。
<li>push:直推直拉;
<li>pull:回源拉流。
|
com.google.protobuf.ByteString |
getTypeBytes()
直播流类型。
<li>push:直推直拉;
<li>pull:回源拉流。
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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 © 2025. All rights reserved.