1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-08-08 02:27:52 +03:00

21 lines
454 B
Objective-C

//
// SCCapturerDefines.h
// Snapchat
//
// Created by Chao Pang on 12/20/17.
//
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSInteger, SCCapturerLightingConditionType) {
SCCapturerLightingConditionTypeNormal = 0,
SCCapturerLightingConditionTypeDark,
SCCapturerLightingConditionTypeExtremeDark,
};
typedef struct SampleBufferMetadata {
int isoSpeedRating;
float exposureTime;
float brightness;
} SampleBufferMetadata;