soundio.soundio_private

Translated from C to D

Public Imports

soundio.api
public import soundio.api;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soundio.config
public import soundio.config;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soundio.list
public import soundio.list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soundio.jack
public import soundio.jack;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soundio.pulseaudio
public import soundio.pulseaudio;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soundio.alsa
public import soundio.alsa;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soundio.coreaudio
public import soundio.coreaudio;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soundio.wasapi
public import soundio.wasapi;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
soundio.dummy
public import soundio.dummy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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

SoundIoBackendData
struct SoundIoBackendData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SoundIoDeviceBackendData
struct SoundIoDeviceBackendData
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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.
SoundIoInStreamBackendData
struct SoundIoInStreamBackendData
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.
SoundIoOutStreamBackendData
struct SoundIoOutStreamBackendData
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.

Meta