Struct web_audio_api::alloc::ChannelData [−][src]
pub struct ChannelData { /* fields omitted */ }
Expand description
Single channel audio samples, basically wraps a Rc<[f32; BUFFER_SIZE]>
ChannelData
has copy-on-write semantics, so it is cheap to clone.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ChannelData
impl !Send for ChannelData
impl !Sync for ChannelData
impl Unpin for ChannelData
impl !UnwindSafe for ChannelData
Blanket Implementations
Mutably borrows from an owned value. Read more