A callback to the host for musical context information.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
Framework
- Audio
Toolbox
Declaration
@property(copy, nonatomic) AUHost Musical Context Block musicalContextBlock;
@property(copy, atomic) AUHost Musical Context Block musicalContextBlock;
Discussion
An audio unit accessing this property should cache it in realtime-safe storage before beginning to render.
This version 3 property is bridged to the version 2 Host
and Host
callback members in the kAudioUnitProperty_HostCallbacks API.