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