Uses of Class
io.openvidu.java.client.RecordingLayout
-
-
Uses of RecordingLayout in io.openvidu.java.client
Fields in io.openvidu.java.client declared as RecordingLayout Modifier and Type Field Description static RecordingLayoutRecordingProperties.DefaultValues. recordingLayoutMethods in io.openvidu.java.client that return RecordingLayout Modifier and Type Method Description RecordingLayoutRecording. getRecordingLayout()The layout used in this recording.RecordingLayoutRecordingProperties. recordingLayout()Defines the layout to be used in the recording.
Will only have effect forRecording.OutputMode.COMPOSEDorRecording.OutputMode.COMPOSED_QUICK_STARTrecordings withRecordingProperties.hasVideo()to true.static RecordingLayoutRecordingLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordingLayout[]RecordingLayout. 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 RecordingLayout Modifier and Type Method Description RecordingProperties.BuilderRecordingProperties.Builder. recordingLayout(RecordingLayout layout)Call this method to set the layout to be used in the recording.
-