Package tvi.webrtc
Interface CameraSession.Events
- Enclosing interface:
- CameraSession
public static interface CameraSession.Events
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCameraClosed(CameraSession session) voidonCameraDisconnected(CameraSession session) voidonCameraError(CameraSession session, String error) voidvoidonFrameCaptured(CameraSession session, VideoFrame frame)
-
Method Details
-
onCameraOpening
void onCameraOpening() -
onCameraError
-
onCameraDisconnected
-
onCameraClosed
-
onFrameCaptured
-