Package tvi.webrtc
Interface CameraVideoCapturer.CameraSwitchHandler
-
- Enclosing interface:
- CameraVideoCapturer
public static interface CameraVideoCapturer.CameraSwitchHandlerCamera switch handler - one of these functions are invoked with the result of switchCamera(). The callback may be called on an arbitrary thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCameraSwitchDone(boolean isFrontCamera)voidonCameraSwitchError(java.lang.String errorDescription)
-