Trait pulse_simple::ChannelCount [] [src]

pub trait ChannelCount {
    type S: Sampleable;
    fn count() -> u8;

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

Associated Types

Required Methods

Provided Methods

Implementors