libsoundio-d ~master (2021-08-17T21:58:51Z)
Dub
Repo
SoundIoOutStreamCoreAudio
soundio
coreaudio
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (
C
) @
nogc
nothrow __gshared
struct
SoundIoOutStreamCoreAudio {
AudioComponentInstance
instance
;
AudioBufferList
*
io_data
;
int
buffer_index
;
int
frames_left
;
int
write_frame_count
;
double
hardware_latency
;
float
volume
;
SoundIoChannelArea
[
SOUNDIO_MAX_CHANNELS
]
areas
;
}
Members
Variables
areas
SoundIoChannelArea
[
SOUNDIO_MAX_CHANNELS
]
areas
;
Undocumented in source.
buffer_index
int
buffer_index
;
Undocumented in source.
frames_left
int
frames_left
;
Undocumented in source.
hardware_latency
double
hardware_latency
;
Undocumented in source.
instance
AudioComponentInstance
instance
;
Undocumented in source.
io_data
AudioBufferList
*
io_data
;
Undocumented in source.
volume
float
volume
;
Undocumented in source.
write_frame_count
int
write_frame_count
;
Undocumented in source.
Meta
Source
See Implementation
soundio
coreaudio
aliases
SoundIoListAudioDeviceID
structs
SoundIoCoreAudio
SoundIoDeviceCoreAudio
SoundIoInStreamCoreAudio
SoundIoOutStreamCoreAudio