soundio.channel_layout

Translated from C to D

Members

Aliases

channel_names_t
alias channel_names_t = const(char)*[CHANNEL_NAME_ALIAS_COUNT]
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static functions

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.

Static variables

CHANNEL_NAME_ALIAS_COUNT
enum CHANNEL_NAME_ALIAS_COUNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
builtin_channel_layouts
SoundIoChannelLayout[26] builtin_channel_layouts;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
channel_names
channel_names_t* channel_names;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta