NextLevelDelegate
public protocol NextLevelDelegate : AnyObject
NextLevel delegate, provides updates for authorization, configuration changes, session state, preview state, and mode changes.
-
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didUpdateVideoConfiguration videoConfiguration: NextLevelVideoConfiguration)
-
Undocumented
Declaration
Swift
func nextLevel(_ nextLevel: NextLevel, didUpdateAudioConfiguration audioConfiguration: NextLevelAudioConfiguration)
-
Undocumented
Declaration
Swift
func nextLevelSessionWillStart(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelSessionDidStart(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelSessionDidStop(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelSessionWasInterrupted(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelSessionInterruptionEnded(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelCaptureModeWillChange(_ nextLevel: NextLevel)
-
Undocumented
Declaration
Swift
func nextLevelCaptureModeDidChange(_ nextLevel: NextLevel)