Function use_video
pub fn use_video(init: impl FnOnce() -> VideoSource + 'static) -> VideoPlayerAvailable on crate feature
video only.Expand description
Create a VideoPlayer and start playing init().
pub fn use_video(init: impl FnOnce() -> VideoSource + 'static) -> VideoPlayervideo only.Create a VideoPlayer and start playing init().