pub type SampleRate = BoundedU32<1, 384_000>;Expand description
A helper type to restrict the sample rate within the given range.
Aliased Typeยง
struct SampleRate(/* private fields */);pub type SampleRate = BoundedU32<1, 384_000>;A helper type to restrict the sample rate within the given range.
struct SampleRate(/* private fields */);