NextLevelDeviceDelegate
public protocol NextLevelDeviceDelegate : AnyObject
Device delegate, provides updates on device position, orientation, clean aperture, focus, exposure, and white balances changes.
-
Undocumented
Declaration
Swift
func nextLevelDevicePositionWillChange(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelDevicePositionDidChange(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didChangeDeviceOrientation deviceOrientation: NextLevelDeviceOrientation)
-
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didChangeDeviceFormat deviceFormat: AVCaptureDevice.Format)
-
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didChangeCleanAperture cleanAperture: CGRect)
-
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didChangeLensPosition lensPosition: Float)
-
Undocumented
Declaration
Swift
func nextLevelWillStartFocus(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelDidStopFocus(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelWillChangeExposure(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelDidChangeExposure(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelWillChangeWhiteBalance(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelDidChangeWhiteBalance(_ nextLevel: NextLevel)