Searched defs:pa_stream (Results 1 – 2 of 2) sorted by relevance
146 struct pa_stream { struct155 pa_stream_direction_t direction; argument156 pa_stream_state_t state; argument157 pa_stream_flags_t flags; argument159 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 …]
289 typedef struct pa_stream pa_stream; typedef