public interface GeneratePushURLResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPushURLList(int index)
rtmp 推流地址列表
|
com.google.protobuf.ByteString |
getPushURLListBytes(int index)
rtmp 推流地址列表
|
int |
getPushURLListCount()
rtmp 推流地址列表
|
PushURLItem |
getPushURLListDetail(int index)
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
|
int |
getPushURLListDetailCount()
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
|
List<PushURLItem> |
getPushURLListDetailList()
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
|
PushURLItemOrBuilder |
getPushURLListDetailOrBuilder(int index)
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
|
List<? extends PushURLItemOrBuilder> |
getPushURLListDetailOrBuilderList()
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
|
List<String> |
getPushURLListList()
rtmp 推流地址列表
|
String |
getRtmpOverSrtURLList(int index)
RTMP over SRT地址
|
com.google.protobuf.ByteString |
getRtmpOverSrtURLListBytes(int index)
RTMP over SRT地址
|
int |
getRtmpOverSrtURLListCount()
RTMP over SRT地址
|
List<String> |
getRtmpOverSrtURLListList()
RTMP over SRT地址
|
String |
getRtmURLList(int index)
RTM推流地址
|
com.google.protobuf.ByteString |
getRtmURLListBytes(int index)
RTM推流地址
|
int |
getRtmURLListCount()
RTM推流地址
|
List<String> |
getRtmURLListList()
RTM推流地址
|
String |
getTsOverSrtURLList(int index)
TS over SRT地址
|
com.google.protobuf.ByteString |
getTsOverSrtURLListBytes(int index)
TS over SRT地址
|
int |
getTsOverSrtURLListCount()
TS over SRT地址
|
List<String> |
getTsOverSrtURLListList()
TS over SRT地址
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getPushURLListList()
rtmp 推流地址列表
repeated string PushURLList = 1;int getPushURLListCount()
rtmp 推流地址列表
repeated string PushURLList = 1;String getPushURLList(int index)
rtmp 推流地址列表
repeated string PushURLList = 1;index - The index of the element to return.com.google.protobuf.ByteString getPushURLListBytes(int index)
rtmp 推流地址列表
repeated string PushURLList = 1;index - The index of the value to return.List<PushURLItem> getPushURLListDetailList()
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;PushURLItem getPushURLListDetail(int index)
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;int getPushURLListDetailCount()
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;List<? extends PushURLItemOrBuilder> getPushURLListDetailOrBuilderList()
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;PushURLItemOrBuilder getPushURLListDetailOrBuilder(int index)
rtmp 推流地址列表详情,会针对OBS推流方式对地址进行分离
repeated .Volcengine.Live.Models.Business.PushURLItem PushURLListDetail = 2;List<String> getTsOverSrtURLListList()
TS over SRT地址
repeated string TsOverSrtURLList = 3;int getTsOverSrtURLListCount()
TS over SRT地址
repeated string TsOverSrtURLList = 3;String getTsOverSrtURLList(int index)
TS over SRT地址
repeated string TsOverSrtURLList = 3;index - The index of the element to return.com.google.protobuf.ByteString getTsOverSrtURLListBytes(int index)
TS over SRT地址
repeated string TsOverSrtURLList = 3;index - The index of the value to return.List<String> getRtmpOverSrtURLListList()
RTMP over SRT地址
repeated string RtmpOverSrtURLList = 4;int getRtmpOverSrtURLListCount()
RTMP over SRT地址
repeated string RtmpOverSrtURLList = 4;String getRtmpOverSrtURLList(int index)
RTMP over SRT地址
repeated string RtmpOverSrtURLList = 4;index - The index of the element to return.com.google.protobuf.ByteString getRtmpOverSrtURLListBytes(int index)
RTMP over SRT地址
repeated string RtmpOverSrtURLList = 4;index - The index of the value to return.List<String> getRtmURLListList()
RTM推流地址
repeated string RtmURLList = 5;int getRtmURLListCount()
RTM推流地址
repeated string RtmURLList = 5;String getRtmURLList(int index)
RTM推流地址
repeated string RtmURLList = 5;index - The index of the element to return.com.google.protobuf.ByteString getRtmURLListBytes(int index)
RTM推流地址
repeated string RtmURLList = 5;index - The index of the value to return.Copyright © 2023. All rights reserved.