| 1231 | } |
| 1232 | |
| 1233 | uint32_t ndi_source_get_width(void *data) |
| 1234 | { |
| 1235 | auto s = (ndi_source_t *)data; |
| 1236 | return s->width; |
| 1237 | } |
| 1238 | |
| 1239 | uint32_t ndi_source_get_height(void *data) |
| 1240 | { |
nothing calls this directly
no outgoing calls
no test coverage detected