pub type ChannelCount = NonZero<u16>;
Number of channels in a stream. Can never be Zero
pub struct ChannelCount(/* private fields */);