Package com.opentok
Class BroadcastLayout
java.lang.Object
com.opentok.ArchiveLayout
com.opentok.BroadcastLayout
Represents a layout
configuration for a live streaming broadcast.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.opentok.ArchiveLayout
ArchiveLayout.Type
-
Constructor Summary
ConstructorsConstructorDescriptionDo not call theBroadcastLayout()
constructor.BroadcastLayout
(ArchiveLayout.Type type, String stylesheet) Do not call theBroadcastLayout()
constructor.BroadcastLayout
(ScreenShareLayoutType screenshareType) Do not call theBroadcastLayout()
constructor. -
Method Summary
Methods inherited from class com.opentok.ArchiveLayout
getScreenshareType, getStylesheet, getType, setScreenshareType, setStylesheet, setType
-
Constructor Details
-
BroadcastLayout
Do not call theBroadcastLayout()
constructor. To set the layout of a live streaming broadcast, call theOpenTok.setBroadcastLayout(String broadcastId, BroadcastProperties properties)
method. -
BroadcastLayout
Do not call theBroadcastLayout()
constructor. To set the layout of a live streaming broadcast, call theOpenTok.setBroadcastLayout(String broadcastId, BroadcastProperties properties)
method.
-