spa: add property to force VM

Also add PIPEWIRE_VM to force a VM type.
This commit is contained in:
Wim Taymans 2021-04-16 16:41:20 +02:00
parent ce828af9e1
commit f27ad659f8
3 changed files with 5 additions and 0 deletions

View file

@ -140,6 +140,7 @@ struct spa_cpu_methods {
/** keys can be given when initializing the cpu handle */
#define SPA_KEY_CPU_FORCE "cpu.force" /**< force cpu flags */
#define SPA_KEY_CPU_VM_TYPE "cpu.vm.type" /**< force a VM type */
#ifdef __cplusplus
} /* extern "C" */