CameraCapturerWithSize

abstract class CameraCapturerWithSize(cameraEventsDispatchHandler: CameraEventsDispatchHandler) : VideoCapturerWithSize

Functions

changeCaptureFormat
Link copied to clipboard
abstract fun changeCaptureFormat(p0: Int, p1: Int, p2: Int)
dispose
Link copied to clipboard
abstract fun dispose()
findCaptureFormat
Link copied to clipboard
abstract fun findCaptureFormat(width: Int, height: Int): Size
initialize
Link copied to clipboard
abstract fun initialize(p0: SurfaceTextureHelper, p1: Context, p2: CapturerObserver)
isScreencast
Link copied to clipboard
abstract fun isScreencast(): Boolean
startCapture
Link copied to clipboard
abstract fun startCapture(p0: Int, p1: Int, p2: Int)
stopCapture
Link copied to clipboard
abstract fun stopCapture()

Properties

cameraEventsDispatchHandler
Link copied to clipboard

Sources

SDK source
Link copied to clipboard