soundio_parse_channel_id

Given UTF-8 encoded text which is the name of a channel such as "Front Left", "FL", or "front-left", return the corresponding SoundIoChannelId. Returns SoundIoChannelIdInvalid for no match.

extern (C) @nogc nothrow
soundio_parse_channel_id
(
const(char)* str
,)

Meta