public class ArchiveLayout
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchiveLayout.Type
Enumerates
type values for the layout. |
| Constructor and Description |
|---|
ArchiveLayout(ArchiveLayout.Type type)
Do not call the
ArchiveLayout() constructor. |
ArchiveLayout(ArchiveLayout.Type type,
java.lang.String stylesheet)
Do not call the
ArchiveLayout() constructor. |
ArchiveLayout(ScreenShareLayoutType screenShareType)
Do not call the
ArchiveLayout() constructor. |
| Modifier and Type | Method and Description |
|---|---|
ScreenShareLayoutType |
getScreenshareType() |
java.lang.String |
getStylesheet()
Returns the stylesheet for a custom layout.
|
ArchiveLayout.Type |
getType()
Returns the layout type.
|
void |
setScreenshareType(ScreenShareLayoutType screenshareType) |
void |
setStylesheet(java.lang.String stylesheet)
Sets the stylesheet for a custom layout.
|
void |
setType(ArchiveLayout.Type type)
Sets the layout type.
|
public ArchiveLayout(ArchiveLayout.Type type, java.lang.String stylesheet)
ArchiveLayout() constructor. To set the layout of an
archive, call the OpenTok.setArchiveLayout(String archiveId, ArchiveProperties properties) method.public ArchiveLayout(ArchiveLayout.Type type)
ArchiveLayout() constructor. To set the layout of an
archive, call the OpenTok.setArchiveLayout(String archiveId, ArchiveProperties properties) method. Seepublic ArchiveLayout(ScreenShareLayoutType screenShareType)
ArchiveLayout() constructor. To set the layout of an
archive, call the OpenTok.setArchiveLayout(String archiveId, ArchiveProperties properties) method. Seepublic ArchiveLayout.Type getType()
public void setType(ArchiveLayout.Type type)
public java.lang.String getStylesheet()
public void setStylesheet(java.lang.String stylesheet)
public ScreenShareLayoutType getScreenshareType()
public void setScreenshareType(ScreenShareLayoutType screenshareType)