Companion

object Companion

Functions

Link copied to clipboard
fun bitmapToVideoFrame(bitmap: Bitmap, rotation: Int = 0): VideoFrame
Link copied to clipboard
fun videoFrameToBitmap(videoFrame: VideoFrame, quality: Int = 100): Bitmap
Link copied to clipboard
fun videoFrameToBitmapDirect(videoFrame: VideoFrame, reusableBitmap: Bitmap? = null, reusableArgb: IntArray? = null): Bitmap