libsoundio-d ~master (2021-08-17T21:58:51Z)
Dub
Repo
SoundIoDeviceWasapi
soundio
wasapi
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (
C
) @
nogc
nothrow __gshared
struct
SoundIoDeviceWasapi {
double
period_duration
;
IMMDevice
*
mm_device
;
}
Members
Variables
mm_device
IMMDevice
*
mm_device
;
Undocumented in source.
period_duration
double
period_duration
;
Undocumented in source.
Meta
Source
See Implementation
soundio
wasapi
static functions
CoCreateInstance
CoTaskMemFree
soundio_wasapi_init
structs
SoundIoDeviceWasapi
SoundIoInStreamWasapi
SoundIoOutStreamWasapi
SoundIoWasapi