skia
    Preparing search index...

    Interface SoundMap

    Mapping of sound names (strings) to AudioPlayers

    interface SoundMap {
        getPlayer(key: string): AudioPlayer;
    }
    Index

    Methods

    Methods

    • Returns AudioPlayer for a certain audio layer

      Parameters

      • key: string

        string identifier, name of audio file the desired AudioPlayer manages

      Returns AudioPlayer