API Differences in AVFoundation in macOS 15.5

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 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;