Struct waveform::direct::DirectWaveformRenderer [] [src]

pub struct DirectWaveformRenderer {
    pub sample_rate: f64,
    pub config: WaveformConfig,
}
Deprecated

Fields

Deprecated
Deprecated

Methods

impl DirectWaveformRenderer
[src]

[src]

Deprecated

Generates an image as a Vec<u8> directly from the given samples.

Arguments

  • samples - The Samples that will be used to render the image.
  • shape - The (width, height) of the resulting image.

Trait Implementations

impl Copy for DirectWaveformRenderer
[src]

impl Clone for DirectWaveformRenderer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more