IEncoder

interface IEncoder

Inheritors

Types

Link copied to clipboard
interface IEncoderInfo

Properties

Link copied to clipboard
abstract var bitrate: Int

Gets/sets encoder bitrate.

Link copied to clipboard

The encoder info like the supported resolutions, bitrates, etc.

Link copied to clipboard
abstract val mimeType: String

The encoder mime type

Link copied to clipboard
abstract val startBitrate: Int

The bitrate at which the encoder will start (ie the one in the configuration)

Functions

Link copied to clipboard
abstract fun requestKeyFrame()

Force the encoder to generate a key frame.