@basmilius/apple-airplay 0.0.11 → 0.0.13
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/dist/index.d.ts +3 -0
- package/dist/index.js +156 -2
- package/dist/index.js.map +138 -3
- package/dist/proto/AudioFadeMessage_pb.d.ts +30 -0
- package/dist/proto/AudioFadeResponseMessage_pb.d.ts +25 -0
- package/dist/proto/AudioFormatSettingsMessage_pb.d.ts +20 -0
- package/dist/proto/ClientUpdatesConfigMessage_pb.d.ts +41 -0
- package/dist/proto/CommandInfo_pb.d.ts +452 -0
- package/dist/proto/CommandOptions_pb.d.ts +137 -0
- package/dist/proto/Common_pb.d.ts +306 -0
- package/dist/proto/ConfigureConnectionMessage_pb.d.ts +25 -0
- package/dist/proto/ContentItemMetadata_pb.d.ts +812 -0
- package/dist/proto/ContentItem_pb.d.ts +91 -0
- package/dist/proto/CryptoPairingMessage_pb.d.ts +45 -0
- package/dist/proto/DeviceInfoMessage_pb.d.ts +270 -0
- package/dist/proto/GenericMessage_pb.d.ts +29 -0
- package/dist/proto/GetKeyboardSessionMessage_pb.d.ts +20 -0
- package/dist/proto/GetRemoteTextInputSessionMessage_pb.d.ts +20 -0
- package/dist/proto/GetVolumeMessage_pb.d.ts +25 -0
- package/dist/proto/GetVolumeResultMessage_pb.d.ts +25 -0
- package/dist/proto/KeyboardMessage_pb.d.ts +321 -0
- package/dist/proto/LanguageOption_pb.d.ts +36 -0
- package/dist/proto/ModifyOutputContextRequestMessage_pb.d.ts +71 -0
- package/dist/proto/NotificationMessage_pb.d.ts +29 -0
- package/dist/proto/NowPlayingClient_pb.d.ts +46 -0
- package/dist/proto/NowPlayingInfo_pb.d.ts +89 -0
- package/dist/proto/NowPlayingPlayer_pb.d.ts +44 -0
- package/dist/proto/OriginClientPropertiesMessage_pb.d.ts +25 -0
- package/dist/proto/Origin_pb.d.ts +58 -0
- package/dist/proto/PlaybackQueueCapabilities_pb.d.ts +28 -0
- package/dist/proto/PlaybackQueueContext_pb.d.ts +20 -0
- package/dist/proto/PlaybackQueueRequestMessage_pb.d.ts +91 -0
- package/dist/proto/PlaybackQueue_pb.d.ts +47 -0
- package/dist/proto/PlayerClientPropertiesMessage_pb.d.ts +30 -0
- package/dist/proto/PlayerPath_pb.d.ts +31 -0
- package/dist/proto/ProtocolMessage_pb.d.ts +659 -0
- package/dist/proto/RegisterForGameControllerEventsMessage_pb.d.ts +50 -0
- package/dist/proto/RegisterHIDDeviceMessage_pb.d.ts +26 -0
- package/dist/proto/RegisterHIDDeviceResultMessage_pb.d.ts +29 -0
- package/dist/proto/RegisterVoiceInputDeviceMessage_pb.d.ts +26 -0
- package/dist/proto/RegisterVoiceInputDeviceResponseMessage_pb.d.ts +29 -0
- package/dist/proto/RemoteTextInputMessage_pb.d.ts +33 -0
- package/dist/proto/RemoveClientMessage_pb.d.ts +26 -0
- package/dist/proto/RemoveEndpointsMessage_pb.d.ts +25 -0
- package/dist/proto/RemoveOutputDevicesMessage_pb.d.ts +29 -0
- package/dist/proto/RemovePlayerMessage_pb.d.ts +26 -0
- package/dist/proto/SendButtonEventMessage_pb.d.ts +33 -0
- package/dist/proto/SendCommandMessage_pb.d.ts +36 -0
- package/dist/proto/SendCommandResultMessage_pb.d.ts +363 -0
- package/dist/proto/SendHIDEventMessage_pb.d.ts +56 -0
- package/dist/proto/SendPackedVirtualTouchEventMessage_pb.d.ts +60 -0
- package/dist/proto/SendVoiceInputMessage_pb.d.ts +122 -0
- package/dist/proto/SetArtworkMessage_pb.d.ts +25 -0
- package/dist/proto/SetConnectionStateMessage_pb.d.ts +50 -0
- package/dist/proto/SetDefaultSupportedCommandsMessage_pb.d.ts +70 -0
- package/dist/proto/SetDiscoveryModeMessage_pb.d.ts +29 -0
- package/dist/proto/SetHiliteModeMessage_pb.d.ts +25 -0
- package/dist/proto/SetNowPlayingClientMessage_pb.d.ts +26 -0
- package/dist/proto/SetNowPlayingPlayerMessage_pb.d.ts +26 -0
- package/dist/proto/SetRecordingStateMessage_pb.d.ts +46 -0
- package/dist/proto/SetStateMessage_pb.d.ts +68 -0
- package/dist/proto/SetVolumeMessage_pb.d.ts +29 -0
- package/dist/proto/SupportedCommands_pb.d.ts +21 -0
- package/dist/proto/TextInputMessage_pb.d.ts +73 -0
- package/dist/proto/TransactionKey_pb.d.ts +24 -0
- package/dist/proto/TransactionMessage_pb.d.ts +35 -0
- package/dist/proto/TransactionPacket_pb.d.ts +37 -0
- package/dist/proto/TransactionPackets_pb.d.ts +21 -0
- package/dist/proto/UpdateClientMessage_pb.d.ts +26 -0
- package/dist/proto/UpdateContentItemArtworkMessage_pb.d.ts +31 -0
- package/dist/proto/UpdateContentItemMessage_pb.d.ts +31 -0
- package/dist/proto/UpdateEndPointsMessage_pb.d.ts +72 -0
- package/dist/proto/UpdateOutputDeviceMessage_pb.d.ts +322 -0
- package/dist/proto/UpdatePlayerPath_pb.d.ts +26 -0
- package/dist/proto/VirtualTouchDeviceDescriptorMessage_pb.d.ts +32 -0
- package/dist/proto/VoiceInputDeviceDescriptorMessage_pb.d.ts +25 -0
- package/dist/proto/VolumeControlAvailabilityMessage_pb.d.ts +66 -0
- package/dist/proto/VolumeControlCapabilitiesDidChangeMessage_pb.d.ts +34 -0
- package/dist/proto/VolumeDidChangeMessage_pb.d.ts +33 -0
- package/dist/proto/WakeDeviceMessage_pb.d.ts +20 -0
- package/dist/proto/index.d.ts +77 -0
- package/dist/protocol/dataStream.d.ts +13 -0
- package/dist/protocol/dataStreamMessages.d.ts +9 -0
- package/dist/protocol/eventStream.d.ts +7 -0
- package/dist/protocol/index.d.ts +7 -0
- package/dist/protocol/pairing.d.ts +12 -0
- package/dist/protocol/protocol.d.ts +21 -0
- package/dist/protocol/rtsp.d.ts +15 -0
- package/dist/protocol/stream.d.ts +22 -0
- package/dist/protocol/utils.d.ts +18 -0
- package/dist/protocol/verify.d.ts +9 -0
- package/dist/test.d.ts +1 -0
- package/dist/test.js +158 -0
- package/dist/test.js.map +145 -0
- package/package.json +6 -2
|
@@ -0,0 +1,659 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ProtocolMessage.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ProtocolMessage: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message ErrorCode
|
|
9
|
+
*/
|
|
10
|
+
export type ErrorCode = Message<"ErrorCode"> & {};
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ErrorCode.
|
|
13
|
+
* Use `create(ErrorCodeSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export declare const ErrorCodeSchema: GenMessage<ErrorCode>;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from enum ErrorCode.Enum
|
|
18
|
+
*/
|
|
19
|
+
export declare enum ErrorCode_Enum {
|
|
20
|
+
/**
|
|
21
|
+
* @generated from enum value: NoError = 0;
|
|
22
|
+
*/
|
|
23
|
+
NoError = 0,
|
|
24
|
+
/**
|
|
25
|
+
* @generated from enum value: UnknownError = 1;
|
|
26
|
+
*/
|
|
27
|
+
UnknownError = 1,
|
|
28
|
+
/**
|
|
29
|
+
* @generated from enum value: InvalidOperation = 2;
|
|
30
|
+
*/
|
|
31
|
+
InvalidOperation = 2,
|
|
32
|
+
/**
|
|
33
|
+
* @generated from enum value: OperationNotPermitted = 3;
|
|
34
|
+
*/
|
|
35
|
+
OperationNotPermitted = 3,
|
|
36
|
+
/**
|
|
37
|
+
* @generated from enum value: ClientDoesNotExist = 4;
|
|
38
|
+
*/
|
|
39
|
+
ClientDoesNotExist = 4,
|
|
40
|
+
/**
|
|
41
|
+
* @generated from enum value: OriginDoesNotExist = 5;
|
|
42
|
+
*/
|
|
43
|
+
OriginDoesNotExist = 5,
|
|
44
|
+
/**
|
|
45
|
+
* @generated from enum value: UnsupportedOperation = 6;
|
|
46
|
+
*/
|
|
47
|
+
UnsupportedOperation = 6,
|
|
48
|
+
/**
|
|
49
|
+
* @generated from enum value: FailedToSetPickedRoute = 7;
|
|
50
|
+
*/
|
|
51
|
+
FailedToSetPickedRoute = 7,
|
|
52
|
+
/**
|
|
53
|
+
* @generated from enum value: FailedToRegisterCustomOrigin = 8;
|
|
54
|
+
*/
|
|
55
|
+
FailedToRegisterCustomOrigin = 8,
|
|
56
|
+
/**
|
|
57
|
+
* @generated from enum value: FailedToRemoveCustomOrigin = 9;
|
|
58
|
+
*/
|
|
59
|
+
FailedToRemoveCustomOrigin = 9,
|
|
60
|
+
/**
|
|
61
|
+
* @generated from enum value: TheApplicationActivityDoesNotExist = 10;
|
|
62
|
+
*/
|
|
63
|
+
TheApplicationActivityDoesNotExist = 10,
|
|
64
|
+
/**
|
|
65
|
+
* @generated from enum value: TheAppHasNotSetupABrowsableContentEndpoint = 11;
|
|
66
|
+
*/
|
|
67
|
+
TheAppHasNotSetupABrowsableContentEndpoint = 11,
|
|
68
|
+
/**
|
|
69
|
+
* @generated from enum value: TheRequestedBrowsableContentApiIsNotSupportedByTheApplication = 12;
|
|
70
|
+
*/
|
|
71
|
+
TheRequestedBrowsableContentApiIsNotSupportedByTheApplication = 12,
|
|
72
|
+
/**
|
|
73
|
+
* @generated from enum value: TheNotficationHasNotBeenWhitelistedByTheServer = 13;
|
|
74
|
+
*/
|
|
75
|
+
TheNotficationHasNotBeenWhitelistedByTheServer = 13,
|
|
76
|
+
/**
|
|
77
|
+
* @generated from enum value: OperationRequiresAClientCallbackToHaveBeenRegistered = 14;
|
|
78
|
+
*/
|
|
79
|
+
OperationRequiresAClientCallbackToHaveBeenRegistered = 14,
|
|
80
|
+
/**
|
|
81
|
+
* @generated from enum value: OperationRequiresAClientDataSourceToHaveBeenRegistered = 15;
|
|
82
|
+
*/
|
|
83
|
+
OperationRequiresAClientDataSourceToHaveBeenRegistered = 15,
|
|
84
|
+
/**
|
|
85
|
+
* @generated from enum value: RequestedDataIsOutOfDateAndShouldBeRequestedAgain = 16;
|
|
86
|
+
*/
|
|
87
|
+
RequestedDataIsOutOfDateAndShouldBeRequestedAgain = 16,
|
|
88
|
+
/**
|
|
89
|
+
* The system will ignore the volume adjustment until overridden.
|
|
90
|
+
*
|
|
91
|
+
* @generated from enum value: TheDevicesEnforcedVolumeLimitHasBeenExceeded = 17;
|
|
92
|
+
*/
|
|
93
|
+
TheDevicesEnforcedVolumeLimitHasBeenExceeded = 17,
|
|
94
|
+
/**
|
|
95
|
+
* between 0.0 and 1.0, where 1.0 is the loudest
|
|
96
|
+
*
|
|
97
|
+
* @generated from enum value: VolumeValueIsOutOfRange = 18;
|
|
98
|
+
*/
|
|
99
|
+
VolumeValueIsOutOfRange = 18,
|
|
100
|
+
/**
|
|
101
|
+
* @generated from enum value: VolumeIsAlreadyAtTheMaximumValue = 19;
|
|
102
|
+
*/
|
|
103
|
+
VolumeIsAlreadyAtTheMaximumValue = 19,
|
|
104
|
+
/**
|
|
105
|
+
* @generated from enum value: VolumeIsAlreadyMuted = 20;
|
|
106
|
+
*/
|
|
107
|
+
VolumeIsAlreadyMuted = 20,
|
|
108
|
+
/**
|
|
109
|
+
* @generated from enum value: VoiceInputEndpointDoesNotExist = 21;
|
|
110
|
+
*/
|
|
111
|
+
VoiceInputEndpointDoesNotExist = 21,
|
|
112
|
+
/**
|
|
113
|
+
* @generated from enum value: TheVoiceInputDeviceIsNotRegisteredOrDoesNotExist = 22;
|
|
114
|
+
*/
|
|
115
|
+
TheVoiceInputDeviceIsNotRegisteredOrDoesNotExist = 22,
|
|
116
|
+
/**
|
|
117
|
+
* @generated from enum value: EncryptionFailure = 23;
|
|
118
|
+
*/
|
|
119
|
+
EncryptionFailure = 23,
|
|
120
|
+
/**
|
|
121
|
+
* @generated from enum value: EndpointDoesNotExist = 24;
|
|
122
|
+
*/
|
|
123
|
+
EndpointDoesNotExist = 24,
|
|
124
|
+
/**
|
|
125
|
+
* @generated from enum value: TheClientsApplicationCancelledTheOperation = 25;
|
|
126
|
+
*/
|
|
127
|
+
TheClientsApplicationCancelledTheOperation = 25,
|
|
128
|
+
/**
|
|
129
|
+
* @generated from enum value: TheOperationTimedOut = 26;
|
|
130
|
+
*/
|
|
131
|
+
TheOperationTimedOut = 26,
|
|
132
|
+
/**
|
|
133
|
+
* @generated from enum value: TheSpecifiedPlayerPathObjectWasInvalid = 27;
|
|
134
|
+
*/
|
|
135
|
+
TheSpecifiedPlayerPathObjectWasInvalid = 27,
|
|
136
|
+
/**
|
|
137
|
+
* @generated from enum value: AddingOrRemovingDevicesFromTheAvOutputContextHasFailed = 28;
|
|
138
|
+
*/
|
|
139
|
+
AddingOrRemovingDevicesFromTheAvOutputContextHasFailed = 28,
|
|
140
|
+
/**
|
|
141
|
+
* @generated from enum value: CouldNotFindTheSpecifiedNowPlayingPlayer = 29;
|
|
142
|
+
*/
|
|
143
|
+
CouldNotFindTheSpecifiedNowPlayingPlayer = 29,
|
|
144
|
+
/**
|
|
145
|
+
* @generated from enum value: TheSpecifiedContentItemDoesNotExist = 30;
|
|
146
|
+
*/
|
|
147
|
+
TheSpecifiedContentItemDoesNotExist = 30,
|
|
148
|
+
/**
|
|
149
|
+
* @generated from enum value: TheSpecifiedOffsetIsInvalid = 31;
|
|
150
|
+
*/
|
|
151
|
+
TheSpecifiedOffsetIsInvalid = 31,
|
|
152
|
+
/**
|
|
153
|
+
* @generated from enum value: TheSpecifiedOutputContextIsInvalid = 32;
|
|
154
|
+
*/
|
|
155
|
+
TheSpecifiedOutputContextIsInvalid = 32,
|
|
156
|
+
/**
|
|
157
|
+
* @generated from enum value: OneOrMoreSpecifiedOutputDevicesAreNotGroupable = 33;
|
|
158
|
+
*/
|
|
159
|
+
OneOrMoreSpecifiedOutputDevicesAreNotGroupable = 33,
|
|
160
|
+
/**
|
|
161
|
+
* @generated from enum value: TheSpecifiedOutputContextDoesNotSupportAddingMoreThanOneOutputDevice = 34;
|
|
162
|
+
*/
|
|
163
|
+
TheSpecifiedOutputContextDoesNotSupportAddingMoreThanOneOutputDevice = 34,
|
|
164
|
+
/**
|
|
165
|
+
* @generated from enum value: CouldNotFindTheSpecifiedNowPlayingClient = 35;
|
|
166
|
+
*/
|
|
167
|
+
CouldNotFindTheSpecifiedNowPlayingClient = 35,
|
|
168
|
+
/**
|
|
169
|
+
* @generated from enum value: EndpointVolumeControlIsOnlyPossibleIfTheEndpointIsPickedOrRemoteControllable = 36;
|
|
170
|
+
*/
|
|
171
|
+
EndpointVolumeControlIsOnlyPossibleIfTheEndpointIsPickedOrRemoteControllable = 36,
|
|
172
|
+
/**
|
|
173
|
+
* @generated from enum value: OutputDeviceVolumeControlIsOnlyPossibleIfTheEndpointIsPickedOrRemoteControllable = 37;
|
|
174
|
+
*/
|
|
175
|
+
OutputDeviceVolumeControlIsOnlyPossibleIfTheEndpointIsPickedOrRemoteControllable = 37,
|
|
176
|
+
/**
|
|
177
|
+
* @generated from enum value: CoderMustSupportKeyValueCoding = 38;
|
|
178
|
+
*/
|
|
179
|
+
CoderMustSupportKeyValueCoding = 38,
|
|
180
|
+
/**
|
|
181
|
+
* @generated from enum value: CouldNotFindTheGivenOutputdevice = 39;
|
|
182
|
+
*/
|
|
183
|
+
CouldNotFindTheGivenOutputdevice = 39,
|
|
184
|
+
/**
|
|
185
|
+
* @generated from enum value: FailedToConnectToRemoteDevice = 100;
|
|
186
|
+
*/
|
|
187
|
+
FailedToConnectToRemoteDevice = 100,
|
|
188
|
+
/**
|
|
189
|
+
* @generated from enum value: AuthenticationTokenIsInvalid = 101;
|
|
190
|
+
*/
|
|
191
|
+
AuthenticationTokenIsInvalid = 101,
|
|
192
|
+
/**
|
|
193
|
+
* @generated from enum value: RecordingSessionIsAlreadyInProgressOnThisDevice = 102;
|
|
194
|
+
*/
|
|
195
|
+
RecordingSessionIsAlreadyInProgressOnThisDevice = 102,
|
|
196
|
+
/**
|
|
197
|
+
* @generated from enum value: TheDeviceIsNotCurrentlyRecording = 103;
|
|
198
|
+
*/
|
|
199
|
+
TheDeviceIsNotCurrentlyRecording = 103,
|
|
200
|
+
/**
|
|
201
|
+
* @generated from enum value: TheClientHasDisconnected = 104;
|
|
202
|
+
*/
|
|
203
|
+
TheClientHasDisconnected = 104,
|
|
204
|
+
/**
|
|
205
|
+
* @generated from enum value: TheServerHasDisconnected = 105;
|
|
206
|
+
*/
|
|
207
|
+
TheServerHasDisconnected = 105,
|
|
208
|
+
/**
|
|
209
|
+
* @generated from enum value: TheConnectionHasBeenCancelledByTheClient = 106;
|
|
210
|
+
*/
|
|
211
|
+
TheConnectionHasBeenCancelledByTheClient = 106,
|
|
212
|
+
/**
|
|
213
|
+
* @generated from enum value: PairingFunctionalityIsLockedDueToSecurityReasons = 107;
|
|
214
|
+
*/
|
|
215
|
+
PairingFunctionalityIsLockedDueToSecurityReasons = 107,
|
|
216
|
+
/**
|
|
217
|
+
* @generated from enum value: TheClientsOperatingSystemVersionIsTooOld = 108;
|
|
218
|
+
*/
|
|
219
|
+
TheClientsOperatingSystemVersionIsTooOld = 108,
|
|
220
|
+
/**
|
|
221
|
+
* @generated from enum value: TheClientsApplicationVersionIsTooOld = 109;
|
|
222
|
+
*/
|
|
223
|
+
TheClientsApplicationVersionIsTooOld = 109,
|
|
224
|
+
/**
|
|
225
|
+
* @generated from enum value: TheDeviceIsNotPaired = 110;
|
|
226
|
+
*/
|
|
227
|
+
TheDeviceIsNotPaired = 110,
|
|
228
|
+
/**
|
|
229
|
+
* @generated from enum value: ThePinPairingDialogWasRemovedByTheUserBeforePairingOccoured = 111;
|
|
230
|
+
*/
|
|
231
|
+
ThePinPairingDialogWasRemovedByTheUserBeforePairingOccoured = 111,
|
|
232
|
+
/**
|
|
233
|
+
* @generated from enum value: ThePinPairingDialogWasRemovedByATimeoutBeforePairingOccoured = 112;
|
|
234
|
+
*/
|
|
235
|
+
ThePinPairingDialogWasRemovedByATimeoutBeforePairingOccoured = 112,
|
|
236
|
+
/**
|
|
237
|
+
* @generated from enum value: TheConnectionTimedout = 113;
|
|
238
|
+
*/
|
|
239
|
+
TheConnectionTimedout = 113,
|
|
240
|
+
/**
|
|
241
|
+
* @generated from enum value: PairingWithThisDeviceIsBlocked = 114;
|
|
242
|
+
*/
|
|
243
|
+
PairingWithThisDeviceIsBlocked = 114,
|
|
244
|
+
/**
|
|
245
|
+
* @generated from enum value: TheDeviceIsGoingToSleep = 115;
|
|
246
|
+
*/
|
|
247
|
+
TheDeviceIsGoingToSleep = 115,
|
|
248
|
+
/**
|
|
249
|
+
* @generated from enum value: ConnectionBlockedByServer = 116;
|
|
250
|
+
*/
|
|
251
|
+
ConnectionBlockedByServer = 116,
|
|
252
|
+
/**
|
|
253
|
+
* @generated from enum value: MravendpointWasDeallocatedWhileWaitingForDeviceToConnect = 117;
|
|
254
|
+
*/
|
|
255
|
+
MravendpointWasDeallocatedWhileWaitingForDeviceToConnect = 117,
|
|
256
|
+
/**
|
|
257
|
+
* @generated from enum value: OutputContextModificationCausedADeviceToNoLongerBeAProxyGroupPlayer = 200;
|
|
258
|
+
*/
|
|
259
|
+
OutputContextModificationCausedADeviceToNoLongerBeAProxyGroupPlayer = 200,
|
|
260
|
+
/**
|
|
261
|
+
* @generated from enum value: OutputContextModificationCausedADeviceToBecomeAProxyGroupPlayer = 201;
|
|
262
|
+
*/
|
|
263
|
+
OutputContextModificationCausedADeviceToBecomeAProxyGroupPlayer = 201,
|
|
264
|
+
/**
|
|
265
|
+
* @generated from enum value: OutputContextModificationRequestedNoTopologyChange = 202;
|
|
266
|
+
*/
|
|
267
|
+
OutputContextModificationRequestedNoTopologyChange = 202,
|
|
268
|
+
/**
|
|
269
|
+
* @generated from enum value: OtherUnknownError = 299;
|
|
270
|
+
*/
|
|
271
|
+
OtherUnknownError = 299
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Describes the enum ErrorCode.Enum.
|
|
275
|
+
*/
|
|
276
|
+
export declare const ErrorCode_EnumSchema: GenEnum<ErrorCode_Enum>;
|
|
277
|
+
/**
|
|
278
|
+
* @generated from message ProtocolMessage
|
|
279
|
+
*/
|
|
280
|
+
export type ProtocolMessage = Message<"ProtocolMessage"> & {
|
|
281
|
+
/**
|
|
282
|
+
* Identifies which underlying message is filled in.
|
|
283
|
+
*
|
|
284
|
+
* @generated from field: optional ProtocolMessage.Type type = 1;
|
|
285
|
+
*/
|
|
286
|
+
type: ProtocolMessage_Type;
|
|
287
|
+
/**
|
|
288
|
+
* @generated from field: optional string identifier = 2;
|
|
289
|
+
*/
|
|
290
|
+
identifier: string;
|
|
291
|
+
/**
|
|
292
|
+
* @generated from field: optional string authenticationToken = 3;
|
|
293
|
+
*/
|
|
294
|
+
authenticationToken: string;
|
|
295
|
+
/**
|
|
296
|
+
* @generated from field: optional ErrorCode.Enum errorCode = 4;
|
|
297
|
+
*/
|
|
298
|
+
errorCode: ErrorCode_Enum;
|
|
299
|
+
/**
|
|
300
|
+
* @generated from field: optional uint64 timestamp = 5;
|
|
301
|
+
*/
|
|
302
|
+
timestamp: bigint;
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: optional string errorDescription = 78;
|
|
305
|
+
*/
|
|
306
|
+
errorDescription: string;
|
|
307
|
+
/**
|
|
308
|
+
* @generated from field: optional string uniqueIdentifier = 85;
|
|
309
|
+
*/
|
|
310
|
+
uniqueIdentifier: string;
|
|
311
|
+
};
|
|
312
|
+
/**
|
|
313
|
+
* Describes the message ProtocolMessage.
|
|
314
|
+
* Use `create(ProtocolMessageSchema)` to create a new message.
|
|
315
|
+
*/
|
|
316
|
+
export declare const ProtocolMessageSchema: GenMessage<ProtocolMessage>;
|
|
317
|
+
/**
|
|
318
|
+
* @generated from enum ProtocolMessage.Type
|
|
319
|
+
*/
|
|
320
|
+
export declare enum ProtocolMessage_Type {
|
|
321
|
+
/**
|
|
322
|
+
* @generated from enum value: UNKNOWN_MESSAGE = 0;
|
|
323
|
+
*/
|
|
324
|
+
UNKNOWN_MESSAGE = 0,
|
|
325
|
+
/**
|
|
326
|
+
* @generated from enum value: SEND_COMMAND_MESSAGE = 1;
|
|
327
|
+
*/
|
|
328
|
+
SEND_COMMAND_MESSAGE = 1,
|
|
329
|
+
/**
|
|
330
|
+
* @generated from enum value: SEND_COMMAND_RESULT_MESSAGE = 2;
|
|
331
|
+
*/
|
|
332
|
+
SEND_COMMAND_RESULT_MESSAGE = 2,
|
|
333
|
+
/**
|
|
334
|
+
* @generated from enum value: GET_STATE_MESSAGE = 3;
|
|
335
|
+
*/
|
|
336
|
+
GET_STATE_MESSAGE = 3,
|
|
337
|
+
/**
|
|
338
|
+
* @generated from enum value: SET_STATE_MESSAGE = 4;
|
|
339
|
+
*/
|
|
340
|
+
SET_STATE_MESSAGE = 4,
|
|
341
|
+
/**
|
|
342
|
+
* @generated from enum value: SET_ARTWORK_MESSAGE = 5;
|
|
343
|
+
*/
|
|
344
|
+
SET_ARTWORK_MESSAGE = 5,
|
|
345
|
+
/**
|
|
346
|
+
* @generated from enum value: REGISTER_HID_DEVICE_MESSAGE = 6;
|
|
347
|
+
*/
|
|
348
|
+
REGISTER_HID_DEVICE_MESSAGE = 6,
|
|
349
|
+
/**
|
|
350
|
+
* @generated from enum value: REGISTER_HID_DEVICE_RESULT_MESSAGE = 7;
|
|
351
|
+
*/
|
|
352
|
+
REGISTER_HID_DEVICE_RESULT_MESSAGE = 7,
|
|
353
|
+
/**
|
|
354
|
+
* @generated from enum value: SEND_HID_EVENT_MESSAGE = 8;
|
|
355
|
+
*/
|
|
356
|
+
SEND_HID_EVENT_MESSAGE = 8,
|
|
357
|
+
/**
|
|
358
|
+
* @generated from enum value: SEND_HID_REPORT_MESSAGE = 9;
|
|
359
|
+
*/
|
|
360
|
+
SEND_HID_REPORT_MESSAGE = 9,
|
|
361
|
+
/**
|
|
362
|
+
* @generated from enum value: SEND_VIRTUAL_TOUCH_EVENT_MESSAGE = 10;
|
|
363
|
+
*/
|
|
364
|
+
SEND_VIRTUAL_TOUCH_EVENT_MESSAGE = 10,
|
|
365
|
+
/**
|
|
366
|
+
* @generated from enum value: NOTIFICATION_MESSAGE = 11;
|
|
367
|
+
*/
|
|
368
|
+
NOTIFICATION_MESSAGE = 11,
|
|
369
|
+
/**
|
|
370
|
+
* @generated from enum value: CONTENT_ITEMS_CHANGED_NOTIFICATION_MESSAGE = 12;
|
|
371
|
+
*/
|
|
372
|
+
CONTENT_ITEMS_CHANGED_NOTIFICATION_MESSAGE = 12,
|
|
373
|
+
/**
|
|
374
|
+
* @generated from enum value: DEVICE_INFO_MESSAGE = 15;
|
|
375
|
+
*/
|
|
376
|
+
DEVICE_INFO_MESSAGE = 15,
|
|
377
|
+
/**
|
|
378
|
+
* @generated from enum value: CLIENT_UPDATES_CONFIG_MESSAGE = 16;
|
|
379
|
+
*/
|
|
380
|
+
CLIENT_UPDATES_CONFIG_MESSAGE = 16,
|
|
381
|
+
/**
|
|
382
|
+
* @generated from enum value: VOLUME_CONTROL_AVAILABILITY_MESSAGE = 17;
|
|
383
|
+
*/
|
|
384
|
+
VOLUME_CONTROL_AVAILABILITY_MESSAGE = 17,
|
|
385
|
+
/**
|
|
386
|
+
* @generated from enum value: GAME_CONTROLLER_MESSAGE = 18;
|
|
387
|
+
*/
|
|
388
|
+
GAME_CONTROLLER_MESSAGE = 18,
|
|
389
|
+
/**
|
|
390
|
+
* @generated from enum value: REGISTER_GAME_CONTROLLER_MESSAGE = 19;
|
|
391
|
+
*/
|
|
392
|
+
REGISTER_GAME_CONTROLLER_MESSAGE = 19,
|
|
393
|
+
/**
|
|
394
|
+
* @generated from enum value: REGISTER_GAME_CONTROLLER_RESPONSE_MESSAGE = 20;
|
|
395
|
+
*/
|
|
396
|
+
REGISTER_GAME_CONTROLLER_RESPONSE_MESSAGE = 20,
|
|
397
|
+
/**
|
|
398
|
+
* @generated from enum value: UNREGISTER_GAME_CONTROLLER_MESSAGE = 21;
|
|
399
|
+
*/
|
|
400
|
+
UNREGISTER_GAME_CONTROLLER_MESSAGE = 21,
|
|
401
|
+
/**
|
|
402
|
+
* @generated from enum value: REGISTER_FOR_GAME_CONTROLLER_EVENTS_MESSAGE = 22;
|
|
403
|
+
*/
|
|
404
|
+
REGISTER_FOR_GAME_CONTROLLER_EVENTS_MESSAGE = 22,
|
|
405
|
+
/**
|
|
406
|
+
* @generated from enum value: KEYBOARD_MESSAGE = 23;
|
|
407
|
+
*/
|
|
408
|
+
KEYBOARD_MESSAGE = 23,
|
|
409
|
+
/**
|
|
410
|
+
* @generated from enum value: GET_KEYBOARD_SESSION_MESSAGE = 24;
|
|
411
|
+
*/
|
|
412
|
+
GET_KEYBOARD_SESSION_MESSAGE = 24,
|
|
413
|
+
/**
|
|
414
|
+
* @generated from enum value: TEXT_INPUT_MESSAGE = 25;
|
|
415
|
+
*/
|
|
416
|
+
TEXT_INPUT_MESSAGE = 25,
|
|
417
|
+
/**
|
|
418
|
+
* @generated from enum value: GET_VOICE_INPUT_DEVICES_MESSAGE = 26;
|
|
419
|
+
*/
|
|
420
|
+
GET_VOICE_INPUT_DEVICES_MESSAGE = 26,
|
|
421
|
+
/**
|
|
422
|
+
* @generated from enum value: GET_VOICE_INPUT_DEVICES_RESPONSE_MESSAGE = 27;
|
|
423
|
+
*/
|
|
424
|
+
GET_VOICE_INPUT_DEVICES_RESPONSE_MESSAGE = 27,
|
|
425
|
+
/**
|
|
426
|
+
* @generated from enum value: REGISTER_VOICE_INPUT_DEVICE_MESSAGE = 28;
|
|
427
|
+
*/
|
|
428
|
+
REGISTER_VOICE_INPUT_DEVICE_MESSAGE = 28,
|
|
429
|
+
/**
|
|
430
|
+
* @generated from enum value: REGISTER_VOICE_INPUT_DEVICE_RESPONSE_MESSAGE = 29;
|
|
431
|
+
*/
|
|
432
|
+
REGISTER_VOICE_INPUT_DEVICE_RESPONSE_MESSAGE = 29,
|
|
433
|
+
/**
|
|
434
|
+
* @generated from enum value: SET_RECORDING_STATE_MESSAGE = 30;
|
|
435
|
+
*/
|
|
436
|
+
SET_RECORDING_STATE_MESSAGE = 30,
|
|
437
|
+
/**
|
|
438
|
+
* @generated from enum value: SEND_VOICE_INPUT_MESSAGE = 31;
|
|
439
|
+
*/
|
|
440
|
+
SEND_VOICE_INPUT_MESSAGE = 31,
|
|
441
|
+
/**
|
|
442
|
+
* @generated from enum value: PLAYBACK_QUEUE_REQUEST_MESSAGE = 32;
|
|
443
|
+
*/
|
|
444
|
+
PLAYBACK_QUEUE_REQUEST_MESSAGE = 32,
|
|
445
|
+
/**
|
|
446
|
+
* @generated from enum value: TRANSACTION_MESSAGE = 33;
|
|
447
|
+
*/
|
|
448
|
+
TRANSACTION_MESSAGE = 33,
|
|
449
|
+
/**
|
|
450
|
+
* @generated from enum value: CRYPTO_PAIRING_MESSAGE = 34;
|
|
451
|
+
*/
|
|
452
|
+
CRYPTO_PAIRING_MESSAGE = 34,
|
|
453
|
+
/**
|
|
454
|
+
* @generated from enum value: GAME_CONTROLLER_PROPERTIES_MESSAGE = 35;
|
|
455
|
+
*/
|
|
456
|
+
GAME_CONTROLLER_PROPERTIES_MESSAGE = 35,
|
|
457
|
+
/**
|
|
458
|
+
* @generated from enum value: SET_READY_STATE_MESSAGE = 36;
|
|
459
|
+
*/
|
|
460
|
+
SET_READY_STATE_MESSAGE = 36,
|
|
461
|
+
/**
|
|
462
|
+
* @generated from enum value: DEVICE_INFO_UPDATE_MESSAGE = 37;
|
|
463
|
+
*/
|
|
464
|
+
DEVICE_INFO_UPDATE_MESSAGE = 37,
|
|
465
|
+
/**
|
|
466
|
+
* @generated from enum value: SET_CONNECTION_STATE_MESSAGE = 38;
|
|
467
|
+
*/
|
|
468
|
+
SET_CONNECTION_STATE_MESSAGE = 38,
|
|
469
|
+
/**
|
|
470
|
+
* @generated from enum value: SEND_BUTTON_EVENT_MESSAGE = 39;
|
|
471
|
+
*/
|
|
472
|
+
SEND_BUTTON_EVENT_MESSAGE = 39,
|
|
473
|
+
/**
|
|
474
|
+
* @generated from enum value: SET_HILITE_MODE_MESSAGE = 40;
|
|
475
|
+
*/
|
|
476
|
+
SET_HILITE_MODE_MESSAGE = 40,
|
|
477
|
+
/**
|
|
478
|
+
* @generated from enum value: WAKE_DEVICE_MESSAGE = 41;
|
|
479
|
+
*/
|
|
480
|
+
WAKE_DEVICE_MESSAGE = 41,
|
|
481
|
+
/**
|
|
482
|
+
* @generated from enum value: GENERIC_MESSAGE = 42;
|
|
483
|
+
*/
|
|
484
|
+
GENERIC_MESSAGE = 42,
|
|
485
|
+
/**
|
|
486
|
+
* @generated from enum value: SEND_PACKED_VIRTUAL_TOUCH_EVENT_MESSAGE = 43;
|
|
487
|
+
*/
|
|
488
|
+
SEND_PACKED_VIRTUAL_TOUCH_EVENT_MESSAGE = 43,
|
|
489
|
+
/**
|
|
490
|
+
* @generated from enum value: SEND_LYRICS_EVENT = 44;
|
|
491
|
+
*/
|
|
492
|
+
SEND_LYRICS_EVENT = 44,
|
|
493
|
+
/**
|
|
494
|
+
* @generated from enum value: SET_NOW_PLAYING_CLIENT_MESSAGE = 46;
|
|
495
|
+
*/
|
|
496
|
+
SET_NOW_PLAYING_CLIENT_MESSAGE = 46,
|
|
497
|
+
/**
|
|
498
|
+
* @generated from enum value: SET_NOW_PLAYING_PLAYER_MESSAGE = 47;
|
|
499
|
+
*/
|
|
500
|
+
SET_NOW_PLAYING_PLAYER_MESSAGE = 47,
|
|
501
|
+
/**
|
|
502
|
+
* @generated from enum value: MODIFY_OUTPUT_CONTEXT_REQUEST_MESSAGE = 48;
|
|
503
|
+
*/
|
|
504
|
+
MODIFY_OUTPUT_CONTEXT_REQUEST_MESSAGE = 48,
|
|
505
|
+
/**
|
|
506
|
+
* @generated from enum value: GET_VOLUME_MESSAGE = 49;
|
|
507
|
+
*/
|
|
508
|
+
GET_VOLUME_MESSAGE = 49,
|
|
509
|
+
/**
|
|
510
|
+
* @generated from enum value: GET_VOLUME_RESULT_MESSAGE = 50;
|
|
511
|
+
*/
|
|
512
|
+
GET_VOLUME_RESULT_MESSAGE = 50,
|
|
513
|
+
/**
|
|
514
|
+
* @generated from enum value: SET_VOLUME_MESSAGE = 51;
|
|
515
|
+
*/
|
|
516
|
+
SET_VOLUME_MESSAGE = 51,
|
|
517
|
+
/**
|
|
518
|
+
* @generated from enum value: VOLUME_DID_CHANGE_MESSAGE = 52;
|
|
519
|
+
*/
|
|
520
|
+
VOLUME_DID_CHANGE_MESSAGE = 52,
|
|
521
|
+
/**
|
|
522
|
+
* @generated from enum value: REMOVE_CLIENT_MESSAGE = 53;
|
|
523
|
+
*/
|
|
524
|
+
REMOVE_CLIENT_MESSAGE = 53,
|
|
525
|
+
/**
|
|
526
|
+
* @generated from enum value: REMOVE_PLAYER_MESSAGE = 54;
|
|
527
|
+
*/
|
|
528
|
+
REMOVE_PLAYER_MESSAGE = 54,
|
|
529
|
+
/**
|
|
530
|
+
* @generated from enum value: UPDATE_CLIENT_MESSAGE = 55;
|
|
531
|
+
*/
|
|
532
|
+
UPDATE_CLIENT_MESSAGE = 55,
|
|
533
|
+
/**
|
|
534
|
+
* @generated from enum value: UPDATE_CONTENT_ITEM_MESSAGE = 56;
|
|
535
|
+
*/
|
|
536
|
+
UPDATE_CONTENT_ITEM_MESSAGE = 56,
|
|
537
|
+
/**
|
|
538
|
+
* @generated from enum value: UPDATE_CONTENT_ITEM_ARTWORK_MESSAGE = 57;
|
|
539
|
+
*/
|
|
540
|
+
UPDATE_CONTENT_ITEM_ARTWORK_MESSAGE = 57,
|
|
541
|
+
/**
|
|
542
|
+
* @generated from enum value: UPDATE_PLAYER_MESSAGE = 58;
|
|
543
|
+
*/
|
|
544
|
+
UPDATE_PLAYER_MESSAGE = 58,
|
|
545
|
+
/**
|
|
546
|
+
* @generated from enum value: PROMPT_FOR_ROUTE_AUTHORIZATION_MESSAGE = 59;
|
|
547
|
+
*/
|
|
548
|
+
PROMPT_FOR_ROUTE_AUTHORIZATION_MESSAGE = 59,
|
|
549
|
+
/**
|
|
550
|
+
* @generated from enum value: PROMPT_FOR_ROUTE_AUTHORIZATION_RESPONSE_MESSAGE = 60;
|
|
551
|
+
*/
|
|
552
|
+
PROMPT_FOR_ROUTE_AUTHORIZATION_RESPONSE_MESSAGE = 60,
|
|
553
|
+
/**
|
|
554
|
+
* @generated from enum value: PRESENT_ROUTE_AUTHORIZATION_STATUS_MESSAGE = 61;
|
|
555
|
+
*/
|
|
556
|
+
PRESENT_ROUTE_AUTHORIZATION_STATUS_MESSAGE = 61,
|
|
557
|
+
/**
|
|
558
|
+
* @generated from enum value: GET_VOLUME_CONTROL_CAPABILITIES_MESSAGE = 62;
|
|
559
|
+
*/
|
|
560
|
+
GET_VOLUME_CONTROL_CAPABILITIES_MESSAGE = 62,
|
|
561
|
+
/**
|
|
562
|
+
* @generated from enum value: GET_VOLUME_CONTROL_CAPABILITIES_RESULT_MESSAGE = 63;
|
|
563
|
+
*/
|
|
564
|
+
GET_VOLUME_CONTROL_CAPABILITIES_RESULT_MESSAGE = 63,
|
|
565
|
+
/**
|
|
566
|
+
* @generated from enum value: VOLUME_CONTROL_CAPABILITIES_DID_CHANGE_MESSAGE = 64;
|
|
567
|
+
*/
|
|
568
|
+
VOLUME_CONTROL_CAPABILITIES_DID_CHANGE_MESSAGE = 64,
|
|
569
|
+
/**
|
|
570
|
+
* @generated from enum value: UPDATE_OUTPUT_DEVICE_MESSAGE = 65;
|
|
571
|
+
*/
|
|
572
|
+
UPDATE_OUTPUT_DEVICE_MESSAGE = 65,
|
|
573
|
+
/**
|
|
574
|
+
* @generated from enum value: REMOVE_OUTPUT_DEVICES_MESSAGE = 66;
|
|
575
|
+
*/
|
|
576
|
+
REMOVE_OUTPUT_DEVICES_MESSAGE = 66,
|
|
577
|
+
/**
|
|
578
|
+
* @generated from enum value: REMOTE_TEXT_INPUT_MESSAGE = 67;
|
|
579
|
+
*/
|
|
580
|
+
REMOTE_TEXT_INPUT_MESSAGE = 67,
|
|
581
|
+
/**
|
|
582
|
+
* @generated from enum value: GET_REMOTE_TEXT_INPUT_SESSION_MESSAGE = 68;
|
|
583
|
+
*/
|
|
584
|
+
GET_REMOTE_TEXT_INPUT_SESSION_MESSAGE = 68,
|
|
585
|
+
/**
|
|
586
|
+
* Same as 66?
|
|
587
|
+
*
|
|
588
|
+
* @generated from enum value: REMOVE_OUTPUT_DEVICES_MESSAGE2 = 69;
|
|
589
|
+
*/
|
|
590
|
+
REMOVE_OUTPUT_DEVICES_MESSAGE2 = 69,
|
|
591
|
+
/**
|
|
592
|
+
* @generated from enum value: PLAYBACK_SESSION_REQUEST_MESSAGE = 70;
|
|
593
|
+
*/
|
|
594
|
+
PLAYBACK_SESSION_REQUEST_MESSAGE = 70,
|
|
595
|
+
/**
|
|
596
|
+
* @generated from enum value: PLAYBACK_SESSION_RESPONSE_MESSAGE = 71;
|
|
597
|
+
*/
|
|
598
|
+
PLAYBACK_SESSION_RESPONSE_MESSAGE = 71,
|
|
599
|
+
/**
|
|
600
|
+
* @generated from enum value: SET_DEFAULT_SUPPORTED_COMMANDS_MESSAGE = 72;
|
|
601
|
+
*/
|
|
602
|
+
SET_DEFAULT_SUPPORTED_COMMANDS_MESSAGE = 72,
|
|
603
|
+
/**
|
|
604
|
+
* @generated from enum value: PLAYBACK_SESSION_MIGRATE_REQUEST_MESSAGE = 73;
|
|
605
|
+
*/
|
|
606
|
+
PLAYBACK_SESSION_MIGRATE_REQUEST_MESSAGE = 73,
|
|
607
|
+
/**
|
|
608
|
+
* @generated from enum value: PLAYBACK_SESSION_MIGRATE_RESPONSE_MESSAGE = 74;
|
|
609
|
+
*/
|
|
610
|
+
PLAYBACK_SESSION_MIGRATE_RESPONSE_MESSAGE = 74,
|
|
611
|
+
/**
|
|
612
|
+
* @generated from enum value: PLAYBACK_SESSION_MIGRATE_BEGIN_MESSAGE = 75;
|
|
613
|
+
*/
|
|
614
|
+
PLAYBACK_SESSION_MIGRATE_BEGIN_MESSAGE = 75,
|
|
615
|
+
/**
|
|
616
|
+
* @generated from enum value: PLAYBACK_SESSION_MIGRATE_END_MESSAGE = 76;
|
|
617
|
+
*/
|
|
618
|
+
PLAYBACK_SESSION_MIGRATE_END_MESSAGE = 76,
|
|
619
|
+
/**
|
|
620
|
+
* @generated from enum value: UPDATE_ACTIVE_SYSTEM_ENDPOINT_MESSAGE = 77;
|
|
621
|
+
*/
|
|
622
|
+
UPDATE_ACTIVE_SYSTEM_ENDPOINT_MESSAGE = 77,
|
|
623
|
+
/**
|
|
624
|
+
* @generated from enum value: SET_DISCOVERY_MODE_MESSAGE = 101;
|
|
625
|
+
*/
|
|
626
|
+
SET_DISCOVERY_MODE_MESSAGE = 101,
|
|
627
|
+
/**
|
|
628
|
+
* @generated from enum value: UPDATE_END_POINTS_MESSAGE = 102;
|
|
629
|
+
*/
|
|
630
|
+
UPDATE_END_POINTS_MESSAGE = 102,
|
|
631
|
+
/**
|
|
632
|
+
* @generated from enum value: REMOVE_ENDPOINTS_MESSAGE = 103;
|
|
633
|
+
*/
|
|
634
|
+
REMOVE_ENDPOINTS_MESSAGE = 103,
|
|
635
|
+
/**
|
|
636
|
+
* @generated from enum value: PLAYER_CLIENT_PROPERTIES_MESSAGE = 104;
|
|
637
|
+
*/
|
|
638
|
+
PLAYER_CLIENT_PROPERTIES_MESSAGE = 104,
|
|
639
|
+
/**
|
|
640
|
+
* @generated from enum value: ORIGIN_CLIENT_PROPERTIES_MESSAGE = 105;
|
|
641
|
+
*/
|
|
642
|
+
ORIGIN_CLIENT_PROPERTIES_MESSAGE = 105,
|
|
643
|
+
/**
|
|
644
|
+
* @generated from enum value: AUDIO_FADE_MESSAGE = 106;
|
|
645
|
+
*/
|
|
646
|
+
AUDIO_FADE_MESSAGE = 106,
|
|
647
|
+
/**
|
|
648
|
+
* @generated from enum value: AUDIO_FADE_RESPONSE_MESSAGE = 107;
|
|
649
|
+
*/
|
|
650
|
+
AUDIO_FADE_RESPONSE_MESSAGE = 107,
|
|
651
|
+
/**
|
|
652
|
+
* @generated from enum value: CONFIGURE_CONNECTION_MESSAGE = 120;
|
|
653
|
+
*/
|
|
654
|
+
CONFIGURE_CONNECTION_MESSAGE = 120
|
|
655
|
+
}
|
|
656
|
+
/**
|
|
657
|
+
* Describes the enum ProtocolMessage.Type.
|
|
658
|
+
*/
|
|
659
|
+
export declare const ProtocolMessage_TypeSchema: GenEnum<ProtocolMessage_Type>;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { ProtocolMessage } from "./ProtocolMessage_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file RegisterForGameControllerEventsMessage.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_RegisterForGameControllerEventsMessage: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message RegisterForGameControllerEventsMessage
|
|
10
|
+
*/
|
|
11
|
+
export type RegisterForGameControllerEventsMessage = Message<"RegisterForGameControllerEventsMessage"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: optional RegisterForGameControllerEventsMessage.InputModeFlags inputModeFlags = 1;
|
|
14
|
+
*/
|
|
15
|
+
inputModeFlags: RegisterForGameControllerEventsMessage_InputModeFlags;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message RegisterForGameControllerEventsMessage.
|
|
19
|
+
* Use `create(RegisterForGameControllerEventsMessageSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export declare const RegisterForGameControllerEventsMessageSchema: GenMessage<RegisterForGameControllerEventsMessage>;
|
|
22
|
+
/**
|
|
23
|
+
* @generated from enum RegisterForGameControllerEventsMessage.InputModeFlags
|
|
24
|
+
*/
|
|
25
|
+
export declare enum RegisterForGameControllerEventsMessage_InputModeFlags {
|
|
26
|
+
/**
|
|
27
|
+
* @generated from enum value: None = 0;
|
|
28
|
+
*/
|
|
29
|
+
None = 0,
|
|
30
|
+
/**
|
|
31
|
+
* @generated from enum value: Motion = 1;
|
|
32
|
+
*/
|
|
33
|
+
Motion = 1,
|
|
34
|
+
/**
|
|
35
|
+
* @generated from enum value: Buttons = 2;
|
|
36
|
+
*/
|
|
37
|
+
Buttons = 2,
|
|
38
|
+
/**
|
|
39
|
+
* @generated from enum value: Digitizer = 3;
|
|
40
|
+
*/
|
|
41
|
+
Digitizer = 3
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Describes the enum RegisterForGameControllerEventsMessage.InputModeFlags.
|
|
45
|
+
*/
|
|
46
|
+
export declare const RegisterForGameControllerEventsMessage_InputModeFlagsSchema: GenEnum<RegisterForGameControllerEventsMessage_InputModeFlags>;
|
|
47
|
+
/**
|
|
48
|
+
* @generated from extension: optional RegisterForGameControllerEventsMessage registerForGameControllerEventsMessage = 27;
|
|
49
|
+
*/
|
|
50
|
+
export declare const registerForGameControllerEventsMessage: GenExtension<ProtocolMessage, RegisterForGameControllerEventsMessage>;
|