mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Add debug output for errors when setting MMCSS thread characteristics
This commit is contained in:
parent
3618689103
commit
7521028831
2 changed files with 21 additions and 0 deletions
|
|
@ -33,6 +33,11 @@ enum AVRT_PRIORITY {
|
|||
AVRT_PRIORITY_CRITICAL
|
||||
};
|
||||
|
||||
enum error_codes {
|
||||
ERROR_INVALID_TASK_NAME = 1550,
|
||||
ERROR_INVALID_TASK_INDEX = 1551
|
||||
};
|
||||
|
||||
bool initialize ();
|
||||
|
||||
bool deinitialize ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue