- areas
SoundIoChannelArea[SOUNDIO_MAX_CHANNELS] areas;
Undocumented in source.
- audio_capture_client
IAudioCaptureClient* audio_capture_client;
Undocumented in source.
- audio_client
IAudioClient* audio_client;
Undocumented in source.
- audio_session_control
IAudioSessionControl* audio_session_control;
Undocumented in source.
- buffer_frame_count
UINT32 buffer_frame_count;
Undocumented in source.
- cond
SoundIoOsCond* cond;
Undocumented in source.
- h_event
HANDLE h_event;
Undocumented in source.
- is_paused
bool is_paused;
Undocumented in source.
- is_raw
bool is_raw;
Undocumented in source.
- mutex
SoundIoOsMutex* mutex;
Undocumented in source.
- open_complete
bool open_complete;
Undocumented in source.
- open_err
int open_err;
Undocumented in source.
- opened_buf_frames
int opened_buf_frames;
Undocumented in source.
- read_buf
char* read_buf;
Undocumented in source.
- read_buf_frames_left
int read_buf_frames_left;
Undocumented in source.
- read_frame_count
int read_frame_count;
Undocumented in source.
- readable_frame_count
int readable_frame_count;
Undocumented in source.
- start_cond
SoundIoOsCond* start_cond;
Undocumented in source.
- started
bool started;
Undocumented in source.
- stream_name
LPWSTR stream_name;
Undocumented in source.
- thread
SoundIoOsThread* thread;
Undocumented in source.
- thread_exit_flag
SoundIoAtomicFlag thread_exit_flag;
Undocumented in source.