mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
various cleanups
This commit is contained in:
parent
550b544aa0
commit
57cbc5e503
7 changed files with 88 additions and 49 deletions
|
|
@ -91,11 +91,12 @@ struct pw_node_events {
|
|||
void (*finish) (void *data);
|
||||
};
|
||||
|
||||
/** Media type of the node, Audio, Video */
|
||||
/** Media type of the node, Audio, Video, Midi */
|
||||
#define PW_NODE_PROP_MEDIA "pipewire.media"
|
||||
/** Category: Playback, Capture, Duplex */
|
||||
#define PW_NODE_PROP_CATEGORY "pipewire.category"
|
||||
/** Role: Movie, Music, Camera, Screen, Chat, Game, Speech, DSP */
|
||||
/** Role: Movie,Music, Camera, Screen, Communication, Game, Notification, DSP,
|
||||
* Production, Accessibility, Test */
|
||||
#define PW_NODE_PROP_ROLE "pipewire.role"
|
||||
/** exclusive access to device */
|
||||
#define PW_NODE_PROP_EXCLUSIVE "pipewire.exclusive"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue