Package-level declarations
Functions
Link copied to clipboard
fun MacVideoPlayerSurface(playerState: MacVideoPlayerState, modifier: Modifier = Modifier, contentScale: ContentScale = ContentScale.Fit, overlay: @Composable () -> Unit = {}, isInFullscreenWindow: Boolean = false)
A Composable function that renders a video player surface for MacOS. Fills the entire canvas area with the video frame while maintaining aspect ratio.
Link copied to clipboard
fun openFullscreenWindow(playerState: MacVideoPlayerState, overlay: @Composable () -> Unit = {}, contentScale: ContentScale = ContentScale.Fit)
Opens a fullscreen window for the video player. This function is called when the user toggles fullscreen mode.