Skip to main content

Crate dioxuscut_player

Crate dioxuscut_player 

Source
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.