Home
last modified time | relevance | path

Searched defs:pa_dbusiface_stream (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
Diface-stream.c39 struct pa_dbusiface_stream { struct
40 pa_dbusiface_core *core;
42 union {
46 enum stream_type type;
47 char *path;
48 union {
52 uint32_t sample_rate;
53 pa_cvolume volume;
54 dbus_bool_t mute;
55 pa_proplist *proplist;
[all …]
Diface-stream.h37 typedef struct pa_dbusiface_stream pa_dbusiface_stream; typedef