clik-engine API
    Preparing search index...

    Interface SoundPoolConfig

    interface SoundPoolConfig {
        poolSize?: number;
        voiceStealing?: boolean;
    }
    Index

    Properties

    poolSize?: number

    Number of pre-allocated instances per key

    voiceStealing?: boolean

    If all instances are playing, steal the oldest?