Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dinternal.h152 struct pa_stream { struct
161 pa_stream_direction_t direction; argument
162 pa_stream_state_t state; argument
163 pa_stream_flags_t flags; argument
165 pa_sample_spec sample_spec;
166 pa_channel_map channel_map;
167 uint8_t n_formats;
168 pa_format_info *req_formats[PA_MAX_FORMATS];
169 pa_format_info *format;
171 pa_proplist *proplist;
[all …]
Dstream.h289 typedef struct pa_stream pa_stream; typedef