mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Add more platforms to keyexchange.proto
This commit is contained in:
parent
f99f336a6a
commit
7ed8fc01ee
1 changed files with 17 additions and 0 deletions
|
@ -57,6 +57,23 @@ enum Platform {
|
|||
PLATFORM_ONKYO_ARM = 0x15;
|
||||
PLATFORM_QNXNTO_ARM = 0x16;
|
||||
PLATFORM_BCO_ARM = 0x17;
|
||||
PLATFORM_WEBPLAYER = 0x18;
|
||||
PLATFORM_WP8_ARM = 0x19;
|
||||
PLATFORM_WP8_X86 = 0x1a;
|
||||
PLATFORM_WINRT_ARM = 0x1b;
|
||||
PLATFORM_WINRT_X86 = 0x1c;
|
||||
PLATFORM_WINRT_X86_64 = 0x1d;
|
||||
PLATFORM_FRONTIER = 0x1e;
|
||||
PLATFORM_AMIGA_PPC = 0x1f;
|
||||
PLATFORM_NANRADIO_NRX901 = 0x20;
|
||||
PLATFORM_HARMAN_ARM = 0x21;
|
||||
PLATFORM_SONY_PS3 = 0x22;
|
||||
PLATFORM_SONY_PS4 = 0x23;
|
||||
PLATFORM_IPHONE_ARM64 = 0x24;
|
||||
PLATFORM_RTEMS_PPC = 0x25;
|
||||
PLATFORM_GENERIC_PARTNER = 0x26;
|
||||
PLATFORM_WIN32_X86_64 = 0x27;
|
||||
PLATFORM_WATCHOS = 0x28;
|
||||
}
|
||||
|
||||
enum Fingerprint {
|
||||
|
|
Loading…
Reference in a new issue