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
Modifier and TypeMethodDescriptionvoid
onCameraSwitchDone
(boolean isFrontCamera) void
onCameraSwitchError
(String errorDescription)
-
Method Details
-
onCameraSwitchDone
void onCameraSwitchDone(boolean isFrontCamera) -
onCameraSwitchError
-