Function ndi::cleanup[][src]

pub unsafe fn cleanup()
Expand description

Destroy everything associated with the library

This is not actually required, but will end the libraries which might get you slightly better performance in some cases.In general it is more “correct” to call this although it is not required. This will destroy everything associated with the library so use it with due caution.