flag_CFNameRelease
If an audio unit can generate parameter names dynamically, it should set this flag.
Declaration
static var flag_CFNameRelease: AudioUnitParameterOptions { get }Discussion
Audio unit hosting applications should check for this flag being set. If it is, the host should release the audio unit parameter name when it is done using it.
If this flag is not set, the host application can assume that the audio unit will release its parameter names.