-
Notifications
You must be signed in to change notification settings - Fork 227
RecordARDelegate
Ahmed Fathi Bekhit edited this page Nov 6, 2017
·
2 revisions
Protocol
RecordARDelegate
protocol defines the methods triggered when the video recorder status change.
A protocol method that is triggered when a recorder ends recording.
- path: A
URL
object that returns the video file path. - noError: A boolean that returns true when the recorder ends without errors. Otherwise, it returns false.
A protocol method that is triggered when a recorder fails recording.
- error: An
Error
object that returns the error value. - status: A string that returns the reason of the recorder failure in a string literal format.
A protocol method that is triggered when the application will resign active.
- status: A
RecordARStatus
object that returns the AR recorder current status.
Check applicationWillResignActive(_:) for more information.
Having issues implementing ARVideoKit
? Want a new feature added? Contact me
@ahmedbekhit.com
or create an issue
.