Package-level declarations
Types
Link copied to clipboard
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
The MediaLink class can be used to synchronously play audio and video streams.
Link copied to clipboard
class MediaMixer(context: Context) : MediaOutputDataSource, CoroutineScope, DefaultLifecycleObserver
Mixing audio and video for streaming.
Link copied to clipboard
interface MediaOutput
Callbacks for the media data.
Link copied to clipboard
interface MediaOutputDataSource
Interface for classes whose instances can be output media buffer.
Link copied to clipboard
An object that writes media data to a file.