Type Definition vst2::buffer::ChannelBufferIter [] [src]

type ChannelBufferIter<'a, T> = IntoIter<&'a mut [T]>;

Iterator over channel buffers for either inputs or outputs.