Type Alias SampleRate

Source
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 */);