| 207 | } |
| 208 | |
| 209 | const char *ndi_source_getname(void *) |
| 210 | { |
| 211 | return obs_module_text("NDIPlugin.NDISourceName"); |
| 212 | } |
| 213 | |
| 214 | obs_properties_t *ndi_source_getproperties(void *data) |
| 215 | { |
nothing calls this directly
no outgoing calls
no test coverage detected