mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
Make media type and subtype properties
This is easier to debug and we only want properties in objects in the future.
This commit is contained in:
parent
514528f2c7
commit
ff6a244d8f
45 changed files with 151 additions and 124 deletions
|
|
@ -33,8 +33,9 @@ extern "C" {
|
|||
|
||||
/** Different Control types */
|
||||
enum spa_control_type {
|
||||
SPA_CONTROL_properties,
|
||||
SPA_CONTROL_midi,
|
||||
SPA_CONTROL_Invalid,
|
||||
SPA_CONTROL_Properties,
|
||||
SPA_CONTROL_Midi,
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue