API Differences in AVFAudio in macOS 15.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in AVFAudio in the macOS 15.0 SDK.

Table of Contents

Functions & Methods

AVAudioFile
- (void)close;
AVAudioEnvironmentNode
- (BOOL)isListenerHeadTrackingEnabled;

Properties & Constants

AVAudioFile
@property(nonatomic, readonly) BOOL isOpen;
AVAudioEnvironmentNode
@property(nonatomic, assign, unsafe_unretained, readwrite, getter = isListenerHeadTrackingEnabled) BOOL listenerHeadTrackingEnabled;