Source

interface Source

An interface that captures a source.

Inheritors

Functions

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

Closes a source.

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

Open a source.