deimos.alsa.pcm

Undocumented in source.

Members

Aliases

snd_pcm_hook_func_t
alias snd_pcm_hook_func_t = int function(snd_pcm_hook_t* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sframes_t
alias snd_pcm_sframes_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_uframes_t
alias snd_pcm_uframes_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

snd_pcm_access_t
enum snd_pcm_access_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_position
enum snd_pcm_chmap_position
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_type
enum snd_pcm_chmap_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_class_t
enum snd_pcm_class_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_t
enum snd_pcm_format_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_t
enum snd_pcm_format_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hook_type_t
enum snd_pcm_hook_type_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_start_t
enum snd_pcm_start_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_state_t
enum snd_pcm_state_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_stream_t
enum snd_pcm_stream_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subclass_t
enum snd_pcm_subclass_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_t
enum snd_pcm_subformat_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_tstamp_t
enum snd_pcm_tstamp_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_type_t
enum snd_pcm_type_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_xrun_t
enum snd_pcm_xrun_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_spcm_duplex_type_t
enum snd_spcm_duplex_type_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_spcm_latency_t
enum snd_spcm_latency_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_spcm_xrun_type_t
enum snd_spcm_xrun_type_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

snd_async_add_pcm_handler
int snd_async_add_pcm_handler(snd_async_handler_t** handler, snd_pcm_t* pcm, 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_handler_get_pcm
snd_pcm_t* snd_async_handler_get_pcm(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_pcm_abort
int snd_pcm_abort(snd_pcm_t* pcm)
Undocumented in source. Be warned that the author may not have intended to support it.
snd_pcm_access_mask_any
void snd_pcm_access_mask_any(snd_pcm_access_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_copy
void snd_pcm_access_mask_copy(snd_pcm_access_mask_t* dst, const(snd_pcm_access_mask_t)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_empty
int snd_pcm_access_mask_empty(const(snd_pcm_access_mask_t)* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_free
void snd_pcm_access_mask_free(snd_pcm_access_mask_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_malloc
int snd_pcm_access_mask_malloc(snd_pcm_access_mask_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_none
void snd_pcm_access_mask_none(snd_pcm_access_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_reset
void snd_pcm_access_mask_reset(snd_pcm_access_mask_t* mask, snd_pcm_access_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_set
void snd_pcm_access_mask_set(snd_pcm_access_mask_t* mask, snd_pcm_access_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_sizeof
size_t snd_pcm_access_mask_sizeof()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_mask_test
int snd_pcm_access_mask_test(const(snd_pcm_access_mask_t)* mask, snd_pcm_access_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_access_name
const(char)* snd_pcm_access_name(const(snd_pcm_access_t) _access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_area_copy
int snd_pcm_area_copy(snd_pcm_channel_area_t* dst_channel, snd_pcm_uframes_t dst_offset, snd_pcm_channel_area_t* src_channel, snd_pcm_uframes_t src_offset, uint samples, snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_area_silence
int snd_pcm_area_silence(snd_pcm_channel_area_t* dst_channel, snd_pcm_uframes_t dst_offset, uint samples, snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_areas_copy
int snd_pcm_areas_copy(snd_pcm_channel_area_t* dst_channels, snd_pcm_uframes_t dst_offset, snd_pcm_channel_area_t* src_channels, snd_pcm_uframes_t src_offset, uint channels, snd_pcm_uframes_t frames, snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_areas_silence
int snd_pcm_areas_silence(snd_pcm_channel_area_t* dst_channels, snd_pcm_uframes_t dst_offset, uint channels, snd_pcm_uframes_t frames, snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_avail
snd_pcm_sframes_t snd_pcm_avail(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_avail_delay
int snd_pcm_avail_delay(snd_pcm_t* pcm, snd_pcm_sframes_t* availp, snd_pcm_sframes_t* delayp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_avail_update
snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_build_linear_format
snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_bytes_to_frames
snd_pcm_sframes_t snd_pcm_bytes_to_frames(snd_pcm_t* pcm, ssize_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_bytes_to_samples
c_long snd_pcm_bytes_to_samples(snd_pcm_t* pcm, ssize_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_from_string
uint snd_pcm_chmap_from_string(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_long_name
const(char)* snd_pcm_chmap_long_name(snd_pcm_chmap_position val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_name
const(char)* snd_pcm_chmap_name(snd_pcm_chmap_position val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_parse_string
snd_pcm_chmap_t* snd_pcm_chmap_parse_string(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_print
int snd_pcm_chmap_print(const(snd_pcm_chmap_t)* map, size_t maxlen, char* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_type_name
const(char)* snd_pcm_chmap_type_name(snd_pcm_chmap_type val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_close
int snd_pcm_close(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_delay
int snd_pcm_delay(snd_pcm_t* pcm, snd_pcm_sframes_t* delayp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_drain
int snd_pcm_drain(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_drop
int snd_pcm_drop(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_dump
int snd_pcm_dump(snd_pcm_t* pcm, snd_output_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_dump_hw_setup
int snd_pcm_dump_hw_setup(snd_pcm_t* pcm, snd_output_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_dump_setup
int snd_pcm_dump_setup(snd_pcm_t* pcm, snd_output_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_dump_sw_setup
int snd_pcm_dump_sw_setup(snd_pcm_t* pcm, snd_output_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_big_endian
int snd_pcm_format_big_endian(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_cpu_endian
int snd_pcm_format_cpu_endian(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_description
const(char)* snd_pcm_format_description(const(snd_pcm_format_t) format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_float
int snd_pcm_format_float(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_linear
int snd_pcm_format_linear(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_little_endian
int snd_pcm_format_little_endian(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_any
void snd_pcm_format_mask_any(snd_pcm_format_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_copy
void snd_pcm_format_mask_copy(snd_pcm_format_mask_t* dst, const(snd_pcm_format_mask_t)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_empty
int snd_pcm_format_mask_empty(const(snd_pcm_format_mask_t)* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_free
void snd_pcm_format_mask_free(snd_pcm_format_mask_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_malloc
int snd_pcm_format_mask_malloc(snd_pcm_format_mask_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_none
void snd_pcm_format_mask_none(snd_pcm_format_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_reset
void snd_pcm_format_mask_reset(snd_pcm_format_mask_t* mask, snd_pcm_format_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_set
void snd_pcm_format_mask_set(snd_pcm_format_mask_t* mask, snd_pcm_format_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_sizeof
size_t snd_pcm_format_mask_sizeof()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_test
int snd_pcm_format_mask_test(const(snd_pcm_format_mask_t)* mask, snd_pcm_format_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_name
const(char)* snd_pcm_format_name(const(snd_pcm_format_t) format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_physical_width
int snd_pcm_format_physical_width(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_set_silence
int snd_pcm_format_set_silence(snd_pcm_format_t format, void* buf, uint samples)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_signed
int snd_pcm_format_signed(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_silence
ubyte snd_pcm_format_silence(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_silence_16
ushort snd_pcm_format_silence_16(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_silence_32
uint snd_pcm_format_silence_32(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_silence_64
ulong snd_pcm_format_silence_64(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_size
ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_unsigned
int snd_pcm_format_unsigned(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_value
snd_pcm_format_t snd_pcm_format_value(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_width
int snd_pcm_format_width(snd_pcm_format_t format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_forward
snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t* pcm, snd_pcm_uframes_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_forwardable
snd_pcm_sframes_t snd_pcm_forwardable(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_frames_to_bytes
ssize_t snd_pcm_frames_to_bytes(snd_pcm_t* pcm, snd_pcm_sframes_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_free_chmaps
void snd_pcm_free_chmaps(snd_pcm_chmap_query_t** maps)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_get_chmap
snd_pcm_chmap_t* snd_pcm_get_chmap(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_get_params
int snd_pcm_get_params(snd_pcm_t* pcm, snd_pcm_uframes_t* buffer_size, snd_pcm_uframes_t* period_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hook_add
int snd_pcm_hook_add(snd_pcm_hook_t** hookp, snd_pcm_t* pcm, snd_pcm_hook_type_t type, snd_pcm_hook_func_t func, 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_pcm_hook_get_pcm
snd_pcm_t* snd_pcm_hook_get_pcm(snd_pcm_hook_t* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hook_get_private
void* snd_pcm_hook_get_private(snd_pcm_hook_t* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hook_remove
int snd_pcm_hook_remove(snd_pcm_hook_t* hook)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hook_set_private
void snd_pcm_hook_set_private(snd_pcm_hook_t* hook, 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_pcm_htimestamp
int snd_pcm_htimestamp(snd_pcm_t* pcm, snd_pcm_uframes_t* avail, snd_htimestamp_t* tstamp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_free
int snd_pcm_hw_free(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params
int snd_pcm_hw_params(snd_pcm_t* pcm, snd_pcm_hw_params_t* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_any
int snd_pcm_hw_params_any(snd_pcm_t* pcm, snd_pcm_hw_params_t* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_can_disable_period_wakeup
int snd_pcm_hw_params_can_disable_period_wakeup(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_can_mmap_sample_resolution
int snd_pcm_hw_params_can_mmap_sample_resolution(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_can_overrange
int snd_pcm_hw_params_can_overrange(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_can_pause
int snd_pcm_hw_params_can_pause(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_can_resume
int snd_pcm_hw_params_can_resume(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_can_sync_start
int snd_pcm_hw_params_can_sync_start(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_copy
void snd_pcm_hw_params_copy(snd_pcm_hw_params_t* dst, const(snd_pcm_hw_params_t)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_current
int snd_pcm_hw_params_current(snd_pcm_t* pcm, snd_pcm_hw_params_t* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_dump
int snd_pcm_hw_params_dump(snd_pcm_hw_params_t* params, snd_output_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_free
void snd_pcm_hw_params_free(snd_pcm_hw_params_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_access
int snd_pcm_hw_params_get_access(const(snd_pcm_hw_params_t)* params, snd_pcm_access_t* _access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_access_mask
int snd_pcm_hw_params_get_access_mask(snd_pcm_hw_params_t* params, snd_pcm_access_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_buffer_size
int snd_pcm_hw_params_get_buffer_size(const(snd_pcm_hw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_buffer_size_max
int snd_pcm_hw_params_get_buffer_size_max(const(snd_pcm_hw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_buffer_size_min
int snd_pcm_hw_params_get_buffer_size_min(const(snd_pcm_hw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_buffer_time
int snd_pcm_hw_params_get_buffer_time(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_buffer_time_max
int snd_pcm_hw_params_get_buffer_time_max(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_buffer_time_min
int snd_pcm_hw_params_get_buffer_time_min(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_channels
int snd_pcm_hw_params_get_channels(const(snd_pcm_hw_params_t)* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_channels_max
int snd_pcm_hw_params_get_channels_max(const(snd_pcm_hw_params_t)* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_channels_min
int snd_pcm_hw_params_get_channels_min(const(snd_pcm_hw_params_t)* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_export_buffer
int snd_pcm_hw_params_get_export_buffer(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_fifo_size
int snd_pcm_hw_params_get_fifo_size(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_format
int snd_pcm_hw_params_get_format(const(snd_pcm_hw_params_t)* params, snd_pcm_format_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_format_mask
void snd_pcm_hw_params_get_format_mask(snd_pcm_hw_params_t* params, snd_pcm_format_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_min_align
int snd_pcm_hw_params_get_min_align(const(snd_pcm_hw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_period_size
int snd_pcm_hw_params_get_period_size(const(snd_pcm_hw_params_t)* params, snd_pcm_uframes_t* frames, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_period_size_max
int snd_pcm_hw_params_get_period_size_max(const(snd_pcm_hw_params_t)* params, snd_pcm_uframes_t* frames, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_period_size_min
int snd_pcm_hw_params_get_period_size_min(const(snd_pcm_hw_params_t)* params, snd_pcm_uframes_t* frames, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_period_time
int snd_pcm_hw_params_get_period_time(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_period_time_max
int snd_pcm_hw_params_get_period_time_max(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_period_time_min
int snd_pcm_hw_params_get_period_time_min(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_period_wakeup
int snd_pcm_hw_params_get_period_wakeup(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_periods
int snd_pcm_hw_params_get_periods(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_periods_max
int snd_pcm_hw_params_get_periods_max(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_periods_min
int snd_pcm_hw_params_get_periods_min(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_rate
int snd_pcm_hw_params_get_rate(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_rate_max
int snd_pcm_hw_params_get_rate_max(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_rate_min
int snd_pcm_hw_params_get_rate_min(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_rate_numden
int snd_pcm_hw_params_get_rate_numden(const(snd_pcm_hw_params_t)* params, uint* rate_num, uint* rate_den)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_rate_resample
int snd_pcm_hw_params_get_rate_resample(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_sbits
int snd_pcm_hw_params_get_sbits(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_subformat
int snd_pcm_hw_params_get_subformat(const(snd_pcm_hw_params_t)* params, snd_pcm_subformat_t* subformat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_subformat_mask
void snd_pcm_hw_params_get_subformat_mask(snd_pcm_hw_params_t* params, snd_pcm_subformat_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_tick_time
deprecated int snd_pcm_hw_params_get_tick_time(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_tick_time_max
deprecated int snd_pcm_hw_params_get_tick_time_max(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_get_tick_time_min
deprecated int snd_pcm_hw_params_get_tick_time_min(const(snd_pcm_hw_params_t)* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_is_batch
int snd_pcm_hw_params_is_batch(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_is_block_transfer
int snd_pcm_hw_params_is_block_transfer(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_is_double
int snd_pcm_hw_params_is_double(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_is_half_duplex
int snd_pcm_hw_params_is_half_duplex(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_is_joint_duplex
int snd_pcm_hw_params_is_joint_duplex(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_is_monotonic
int snd_pcm_hw_params_is_monotonic(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_malloc
int snd_pcm_hw_params_malloc(snd_pcm_hw_params_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_access
int snd_pcm_hw_params_set_access(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_access_t _access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_access_first
int snd_pcm_hw_params_set_access_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_access_t* _access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_access_last
int snd_pcm_hw_params_set_access_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_access_t* _access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_access_mask
int snd_pcm_hw_params_set_access_mask(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_access_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_size
int snd_pcm_hw_params_set_buffer_size(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_size_first
int snd_pcm_hw_params_set_buffer_size_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_size_last
int snd_pcm_hw_params_set_buffer_size_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_size_max
int snd_pcm_hw_params_set_buffer_size_max(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_size_min
int snd_pcm_hw_params_set_buffer_size_min(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_size_minmax
int snd_pcm_hw_params_set_buffer_size_minmax(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* min, snd_pcm_uframes_t* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_size_near
int snd_pcm_hw_params_set_buffer_size_near(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_time
int snd_pcm_hw_params_set_buffer_time(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_time_first
int snd_pcm_hw_params_set_buffer_time_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_time_last
int snd_pcm_hw_params_set_buffer_time_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_time_max
int snd_pcm_hw_params_set_buffer_time_max(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_time_min
int snd_pcm_hw_params_set_buffer_time_min(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_time_minmax
int snd_pcm_hw_params_set_buffer_time_minmax(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* min, int* mindir, uint* max, int* maxdir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_buffer_time_near
int snd_pcm_hw_params_set_buffer_time_near(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_channels
int snd_pcm_hw_params_set_channels(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_channels_first
int snd_pcm_hw_params_set_channels_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_channels_last
int snd_pcm_hw_params_set_channels_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_channels_max
int snd_pcm_hw_params_set_channels_max(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_channels_min
int snd_pcm_hw_params_set_channels_min(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_channels_minmax
int snd_pcm_hw_params_set_channels_minmax(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* min, uint* max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_channels_near
int snd_pcm_hw_params_set_channels_near(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_export_buffer
int snd_pcm_hw_params_set_export_buffer(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_format
int snd_pcm_hw_params_set_format(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_format_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_format_first
int snd_pcm_hw_params_set_format_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_format_t* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_format_last
int snd_pcm_hw_params_set_format_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_format_t* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_format_mask
int snd_pcm_hw_params_set_format_mask(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_format_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_size
int snd_pcm_hw_params_set_period_size(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_size_first
int snd_pcm_hw_params_set_period_size_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_size_integer
int snd_pcm_hw_params_set_period_size_integer(snd_pcm_t* pcm, snd_pcm_hw_params_t* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_size_last
int snd_pcm_hw_params_set_period_size_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_size_max
int snd_pcm_hw_params_set_period_size_max(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_size_min
int snd_pcm_hw_params_set_period_size_min(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_size_minmax
int snd_pcm_hw_params_set_period_size_minmax(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* min, int* mindir, snd_pcm_uframes_t* max, int* maxdir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_size_near
int snd_pcm_hw_params_set_period_size_near(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_time
int snd_pcm_hw_params_set_period_time(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_time_first
int snd_pcm_hw_params_set_period_time_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_time_last
int snd_pcm_hw_params_set_period_time_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_time_max
int snd_pcm_hw_params_set_period_time_max(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_time_min
int snd_pcm_hw_params_set_period_time_min(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_time_minmax
int snd_pcm_hw_params_set_period_time_minmax(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* min, int* mindir, uint* max, int* maxdir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_time_near
int snd_pcm_hw_params_set_period_time_near(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_period_wakeup
int snd_pcm_hw_params_set_period_wakeup(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_periods
int snd_pcm_hw_params_set_periods(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_periods_first
int snd_pcm_hw_params_set_periods_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_periods_integer
int snd_pcm_hw_params_set_periods_integer(snd_pcm_t* pcm, snd_pcm_hw_params_t* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_periods_last
int snd_pcm_hw_params_set_periods_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_periods_max
int snd_pcm_hw_params_set_periods_max(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_periods_min
int snd_pcm_hw_params_set_periods_min(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_periods_minmax
int snd_pcm_hw_params_set_periods_minmax(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* min, int* mindir, uint* max, int* maxdir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_periods_near
int snd_pcm_hw_params_set_periods_near(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_rate
int snd_pcm_hw_params_set_rate(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_rate_first
int snd_pcm_hw_params_set_rate_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_rate_last
int snd_pcm_hw_params_set_rate_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_rate_max
int snd_pcm_hw_params_set_rate_max(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_rate_min
int snd_pcm_hw_params_set_rate_min(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_rate_minmax
int snd_pcm_hw_params_set_rate_minmax(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* min, int* mindir, uint* max, int* maxdir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_rate_near
int snd_pcm_hw_params_set_rate_near(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_rate_resample
int snd_pcm_hw_params_set_rate_resample(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_subformat
int snd_pcm_hw_params_set_subformat(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_subformat_t subformat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_subformat_first
int snd_pcm_hw_params_set_subformat_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_subformat_t* subformat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_subformat_last
int snd_pcm_hw_params_set_subformat_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_subformat_t* subformat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_subformat_mask
int snd_pcm_hw_params_set_subformat_mask(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_subformat_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_tick_time
deprecated int snd_pcm_hw_params_set_tick_time(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_tick_time_first
deprecated int snd_pcm_hw_params_set_tick_time_first(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_tick_time_last
deprecated int snd_pcm_hw_params_set_tick_time_last(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_tick_time_max
deprecated int snd_pcm_hw_params_set_tick_time_max(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_tick_time_min
deprecated int snd_pcm_hw_params_set_tick_time_min(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_tick_time_minmax
deprecated int snd_pcm_hw_params_set_tick_time_minmax(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* min, int* mindir, uint* max, int* maxdir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_set_tick_time_near
deprecated int snd_pcm_hw_params_set_tick_time_near(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint* val, int* dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_sizeof
size_t snd_pcm_hw_params_sizeof()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_supports_audio_wallclock_ts
int snd_pcm_hw_params_supports_audio_wallclock_ts(const(snd_pcm_hw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_access
int snd_pcm_hw_params_test_access(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_access_t _access)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_buffer_size
int snd_pcm_hw_params_test_buffer_size(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_buffer_time
int snd_pcm_hw_params_test_buffer_time(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_channels
int snd_pcm_hw_params_test_channels(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_format
int snd_pcm_hw_params_test_format(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_format_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_period_size
int snd_pcm_hw_params_test_period_size(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_uframes_t val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_period_time
int snd_pcm_hw_params_test_period_time(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_periods
int snd_pcm_hw_params_test_periods(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_rate
int snd_pcm_hw_params_test_rate(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_subformat
int snd_pcm_hw_params_test_subformat(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, snd_pcm_subformat_t subformat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_test_tick_time
deprecated int snd_pcm_hw_params_test_tick_time(snd_pcm_t* pcm, snd_pcm_hw_params_t* params, uint val, int dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hwsync
int snd_pcm_hwsync(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info
int snd_pcm_info(snd_pcm_t* pcm, snd_pcm_info_t* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_copy
void snd_pcm_info_copy(snd_pcm_info_t* dst, const(snd_pcm_info_t)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_free
void snd_pcm_info_free(snd_pcm_info_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_card
int snd_pcm_info_get_card(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_class
snd_pcm_class_t snd_pcm_info_get_class(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_device
uint snd_pcm_info_get_device(snd_pcm_info_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_id
const(char)* snd_pcm_info_get_id(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_name
const(char)* snd_pcm_info_get_name(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_stream
snd_pcm_stream_t snd_pcm_info_get_stream(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_subclass
snd_pcm_subclass_t snd_pcm_info_get_subclass(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_subdevice
uint snd_pcm_info_get_subdevice(snd_pcm_info_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_subdevice_name
const(char)* snd_pcm_info_get_subdevice_name(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_subdevices_avail
uint snd_pcm_info_get_subdevices_avail(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_subdevices_count
uint snd_pcm_info_get_subdevices_count(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_get_sync
snd_pcm_sync_id_t snd_pcm_info_get_sync(const(snd_pcm_info_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_malloc
int snd_pcm_info_malloc(snd_pcm_info_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_set_device
void snd_pcm_info_set_device(snd_pcm_info_t* obj, uint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_set_stream
void snd_pcm_info_set_stream(snd_pcm_info_t* obj, snd_pcm_stream_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_set_subdevice
void snd_pcm_info_set_subdevice(snd_pcm_info_t* obj, uint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_sizeof
size_t snd_pcm_info_sizeof()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_link
int snd_pcm_link(snd_pcm_t* pcm1, snd_pcm_t* pcm2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_meter_add_scope
int snd_pcm_meter_add_scope(snd_pcm_t* pcm, snd_pcm_scope_t* scope_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_meter_get_boundary
snd_pcm_uframes_t snd_pcm_meter_get_boundary(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_meter_get_bufsize
snd_pcm_uframes_t snd_pcm_meter_get_bufsize(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_meter_get_channels
uint snd_pcm_meter_get_channels(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_meter_get_now
snd_pcm_uframes_t snd_pcm_meter_get_now(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_meter_get_rate
uint snd_pcm_meter_get_rate(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_meter_search_scope
snd_pcm_scope_t* snd_pcm_meter_search_scope(snd_pcm_t* pcm, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_mmap_begin
int snd_pcm_mmap_begin(snd_pcm_t* pcm, const(snd_pcm_channel_area_t)** areas, snd_pcm_uframes_t* offset, snd_pcm_uframes_t* frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_mmap_commit
snd_pcm_sframes_t snd_pcm_mmap_commit(snd_pcm_t* pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_mmap_readi
snd_pcm_sframes_t snd_pcm_mmap_readi(snd_pcm_t* pcm, void* buffer, snd_pcm_uframes_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_mmap_readn
snd_pcm_sframes_t snd_pcm_mmap_readn(snd_pcm_t* pcm, void** bufs, snd_pcm_uframes_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_mmap_writei
snd_pcm_sframes_t snd_pcm_mmap_writei(snd_pcm_t* pcm, const(void)* buffer, snd_pcm_uframes_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_mmap_writen
snd_pcm_sframes_t snd_pcm_mmap_writen(snd_pcm_t* pcm, void** bufs, snd_pcm_uframes_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_name
const(char)* snd_pcm_name(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_nonblock
int snd_pcm_nonblock(snd_pcm_t* pcm, int nonblock)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_open
int snd_pcm_open(snd_pcm_t** pcm, const(char)* name, snd_pcm_stream_t stream, 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_pcm_open_fallback
int snd_pcm_open_fallback(snd_pcm_t** pcm, snd_config_t* root, const(char)* name, const(char)* orig_name, snd_pcm_stream_t stream, 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_pcm_open_lconf
int snd_pcm_open_lconf(snd_pcm_t** pcm, const(char)* name, snd_pcm_stream_t stream, int mode, snd_config_t* lconf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_pause
int snd_pcm_pause(snd_pcm_t* pcm, int enable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_poll_descriptors
int snd_pcm_poll_descriptors(snd_pcm_t* pcm, pollfd* pfds, uint space)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_poll_descriptors_count
int snd_pcm_poll_descriptors_count(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_poll_descriptors_revents
int snd_pcm_poll_descriptors_revents(snd_pcm_t* pcm, pollfd* pfds, uint nfds, ushort* revents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_prepare
int snd_pcm_prepare(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_query_chmaps
snd_pcm_chmap_query_t** snd_pcm_query_chmaps(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_query_chmaps_from_hw
snd_pcm_chmap_query_t** snd_pcm_query_chmaps_from_hw(int card, int dev, int subdev, snd_pcm_stream_t stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_readi
snd_pcm_sframes_t snd_pcm_readi(snd_pcm_t* pcm, void* buffer, snd_pcm_uframes_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_readn
snd_pcm_sframes_t snd_pcm_readn(snd_pcm_t* pcm, void** bufs, snd_pcm_uframes_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_recover
int snd_pcm_recover(snd_pcm_t* pcm, int err, int silent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_reset
int snd_pcm_reset(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_resume
int snd_pcm_resume(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_rewind
snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t* pcm, snd_pcm_uframes_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_rewindable
snd_pcm_sframes_t snd_pcm_rewindable(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_samples_to_bytes
ssize_t snd_pcm_samples_to_bytes(snd_pcm_t* pcm, c_long samples)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_get_callback_private
void* snd_pcm_scope_get_callback_private(snd_pcm_scope_t* scope_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_get_name
const(char)* snd_pcm_scope_get_name(snd_pcm_scope_t* scope_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_malloc
int snd_pcm_scope_malloc(snd_pcm_scope_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_s16_get_channel_buffer
short* snd_pcm_scope_s16_get_channel_buffer(snd_pcm_scope_t* scope_, uint channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_s16_open
int snd_pcm_scope_s16_open(snd_pcm_t* pcm, const(char)* name, snd_pcm_scope_t** scopep)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_set_callback_private
void snd_pcm_scope_set_callback_private(snd_pcm_scope_t* scope_, void* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_set_name
void snd_pcm_scope_set_name(snd_pcm_scope_t* scope_, const(char)* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_set_ops
void snd_pcm_scope_set_ops(snd_pcm_scope_t* scope_, snd_pcm_scope_ops_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_set_chmap
int snd_pcm_set_chmap(snd_pcm_t* pcm, const(snd_pcm_chmap_t)* map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_set_params
int snd_pcm_set_params(snd_pcm_t* pcm, snd_pcm_format_t format, snd_pcm_access_t access, uint channels, uint rate, int soft_resample, uint latency)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_start
int snd_pcm_start(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_start_mode_name
deprecated const(char)* snd_pcm_start_mode_name(snd_pcm_start_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_state
snd_pcm_state_t snd_pcm_state(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_state_name
const(char)* snd_pcm_state_name(const(snd_pcm_state_t) state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status
int snd_pcm_status(snd_pcm_t* pcm, snd_pcm_status_t* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_copy
void snd_pcm_status_copy(snd_pcm_status_t* dst, const(snd_pcm_status_t)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_dump
int snd_pcm_status_dump(snd_pcm_status_t* status, snd_output_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_free
void snd_pcm_status_free(snd_pcm_status_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_audio_htstamp
void snd_pcm_status_get_audio_htstamp(const(snd_pcm_status_t)* obj, snd_htimestamp_t* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_avail
snd_pcm_uframes_t snd_pcm_status_get_avail(const(snd_pcm_status_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_avail_max
snd_pcm_uframes_t snd_pcm_status_get_avail_max(const(snd_pcm_status_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_delay
snd_pcm_sframes_t snd_pcm_status_get_delay(const(snd_pcm_status_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_htstamp
void snd_pcm_status_get_htstamp(const(snd_pcm_status_t)* obj, snd_htimestamp_t* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_overrange
snd_pcm_uframes_t snd_pcm_status_get_overrange(const(snd_pcm_status_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_state
snd_pcm_state_t snd_pcm_status_get_state(const(snd_pcm_status_t)* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_trigger_htstamp
void snd_pcm_status_get_trigger_htstamp(const(snd_pcm_status_t)* obj, snd_htimestamp_t* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_trigger_tstamp
void snd_pcm_status_get_trigger_tstamp(const(snd_pcm_status_t)* obj, snd_timestamp_t* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_get_tstamp
void snd_pcm_status_get_tstamp(const(snd_pcm_status_t)* obj, snd_timestamp_t* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_malloc
int snd_pcm_status_malloc(snd_pcm_status_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_sizeof
size_t snd_pcm_status_sizeof()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_stream
snd_pcm_stream_t snd_pcm_stream(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_stream_name
const(char)* snd_pcm_stream_name(const(snd_pcm_stream_t) stream)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_description
const(char)* snd_pcm_subformat_description(const(snd_pcm_subformat_t) subformat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_any
void snd_pcm_subformat_mask_any(snd_pcm_subformat_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_copy
void snd_pcm_subformat_mask_copy(snd_pcm_subformat_mask_t* dst, const(snd_pcm_subformat_mask_t)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_empty
int snd_pcm_subformat_mask_empty(const(snd_pcm_subformat_mask_t)* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_free
void snd_pcm_subformat_mask_free(snd_pcm_subformat_mask_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_malloc
int snd_pcm_subformat_mask_malloc(snd_pcm_subformat_mask_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_none
void snd_pcm_subformat_mask_none(snd_pcm_subformat_mask_t* mask)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_reset
void snd_pcm_subformat_mask_reset(snd_pcm_subformat_mask_t* mask, snd_pcm_subformat_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_set
void snd_pcm_subformat_mask_set(snd_pcm_subformat_mask_t* mask, snd_pcm_subformat_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_sizeof
size_t snd_pcm_subformat_mask_sizeof()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_test
int snd_pcm_subformat_mask_test(const(snd_pcm_subformat_mask_t)* mask, snd_pcm_subformat_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_name
const(char)* snd_pcm_subformat_name(const(snd_pcm_subformat_t) subformat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params
int snd_pcm_sw_params(snd_pcm_t* pcm, snd_pcm_sw_params_t* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_copy
void snd_pcm_sw_params_copy(snd_pcm_sw_params_t* dst, const(snd_pcm_sw_params_t)* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_current
int snd_pcm_sw_params_current(snd_pcm_t* pcm, snd_pcm_sw_params_t* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_dump
int snd_pcm_sw_params_dump(snd_pcm_sw_params_t* params, snd_output_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_free
void snd_pcm_sw_params_free(snd_pcm_sw_params_t* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_avail_min
int snd_pcm_sw_params_get_avail_min(const(snd_pcm_sw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_boundary
int snd_pcm_sw_params_get_boundary(const(snd_pcm_sw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_period_event
int snd_pcm_sw_params_get_period_event(const(snd_pcm_sw_params_t)* params, int* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_silence_size
int snd_pcm_sw_params_get_silence_size(const(snd_pcm_sw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_silence_threshold
int snd_pcm_sw_params_get_silence_threshold(const(snd_pcm_sw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_sleep_min
deprecated int snd_pcm_sw_params_get_sleep_min(const(snd_pcm_sw_params_t)* params, uint* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_start_mode
deprecated snd_pcm_start_t snd_pcm_sw_params_get_start_mode(const(snd_pcm_sw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_start_threshold
int snd_pcm_sw_params_get_start_threshold(const(snd_pcm_sw_params_t)* paramsm, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_stop_threshold
int snd_pcm_sw_params_get_stop_threshold(const(snd_pcm_sw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_tstamp_mode
int snd_pcm_sw_params_get_tstamp_mode(const(snd_pcm_sw_params_t)* params, snd_pcm_tstamp_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_xfer_align
deprecated int snd_pcm_sw_params_get_xfer_align(const(snd_pcm_sw_params_t)* params, snd_pcm_uframes_t* val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_get_xrun_mode
deprecated snd_pcm_xrun_t snd_pcm_sw_params_get_xrun_mode(const(snd_pcm_sw_params_t)* params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_malloc
int snd_pcm_sw_params_malloc(snd_pcm_sw_params_t** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_avail_min
int snd_pcm_sw_params_set_avail_min(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_uframes_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_period_event
int snd_pcm_sw_params_set_period_event(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, int val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_silence_size
int snd_pcm_sw_params_set_silence_size(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_uframes_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_silence_threshold
int snd_pcm_sw_params_set_silence_threshold(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_uframes_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_sleep_min
deprecated int snd_pcm_sw_params_set_sleep_min(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, uint val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_start_mode
deprecated int snd_pcm_sw_params_set_start_mode(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_start_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_start_threshold
int snd_pcm_sw_params_set_start_threshold(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_uframes_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_stop_threshold
int snd_pcm_sw_params_set_stop_threshold(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_uframes_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_tstamp_mode
int snd_pcm_sw_params_set_tstamp_mode(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_tstamp_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_xfer_align
deprecated int snd_pcm_sw_params_set_xfer_align(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_uframes_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_set_xrun_mode
deprecated int snd_pcm_sw_params_set_xrun_mode(snd_pcm_t* pcm, snd_pcm_sw_params_t* params, snd_pcm_xrun_t val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_sizeof
size_t snd_pcm_sw_params_sizeof()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_tstamp_mode_name
const(char)* snd_pcm_tstamp_mode_name(const(snd_pcm_tstamp_t) mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_type
snd_pcm_type_t snd_pcm_type(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_type_name
const(char)* snd_pcm_type_name(snd_pcm_type_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_unlink
int snd_pcm_unlink(snd_pcm_t* pcm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_wait
int snd_pcm_wait(snd_pcm_t* pcm, int timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_writei
snd_pcm_sframes_t snd_pcm_writei(snd_pcm_t* pcm, const(void)* buffer, snd_pcm_uframes_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_writen
snd_pcm_sframes_t snd_pcm_writen(snd_pcm_t* pcm, void** bufs, snd_pcm_uframes_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_xrun_mode_name
deprecated const(char)* snd_pcm_xrun_mode_name(snd_pcm_xrun_t mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_spcm_init
int snd_spcm_init(snd_pcm_t* pcm, uint rate, uint channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t _access, snd_spcm_xrun_type_t xrun_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_spcm_init_duplex
int snd_spcm_init_duplex(snd_pcm_t* playback_pcm, snd_pcm_t* capture_pcm, uint rate, uint channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t _access, snd_spcm_xrun_type_t xrun_type, snd_spcm_duplex_type_t duplex_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_spcm_init_get_params
int snd_spcm_init_get_params(snd_pcm_t* pcm, uint* rate, snd_pcm_uframes_t* buffer_size, snd_pcm_uframes_t* period_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SND_CHMAP_API_VERSION
enum SND_CHMAP_API_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_CHMAP_DRIVER_SPEC
enum SND_CHMAP_DRIVER_SPEC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_CHMAP_PHASE_INVERSE
enum SND_CHMAP_PHASE_INVERSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_CHMAP_POSITION_MASK
enum SND_CHMAP_POSITION_MASK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_PCM_ABORT
enum SND_PCM_ABORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_PCM_ASYNC
enum SND_PCM_ASYNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_PCM_NONBLOCK
enum SND_PCM_NONBLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_PCM_NO_AUTO_CHANNELS
enum SND_PCM_NO_AUTO_CHANNELS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_PCM_NO_AUTO_FORMAT
enum SND_PCM_NO_AUTO_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_PCM_NO_AUTO_RESAMPLE
enum SND_PCM_NO_AUTO_RESAMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SND_PCM_NO_SOFTVOL
enum SND_PCM_NO_SOFTVOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

snd_pcm_access_mask_t
struct snd_pcm_access_mask_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_channel_area_t
struct snd_pcm_channel_area_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_query_t
struct snd_pcm_chmap_query_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_chmap_t
struct snd_pcm_chmap_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_format_mask_t
struct snd_pcm_format_mask_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hook_t
struct snd_pcm_hook_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_hw_params_t
struct snd_pcm_hw_params_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_info_t
struct snd_pcm_info_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_ops_t
struct snd_pcm_scope_ops_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_scope_t
struct snd_pcm_scope_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_status_t
struct snd_pcm_status_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_subformat_mask_t
struct snd_pcm_subformat_mask_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_sw_params_t
struct snd_pcm_sw_params_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_pcm_t
struct snd_pcm_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

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

Meta