2014 snapchat source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
509 B

  1. #import <CoreGraphics/CoreGraphics.h>
  2. #import "SCManagedCaptureDevice.h"
  3. interface SCManagedCapturerState
  4. BOOL isRunning
  5. BOOL isNightModeActive
  6. BOOL isPortraitModeActive
  7. BOOL lowLightCondition
  8. BOOL adjustingExposure
  9. enum SCManagedCaptureDevicePosition devicePosition
  10. CGFloat zoomFactor
  11. BOOL flashSupported
  12. BOOL torchSupported
  13. BOOL flashActive
  14. BOOL torchActive
  15. BOOL lensesActive
  16. BOOL arSessionActive
  17. BOOL liveVideoStreaming
  18. BOOL lensProcessorReady
  19. end