Lines Matching defs:source
53 #define URL_LISTEN_SOURCE "/listen/source/"
457 pa_source *source;
492 PA_IDXSET_FOREACH(source, c->protocol->core->sources, idx) {
495 if (source->monitor_of)
498 t = escape_html(pa_strna(pa_proplist_gets(source->proplist, PA_PROP_DEVICE_DESCRIPTION)));
499 m = pa_sample_spec_to_mime_type_mimefy(&source->sample_spec, &source->channel_map);
503 source->name, m, t);
535 pa_source *source;
548 if (!(source = pa_namereg_get(c->protocol->core, source_name, PA_NAMEREG_SOURCE))) {
553 ss = source->sample_spec;
554 cm = source->channel_map;
562 pa_source_output_new_data_set_source(&data, source, false, true);
571 html_response(c, 403, "Cannot create source output", NULL);