OutputMode
Defines values for the outputMode option of the \OpenTok\OpenTok->startArchive() method and for the outputMode property of the Archive class.
See OpenTok->startArchive() and Archive.outputMode.
Table of Contents
COMPOSED = 'composed' : All streams in the archive are recorded to a single (composed) file.
INDIVIDUAL = 'individual' : Each stream in the archive is recorded to its own individual file.
Constants
COMPOSED
All streams in the archive are recorded to a single (composed) file.
public mixed COMPOSED = 'composed'
INDIVIDUAL
Each stream in the archive is recorded to its own individual file.
public mixed INDIVIDUAL = 'individual'