Package co.daily.capture

Types

Link copied to clipboard
class VideoTrackCapturerToBitmap(appContext: Context, handler: Handler) : MediaTrackSink

Captures individual frames from a video track when requested.

Link copied to clipboard
class VideoTrackCapturerToSurface(appContext: Context, surface: Surface, listener: VideoTrackCapturerToSurface.Listener?) : MediaTrackSink

Captures a video track to the specified Surface.