public class LiveEventConfig extends Object
StreamManager.createLiveEvent(LiveEventConfig)
.Modifier and Type | Class and Description |
---|---|
static class |
LiveEventConfig.Builder
Builder of
LiveEventConfig . |
Modifier and Type | Method and Description |
---|---|
Integer |
getCategory()
Gets category id of the live event.
|
boolean |
getDvrEnabled()
Gets whether to enable live DVR feature for a live event.
|
Resolution |
getHighestResolution()
Gets highest resolution of the live event.
|
boolean |
getListed()
Gets if the live event should be listed.
|
Profile |
getProfile()
Gets profile of the live event.
|
String |
getSynopsis()
Gets synopsis of the live event.
|
String |
getTitle()
Gets title of the live event.
|
boolean |
getVodAvailable()
Gets whether the new vod of this live event is available by users.
|
boolean |
getVodListed()
Gets whether the new vod of this live event is listed.
|
boolean |
getVodMerge()
Gets whether to merge all VoDs of the live event together.
|
public String getTitle()
public String getSynopsis()
public boolean getListed()
public Integer getCategory()
public Resolution getHighestResolution()
public Profile getProfile()
public boolean getVodListed()
public boolean getVodAvailable()
public boolean getVodMerge()
public boolean getDvrEnabled()