Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
| @@ -40,6 +40,8 @@ | ||
| - (void)setSmoothAutoFocusEnabled:(BOOL)arg1; | ||
| - (BOOL)isFlashActive; | ||
| - (void)setAutomaticallyEnablesLowLightBoostWhenAvailable:(BOOL)arg1; | ||
| - (void)setActiveVideoMinFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; | ||
| - (void)setActiveVideoMaxFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; | ||
| - (BOOL)open:(id*)arg1; | ||
| - (void)setWhiteBalanceMode:(int)arg1; | ||
| - (void)setAutoFocusRangeRestriction:(int)arg1; | ||
| @@ -57,7 +59,7 @@ | ||
| - (BOOL)automaticallyEnablesLowLightBoostWhenAvailable; | ||
| - (BOOL)isLowLightBoostEnabled; | ||
| - (BOOL)isLowLightBoostSupported; | ||
| - (BOOL)isYoMamaWearsCombatBootsSupported; | ||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized. |
||
| - (BOOL)isSISSupported; | ||
| - (BOOL)HDRUsesPreBracketedFrameAsEV0; | ||
| - (BOOL)isHDRSupported; | ||
| - (BOOL)isRampingVideoZoom; | ||
| @@ -114,16 +116,14 @@ | ||
| - (void)_setActiveFormatAndFrameRatesForResolvedOptions:(id)arg1 sendingFrameRatesToFig:(BOOL)arg2; | ||
| - (BOOL)isActiveVideoMaxFrameDurationSet; | ||
| - (BOOL)isActiveVideoMinFrameDurationSet; | ||
| - (void)setActiveVideoMaxFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; | ||
| - (void)setActiveVideoMinFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; | ||
| - (void)setActiveFormat:(id)arg1; | ||
| - (id)formats; | ||
| - (BOOL)isInUseByAnotherApplication; | ||
| - (BOOL)isMachineReadableCodeDetectionSupported; | ||
| - (BOOL)isYoMamaWearsFancyGlasses; | ||
| - (void)setYoMamaWearsFancyGlassesDetectionEnabled:(BOOL)arg1; | ||
| - (BOOL)isYoMamaWearsFancyGlassesDetectionEnabled; | ||
| - (BOOL)isYoMamaWearsFancyGlassesDetectionSupported; | ||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
JaviSoto
Author
Owner
|
||
| - (BOOL)isHighDynamicRangeScene; | ||
| - (void)setHighDynamicRangeSceneDetectionEnabled:(BOOL)arg1; | ||
| - (BOOL)isHighDynamicRangeSceneDetectionEnabled; | ||
| - (BOOL)isHighDynamicRangeSceneDetectionSupported; | ||
| - (BOOL)isFaceDetectionDebugMetadataReportingEnabled; | ||
| - (int)faceRectangleAngle; | ||
| - (BOOL)isFaceDetectionDrivenImageProcessingEnabled; | ||
| @@ -81,8 +81,8 @@ | ||
| BOOL _faceDetectionMetadataEnabled; | ||
| BOOL _automaticallyEnablesLowLightBoostWhenAvailable; | ||
| BOOL _lowLightBoostEnabled; | ||
| BOOL _yoMamaWearsFancyGlassesDetectionEnabled; | ||
This comment has been minimized.
This comment has been minimized. |
||
| BOOL _yoMamaWearsFancyGlasses; | ||
This comment has been minimized. |
||
| BOOL _highDynamicRangeSceneDetectionEnabled; | ||
| BOOL _sceneIsHighDynamicRange; | ||
| float _saturation; | ||
| float _contrast; | ||
| int _videoZoomDownscaleStageHint; | ||
| @@ -113,6 +113,8 @@ | ||
| - (void)setSmoothAutoFocusEnabled:(BOOL)arg1; | ||
| - (BOOL)isFlashActive; | ||
| - (void)setAutomaticallyEnablesLowLightBoostWhenAvailable:(BOOL)arg1; | ||
| - (void)setActiveVideoMinFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; | ||
| - (void)setActiveVideoMaxFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; | ||
| - (void)setWhiteBalanceMode:(int)arg1; | ||
| - (void)setAutoFocusRangeRestriction:(int)arg1; | ||
| - (void)setExposureMode:(int)arg1; | ||
| @@ -152,7 +154,7 @@ | ||
| - (void)_updateFlashAndTorchAvailability; | ||
| - (void)_updateImageControlMode; | ||
| - (BOOL)_setImageControlMode:(int)arg1; | ||
| - (BOOL)_setYoMamaWearsFancyGlassesDetectionEnabled:(BOOL)arg1; | ||
| - (BOOL)_setHighDynamicRangeSceneDetectionEnabled:(BOOL)arg1; | ||
| - (BOOL)_faceDetectionDebugMetadataReportingEnabled; | ||
| - (BOOL)_setFaceDetectionDebugMetadataReportingEnabled:(BOOL)arg1; | ||
| - (BOOL)_faceDetectionDrivenImageProcessingEnabled; | ||
| @@ -179,7 +181,7 @@ | ||
| - (BOOL)automaticallyEnablesLowLightBoostWhenAvailable; | ||
| - (BOOL)isLowLightBoostEnabled; | ||
| - (BOOL)isLowLightBoostSupported; | ||
| - (BOOL)isYoMamaWearsCombatBootsSupported; | ||
| - (BOOL)isSISSupported; | ||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
jgrandelli
|
||
| - (BOOL)HDRUsesPreBracketedFrameAsEV0; | ||
| - (BOOL)isHDRSupported; | ||
| - (void)setSaturation:(float)arg1; | ||
| @@ -230,16 +232,14 @@ | ||
| - (void)_setActiveFormatAndFrameRatesForResolvedOptions:(id)arg1 sendingFrameRatesToFig:(BOOL)arg2; | ||
| - (BOOL)isActiveVideoMaxFrameDurationSet; | ||
| - (BOOL)isActiveVideoMinFrameDurationSet; | ||
| - (void)setActiveVideoMaxFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; | ||
| - (void)setActiveVideoMinFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1; | ||
| - (void)setActiveFormat:(id)arg1; | ||
| - (id)formats; | ||
| - (BOOL)isInUseByAnotherApplication; | ||
| - (BOOL)isMachineReadableCodeDetectionSupported; | ||
| - (BOOL)isYoMamaWearsFancyGlasses; | ||
| - (void)setYoMamaWearsFancyGlassesDetectionEnabled:(BOOL)arg1; | ||
| - (BOOL)isYoMamaWearsFancyGlassesDetectionEnabled; | ||
| - (BOOL)isYoMamaWearsFancyGlassesDetectionSupported; | ||
This comment has been minimized. |
||
| - (BOOL)isHighDynamicRangeScene; | ||
| - (void)setHighDynamicRangeSceneDetectionEnabled:(BOOL)arg1; | ||
| - (BOOL)isHighDynamicRangeSceneDetectionEnabled; | ||
| - (BOOL)isHighDynamicRangeSceneDetectionSupported; | ||
| - (BOOL)isFaceDetectionDebugMetadataReportingEnabled; | ||
| - (int)faceRectangleAngle; | ||
| - (BOOL)isFaceDetectionDrivenImageProcessingEnabled; | ||
Oops, something went wrong.


Seriously?