| 1237 | } |
| 1238 | |
| 1239 | uint32_t ndi_source_get_height(void *data) |
| 1240 | { |
| 1241 | auto s = (ndi_source_t *)data; |
| 1242 | return s->height; |
| 1243 | } |
| 1244 | |
| 1245 | obs_source_info create_ndi_source_info() |
| 1246 | { |
nothing calls this directly
no outgoing calls
no test coverage detected