API Differences in AudioToolbox in iOS 17.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in AudioToolbox in the iOS 17.0 SDK.

Table of Contents

Functions & Methods

extern OSStatus AudioFileGetUserDataSize64(AudioFileID _Nonnull inAudioFile, UInt32 inUserDataID, UInt32 inIndex, UInt64 * _Nonnull outUserDataSize)
extern OSStatus AudioFileGetUserDataAtOffset(AudioFileID _Nonnull inAudioFile, UInt32 inUserDataID, UInt32 inIndex, SInt64 inOffset, UInt32 * _Nonnull ioUserDataSize, void * _Nonnull outUserData)