public interface PlayURLOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCDN()
CDN类型:fcdn、hw、ws、ali
|
com.google.protobuf.ByteString |
getCDNBytes()
CDN类型:fcdn、hw、ws、ali
|
String |
getProtocol()
协议类型:hls、rtmp、flv、udp
|
com.google.protobuf.ByteString |
getProtocolBytes()
协议类型:hls、rtmp、flv、udp
|
String |
getType()
地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
|
com.google.protobuf.ByteString |
getTypeBytes()
地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
|
String |
getURL()
播放地址
|
com.google.protobuf.ByteString |
getURLBytes()
播放地址
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getURL()
播放地址
string URL = 1;com.google.protobuf.ByteString getURLBytes()
播放地址
string URL = 1;String getCDN()
CDN类型:fcdn、hw、ws、ali
string CDN = 2;com.google.protobuf.ByteString getCDNBytes()
CDN类型:fcdn、hw、ws、ali
string CDN = 2;String getProtocol()
协议类型:hls、rtmp、flv、udp
string Protocol = 3;com.google.protobuf.ByteString getProtocolBytes()
协议类型:hls、rtmp、flv、udp
string Protocol = 3;String getType()
地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
string Type = 4;com.google.protobuf.ByteString getTypeBytes()
地址类型,pull、push、3rd_play(relay_sink)、3rd_play(relay_source)
string Type = 4;Copyright © 2023. All rights reserved.