This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Easy-IRL-Stream/src/remote-settings.h
T
Nils 10be82cba5 Initial commit
Made-with: Cursor
2026-03-29 20:45:07 +02:00

14 lines
394 B
C

#pragma once
#include "irl-source.h"
/* Polling interval in seconds */
#define SETTINGS_POLL_INTERVAL_SEC 30
/* Start/stop the background sync thread for a source */
void remote_settings_start(struct irl_source_data *data);
void remote_settings_stop(struct irl_source_data *data);
/* Report available OBS scenes and sources to the API */
void remote_report_obs_info(const char *api_token);