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

Function ndi_source_get_width

src/ndi-source.cpp:1233–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231}
1232
1233uint32_t ndi_source_get_width(void *data)
1234{
1235 auto s = (ndi_source_t *)data;
1236 return s->width;
1237}
1238
1239uint32_t ndi_source_get_height(void *data)
1240{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected