Struct libxm::PlayingSpeed
[−]
[src]
pub struct PlayingSpeed { pub bpm: u16, pub tempo: u16, }
The return values from XMContext::get_playing_speed()
.
Fields
bpm | Beats per minute |
tempo | Ticks per line |