public class BroadcastLayout extends ArchiveLayout
ArchiveLayout.Type| Constructor and Description |
|---|
BroadcastLayout(ArchiveLayout.Type type)
Do not call the
BroadcastLayout() constructor. |
BroadcastLayout(ArchiveLayout.Type type,
java.lang.String stylesheet)
Do not call the
BroadcastLayout() constructor. |
BroadcastLayout(ScreenShareLayoutType screenshareType)
Do not call the
BroadcastLayout() constructor. |
getScreenshareType, getStylesheet, getType, setScreenshareType, setStylesheet, setTypepublic BroadcastLayout(ArchiveLayout.Type type, java.lang.String stylesheet)
BroadcastLayout() constructor. To set the layout of
a live streaming broadcast, call the OpenTok.setBroadcastLayout(String broadcastId, BroadcastProperties properties) method.public BroadcastLayout(ArchiveLayout.Type type)
BroadcastLayout() constructor. To set the layout of
a live streaming broadcast, call the OpenTok.setBroadcastLayout(String broadcastId, BroadcastProperties properties) method.public BroadcastLayout(ScreenShareLayoutType screenshareType)
BroadcastLayout() constructor. To set the layout of
a live streaming broadcast, call the OpenTok.setBroadcastLayout(String broadcastId, BroadcastProperties properties) method.