API Differences in AVFAudio in macOS 26.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in AVFAudio in the macOS 26.0 SDK.

Table of Contents

Properties & Constants

AVAudioCompressedBuffer
public var packetDependencies: [CoreAudioTypes.AudioStreamPacketDependencyDescription]?
extern NSString *const AVEncoderDynamicRangeControlConfigurationKey
extern NSString *const AVEncoderContentSourceKey
extern NSString *const AVEncoderASPFrequencyKey
AVAudioCompressedBuffer
@property(nonatomic, readonly, nullable) AudioStreamPacketDependencyDescription *packetDependencies;
AVAudioConverter
@property(nonatomic, assign, unsafe_unretained, readwrite) NSInteger audioSyncPacketFrequency;
AVAudioConverter
@property(nonatomic, assign, unsafe_unretained, readwrite) AVAudioContentSource contentSource;
AVAudioConverter
@property(nonatomic, assign, unsafe_unretained, readwrite) AVAudioDynamicRangeControlConfiguration dynamicRangeControlConfiguration;

Classes

AVAudioSessionCapability