CustomVideoFrameSource

class CustomVideoFrameSource(width: Int, height: Int) : VideoSource

任意のフレームによる映像入力に関する操作を行うクラス。

Constructors

Link copied to clipboard
constructor(width: Int, height: Int)

Functions

Link copied to clipboard
fun updateFrame(bitmap: Bitmap, rotation: Int)

映像フレームを更新します。