various cleanups

This commit is contained in:
Wim Taymans 2018-04-19 20:15:30 +02:00
parent 550b544aa0
commit 57cbc5e503
7 changed files with 88 additions and 49 deletions

View file

@ -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"