| 157 | } |
| 158 | |
| 159 | bool 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 | |
| 165 | SourceActiveKeeper::~SourceActiveKeeper() |
| 166 | { |
no outgoing calls
no test coverage detected