pub struct VideoSource { /* private fields */ }Expand description
Decodes a video file (or any URL ffmpeg understands) into wall-sized frames.
Implementations§
Trait Implementations§
Source§impl Drop for VideoSource
impl Drop for VideoSource
Source§impl FrameSource for VideoSource
impl FrameSource for VideoSource
Auto Trait Implementations§
impl Freeze for VideoSource
impl RefUnwindSafe for VideoSource
impl Send for VideoSource
impl Sync for VideoSource
impl Unpin for VideoSource
impl UnsafeUnpin for VideoSource
impl UnwindSafe for VideoSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more