public class ArchiveProperties
extends java.lang.Object
properties parameter of the
OpenTok.startArchive(String sessionId, ArchiveProperties properties) method.| Modifier and Type | Class and Description |
|---|---|
static class |
ArchiveProperties.Builder
Used to create an ArchiveProperties object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMultiArchiveTag()
Returns the multiArchiveTag, if present.
|
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). |
ArchiveLayout |
layout()
Returns the custom layout of the archive (composed archives only).
|
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.lang.String |
resolution()
Returns the resolution of the archive.
|
Archive.StreamMode |
streamMode()
The stream 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 java.lang.String resolution()
public java.lang.String getMultiArchiveTag()
public boolean hasVideo()
true) or not (false).public boolean hasAudio()
true) or not (false).public Archive.OutputMode outputMode()
public Archive.StreamMode streamMode()
public ArchiveLayout layout()
public java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> toMap()