AudioDriver constructor

AudioDriver(
  1. Sdl sdl,
  2. int index
)

Initialise the driver.

Implementation

AudioDriver(this.sdl, this.index);