Package com.flashphoner.fpwcsapi.camera
Class CameraCapturerFactory
java.lang.Object
com.flashphoner.fpwcsapi.camera.CameraCapturerFactory
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.webrtc.CameraVideoCapturercreateCameraVideoCapturer(String cameraName, android.content.Context context, org.webrtc.CameraVideoCapturer.CameraEventsHandler eventsHandler, boolean captureToTexture) org.webrtc.CameraEnumeratorgetCameraEnumerator(android.content.Context context) org.webrtc.CameraVideoCapturerstatic CameraCapturerFactoryvoidsetCameraType(CameraCapturerFactory.CameraType cameraType, android.content.Context context) voidsetCustomCameraCapturerOptions(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
-