-
- All Implemented Interfaces:
-
io.livekit.android.room.track.video.VideoCapturerWithSize,livekit.org.webrtc.VideoCapturer
public abstract class CameraCapturerWithSize implements VideoCapturerWithSize
-
-
Field Summary
Fields Modifier and Type Field Description private final CameraEventsDispatchHandlercameraEventsDispatchHandler
-
Constructor Summary
Constructors Constructor Description CameraCapturerWithSize(CameraEventsDispatchHandler cameraEventsDispatchHandler)
-
Method Summary
Modifier and Type Method Description final CameraEventsDispatchHandlergetCameraEventsDispatchHandler()-
Methods inherited from class io.livekit.android.room.track.video.CameraCapturerWithSize
findCaptureFormat -
Methods inherited from class io.livekit.android.room.track.video.VideoCapturerWithSize
changeCaptureFormat, dispose, initialize, isScreencast, startCapture, stopCapture -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CameraCapturerWithSize
CameraCapturerWithSize(CameraEventsDispatchHandler cameraEventsDispatchHandler)
-
-
Method Detail
-
getCameraEventsDispatchHandler
final CameraEventsDispatchHandler getCameraEventsDispatchHandler()
-
-
-
-