InterleavedBufferRef

Type Alias InterleavedBufferRef 

Source
pub type InterleavedBufferRef<'a, T> = Buffer<Interleaved<&'a [T]>>;
Expand description

Interleaved read-only buffer referencing samples stored externally

Aliased Typeยง

pub struct InterleavedBufferRef<'a, T> { /* private fields */ }