projectm_playlist_get_shuffle

Function projectm_playlist_get_shuffle 

Source
pub unsafe extern "C" fn projectm_playlist_get_shuffle(
    instance: projectm_playlist_handle,
) -> bool
Expand description

@brief Retrieves the current state of shuffle mode. @param instance The playlist manager instance. @return True if shuffle mode is enabled, false otherwise.