pub struct MicrophoneNode { /* private fields */ }Expand description
An audio source that captures sound from the system’s default microphone.
It automatically handles sample rate conversion if the microphone’s native sample rate differs from the target sample rate.
Implementations§
Source§impl MicrophoneNode
impl MicrophoneNode
Auto Trait Implementations§
impl !Freeze for MicrophoneNode
impl !RefUnwindSafe for MicrophoneNode
impl Send for MicrophoneNode
impl !Sync for MicrophoneNode
impl Unpin for MicrophoneNode
impl UnsafeUnpin for MicrophoneNode
impl !UnwindSafe for MicrophoneNode
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