public class ArchiveProperties
extends java.lang.Object
properties parameter of the
OpenTok.createSession(SessionProperties) method.| Modifier and Type | Class and Description |
|---|---|
static class |
ArchiveProperties.Builder
Use this class to create a ArchiveProperties object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAudio()
Whether the archive has an audio track (
true) or not (false). |
boolean |
hasVideo()
Whether the archive has a video track (
true) or not (false). |
java.lang.String |
name()
Returns the name of the archive, which you can use to identify the archive
|
Archive.OutputMode |
outputMode()
The output mode of the archive.
|
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
toMap()
Returns the archive properties as a Map.
|
public java.lang.String name()
public boolean hasVideo()
true) or not (false).public boolean hasAudio()
true) or not (false).public Archive.OutputMode outputMode()
public java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> toMap()