VideoRecordingLayoutRecordingMode class

Signature:

export declare abstract class VideoRecordingLayoutRecordingMode 

Properties

PropertyModifiersTypeDescription
Camera

static

readonly

(not declared)Displays the device camera with various layout options.
Text

static

readonly

(not declared)Allows user to enter text on top of background media.
Voice

static

readonly

(not declared)Allows user to record audio from the microphone without the camera

VideoRecordingLayoutRecordingMode.Camera property

Displays the device camera with various layout options.

Signature:

static readonly Camera = 0;

VideoRecordingLayoutRecordingMode.Text property

Allows user to enter text on top of background media.

Signature:

static readonly Text = 1;

Remarks

VideoRecordingLayoutScreenCaptureMode.FullScreen is not available in this mode and it will not capture webview content.

VideoRecordingLayoutRecordingMode.Voice property

Allows user to record audio from the microphone without the camera

Signature:

static readonly Voice = 2;