java.lang.Object

com.opentok.ArchiveLayout

Direct Known Subclasses: : BroadcastLayout


public class ArchiveLayout extends Object

Represents a layout configuration for a composed archive.

Nested Class Summary

Nested Classes

Modifier and Type

Class

Description

static enum

ArchiveLayout.Type

Enumerates type values for the layout.

Constructor Summary

Constructors

Constructor

Description

ArchiveLayout(ArchiveLayout.Type type)

Do not call the ArchiveLayout() constructor.

ArchiveLayout(ArchiveLayout.Type type, String stylesheet)

Do not call the ArchiveLayout() constructor.

ArchiveLayout(ScreenShareLayoutType screenShareType)

Do not call the ArchiveLayout() constructor.

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

ScreenShareLayoutType

getScreenshareType()

String

getStylesheet()

Returns the stylesheet for a custom layout.

ArchiveLayout.Type

getType()

Returns the layout type.

void

setScreenshareType(ScreenShareLayoutType screenshareType)

void

setStylesheet(String stylesheet)

Sets the stylesheet for a custom layout.

void

setType(ArchiveLayout.Type type)

Sets the layout type.

Methods inherited from class java.lang.Object

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

Constructor Details

ArchiveLayout

public ArchiveLayout(ArchiveLayout.Type type, String stylesheet)

Do not call the ArchiveLayout() constructor. To set the layout of an archive, call the OpenTok.setArchiveLayout(String archiveId, ArchiveProperties properties) method.

ArchiveLayout

public ArchiveLayout(ArchiveLayout.Type type)

Do not call the ArchiveLayout() constructor. To set the layout of an archive, call the OpenTok.setArchiveLayout(String archiveId, ArchiveProperties properties) method. See

ArchiveLayout

public ArchiveLayout(ScreenShareLayoutType screenShareType)

Do not call the ArchiveLayout() constructor. To set the layout of an archive, call the OpenTok.setArchiveLayout(String archiveId, ArchiveProperties properties) method. See

Method Details

getType

public ArchiveLayout.Type getType()

Returns the layout type.

setType

public void setType(ArchiveLayout.Type type)

Sets the layout type.

getStylesheet

public String getStylesheet()

Returns the stylesheet for a custom layout.

setStylesheet

public void setStylesheet(String stylesheet)

Sets the stylesheet for a custom layout.

getScreenshareType

public ScreenShareLayoutType getScreenshareType()

setScreenshareType

public void setScreenshareType(ScreenShareLayoutType screenshareType)