MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / IsMediaSource

Function IsMediaSource

lib/utils/source-helpers.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool IsMediaSource(obs_source_t *source)
160{
161 uint32_t flags = obs_source_get_output_flags(source);
162 return (flags & OBS_SOURCE_CONTROLLABLE_MEDIA) != 0;
163}
164
165SourceActiveKeeper::~SourceActiveKeeper()
166{

Callers 2

GetMediaSourceNamesFunction · 0.85
enumSceneItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected