Expand description
§dioxuscut-player
Interactive <Player> component — renders a composition with playback
controls (play/pause/seek/scrub).
Equivalent to the @remotion/player package.
Re-exports§
pub use controls::Controls;pub use native_preview::CompositionHandle;pub use native_preview::NativeCompositionPreview;pub use native_preview::SceneView;pub use native_preview::SceneViewProps;pub use player::Player;pub use player::PlayerProps;
Modules§
- controls
- Playback controls UI for the
<Player>component. - native_
preview - Dioxus preview adapter for the same native scenes used during export.
- player
<Player>component — interactive video player with playback controls.