MediaProcessor

Defines a Processor that subscribes to MediaProcessor.Input to receive Media data.

Since

1.6.0

Types

Link copied to clipboard
interface Input

Defines the media input model that is available to be read from by the processor.

Link copied to clipboard
sealed class Media

Defines all media types accepted by MediaProcessor.

Functions

Link copied to clipboard

Connects the provided input to this processor and returns a Closeable to release the connection when required. Normally, processing of the provided input starts instantly however certain processors may do it async so it is not guaranteed that any work will be done as soon as input is connected.

Inheritors

Link copied to clipboard
Link copied to clipboard