pub unsafe extern "C" fn projectm_set_shuffle_enabled(
    instance: projectm_handle,
    shuffle_enabled: bool
)
Expand description

@brief Enables or disables preset playlist shuffling. @param instance The projectM instance handle. @param shuffle_enabled True to randomly select the next preset, false to skip to the next item in line.