Package-level declarations
Types
Link copied to clipboard
class VideoTrackCapturerToBitmap(appContext: Context, handler: Handler = Handler(Looper.getMainLooper())) : 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.