pub fn demote_thread_from_real_time( thread_info: RtPriorityThreadInfo, ) -> Result<(), AudioThreadPriorityError>
Demotes a thread from real-time priority.
thread_info
get_current_thread_info
Ok in case of success, Err otherwise.
Ok
Err