pub trait SamplesWriter: Sync {
// Required method
fn extract_line(&self, line: LineRefMut<'_>);
}
Expand description
A temporary writer for one or more resolution levels containing samples
Required Methods§
sourcefn extract_line(&self, line: LineRefMut<'_>)
fn extract_line(&self, line: LineRefMut<'_>)
Deliver a single short horizontal list of samples for a specific channel.