MediaSurface
A surface on which the video component of a PlayableMedia can be rendered. Exposes a SurfaceHolder to bind to
A surface on which the video component of a PlayableMedia can be rendered. Shared across iOS + macOS — the iOS-only AVPlayerViewController and macOS-only AVPlayerView factory constructors live in iosMain/macosMain respectively, alongside the platform-specific MediaSurfaceProvider implementations.
A surface on which the video component of a PlayableMedia can be rendered
A surface on which the video component of a PlayableMedia can be rendered. On the web this is the id of the DOM element the player's <video> element should be appended to.
Constructors
Properties
Link copied to clipboard
the MediaSurfaceBinding that wires the surface to an AVPlayer.
Link copied to clipboard
the SurfaceHolder to bind to