Package co. daily. capture
Types
Link copied to clipboard
class VideoTrackCapturerToBitmap(appContext: Context, handler: Handler) : MediaTrackSink
Content copied to clipboard
Captures individual frames from a video track when requested.
Link copied to clipboard
class VideoTrackCapturerToSurface(appContext: Context, surface: Surface, listener: VideoTrackCapturerToSurface.Listener?) : MediaTrackSink
Content copied to clipboard
Captures a video track to the specified Surface.