pub unsafe extern "C" fn projectm_playlist_set_shuffle(
instance: projectm_playlist_handle,
shuffle: bool,
)Expand description
@brief Enable or disable shuffle mode. @param instance The playlist manager instance. @param shuffle True to enable random shuffling, false to play presets in playlist order.