Package com.flashphoner.fpwcsapi.camera
Class CameraCapturerFactory
java.lang.Object
com.flashphoner.fpwcsapi.camera.CameraCapturerFactory
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.webrtc.CameraVideoCapturer
createCameraVideoCapturer
(String cameraName, android.content.Context context, org.webrtc.CameraVideoCapturer.CameraEventsHandler eventsHandler, boolean captureToTexture) org.webrtc.CameraEnumerator
getCameraEnumerator
(android.content.Context context) org.webrtc.CameraVideoCapturer
static CameraCapturerFactory
void
setCameraType
(CameraCapturerFactory.CameraType cameraType, android.content.Context context) void
setCustomCameraCapturerOptions
(CustomCameraCapturerOptions customCameraCapturerOptions)
-
Method Details
-
getCameraVideoCapturer
public org.webrtc.CameraVideoCapturer getCameraVideoCapturer() -
getInstance
-
createCameraVideoCapturer
public org.webrtc.CameraVideoCapturer createCameraVideoCapturer(String cameraName, android.content.Context context, org.webrtc.CameraVideoCapturer.CameraEventsHandler eventsHandler, boolean captureToTexture) -
setCameraType
public void setCameraType(CameraCapturerFactory.CameraType cameraType, android.content.Context context) -
getCameraEnumerator
public org.webrtc.CameraEnumerator getCameraEnumerator(android.content.Context context) -
setCustomCameraCapturerOptions
-