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

Function ndi_source_getname

src/ndi-source.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209const char *ndi_source_getname(void *)
210{
211 return obs_module_text("NDIPlugin.NDISourceName");
212}
213
214obs_properties_t *ndi_source_getproperties(void *data)
215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected