| 890 | } |
| 891 | |
| 892 | bool tally_on_program(obs_source_t *source) |
| 893 | { |
| 894 | return (Config::Current())->TallyProgramEnabled && obs_source_active(source); |
| 895 | } |
| 896 | |
| 897 | void ndi_source_update(void *data, obs_data_t *settings) |
| 898 | { |
no outgoing calls
no test coverage detected