API Differences in ShazamKit in macOS 15.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show 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;