PipeWire  1.0.0
route.h
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 */
priority of the destination (Int)
Definition: route.h:32
associated device indexes (Array of Int)
Definition: route.h:41
index of the routing destination (Int)
Definition: route.h:27
availability of the destination (Id enum spa_param_availability)
Definition: route.h:33
If route should be saved (Bool)
Definition: route.h:43
properties SPA_TYPE_OBJECT_Props
Definition: route.h:40
info (Struct( Int : n_items, (String : key, String : value)*))
Definition: route.h:35
spa_param_route
properties for SPA_TYPE_OBJECT_ParamRoute
Definition: route.h:25
direction, input/output (Id enum spa_direction)
Definition: route.h:28
associated profile indexes (Array of Int)
Definition: route.h:39
description of the destination (String)
Definition: route.h:31
name of the routing destination (String)
Definition: route.h:30
device id (Int)
Definition: route.h:29
Definition: route.h:26
profile id (Int)
Definition: route.h:42