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

Function tally_on_preview

src/ndi-source.cpp:887–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885}
886
887bool tally_on_preview(obs_source_t *source)
888{
889 return (Config::Current())->TallyPreviewEnabled && obs_source_showing(source) && !obs_source_active(source);
890}
891
892bool tally_on_program(obs_source_t *source)
893{

Callers 4

ndi-source.cppFile · 0.85
ndi_source_shownFunction · 0.85
ndi_source_activatedFunction · 0.85
ndi_source_deactivatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected