Skip to main content
Version: 3.5

CaptureMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the possible values for the CaptureMode property.

public enum CaptureMode : Enum

Fields

NameDescription
DefaultDefault value.
EnvironmentSpecifies that the outward-facing camera and/or microphone should be used.
UserIndicates that the user-facing camera and/or microphone should be used.

Used By

NameDescription
Upload.CaptureModeReturns or sets a value that specifies which camera to use for capture of image or video data, if the AllowedFileTypes property indicates that the input should be of one of those types.