AudioAssetCollection class

A Map with string keys and AudioAsset values and shared with the Oooh platform.

Signature:

export declare class AudioAssetCollection extends AbstractAssetCollection<AudioAsset> 

Extends: AbstractAssetCollection<AudioAsset>

Remarks

Use AssetManager.createAudioAssetCollection() to get an instance of this class.

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the AudioAssetCollection class.