Package tvi.webrtc
Interface CameraVideoCapturer.CameraSwitchHandler
-
- Enclosing interface:
- CameraVideoCapturer
public static interface CameraVideoCapturer.CameraSwitchHandler
Camera 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 void
onCameraSwitchDone(boolean isFrontCamera)
void
onCameraSwitchError(java.lang.String errorDescription)
-