SoundIoOutStreamAlsa

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

Members

Variables

access
snd_pcm_access_t access;
Undocumented in source.
areas
SoundIoChannelArea[SOUNDIO_MAX_CHANNELS] areas;
Undocumented in source.
buffer_size_frames
snd_pcm_uframes_t buffer_size_frames;
Undocumented in source.
chmap
snd_pcm_chmap_t* chmap;
Undocumented in source.
chmap_size
int chmap_size;
Undocumented in source.
clear_buffer_flag
SoundIoAtomicFlag clear_buffer_flag;
Undocumented in source.
handle
snd_pcm_t* handle;
Undocumented in source.
is_paused
bool is_paused;
Undocumented in source.
offset
snd_pcm_uframes_t offset;
Undocumented in source.
period_size
snd_pcm_uframes_t period_size;
Undocumented in source.
poll_exit_pipe_fd
int[2] poll_exit_pipe_fd;
Undocumented in source.
poll_fd_count
int poll_fd_count;
Undocumented in source.
poll_fd_count_with_extra
int poll_fd_count_with_extra;
Undocumented in source.
poll_fds
pollfd* poll_fds;
Undocumented in source.
sample_buffer
char* sample_buffer;
Undocumented in source.
sample_buffer_size
int sample_buffer_size;
Undocumented in source.
thread
SoundIoOsThread* thread;
Undocumented in source.
thread_exit_flag
SoundIoAtomicFlag thread_exit_flag;
Undocumented in source.
write_frame_count
int write_frame_count;
Undocumented in source.

Meta