libsoundio-d ~master (2021-08-17T21:58:51Z)
Dub
Repo
SoundIoDevicesInfo
soundio
soundio_private
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
SoundIoDevicesInfo {
SoundIoListDevicePtr
input_devices
;
SoundIoListDevicePtr
output_devices
;
int
default_output_index
;
int
default_input_index
;
}
Members
Variables
default_input_index
int
default_input_index
;
Undocumented in source.
default_output_index
int
default_output_index
;
Undocumented in source.
input_devices
SoundIoListDevicePtr
input_devices
;
Undocumented in source.
output_devices
SoundIoListDevicePtr
output_devices
;
Undocumented in source.
Meta
Source
See Implementation
soundio
soundio_private
aliases
SoundIoListDevicePtr
SoundIoListSampleRateRange
static functions
soundio_destroy_devices_info
static variables
SOUNDIO_MAX_SAMPLE_RATE
SOUNDIO_MIN_SAMPLE_RATE
structs
SoundIoDevicePrivate
SoundIoDevicesInfo
SoundIoInStreamPrivate
SoundIoOutStreamPrivate
SoundIoPrivate
unions
SoundIoBackendData
SoundIoDeviceBackendData
SoundIoInStreamBackendData
SoundIoOutStreamBackendData