Package-level declarations
Types
Link copied to clipboard
An audio source that captures a microphone by the AudioRecord api.
Link copied to clipboard
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
class MediaProjectionSource(context: Context, mediaProjection: MediaProjection) : VideoSource, VideoScreenObject.OnSurfaceChangedListener
A video source that captures a display by the MediaProjection API.
Link copied to clipboard
An interface that captures a video source.