mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
param: add more fields to Profile param
Add description and priority to profile
This commit is contained in:
parent
e18a24493a
commit
e620412034
2 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue