pub type SampleRate = NonZero<u32>;
Sample rate (a frame rate or samples per second per channel).
pub struct SampleRate(/* private fields */);