CaptureCallback

interface CaptureCallback

Allows to receives latest rendered frame capture bitmap.

Functions

onCapture
Link copied to clipboard
abstract fun onCapture(@Nullable bitmap: Bitmap)
Called back to provide the result of latest frame capture.