Package com.opentok
Class ArchiveLayout
java.lang.Object
com.opentok.ArchiveLayout
- Direct Known Subclasses:
BroadcastLayout
Represents a layout
configuration for a composed archive.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Enumeratestype
values for the layout. -
Constructor Summary
ConstructorsConstructorDescriptionDo not call theArchiveLayout()
constructor.ArchiveLayout
(ArchiveLayout.Type type, String stylesheet) Do not call theArchiveLayout()
constructor.ArchiveLayout
(ScreenShareLayoutType screenShareType) Do not call theArchiveLayout()
constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the stylesheet for a custom layout.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.
-
Constructor Details
-
ArchiveLayout
Do not call theArchiveLayout()
constructor. To set the layout of an archive, call theOpenTok.setArchiveLayout(String archiveId, ArchiveProperties properties)
method. -
ArchiveLayout
Do not call theArchiveLayout()
constructor. To set the layout of an archive, call theOpenTok.setArchiveLayout(String archiveId, ArchiveProperties properties)
method. See
-
-
Method Details
-
getType
Returns the layout type. -
setType
Sets the layout type. -
getStylesheet
Returns the stylesheet for a custom layout. -
setStylesheet
Sets the stylesheet for a custom layout.
-