Package-level declarations

Types

Link copied to clipboard

GStreamerInit is a singleton object responsible for initializing the GStreamer library.

Link copied to clipboard

LinuxVideoPlayerState class serves as the platform-specific implementation of a video player state for Linux systems using GStreamer. It provides video playback functionality, including control over playback state, volume, looping, and timeline navigation.

Functions

Link copied to clipboard
@Composable
fun LinuxVideoPlayerSurface(playerState: LinuxVideoPlayerState, modifier: Modifier = Modifier)

A composable function that renders a video player surface using GStreamer.