5#ifndef SPA_PARAM_PROFILE_TYPES_H
6#define SPA_PARAM_PROFILE_TYPES_H
21#define SPA_TYPE_INFO_PARAM_Profile SPA_TYPE_INFO_PARAM_BASE "Profile"
22#define SPA_TYPE_INFO_PARAM_PROFILE_BASE SPA_TYPE_INFO_PARAM_Profile ":"
static const struct spa_type_info spa_type_param_profile[]
Definition profile-types.h:31
static const struct spa_type_info spa_type_param_availability[]
Definition param-types.h:94
#define SPA_TYPE_INFO_PARAM_PROFILE_BASE
Definition profile-types.h:29
static const struct spa_type_info spa_type_param[]
Definition param-types.h:32
@ SPA_PARAM_PROFILE_description
profile description (String)
Definition profile.h:29
@ SPA_PARAM_PROFILE_save
If profile should be saved (Bool)
Definition profile.h:46
@ SPA_PARAM_PROFILE_priority
profile priority (Int)
Definition profile.h:30
@ SPA_PARAM_PROFILE_info
info (Struct( Int : n_items, (Str...
Definition profile.h:33
@ SPA_PARAM_PROFILE_START
Definition profile.h:26
@ SPA_PARAM_PROFILE_classes
node classes provided by this profile (Struct( Int : number of items following Struct( String : class...
Definition profile.h:37
@ SPA_PARAM_PROFILE_available
availability of the profile (Id enum spa_param_availability)
Definition profile.h:31
@ SPA_PARAM_PROFILE_name
profile name (String)
Definition profile.h:28
@ SPA_PARAM_PROFILE_index
profile index (Int)
Definition profile.h:27
@ SPA_TYPE_Int
Definition type.h:34
@ SPA_TYPE_Bool
Definition type.h:32
@ SPA_TYPE_Id
Definition type.h:33
@ SPA_TYPE_String
Definition type.h:38
@ SPA_TYPE_Struct
Definition type.h:44
uint32_t type
Definition type.h:144