ALCaptureViewResolution Constants Reference

Declared in ALCameraConfig.h

ALCaptureViewResolution

Capture resolution for ALCameraConfig. Only ALCaptureViewResolution1080 is supported.

Definition

typedef NS_ENUM(NSUInteger, ALCaptureViewResolution ) {
   ALCaptureViewResolution1080 = 0,
   ALCaptureViewResolution720 = 1,
   ALCaptureViewResolution480 = 2,
};

Constants

ALCaptureViewResolution1080

1080p resolution

Declared In ALCameraConfig.h.

ALCaptureViewResolution720

since Anyline 3.22. Use ALCaptureViewResolution1080 instead (Deprecated: since Anyline 3.22. Use ALCaptureViewResolution1080 instead )

Declared In ALCameraConfig.h.

ALCaptureViewResolution480

since Anyline 3.22. Use ALCaptureViewResolution1080 instead (Deprecated: since Anyline 3.22. Use ALCaptureViewResolution1080 instead )

Declared In ALCameraConfig.h.

Declared In

ALCameraConfig.h