BitmapFrameCapturer

open class BitmapFrameCapturer : VideoCapturer

A VideoCapturer that can be manually driven by passing in Bitmap.

Once startCapture is called, call pushBitmap to render images as video frames.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun changeCaptureFormat(width: Int, height: Int, framerate: Int)
Link copied to clipboard
open override fun dispose()
Link copied to clipboard
open override fun initialize(surfaceTextureHelper: SurfaceTextureHelper, context: Context, observer: CapturerObserver)
Link copied to clipboard
open override fun isScreencast(): Boolean
Link copied to clipboard
fun pushBitmap(bitmap: Bitmap, rotationDegrees: Int)
Link copied to clipboard
open override fun startCapture(width: Int, height: Int, framerate: Int)
Link copied to clipboard
open override fun stopCapture()