API Differences in ShazamKit in macOS 15.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 ShazamKit in the macOS 15.0 SDK.

Table of Contents

Structs

SHSignature
Slices

Functions & Methods

SHSignature
public func slices(from start: Foundation.TimeInterval, duration: Foundation.TimeInterval, stride: Foundation.TimeInterval? = nil) throws -> ShazamKit.SHSignature.Slices

Properties & Constants

SHCustomCatalog
@property(atomic, strong, readonly) NSData * _Nonnull dataRepresentation;

Initializers

SHCustomCatalog
- (nullable instancetype)initWithDataRepresentation:(nonnull NSData *)dataRepresentation error:(NSError * _Nullable * _Nullable)error;