MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / tally_on_program

Function tally_on_program

src/ndi-source.cpp:892–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ndi-source.cppFile · 0.85
ndi_source_activatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected