param: add classes to the PROFILE param

classes is an enumeration of class-name/count pairs to enumerate
the kinds of classes and count that are created from this profile.
This commit is contained in:
Wim Taymans 2020-06-24 17:48:16 +02:00
parent cab833ade7
commit d22beb4d05
2 changed files with 6 additions and 0 deletions

View file

@ -106,6 +106,11 @@ enum spa_param_profile {
SPA_PARAM_PROFILE_priority, /**< profile priority (Int) */
SPA_PARAM_PROFILE_available, /**< availability of the profile
* (Id enum spa_param_availability) */
SPA_PARAM_PROFILE_classes, /**< node classes provided by this profile
* (Struct(
* Struct(
* String : class name (eg. "Audio/Source"),
* Int : number of nodes)*)) */
};
enum spa_param_port_config_mode {