Package tvi.webrtc
Interface CameraVideoCapturer.MediaRecorderHandler
-
- Enclosing interface:
- CameraVideoCapturer
@Deprecated public static interface CameraVideoCapturer.MediaRecorderHandler
Deprecated.MediaRecorder add/remove handler - one of these functions are invoked with the result of addMediaRecorderToCamera() or removeMediaRecorderFromCamera calls. The callback may be called on an arbitrary thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
onMediaRecorderError(java.lang.String errorDescription)
Deprecated.void
onMediaRecorderSuccess()
Deprecated.
-