Options
Menu

Object literal Sound

Index

Construct signatures

Properties

Construct signatures

constructor

  • constructor(sampleURL: string, parent?: any): ISound
  • constructor(volume: number, frequency: number, duration: number, decay: number, parent?: any): ISound
  • Parameters

    • sampleURL: string
    • parent?: any optional

      default null

    Returns ISound

  • Parameters

    • volume: number

      float

    • frequency: number

      float

    • duration: number

      float

    • decay: number

      float

    • parent?: any optional

      default null

    Returns ISound

Properties

prototype

prototype: ISound

Generated using TypeDoc