PipeWire
1.6.4
Toggle main menu visibility
Loading...
Searching...
No Matches
route-types.h
Go to the documentation of this file.
1
/* Simple Plugin API */
2
/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3
/* SPDX-License-Identifier: MIT */
4
5
#ifndef SPA_PARAM_ROUTE_TYPES_H
6
#define SPA_PARAM_ROUTE_TYPES_H
7
8
#include <
spa/utils/enum-types.h
>
9
#include <
spa/param/param-types.h
>
10
11
#include <
spa/param/route.h
>
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
21
22
#define SPA_TYPE_INFO_PARAM_Route SPA_TYPE_INFO_PARAM_BASE "Route"
23
#define SPA_TYPE_INFO_PARAM_ROUTE_BASE SPA_TYPE_INFO_PARAM_Route ":"
24
25
static
const
struct
spa_type_info
spa_type_param_route
[] = {
26
{
SPA_PARAM_ROUTE_START
,
SPA_TYPE_Id
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
,
spa_type_param
, },
27
{
SPA_PARAM_ROUTE_index
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"index"
, NULL, },
28
{
SPA_PARAM_ROUTE_direction
,
SPA_TYPE_Id
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"direction"
,
spa_type_direction
, },
29
{
SPA_PARAM_ROUTE_device
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"device"
, NULL, },
30
{
SPA_PARAM_ROUTE_name
,
SPA_TYPE_String
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"name"
, NULL, },
31
{
SPA_PARAM_ROUTE_description
,
SPA_TYPE_String
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"description"
, NULL, },
32
{
SPA_PARAM_ROUTE_priority
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"priority"
, NULL, },
33
{
SPA_PARAM_ROUTE_available
,
SPA_TYPE_Id
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"available"
,
spa_type_param_availability
, },
34
{
SPA_PARAM_ROUTE_info
,
SPA_TYPE_Struct
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"info"
, NULL, },
35
{
SPA_PARAM_ROUTE_profiles
,
SPA_TYPE_Array
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"profiles"
,
spa_type_prop_int_array
, },
36
{
SPA_PARAM_ROUTE_props
,
SPA_TYPE_OBJECT_Props
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"props"
, NULL, },
37
{
SPA_PARAM_ROUTE_devices
,
SPA_TYPE_Array
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"devices"
,
spa_type_prop_int_array
, },
38
{
SPA_PARAM_ROUTE_profile
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"profile"
, NULL, },
39
{
SPA_PARAM_ROUTE_save
,
SPA_TYPE_Bool
,
SPA_TYPE_INFO_PARAM_ROUTE_BASE
"save"
, NULL, },
40
{ 0, 0, NULL, NULL },
41
};
42
46
47
#ifdef __cplusplus
48
}
/* extern "C" */
49
#endif
50
51
#endif
/* SPA_PARAM_ROUTE_TYPES_H */
enum-types.h
spa/utils/enum-types.h
spa_type_prop_int_array
static const struct spa_type_info spa_type_prop_int_array[]
Definition
param-types.h:70
spa_type_param_availability
static const struct spa_type_info spa_type_param_availability[]
Definition
param-types.h:102
spa_type_param
static const struct spa_type_info spa_type_param[]
Definition
param-types.h:32
spa_type_param_route
static const struct spa_type_info spa_type_param_route[]
Definition
route-types.h:32
SPA_TYPE_INFO_PARAM_ROUTE_BASE
#define SPA_TYPE_INFO_PARAM_ROUTE_BASE
Definition
route-types.h:30
SPA_PARAM_ROUTE_START
@ SPA_PARAM_ROUTE_START
Definition
route.h:26
SPA_PARAM_ROUTE_save
@ SPA_PARAM_ROUTE_save
If route should be saved (Bool).
Definition
route.h:43
SPA_PARAM_ROUTE_name
@ SPA_PARAM_ROUTE_name
name of the routing destination (String)
Definition
route.h:30
SPA_PARAM_ROUTE_available
@ SPA_PARAM_ROUTE_available
availability of the destination (Id enum spa_param_availability)
Definition
route.h:33
SPA_PARAM_ROUTE_props
@ SPA_PARAM_ROUTE_props
properties SPA_TYPE_OBJECT_Props
Definition
route.h:40
SPA_PARAM_ROUTE_device
@ SPA_PARAM_ROUTE_device
device id (Int)
Definition
route.h:29
SPA_PARAM_ROUTE_priority
@ SPA_PARAM_ROUTE_priority
priority of the destination (Int)
Definition
route.h:32
SPA_PARAM_ROUTE_index
@ SPA_PARAM_ROUTE_index
index of the routing destination (Int)
Definition
route.h:27
SPA_PARAM_ROUTE_direction
@ SPA_PARAM_ROUTE_direction
direction, input/output (Id enum spa_direction)
Definition
route.h:28
SPA_PARAM_ROUTE_profiles
@ SPA_PARAM_ROUTE_profiles
associated profile indexes (Array of Int)
Definition
route.h:39
SPA_PARAM_ROUTE_profile
@ SPA_PARAM_ROUTE_profile
profile id (Int)
Definition
route.h:42
SPA_PARAM_ROUTE_devices
@ SPA_PARAM_ROUTE_devices
associated device indexes (Array of Int)
Definition
route.h:41
SPA_PARAM_ROUTE_description
@ SPA_PARAM_ROUTE_description
description of the destination (String)
Definition
route.h:31
SPA_PARAM_ROUTE_info
@ SPA_PARAM_ROUTE_info
info (Struct( Int : n_items, (Strin...
Definition
route.h:35
spa_type_direction
static const struct spa_type_info spa_type_direction[]
Definition
enum-types.h:30
SPA_TYPE_Int
@ SPA_TYPE_Int
Definition
type.h:45
SPA_TYPE_Bool
@ SPA_TYPE_Bool
Definition
type.h:43
SPA_TYPE_OBJECT_Props
@ SPA_TYPE_OBJECT_Props
Definition
type.h:86
SPA_TYPE_Id
@ SPA_TYPE_Id
Definition
type.h:44
SPA_TYPE_Array
@ SPA_TYPE_Array
Definition
type.h:54
SPA_TYPE_String
@ SPA_TYPE_String
Definition
type.h:49
SPA_TYPE_Struct
@ SPA_TYPE_Struct
Definition
type.h:55
param-types.h
spa/param/param-types.h
route.h
spa/param/route.h
spa_type_info
Definition
type.h:156
spa
param
route-types.h
Generated by
1.17.0