PipeWire  0.3.67
route.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_H
6 #define SPA_PARAM_ROUTE_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 #include <spa/param/param.h>
18 
20 enum spa_param_route {
39 };
40 
45 #ifdef __cplusplus
46 } /* extern "C" */
47 #endif
48 
49 #endif /* SPA_PARAM_ROUTE_H */
spa_param_route
properties for SPA_TYPE_OBJECT_ParamRoute
Definition: route.h:25
@ SPA_PARAM_ROUTE_START
Definition: route.h:26
@ SPA_PARAM_ROUTE_save
If route should be saved (Bool)
Definition: route.h:43
@ SPA_PARAM_ROUTE_name
name of the routing destination (String)
Definition: route.h:30
@ SPA_PARAM_ROUTE_available
availability of the destination (Id enum spa_param_availability)
Definition: route.h:33
@ SPA_PARAM_ROUTE_props
properties SPA_TYPE_OBJECT_Props
Definition: route.h:40
@ SPA_PARAM_ROUTE_device
device id (Int)
Definition: route.h:29
@ SPA_PARAM_ROUTE_priority
priority of the destination (Int)
Definition: route.h:32
@ SPA_PARAM_ROUTE_index
index of the routing destination (Int)
Definition: route.h:27
@ SPA_PARAM_ROUTE_direction
direction, input/output (Id enum spa_direction)
Definition: route.h:28
@ SPA_PARAM_ROUTE_profiles
associated profile indexes (Array of Int)
Definition: route.h:39
@ SPA_PARAM_ROUTE_profile
profile id (Int)
Definition: route.h:42
@ SPA_PARAM_ROUTE_devices
associated device indexes (Array of Int)
Definition: route.h:41
@ SPA_PARAM_ROUTE_description
description of the destination (String)
Definition: route.h:31
@ SPA_PARAM_ROUTE_info
info (Struct( Int : n_items, (String : key, String : value)*))
Definition: route.h:35
spa/param/param.h