|
@@ -18,6 +18,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
OBS_DECLARE_MODULE()
|
|
|
OBS_MODULE_USE_DEFAULT_LOCALE("linux-pulseaudio", "en-US")
|
|
|
+MODULE_EXPORT const char *obs_module_description(void)
|
|
|
+{
|
|
|
+ return "Linux PulseAudio input/output capture";
|
|
|
+}
|
|
|
|
|
|
extern struct obs_source_info pulse_input_capture;
|
|
|
extern struct obs_source_info pulse_output_capture;
|