Package-level declarations

Types

Link copied to clipboard
interface EventListener

The interface for event listeners that can be added to THEOlivePlayer.

Link copied to clipboard
typealias HeaderProvider = (url: String) -> Map<String, String>

A function that provides headers for a given url.

Link copied to clipboard

The player API.

Functions

Link copied to clipboard
Link copied to clipboard
fun THEOliveChromeless(player: THEOlivePlayer, modifier: Modifier = Modifier)

A container of the player with no UI.

Link copied to clipboard
fun THEOliveTheme(content: @Composable () -> Unit)

The default theme for the THEOliveUI view.

Link copied to clipboard
fun THEOliveUI(player: THEOlivePlayer, modifier: Modifier = Modifier)

A container of the player with a default UI.