VideoCapturerWithSize

interface VideoCapturerWithSize : VideoCapturer

A VideoCapturer that declares that it can determine the actual size of the capture format it will use.

Inheritors

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()