gameforge - v0.1.12
    Preparing search index...

    Export a MediaStream to be recorded

    filters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    destination: AudioNode

    The node to connect for the filter to the previous filter.

    source: AudioNode

    The node to connect for the filter to the previous filter.

    Accessors

    • get stream(): MediaStream

      Returns MediaStream

    Methods

    • Connect to the destination.

      Parameters

      • destination: AudioNode

        The destination node to connect the output to

      Returns void

    • Destroy the filter and don't use after this.

      Returns void

    • Completely disconnect filter from destination and source nodes.

      Returns void

    • Reinitialize

      Parameters

      • destination: AudioNode
      • Optionalsource: AudioNode

      Returns void