VKRecorderDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | VKRecorder.h |
– didStartRecordingWithRecorder:
Optional delegate method, notifies the delegate object about the start event of recording functionality
- (void)didStartRecordingWithRecorder:(VKRecorder *)recorderParameters
recorder |
Holds the recorder object |
|---|
Declared In
VKRecorder.h
– didStopRecordingWithRecorder:error:
Optional delegate method, notifies the delegate object about the stop event of recording functionality with error status (success or error)
- (void)didStopRecordingWithRecorder:(VKRecorder *)recorder error:(VKErrorRecorder)errorParameters
recorder |
Holds the pointer of recorder object |
|---|---|
error |
If no error, it’s set to kVKErrorRecorderNone, otherwise it’s set to an appropriate error |
Declared In
VKRecorder.h