Lines Matching defs:source
37 #include <pulsecore/source.h>
38 #include <pulsecore/source-output.h>
54 PA_MODULE_DESCRIPTION("Read data from source and send it to the network via RTP/SAP/SDP");
58 "source=<name of the source> "
63 "source_ip=<source IP address> "
83 "source",
151 static pa_source_output_flags_t get_dont_inhibit_auto_suspend_flag(pa_source *source,
153 pa_assert(source);
163 return source->monitor_of ? PA_SOURCE_OUTPUT_DONT_INHIBIT_AUTO_SUSPEND : 0;
245 if (!(s = pa_namereg_get(m->core, pa_modargs_get_value(ma, "source", NULL), PA_NAMEREG_SOURCE))) {
333 pa_log("Invalid source address '%s'", src_addr);
438 pa_proplist_sets(data.proplist, "rtp.source", src_addr);
454 pa_log("failed to create source output.");
463 pa_log_info("Configured source latency of %llu ms.",