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 Detail

      • onMediaRecorderSuccess

        void onMediaRecorderSuccess()
        Deprecated.
      • onMediaRecorderError

        void onMediaRecorderError​(java.lang.String errorDescription)
        Deprecated.