What's New / Media, Audio & Capture

What's new in ShazamKit

+1 New~1 DeprecatediOS · macOS · tvOS · watchOS · visionOS

ShazamKit matches audio against Shazam's catalog and against custom catalogs you build from your own reference recordings. SHMediaItem holds metadata for a matched recording, including title, artist, and associated identifiers.

The 27 SDK adds and deprecates the same symbol: SHMediaItem.songs. The property exists but is already marked deprecated, so treat it as transitional rather than adopting it. Nothing was removed.

New

1
func

SHMediaItem.songs

NewiOSmacOStvOSwatchOS
public func songs() async throws -> [Song]

An array of MusicKit song objects that represent the media item.

For more information about the MusicKit song object, see <doc://com.apple.documentation/documentation/musickit/song>.

Deprecated

1
var

SHMediaItem.songs

DeprecatediOSmacOStvOSvisionOSwatchOS
public var songs: [Song] { get }

An array of MusicKit song objects that represent the media item.

For more information about the MusicKit song object, see <doc://com.apple.documentation/documentation/musickit/song>.

No APIs match your filter.

← More in Media, Audio & Capture