API Differences in AVFoundation in macOS 15.5

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

Table of Contents

Functions & Methods

AVAssetVariantQualifier
+ (nonnull NSPredicate *)predicateForChannelCount:(NSInteger)channelCount operatorType:(NSPredicateOperatorType)operatorType;
AVAssetVariantQualifier
+ (nonnull NSPredicate *)predicateForBinauralAudio:(BOOL)isBinauralAudio;
AVAssetVariantQualifier
+ (nonnull NSPredicate *)predicateForImmersiveAudio:(BOOL)isImmersiveAudio;
AVAssetVariantQualifier
+ (nonnull NSPredicate *)predicateForDownmixAudio:(BOOL)isDownmixAudio;
AVAssetVariantQualifier
+ (nonnull NSPredicate *)predicateForAudioSampleRate:(double)sampleRate operatorType:(NSPredicateOperatorType)operatorType;