Class CameraCapturerFactory

java.lang.Object
com.flashphoner.fpwcsapi.camera.CameraCapturerFactory

public class CameraCapturerFactory extends Object
  • Method Details

    • getCameraVideoCapturer

      public org.webrtc.CameraVideoCapturer getCameraVideoCapturer()
    • getInstance

      public static CameraCapturerFactory 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

      public void setCustomCameraCapturerOptions(CustomCameraCapturerOptions customCameraCapturerOptions)