CameraType class
Identifier of a type of physical camera on the device
Signature:
export declare abstract class CameraType
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
FrontFacing |
| (not declared) | The main camera on the front side of the phone |
RearFacing |
| (not declared) | The main camera on the back side of the phone |
CameraType.FrontFacing property
The main camera on the front side of the phone
Signature:
static readonly FrontFacing = 0;
CameraType.RearFacing property
The main camera on the back side of the phone
Signature:
static readonly RearFacing = 1;
Updated almost 2 years ago