JavaFxVideoPlayerSurface

@Composable
fun JavaFxVideoPlayerSurface(playerState: JavaFxVideoPlayerState, modifier: Modifier)

Composable function for rendering a JavaFX-based video player surface. Utilizes a SwingPanel to embed JavaFX content within a Compose application.

Parameters

playerState

An instance of JavaFxVideoPlayerState used to manage the state and functionality of the video player.

modifier

A Modifier to specify layout and styling for the video player container.