PipeWire  0.3.43
type-info.h File Reference

spa/param/type-info.h More...

Go to the source code of this file.

Macros

#define SPA_TYPE_INFO_ParamId   SPA_TYPE_INFO_ENUM_BASE "ParamId"
 
#define SPA_TYPE_INFO_PARAM_ID_BASE   SPA_TYPE_INFO_ParamId ":"
 
#define SPA_TYPE_INFO_Param   SPA_TYPE_INFO_OBJECT_BASE "Param"
 
#define SPA_TYPE_INFO_PARAM_BASE   SPA_TYPE_INFO_Param ":"
 
#define SPA_TYPE_INFO_Props   SPA_TYPE_INFO_PARAM_BASE "Props"
 
#define SPA_TYPE_INFO_PROPS_BASE   SPA_TYPE_INFO_Props ":"
 
#define SPA_TYPE_INFO_ParamBitorder   SPA_TYPE_INFO_ENUM_BASE "ParamBitorder"
 
#define SPA_TYPE_INFO_PARAM_BITORDER_BASE   SPA_TYPE_INFO_ParamBitorder ":"
 
#define SPA_TYPE_INFO_PropInfo   SPA_TYPE_INFO_PARAM_BASE "PropInfo"
 Enum Property info. More...
 
#define SPA_TYPE_INFO_PROP_INFO_BASE   SPA_TYPE_INFO_PropInfo ":"
 
#define SPA_TYPE_INFO_PARAM_Meta   SPA_TYPE_INFO_PARAM_BASE "Meta"
 
#define SPA_TYPE_INFO_PARAM_META_BASE   SPA_TYPE_INFO_PARAM_Meta ":"
 
#define SPA_TYPE_INFO_PARAM_IO   SPA_TYPE_INFO_PARAM_BASE "IO"
 Base for parameters that describe IO areas to exchange data, control and properties with a node. More...
 
#define SPA_TYPE_INFO_PARAM_IO_BASE   SPA_TYPE_INFO_PARAM_IO ":"
 
#define SPA_TYPE_INFO_Format   SPA_TYPE_INFO_PARAM_BASE "Format"
 
#define SPA_TYPE_INFO_FORMAT_BASE   SPA_TYPE_INFO_Format ":"
 
#define SPA_TYPE_INFO_MediaType   SPA_TYPE_INFO_ENUM_BASE "MediaType"
 
#define SPA_TYPE_INFO_MEDIA_TYPE_BASE   SPA_TYPE_INFO_MediaType ":"
 
#define SPA_TYPE_INFO_MediaSubtype   SPA_TYPE_INFO_ENUM_BASE "MediaSubtype"
 
#define SPA_TYPE_INFO_MEDIA_SUBTYPE_BASE   SPA_TYPE_INFO_MediaSubtype ":"
 
#define SPA_TYPE_INFO_FormatAudio   SPA_TYPE_INFO_FORMAT_BASE "Audio"
 
#define SPA_TYPE_INFO_FORMAT_AUDIO_BASE   SPA_TYPE_INFO_FormatAudio ":"
 
#define SPA_TYPE_INFO_FormatVideo   SPA_TYPE_INFO_FORMAT_BASE "Video"
 
#define SPA_TYPE_INFO_FORMAT_VIDEO_BASE   SPA_TYPE_INFO_FormatVideo ":"
 
#define SPA_TYPE_INFO_FORMAT_VIDEO_H264   SPA_TYPE_INFO_FORMAT_VIDEO_BASE "H264"
 
#define SPA_TYPE_INFO_FORMAT_VIDEO_H264_BASE   SPA_TYPE_INFO_FORMAT_VIDEO_H264 ":"
 
#define SPA_TYPE_INFO_PARAM_Buffers   SPA_TYPE_INFO_PARAM_BASE "Buffers"
 
#define SPA_TYPE_INFO_PARAM_BUFFERS_BASE   SPA_TYPE_INFO_PARAM_Buffers ":"
 
#define SPA_TYPE_INFO_PARAM_BlockInfo   SPA_TYPE_INFO_PARAM_BUFFERS_BASE "BlockInfo"
 
#define SPA_TYPE_INFO_PARAM_BLOCK_INFO_BASE   SPA_TYPE_INFO_PARAM_BlockInfo ":"
 
#define SPA_TYPE_INFO_ParamAvailability   SPA_TYPE_INFO_ENUM_BASE "ParamAvailability"
 
#define SPA_TYPE_INFO_PARAM_AVAILABILITY_BASE   SPA_TYPE_INFO_ParamAvailability ":"
 
#define SPA_TYPE_INFO_PARAM_Profile   SPA_TYPE_INFO_PARAM_BASE "Profile"
 
#define SPA_TYPE_INFO_PARAM_PROFILE_BASE   SPA_TYPE_INFO_PARAM_Profile ":"
 
#define SPA_TYPE_INFO_ParamPortConfigMode   SPA_TYPE_INFO_ENUM_BASE "ParamPortConfigMode"
 
#define SPA_TYPE_INFO_PARAM_PORT_CONFIG_MODE_BASE   SPA_TYPE_INFO_ParamPortConfigMode ":"
 
#define SPA_TYPE_INFO_PARAM_PortConfig   SPA_TYPE_INFO_PARAM_BASE "PortConfig"
 
#define SPA_TYPE_INFO_PARAM_PORT_CONFIG_BASE   SPA_TYPE_INFO_PARAM_PortConfig ":"
 
#define SPA_TYPE_INFO_PARAM_Route   SPA_TYPE_INFO_PARAM_BASE "Route"
 
#define SPA_TYPE_INFO_PARAM_ROUTE_BASE   SPA_TYPE_INFO_PARAM_Route ":"
 
#define SPA_TYPE_INFO_Profiler   SPA_TYPE_INFO_OBJECT_BASE "Profiler"
 
#define SPA_TYPE_INFO_PROFILER_BASE   SPA_TYPE_INFO_Profiler ":"
 
#define SPA_TYPE_INFO_PARAM_Latency   SPA_TYPE_INFO_PARAM_BASE "Latency"
 
#define SPA_TYPE_INFO_PARAM_LATENCY_BASE   SPA_TYPE_INFO_PARAM_Latency ":"
 
#define SPA_TYPE_INFO_PARAM_ProcessLatency   SPA_TYPE_INFO_PARAM_BASE "ProcessLatency"
 
#define SPA_TYPE_INFO_PARAM_PROCESS_LATENCY_BASE   SPA_TYPE_INFO_PARAM_ProcessLatency ":"
 

Variables

static const struct spa_type_info spa_type_param []
 
static const struct spa_type_info spa_type_prop_float_array []
 
static const struct spa_type_info spa_type_prop_channel_map []
 
static const struct spa_type_info spa_type_prop_iec958_codec []
 
static const struct spa_type_info spa_type_param_bitorder []
 
static const struct spa_type_info spa_type_props []
 
static const struct spa_type_info spa_type_prop_info []
 
static const struct spa_type_info spa_type_param_meta []
 
static const struct spa_type_info spa_type_param_io []
 
static const struct spa_type_info spa_type_media_type []
 
static const struct spa_type_info spa_type_media_subtype []
 
static const struct spa_type_info spa_type_format []
 
static const struct spa_type_info spa_type_param_buffers []
 
static const struct spa_type_info spa_type_param_availability []
 
static const struct spa_type_info spa_type_param_profile []
 
static const struct spa_type_info spa_type_param_port_config_mode []
 
static const struct spa_type_info spa_type_param_port_config []
 
static const struct spa_type_info spa_type_param_route []
 
static const struct spa_type_info spa_type_profiler []
 
static const struct spa_type_info spa_type_param_latency []
 
static const struct spa_type_info spa_type_param_process_latency []
 

Detailed Description