Package tvi.webrtc
Interface CameraVideoCapturer.CameraEventsHandler
- Enclosing interface:
- CameraVideoCapturer
public static interface CameraVideoCapturer.CameraEventsHandler
Camera events handler - can be used to be notifed about camera events. The callbacks are
executed from an arbitrary thread.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
onCameraError
(String errorDescription) void
onCameraFreezed
(String errorDescription) void
onCameraOpening
(String cameraName) void
-
Method Details
-
onCameraError
-
onCameraDisconnected
void onCameraDisconnected() -
onCameraFreezed
-
onCameraOpening
-
onFirstFrameAvailable
void onFirstFrameAvailable() -
onCameraClosed
void onCameraClosed()
-