pub struct Resampler { /* private fields */ }Implementations§
Source§impl Resampler
impl Resampler
pub fn new<S, D>(src: S, dst: D) -> FFmpegResult<Self>
pub fn resample(&mut self, frame: &AudioFrame) -> FFmpegResult<AudioFrame>
Auto Trait Implementations§
impl !Sync for Resampler
impl Freeze for Resampler
impl RefUnwindSafe for Resampler
impl Send for Resampler
impl Unpin for Resampler
impl UnsafeUnpin for Resampler
impl UnwindSafe for Resampler
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