CaptureSource

interface CaptureSource<T : Track>

The CaptureSource interface manages the process of capturing the source by input sources, such as a microphone or a camera.

Inheritors

Properties

Link copied to clipboard
abstract val isCapturing: Boolean

Checks the current state of the capture process. The method returns a boolean value indicating whether the source is currently in an active capturing state.

Functions

Link copied to clipboard
abstract fun startCapture(): T

Initiates the capture process for the source.

Link copied to clipboard
abstract fun stopCapture()

Stops the capture process for the source.