MediaOutputDataSource

Interface for classes whose instances can be output media buffer.

Inheritors

Properties

Link copied to clipboard
abstract val hasAudio: Boolean

Whether audio source is enabled or not.

Link copied to clipboard
abstract val hasVideo: Boolean

Whether video source is enabled or not.

Link copied to clipboard
abstract val screen: Screen

The offscreen renderer for video output.

Functions

Link copied to clipboard
abstract fun registerOutput(output: MediaOutput)

Registers an output instance.

Link copied to clipboard
abstract fun unregisterOutput(output: MediaOutput)

Unregisters an output instance.