public interface ClosedStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApp()
应用名称
|
com.google.protobuf.ByteString |
getAppBytes()
应用名称
|
String |
getDomain()
域名
|
com.google.protobuf.ByteString |
getDomainBytes()
域名
|
String |
getEndTime()
直播流结束时间
|
com.google.protobuf.ByteString |
getEndTimeBytes()
直播流结束时间
|
String |
getSourceType()
表示推流方式,缺省情况查询全部推流方式。支持如下取值。
<li>push:直推流;
<li>relay:回源流。
|
com.google.protobuf.ByteString |
getSourceTypeBytes()
表示推流方式,缺省情况查询全部推流方式。支持如下取值。
<li>push:直推流;
<li>relay:回源流。
|
String |
getStartTime()
直播流开始时间
|
com.google.protobuf.ByteString |
getStartTimeBytes()
直播流开始时间
|
String |
getStream()
流名称
|
com.google.protobuf.ByteString |
getStreamBytes()
流名称
|
String |
getVhost()
Vhost表示视频直播服务的配置空间
|
com.google.protobuf.ByteString |
getVhostBytes()
Vhost表示视频直播服务的配置空间
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVhost()
Vhost表示视频直播服务的配置空间
string Vhost = 1;com.google.protobuf.ByteString getVhostBytes()
Vhost表示视频直播服务的配置空间
string Vhost = 1;String getDomain()
域名
string Domain = 2;com.google.protobuf.ByteString getDomainBytes()
域名
string Domain = 2;String getApp()
应用名称
string App = 3;com.google.protobuf.ByteString getAppBytes()
应用名称
string App = 3;String getStream()
流名称
string Stream = 4;com.google.protobuf.ByteString getStreamBytes()
流名称
string Stream = 4;String getStartTime()
直播流开始时间
string StartTime = 5;com.google.protobuf.ByteString getStartTimeBytes()
直播流开始时间
string StartTime = 5;String getEndTime()
直播流结束时间
string EndTime = 6;com.google.protobuf.ByteString getEndTimeBytes()
直播流结束时间
string EndTime = 6;String getSourceType()
表示推流方式,缺省情况查询全部推流方式。支持如下取值。 <li>push:直推流; <li>relay:回源流。
string SourceType = 7;com.google.protobuf.ByteString getSourceTypeBytes()
表示推流方式,缺省情况查询全部推流方式。支持如下取值。 <li>push:直推流; <li>relay:回源流。
string SourceType = 7;Copyright © 2025. All rights reserved.