Contents

data

A storage buffer for the sound asset.

Declaration

var data: Data? { get }

Discussion

This property has a value when an app creates the asset with registerSoundAsset(data:identifier:format:normalizationMode:); otherwise the value is nil.

See Also

Accessing Sound Data