public interface AdaptiveBitrateStreamingInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAbrFormat()
标识本次下发的ABR码流Format
下发Abr hls时,AbrFormat=hls
下发Abr Dash时,AbrFormat=dash
没有别的场景
|
com.google.protobuf.ByteString |
getAbrFormatBytes()
标识本次下发的ABR码流Format
下发Abr hls时,AbrFormat=hls
下发Abr Dash时,AbrFormat=dash
没有别的场景
|
String |
getBackupPlayUrl()
主文件备播放地址
下发Abr hls时,为主文件备播放地址
下发Abr Dash时,为空字符串
没有别的场景
|
com.google.protobuf.ByteString |
getBackupPlayUrlBytes()
主文件备播放地址
下发Abr hls时,为主文件备播放地址
下发Abr Dash时,为空字符串
没有别的场景
|
String |
getMainPlayUrl()
主文件主播放地址
下发Abr hls时,为主文件主播放地址
下发Abr Dash时,为空字符串
没有别的场景
|
com.google.protobuf.ByteString |
getMainPlayUrlBytes()
主文件主播放地址
下发Abr hls时,为主文件主播放地址
下发Abr Dash时,为空字符串
没有别的场景
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMainPlayUrl()
主文件主播放地址 下发Abr hls时,为主文件主播放地址 下发Abr Dash时,为空字符串 没有别的场景
string MainPlayUrl = 1;com.google.protobuf.ByteString getMainPlayUrlBytes()
主文件主播放地址 下发Abr hls时,为主文件主播放地址 下发Abr Dash时,为空字符串 没有别的场景
string MainPlayUrl = 1;String getBackupPlayUrl()
主文件备播放地址 下发Abr hls时,为主文件备播放地址 下发Abr Dash时,为空字符串 没有别的场景
string BackupPlayUrl = 2;com.google.protobuf.ByteString getBackupPlayUrlBytes()
主文件备播放地址 下发Abr hls时,为主文件备播放地址 下发Abr Dash时,为空字符串 没有别的场景
string BackupPlayUrl = 2;String getAbrFormat()
标识本次下发的ABR码流Format 下发Abr hls时,AbrFormat=hls 下发Abr Dash时,AbrFormat=dash 没有别的场景
string AbrFormat = 3;com.google.protobuf.ByteString getAbrFormatBytes()
标识本次下发的ABR码流Format 下发Abr hls时,AbrFormat=hls 下发Abr Dash时,AbrFormat=dash 没有别的场景
string AbrFormat = 3;Copyright © 2025. All rights reserved.