Package-level declarations

Types

Link copied to clipboard
class BufferController<T>(suffix: String) : Object
Link copied to clipboard
data class MediaBuffer(val type: MediaType, var index: Int, var payload: ByteBuffer? = null, var timestamp: Long = 0, var sync: Boolean = false)
Link copied to clipboard
class MediaLink(val stream: Stream) : Running, CoroutineScope, Choreographer.FrameCallback

The MediaLink class can be used to synchronously play audio and video streams.

Link copied to clipboard

Mixing audio and video for streaming.

Link copied to clipboard
interface MediaOutput

Callbacks for the media data.

Link copied to clipboard

Interface for classes whose instances can be output media buffer.

Link copied to clipboard

An object that writes media data to a file.

Link copied to clipboard