steamutils 1.2.51 → 1.2.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/steamutils.iml +1 -1
- package/.idea/vcs.xml +1 -1
- package/SteamClient.js +18 -12
- package/example.js +1 -0
- package/helpers/protos.js +21 -0
- package/package.json +6 -6
- package/protos/{base_gcmessages.proto → csgo/base_gcmessages_csgo.proto} +547 -533
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -0
- package/protos/csgo/clientmessages.proto +48 -0
- package/protos/csgo/connectionless_netmessages.proto +19 -0
- package/protos/csgo/cs_gameevents.proto +34 -0
- package/protos/csgo/cs_usercmd.proto +34 -0
- package/protos/{cstrike15_gcmessages.proto → csgo/cstrike15_gcmessages.proto} +1402 -1344
- package/protos/{cstrike15_usermessages.proto → csgo/cstrike15_usermessages.proto} +596 -597
- package/protos/csgo/demo.proto +160 -0
- package/protos/{econ_gcmessages.proto → csgo/econ_gcmessages.proto} +228 -225
- package/protos/{engine_gcmessages.proto → csgo/engine_gcmessages.proto} +14 -16
- package/protos/{enums_clientserver.proto → csgo/enums_clientserver.proto} +1529 -1534
- package/protos/{fatdemo.proto → csgo/fatdemo.proto} +125 -125
- package/protos/csgo/gameevents.proto +120 -0
- package/protos/{gcsdk_gcmessages.proto → csgo/gcsdk_gcmessages.proto} +323 -302
- package/protos/{gcsystemmsgs.proto → csgo/gcsystemmsgs.proto} +242 -246
- package/protos/csgo/netmessages.proto +604 -0
- package/protos/csgo/network_connection.proto +126 -0
- package/protos/csgo/networkbasetypes.proto +244 -0
- package/protos/csgo/networksystem_protomessages.proto +17 -0
- package/protos/{steamdatagram_messages_auth.proto → csgo/steamdatagram_messages_auth.proto} +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -0
- package/protos/{steammessages.proto → csgo/steammessages.proto} +597 -601
- package/protos/{steammessages_base.proto → csgo/steammessages_base.proto} +301 -288
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -0
- package/protos/{steammessages_gamenetworkingui.proto → csgo/steammessages_gamenetworkingui.proto} +61 -42
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -0
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -0
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -0
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -0
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -0
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -0
- package/protos/{steamnetworkingsockets_messages.proto → csgo/steamnetworkingsockets_messages.proto} +205 -204
- package/protos/{steamnetworkingsockets_messages_certs.proto → csgo/steamnetworkingsockets_messages_certs.proto} +39 -38
- package/protos/{steamnetworkingsockets_messages_udp.proto → csgo/steamnetworkingsockets_messages_udp.proto} +75 -75
- package/protos/csgo/te.proto +259 -0
- package/protos/{uifontfile_format.proto → csgo/uifontfile_format.proto} +13 -16
- package/protos/csgo/usercmd.proto +38 -0
- package/protos/csgo/usermessages.proto +721 -0
- package/protos/csgo/valveextensions.proto +17 -0
- package/protos/google/protobuf/descriptor.proto +281 -0
- package/protos/{clientmetrics.proto → steam/clientmetrics.proto} +45 -45
- package/protos/{content_manifest.proto → steam/content_manifest.proto} +62 -62
- package/protos/steam/contenthubs.proto +41 -0
- package/protos/{encrypted_app_ticket.proto → steam/encrypted_app_ticket.proto} +10 -10
- package/protos/{enums.proto → steam/enums.proto} +444 -285
- package/protos/steam/enums_clientserver.proto +1539 -0
- package/protos/steam/enums_productinfo.proto +13 -0
- package/protos/{htmlmessages.proto → steam/htmlmessages.proto} +1027 -993
- package/protos/steam/offline_ticket.proto +8 -0
- package/protos/{renderer → steam/renderer}/rendermessages.proto +893 -893
- package/protos/steam/steamdatagram_messages_auth.proto +65 -0
- package/protos/{steamdatagram_messages_sdr.proto → steam/steamdatagram_messages_sdr.proto} +533 -518
- package/protos/{steammessages_accounthardware.steamclient.proto → steam/steammessages_accounthardware.steamclient.proto} +201 -188
- package/protos/{steammessages_appoverview.proto → steam/steammessages_appoverview.proto} +187 -185
- package/protos/steam/steammessages_auth.steamclient.proto +435 -0
- package/protos/steam/steammessages_base.proto +332 -0
- package/protos/{steammessages_broadcast.steamclient.proto → steam/steammessages_broadcast.steamclient.proto} +759 -756
- package/protos/{steammessages_chat.steamclient.proto → steam/steammessages_chat.steamclient.proto} +1281 -1281
- package/protos/steam/steammessages_client_objects.proto +645 -0
- package/protos/{steammessages_clientlanp2p.proto → steam/steammessages_clientlanp2p.proto} +42 -26
- package/protos/{steammessages_clientmetrics.steamclient.proto → steam/steammessages_clientmetrics.steamclient.proto} +194 -176
- package/protos/{steammessages_clientnotificationtypes.proto → steam/steammessages_clientnotificationtypes.proto} +231 -129
- package/protos/{steammessages_clientserver.proto → steam/steammessages_clientserver.proto} +392 -384
- package/protos/{steammessages_clientserver_2.proto → steam/steammessages_clientserver_2.proto} +760 -776
- package/protos/{steammessages_clientserver_appinfo.proto → steam/steammessages_clientserver_appinfo.proto} +131 -166
- package/protos/{steammessages_clientserver_friends.proto → steam/steammessages_clientserver_friends.proto} +260 -260
- package/protos/{steammessages_clientserver_gameservers.proto → steam/steammessages_clientserver_gameservers.proto} +159 -159
- package/protos/{steammessages_clientserver_lbs.proto → steam/steammessages_clientserver_lbs.proto} +70 -70
- package/protos/{steammessages_clientserver_login.proto → steam/steammessages_clientserver_login.proto} +167 -159
- package/protos/{steammessages_clientserver_mms.proto → steam/steammessages_clientserver_mms.proto} +228 -235
- package/protos/{steammessages_clientserver_ucm.proto → steam/steammessages_clientserver_ucm.proto} +205 -202
- package/protos/{steammessages_clientserver_uds.proto → steam/steammessages_clientserver_uds.proto} +124 -104
- package/protos/{steammessages_clientserver_ufs.proto → steam/steammessages_clientserver_ufs.proto} +172 -172
- package/protos/{steammessages_clientserver_userstats.proto → steam/steammessages_clientserver_userstats.proto} +80 -80
- package/protos/steam/steammessages_clientsettings.proto +168 -0
- package/protos/{steammessages_cloud.steamclient.proto → steam/steammessages_cloud.steamclient.proto} +513 -512
- package/protos/{steammessages_contentsystem.steamclient.proto → steam/steammessages_contentsystem.steamclient.proto} +115 -77
- package/protos/{steammessages_credentials.steamclient.proto → steam/steammessages_credentials.steamclient.proto} +115 -141
- package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -0
- package/protos/{steammessages_depotbuilder.steamclient.proto → steam/steammessages_depotbuilder.steamclient.proto} +118 -118
- package/protos/{steammessages_deviceauth.steamclient.proto → steam/steammessages_deviceauth.steamclient.proto} +203 -200
- package/protos/{steammessages_econ.steamclient.proto → steam/steammessages_econ.steamclient.proto} +150 -105
- package/protos/{steammessages_friendmessages.steamclient.proto → steam/steammessages_friendmessages.steamclient.proto} +168 -168
- package/protos/{steammessages_gamenetworking.steamclient.proto → steam/steammessages_gamenetworking.steamclient.proto} +32 -32
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -0
- package/protos/{steammessages_gamenotifications.steamclient.proto → steam/steammessages_gamenotifications.steamclient.proto} +156 -156
- package/protos/{steammessages_gameservers.steamclient.proto → steam/steammessages_gameservers.steamclient.proto} +152 -152
- package/protos/{steammessages_hiddevices.proto → steam/steammessages_hiddevices.proto} +157 -156
- package/protos/{steammessages_inventory.steamclient.proto → steam/steammessages_inventory.steamclient.proto} +224 -224
- package/protos/{steammessages_linkfilter.steamclient.proto → steam/steammessages_linkfilter.steamclient.proto} +49 -49
- package/protos/{steammessages_lobbymatchmaking.steamclient.proto → steam/steammessages_lobbymatchmaking.steamclient.proto} +33 -33
- package/protos/{steammessages_market.steamclient.proto → steam/steammessages_market.steamclient.proto} +26 -26
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -0
- package/protos/{steammessages_offline.steamclient.proto → steam/steammessages_offline.steamclient.proto} +40 -37
- package/protos/{steammessages_parental.steamclient.proto → steam/steammessages_parental.steamclient.proto} +228 -186
- package/protos/{steammessages_parties.steamclient.proto → steam/steammessages_parties.steamclient.proto} +94 -94
- package/protos/{steammessages_partnerapps.steamclient.proto → steam/steammessages_partnerapps.steamclient.proto} +138 -136
- package/protos/{steammessages_player.steamclient.proto → steam/steammessages_player.steamclient.proto} +1060 -912
- package/protos/{steammessages_publishedfile.steamclient.proto → steam/steammessages_publishedfile.steamclient.proto} +813 -711
- package/protos/{steammessages_qms.steamclient.proto → steam/steammessages_qms.steamclient.proto} +125 -125
- package/protos/{steammessages_remoteclient.proto → steam/steammessages_remoteclient.proto} +99 -99
- package/protos/{steammessages_remoteclient_discovery.proto → steam/steammessages_remoteclient_discovery.proto} +235 -228
- package/protos/{steammessages_remoteclient_service.steamclient.proto → steam/steammessages_remoteclient_service.steamclient.proto} +86 -90
- package/protos/{steammessages_remoteclient_service_messages.proto → steam/steammessages_remoteclient_service_messages.proto} +217 -196
- package/protos/{steammessages_remoteplay.proto → steam/steammessages_remoteplay.proto} +976 -871
- package/protos/{steammessages_secrets.steamclient.proto → steam/steammessages_secrets.steamclient.proto} +39 -39
- package/protos/{steammessages_shader.steamclient.proto → steam/steammessages_shader.steamclient.proto} +108 -96
- package/protos/{steammessages_site_license.steamclient.proto → steam/steammessages_site_license.steamclient.proto} +128 -128
- package/protos/{steammessages_sitelicenseclient.proto → steam/steammessages_sitelicenseclient.proto} +38 -38
- package/protos/{steammessages_siteserverui.proto → steam/steammessages_siteserverui.proto} +130 -130
- package/protos/{steammessages_star.steamclient.proto → steam/steammessages_star.steamclient.proto} +64 -64
- package/protos/{steammessages_steamtv.steamclient.proto → steam/steammessages_steamtv.steamclient.proto} +630 -630
- package/protos/{steammessages_store.steamclient.proto → steam/steammessages_store.steamclient.proto} +371 -262
- package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -0
- package/protos/{steammessages_timedtrial.steamclient.proto → steam/steammessages_timedtrial.steamclient.proto} +50 -50
- package/protos/{steammessages_twofactor.steamclient.proto → steam/steammessages_twofactor.steamclient.proto} +186 -154
- package/protos/{steammessages_unified_base.steamclient.proto → steam/steammessages_unified_base.steamclient.proto} +33 -33
- package/protos/{steammessages_unified_test.steamclient.proto → steam/steammessages_unified_test.steamclient.proto} +61 -50
- package/protos/{steammessages_useraccount.steamclient.proto → steam/steammessages_useraccount.steamclient.proto} +249 -210
- package/protos/{steammessages_vac.steamclient.proto → steam/steammessages_vac.steamclient.proto} +44 -44
- package/protos/steam/steammessages_video.steamclient.proto +171 -0
- package/protos/{steammessages_virtualcontroller.proto → steam/steammessages_virtualcontroller.proto} +138 -138
- package/protos/{steammessages_workshop.steamclient.proto → steam/steammessages_workshop.steamclient.proto} +23 -23
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -0
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -0
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -0
- package/protos/steam/webuimessages_base.proto +24 -0
- package/protos/steam/webuimessages_gamenotes.proto +21 -0
- package/protos/steam/webuimessages_steamengine.proto +32 -0
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -0
- package/protos/steam/webuimessages_systemmanager.proto +17 -0
- package/protos/steam/webuimessages_transport.proto +18 -0
- package/protos/steam/webuimessages_transportvalidation.proto +97 -0
- package/protos/webui/common.proto +5508 -0
- package/protos/webui/common_base.proto +27 -0
- package/protos/webui/service_accountlinking.proto +27 -0
- package/protos/webui/service_accountprivacy.proto +42 -0
- package/protos/webui/service_auction.proto +97 -0
- package/protos/webui/service_authentication.proto +222 -0
- package/protos/webui/service_authenticationsupport.proto +74 -0
- package/protos/webui/service_broadcast.proto +562 -0
- package/protos/webui/service_chat.proto +11 -0
- package/protos/webui/service_chatroom.proto +810 -0
- package/protos/webui/service_chatusability.proto +107 -0
- package/protos/webui/service_clan.proto +41 -0
- package/protos/webui/service_clanchatrooms.proto +25 -0
- package/protos/webui/service_clanfaqs.proto +202 -0
- package/protos/webui/service_clientcomm.proto +150 -0
- package/protos/webui/service_clientmetrics.proto +63 -0
- package/protos/webui/service_cloud.proto +222 -0
- package/protos/webui/service_cloudconfigstore.proto +51 -0
- package/protos/webui/service_cloudgaming.proto +30 -0
- package/protos/webui/service_community.proto +365 -0
- package/protos/webui/service_econ.proto +134 -0
- package/protos/webui/service_embedded.proto +24 -0
- package/protos/webui/service_experimentservice.proto +6 -0
- package/protos/webui/service_fovasvideo.proto +15 -0
- package/protos/webui/service_friendmessages.proto +133 -0
- package/protos/webui/service_friendslist.proto +70 -0
- package/protos/webui/service_gamenotes.proto +15 -0
- package/protos/webui/service_helprequestlogs.proto +26 -0
- package/protos/webui/service_loyaltyrewards.proto +252 -0
- package/protos/webui/service_marketingmessages.proto +184 -0
- package/protos/webui/service_mobileapp.proto +18 -0
- package/protos/webui/service_mobileauth.proto +24 -0
- package/protos/webui/service_mobiledevice.proto +26 -0
- package/protos/webui/service_mobileperaccount.proto +31 -0
- package/protos/webui/service_news.proto +101 -0
- package/protos/webui/service_parental.proto +178 -0
- package/protos/webui/service_partnermembershipinvite.proto +29 -0
- package/protos/webui/service_partnerstorebrowse.proto +6 -0
- package/protos/webui/service_phone.proto +51 -0
- package/protos/webui/service_physicalgoods.proto +15 -0
- package/protos/webui/service_player.proto +885 -0
- package/protos/webui/service_promotioneventinvites.proto +50 -0
- package/protos/webui/service_promotionplanning.proto +72 -0
- package/protos/webui/service_publishedfile.proto +687 -0
- package/protos/webui/service_publishing.proto +119 -0
- package/protos/webui/service_quest.proto +127 -0
- package/protos/webui/service_salefeature.proto +315 -0
- package/protos/webui/service_saleitemrewards.proto +54 -0
- package/protos/webui/service_shoppingcart.proto +108 -0
- package/protos/webui/service_steamawards.proto +19 -0
- package/protos/webui/service_steamcharts.proto +75 -0
- package/protos/webui/service_steamengine.proto +36 -0
- package/protos/webui/service_steamlearn.proto +727 -0
- package/protos/webui/service_steamnotification.proto +84 -0
- package/protos/webui/service_steamtv.proto +495 -0
- package/protos/webui/service_steamvrvoicechat.proto +67 -0
- package/protos/webui/service_steamvrwebrtc.proto +48 -0
- package/protos/webui/service_storagedevicemanager.proto +104 -0
- package/protos/webui/service_store.proto +289 -0
- package/protos/webui/service_storeappsimilarity.proto +76 -0
- package/protos/webui/service_storebrowse.proto +73 -0
- package/protos/webui/service_storequery.proto +97 -0
- package/protos/webui/service_storesales.proto +15 -0
- package/protos/webui/service_storetopsellers.proto +44 -0
- package/protos/webui/service_systemmanager.proto +11 -0
- package/protos/webui/service_test_transporterror.proto +6 -0
- package/protos/webui/service_transportauth.proto +12 -0
- package/protos/webui/service_transportvalidation.proto +69 -0
- package/protos/webui/service_twofactor.proto +181 -0
- package/protos/webui/service_useraccount.proto +138 -0
- package/protos/webui/service_usergameactivity.proto +34 -0
- package/protos/webui/service_usergamenotes.proto +53 -0
- package/protos/webui/service_usernews.proto +68 -0
- package/protos/webui/service_userreviews.proto +96 -0
- package/protos/webui/service_video.proto +128 -0
- package/protos/webui/service_voicechat.proto +139 -0
- package/protos/webui/service_webrtc.proto +52 -0
- package/.idea/deployment.xml +0 -21
- package/protos/netmessages.proto +0 -491
- package/protos/network_connection.proto +0 -70
- package/protos/steamdatagram_messages.proto +0 -205
- package/protos/steammessages_auth.steamclient.proto +0 -192
- package/protos/steammessages_client_objects.proto +0 -336
- package/protos/steammessages_datapublisher.steamclient.proto +0 -67
- package/protos/steammessages_video.steamclient.proto +0 -84
@@ -1,871 +1,976 @@
|
|
1
|
-
option optimize_for = SPEED;
|
2
|
-
option cc_generic_services = false;
|
3
|
-
|
4
|
-
enum EStreamChannel {
|
5
|
-
k_EStreamChannelInvalid = -1;
|
6
|
-
k_EStreamChannelDiscovery = 0;
|
7
|
-
k_EStreamChannelControl = 1;
|
8
|
-
k_EStreamChannelStats = 2;
|
9
|
-
k_EStreamChannelDataChannelStart = 3;
|
10
|
-
}
|
11
|
-
|
12
|
-
enum EStreamDiscoveryMessage {
|
13
|
-
k_EStreamDiscoveryPingRequest = 1;
|
14
|
-
k_EStreamDiscoveryPingResponse = 2;
|
15
|
-
}
|
16
|
-
|
17
|
-
enum EStreamControlMessage {
|
18
|
-
k_EStreamControlAuthenticationRequest = 1;
|
19
|
-
k_EStreamControlAuthenticationResponse = 2;
|
20
|
-
k_EStreamControlNegotiationInit = 3;
|
21
|
-
k_EStreamControlNegotiationSetConfig = 4;
|
22
|
-
k_EStreamControlNegotiationComplete = 5;
|
23
|
-
k_EStreamControlClientHandshake = 6;
|
24
|
-
k_EStreamControlServerHandshake = 7;
|
25
|
-
k_EStreamControlStartNetworkTest = 8;
|
26
|
-
k_EStreamControlKeepAlive = 9;
|
27
|
-
k_EStreamControl_LAST_SETUP_MESSAGE = 15;
|
28
|
-
k_EStreamControlStartAudioData = 50;
|
29
|
-
k_EStreamControlStopAudioData = 51;
|
30
|
-
k_EStreamControlStartVideoData = 52;
|
31
|
-
k_EStreamControlStopVideoData = 53;
|
32
|
-
k_EStreamControlInputMouseMotion = 54;
|
33
|
-
k_EStreamControlInputMouseWheel = 55;
|
34
|
-
k_EStreamControlInputMouseDown = 56;
|
35
|
-
k_EStreamControlInputMouseUp = 57;
|
36
|
-
k_EStreamControlInputKeyDown = 58;
|
37
|
-
k_EStreamControlInputKeyUp = 59;
|
38
|
-
k_EStreamControlInputGamepadAttached_OBSOLETE = 60;
|
39
|
-
k_EStreamControlInputGamepadEvent_OBSOLETE = 61;
|
40
|
-
k_EStreamControlInputGamepadDetached_OBSOLETE = 62;
|
41
|
-
k_EStreamControlShowCursor = 63;
|
42
|
-
k_EStreamControlHideCursor = 64;
|
43
|
-
k_EStreamControlSetCursor = 65;
|
44
|
-
k_EStreamControlGetCursorImage = 66;
|
45
|
-
k_EStreamControlSetCursorImage = 67;
|
46
|
-
k_EStreamControlDeleteCursor = 68;
|
47
|
-
k_EStreamControlSetTargetFramerate = 69;
|
48
|
-
k_EStreamControlInputLatencyTest = 70;
|
49
|
-
k_EStreamControlGamepadRumble_OBSOLETE = 71;
|
50
|
-
k_EStreamControlOverlayEnabled = 74;
|
51
|
-
k_EStreamControlInputControllerAttached_OBSOLETE = 75;
|
52
|
-
k_EStreamControlInputControllerState_OBSOLETE = 76;
|
53
|
-
k_EStreamControlTriggerHapticPulse_OBSOLETE = 77;
|
54
|
-
k_EStreamControlInputControllerDetached_OBSOLETE = 78;
|
55
|
-
k_EStreamControlVideoDecoderInfo = 80;
|
56
|
-
k_EStreamControlSetTitle = 81;
|
57
|
-
k_EStreamControlSetIcon = 82;
|
58
|
-
k_EStreamControlQuitRequest = 83;
|
59
|
-
k_EStreamControlSetQoS = 87;
|
60
|
-
k_EStreamControlInputControllerWirelessPresence_OBSOLETE = 88;
|
61
|
-
k_EStreamControlSetGammaRamp = 89;
|
62
|
-
k_EStreamControlVideoEncoderInfo = 90;
|
63
|
-
k_EStreamControlInputControllerStateHID_OBSOLETE = 93;
|
64
|
-
k_EStreamControlSetTargetBitrate = 94;
|
65
|
-
k_EStreamControlSetControllerPairingEnabled_OBSOLETE = 95;
|
66
|
-
k_EStreamControlSetControllerPairingResult_OBSOLETE = 96;
|
67
|
-
k_EStreamControlTriggerControllerDisconnect_OBSOLETE = 97;
|
68
|
-
k_EStreamControlSetActivity = 98;
|
69
|
-
k_EStreamControlSetStreamingClientConfig = 99;
|
70
|
-
k_EStreamControlSystemSuspend = 100;
|
71
|
-
k_EStreamControlSetControllerSettings_OBSOLETE = 101;
|
72
|
-
k_EStreamControlVirtualHereRequest = 102;
|
73
|
-
k_EStreamControlVirtualHereReady = 103;
|
74
|
-
k_EStreamControlVirtualHereShareDevice = 104;
|
75
|
-
k_EStreamControlSetSpectatorMode = 105;
|
76
|
-
k_EStreamControlRemoteHID = 106;
|
77
|
-
k_EStreamControlStartMicrophoneData = 107;
|
78
|
-
k_EStreamControlStopMicrophoneData = 108;
|
79
|
-
k_EStreamControlInputText = 109;
|
80
|
-
k_EStreamControlTouchConfigActive = 110;
|
81
|
-
k_EStreamControlGetTouchConfigData = 111;
|
82
|
-
k_EStreamControlSetTouchConfigData = 112;
|
83
|
-
k_EStreamControlSaveTouchConfigLayout = 113;
|
84
|
-
k_EStreamControlTouchActionSetActive = 114;
|
85
|
-
k_EStreamControlGetTouchIconData = 115;
|
86
|
-
k_EStreamControlSetTouchIconData = 116;
|
87
|
-
k_EStreamControlInputTouchFingerDown = 117;
|
88
|
-
k_EStreamControlInputTouchFingerMotion = 118;
|
89
|
-
k_EStreamControlInputTouchFingerUp = 119;
|
90
|
-
k_EStreamControlSetCaptureSize = 120;
|
91
|
-
k_EStreamControlSetFlashState = 121;
|
92
|
-
k_EStreamControlPause = 122;
|
93
|
-
k_EStreamControlResume = 123;
|
94
|
-
k_EStreamControlEnableHighResCapture = 124;
|
95
|
-
k_EStreamControlDisableHighResCapture = 125;
|
96
|
-
k_EStreamControlToggleMagnification = 126;
|
97
|
-
k_EStreamControlSetCapslock = 127;
|
98
|
-
k_EStreamControlSetKeymap = 128;
|
99
|
-
k_EStreamControlStopRequest = 129;
|
100
|
-
k_EStreamControlTouchActionSetLayerAdded = 130;
|
101
|
-
k_EStreamControlTouchActionSetLayerRemoved = 131;
|
102
|
-
k_EStreamControlRemotePlayTogetherGroupUpdate = 132;
|
103
|
-
k_EStreamControlSetInputTemporarilyDisabled = 133;
|
104
|
-
k_EStreamControlSetQualityOverride = 134;
|
105
|
-
k_EStreamControlSetBitrateOverride = 135;
|
106
|
-
k_EStreamControlShowOnScreenKeyboard = 136;
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
}
|
211
|
-
|
212
|
-
enum
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
}
|
319
|
-
|
320
|
-
message
|
321
|
-
optional
|
322
|
-
optional
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
optional
|
343
|
-
optional
|
344
|
-
optional
|
345
|
-
}
|
346
|
-
|
347
|
-
message
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
optional
|
362
|
-
optional
|
363
|
-
optional
|
364
|
-
optional
|
365
|
-
optional bool
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
optional
|
373
|
-
optional uint32
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
optional
|
378
|
-
optional
|
379
|
-
optional
|
380
|
-
optional
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
optional
|
385
|
-
optional bool
|
386
|
-
optional
|
387
|
-
optional
|
388
|
-
optional bool
|
389
|
-
optional
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
optional bool
|
394
|
-
optional
|
395
|
-
optional bool
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
optional
|
401
|
-
optional
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
optional
|
406
|
-
optional
|
407
|
-
optional
|
408
|
-
|
409
|
-
optional bool
|
410
|
-
optional bool
|
411
|
-
optional
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
optional
|
416
|
-
|
417
|
-
|
418
|
-
optional bool
|
419
|
-
optional
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
optional
|
434
|
-
optional
|
435
|
-
optional
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
optional
|
445
|
-
optional
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
}
|
475
|
-
|
476
|
-
message
|
477
|
-
required uint32
|
478
|
-
optional
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
optional uint32
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
optional
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
optional
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
optional
|
546
|
-
optional
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
optional
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
optional uint32
|
558
|
-
|
559
|
-
}
|
560
|
-
|
561
|
-
message
|
562
|
-
optional
|
563
|
-
|
564
|
-
}
|
565
|
-
|
566
|
-
message
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
required
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
optional
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
optional
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
optional
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
}
|
606
|
-
|
607
|
-
message
|
608
|
-
}
|
609
|
-
|
610
|
-
message
|
611
|
-
|
612
|
-
}
|
613
|
-
|
614
|
-
message
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
optional int32
|
621
|
-
optional int32
|
622
|
-
optional int32
|
623
|
-
optional int32
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
}
|
639
|
-
|
640
|
-
message
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
}
|
651
|
-
|
652
|
-
message
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
}
|
666
|
-
|
667
|
-
message
|
668
|
-
optional
|
669
|
-
}
|
670
|
-
|
671
|
-
message
|
672
|
-
optional
|
673
|
-
optional
|
674
|
-
optional
|
675
|
-
optional
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
}
|
696
|
-
|
697
|
-
message
|
698
|
-
|
699
|
-
}
|
700
|
-
|
701
|
-
message
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
optional uint32
|
713
|
-
optional uint32
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
}
|
723
|
-
|
724
|
-
message
|
725
|
-
optional
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
optional uint32 appid =
|
731
|
-
optional
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
optional
|
748
|
-
}
|
749
|
-
|
750
|
-
message
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
optional
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
optional
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
}
|
786
|
-
|
787
|
-
message
|
788
|
-
|
789
|
-
optional
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
}
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
optional
|
824
|
-
}
|
825
|
-
|
826
|
-
message
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
optional
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
optional
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
1
|
+
option optimize_for = SPEED;
|
2
|
+
option cc_generic_services = false;
|
3
|
+
|
4
|
+
enum EStreamChannel {
|
5
|
+
k_EStreamChannelInvalid = -1;
|
6
|
+
k_EStreamChannelDiscovery = 0;
|
7
|
+
k_EStreamChannelControl = 1;
|
8
|
+
k_EStreamChannelStats = 2;
|
9
|
+
k_EStreamChannelDataChannelStart = 3;
|
10
|
+
}
|
11
|
+
|
12
|
+
enum EStreamDiscoveryMessage {
|
13
|
+
k_EStreamDiscoveryPingRequest = 1;
|
14
|
+
k_EStreamDiscoveryPingResponse = 2;
|
15
|
+
}
|
16
|
+
|
17
|
+
enum EStreamControlMessage {
|
18
|
+
k_EStreamControlAuthenticationRequest = 1;
|
19
|
+
k_EStreamControlAuthenticationResponse = 2;
|
20
|
+
k_EStreamControlNegotiationInit = 3;
|
21
|
+
k_EStreamControlNegotiationSetConfig = 4;
|
22
|
+
k_EStreamControlNegotiationComplete = 5;
|
23
|
+
k_EStreamControlClientHandshake = 6;
|
24
|
+
k_EStreamControlServerHandshake = 7;
|
25
|
+
k_EStreamControlStartNetworkTest = 8;
|
26
|
+
k_EStreamControlKeepAlive = 9;
|
27
|
+
k_EStreamControl_LAST_SETUP_MESSAGE = 15;
|
28
|
+
k_EStreamControlStartAudioData = 50;
|
29
|
+
k_EStreamControlStopAudioData = 51;
|
30
|
+
k_EStreamControlStartVideoData = 52;
|
31
|
+
k_EStreamControlStopVideoData = 53;
|
32
|
+
k_EStreamControlInputMouseMotion = 54;
|
33
|
+
k_EStreamControlInputMouseWheel = 55;
|
34
|
+
k_EStreamControlInputMouseDown = 56;
|
35
|
+
k_EStreamControlInputMouseUp = 57;
|
36
|
+
k_EStreamControlInputKeyDown = 58;
|
37
|
+
k_EStreamControlInputKeyUp = 59;
|
38
|
+
k_EStreamControlInputGamepadAttached_OBSOLETE = 60;
|
39
|
+
k_EStreamControlInputGamepadEvent_OBSOLETE = 61;
|
40
|
+
k_EStreamControlInputGamepadDetached_OBSOLETE = 62;
|
41
|
+
k_EStreamControlShowCursor = 63;
|
42
|
+
k_EStreamControlHideCursor = 64;
|
43
|
+
k_EStreamControlSetCursor = 65;
|
44
|
+
k_EStreamControlGetCursorImage = 66;
|
45
|
+
k_EStreamControlSetCursorImage = 67;
|
46
|
+
k_EStreamControlDeleteCursor = 68;
|
47
|
+
k_EStreamControlSetTargetFramerate = 69;
|
48
|
+
k_EStreamControlInputLatencyTest = 70;
|
49
|
+
k_EStreamControlGamepadRumble_OBSOLETE = 71;
|
50
|
+
k_EStreamControlOverlayEnabled = 74;
|
51
|
+
k_EStreamControlInputControllerAttached_OBSOLETE = 75;
|
52
|
+
k_EStreamControlInputControllerState_OBSOLETE = 76;
|
53
|
+
k_EStreamControlTriggerHapticPulse_OBSOLETE = 77;
|
54
|
+
k_EStreamControlInputControllerDetached_OBSOLETE = 78;
|
55
|
+
k_EStreamControlVideoDecoderInfo = 80;
|
56
|
+
k_EStreamControlSetTitle = 81;
|
57
|
+
k_EStreamControlSetIcon = 82;
|
58
|
+
k_EStreamControlQuitRequest = 83;
|
59
|
+
k_EStreamControlSetQoS = 87;
|
60
|
+
k_EStreamControlInputControllerWirelessPresence_OBSOLETE = 88;
|
61
|
+
k_EStreamControlSetGammaRamp = 89;
|
62
|
+
k_EStreamControlVideoEncoderInfo = 90;
|
63
|
+
k_EStreamControlInputControllerStateHID_OBSOLETE = 93;
|
64
|
+
k_EStreamControlSetTargetBitrate = 94;
|
65
|
+
k_EStreamControlSetControllerPairingEnabled_OBSOLETE = 95;
|
66
|
+
k_EStreamControlSetControllerPairingResult_OBSOLETE = 96;
|
67
|
+
k_EStreamControlTriggerControllerDisconnect_OBSOLETE = 97;
|
68
|
+
k_EStreamControlSetActivity = 98;
|
69
|
+
k_EStreamControlSetStreamingClientConfig = 99;
|
70
|
+
k_EStreamControlSystemSuspend = 100;
|
71
|
+
k_EStreamControlSetControllerSettings_OBSOLETE = 101;
|
72
|
+
k_EStreamControlVirtualHereRequest = 102;
|
73
|
+
k_EStreamControlVirtualHereReady = 103;
|
74
|
+
k_EStreamControlVirtualHereShareDevice = 104;
|
75
|
+
k_EStreamControlSetSpectatorMode = 105;
|
76
|
+
k_EStreamControlRemoteHID = 106;
|
77
|
+
k_EStreamControlStartMicrophoneData = 107;
|
78
|
+
k_EStreamControlStopMicrophoneData = 108;
|
79
|
+
k_EStreamControlInputText = 109;
|
80
|
+
k_EStreamControlTouchConfigActive = 110;
|
81
|
+
k_EStreamControlGetTouchConfigData = 111;
|
82
|
+
k_EStreamControlSetTouchConfigData = 112;
|
83
|
+
k_EStreamControlSaveTouchConfigLayout = 113;
|
84
|
+
k_EStreamControlTouchActionSetActive = 114;
|
85
|
+
k_EStreamControlGetTouchIconData = 115;
|
86
|
+
k_EStreamControlSetTouchIconData = 116;
|
87
|
+
k_EStreamControlInputTouchFingerDown = 117;
|
88
|
+
k_EStreamControlInputTouchFingerMotion = 118;
|
89
|
+
k_EStreamControlInputTouchFingerUp = 119;
|
90
|
+
k_EStreamControlSetCaptureSize = 120;
|
91
|
+
k_EStreamControlSetFlashState = 121;
|
92
|
+
k_EStreamControlPause = 122;
|
93
|
+
k_EStreamControlResume = 123;
|
94
|
+
k_EStreamControlEnableHighResCapture = 124;
|
95
|
+
k_EStreamControlDisableHighResCapture = 125;
|
96
|
+
k_EStreamControlToggleMagnification = 126;
|
97
|
+
k_EStreamControlSetCapslock = 127;
|
98
|
+
k_EStreamControlSetKeymap = 128;
|
99
|
+
k_EStreamControlStopRequest = 129;
|
100
|
+
k_EStreamControlTouchActionSetLayerAdded = 130;
|
101
|
+
k_EStreamControlTouchActionSetLayerRemoved = 131;
|
102
|
+
k_EStreamControlRemotePlayTogetherGroupUpdate = 132;
|
103
|
+
k_EStreamControlSetInputTemporarilyDisabled = 133;
|
104
|
+
k_EStreamControlSetQualityOverride = 134;
|
105
|
+
k_EStreamControlSetBitrateOverride = 135;
|
106
|
+
k_EStreamControlShowOnScreenKeyboard = 136;
|
107
|
+
k_EStreamControlControllerConfigMsg = 137;
|
108
|
+
k_EStreamControlControllerPersonalizationUpdate = 138;
|
109
|
+
k_EStreamControlEnableNeptuneData = 139;
|
110
|
+
k_EStreamControlDisableNeptuneData = 140;
|
111
|
+
k_EStreamControlStartNeptuneData = 141;
|
112
|
+
k_EStreamControlStopNeptuneData = 142;
|
113
|
+
k_EStreamControlPauseControllerInput = 143;
|
114
|
+
k_EStreamControlResumeControllerInput = 144;
|
115
|
+
k_EStreamControlVRConnectionReady = 145;
|
116
|
+
k_EStreamControlSetCursorScale = 146;
|
117
|
+
}
|
118
|
+
|
119
|
+
enum EStreamVersion {
|
120
|
+
k_EStreamVersionNone = 0;
|
121
|
+
k_EStreamVersionCurrent = 1;
|
122
|
+
}
|
123
|
+
|
124
|
+
enum EStreamAudioCodec {
|
125
|
+
k_EStreamAudioCodecNone = 0;
|
126
|
+
k_EStreamAudioCodecRaw = 1;
|
127
|
+
k_EStreamAudioCodecVorbis = 2;
|
128
|
+
k_EStreamAudioCodecOpus = 3;
|
129
|
+
k_EStreamAudioCodecMP3 = 4;
|
130
|
+
k_EStreamAudioCodecAAC = 5;
|
131
|
+
}
|
132
|
+
|
133
|
+
enum EStreamVideoCodec {
|
134
|
+
k_EStreamVideoCodecNone = 0;
|
135
|
+
k_EStreamVideoCodecRaw = 1;
|
136
|
+
k_EStreamVideoCodecVP8 = 2;
|
137
|
+
k_EStreamVideoCodecVP9 = 3;
|
138
|
+
k_EStreamVideoCodecH264 = 4;
|
139
|
+
k_EStreamVideoCodecHEVC = 5;
|
140
|
+
k_EStreamVideoCodecORBX1 = 6;
|
141
|
+
k_EStreamVideoCodecORBX2 = 7;
|
142
|
+
}
|
143
|
+
|
144
|
+
enum EStreamQualityPreference {
|
145
|
+
k_EStreamQualityAutomatic = -1;
|
146
|
+
k_EStreamQualityFast = 1;
|
147
|
+
k_EStreamQualityBalanced = 2;
|
148
|
+
k_EStreamQualityBeautiful = 3;
|
149
|
+
}
|
150
|
+
|
151
|
+
enum EStreamBitrate {
|
152
|
+
k_EStreamBitrateAutodetect = -1;
|
153
|
+
k_EStreamBitrateUnlimited = 0;
|
154
|
+
}
|
155
|
+
|
156
|
+
enum EStreamColorspace {
|
157
|
+
k_EStreamColorspace_Unknown = 0;
|
158
|
+
k_EStreamColorspace_BT601 = 1;
|
159
|
+
k_EStreamColorspace_BT601_Full = 2;
|
160
|
+
k_EStreamColorspace_BT709 = 3;
|
161
|
+
k_EStreamColorspace_BT709_Full = 4;
|
162
|
+
k_EStreamColorspace_BT2020 = 5;
|
163
|
+
k_EStreamColorspace_BT2020_Full = 6;
|
164
|
+
}
|
165
|
+
|
166
|
+
enum EStreamP2PScope {
|
167
|
+
k_EStreamP2PScopeAutomatic = 0;
|
168
|
+
k_EStreamP2PScopeDisabled = 1;
|
169
|
+
k_EStreamP2PScopeOnlyMe = 2;
|
170
|
+
k_EStreamP2PScopeFriends = 3;
|
171
|
+
k_EStreamP2PScopeEveryone = 4;
|
172
|
+
}
|
173
|
+
|
174
|
+
enum EStreamHostPlayAudioPreference {
|
175
|
+
k_EStreamHostPlayAudioDefault = 0;
|
176
|
+
k_EStreamHostPlayAudioAlways = 1;
|
177
|
+
}
|
178
|
+
|
179
|
+
enum EStreamingDataType {
|
180
|
+
k_EStreamingAudioData = 0;
|
181
|
+
k_EStreamingVideoData = 1;
|
182
|
+
k_EStreamingMicrophoneData = 2;
|
183
|
+
k_EStreamingNeptuneData = 3;
|
184
|
+
}
|
185
|
+
|
186
|
+
enum EStreamMouseButton {
|
187
|
+
k_EStreamMouseButtonLeft = 1;
|
188
|
+
k_EStreamMouseButtonRight = 2;
|
189
|
+
k_EStreamMouseButtonMiddle = 16;
|
190
|
+
k_EStreamMouseButtonX1 = 32;
|
191
|
+
k_EStreamMouseButtonX2 = 64;
|
192
|
+
k_EStreamMouseButtonUnknown = 4096;
|
193
|
+
}
|
194
|
+
|
195
|
+
enum EStreamMouseWheelDirection {
|
196
|
+
k_EStreamMouseWheelUp = 120;
|
197
|
+
k_EStreamMouseWheelDown = -120;
|
198
|
+
k_EStreamMouseWheelLeft = 3;
|
199
|
+
k_EStreamMouseWheelRight = 4;
|
200
|
+
}
|
201
|
+
|
202
|
+
enum EStreamFramerateLimiter {
|
203
|
+
k_EStreamFramerateSlowCapture = 1;
|
204
|
+
k_EStreamFramerateSlowConvert = 2;
|
205
|
+
k_EStreamFramerateSlowEncode = 4;
|
206
|
+
k_EStreamFramerateSlowNetwork = 8;
|
207
|
+
k_EStreamFramerateSlowDecode = 16;
|
208
|
+
k_EStreamFramerateSlowGame = 32;
|
209
|
+
k_EStreamFramerateSlowDisplay = 64;
|
210
|
+
}
|
211
|
+
|
212
|
+
enum EStreamActivity {
|
213
|
+
k_EStreamActivityIdle = 1;
|
214
|
+
k_EStreamActivityGame = 2;
|
215
|
+
k_EStreamActivityDesktop = 3;
|
216
|
+
k_EStreamActivitySecureDesktop = 4;
|
217
|
+
k_EStreamActivityMusic = 5;
|
218
|
+
}
|
219
|
+
|
220
|
+
enum EStreamDataMessage {
|
221
|
+
k_EStreamDataPacket = 1;
|
222
|
+
k_EStreamDataLost = 2;
|
223
|
+
}
|
224
|
+
|
225
|
+
enum EAudioFormat {
|
226
|
+
k_EAudioFormatNone = 0;
|
227
|
+
k_EAudioFormat16BitLittleEndian = 1;
|
228
|
+
k_EAudioFormatFloat = 2;
|
229
|
+
}
|
230
|
+
|
231
|
+
enum EVideoFormat {
|
232
|
+
k_EVideoFormatNone = 0;
|
233
|
+
k_EVideoFormatYV12 = 1;
|
234
|
+
k_EVideoFormatAccel = 2;
|
235
|
+
}
|
236
|
+
|
237
|
+
enum EStreamStatsMessage {
|
238
|
+
k_EStreamStatsFrameEvents = 1;
|
239
|
+
k_EStreamStatsDebugDump = 2;
|
240
|
+
k_EStreamStatsLogMessage = 3;
|
241
|
+
k_EStreamStatsLogUploadBegin = 4;
|
242
|
+
k_EStreamStatsLogUploadData = 5;
|
243
|
+
k_EStreamStatsLogUploadComplete = 6;
|
244
|
+
}
|
245
|
+
|
246
|
+
enum EStreamFrameEvent {
|
247
|
+
k_EStreamInputEventStart = 0;
|
248
|
+
k_EStreamInputEventSend = 1;
|
249
|
+
k_EStreamInputEventRecv = 2;
|
250
|
+
k_EStreamInputEventQueued = 3;
|
251
|
+
k_EStreamInputEventHandled = 4;
|
252
|
+
k_EStreamFrameEventStart = 5;
|
253
|
+
k_EStreamFrameEventCaptureBegin = 6;
|
254
|
+
k_EStreamFrameEventCaptureEnd = 7;
|
255
|
+
k_EStreamFrameEventConvertBegin = 8;
|
256
|
+
k_EStreamFrameEventConvertEnd = 9;
|
257
|
+
k_EStreamFrameEventEncodeBegin = 10;
|
258
|
+
k_EStreamFrameEventEncodeEnd = 11;
|
259
|
+
k_EStreamFrameEventSend = 12;
|
260
|
+
k_EStreamFrameEventRecv = 13;
|
261
|
+
k_EStreamFrameEventDecodeBegin = 14;
|
262
|
+
k_EStreamFrameEventDecodeEnd = 15;
|
263
|
+
k_EStreamFrameEventUploadBegin = 16;
|
264
|
+
k_EStreamFrameEventUploadEnd = 17;
|
265
|
+
k_EStreamFrameEventComplete = 18;
|
266
|
+
}
|
267
|
+
|
268
|
+
enum EStreamFrameResult {
|
269
|
+
k_EStreamFrameResultPending = 0;
|
270
|
+
k_EStreamFrameResultDisplayed = 1;
|
271
|
+
k_EStreamFrameResultDroppedNetworkSlow = 2;
|
272
|
+
k_EStreamFrameResultDroppedNetworkLost = 3;
|
273
|
+
k_EStreamFrameResultDroppedDecodeSlow = 4;
|
274
|
+
k_EStreamFrameResultDroppedDecodeCorrupt = 5;
|
275
|
+
k_EStreamFrameResultDroppedLate = 6;
|
276
|
+
k_EStreamFrameResultDroppedReset = 7;
|
277
|
+
}
|
278
|
+
|
279
|
+
enum EFrameAccumulatedStat {
|
280
|
+
k_EFrameStatFPS = 0;
|
281
|
+
k_EFrameStatCaptureDurationMS = 1;
|
282
|
+
k_EFrameStatConvertDurationMS = 2;
|
283
|
+
k_EFrameStatEncodeDurationMS = 3;
|
284
|
+
k_EFrameStatSteamDurationMS = 4;
|
285
|
+
k_EFrameStatServerDurationMS = 5;
|
286
|
+
k_EFrameStatNetworkDurationMS = 6;
|
287
|
+
k_EFrameStatDecodeDurationMS = 7;
|
288
|
+
k_EFrameStatDisplayDurationMS = 8;
|
289
|
+
k_EFrameStatClientDurationMS = 9;
|
290
|
+
k_EFrameStatFrameDurationMS = 10;
|
291
|
+
k_EFrameStatInputLatencyMS = 11;
|
292
|
+
k_EFrameStatGameLatencyMS = 12;
|
293
|
+
k_EFrameStatRoundTripLatencyMS = 13;
|
294
|
+
k_EFrameStatPingTimeMS = 14;
|
295
|
+
k_EFrameStatServerBitrateKbitPerSec = 15;
|
296
|
+
k_EFrameStatClientBitrateKbitPerSec = 16;
|
297
|
+
k_EFrameStatLinkBandwidthKbitPerSec = 17;
|
298
|
+
k_EFrameStatPacketLossPercentage = 18;
|
299
|
+
}
|
300
|
+
|
301
|
+
enum ELogFileType {
|
302
|
+
k_ELogFileSystemBoot = 0;
|
303
|
+
k_ELogFileSystemReset = 1;
|
304
|
+
k_ELogFileSystemDebug = 2;
|
305
|
+
}
|
306
|
+
|
307
|
+
enum EStreamControllerConfigMsg {
|
308
|
+
k_EStreamControllerConfigMsg_RequestConfigsForApp = 0;
|
309
|
+
k_EStreamControllerConfigMsg_ConfigResponse = 1;
|
310
|
+
k_EStreamControllerConfigMsg_PersonalizationResponse = 2;
|
311
|
+
k_EStreamControllerConfigMsg_ActiveConfigChange = 3;
|
312
|
+
k_EStreamControllerConfigMsg_RequestActiveConfig = 4;
|
313
|
+
}
|
314
|
+
|
315
|
+
message CDiscoveryPingRequest {
|
316
|
+
optional uint32 sequence = 1;
|
317
|
+
optional uint32 packet_size_requested = 2;
|
318
|
+
}
|
319
|
+
|
320
|
+
message CDiscoveryPingResponse {
|
321
|
+
optional uint32 sequence = 1;
|
322
|
+
optional uint32 packet_size_received = 2;
|
323
|
+
}
|
324
|
+
|
325
|
+
message CStreamingClientHandshakeInfo {
|
326
|
+
optional int32 network_test = 2;
|
327
|
+
}
|
328
|
+
|
329
|
+
message CClientHandshakeMsg {
|
330
|
+
required .CStreamingClientHandshakeInfo info = 1;
|
331
|
+
}
|
332
|
+
|
333
|
+
message CStreamingServerHandshakeInfo {
|
334
|
+
optional int32 mtu = 1;
|
335
|
+
}
|
336
|
+
|
337
|
+
message CServerHandshakeMsg {
|
338
|
+
required .CStreamingServerHandshakeInfo info = 1;
|
339
|
+
}
|
340
|
+
|
341
|
+
message CAuthenticationRequestMsg {
|
342
|
+
optional bytes token = 1;
|
343
|
+
optional .EStreamVersion version = 2 [default = k_EStreamVersionNone];
|
344
|
+
optional uint64 steamid = 3;
|
345
|
+
}
|
346
|
+
|
347
|
+
message CAuthenticationResponseMsg {
|
348
|
+
enum AuthenticationResult {
|
349
|
+
SUCCEEDED = 0;
|
350
|
+
FAILED = 1;
|
351
|
+
}
|
352
|
+
|
353
|
+
optional .CAuthenticationResponseMsg.AuthenticationResult result = 1 [default = SUCCEEDED];
|
354
|
+
optional .EStreamVersion version = 2 [default = k_EStreamVersionNone];
|
355
|
+
}
|
356
|
+
|
357
|
+
message CKeepAliveMsg {
|
358
|
+
}
|
359
|
+
|
360
|
+
message CStartNetworkTestMsg {
|
361
|
+
optional uint32 frames = 1;
|
362
|
+
optional uint32 framerate = 2;
|
363
|
+
optional uint32 bitrate_kbps = 3;
|
364
|
+
optional uint32 burst_bitrate_kbps = 4;
|
365
|
+
optional bool bandwidth_test = 5;
|
366
|
+
}
|
367
|
+
|
368
|
+
message CStreamVideoMode {
|
369
|
+
required uint32 width = 1;
|
370
|
+
required uint32 height = 2;
|
371
|
+
optional uint32 refresh_rate = 3;
|
372
|
+
optional uint32 refresh_rate_numerator = 4;
|
373
|
+
optional uint32 refresh_rate_denominator = 5;
|
374
|
+
}
|
375
|
+
|
376
|
+
message CStreamVideoLimit {
|
377
|
+
optional .EStreamVideoCodec codec = 1 [default = k_EStreamVideoCodecNone];
|
378
|
+
optional .CStreamVideoMode mode = 2;
|
379
|
+
optional int32 bitrate_kbps = 3;
|
380
|
+
optional int32 burst_bitrate_kbps = 4;
|
381
|
+
}
|
382
|
+
|
383
|
+
message CStreamingClientCaps {
|
384
|
+
optional string system_info = 1;
|
385
|
+
optional bool system_can_suspend = 2;
|
386
|
+
optional int32 maximum_decode_bitrate_kbps = 3;
|
387
|
+
optional int32 maximum_burst_bitrate_kbps = 4;
|
388
|
+
optional bool supports_video_hevc = 5;
|
389
|
+
optional bool disable_steam_store = 6;
|
390
|
+
optional bool disable_client_cursor = 7;
|
391
|
+
optional bool disable_intel_hardware_encoding = 8;
|
392
|
+
optional bool disable_amd_hardware_encoding = 9;
|
393
|
+
optional bool disable_nvidia_hardware_encoding = 10;
|
394
|
+
optional int32 form_factor = 11;
|
395
|
+
optional bool has_on_screen_keyboard = 12;
|
396
|
+
repeated .EStreamColorspace supported_colorspaces = 13;
|
397
|
+
}
|
398
|
+
|
399
|
+
message CStreamingClientConfig {
|
400
|
+
optional .EStreamQualityPreference quality = 1 [default = k_EStreamQualityBalanced];
|
401
|
+
optional uint32 desired_resolution_x = 2;
|
402
|
+
optional uint32 desired_resolution_y = 3;
|
403
|
+
optional uint32 desired_framerate_numerator = 4;
|
404
|
+
optional uint32 desired_framerate_denominator = 5;
|
405
|
+
optional int32 desired_bitrate_kbps = 6 [default = -1];
|
406
|
+
optional bool enable_hardware_decoding = 7 [default = true];
|
407
|
+
optional bool enable_performance_overlay = 8 [default = false];
|
408
|
+
optional bool enable_video_streaming = 9 [default = true];
|
409
|
+
optional bool enable_audio_streaming = 10 [default = true];
|
410
|
+
optional bool enable_input_streaming = 11 [default = true];
|
411
|
+
optional int32 audio_channels = 12 [default = 2];
|
412
|
+
optional bool enable_video_hevc = 13 [default = false];
|
413
|
+
optional bool enable_performance_icons = 14 [default = true];
|
414
|
+
optional bool enable_microphone_streaming = 15 [default = false];
|
415
|
+
optional string controller_overlay_hotkey = 16;
|
416
|
+
optional bool enable_touch_controller_OBSOLETE = 17 [default = false];
|
417
|
+
optional .EStreamP2PScope p2p_scope = 19 [default = k_EStreamP2PScopeAutomatic];
|
418
|
+
optional bool enable_audio_uncompressed = 20 [default = false];
|
419
|
+
optional .CStreamVideoLimit display_limit = 21;
|
420
|
+
optional .CStreamVideoLimit quality_limit = 22;
|
421
|
+
optional .CStreamVideoLimit runtime_limit = 23;
|
422
|
+
repeated .CStreamVideoLimit decoder_limit = 24;
|
423
|
+
optional bool enable_unreliable_fec = 25 [default = false];
|
424
|
+
}
|
425
|
+
|
426
|
+
message CStreamingServerConfig {
|
427
|
+
optional bool change_desktop_resolution = 1;
|
428
|
+
optional bool dynamically_adjust_resolution = 2;
|
429
|
+
optional bool enable_capture_nvfbc = 3;
|
430
|
+
optional bool enable_hardware_encoding_nvidia = 4;
|
431
|
+
optional bool enable_hardware_encoding_amd = 5;
|
432
|
+
optional bool enable_hardware_encoding_intel = 6;
|
433
|
+
optional int32 software_encoding_threads = 7;
|
434
|
+
optional bool enable_traffic_priority = 8;
|
435
|
+
optional .EStreamHostPlayAudioPreference host_play_audio = 9 [default = k_EStreamHostPlayAudioDefault];
|
436
|
+
}
|
437
|
+
|
438
|
+
message CNegotiatedConfig {
|
439
|
+
optional bool reliable_data = 1;
|
440
|
+
optional .EStreamAudioCodec selected_audio_codec = 2 [default = k_EStreamAudioCodecNone];
|
441
|
+
optional .EStreamVideoCodec selected_video_codec = 3 [default = k_EStreamVideoCodecNone];
|
442
|
+
repeated .CStreamVideoMode available_video_modes_OBSOLETE = 4;
|
443
|
+
optional bool enable_remote_hid = 5;
|
444
|
+
optional bool enable_touch_input = 6;
|
445
|
+
optional bool disable_client_cursor = 7;
|
446
|
+
}
|
447
|
+
|
448
|
+
message CNegotiationInitMsg {
|
449
|
+
optional bool reliable_data = 1;
|
450
|
+
repeated .EStreamAudioCodec supported_audio_codecs = 2;
|
451
|
+
repeated .EStreamVideoCodec supported_video_codecs = 3;
|
452
|
+
optional bool supports_remote_hid = 4;
|
453
|
+
optional bool supports_touch_input = 5;
|
454
|
+
}
|
455
|
+
|
456
|
+
message CNegotiationSetConfigMsg {
|
457
|
+
required .CNegotiatedConfig config = 1;
|
458
|
+
optional .CStreamingClientConfig streaming_client_config = 2;
|
459
|
+
optional .CStreamingClientCaps streaming_client_caps = 3;
|
460
|
+
}
|
461
|
+
|
462
|
+
message CNegotiationCompleteMsg {
|
463
|
+
}
|
464
|
+
|
465
|
+
message CStartAudioDataMsg {
|
466
|
+
required uint32 channel = 2;
|
467
|
+
optional .EStreamAudioCodec codec = 3 [default = k_EStreamAudioCodecNone];
|
468
|
+
optional bytes codec_data = 4;
|
469
|
+
optional uint32 frequency = 5;
|
470
|
+
optional uint32 channels = 6;
|
471
|
+
}
|
472
|
+
|
473
|
+
message CStopAudioDataMsg {
|
474
|
+
}
|
475
|
+
|
476
|
+
message CStartVideoDataMsg {
|
477
|
+
required uint32 channel = 1;
|
478
|
+
optional .EStreamVideoCodec codec = 2 [default = k_EStreamVideoCodecNone];
|
479
|
+
optional bytes codec_data = 3;
|
480
|
+
optional uint32 width = 4;
|
481
|
+
optional uint32 height = 5;
|
482
|
+
}
|
483
|
+
|
484
|
+
message CStopVideoDataMsg {
|
485
|
+
}
|
486
|
+
|
487
|
+
message CStartNeptuneDataMsg {
|
488
|
+
required uint32 channel = 1;
|
489
|
+
}
|
490
|
+
|
491
|
+
message CStopNeptuneDataMsg {
|
492
|
+
}
|
493
|
+
|
494
|
+
message CRecordedInput {
|
495
|
+
optional .EStreamControlMessage type = 1 [default = k_EStreamControlAuthenticationRequest];
|
496
|
+
optional uint32 timestamp = 2;
|
497
|
+
|
498
|
+
oneof data {
|
499
|
+
.CInputTouchFingerDownMsg finger_down = 3;
|
500
|
+
.CInputTouchFingerMotionMsg finger_motion = 4;
|
501
|
+
.CInputTouchFingerUpMsg finger_up = 5;
|
502
|
+
.CInputMouseMotionMsg mouse_motion = 6;
|
503
|
+
.CInputMouseWheelMsg mouse_wheel = 7;
|
504
|
+
.CInputMouseDownMsg mouse_down = 8;
|
505
|
+
.CInputMouseUpMsg mouse_up = 9;
|
506
|
+
.CInputKeyDownMsg key_down = 10;
|
507
|
+
.CInputKeyUpMsg key_up = 11;
|
508
|
+
.CInputTextMsg text = 12;
|
509
|
+
.CRemoteHIDMsg hid = 13;
|
510
|
+
}
|
511
|
+
}
|
512
|
+
|
513
|
+
message CRecordedInputStream {
|
514
|
+
repeated .CRecordedInput entries = 1;
|
515
|
+
}
|
516
|
+
|
517
|
+
message CInputLatencyTestMsg {
|
518
|
+
required uint32 input_mark = 1;
|
519
|
+
optional uint32 color = 2;
|
520
|
+
}
|
521
|
+
|
522
|
+
message CInputTouchFingerDownMsg {
|
523
|
+
optional uint32 input_mark = 1;
|
524
|
+
optional uint64 fingerid = 2;
|
525
|
+
optional float x_normalized = 3;
|
526
|
+
optional float y_normalized = 4;
|
527
|
+
}
|
528
|
+
|
529
|
+
message CInputTouchFingerMotionMsg {
|
530
|
+
optional uint32 input_mark = 1;
|
531
|
+
optional uint64 fingerid = 2;
|
532
|
+
optional float x_normalized = 3;
|
533
|
+
optional float y_normalized = 4;
|
534
|
+
}
|
535
|
+
|
536
|
+
message CInputTouchFingerUpMsg {
|
537
|
+
optional uint32 input_mark = 1;
|
538
|
+
optional uint64 fingerid = 2;
|
539
|
+
optional float x_normalized = 3;
|
540
|
+
optional float y_normalized = 4;
|
541
|
+
}
|
542
|
+
|
543
|
+
message CInputMouseMotionMsg {
|
544
|
+
optional uint32 input_mark = 1;
|
545
|
+
optional float x_normalized = 2;
|
546
|
+
optional float y_normalized = 3;
|
547
|
+
optional int32 dx = 4;
|
548
|
+
optional int32 dy = 5;
|
549
|
+
}
|
550
|
+
|
551
|
+
message CInputMouseWheelMsg {
|
552
|
+
optional uint32 input_mark = 1;
|
553
|
+
required .EStreamMouseWheelDirection direction = 2 [default = k_EStreamMouseWheelUp];
|
554
|
+
}
|
555
|
+
|
556
|
+
message CInputMouseDownMsg {
|
557
|
+
optional uint32 input_mark = 1;
|
558
|
+
required .EStreamMouseButton button = 2 [default = k_EStreamMouseButtonLeft];
|
559
|
+
}
|
560
|
+
|
561
|
+
message CInputMouseUpMsg {
|
562
|
+
optional uint32 input_mark = 1;
|
563
|
+
required .EStreamMouseButton button = 2 [default = k_EStreamMouseButtonLeft];
|
564
|
+
}
|
565
|
+
|
566
|
+
message CInputKeyDownMsg {
|
567
|
+
optional uint32 input_mark = 1;
|
568
|
+
required uint32 scancode = 2;
|
569
|
+
}
|
570
|
+
|
571
|
+
message CInputKeyUpMsg {
|
572
|
+
optional uint32 input_mark = 1;
|
573
|
+
required uint32 scancode = 2;
|
574
|
+
}
|
575
|
+
|
576
|
+
message CInputTextMsg {
|
577
|
+
optional uint32 input_mark = 1;
|
578
|
+
required string text_utf8 = 2;
|
579
|
+
}
|
580
|
+
|
581
|
+
message CSetTitleMsg {
|
582
|
+
optional string text = 1;
|
583
|
+
}
|
584
|
+
|
585
|
+
message CSetCaptureSizeMsg {
|
586
|
+
optional int32 width = 1;
|
587
|
+
optional int32 height = 2;
|
588
|
+
}
|
589
|
+
|
590
|
+
message CSetIconMsg {
|
591
|
+
optional int32 width = 1;
|
592
|
+
optional int32 height = 2;
|
593
|
+
optional bytes image = 3;
|
594
|
+
}
|
595
|
+
|
596
|
+
message CSetFlashStateMsg {
|
597
|
+
optional uint32 flags = 1;
|
598
|
+
optional uint32 count = 2;
|
599
|
+
optional uint32 timeout_ms = 3;
|
600
|
+
}
|
601
|
+
|
602
|
+
message CShowCursorMsg {
|
603
|
+
optional float x_normalized = 1;
|
604
|
+
optional float y_normalized = 2;
|
605
|
+
}
|
606
|
+
|
607
|
+
message CHideCursorMsg {
|
608
|
+
}
|
609
|
+
|
610
|
+
message CSetCursorMsg {
|
611
|
+
required uint64 cursor_id = 1;
|
612
|
+
}
|
613
|
+
|
614
|
+
message CGetCursorImageMsg {
|
615
|
+
required uint64 cursor_id = 1;
|
616
|
+
}
|
617
|
+
|
618
|
+
message CSetCursorImageMsg {
|
619
|
+
required uint64 cursor_id = 1;
|
620
|
+
optional int32 width = 2;
|
621
|
+
optional int32 height = 3;
|
622
|
+
optional int32 hot_x = 4;
|
623
|
+
optional int32 hot_y = 5;
|
624
|
+
optional bytes image = 6;
|
625
|
+
}
|
626
|
+
|
627
|
+
message CSetCursorScaleMsg {
|
628
|
+
optional float scale = 1;
|
629
|
+
}
|
630
|
+
|
631
|
+
message CVideoDecoderInfoMsg {
|
632
|
+
optional string info = 1;
|
633
|
+
optional int32 threads = 2;
|
634
|
+
}
|
635
|
+
|
636
|
+
message CVideoEncoderInfoMsg {
|
637
|
+
optional string info = 1;
|
638
|
+
}
|
639
|
+
|
640
|
+
message CPauseMsg {
|
641
|
+
}
|
642
|
+
|
643
|
+
message CResumeMsg {
|
644
|
+
}
|
645
|
+
|
646
|
+
message CEnableHighResCaptureMsg {
|
647
|
+
}
|
648
|
+
|
649
|
+
message CDisableHighResCaptureMsg {
|
650
|
+
}
|
651
|
+
|
652
|
+
message CEnableNeptuneDataMsg {
|
653
|
+
}
|
654
|
+
|
655
|
+
message CDisableNeptuneDataMsg {
|
656
|
+
}
|
657
|
+
|
658
|
+
message CPauseControllerInputMsg {
|
659
|
+
}
|
660
|
+
|
661
|
+
message CResumeControllerInputMsg {
|
662
|
+
}
|
663
|
+
|
664
|
+
message CToggleMagnificationMsg {
|
665
|
+
}
|
666
|
+
|
667
|
+
message CSetCapslockMsg {
|
668
|
+
optional bool pressed = 1;
|
669
|
+
}
|
670
|
+
|
671
|
+
message CStreamingKeymapEntry {
|
672
|
+
optional int32 scancode = 1;
|
673
|
+
optional int32 normal_keycode = 2;
|
674
|
+
optional int32 shift_keycode = 3;
|
675
|
+
optional int32 capslock_keycode = 4;
|
676
|
+
optional int32 shift_capslock_keycode = 5;
|
677
|
+
optional int32 altgr_keycode = 6;
|
678
|
+
optional int32 altgr_shift_keycode = 7;
|
679
|
+
optional int32 altgr_capslock_keycode = 8;
|
680
|
+
optional int32 altgr_shift_capslock_keycode = 9;
|
681
|
+
}
|
682
|
+
|
683
|
+
message CStreamingKeymap {
|
684
|
+
repeated .CStreamingKeymapEntry entries = 1;
|
685
|
+
}
|
686
|
+
|
687
|
+
message CSetKeymapMsg {
|
688
|
+
optional .CStreamingKeymap keymap = 1;
|
689
|
+
}
|
690
|
+
|
691
|
+
message CStopRequest {
|
692
|
+
}
|
693
|
+
|
694
|
+
message CQuitRequest {
|
695
|
+
}
|
696
|
+
|
697
|
+
message CDeleteCursorMsg {
|
698
|
+
required uint64 cursor_id = 1;
|
699
|
+
}
|
700
|
+
|
701
|
+
message CSetStreamingClientConfig {
|
702
|
+
required .CStreamingClientConfig config = 1;
|
703
|
+
}
|
704
|
+
|
705
|
+
message CSetQoSMsg {
|
706
|
+
required bool use_qos = 1;
|
707
|
+
}
|
708
|
+
|
709
|
+
message CSetTargetFramerateMsg {
|
710
|
+
required uint32 framerate = 1;
|
711
|
+
optional uint32 reasons = 2;
|
712
|
+
optional uint32 framerate_numerator = 3;
|
713
|
+
optional uint32 framerate_denominator = 4;
|
714
|
+
}
|
715
|
+
|
716
|
+
message CSetTargetBitrateMsg {
|
717
|
+
required int32 bitrate = 1;
|
718
|
+
}
|
719
|
+
|
720
|
+
message COverlayEnabledMsg {
|
721
|
+
required bool enabled = 1;
|
722
|
+
}
|
723
|
+
|
724
|
+
message CSetGammaRampMsg {
|
725
|
+
optional bytes gamma_ramp = 1;
|
726
|
+
}
|
727
|
+
|
728
|
+
message CSetActivityMsg {
|
729
|
+
optional .EStreamActivity activity = 1 [default = k_EStreamActivityIdle];
|
730
|
+
optional uint32 appid = 2;
|
731
|
+
optional uint64 gameid = 3;
|
732
|
+
optional string game_name = 4;
|
733
|
+
}
|
734
|
+
|
735
|
+
message CSystemSuspendMsg {
|
736
|
+
}
|
737
|
+
|
738
|
+
message CVirtualHereRequestMsg {
|
739
|
+
optional string hostname = 1;
|
740
|
+
}
|
741
|
+
|
742
|
+
message CVirtualHereReadyMsg {
|
743
|
+
optional uint32 licensed_device_count = 1;
|
744
|
+
}
|
745
|
+
|
746
|
+
message CVirtualHereShareDeviceMsg {
|
747
|
+
optional string device_address = 1;
|
748
|
+
}
|
749
|
+
|
750
|
+
message CSetSpectatorModeMsg {
|
751
|
+
optional bool enabled = 1;
|
752
|
+
}
|
753
|
+
|
754
|
+
message CRemoteHIDMsg {
|
755
|
+
optional bytes data = 1;
|
756
|
+
optional bool active_input = 2;
|
757
|
+
}
|
758
|
+
|
759
|
+
message CTouchConfigActiveMsg {
|
760
|
+
optional uint32 appid = 1;
|
761
|
+
optional uint32 revision = 2;
|
762
|
+
optional uint64 creator = 3;
|
763
|
+
}
|
764
|
+
|
765
|
+
message CGetTouchConfigDataMsg {
|
766
|
+
optional uint32 appid = 1;
|
767
|
+
}
|
768
|
+
|
769
|
+
message CSetTouchConfigDataMsg {
|
770
|
+
optional uint32 appid = 1;
|
771
|
+
optional uint32 revision = 2;
|
772
|
+
optional bytes data = 3;
|
773
|
+
optional bytes layout = 4;
|
774
|
+
optional uint64 creator = 5;
|
775
|
+
}
|
776
|
+
|
777
|
+
message CSaveTouchConfigLayoutMsg {
|
778
|
+
optional uint32 appid = 1;
|
779
|
+
optional bytes layout = 4;
|
780
|
+
}
|
781
|
+
|
782
|
+
message CTouchActionSetActiveMsg {
|
783
|
+
optional uint32 appid = 1;
|
784
|
+
optional int32 actionset_id = 2;
|
785
|
+
}
|
786
|
+
|
787
|
+
message CTouchActionSetLayerAddedMsg {
|
788
|
+
optional uint32 appid = 1;
|
789
|
+
optional int32 actionset_id = 2;
|
790
|
+
}
|
791
|
+
|
792
|
+
message CTouchActionSetLayerRemovedMsg {
|
793
|
+
optional uint32 appid = 1;
|
794
|
+
optional int32 actionset_id = 2;
|
795
|
+
}
|
796
|
+
|
797
|
+
message CGetTouchIconDataMsg {
|
798
|
+
optional uint32 appid = 1;
|
799
|
+
optional string icon = 2;
|
800
|
+
}
|
801
|
+
|
802
|
+
message CSetTouchIconDataMsg {
|
803
|
+
optional uint32 appid = 1;
|
804
|
+
optional string icon = 2;
|
805
|
+
optional bytes data = 3;
|
806
|
+
}
|
807
|
+
|
808
|
+
message CRemotePlayTogetherGroupUpdateMsg {
|
809
|
+
message Player {
|
810
|
+
optional uint32 accountid = 1;
|
811
|
+
optional uint32 guestid = 2;
|
812
|
+
optional bool keyboard_enabled = 3;
|
813
|
+
optional bool mouse_enabled = 4;
|
814
|
+
optional bool controller_enabled = 5;
|
815
|
+
repeated uint32 controller_slots = 6;
|
816
|
+
optional bytes avatar_hash = 7;
|
817
|
+
}
|
818
|
+
|
819
|
+
repeated .CRemotePlayTogetherGroupUpdateMsg.Player players = 1;
|
820
|
+
optional int32 player_index = 2;
|
821
|
+
optional string miniprofile_location = 3;
|
822
|
+
optional string game_name = 4;
|
823
|
+
optional string avatar_location = 5;
|
824
|
+
}
|
825
|
+
|
826
|
+
message CSetInputTemporarilyDisabledMsg {
|
827
|
+
optional bool disabled = 1;
|
828
|
+
}
|
829
|
+
|
830
|
+
message CSetQualityOverrideMsg {
|
831
|
+
optional int32 value = 1;
|
832
|
+
}
|
833
|
+
|
834
|
+
message CSetBitrateOverrideMsg {
|
835
|
+
optional int32 value = 1;
|
836
|
+
}
|
837
|
+
|
838
|
+
message CShowOnScreenKeyboardMsg {
|
839
|
+
}
|
840
|
+
|
841
|
+
message CControllerPersonalizationUpdateMsg {
|
842
|
+
optional string controller_path = 1;
|
843
|
+
optional string controller_name = 2;
|
844
|
+
optional bool reverse_diamond_button_layout = 3;
|
845
|
+
}
|
846
|
+
|
847
|
+
message CVRConnectionReady {
|
848
|
+
optional string connect_params = 1;
|
849
|
+
}
|
850
|
+
|
851
|
+
message CStreamDataLostMsg {
|
852
|
+
repeated uint32 packets = 1;
|
853
|
+
}
|
854
|
+
|
855
|
+
message CAudioFormat {
|
856
|
+
required .EAudioFormat format = 1 [default = k_EAudioFormatNone];
|
857
|
+
optional uint32 frequency = 2;
|
858
|
+
optional uint32 channels = 3;
|
859
|
+
}
|
860
|
+
|
861
|
+
message CVideoFormat {
|
862
|
+
required .EVideoFormat format = 1 [default = k_EVideoFormatNone];
|
863
|
+
optional uint32 width = 2;
|
864
|
+
optional uint32 height = 3;
|
865
|
+
}
|
866
|
+
|
867
|
+
message CFrameEvent {
|
868
|
+
required .EStreamFrameEvent event_id = 1 [default = k_EStreamInputEventStart];
|
869
|
+
required uint32 timestamp = 2;
|
870
|
+
}
|
871
|
+
|
872
|
+
message CFrameStats {
|
873
|
+
required uint32 frame_id = 1;
|
874
|
+
optional uint32 input_mark = 2;
|
875
|
+
repeated .CFrameEvent events = 3;
|
876
|
+
required .EStreamFrameResult result = 4 [default = k_EStreamFrameResultPending];
|
877
|
+
optional float frame_start_delta = 5;
|
878
|
+
optional float frame_display_delta = 6;
|
879
|
+
optional float ping_time = 7;
|
880
|
+
optional float server_bitrate = 8;
|
881
|
+
optional float client_bitrate = 9;
|
882
|
+
optional float link_bandwidth = 10;
|
883
|
+
optional float packet_loss = 11;
|
884
|
+
optional uint32 frame_size = 12;
|
885
|
+
}
|
886
|
+
|
887
|
+
message CFrameStatAccumulatedValue {
|
888
|
+
required .EFrameAccumulatedStat stat_type = 1 [default = k_EFrameStatFPS];
|
889
|
+
required int32 count = 2;
|
890
|
+
required float average = 3;
|
891
|
+
optional float stddev = 4;
|
892
|
+
}
|
893
|
+
|
894
|
+
message CFrameStatsListMsg {
|
895
|
+
required .EStreamingDataType data_type = 1 [default = k_EStreamingAudioData];
|
896
|
+
repeated .CFrameStats stats = 2;
|
897
|
+
repeated .CFrameStatAccumulatedValue accumulated_stats = 3;
|
898
|
+
required int32 latest_frame_id = 4;
|
899
|
+
}
|
900
|
+
|
901
|
+
message CStreamingSessionStats {
|
902
|
+
optional float frame_loss_percentage = 1;
|
903
|
+
optional float average_network_time_ms = 2;
|
904
|
+
optional float stddev_network_time_ms = 3;
|
905
|
+
optional string test_data = 4;
|
906
|
+
}
|
907
|
+
|
908
|
+
message CDebugDumpMsg {
|
909
|
+
optional bytes screenshot = 1;
|
910
|
+
}
|
911
|
+
|
912
|
+
message CLogMsg {
|
913
|
+
optional int32 type = 1;
|
914
|
+
optional string message = 2;
|
915
|
+
}
|
916
|
+
|
917
|
+
message CLogUploadMsg {
|
918
|
+
optional .ELogFileType type = 1 [default = k_ELogFileSystemBoot];
|
919
|
+
optional bytes data = 3;
|
920
|
+
}
|
921
|
+
|
922
|
+
message CTransportSignalMsg {
|
923
|
+
message WebRTCMessage {
|
924
|
+
message Candidate {
|
925
|
+
optional string sdp_mid = 1;
|
926
|
+
optional int32 sdp_mline_index = 2;
|
927
|
+
optional string candidate = 3;
|
928
|
+
}
|
929
|
+
|
930
|
+
oneof msg {
|
931
|
+
bool greeting = 1;
|
932
|
+
string offer = 2;
|
933
|
+
string answer = 3;
|
934
|
+
.CTransportSignalMsg.WebRTCMessage.Candidate candidate = 4;
|
935
|
+
}
|
936
|
+
}
|
937
|
+
|
938
|
+
optional .CTransportSignalMsg.WebRTCMessage webrtc = 1;
|
939
|
+
repeated bytes sdr = 2;
|
940
|
+
}
|
941
|
+
|
942
|
+
message CControllerConfigMsg {
|
943
|
+
message ControllerConfigResponse {
|
944
|
+
optional uint32 appid = 1;
|
945
|
+
optional string configURL = 2;
|
946
|
+
optional uint32 controllerType = 3;
|
947
|
+
optional string controllerData = 4;
|
948
|
+
optional uint32 selectionOrder = 5;
|
949
|
+
optional bool actionBlock = 6;
|
950
|
+
}
|
951
|
+
|
952
|
+
message ControllerPersonalizationResponse {
|
953
|
+
optional string personalizationData = 1;
|
954
|
+
}
|
955
|
+
|
956
|
+
message ControllerActiveConfigChangeResponse {
|
957
|
+
optional string configURL = 2;
|
958
|
+
optional uint32 controllerType = 3;
|
959
|
+
optional string controllerData = 4;
|
960
|
+
optional uint32 selectionOrder = 5;
|
961
|
+
}
|
962
|
+
|
963
|
+
message ControllerActiveConfigMsg {
|
964
|
+
optional uint32 appid = 1;
|
965
|
+
optional string configURL = 2;
|
966
|
+
optional uint32 controllerType = 3;
|
967
|
+
optional string controllerData = 4;
|
968
|
+
}
|
969
|
+
|
970
|
+
required .EStreamControllerConfigMsg type = 1 [default = k_EStreamControllerConfigMsg_RequestConfigsForApp];
|
971
|
+
optional string controllerPath = 2;
|
972
|
+
optional uint32 appid = 3;
|
973
|
+
optional .CControllerConfigMsg.ControllerPersonalizationResponse personalizationResponse = 4;
|
974
|
+
repeated .CControllerConfigMsg.ControllerConfigResponse configResponse = 6;
|
975
|
+
optional .CControllerConfigMsg.ControllerActiveConfigMsg activeConfigChangeMsg = 7;
|
976
|
+
}
|