gameforge - v0.2.1
    Preparing search index...

    Class Filterable

    Abstract class which SoundNodes and SoundContext both extend. This provides the functionality for adding dynamic filters.

    Hierarchy (View Summary)

    Index
    • Parameters

      • input: AudioNode

        The source audio node

      • output: AudioNode

        The output audio node

      Returns Filterable

    • get destination(): AudioNode

      The destination output audio node

      Returns AudioNode

    • get filters(): PixiSound.Filter[]

      The collection of filters.

      Returns PixiSound.Filter[]

    • set filters(filters: PixiSound.Filter[]): void

      Parameters

      Returns void

    • Cleans up.

      Returns void