mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:45:29 +00:00
ChannelId and ChannelLayoutId enumeration have a max value
This commit is contained in:
parent
2e7994b0b3
commit
aa3749a062
|
@ -183,6 +183,8 @@ enum SoundIoChannelId {
|
|||
SoundIoChannelIdAux13,
|
||||
SoundIoChannelIdAux14,
|
||||
SoundIoChannelIdAux15,
|
||||
|
||||
SoundIoChannelIdMax
|
||||
};
|
||||
|
||||
/// Built-in channel layouts for convenience.
|
||||
|
@ -213,6 +215,8 @@ enum SoundIoChannelLayoutId {
|
|||
SoundIoChannelLayoutId7Point1Wide,
|
||||
SoundIoChannelLayoutId7Point1WideBack,
|
||||
SoundIoChannelLayoutIdOctagonal,
|
||||
|
||||
SoundIoChannelLayoutIdMax
|
||||
};
|
||||
|
||||
enum SoundIoBackend {
|
||||
|
|
Loading…
Reference in a new issue