pub unsafe extern "C" fn openmpt_module_get_repeat_count(
    mod_: *mut openmpt_module
) -> i32
Expand description

\brief Get Repeat Count

\param mod The module handle to work on. \return Repeat Count

  • -1: repeat forever
  • 0: play once, repeat zero times (the default)
  • n>0: play once and repeat n times after that \sa openmpt_module_set_repeat_count