Package-level declarations

Types

Link copied to clipboard
@UnstableApi
class FfmpegAudioDecoder(format: Format, numInputBuffers: Int, numOutputBuffers: Int, initialInputBufferSize: Int, outputFloat: Boolean) : SimpleDecoder<DecoderInputBuffer?, SimpleDecoderOutputBuffer?, FfmpegDecoderException?>
Link copied to clipboard
@UnstableApi
class FfmpegAudioRenderer(eventHandler: Handler?, eventListener: AudioRendererEventListener?, audioSink: AudioSink) : DecoderAudioRenderer<FfmpegAudioDecoder?>

Creates a new instance.

Link copied to clipboard
@UnstableApi
class FfmpegDecoderException : DecoderException

Thrown when an FFmpeg decoder error occurs.

Link copied to clipboard
@UnstableApi
object FfmpegLibrary

Configures and queries the underlying native library.