API Differences in PHASE 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 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;