Expand description
Specifies properties of the audio data, as well as the layout of the stream.
Fields
spec: WavSpec
The normal information about the audio data.
Bits per sample here is the number of used bits per sample, not the number of bits used to store a sample.
bytes_per_sample: u16
The number of bytes used to store a sample.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WavSpecEx
impl Send for WavSpecEx
impl Sync for WavSpecEx
impl Unpin for WavSpecEx
impl UnwindSafe for WavSpecEx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more