ALPictureResolution Constants Reference
Declared in | ALCameraConfig.h |
---|
ALPictureResolution
Picture resolution for ALCameraConfig
Definition
typedef NS_ENUM(NSUInteger, ALPictureResolution ) {
ALPictureResolutionNone = 0,
ALPictureResolutionHighest = 1,
ALPictureResolution1080 = 2,
ALPictureResolution720 = 3,
ALPictureResolution480 = 4,
};
Constants
ALPictureResolutionNone
-
none specified
Declared In
ALCameraConfig.h
. ALPictureResolutionHighest
-
the highest resolution possible
Declared In
ALCameraConfig.h
. ALPictureResolution1080
-
1080p
Declared In
ALCameraConfig.h
. ALPictureResolution720
-
720p
Declared In
ALCameraConfig.h
. ALPictureResolution480
-
480p
Declared In
ALCameraConfig.h
.
Declared In
ALCameraConfig.h