MediaProjectionSource

class MediaProjectionSource(context: Context, mediaProjection: MediaProjection) : VideoSource

A video source that captures a display by the MediaProjection API.

Constructors

Link copied to clipboard
constructor(context: Context, mediaProjection: MediaProjection)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The orientation of the video image.

Link copied to clipboard
Link copied to clipboard
open override var surface: Surface?

The surface used as the output destination for video frames.

Link copied to clipboard
open override var videoSize: Size

The resolution of the video frames produced by this source.

Functions

Link copied to clipboard
open suspend override fun close(): Result<Unit>

Closes a source.

Link copied to clipboard
open suspend override fun open(mixer: MediaMixer): Result<Unit>

Open a source.

Link copied to clipboard

Register a listener to receive notifications about when the MediaProjection changes state.

Link copied to clipboard

Unregister a MediaProjection listener.