deallocateRenderResources()
Deallocates resources required to render audio.
Declaration
func deallocateRenderResources()Mentioned in
Discussion
Hosts should call this after finishing rendering. Subclasses should call the superclass implementation.
This version 3 method is bridged to the version 2 AudioUnitUninitialize(_:) API.