close method

bool close(
  1. Device device
)

Closes the audio device and frees the memory allocated by the device.

Implementation

bool close(Device device) => _close(device._device) != 0;