Class NERoomLiveInfo
-
- All Implemented Interfaces:
public final class NERoomLiveInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final String
taskId
private final String
pushUrl
private final String
chatRoomId
private final String
pullHttpUrl
private final String
pullRtmpUrl
private final String
pullRtsUrl
private final String
pullHlsUrl
private final String
title
private final NERoomLiveLayout
liveLayout
private final String
password
private List<String>
userUuidList
private NERoomLiveState
state
private final String
extensionConfig
private final List<NERoomLiveStreamUserTranscoding>
layoutCoordinateList
-
Constructor Summary
Constructors Constructor Description NERoomLiveInfo(String taskId, String pushUrl, String chatRoomId, String pullHttpUrl, String pullRtmpUrl, String pullRtsUrl, String pullHlsUrl, String title, NERoomLiveLayout liveLayout, String password, List<String> userUuidList, NERoomLiveState state, String extensionConfig, List<NERoomLiveStreamUserTranscoding> layoutCoordinateList)
-
Method Summary
Modifier and Type Method Description final String
getTaskId()
直播任务编号 final String
getPushUrl()
推流地址 final String
getChatRoomId()
直播聊天室房间号 final String
getPullHttpUrl()
HTTP 拉流地址 final String
getPullRtmpUrl()
RTMP 拉流地址 final String
getPullRtsUrl()
RTS 拉流地址 final String
getPullHlsUrl()
HLS 拉流地址 final String
getTitle()
直播主题 final NERoomLiveLayout
getLiveLayout()
直播布局NERoomLiveLayout final String
getPassword()
直播密码 final List<String>
getUserUuidList()
直播用户id 集合 final Unit
setUserUuidList(List<String> userUuidList)
直播用户id 集合 final NERoomLiveState
getState()
直播状态NERoomLiveState final Unit
setState(NERoomLiveState state)
直播状态NERoomLiveState final String
getExtensionConfig()
扩展字段 final List<NERoomLiveStreamUserTranscoding>
getLayoutCoordinateList()
-
-
Constructor Detail
-
NERoomLiveInfo
NERoomLiveInfo(String taskId, String pushUrl, String chatRoomId, String pullHttpUrl, String pullRtmpUrl, String pullRtsUrl, String pullHlsUrl, String title, NERoomLiveLayout liveLayout, String password, List<String> userUuidList, NERoomLiveState state, String extensionConfig, List<NERoomLiveStreamUserTranscoding> layoutCoordinateList)
-
-
Method Detail
-
getPushUrl
final String getPushUrl()
推流地址
-
getChatRoomId
final String getChatRoomId()
直播聊天室房间号
-
getPullHttpUrl
final String getPullHttpUrl()
HTTP 拉流地址
-
getPullRtmpUrl
final String getPullRtmpUrl()
RTMP 拉流地址
-
getPullRtsUrl
final String getPullRtsUrl()
RTS 拉流地址
-
getPullHlsUrl
final String getPullHlsUrl()
HLS 拉流地址
-
getLiveLayout
final NERoomLiveLayout getLiveLayout()
直播布局NERoomLiveLayout
-
getPassword
final String getPassword()
直播密码
-
getUserUuidList
final List<String> getUserUuidList()
直播用户id 集合
-
setUserUuidList
final Unit setUserUuidList(List<String> userUuidList)
直播用户id 集合
-
getState
final NERoomLiveState getState()
直播状态NERoomLiveState
-
setState
final Unit setState(NERoomLiveState state)
直播状态NERoomLiveState
-
getExtensionConfig
final String getExtensionConfig()
扩展字段
-
getLayoutCoordinateList
final List<NERoomLiveStreamUserTranscoding> getLayoutCoordinateList()
-
-
-
-