Video Track Capturer To Bitmap
class VideoTrackCapturerToBitmap(appContext: Context, handler: Handler) : MediaTrackSink
Content copied to clipboard
Captures individual frames from a video track when requested.
The track can be selected by setting the track
property of this object.
Constructors
Link copied to clipboard
fun VideoTrackCapturerToBitmap(appContext: Context, handler: Handler = Handler(Looper.getMainLooper()))
Content copied to clipboard