Type alias SoundMixer

SoundMixer: {
    devices: Device[];
    getDefaultDevice(type: DeviceType): Device;
}

The sound mixer object containing all the devices.

Type declaration

  • devices: Device[]

    The list of active devices when the property is read.

    Static

  • getDefaultDevice:function

Generated using TypeDoc