Lines Matching defs:data
90 * directly, so that they don't get mixed data of the entire
113 pa_cvolume soft_volume; /* The internal software volume we apply to all PCM data while it passes through. Usually calculated as real_ratio * volume_factor */
135 /* Returns the chunk of audio data and drops it from the
137 * data needs to be generated from scratch then please in the
139 * only. If less data is available, it's fine to return a smaller
140 * block. If more data is already ready, it is better to return
145 all available data. Return true unless there is more data to play back.
231 void (*send_event)(pa_sink_input *i, const char *event, pa_proplist* data); /* may be NULL */
264 /* We maintain a history of resampled audio data here. */
307 pa_proplist *data;
352 pa_sink_input_new_data* pa_sink_input_new_data_init(pa_sink_input_new_data *data);
353 void pa_sink_input_new_data_set_sample_spec(pa_sink_input_new_data *data, const pa_sample_spec *spec);
354 void pa_sink_input_new_data_set_channel_map(pa_sink_input_new_data *data, const pa_channel_map *map);
355 bool pa_sink_input_new_data_is_passthrough(pa_sink_input_new_data *data);
356 void pa_sink_input_new_data_set_volume(pa_sink_input_new_data *data, const pa_cvolume *volume);
357 void pa_sink_input_new_data_add_volume_factor(pa_sink_input_new_data *data, const char *key, const pa_cvolume *volume_factor);
358 void pa_sink_input_new_data_add_volume_factor_sink(pa_sink_input_new_data *data, const char *key, const pa_cvolume *volume_factor);
359 void pa_sink_input_new_data_set_muted(pa_sink_input_new_data *data, bool mute);
360 bool pa_sink_input_new_data_set_sink(pa_sink_input_new_data *data, pa_sink *s, bool save, bool requested_by_application);
361 bool pa_sink_input_new_data_set_formats(pa_sink_input_new_data *data, pa_idxset *formats);
362 void pa_sink_input_new_data_done(pa_sink_input_new_data *data);
369 pa_sink_input_new_data *data);
416 void pa_sink_input_send_event(pa_sink_input *i, const char *name, pa_proplist *data);