6 lines
170 B
C
6 lines
170 B
C
typedef struct {
|
|
NSInteger mode;
|
|
NSInteger videoConfiguration;
|
|
NSInteger previewConfiguration;
|
|
NSInteger audioConfiguration;
|
|
} CAMCaptureModeWithOptions;
|