API Differences in PHASE in macOS 26.0

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

Table of Contents

Functions & Methods

PHASESoundEvent
- (void)startAtTime:(nullable AVAudioTime *)when completion:(void (^ _Nullable)(PHASESoundEventStartHandlerReason))handler;
PHASESoundEvent
- (void)seekToTime:(double)time resumeAtEngineTime:(nonnull AVAudioTime *)engineTime completion:(nullable void (^)(PHASESoundEventSeekHandlerReason))handler;
PHASESoundEvent
- (void)resumeAtTime:(nullable AVAudioTime *)time;