Type Definition steam_audio::ffi::IPLHrtfUnloadCallback [] [src]

type IPLHrtfUnloadCallback = Option<unsafe extern "C" fn()>;

Pointer to a function that will be called during the execution of iplDestroyBinauralRenderer, to allow your application to free memory allocated during IPLHrtfLoadCallback.