pub trait ChannelCount {
    type S: Sampleable;

    fn count() -> u8;

    fn format() -> pa_sample_format_t { ... }
    fn sample_size() -> usize { ... }
}

Required Associated Types

Required Methods

Provided Methods

Implementations on Foreign Types

Implementors