soundio.soundio_private

Translated from C to D

Public Imports

soundio.soundio_internal
public import soundio.soundio_internal;
soundio.config
public import soundio.config;
soundio.list
public import soundio.list;
soundio.jack
public import soundio.jack;
soundio.pulseaudio
public import soundio.pulseaudio;
soundio.alsa
public import soundio.alsa;
soundio.coreaudio
public import soundio.coreaudio;
soundio.wasapi
public import soundio.wasapi;
soundio.dummy
public import soundio.dummy;

Members

Aliases

SoundIoListDevicePtr
alias SoundIoListDevicePtr = SOUNDIO_LIST!(SoundIoDevice*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoListSampleRateRange
alias SoundIoListSampleRateRange = SOUNDIO_LIST!(SoundIoSampleRateRange)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

soundio_destroy_devices_info
void soundio_destroy_devices_info(SoundIoDevicesInfo* devices_info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SOUNDIO_MAX_SAMPLE_RATE
int SOUNDIO_MAX_SAMPLE_RATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SOUNDIO_MIN_SAMPLE_RATE
int SOUNDIO_MIN_SAMPLE_RATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

SoundIoDevicePrivate
struct SoundIoDevicePrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoDevicesInfo
struct SoundIoDevicesInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoInStreamPrivate
struct SoundIoInStreamPrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoOutStreamPrivate
struct SoundIoOutStreamPrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoPrivate
struct SoundIoPrivate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

SoundIoBackendData
union SoundIoBackendData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoDeviceBackendData
union SoundIoDeviceBackendData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoInStreamBackendData
union SoundIoInStreamBackendData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoOutStreamBackendData
union SoundIoOutStreamBackendData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta