pub struct FFMpegVideoOptions { /* private fields */ }Implementations§
Source§impl FFMpegVideoOptions
impl FFMpegVideoOptions
pub fn with_sampling_interval(self, sampling_interval: Duration) -> Self
pub fn with_ffmpeg_path(self, path: PathBuf) -> Self
pub fn with_ffprobe_path(self, path: PathBuf) -> Self
Trait Implementations§
Source§impl Default for FFMpegVideoOptions
impl Default for FFMpegVideoOptions
Source§fn default() -> FFMpegVideoOptions
fn default() -> FFMpegVideoOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FFMpegVideoOptions
impl RefUnwindSafe for FFMpegVideoOptions
impl Send for FFMpegVideoOptions
impl Sync for FFMpegVideoOptions
impl Unpin for FFMpegVideoOptions
impl UnsafeUnpin for FFMpegVideoOptions
impl UnwindSafe for FFMpegVideoOptions
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