Package-level declarations

Types

Link copied to clipboard

An audio source that captures a microphone by the AudioRecord api.

Link copied to clipboard
interface AudioSource : Source

An interface that captures an audio source.

Link copied to clipboard
class Camera2Source(context: Context, val cameraId: String = DEFAULT_CAMERA_ID) : VideoSource, VideoScreenObject.OnSurfaceChangedListener

A video source that captures a camera by the Camera2 API.

Link copied to clipboard

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

Link copied to clipboard
interface Source

An interface that captures a source.

Link copied to clipboard
interface VideoSource : Source

An interface that captures a video source.