pub trait Sampleable {
    fn format() -> pa_sample_format_t;
}

Required Methods

Implementations on Foreign Types

Implementors