Uses of Class
io.openvidu.java.client.Recording.OutputMode
-
-
Uses of Recording.OutputMode in io.openvidu.java.client
Fields in io.openvidu.java.client declared as Recording.OutputMode Modifier and Type Field Description static Recording.OutputModeRecordingProperties.DefaultValues. outputModeMethods in io.openvidu.java.client that return Recording.OutputMode Modifier and Type Method Description Recording.OutputModeRecording. getOutputMode()Mode of recording: COMPOSED for a single archive in a grid layout or INDIVIDUAL for one archive for each streamRecording.OutputModeRecordingProperties. outputMode()Defines the mode of recording:COMPOSEDorCOMPOSED_QUICK_STARTfor a single archive in a grid layout orINDIVIDUALfor one archive for each stream.
Default toOutputMode.COMPOSEDstatic Recording.OutputModeRecording.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.Methods in io.openvidu.java.client with parameters of type Recording.OutputMode Modifier and Type Method Description RecordingProperties.BuilderRecordingProperties.Builder. outputMode(Recording.OutputMode outputMode)Call this method to set the mode of recording:COMPOSEDorCOMPOSED_QUICK_STARTfor a single archive in a grid layout orINDIVIDUALfor one archive for each stream.
-