- soundio_channel_layout_builtin_count
int soundio_channel_layout_builtin_count()
Undocumented in source. Be warned that the author may not have intended to support it.
- soundio_channel_layout_detect_builtin
bool soundio_channel_layout_detect_builtin(SoundIoChannelLayout* layout)
Undocumented in source. Be warned that the author may not have intended to support it.
- soundio_channel_layout_equal
bool soundio_channel_layout_equal(const(SoundIoChannelLayout)* a, const(SoundIoChannelLayout)* b)
Undocumented in source. Be warned that the author may not have intended to support it.
- soundio_channel_layout_find_channel
int soundio_channel_layout_find_channel(const(SoundIoChannelLayout)* layout, SoundIoChannelId channel)
Undocumented in source. Be warned that the author may not have intended to support it.
- soundio_channel_layout_get_builtin
const(SoundIoChannelLayout)* soundio_channel_layout_get_builtin(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- soundio_channel_layout_get_default
const(SoundIoChannelLayout)* soundio_channel_layout_get_default(int channel_count)
Undocumented in source. Be warned that the author may not have intended to support it.
- soundio_get_channel_name
const(char)* soundio_get_channel_name(SoundIoChannelId id)
Undocumented in source. Be warned that the author may not have intended to support it.
- soundio_parse_channel_id
SoundIoChannelId soundio_parse_channel_id(const(char)* str, int str_len)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D