Trait surgeshaper_asym::imports::GetSampleRate[][src]

pub trait GetSampleRate {
    fn dsamplerate_os(&self) -> f64;
fn dsamplerate(&self) -> f64;
fn samplerate_os(&self) -> f32;
fn samplerate(&self) -> f32;
fn dsamplerate_os_inv(&self) -> f64;
fn dsamplerate_inv(&self) -> f64;
fn samplerate_os_inv(&self) -> f32;
fn samplerate_inv(&self) -> f32; }

Required methods

Implementors