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

Function ndi_source_get_height

src/ndi-source.cpp:1239–1243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237}
1238
1239uint32_t ndi_source_get_height(void *data)
1240{
1241 auto s = (ndi_source_t *)data;
1242 return s->height;
1243}
1244
1245obs_source_info create_ndi_source_info()
1246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected