Intervals

Type Alias Intervals 

Source
pub type Intervals = Vec<(u32, u32)>;
Expand description

A list of available intervals.

The framerate for an interval is the first tuple field divided by the second.

Aliased Typeยง

pub struct Intervals { /* private fields */ }