@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.
Files changed (95) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/dist/index.js +156 -2
  3. package/dist/index.js.map +138 -3
  4. package/dist/proto/AudioFadeMessage_pb.d.ts +30 -0
  5. package/dist/proto/AudioFadeResponseMessage_pb.d.ts +25 -0
  6. package/dist/proto/AudioFormatSettingsMessage_pb.d.ts +20 -0
  7. package/dist/proto/ClientUpdatesConfigMessage_pb.d.ts +41 -0
  8. package/dist/proto/CommandInfo_pb.d.ts +452 -0
  9. package/dist/proto/CommandOptions_pb.d.ts +137 -0
  10. package/dist/proto/Common_pb.d.ts +306 -0
  11. package/dist/proto/ConfigureConnectionMessage_pb.d.ts +25 -0
  12. package/dist/proto/ContentItemMetadata_pb.d.ts +812 -0
  13. package/dist/proto/ContentItem_pb.d.ts +91 -0
  14. package/dist/proto/CryptoPairingMessage_pb.d.ts +45 -0
  15. package/dist/proto/DeviceInfoMessage_pb.d.ts +270 -0
  16. package/dist/proto/GenericMessage_pb.d.ts +29 -0
  17. package/dist/proto/GetKeyboardSessionMessage_pb.d.ts +20 -0
  18. package/dist/proto/GetRemoteTextInputSessionMessage_pb.d.ts +20 -0
  19. package/dist/proto/GetVolumeMessage_pb.d.ts +25 -0
  20. package/dist/proto/GetVolumeResultMessage_pb.d.ts +25 -0
  21. package/dist/proto/KeyboardMessage_pb.d.ts +321 -0
  22. package/dist/proto/LanguageOption_pb.d.ts +36 -0
  23. package/dist/proto/ModifyOutputContextRequestMessage_pb.d.ts +71 -0
  24. package/dist/proto/NotificationMessage_pb.d.ts +29 -0
  25. package/dist/proto/NowPlayingClient_pb.d.ts +46 -0
  26. package/dist/proto/NowPlayingInfo_pb.d.ts +89 -0
  27. package/dist/proto/NowPlayingPlayer_pb.d.ts +44 -0
  28. package/dist/proto/OriginClientPropertiesMessage_pb.d.ts +25 -0
  29. package/dist/proto/Origin_pb.d.ts +58 -0
  30. package/dist/proto/PlaybackQueueCapabilities_pb.d.ts +28 -0
  31. package/dist/proto/PlaybackQueueContext_pb.d.ts +20 -0
  32. package/dist/proto/PlaybackQueueRequestMessage_pb.d.ts +91 -0
  33. package/dist/proto/PlaybackQueue_pb.d.ts +47 -0
  34. package/dist/proto/PlayerClientPropertiesMessage_pb.d.ts +30 -0
  35. package/dist/proto/PlayerPath_pb.d.ts +31 -0
  36. package/dist/proto/ProtocolMessage_pb.d.ts +659 -0
  37. package/dist/proto/RegisterForGameControllerEventsMessage_pb.d.ts +50 -0
  38. package/dist/proto/RegisterHIDDeviceMessage_pb.d.ts +26 -0
  39. package/dist/proto/RegisterHIDDeviceResultMessage_pb.d.ts +29 -0
  40. package/dist/proto/RegisterVoiceInputDeviceMessage_pb.d.ts +26 -0
  41. package/dist/proto/RegisterVoiceInputDeviceResponseMessage_pb.d.ts +29 -0
  42. package/dist/proto/RemoteTextInputMessage_pb.d.ts +33 -0
  43. package/dist/proto/RemoveClientMessage_pb.d.ts +26 -0
  44. package/dist/proto/RemoveEndpointsMessage_pb.d.ts +25 -0
  45. package/dist/proto/RemoveOutputDevicesMessage_pb.d.ts +29 -0
  46. package/dist/proto/RemovePlayerMessage_pb.d.ts +26 -0
  47. package/dist/proto/SendButtonEventMessage_pb.d.ts +33 -0
  48. package/dist/proto/SendCommandMessage_pb.d.ts +36 -0
  49. package/dist/proto/SendCommandResultMessage_pb.d.ts +363 -0
  50. package/dist/proto/SendHIDEventMessage_pb.d.ts +56 -0
  51. package/dist/proto/SendPackedVirtualTouchEventMessage_pb.d.ts +60 -0
  52. package/dist/proto/SendVoiceInputMessage_pb.d.ts +122 -0
  53. package/dist/proto/SetArtworkMessage_pb.d.ts +25 -0
  54. package/dist/proto/SetConnectionStateMessage_pb.d.ts +50 -0
  55. package/dist/proto/SetDefaultSupportedCommandsMessage_pb.d.ts +70 -0
  56. package/dist/proto/SetDiscoveryModeMessage_pb.d.ts +29 -0
  57. package/dist/proto/SetHiliteModeMessage_pb.d.ts +25 -0
  58. package/dist/proto/SetNowPlayingClientMessage_pb.d.ts +26 -0
  59. package/dist/proto/SetNowPlayingPlayerMessage_pb.d.ts +26 -0
  60. package/dist/proto/SetRecordingStateMessage_pb.d.ts +46 -0
  61. package/dist/proto/SetStateMessage_pb.d.ts +68 -0
  62. package/dist/proto/SetVolumeMessage_pb.d.ts +29 -0
  63. package/dist/proto/SupportedCommands_pb.d.ts +21 -0
  64. package/dist/proto/TextInputMessage_pb.d.ts +73 -0
  65. package/dist/proto/TransactionKey_pb.d.ts +24 -0
  66. package/dist/proto/TransactionMessage_pb.d.ts +35 -0
  67. package/dist/proto/TransactionPacket_pb.d.ts +37 -0
  68. package/dist/proto/TransactionPackets_pb.d.ts +21 -0
  69. package/dist/proto/UpdateClientMessage_pb.d.ts +26 -0
  70. package/dist/proto/UpdateContentItemArtworkMessage_pb.d.ts +31 -0
  71. package/dist/proto/UpdateContentItemMessage_pb.d.ts +31 -0
  72. package/dist/proto/UpdateEndPointsMessage_pb.d.ts +72 -0
  73. package/dist/proto/UpdateOutputDeviceMessage_pb.d.ts +322 -0
  74. package/dist/proto/UpdatePlayerPath_pb.d.ts +26 -0
  75. package/dist/proto/VirtualTouchDeviceDescriptorMessage_pb.d.ts +32 -0
  76. package/dist/proto/VoiceInputDeviceDescriptorMessage_pb.d.ts +25 -0
  77. package/dist/proto/VolumeControlAvailabilityMessage_pb.d.ts +66 -0
  78. package/dist/proto/VolumeControlCapabilitiesDidChangeMessage_pb.d.ts +34 -0
  79. package/dist/proto/VolumeDidChangeMessage_pb.d.ts +33 -0
  80. package/dist/proto/WakeDeviceMessage_pb.d.ts +20 -0
  81. package/dist/proto/index.d.ts +77 -0
  82. package/dist/protocol/dataStream.d.ts +13 -0
  83. package/dist/protocol/dataStreamMessages.d.ts +9 -0
  84. package/dist/protocol/eventStream.d.ts +7 -0
  85. package/dist/protocol/index.d.ts +7 -0
  86. package/dist/protocol/pairing.d.ts +12 -0
  87. package/dist/protocol/protocol.d.ts +21 -0
  88. package/dist/protocol/rtsp.d.ts +15 -0
  89. package/dist/protocol/stream.d.ts +22 -0
  90. package/dist/protocol/utils.d.ts +18 -0
  91. package/dist/protocol/verify.d.ts +9 -0
  92. package/dist/test.d.ts +1 -0
  93. package/dist/test.js +158 -0
  94. package/dist/test.js.map +145 -0
  95. package/package.json +6 -2
@@ -0,0 +1,812 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file ContentItemMetadata.proto.
5
+ */
6
+ export declare const file_ContentItemMetadata: GenFile;
7
+ /**
8
+ * @generated from message AudioRouteType
9
+ */
10
+ export type AudioRouteType = Message<"AudioRouteType"> & {};
11
+ /**
12
+ * Describes the message AudioRouteType.
13
+ * Use `create(AudioRouteTypeSchema)` to create a new message.
14
+ */
15
+ export declare const AudioRouteTypeSchema: GenMessage<AudioRouteType>;
16
+ /**
17
+ * @generated from enum AudioRouteType.Enum
18
+ */
19
+ export declare enum AudioRouteType_Enum {
20
+ /**
21
+ * @generated from enum value: Unknown = 0;
22
+ */
23
+ Unknown = 0,
24
+ /**
25
+ * @generated from enum value: DevicesSpeaker = 1;
26
+ */
27
+ DevicesSpeaker = 1,
28
+ /**
29
+ * @generated from enum value: LineOut = 2;
30
+ */
31
+ LineOut = 2,
32
+ /**
33
+ * @generated from enum value: Headphones = 3;
34
+ */
35
+ Headphones = 3,
36
+ /**
37
+ * @generated from enum value: BluetoothHeadphones = 4;
38
+ */
39
+ BluetoothHeadphones = 4,
40
+ /**
41
+ * @generated from enum value: BluetoothSpeaker = 5;
42
+ */
43
+ BluetoothSpeaker = 5,
44
+ /**
45
+ * @generated from enum value: USBAudio = 6;
46
+ */
47
+ USBAudio = 6,
48
+ /**
49
+ * @generated from enum value: CarAudio = 7;
50
+ */
51
+ CarAudio = 7,
52
+ /**
53
+ * @generated from enum value: HDMI = 8;
54
+ */
55
+ HDMI = 8,
56
+ /**
57
+ * @generated from enum value: AirPlay = 9;
58
+ */
59
+ AirPlay = 9
60
+ }
61
+ /**
62
+ * Describes the enum AudioRouteType.Enum.
63
+ */
64
+ export declare const AudioRouteType_EnumSchema: GenEnum<AudioRouteType_Enum>;
65
+ /**
66
+ * @generated from message AudioRoute
67
+ */
68
+ export type AudioRoute = Message<"AudioRoute"> & {
69
+ /**
70
+ * @generated from field: optional AudioRouteType type = 1;
71
+ */
72
+ type?: AudioRouteType;
73
+ /**
74
+ * @generated from field: optional string name = 2;
75
+ */
76
+ name: string;
77
+ /**
78
+ * @generated from field: optional bool supportsSpatialization = 3;
79
+ */
80
+ supportsSpatialization: boolean;
81
+ };
82
+ /**
83
+ * Describes the message AudioRoute.
84
+ * Use `create(AudioRouteSchema)` to create a new message.
85
+ */
86
+ export declare const AudioRouteSchema: GenMessage<AudioRoute>;
87
+ /**
88
+ * @generated from message AudioTier
89
+ */
90
+ export type AudioTier = Message<"AudioTier"> & {};
91
+ /**
92
+ * Describes the message AudioTier.
93
+ * Use `create(AudioTierSchema)` to create a new message.
94
+ */
95
+ export declare const AudioTierSchema: GenMessage<AudioTier>;
96
+ /**
97
+ * @generated from enum AudioTier.Enum
98
+ */
99
+ export declare enum AudioTier_Enum {
100
+ /**
101
+ * @generated from enum value: LowBandwidthStereo = 1;
102
+ */
103
+ LowBandwidthStereo = 1,
104
+ /**
105
+ * @generated from enum value: HighQualityStereo = 2;
106
+ */
107
+ HighQualityStereo = 2,
108
+ /**
109
+ * @generated from enum value: Lossless = 3;
110
+ */
111
+ Lossless = 3,
112
+ /**
113
+ * @generated from enum value: HighResolutionLossless = 4;
114
+ */
115
+ HighResolutionLossless = 4,
116
+ /**
117
+ * @generated from enum value: Spatial = 5;
118
+ */
119
+ Spatial = 5
120
+ }
121
+ /**
122
+ * Describes the enum AudioTier.Enum.
123
+ */
124
+ export declare const AudioTier_EnumSchema: GenEnum<AudioTier_Enum>;
125
+ /**
126
+ * @generated from message SongTraits
127
+ */
128
+ export type SongTraits = Message<"SongTraits"> & {};
129
+ /**
130
+ * Describes the message SongTraits.
131
+ * Use `create(SongTraitsSchema)` to create a new message.
132
+ */
133
+ export declare const SongTraitsSchema: GenMessage<SongTraits>;
134
+ /**
135
+ * @generated from enum SongTraits.Enum
136
+ */
137
+ export declare enum SongTraits_Enum {
138
+ /**
139
+ * @generated from enum value: None = 0;
140
+ */
141
+ None = 0,
142
+ /**
143
+ * @generated from enum value: AppleDigitialMaster = 1;
144
+ */
145
+ AppleDigitialMaster = 1,
146
+ /**
147
+ * @generated from enum value: Lossless = 2;
148
+ */
149
+ Lossless = 2,
150
+ /**
151
+ * @generated from enum value: HighResolutionLossless = 4;
152
+ */
153
+ HighResolutionLossless = 4,
154
+ /**
155
+ * @generated from enum value: Spatial = 8;
156
+ */
157
+ Spatial = 8,
158
+ /**
159
+ * @generated from enum value: Atmos = 16;
160
+ */
161
+ Atmos = 16,
162
+ /**
163
+ * @generated from enum value: Surround = 32;
164
+ */
165
+ Surround = 32
166
+ }
167
+ /**
168
+ * Describes the enum SongTraits.Enum.
169
+ */
170
+ export declare const SongTraits_EnumSchema: GenEnum<SongTraits_Enum>;
171
+ /**
172
+ * @generated from message AlbumTraits
173
+ */
174
+ export type AlbumTraits = Message<"AlbumTraits"> & {};
175
+ /**
176
+ * Describes the message AlbumTraits.
177
+ * Use `create(AlbumTraitsSchema)` to create a new message.
178
+ */
179
+ export declare const AlbumTraitsSchema: GenMessage<AlbumTraits>;
180
+ /**
181
+ * @generated from enum AlbumTraits.Enum
182
+ */
183
+ export declare enum AlbumTraits_Enum {
184
+ /**
185
+ * @generated from enum value: None = 0;
186
+ */
187
+ None = 0,
188
+ /**
189
+ * @generated from enum value: AppleDigitialMaster = 1;
190
+ */
191
+ AppleDigitialMaster = 1,
192
+ /**
193
+ * @generated from enum value: Lossless = 2;
194
+ */
195
+ Lossless = 2,
196
+ /**
197
+ * @generated from enum value: HighResolutionLossless = 4;
198
+ */
199
+ HighResolutionLossless = 4,
200
+ /**
201
+ * @generated from enum value: Spatial = 8;
202
+ */
203
+ Spatial = 8,
204
+ /**
205
+ * @generated from enum value: Atmos = 16;
206
+ */
207
+ Atmos = 16,
208
+ /**
209
+ * @generated from enum value: Surround = 32;
210
+ */
211
+ Surround = 32
212
+ }
213
+ /**
214
+ * Describes the enum AlbumTraits.Enum.
215
+ */
216
+ export declare const AlbumTraits_EnumSchema: GenEnum<AlbumTraits_Enum>;
217
+ /**
218
+ * @generated from message PlaylistTraits
219
+ */
220
+ export type PlaylistTraits = Message<"PlaylistTraits"> & {};
221
+ /**
222
+ * Describes the message PlaylistTraits.
223
+ * Use `create(PlaylistTraitsSchema)` to create a new message.
224
+ */
225
+ export declare const PlaylistTraitsSchema: GenMessage<PlaylistTraits>;
226
+ /**
227
+ * @generated from enum PlaylistTraits.Enum
228
+ */
229
+ export declare enum PlaylistTraits_Enum {
230
+ /**
231
+ * @generated from enum value: None = 0;
232
+ */
233
+ None = 0,
234
+ /**
235
+ * @generated from enum value: Spatial = 8;
236
+ */
237
+ Spatial = 8,
238
+ /**
239
+ * @generated from enum value: Atmos = 16;
240
+ */
241
+ Atmos = 16,
242
+ /**
243
+ * @generated from enum value: Surround = 32;
244
+ */
245
+ Surround = 32
246
+ }
247
+ /**
248
+ * Describes the enum PlaylistTraits.Enum.
249
+ */
250
+ export declare const PlaylistTraits_EnumSchema: GenEnum<PlaylistTraits_Enum>;
251
+ /**
252
+ * @generated from message ActiveFormatJustification
253
+ */
254
+ export type ActiveFormatJustification = Message<"ActiveFormatJustification"> & {};
255
+ /**
256
+ * Describes the message ActiveFormatJustification.
257
+ * Use `create(ActiveFormatJustificationSchema)` to create a new message.
258
+ */
259
+ export declare const ActiveFormatJustificationSchema: GenMessage<ActiveFormatJustification>;
260
+ /**
261
+ * @generated from enum ActiveFormatJustification.Enum
262
+ */
263
+ export declare enum ActiveFormatJustification_Enum {
264
+ /**
265
+ * @generated from enum value: Unknown = 0;
266
+ */
267
+ Unknown = 0,
268
+ /**
269
+ * @generated from enum value: Unavailable = 1;
270
+ */
271
+ Unavailable = 1,
272
+ /**
273
+ * @generated from enum value: UserPreference = 100;
274
+ */
275
+ UserPreference = 100,
276
+ /**
277
+ * @generated from enum value: UserDownload = 101;
278
+ */
279
+ UserDownload = 101,
280
+ /**
281
+ * @generated from enum value: RouteIncompatible = 500;
282
+ */
283
+ RouteIncompatible = 500,
284
+ /**
285
+ * @generated from enum value: RouteUnknownCompatibility = 501;
286
+ */
287
+ RouteUnknownCompatibility = 501,
288
+ /**
289
+ * @generated from enum value: BandwidthInsufficient = 1000;
290
+ */
291
+ BandwidthInsufficient = 1e3
292
+ }
293
+ /**
294
+ * Describes the enum ActiveFormatJustification.Enum.
295
+ */
296
+ export declare const ActiveFormatJustification_EnumSchema: GenEnum<ActiveFormatJustification_Enum>;
297
+ /**
298
+ * @generated from message FormatTier
299
+ */
300
+ export type FormatTier = Message<"FormatTier"> & {};
301
+ /**
302
+ * Describes the message FormatTier.
303
+ * Use `create(FormatTierSchema)` to create a new message.
304
+ */
305
+ export declare const FormatTierSchema: GenMessage<FormatTier>;
306
+ /**
307
+ * @generated from enum FormatTier.Enum
308
+ */
309
+ export declare enum FormatTier_Enum {
310
+ /**
311
+ * @generated from enum value: LowBandwidthStereo = 1;
312
+ */
313
+ LowBandwidthStereo = 1,
314
+ /**
315
+ * @generated from enum value: HighQualityStereo = 2;
316
+ */
317
+ HighQualityStereo = 2,
318
+ /**
319
+ * @generated from enum value: Lossless = 4;
320
+ */
321
+ Lossless = 4,
322
+ /**
323
+ * @generated from enum value: HighResolutionLossless = 8;
324
+ */
325
+ HighResolutionLossless = 8,
326
+ /**
327
+ * @generated from enum value: Spatial = 16;
328
+ */
329
+ Spatial = 16
330
+ }
331
+ /**
332
+ * Describes the enum FormatTier.Enum.
333
+ */
334
+ export declare const FormatTier_EnumSchema: GenEnum<FormatTier_Enum>;
335
+ /**
336
+ * @generated from message AudioFormat
337
+ */
338
+ export type AudioFormat = Message<"AudioFormat"> & {
339
+ /**
340
+ * @generated from field: optional AudioTier.Enum tier = 1;
341
+ */
342
+ tier: AudioTier_Enum;
343
+ /**
344
+ * @generated from field: optional int64 bitrate = 2;
345
+ */
346
+ bitrate: bigint;
347
+ /**
348
+ * @generated from field: optional int64 sampleRate = 3;
349
+ */
350
+ sampleRate: bigint;
351
+ /**
352
+ * @generated from field: optional int64 bitDepth = 4;
353
+ */
354
+ bitDepth: bigint;
355
+ /**
356
+ * @generated from field: optional uint32 codec = 5;
357
+ */
358
+ codec: number;
359
+ /**
360
+ * @generated from field: optional bool spatialized = 6;
361
+ */
362
+ spatialized: boolean;
363
+ /**
364
+ * @generated from field: optional bool multiChannel = 7;
365
+ */
366
+ multiChannel: boolean;
367
+ /**
368
+ * @generated from field: optional uint32 channelLayout = 8;
369
+ */
370
+ channelLayout: number;
371
+ /**
372
+ * @generated from field: optional string audioChannelLayoutDescription = 9;
373
+ */
374
+ audioChannelLayoutDescription: string;
375
+ /**
376
+ * @generated from field: optional string groupID = 10;
377
+ */
378
+ groupID: string;
379
+ /**
380
+ * @generated from field: optional string stableVariantID = 11;
381
+ */
382
+ stableVariantID: string;
383
+ };
384
+ /**
385
+ * Describes the message AudioFormat.
386
+ * Use `create(AudioFormatSchema)` to create a new message.
387
+ */
388
+ export declare const AudioFormatSchema: GenMessage<AudioFormat>;
389
+ /**
390
+ * @generated from message ContentItemMetadata
391
+ */
392
+ export type ContentItemMetadata = Message<"ContentItemMetadata"> & {
393
+ /**
394
+ * @generated from field: optional string title = 1;
395
+ */
396
+ title: string;
397
+ /**
398
+ * @generated from field: optional string subtitle = 2;
399
+ */
400
+ subtitle: string;
401
+ /**
402
+ * @generated from field: optional bool isContainer = 3;
403
+ */
404
+ isContainer: boolean;
405
+ /**
406
+ * @generated from field: optional bool isPlayable = 4;
407
+ */
408
+ isPlayable: boolean;
409
+ /**
410
+ * @generated from field: optional float playbackProgress = 5;
411
+ */
412
+ playbackProgress: number;
413
+ /**
414
+ * @generated from field: optional string albumName = 6;
415
+ */
416
+ albumName: string;
417
+ /**
418
+ * @generated from field: optional string trackArtistName = 7;
419
+ */
420
+ trackArtistName: string;
421
+ /**
422
+ * @generated from field: optional string albumArtistName = 8;
423
+ */
424
+ albumArtistName: string;
425
+ /**
426
+ * @generated from field: optional string directorName = 9;
427
+ */
428
+ directorName: string;
429
+ /**
430
+ * @generated from field: optional int32 seasonNumber = 10;
431
+ */
432
+ seasonNumber: number;
433
+ /**
434
+ * @generated from field: optional int32 episodeNumber = 11;
435
+ */
436
+ episodeNumber: number;
437
+ /**
438
+ * @generated from field: optional double releaseDate = 12;
439
+ */
440
+ releaseDate: number;
441
+ /**
442
+ * @generated from field: optional int32 playCount = 13;
443
+ */
444
+ playCount: number;
445
+ /**
446
+ * @generated from field: optional double duration = 14;
447
+ */
448
+ duration: number;
449
+ /**
450
+ * @generated from field: optional string localizedContentRating = 15;
451
+ */
452
+ localizedContentRating: string;
453
+ /**
454
+ * @generated from field: optional bool isExplicitItem = 16;
455
+ */
456
+ isExplicitItem: boolean;
457
+ /**
458
+ * @generated from field: optional int32 playlistType = 17;
459
+ */
460
+ playlistType: number;
461
+ /**
462
+ * @generated from field: optional int32 radioStationType = 18;
463
+ */
464
+ radioStationType: number;
465
+ /**
466
+ * @generated from field: optional bool artworkAvailable = 19;
467
+ */
468
+ artworkAvailable: boolean;
469
+ /**
470
+ * @generated from field: optional bool infoAvailable = 21;
471
+ */
472
+ infoAvailable: boolean;
473
+ /**
474
+ * @generated from field: optional bool languageOptionsAvailable = 22;
475
+ */
476
+ languageOptionsAvailable: boolean;
477
+ /**
478
+ * @generated from field: optional int32 numberOfSections = 23;
479
+ */
480
+ numberOfSections: number;
481
+ /**
482
+ * @generated from field: optional bool lyricsAvailable = 24;
483
+ */
484
+ lyricsAvailable: boolean;
485
+ /**
486
+ * @generated from field: optional int32 editingStyleFlags = 25;
487
+ */
488
+ editingStyleFlags: number;
489
+ /**
490
+ * @generated from field: optional bool isStreamingContent = 26;
491
+ */
492
+ isStreamingContent: boolean;
493
+ /**
494
+ * @generated from field: optional bool isCurrentlyPlaying = 27;
495
+ */
496
+ isCurrentlyPlaying: boolean;
497
+ /**
498
+ * @generated from field: optional string collectionIdentifier = 28;
499
+ */
500
+ collectionIdentifier: string;
501
+ /**
502
+ * @generated from field: optional string profileIdentifier = 29;
503
+ */
504
+ profileIdentifier: string;
505
+ /**
506
+ * @generated from field: optional double startTime = 30;
507
+ */
508
+ startTime: number;
509
+ /**
510
+ * @generated from field: optional string artworkMIMEType = 31;
511
+ */
512
+ artworkMIMEType: string;
513
+ /**
514
+ * @generated from field: optional string assetURLString = 32;
515
+ */
516
+ assetURLString: string;
517
+ /**
518
+ * @generated from field: optional string composer = 33;
519
+ */
520
+ composer: string;
521
+ /**
522
+ * @generated from field: optional int32 discNumber = 34;
523
+ */
524
+ discNumber: number;
525
+ /**
526
+ * @generated from field: optional double elapsedTime = 35;
527
+ */
528
+ elapsedTime: number;
529
+ /**
530
+ * @generated from field: optional string genre = 36;
531
+ */
532
+ genre: string;
533
+ /**
534
+ * @generated from field: optional bool isAlwaysLive = 37;
535
+ */
536
+ isAlwaysLive: boolean;
537
+ /**
538
+ * @generated from field: optional float playbackRate = 39;
539
+ */
540
+ playbackRate: number;
541
+ /**
542
+ * @generated from field: optional int32 chapterCount = 40;
543
+ */
544
+ chapterCount: number;
545
+ /**
546
+ * @generated from field: optional int32 totalDiscCount = 41;
547
+ */
548
+ totalDiscCount: number;
549
+ /**
550
+ * @generated from field: optional int32 totalTrackCount = 42;
551
+ */
552
+ totalTrackCount: number;
553
+ /**
554
+ * @generated from field: optional int32 trackNumber = 43;
555
+ */
556
+ trackNumber: number;
557
+ /**
558
+ * @generated from field: optional string contentIdentifier = 44;
559
+ */
560
+ contentIdentifier: string;
561
+ /**
562
+ * @generated from field: optional bool isSharable = 46;
563
+ */
564
+ isSharable: boolean;
565
+ /**
566
+ * @generated from field: optional bool isLiked = 48;
567
+ */
568
+ isLiked: boolean;
569
+ /**
570
+ * @generated from field: optional bool isInWishList = 49;
571
+ */
572
+ isInWishList: boolean;
573
+ /**
574
+ * @generated from field: optional int64 radioStationIdentifier = 50;
575
+ */
576
+ radioStationIdentifier: bigint;
577
+ /**
578
+ * @generated from field: optional string radioStationName = 52;
579
+ */
580
+ radioStationName: string;
581
+ /**
582
+ * @generated from field: optional string radioStationString = 53;
583
+ */
584
+ radioStationString: string;
585
+ /**
586
+ * @generated from field: optional int64 iTunesStoreIdentifier = 54;
587
+ */
588
+ iTunesStoreIdentifier: bigint;
589
+ /**
590
+ * @generated from field: optional int64 iTunesStoreSubscriptionIdentifier = 55;
591
+ */
592
+ iTunesStoreSubscriptionIdentifier: bigint;
593
+ /**
594
+ * @generated from field: optional int64 iTunesStoreArtistIdentifier = 56;
595
+ */
596
+ iTunesStoreArtistIdentifier: bigint;
597
+ /**
598
+ * @generated from field: optional int64 iTunesStoreAlbumIdentifier = 57;
599
+ */
600
+ iTunesStoreAlbumIdentifier: bigint;
601
+ /**
602
+ * @generated from field: optional bytes purchaseInfoData = 58;
603
+ */
604
+ purchaseInfoData: Uint8Array;
605
+ /**
606
+ * @generated from field: optional float defaultPlaybackRate = 59;
607
+ */
608
+ defaultPlaybackRate: number;
609
+ /**
610
+ * @generated from field: optional int32 downloadState = 60;
611
+ */
612
+ downloadState: number;
613
+ /**
614
+ * @generated from field: optional float downloadProgress = 61;
615
+ */
616
+ downloadProgress: number;
617
+ /**
618
+ * @generated from field: optional bytes appMetricsData = 62;
619
+ */
620
+ appMetricsData: Uint8Array;
621
+ /**
622
+ * @generated from field: optional string seriesName = 63;
623
+ */
624
+ seriesName: string;
625
+ /**
626
+ * @generated from field: optional ContentItemMetadata.MediaType mediaType = 64;
627
+ */
628
+ mediaType: ContentItemMetadata_MediaType;
629
+ /**
630
+ * @generated from field: optional ContentItemMetadata.MediaSubType mediaSubType = 65;
631
+ */
632
+ mediaSubType: ContentItemMetadata_MediaSubType;
633
+ /**
634
+ * @generated from field: optional bytes nowPlayingInfoData = 67;
635
+ */
636
+ nowPlayingInfoData: Uint8Array;
637
+ /**
638
+ * @generated from field: optional bytes userInfoData = 68;
639
+ */
640
+ userInfoData: Uint8Array;
641
+ /**
642
+ * @generated from field: optional bool isSteerable = 69;
643
+ */
644
+ isSteerable: boolean;
645
+ /**
646
+ * @generated from field: optional string artworkURL = 70;
647
+ */
648
+ artworkURL: string;
649
+ /**
650
+ * @generated from field: optional string lyricsURL = 71;
651
+ */
652
+ lyricsURL: string;
653
+ /**
654
+ * @generated from field: optional bytes deviceSpecificUserInfoData = 72;
655
+ */
656
+ deviceSpecificUserInfoData: Uint8Array;
657
+ /**
658
+ * @generated from field: optional bytes collectionInfoData = 73;
659
+ */
660
+ collectionInfoData: Uint8Array;
661
+ /**
662
+ * @generated from field: optional double elapsedTimeTimestamp = 74;
663
+ */
664
+ elapsedTimeTimestamp: number;
665
+ /**
666
+ * @generated from field: optional double inferredTimestamp = 75;
667
+ */
668
+ inferredTimestamp: number;
669
+ /**
670
+ * @generated from field: optional string serviceIdentifier = 76;
671
+ */
672
+ serviceIdentifier: string;
673
+ /**
674
+ * @generated from field: optional int32 artworkDataWidth = 77;
675
+ */
676
+ artworkDataWidth: number;
677
+ /**
678
+ * @generated from field: optional int32 artworkDataHeight = 78;
679
+ */
680
+ artworkDataHeight: number;
681
+ /**
682
+ * @generated from field: optional bytes currentPlaybackDateData = 79;
683
+ */
684
+ currentPlaybackDateData: Uint8Array;
685
+ /**
686
+ * @generated from field: optional string artworkIdentifier = 80;
687
+ */
688
+ artworkIdentifier: string;
689
+ /**
690
+ * @generated from field: optional bool isLoading = 81;
691
+ */
692
+ isLoading: boolean;
693
+ /**
694
+ * @generated from field: optional bytes artworkURLTemplatesData = 82;
695
+ */
696
+ artworkURLTemplatesData: Uint8Array;
697
+ /**
698
+ * @generated from field: optional int64 legacyUniqueIdentifier = 83;
699
+ */
700
+ legacyUniqueIdentifier: bigint;
701
+ /**
702
+ * @generated from field: optional int32 episodeType = 84;
703
+ */
704
+ episodeType: number;
705
+ /**
706
+ * @generated from field: optional string artworkFileURL = 85;
707
+ */
708
+ artworkFileURL: string;
709
+ /**
710
+ * @generated from field: optional string brandIdentifier = 86;
711
+ */
712
+ brandIdentifier: string;
713
+ /**
714
+ * @generated from field: optional string localizedDurationString = 87;
715
+ */
716
+ localizedDurationString: string;
717
+ /**
718
+ * @generated from field: optional string albumYear = 88;
719
+ */
720
+ albumYear: string;
721
+ /**
722
+ * @generated from field: optional SongTraits.Enum songTraits = 89;
723
+ */
724
+ songTraits: SongTraits_Enum;
725
+ /**
726
+ * @generated from field: optional AlbumTraits.Enum albumTraits = 90;
727
+ */
728
+ albumTraits: AlbumTraits_Enum;
729
+ /**
730
+ * @generated from field: optional PlaylistTraits.Enum playlistTraits = 91;
731
+ */
732
+ playlistTraits: PlaylistTraits_Enum;
733
+ /**
734
+ * @generated from field: optional AudioFormat preferredFormat = 92;
735
+ */
736
+ preferredFormat?: AudioFormat;
737
+ /**
738
+ * @generated from field: optional AudioFormat activeFormat = 93;
739
+ */
740
+ activeFormat?: AudioFormat;
741
+ /**
742
+ * @generated from field: optional ActiveFormatJustification.Enum activeFormatJustification = 94;
743
+ */
744
+ activeFormatJustification: ActiveFormatJustification_Enum;
745
+ /**
746
+ * @generated from field: optional FormatTier.Enum formatTierPreference = 95;
747
+ */
748
+ formatTierPreference: FormatTier_Enum;
749
+ /**
750
+ * @generated from field: optional AudioRoute audioRoute = 96;
751
+ */
752
+ audioRoute?: AudioRoute;
753
+ /**
754
+ * @generated from field: repeated AudioFormat alternativeFormats = 97;
755
+ */
756
+ alternativeFormats: AudioFormat[];
757
+ };
758
+ /**
759
+ * Describes the message ContentItemMetadata.
760
+ * Use `create(ContentItemMetadataSchema)` to create a new message.
761
+ */
762
+ export declare const ContentItemMetadataSchema: GenMessage<ContentItemMetadata>;
763
+ /**
764
+ * @generated from enum ContentItemMetadata.MediaType
765
+ */
766
+ export declare enum ContentItemMetadata_MediaType {
767
+ /**
768
+ * @generated from enum value: UnknownMediaType = 0;
769
+ */
770
+ UnknownMediaType = 0,
771
+ /**
772
+ * @generated from enum value: Audio = 1;
773
+ */
774
+ Audio = 1,
775
+ /**
776
+ * @generated from enum value: Video = 2;
777
+ */
778
+ Video = 2
779
+ }
780
+ /**
781
+ * Describes the enum ContentItemMetadata.MediaType.
782
+ */
783
+ export declare const ContentItemMetadata_MediaTypeSchema: GenEnum<ContentItemMetadata_MediaType>;
784
+ /**
785
+ * @generated from enum ContentItemMetadata.MediaSubType
786
+ */
787
+ export declare enum ContentItemMetadata_MediaSubType {
788
+ /**
789
+ * @generated from enum value: UnknownMediaSubType = 0;
790
+ */
791
+ UnknownMediaSubType = 0,
792
+ /**
793
+ * @generated from enum value: Music = 1;
794
+ */
795
+ Music = 1,
796
+ /**
797
+ * @generated from enum value: Podcast = 4;
798
+ */
799
+ Podcast = 4,
800
+ /**
801
+ * @generated from enum value: AudioBook = 5;
802
+ */
803
+ AudioBook = 5,
804
+ /**
805
+ * @generated from enum value: ITunesU = 6;
806
+ */
807
+ ITunesU = 6
808
+ }
809
+ /**
810
+ * Describes the enum ContentItemMetadata.MediaSubType.
811
+ */
812
+ export declare const ContentItemMetadata_MediaSubTypeSchema: GenEnum<ContentItemMetadata_MediaSubType>;