CameraCapturerWithSize

abstract class CameraCapturerWithSize(val cameraEventsDispatchHandler: CameraEventsDispatchHandler) : VideoCapturerWithSize

Constructors

Link copied to clipboard
constructor(cameraEventsDispatchHandler: CameraEventsDispatchHandler)

Functions

Link copied to clipboard
abstract fun changeCaptureFormat(width: Int, height: Int, framerate: Int)
Link copied to clipboard
abstract fun dispose()
Link copied to clipboard
abstract fun findCaptureFormat(width: Int, height: Int): Size
Link copied to clipboard
abstract fun initialize(surfaceTextureHelper: SurfaceTextureHelper, applicationContext: Context, capturerObserver: CapturerObserver)
Link copied to clipboard
abstract fun isScreencast(): Boolean
Link copied to clipboard
abstract fun startCapture(width: Int, height: Int, framerate: Int)
Link copied to clipboard
abstract fun stopCapture()