AudioSource

interface AudioSource : Source

An interface that captures an audio source.

Inheritors

Properties

Link copied to clipboard
abstract var isMuted: Boolean

Specifies the muted indicates whether the media muted.

Link copied to clipboard
abstract val isRunning: AtomicBoolean

Indicates whether the receiver is running.

Link copied to clipboard
abstract var stream: Stream?

Functions

Link copied to clipboard
abstract fun registerAudioCodec(codec: AudioCodec)

Registers an audio codec instance.

Link copied to clipboard
abstract fun startRunning()

Tells the receiver to start running.

Link copied to clipboard
abstract fun stopRunning()

Tells the receiver to stop running.

Link copied to clipboard
abstract fun unregisterAudioCodec(codec: AudioCodec)

Unregisters an audio codec instance.