mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-30 11:24:17 -04:00
Added custom audio mode to spec
This commit is contained in:
parent
a810be316f
commit
a35e522e75
1 changed files with 4 additions and 0 deletions
|
@ -39,3 +39,7 @@ AM_OPUS_STANDARD = 0x15
|
|||
AM_OPUS_HQ = 0x16
|
||||
AM_OPUS_BROADCAST = 0x17
|
||||
AM_OPUS_LOSSLESS = 0x18
|
||||
|
||||
# Custom, unspecified audio mode, the
|
||||
# client must determined it itself
|
||||
AM_CUSTOM = 0xFF
|
Loading…
Add table
Add a link
Reference in a new issue