Members
Icon | Member | Description |
---|---|---|
InitWASAPI(WASAPIPROC) |
Initializes the default WASAPI device at 44100 Hz. Requires a data callback.
| |
InitWASAPI(Int32, Int32, Int32, BASSInit, BASSWASAPIInit, Single, Single, WASAPIPROC) |
Initializes a WASAPI device by its identifier, using the specified sample rate (frequency)
and initialization flags. To get the deviceId, use the DeviceHelper class. Requires a data callback.
|