API Differences in AVFAudio in iOS 17.2

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 iOS 17.2 SDK.

Table of Contents

Properties & Constants

AVAudioSession
@property(atomic, readonly) AVAudioSessionRenderingMode renderingMode;
AVAudioSessionHardwareConfiguration
@property(atomic, readonly) NSArray<AVAudioChannelLayout *> * _Nonnull supportedOutputChannelLayouts;
extern const NSNotificationName AVAudioSessionRenderingModeChangeNotification
extern const NSNotificationName AVAudioSessionRenderingCapabilitiesChangeNotification
extern NSString *const AVAudioSessionRenderingModeNewRenderingModeKey