VideoRecorderDelegate
@objc
public protocol VideoRecorderDelegate
-
Declaration
Swift
func onRecorderStateChanged(_ state: VideoRecordingState)
-
Declaration
Swift
func onRecordingFinished(success: Bool, error: Error?)
-
Declaration
Swift
func onRecordingProgress(duration: TimeInterval)