CameraCapturerWithSize

abstract class CameraCapturerWithSize(val cameraEventsDispatchHandler: CameraEventsDispatchHandler) : VideoCapturerWithSize

Constructors

Link copied to clipboard
constructor(cameraEventsDispatchHandler: CameraEventsDispatchHandler)

Functions

Link copied to clipboard
abstract fun changeCaptureFormat(p0: Int, p1: Int, p2: 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(p0: SurfaceTextureHelper, p1: Context, p2: CapturerObserver)
Link copied to clipboard
abstract fun isScreencast(): Boolean
Link copied to clipboard
abstract fun startCapture(p0: Int, p1: Int, p2: Int)
Link copied to clipboard
abstract fun stopCapture()