public
static
interface
ViroMediaRecorder.RecordingErrorListener
com.viro.core.ViroMediaRecorder.RecordingErrorListener |
Listener for responding to errors when starting a recording, and for responding to errors during a recording.
Public methods | |
---|---|
abstract
void
|
onRecordingFailed(ViroMediaRecorder.Error errorCode)
Callback that is triggered as a result of an error during recording. |
void onRecordingFailed (ViroMediaRecorder.Error errorCode)
Callback that is triggered as a result of an error during recording.
Parameters | |
---|---|
errorCode |
ViroMediaRecorder.Error : Error code.
|