pub type Intervals = Vec<(u32, u32)>;
A list of available intervals.
The framerate for an interval is the first tuple field divided by the second.
pub struct Intervals { /* private fields */ }