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

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

Link copied to clipboard
class MediaProjectionSource(context: Context, mediaProjection: MediaProjection) : VideoSource

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
class VideoCodecSource(val videoCodec: VideoCodec) : VideoSource
Link copied to clipboard
interface VideoSource : Source

An interface that captures a video source.