deimos.alsa.global

Undocumented in source.

Members

Aliases

snd_async_callback_t
alias snd_async_callback_t = void function(snd_async_handler_t* handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_htimestamp_t
alias snd_htimestamp_t = timespec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_timestamp_t
alias snd_timestamp_t = timeval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

snd_asoundlib_version
const(char)* snd_asoundlib_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_async_add_handler
int snd_async_add_handler(snd_async_handler_t** handler, int fd, snd_async_callback_t callback, void* private_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_async_del_handler
int snd_async_del_handler(snd_async_handler_t* handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_async_handler_get_callback_private
void* snd_async_handler_get_callback_private(snd_async_handler_t* handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_async_handler_get_fd
int snd_async_handler_get_fd(snd_async_handler_t* handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_async_handler_get_signo
int snd_async_handler_get_signo(snd_async_handler_t* handler)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_dlclose
int snd_dlclose(void* handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_dlopen
void* snd_dlopen(const(char)* file, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_dlsym
void* snd_dlsym(void* handle, const(char)* name, const(char)* version_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_shm_area_create
snd_shm_area* snd_shm_area_create(int shmid, void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_shm_area_destroy
int snd_shm_area_destroy(snd_shm_area* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_shm_area_share
snd_shm_area* snd_shm_area_share(snd_shm_area* area)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_user_file
int snd_user_file(const(char)* file, char** result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

snd_async_handler_t
struct snd_async_handler_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_dlsym_link
struct snd_dlsym_link
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_shm_area
struct snd_shm_area
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

snd_dlsym_start
snd_dlsym_link* snd_dlsym_start;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta