Enum ffmpeg_sys_fframes::SwrEngine
source · #[repr(u32)]pub enum SwrEngine {
SWR_ENGINE_SWR = 0,
SWR_ENGINE_SOXR = 1,
SWR_ENGINE_NB = 2,
}Expand description
Resampling Engines
Variants§
SWR_ENGINE_SWR = 0
< SW Resampler
SWR_ENGINE_SOXR = 1
< SoX Resampler
SWR_ENGINE_NB = 2
< not part of API/ABI
Trait Implementations§
impl Copy for SwrEngine
impl Eq for SwrEngine
impl StructuralPartialEq for SwrEngine
Auto Trait Implementations§
impl Freeze for SwrEngine
impl RefUnwindSafe for SwrEngine
impl Send for SwrEngine
impl Sync for SwrEngine
impl Unpin for SwrEngine
impl UnwindSafe for SwrEngine
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)