|
PipeWire 1.4.10
|
Data type information enumerations. More...
Files | |
| file | enum-types.h |
| spa/utils/enum-types.h | |
| file | type-info.h |
| spa/utils/type-info.h | |
| file | type.h |
| spa/utils/type.h | |
Data Structures | |
| struct | spa_type_info |
Functions | |
| SPA_API_TYPE bool | spa_type_is_a (const char *type, const char *parent) |
| SPA_API_TYPE const char * | spa_type_short_name (const char *name) |
| SPA_API_TYPE uint32_t | spa_type_from_short_name (const char *name, const struct spa_type_info *info, uint32_t unknown) |
| SPA_API_TYPE const char * | spa_type_to_name (uint32_t type, const struct spa_type_info *info, const char *unknown) |
| SPA_API_TYPE const char * | spa_type_to_short_name (uint32_t type, const struct spa_type_info *info, const char *unknown) |
Variables | |
| static const struct spa_type_info | spa_type_direction [] |
| static const struct spa_type_info | spa_type_choice [] |
| static const struct spa_type_info | spa_types [] |
Data type information enumerations.
| anonymous enum |
| #define SPA_TYPE_INFO_Direction SPA_TYPE_INFO_ENUM_BASE "Direction" |
| #define SPA_TYPE_INFO_DIRECTION_BASE SPA_TYPE_INFO_Direction ":" |
| #define SPA_TYPE_INFO_Choice SPA_TYPE_INFO_ENUM_BASE "Choice" |
| #define SPA_TYPE_INFO_CHOICE_BASE SPA_TYPE_INFO_Choice ":" |
| #define SPA_TYPE_ROOT spa_types |
| #define SPA_TYPE_INFO_BASE "Spa:" |
| #define SPA_TYPE_INFO_Flags SPA_TYPE_INFO_BASE "Flags" |
| #define SPA_TYPE_INFO_FLAGS_BASE SPA_TYPE_INFO_Flags ":" |
| #define SPA_TYPE_INFO_Enum SPA_TYPE_INFO_BASE "Enum" |
| #define SPA_TYPE_INFO_ENUM_BASE SPA_TYPE_INFO_Enum ":" |
| #define SPA_TYPE_INFO_Pod SPA_TYPE_INFO_BASE "Pod" |
| #define SPA_TYPE_INFO_POD_BASE SPA_TYPE_INFO_Pod ":" |
| #define SPA_TYPE_INFO_Struct SPA_TYPE_INFO_POD_BASE "Struct" |
| #define SPA_TYPE_INFO_STRUCT_BASE SPA_TYPE_INFO_Struct ":" |
| #define SPA_TYPE_INFO_Object SPA_TYPE_INFO_POD_BASE "Object" |
| #define SPA_TYPE_INFO_OBJECT_BASE SPA_TYPE_INFO_Object ":" |
| #define SPA_TYPE_INFO_Pointer SPA_TYPE_INFO_BASE "Pointer" |
| #define SPA_TYPE_INFO_POINTER_BASE SPA_TYPE_INFO_Pointer ":" |
| #define SPA_TYPE_INFO_Interface SPA_TYPE_INFO_POINTER_BASE "Interface" |
| #define SPA_TYPE_INFO_INTERFACE_BASE SPA_TYPE_INFO_Interface ":" |
| #define SPA_TYPE_INFO_Event SPA_TYPE_INFO_OBJECT_BASE "Event" |
| #define SPA_TYPE_INFO_EVENT_BASE SPA_TYPE_INFO_Event ":" |
| #define SPA_TYPE_INFO_Command SPA_TYPE_INFO_OBJECT_BASE "Command" |
| #define SPA_TYPE_INFO_COMMAND_BASE SPA_TYPE_INFO_Command ":" |
| SPA_API_TYPE bool spa_type_is_a | ( | const char * | type, |
| const char * | parent ) |
| SPA_API_TYPE const char * spa_type_short_name | ( | const char * | name | ) |
| SPA_API_TYPE uint32_t spa_type_from_short_name | ( | const char * | name, |
| const struct spa_type_info * | info, | ||
| uint32_t | unknown ) |
| SPA_API_TYPE const char * spa_type_to_name | ( | uint32_t | type, |
| const struct spa_type_info * | info, | ||
| const char * | unknown ) |
| SPA_API_TYPE const char * spa_type_to_short_name | ( | uint32_t | type, |
| const struct spa_type_info * | info, | ||
| const char * | unknown ) |
|
static |
|
static |
|
static |