Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Dinternal.h146 struct pa_stream { struct
155 pa_stream_direction_t direction; argument
156 pa_stream_state_t state; argument
157 pa_stream_flags_t flags; argument
159 pa_sample_spec sample_spec;
160 pa_channel_map channel_map;
161 uint8_t n_formats;
162 pa_format_info *req_formats[PA_MAX_FORMATS];
163 pa_format_info *format;
165 pa_proplist *proplist;
[all …]
Dstream.h289 typedef struct pa_stream pa_stream; typedef