pub unsafe trait Sample {
    fn is_valid(format: Sample, channels: u16) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors