callAudioUnit(_:)
Sends an audio unit a custom data message.
Declaration
optional func callAudioUnit(_ message: [AnyHashable : Any]) -> [AnyHashable : Any]Parameters
- message:
The data to send the audio unit.
Return Value
A dictionary with custom data.
Discussion
The valid values for key and value types are NSArray, NSDictionary, NSOrderedSet, NSSet, NSString, NSData, NSNull, NSNumber, and NSDate.