| Modifier and Type | Method and Description |
|---|---|
Recording.OutputMode |
SessionProperties.defaultOutputMode()
Defines the default value used to initialize property
RecordingProperties.outputMode() of every
recording of this session. |
Recording.OutputMode |
Recording.getOutputMode()
Mode of recording: COMPOSED for a single archive in a grid layout or
INDIVIDUAL for one archive for each stream
|
Recording.OutputMode |
RecordingProperties.outputMode()
Defines the mode of recording:
COMPOSED for a
single archive in a grid layout or INDIVIDUAL
for one archive for each stream.Default to COMPOSED |
static Recording.OutputMode |
Recording.OutputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recording.OutputMode[] |
Recording.OutputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SessionProperties.Builder |
SessionProperties.Builder.defaultOutputMode(Recording.OutputMode outputMode)
Call this method to set the the default value used to initialize property
RecordingProperties.outputMode() of every
recording of this session. |
RecordingProperties.Builder |
RecordingProperties.Builder.outputMode(Recording.OutputMode outputMode)
Call this method to set the mode of recording: COMPOSED for a single archive
in a grid layout or INDIVIDUAL for one archive for each stream
|
Copyright © 2019 OpenVidu. All rights reserved.