pub trait SamplesWriter: Sync {
    fn extract_line(&self, line: LineRefMut<'_>);
}
Expand description

A temporary writer for one or more resolution levels containing samples

Required Methods

Deliver a single short horizontal list of samples for a specific channel.

Implementors