java.lang.Object

com.opentok.ArchiveLayout

com.opentok.BroadcastLayout


public class BroadcastLayout extends ArchiveLayout

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

Constructors

Constructor

Description

BroadcastLayout(ArchiveLayout.Type type)

Do not call the BroadcastLayout() constructor.

BroadcastLayout(ArchiveLayout.Type type, String stylesheet)

Do not call the BroadcastLayout() constructor.

BroadcastLayout(ScreenShareLayoutType screenshareType)

Do not call the BroadcastLayout() constructor.

Method Summary

Methods inherited from class com.opentok.ArchiveLayout

getScreenshareType, getStylesheet, getType, setScreenshareType, setStylesheet, setType

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

BroadcastLayout

public BroadcastLayout(ArchiveLayout.Type type, String stylesheet)

Do not call the BroadcastLayout() constructor. To set the layout of a live streaming broadcast, call the OpenTok.setBroadcastLayout(String broadcastId, BroadcastProperties properties) method.

BroadcastLayout

public BroadcastLayout(ArchiveLayout.Type type)

Do not call the BroadcastLayout() constructor. To set the layout of a live streaming broadcast, call the OpenTok.setBroadcastLayout(String broadcastId, BroadcastProperties properties) method.

BroadcastLayout

public BroadcastLayout(ScreenShareLayoutType screenshareType)

Do not call the BroadcastLayout() constructor. To set the layout of a live streaming broadcast, call the OpenTok.setBroadcastLayout(String broadcastId, BroadcastProperties properties) method.