param: add more fields to Profile param

Add description and priority to profile
This commit is contained in:
Wim Taymans 2019-11-13 09:37:29 +01:00
parent e18a24493a
commit e620412034
2 changed files with 4 additions and 0 deletions

View file

@ -90,6 +90,8 @@ enum spa_param_profile {
SPA_PARAM_PROFILE_START,
SPA_PARAM_PROFILE_index, /**< profile index (Int) */
SPA_PARAM_PROFILE_name, /**< profile name (String) */
SPA_PARAM_PROFILE_description, /**< profile description (String) */
SPA_PARAM_PROFILE_priority, /**< profile priority (Int) */
};
enum spa_param_port_config_mode {