coreaudio::audio_unit::audio_format::standard_flags::IS_NON_INTERLEAVED []

pub const IS_NON_INTERLEAVED: StandardFlags = StandardFlags{bits: 32,}

Set if the sample for each channel are located contiguously and the channels are laid out end to end.

Clear if the samples for each frame are laid out contiguously and the frames laid out end to end.

Available in OS X v10.2 and later.