@remotion/webcodecs 4.0.304 → 4.0.305

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.
@@ -6,8 +6,8 @@ exports.exampleVideoSamplePositions = [
6
6
  offset: 5799,
7
7
  size: 7758,
8
8
  isKeyframe: true,
9
- dts: 0,
10
- cts: 6000,
9
+ decodingTimestamp: 0,
10
+ timestamp: 6000,
11
11
  duration: 3000,
12
12
  bigEndian: false,
13
13
  chunkSize: null,
@@ -17,8 +17,8 @@ exports.exampleVideoSamplePositions = [
17
17
  offset: 13557,
18
18
  size: 3190,
19
19
  isKeyframe: false,
20
- dts: 3000,
21
- cts: 18000,
20
+ decodingTimestamp: 3000,
21
+ timestamp: 18000,
22
22
  duration: 3000,
23
23
  bigEndian: false,
24
24
  chunkSize: null,
@@ -28,8 +28,8 @@ exports.exampleVideoSamplePositions = [
28
28
  offset: 16747,
29
29
  size: 1624,
30
30
  isKeyframe: false,
31
- dts: 6000,
32
- cts: 12000,
31
+ decodingTimestamp: 6000,
32
+ timestamp: 12000,
33
33
  duration: 3000,
34
34
  bigEndian: false,
35
35
  chunkSize: null,
@@ -39,8 +39,8 @@ exports.exampleVideoSamplePositions = [
39
39
  offset: 20063,
40
40
  size: 870,
41
41
  isKeyframe: false,
42
- dts: 9000,
43
- cts: 9000,
42
+ decodingTimestamp: 9000,
43
+ timestamp: 9000,
44
44
  duration: 3000,
45
45
  bigEndian: false,
46
46
  chunkSize: null,
@@ -50,8 +50,8 @@ exports.exampleVideoSamplePositions = [
50
50
  offset: 22626,
51
51
  size: 738,
52
52
  isKeyframe: false,
53
- dts: 12000,
54
- cts: 15000,
53
+ decodingTimestamp: 12000,
54
+ timestamp: 15000,
55
55
  duration: 3000,
56
56
  bigEndian: false,
57
57
  chunkSize: null,
@@ -61,8 +61,8 @@ exports.exampleVideoSamplePositions = [
61
61
  offset: 24210,
62
62
  size: 3070,
63
63
  isKeyframe: false,
64
- dts: 15000,
65
- cts: 24000,
64
+ decodingTimestamp: 15000,
65
+ timestamp: 24000,
66
66
  duration: 3000,
67
67
  bigEndian: false,
68
68
  chunkSize: null,
@@ -72,8 +72,8 @@ exports.exampleVideoSamplePositions = [
72
72
  offset: 28973,
73
73
  size: 794,
74
74
  isKeyframe: false,
75
- dts: 18000,
76
- cts: 21000,
75
+ decodingTimestamp: 18000,
76
+ timestamp: 21000,
77
77
  duration: 3000,
78
78
  bigEndian: false,
79
79
  chunkSize: null,
@@ -83,8 +83,8 @@ exports.exampleVideoSamplePositions = [
83
83
  offset: 30613,
84
84
  size: 3036,
85
85
  isKeyframe: false,
86
- dts: 21000,
87
- cts: 33000,
86
+ decodingTimestamp: 21000,
87
+ timestamp: 33000,
88
88
  duration: 3000,
89
89
  bigEndian: false,
90
90
  chunkSize: null,
@@ -94,8 +94,8 @@ exports.exampleVideoSamplePositions = [
94
94
  offset: 35342,
95
95
  size: 953,
96
96
  isKeyframe: false,
97
- dts: 24000,
98
- cts: 27000,
97
+ decodingTimestamp: 24000,
98
+ timestamp: 27000,
99
99
  duration: 3000,
100
100
  bigEndian: false,
101
101
  chunkSize: null,
@@ -105,8 +105,8 @@ exports.exampleVideoSamplePositions = [
105
105
  offset: 37141,
106
106
  size: 723,
107
107
  isKeyframe: false,
108
- dts: 27000,
109
- cts: 30000,
108
+ decodingTimestamp: 27000,
109
+ timestamp: 30000,
110
110
  duration: 3000,
111
111
  bigEndian: false,
112
112
  chunkSize: null,
@@ -116,8 +116,8 @@ exports.exampleVideoSamplePositions = [
116
116
  offset: 39557,
117
117
  size: 3497,
118
118
  isKeyframe: false,
119
- dts: 30000,
120
- cts: 39000,
119
+ decodingTimestamp: 30000,
120
+ timestamp: 39000,
121
121
  duration: 3000,
122
122
  bigEndian: false,
123
123
  chunkSize: null,
@@ -127,8 +127,8 @@ exports.exampleVideoSamplePositions = [
127
127
  offset: 44747,
128
128
  size: 885,
129
129
  isKeyframe: false,
130
- dts: 33000,
131
- cts: 36000,
130
+ decodingTimestamp: 33000,
131
+ timestamp: 36000,
132
132
  duration: 3000,
133
133
  bigEndian: false,
134
134
  chunkSize: null,
@@ -138,8 +138,8 @@ exports.exampleVideoSamplePositions = [
138
138
  offset: 46478,
139
139
  size: 2786,
140
140
  isKeyframe: false,
141
- dts: 36000,
142
- cts: 42000,
141
+ decodingTimestamp: 36000,
142
+ timestamp: 42000,
143
143
  duration: 3000,
144
144
  bigEndian: false,
145
145
  chunkSize: null,
@@ -149,8 +149,8 @@ exports.exampleVideoSamplePositions = [
149
149
  offset: 50957,
150
150
  size: 5585,
151
151
  isKeyframe: false,
152
- dts: 39000,
153
- cts: 54000,
152
+ decodingTimestamp: 39000,
153
+ timestamp: 54000,
154
154
  duration: 3000,
155
155
  bigEndian: false,
156
156
  chunkSize: null,
@@ -160,8 +160,8 @@ exports.exampleVideoSamplePositions = [
160
160
  offset: 57388,
161
161
  size: 2952,
162
162
  isKeyframe: false,
163
- dts: 42000,
164
- cts: 48000,
163
+ decodingTimestamp: 42000,
164
+ timestamp: 48000,
165
165
  duration: 3000,
166
166
  bigEndian: false,
167
167
  chunkSize: null,
@@ -171,8 +171,8 @@ exports.exampleVideoSamplePositions = [
171
171
  offset: 62033,
172
172
  size: 1438,
173
173
  isKeyframe: false,
174
- dts: 45000,
175
- cts: 45000,
174
+ decodingTimestamp: 45000,
175
+ timestamp: 45000,
176
176
  duration: 3000,
177
177
  bigEndian: false,
178
178
  chunkSize: null,
@@ -182,8 +182,8 @@ exports.exampleVideoSamplePositions = [
182
182
  offset: 64317,
183
183
  size: 2567,
184
184
  isKeyframe: false,
185
- dts: 48000,
186
- cts: 51000,
185
+ decodingTimestamp: 48000,
186
+ timestamp: 51000,
187
187
  duration: 3000,
188
188
  bigEndian: false,
189
189
  chunkSize: null,
@@ -193,8 +193,8 @@ exports.exampleVideoSamplePositions = [
193
193
  offset: 68577,
194
194
  size: 3487,
195
195
  isKeyframe: false,
196
- dts: 51000,
197
- cts: 63000,
196
+ decodingTimestamp: 51000,
197
+ timestamp: 63000,
198
198
  duration: 3000,
199
199
  bigEndian: false,
200
200
  chunkSize: null,
@@ -204,8 +204,8 @@ exports.exampleVideoSamplePositions = [
204
204
  offset: 72910,
205
205
  size: 2689,
206
206
  isKeyframe: false,
207
- dts: 54000,
208
- cts: 57000,
207
+ decodingTimestamp: 54000,
208
+ timestamp: 57000,
209
209
  duration: 3000,
210
210
  bigEndian: false,
211
211
  chunkSize: null,
@@ -215,8 +215,8 @@ exports.exampleVideoSamplePositions = [
215
215
  offset: 77292,
216
216
  size: 1779,
217
217
  isKeyframe: false,
218
- dts: 57000,
219
- cts: 60000,
218
+ decodingTimestamp: 57000,
219
+ timestamp: 60000,
220
220
  duration: 3000,
221
221
  bigEndian: false,
222
222
  chunkSize: null,
@@ -226,8 +226,8 @@ exports.exampleVideoSamplePositions = [
226
226
  offset: 80763,
227
227
  size: 13940,
228
228
  isKeyframe: true,
229
- dts: 60000,
230
- cts: 66000,
229
+ decodingTimestamp: 60000,
230
+ timestamp: 66000,
231
231
  duration: 3000,
232
232
  bigEndian: false,
233
233
  chunkSize: null,
@@ -237,8 +237,8 @@ exports.exampleVideoSamplePositions = [
237
237
  offset: 95550,
238
238
  size: 3872,
239
239
  isKeyframe: false,
240
- dts: 63000,
241
- cts: 72000,
240
+ decodingTimestamp: 63000,
241
+ timestamp: 72000,
242
242
  duration: 3000,
243
243
  bigEndian: false,
244
244
  chunkSize: null,
@@ -248,8 +248,8 @@ exports.exampleVideoSamplePositions = [
248
248
  offset: 101114,
249
249
  size: 1484,
250
250
  isKeyframe: false,
251
- dts: 66000,
252
- cts: 69000,
251
+ decodingTimestamp: 66000,
252
+ timestamp: 69000,
253
253
  duration: 3000,
254
254
  bigEndian: false,
255
255
  chunkSize: null,
@@ -259,8 +259,8 @@ exports.exampleVideoSamplePositions = [
259
259
  offset: 103444,
260
260
  size: 3987,
261
261
  isKeyframe: false,
262
- dts: 69000,
263
- cts: 78000,
262
+ decodingTimestamp: 69000,
263
+ timestamp: 78000,
264
264
  duration: 3000,
265
265
  bigEndian: false,
266
266
  chunkSize: null,
@@ -270,8 +270,8 @@ exports.exampleVideoSamplePositions = [
270
270
  offset: 109124,
271
271
  size: 1789,
272
272
  isKeyframe: false,
273
- dts: 72000,
274
- cts: 75000,
273
+ decodingTimestamp: 72000,
274
+ timestamp: 75000,
275
275
  duration: 3000,
276
276
  bigEndian: false,
277
277
  chunkSize: null,
@@ -281,8 +281,8 @@ exports.exampleVideoSamplePositions = [
281
281
  offset: 111759,
282
282
  size: 3872,
283
283
  isKeyframe: false,
284
- dts: 75000,
285
- cts: 81000,
284
+ decodingTimestamp: 75000,
285
+ timestamp: 81000,
286
286
  duration: 3000,
287
287
  bigEndian: false,
288
288
  chunkSize: null,
@@ -292,8 +292,8 @@ exports.exampleVideoSamplePositions = [
292
292
  offset: 117324,
293
293
  size: 3521,
294
294
  isKeyframe: false,
295
- dts: 78000,
296
- cts: 84000,
295
+ decodingTimestamp: 78000,
296
+ timestamp: 84000,
297
297
  duration: 3000,
298
298
  bigEndian: false,
299
299
  chunkSize: null,
@@ -303,8 +303,8 @@ exports.exampleVideoSamplePositions = [
303
303
  offset: 122537,
304
304
  size: 3699,
305
305
  isKeyframe: false,
306
- dts: 81000,
307
- cts: 87000,
306
+ decodingTimestamp: 81000,
307
+ timestamp: 87000,
308
308
  duration: 3000,
309
309
  bigEndian: false,
310
310
  chunkSize: null,
@@ -314,8 +314,8 @@ exports.exampleVideoSamplePositions = [
314
314
  offset: 127083,
315
315
  size: 3812,
316
316
  isKeyframe: false,
317
- dts: 84000,
318
- cts: 93000,
317
+ decodingTimestamp: 84000,
318
+ timestamp: 93000,
319
319
  duration: 3000,
320
320
  bigEndian: false,
321
321
  chunkSize: null,
@@ -325,8 +325,8 @@ exports.exampleVideoSamplePositions = [
325
325
  offset: 132587,
326
326
  size: 1460,
327
327
  isKeyframe: false,
328
- dts: 87000,
329
- cts: 90000,
328
+ decodingTimestamp: 87000,
329
+ timestamp: 90000,
330
330
  duration: 3000,
331
331
  bigEndian: false,
332
332
  chunkSize: null,
@@ -336,8 +336,8 @@ exports.exampleVideoSamplePositions = [
336
336
  offset: 134894,
337
337
  size: 4503,
338
338
  isKeyframe: false,
339
- dts: 90000,
340
- cts: 105000,
339
+ decodingTimestamp: 90000,
340
+ timestamp: 105000,
341
341
  duration: 3000,
342
342
  bigEndian: false,
343
343
  chunkSize: null,
@@ -347,8 +347,8 @@ exports.exampleVideoSamplePositions = [
347
347
  offset: 141089,
348
348
  size: 1838,
349
349
  isKeyframe: false,
350
- dts: 93000,
351
- cts: 99000,
350
+ decodingTimestamp: 93000,
351
+ timestamp: 99000,
352
352
  duration: 3000,
353
353
  bigEndian: false,
354
354
  chunkSize: null,
@@ -358,8 +358,8 @@ exports.exampleVideoSamplePositions = [
358
358
  offset: 143774,
359
359
  size: 1264,
360
360
  isKeyframe: false,
361
- dts: 96000,
362
- cts: 96000,
361
+ decodingTimestamp: 96000,
362
+ timestamp: 96000,
363
363
  duration: 3000,
364
364
  bigEndian: false,
365
365
  chunkSize: null,
@@ -369,8 +369,8 @@ exports.exampleVideoSamplePositions = [
369
369
  offset: 146730,
370
370
  size: 1200,
371
371
  isKeyframe: false,
372
- dts: 99000,
373
- cts: 102000,
372
+ decodingTimestamp: 99000,
373
+ timestamp: 102000,
374
374
  duration: 3000,
375
375
  bigEndian: false,
376
376
  chunkSize: null,
@@ -380,8 +380,8 @@ exports.exampleVideoSamplePositions = [
380
380
  offset: 148777,
381
381
  size: 3396,
382
382
  isKeyframe: false,
383
- dts: 102000,
384
- cts: 117000,
383
+ decodingTimestamp: 102000,
384
+ timestamp: 117000,
385
385
  duration: 3000,
386
386
  bigEndian: false,
387
387
  chunkSize: null,
@@ -391,8 +391,8 @@ exports.exampleVideoSamplePositions = [
391
391
  offset: 153865,
392
392
  size: 2330,
393
393
  isKeyframe: false,
394
- dts: 105000,
395
- cts: 111000,
394
+ decodingTimestamp: 105000,
395
+ timestamp: 111000,
396
396
  duration: 3000,
397
397
  bigEndian: false,
398
398
  chunkSize: null,
@@ -402,8 +402,8 @@ exports.exampleVideoSamplePositions = [
402
402
  offset: 157888,
403
403
  size: 1094,
404
404
  isKeyframe: false,
405
- dts: 108000,
406
- cts: 108000,
405
+ decodingTimestamp: 108000,
406
+ timestamp: 108000,
407
407
  duration: 3000,
408
408
  bigEndian: false,
409
409
  chunkSize: null,
@@ -413,8 +413,8 @@ exports.exampleVideoSamplePositions = [
413
413
  offset: 159828,
414
414
  size: 1199,
415
415
  isKeyframe: false,
416
- dts: 111000,
417
- cts: 114000,
416
+ decodingTimestamp: 111000,
417
+ timestamp: 114000,
418
418
  duration: 3000,
419
419
  bigEndian: false,
420
420
  chunkSize: null,
@@ -424,8 +424,8 @@ exports.exampleVideoSamplePositions = [
424
424
  offset: 162720,
425
425
  size: 1864,
426
426
  isKeyframe: false,
427
- dts: 114000,
428
- cts: 123000,
427
+ decodingTimestamp: 114000,
428
+ timestamp: 123000,
429
429
  duration: 3000,
430
430
  bigEndian: false,
431
431
  chunkSize: null,
@@ -435,8 +435,8 @@ exports.exampleVideoSamplePositions = [
435
435
  offset: 165430,
436
436
  size: 904,
437
437
  isKeyframe: false,
438
- dts: 117000,
439
- cts: 120000,
438
+ decodingTimestamp: 117000,
439
+ timestamp: 120000,
440
440
  duration: 3000,
441
441
  bigEndian: false,
442
442
  chunkSize: null,
@@ -446,8 +446,8 @@ exports.exampleVideoSamplePositions = [
446
446
  offset: 168027,
447
447
  size: 15617,
448
448
  isKeyframe: true,
449
- dts: 120000,
450
- cts: 126000,
449
+ decodingTimestamp: 120000,
450
+ timestamp: 126000,
451
451
  duration: 3000,
452
452
  bigEndian: false,
453
453
  chunkSize: null,
@@ -457,8 +457,8 @@ exports.exampleVideoSamplePositions = [
457
457
  offset: 184490,
458
458
  size: 4750,
459
459
  isKeyframe: false,
460
- dts: 123000,
461
- cts: 132000,
460
+ decodingTimestamp: 123000,
461
+ timestamp: 132000,
462
462
  duration: 3000,
463
463
  bigEndian: false,
464
464
  chunkSize: null,
@@ -468,8 +468,8 @@ exports.exampleVideoSamplePositions = [
468
468
  offset: 190933,
469
469
  size: 1106,
470
470
  isKeyframe: false,
471
- dts: 126000,
472
- cts: 129000,
471
+ decodingTimestamp: 126000,
472
+ timestamp: 129000,
473
473
  duration: 3000,
474
474
  bigEndian: false,
475
475
  chunkSize: null,
@@ -479,8 +479,8 @@ exports.exampleVideoSamplePositions = [
479
479
  offset: 193731,
480
480
  size: 2466,
481
481
  isKeyframe: false,
482
- dts: 129000,
483
- cts: 135000,
482
+ decodingTimestamp: 129000,
483
+ timestamp: 135000,
484
484
  duration: 3000,
485
485
  bigEndian: false,
486
486
  chunkSize: null,
@@ -490,8 +490,8 @@ exports.exampleVideoSamplePositions = [
490
490
  offset: 197043,
491
491
  size: 2979,
492
492
  isKeyframe: false,
493
- dts: 132000,
494
- cts: 138000,
493
+ decodingTimestamp: 132000,
494
+ timestamp: 138000,
495
495
  duration: 3000,
496
496
  bigEndian: false,
497
497
  chunkSize: null,
@@ -501,8 +501,8 @@ exports.exampleVideoSamplePositions = [
501
501
  offset: 201715,
502
502
  size: 5610,
503
503
  isKeyframe: false,
504
- dts: 135000,
505
- cts: 150000,
504
+ decodingTimestamp: 135000,
505
+ timestamp: 150000,
506
506
  duration: 3000,
507
507
  bigEndian: false,
508
508
  chunkSize: null,
@@ -512,8 +512,8 @@ exports.exampleVideoSamplePositions = [
512
512
  offset: 208171,
513
513
  size: 2029,
514
514
  isKeyframe: false,
515
- dts: 138000,
516
- cts: 144000,
515
+ decodingTimestamp: 138000,
516
+ timestamp: 144000,
517
517
  duration: 3000,
518
518
  bigEndian: false,
519
519
  chunkSize: null,
@@ -523,8 +523,8 @@ exports.exampleVideoSamplePositions = [
523
523
  offset: 211893,
524
524
  size: 757,
525
525
  isKeyframe: false,
526
- dts: 141000,
527
- cts: 141000,
526
+ decodingTimestamp: 141000,
527
+ timestamp: 141000,
528
528
  duration: 3000,
529
529
  bigEndian: false,
530
530
  chunkSize: null,
@@ -534,8 +534,8 @@ exports.exampleVideoSamplePositions = [
534
534
  offset: 213496,
535
535
  size: 844,
536
536
  isKeyframe: false,
537
- dts: 144000,
538
- cts: 147000,
537
+ decodingTimestamp: 144000,
538
+ timestamp: 147000,
539
539
  duration: 3000,
540
540
  bigEndian: false,
541
541
  chunkSize: null,
@@ -545,8 +545,8 @@ exports.exampleVideoSamplePositions = [
545
545
  offset: 216033,
546
546
  size: 5166,
547
547
  isKeyframe: false,
548
- dts: 147000,
549
- cts: 162000,
548
+ decodingTimestamp: 147000,
549
+ timestamp: 162000,
550
550
  duration: 3000,
551
551
  bigEndian: false,
552
552
  chunkSize: null,
@@ -556,8 +556,8 @@ exports.exampleVideoSamplePositions = [
556
556
  offset: 222045,
557
557
  size: 1396,
558
558
  isKeyframe: false,
559
- dts: 150000,
560
- cts: 156000,
559
+ decodingTimestamp: 150000,
560
+ timestamp: 156000,
561
561
  duration: 3000,
562
562
  bigEndian: false,
563
563
  chunkSize: null,
@@ -567,8 +567,8 @@ exports.exampleVideoSamplePositions = [
567
567
  offset: 225134,
568
568
  size: 817,
569
569
  isKeyframe: false,
570
- dts: 153000,
571
- cts: 153000,
570
+ decodingTimestamp: 153000,
571
+ timestamp: 153000,
572
572
  duration: 3000,
573
573
  bigEndian: false,
574
574
  chunkSize: null,
@@ -578,8 +578,8 @@ exports.exampleVideoSamplePositions = [
578
578
  offset: 227644,
579
579
  size: 1140,
580
580
  isKeyframe: false,
581
- dts: 156000,
582
- cts: 159000,
581
+ decodingTimestamp: 156000,
582
+ timestamp: 159000,
583
583
  duration: 3000,
584
584
  bigEndian: false,
585
585
  chunkSize: null,
@@ -589,8 +589,8 @@ exports.exampleVideoSamplePositions = [
589
589
  offset: 229630,
590
590
  size: 2423,
591
591
  isKeyframe: false,
592
- dts: 159000,
593
- cts: 165000,
592
+ decodingTimestamp: 159000,
593
+ timestamp: 165000,
594
594
  duration: 3000,
595
595
  bigEndian: false,
596
596
  chunkSize: null,
@@ -600,8 +600,8 @@ exports.exampleVideoSamplePositions = [
600
600
  offset: 233746,
601
601
  size: 2357,
602
602
  isKeyframe: false,
603
- dts: 162000,
604
- cts: 168000,
603
+ decodingTimestamp: 162000,
604
+ timestamp: 168000,
605
605
  duration: 3000,
606
606
  bigEndian: false,
607
607
  chunkSize: null,
@@ -611,8 +611,8 @@ exports.exampleVideoSamplePositions = [
611
611
  offset: 236949,
612
612
  size: 3181,
613
613
  isKeyframe: false,
614
- dts: 165000,
615
- cts: 177000,
614
+ decodingTimestamp: 165000,
615
+ timestamp: 177000,
616
616
  duration: 3000,
617
617
  bigEndian: false,
618
618
  chunkSize: null,
@@ -622,8 +622,8 @@ exports.exampleVideoSamplePositions = [
622
622
  offset: 241823,
623
623
  size: 1088,
624
624
  isKeyframe: false,
625
- dts: 168000,
626
- cts: 171000,
625
+ decodingTimestamp: 168000,
626
+ timestamp: 171000,
627
627
  duration: 3000,
628
628
  bigEndian: false,
629
629
  chunkSize: null,
@@ -633,8 +633,8 @@ exports.exampleVideoSamplePositions = [
633
633
  offset: 243757,
634
634
  size: 940,
635
635
  isKeyframe: false,
636
- dts: 171000,
637
- cts: 174000,
636
+ decodingTimestamp: 171000,
637
+ timestamp: 174000,
638
638
  duration: 3000,
639
639
  bigEndian: false,
640
640
  chunkSize: null,
@@ -644,8 +644,8 @@ exports.exampleVideoSamplePositions = [
644
644
  offset: 246390,
645
645
  size: 1897,
646
646
  isKeyframe: false,
647
- dts: 174000,
648
- cts: 183000,
647
+ decodingTimestamp: 174000,
648
+ timestamp: 183000,
649
649
  duration: 3000,
650
650
  bigEndian: false,
651
651
  chunkSize: null,
@@ -655,8 +655,8 @@ exports.exampleVideoSamplePositions = [
655
655
  offset: 249979,
656
656
  size: 996,
657
657
  isKeyframe: false,
658
- dts: 177000,
659
- cts: 180000,
658
+ decodingTimestamp: 177000,
659
+ timestamp: 180000,
660
660
  duration: 3000,
661
661
  bigEndian: false,
662
662
  chunkSize: null,
@@ -666,8 +666,8 @@ exports.exampleVideoSamplePositions = [
666
666
  offset: 251822,
667
667
  size: 19372,
668
668
  isKeyframe: true,
669
- dts: 180000,
670
- cts: 186000,
669
+ decodingTimestamp: 180000,
670
+ timestamp: 186000,
671
671
  duration: 3000,
672
672
  bigEndian: false,
673
673
  chunkSize: null,
@@ -677,8 +677,8 @@ exports.exampleVideoSamplePositions = [
677
677
  offset: 272886,
678
678
  size: 2873,
679
679
  isKeyframe: false,
680
- dts: 183000,
681
- cts: 192000,
680
+ decodingTimestamp: 183000,
681
+ timestamp: 192000,
682
682
  duration: 3000,
683
683
  bigEndian: false,
684
684
  chunkSize: null,
@@ -688,8 +688,8 @@ exports.exampleVideoSamplePositions = [
688
688
  offset: 276606,
689
689
  size: 994,
690
690
  isKeyframe: false,
691
- dts: 186000,
692
- cts: 189000,
691
+ decodingTimestamp: 186000,
692
+ timestamp: 189000,
693
693
  duration: 3000,
694
694
  bigEndian: false,
695
695
  chunkSize: null,
@@ -699,8 +699,8 @@ exports.exampleVideoSamplePositions = [
699
699
  offset: 279292,
700
700
  size: 2167,
701
701
  isKeyframe: false,
702
- dts: 189000,
703
- cts: 195000,
702
+ decodingTimestamp: 189000,
703
+ timestamp: 195000,
704
704
  duration: 3000,
705
705
  bigEndian: false,
706
706
  chunkSize: null,
@@ -710,8 +710,8 @@ exports.exampleVideoSamplePositions = [
710
710
  offset: 282305,
711
711
  size: 2379,
712
712
  isKeyframe: false,
713
- dts: 192000,
714
- cts: 204000,
713
+ decodingTimestamp: 192000,
714
+ timestamp: 204000,
715
715
  duration: 3000,
716
716
  bigEndian: false,
717
717
  chunkSize: null,
@@ -721,8 +721,8 @@ exports.exampleVideoSamplePositions = [
721
721
  offset: 286377,
722
722
  size: 877,
723
723
  isKeyframe: false,
724
- dts: 195000,
725
- cts: 198000,
724
+ decodingTimestamp: 195000,
725
+ timestamp: 198000,
726
726
  duration: 3000,
727
727
  bigEndian: false,
728
728
  chunkSize: null,
@@ -732,8 +732,8 @@ exports.exampleVideoSamplePositions = [
732
732
  offset: 288100,
733
733
  size: 668,
734
734
  isKeyframe: false,
735
- dts: 198000,
736
- cts: 201000,
735
+ decodingTimestamp: 198000,
736
+ timestamp: 201000,
737
737
  duration: 3000,
738
738
  bigEndian: false,
739
739
  chunkSize: null,
@@ -743,8 +743,8 @@ exports.exampleVideoSamplePositions = [
743
743
  offset: 290461,
744
744
  size: 1521,
745
745
  isKeyframe: false,
746
- dts: 201000,
747
- cts: 207000,
746
+ decodingTimestamp: 201000,
747
+ timestamp: 207000,
748
748
  duration: 3000,
749
749
  bigEndian: false,
750
750
  chunkSize: null,
@@ -754,8 +754,8 @@ exports.exampleVideoSamplePositions = [
754
754
  offset: 293675,
755
755
  size: 1947,
756
756
  isKeyframe: false,
757
- dts: 204000,
758
- cts: 219000,
757
+ decodingTimestamp: 204000,
758
+ timestamp: 219000,
759
759
  duration: 3000,
760
760
  bigEndian: false,
761
761
  chunkSize: null,
@@ -765,8 +765,8 @@ exports.exampleVideoSamplePositions = [
765
765
  offset: 296468,
766
766
  size: 879,
767
767
  isKeyframe: false,
768
- dts: 207000,
769
- cts: 213000,
768
+ decodingTimestamp: 207000,
769
+ timestamp: 213000,
770
770
  duration: 3000,
771
771
  bigEndian: false,
772
772
  chunkSize: null,
@@ -776,8 +776,8 @@ exports.exampleVideoSamplePositions = [
776
776
  offset: 299040,
777
777
  size: 540,
778
778
  isKeyframe: false,
779
- dts: 210000,
780
- cts: 210000,
779
+ decodingTimestamp: 210000,
780
+ timestamp: 210000,
781
781
  duration: 3000,
782
782
  bigEndian: false,
783
783
  chunkSize: null,
@@ -787,8 +787,8 @@ exports.exampleVideoSamplePositions = [
787
787
  offset: 300426,
788
788
  size: 629,
789
789
  isKeyframe: false,
790
- dts: 213000,
791
- cts: 216000,
790
+ decodingTimestamp: 213000,
791
+ timestamp: 216000,
792
792
  duration: 3000,
793
793
  bigEndian: false,
794
794
  chunkSize: null,
@@ -798,8 +798,8 @@ exports.exampleVideoSamplePositions = [
798
798
  offset: 302748,
799
799
  size: 1437,
800
800
  isKeyframe: false,
801
- dts: 216000,
802
- cts: 231000,
801
+ decodingTimestamp: 216000,
802
+ timestamp: 231000,
803
803
  duration: 3000,
804
804
  bigEndian: false,
805
805
  chunkSize: null,
@@ -809,8 +809,8 @@ exports.exampleVideoSamplePositions = [
809
809
  offset: 305031,
810
810
  size: 882,
811
811
  isKeyframe: false,
812
- dts: 219000,
813
- cts: 225000,
812
+ decodingTimestamp: 219000,
813
+ timestamp: 225000,
814
814
  duration: 3000,
815
815
  bigEndian: false,
816
816
  chunkSize: null,
@@ -820,8 +820,8 @@ exports.exampleVideoSamplePositions = [
820
820
  offset: 307606,
821
821
  size: 556,
822
822
  isKeyframe: false,
823
- dts: 222000,
824
- cts: 222000,
823
+ decodingTimestamp: 222000,
824
+ timestamp: 222000,
825
825
  duration: 3000,
826
826
  bigEndian: false,
827
827
  chunkSize: null,
@@ -831,8 +831,8 @@ exports.exampleVideoSamplePositions = [
831
831
  offset: 309854,
832
832
  size: 533,
833
833
  isKeyframe: false,
834
- dts: 225000,
835
- cts: 228000,
834
+ decodingTimestamp: 225000,
835
+ timestamp: 228000,
836
836
  duration: 3000,
837
837
  bigEndian: false,
838
838
  chunkSize: null,
@@ -842,8 +842,8 @@ exports.exampleVideoSamplePositions = [
842
842
  offset: 311234,
843
843
  size: 838,
844
844
  isKeyframe: false,
845
- dts: 228000,
846
- cts: 243000,
845
+ decodingTimestamp: 228000,
846
+ timestamp: 243000,
847
847
  duration: 3000,
848
848
  bigEndian: false,
849
849
  chunkSize: null,
@@ -853,8 +853,8 @@ exports.exampleVideoSamplePositions = [
853
853
  offset: 313764,
854
854
  size: 856,
855
855
  isKeyframe: false,
856
- dts: 231000,
857
- cts: 237000,
856
+ decodingTimestamp: 231000,
857
+ timestamp: 237000,
858
858
  duration: 3000,
859
859
  bigEndian: false,
860
860
  chunkSize: null,
@@ -864,8 +864,8 @@ exports.exampleVideoSamplePositions = [
864
864
  offset: 315467,
865
865
  size: 466,
866
866
  isKeyframe: false,
867
- dts: 234000,
868
- cts: 234000,
867
+ decodingTimestamp: 234000,
868
+ timestamp: 234000,
869
869
  duration: 3000,
870
870
  bigEndian: false,
871
871
  chunkSize: null,
@@ -875,8 +875,8 @@ exports.exampleVideoSamplePositions = [
875
875
  offset: 317625,
876
876
  size: 513,
877
877
  isKeyframe: false,
878
- dts: 237000,
879
- cts: 240000,
878
+ decodingTimestamp: 237000,
879
+ timestamp: 240000,
880
880
  duration: 3000,
881
881
  bigEndian: false,
882
882
  chunkSize: null,
@@ -886,8 +886,8 @@ exports.exampleVideoSamplePositions = [
886
886
  offset: 318985,
887
887
  size: 19550,
888
888
  isKeyframe: true,
889
- dts: 240000,
890
- cts: 246000,
889
+ decodingTimestamp: 240000,
890
+ timestamp: 246000,
891
891
  duration: 3000,
892
892
  bigEndian: false,
893
893
  chunkSize: null,
@@ -897,8 +897,8 @@ exports.exampleVideoSamplePositions = [
897
897
  offset: 340227,
898
898
  size: 1890,
899
899
  isKeyframe: false,
900
- dts: 243000,
901
- cts: 258000,
900
+ decodingTimestamp: 243000,
901
+ timestamp: 258000,
902
902
  duration: 3000,
903
903
  bigEndian: false,
904
904
  chunkSize: null,
@@ -908,8 +908,8 @@ exports.exampleVideoSamplePositions = [
908
908
  offset: 342964,
909
909
  size: 876,
910
910
  isKeyframe: false,
911
- dts: 246000,
912
- cts: 252000,
911
+ decodingTimestamp: 246000,
912
+ timestamp: 252000,
913
913
  duration: 3000,
914
914
  bigEndian: false,
915
915
  chunkSize: null,
@@ -919,8 +919,8 @@ exports.exampleVideoSamplePositions = [
919
919
  offset: 345532,
920
920
  size: 492,
921
921
  isKeyframe: false,
922
- dts: 249000,
923
- cts: 249000,
922
+ decodingTimestamp: 249000,
923
+ timestamp: 249000,
924
924
  duration: 3000,
925
925
  bigEndian: false,
926
926
  chunkSize: null,
@@ -930,8 +930,8 @@ exports.exampleVideoSamplePositions = [
930
930
  offset: 347717,
931
931
  size: 593,
932
932
  isKeyframe: false,
933
- dts: 252000,
934
- cts: 255000,
933
+ decodingTimestamp: 252000,
934
+ timestamp: 255000,
935
935
  duration: 3000,
936
936
  bigEndian: false,
937
937
  chunkSize: null,
@@ -941,8 +941,8 @@ exports.exampleVideoSamplePositions = [
941
941
  offset: 349156,
942
942
  size: 1657,
943
943
  isKeyframe: false,
944
- dts: 255000,
945
- cts: 270000,
944
+ decodingTimestamp: 255000,
945
+ timestamp: 270000,
946
946
  duration: 3000,
947
947
  bigEndian: false,
948
948
  chunkSize: null,
@@ -952,8 +952,8 @@ exports.exampleVideoSamplePositions = [
952
952
  offset: 352506,
953
953
  size: 925,
954
954
  isKeyframe: false,
955
- dts: 258000,
956
- cts: 264000,
955
+ decodingTimestamp: 258000,
956
+ timestamp: 264000,
957
957
  duration: 3000,
958
958
  bigEndian: false,
959
959
  chunkSize: null,
@@ -963,8 +963,8 @@ exports.exampleVideoSamplePositions = [
963
963
  offset: 354277,
964
964
  size: 640,
965
965
  isKeyframe: false,
966
- dts: 261000,
967
- cts: 261000,
966
+ decodingTimestamp: 261000,
967
+ timestamp: 261000,
968
968
  duration: 3000,
969
969
  bigEndian: false,
970
970
  chunkSize: null,
@@ -974,8 +974,8 @@ exports.exampleVideoSamplePositions = [
974
974
  offset: 356610,
975
975
  size: 784,
976
976
  isKeyframe: false,
977
- dts: 264000,
978
- cts: 267000,
977
+ decodingTimestamp: 264000,
978
+ timestamp: 267000,
979
979
  duration: 3000,
980
980
  bigEndian: false,
981
981
  chunkSize: null,
@@ -985,8 +985,8 @@ exports.exampleVideoSamplePositions = [
985
985
  offset: 358240,
986
986
  size: 1355,
987
987
  isKeyframe: false,
988
- dts: 267000,
989
- cts: 273000,
988
+ decodingTimestamp: 267000,
989
+ timestamp: 273000,
990
990
  duration: 3000,
991
991
  bigEndian: false,
992
992
  chunkSize: null,
@@ -996,8 +996,8 @@ exports.exampleVideoSamplePositions = [
996
996
  offset: 361288,
997
997
  size: 1624,
998
998
  isKeyframe: false,
999
- dts: 270000,
1000
- cts: 279000,
999
+ decodingTimestamp: 270000,
1000
+ timestamp: 279000,
1001
1001
  duration: 3000,
1002
1002
  bigEndian: false,
1003
1003
  chunkSize: null,
@@ -1007,8 +1007,8 @@ exports.exampleVideoSamplePositions = [
1007
1007
  offset: 364604,
1008
1008
  size: 869,
1009
1009
  isKeyframe: false,
1010
- dts: 273000,
1011
- cts: 276000,
1010
+ decodingTimestamp: 273000,
1011
+ timestamp: 276000,
1012
1012
  duration: 3000,
1013
1013
  bigEndian: false,
1014
1014
  chunkSize: null,
@@ -1018,8 +1018,8 @@ exports.exampleVideoSamplePositions = [
1018
1018
  offset: 366320,
1019
1019
  size: 1397,
1020
1020
  isKeyframe: false,
1021
- dts: 276000,
1022
- cts: 282000,
1021
+ decodingTimestamp: 276000,
1022
+ timestamp: 282000,
1023
1023
  duration: 3000,
1024
1024
  bigEndian: false,
1025
1025
  chunkSize: null,
@@ -1029,8 +1029,8 @@ exports.exampleVideoSamplePositions = [
1029
1029
  offset: 369409,
1030
1030
  size: 1372,
1031
1031
  isKeyframe: false,
1032
- dts: 279000,
1033
- cts: 285000,
1032
+ decodingTimestamp: 279000,
1033
+ timestamp: 285000,
1034
1034
  duration: 3000,
1035
1035
  bigEndian: false,
1036
1036
  chunkSize: null,
@@ -1040,8 +1040,8 @@ exports.exampleVideoSamplePositions = [
1040
1040
  offset: 371628,
1041
1041
  size: 1430,
1042
1042
  isKeyframe: false,
1043
- dts: 282000,
1044
- cts: 297000,
1043
+ decodingTimestamp: 282000,
1044
+ timestamp: 297000,
1045
1045
  duration: 3000,
1046
1046
  bigEndian: false,
1047
1047
  chunkSize: null,
@@ -1051,8 +1051,8 @@ exports.exampleVideoSamplePositions = [
1051
1051
  offset: 374750,
1052
1052
  size: 1381,
1053
1053
  isKeyframe: false,
1054
- dts: 285000,
1055
- cts: 291000,
1054
+ decodingTimestamp: 285000,
1055
+ timestamp: 291000,
1056
1056
  duration: 3000,
1057
1057
  bigEndian: false,
1058
1058
  chunkSize: null,
@@ -1062,8 +1062,8 @@ exports.exampleVideoSamplePositions = [
1062
1062
  offset: 376978,
1063
1063
  size: 721,
1064
1064
  isKeyframe: false,
1065
- dts: 288000,
1066
- cts: 288000,
1065
+ decodingTimestamp: 288000,
1066
+ timestamp: 288000,
1067
1067
  duration: 3000,
1068
1068
  bigEndian: false,
1069
1069
  chunkSize: null,
@@ -1073,8 +1073,8 @@ exports.exampleVideoSamplePositions = [
1073
1073
  offset: 379391,
1074
1074
  size: 1056,
1075
1075
  isKeyframe: false,
1076
- dts: 291000,
1077
- cts: 294000,
1076
+ decodingTimestamp: 291000,
1077
+ timestamp: 294000,
1078
1078
  duration: 3000,
1079
1079
  bigEndian: false,
1080
1080
  chunkSize: null,
@@ -1084,8 +1084,8 @@ exports.exampleVideoSamplePositions = [
1084
1084
  offset: 381294,
1085
1085
  size: 1160,
1086
1086
  isKeyframe: false,
1087
- dts: 294000,
1088
- cts: 303000,
1087
+ decodingTimestamp: 294000,
1088
+ timestamp: 303000,
1089
1089
  duration: 3000,
1090
1090
  bigEndian: false,
1091
1091
  chunkSize: null,
@@ -1095,8 +1095,8 @@ exports.exampleVideoSamplePositions = [
1095
1095
  offset: 384146,
1096
1096
  size: 940,
1097
1097
  isKeyframe: false,
1098
- dts: 297000,
1099
- cts: 300000,
1098
+ decodingTimestamp: 297000,
1099
+ timestamp: 300000,
1100
1100
  duration: 3000,
1101
1101
  bigEndian: false,
1102
1102
  chunkSize: null,
@@ -1106,8 +1106,8 @@ exports.exampleVideoSamplePositions = [
1106
1106
  offset: 386779,
1107
1107
  size: 19958,
1108
1108
  isKeyframe: true,
1109
- dts: 300000,
1110
- cts: 306000,
1109
+ decodingTimestamp: 300000,
1110
+ timestamp: 306000,
1111
1111
  duration: 3000,
1112
1112
  bigEndian: false,
1113
1113
  chunkSize: null,
@@ -1117,8 +1117,8 @@ exports.exampleVideoSamplePositions = [
1117
1117
  offset: 407583,
1118
1118
  size: 2448,
1119
1119
  isKeyframe: false,
1120
- dts: 303000,
1121
- cts: 318000,
1120
+ decodingTimestamp: 303000,
1121
+ timestamp: 318000,
1122
1122
  duration: 3000,
1123
1123
  bigEndian: false,
1124
1124
  chunkSize: null,
@@ -1128,8 +1128,8 @@ exports.exampleVideoSamplePositions = [
1128
1128
  offset: 411724,
1129
1129
  size: 1026,
1130
1130
  isKeyframe: false,
1131
- dts: 306000,
1132
- cts: 312000,
1131
+ decodingTimestamp: 306000,
1132
+ timestamp: 312000,
1133
1133
  duration: 3000,
1134
1134
  bigEndian: false,
1135
1135
  chunkSize: null,
@@ -1139,8 +1139,8 @@ exports.exampleVideoSamplePositions = [
1139
1139
  offset: 413596,
1140
1140
  size: 551,
1141
1141
  isKeyframe: false,
1142
- dts: 309000,
1143
- cts: 309000,
1142
+ decodingTimestamp: 309000,
1143
+ timestamp: 309000,
1144
1144
  duration: 3000,
1145
1145
  bigEndian: false,
1146
1146
  chunkSize: null,
@@ -1150,8 +1150,8 @@ exports.exampleVideoSamplePositions = [
1150
1150
  offset: 415840,
1151
1151
  size: 400,
1152
1152
  isKeyframe: false,
1153
- dts: 312000,
1154
- cts: 315000,
1153
+ decodingTimestamp: 312000,
1154
+ timestamp: 315000,
1155
1155
  duration: 3000,
1156
1156
  bigEndian: false,
1157
1157
  chunkSize: null,
@@ -1161,8 +1161,8 @@ exports.exampleVideoSamplePositions = [
1161
1161
  offset: 417086,
1162
1162
  size: 1731,
1163
1163
  isKeyframe: false,
1164
- dts: 315000,
1165
- cts: 324000,
1164
+ decodingTimestamp: 315000,
1165
+ timestamp: 324000,
1166
1166
  duration: 3000,
1167
1167
  bigEndian: false,
1168
1168
  chunkSize: null,
@@ -1172,8 +1172,8 @@ exports.exampleVideoSamplePositions = [
1172
1172
  offset: 420510,
1173
1173
  size: 386,
1174
1174
  isKeyframe: false,
1175
- dts: 318000,
1176
- cts: 321000,
1175
+ decodingTimestamp: 318000,
1176
+ timestamp: 321000,
1177
1177
  duration: 3000,
1178
1178
  bigEndian: false,
1179
1179
  chunkSize: null,
@@ -1183,8 +1183,8 @@ exports.exampleVideoSamplePositions = [
1183
1183
  offset: 422588,
1184
1184
  size: 1165,
1185
1185
  isKeyframe: false,
1186
- dts: 321000,
1187
- cts: 330000,
1186
+ decodingTimestamp: 321000,
1187
+ timestamp: 330000,
1188
1188
  duration: 3000,
1189
1189
  bigEndian: false,
1190
1190
  chunkSize: null,
@@ -1194,8 +1194,8 @@ exports.exampleVideoSamplePositions = [
1194
1194
  offset: 424600,
1195
1195
  size: 405,
1196
1196
  isKeyframe: false,
1197
- dts: 324000,
1198
- cts: 327000,
1197
+ decodingTimestamp: 324000,
1198
+ timestamp: 327000,
1199
1199
  duration: 3000,
1200
1200
  bigEndian: false,
1201
1201
  chunkSize: null,
@@ -1205,8 +1205,8 @@ exports.exampleVideoSamplePositions = [
1205
1205
  offset: 426697,
1206
1206
  size: 986,
1207
1207
  isKeyframe: false,
1208
- dts: 327000,
1209
- cts: 339000,
1208
+ decodingTimestamp: 327000,
1209
+ timestamp: 339000,
1210
1210
  duration: 3000,
1211
1211
  bigEndian: false,
1212
1212
  chunkSize: null,
@@ -1216,8 +1216,8 @@ exports.exampleVideoSamplePositions = [
1216
1216
  offset: 428530,
1217
1217
  size: 487,
1218
1218
  isKeyframe: false,
1219
- dts: 330000,
1220
- cts: 333000,
1219
+ decodingTimestamp: 330000,
1220
+ timestamp: 333000,
1221
1221
  duration: 3000,
1222
1222
  bigEndian: false,
1223
1223
  chunkSize: null,
@@ -1227,8 +1227,8 @@ exports.exampleVideoSamplePositions = [
1227
1227
  offset: 430709,
1228
1228
  size: 420,
1229
1229
  isKeyframe: false,
1230
- dts: 333000,
1231
- cts: 336000,
1230
+ decodingTimestamp: 333000,
1231
+ timestamp: 336000,
1232
1232
  duration: 3000,
1233
1233
  bigEndian: false,
1234
1234
  chunkSize: null,
@@ -1238,8 +1238,8 @@ exports.exampleVideoSamplePositions = [
1238
1238
  offset: 431976,
1239
1239
  size: 892,
1240
1240
  isKeyframe: false,
1241
- dts: 336000,
1242
- cts: 345000,
1241
+ decodingTimestamp: 336000,
1242
+ timestamp: 345000,
1243
1243
  duration: 3000,
1244
1244
  bigEndian: false,
1245
1245
  chunkSize: null,
@@ -1249,8 +1249,8 @@ exports.exampleVideoSamplePositions = [
1249
1249
  offset: 434560,
1250
1250
  size: 378,
1251
1251
  isKeyframe: false,
1252
- dts: 339000,
1253
- cts: 342000,
1252
+ decodingTimestamp: 339000,
1253
+ timestamp: 342000,
1254
1254
  duration: 3000,
1255
1255
  bigEndian: false,
1256
1256
  chunkSize: null,
@@ -1260,8 +1260,8 @@ exports.exampleVideoSamplePositions = [
1260
1260
  offset: 435785,
1261
1261
  size: 785,
1262
1262
  isKeyframe: false,
1263
- dts: 342000,
1264
- cts: 351000,
1263
+ decodingTimestamp: 342000,
1264
+ timestamp: 351000,
1265
1265
  duration: 3000,
1266
1266
  bigEndian: false,
1267
1267
  chunkSize: null,
@@ -1271,8 +1271,8 @@ exports.exampleVideoSamplePositions = [
1271
1271
  offset: 438262,
1272
1272
  size: 318,
1273
1273
  isKeyframe: false,
1274
- dts: 345000,
1275
- cts: 348000,
1274
+ decodingTimestamp: 345000,
1275
+ timestamp: 348000,
1276
1276
  duration: 3000,
1277
1277
  bigEndian: false,
1278
1278
  chunkSize: null,
@@ -1282,8 +1282,8 @@ exports.exampleVideoSamplePositions = [
1282
1282
  offset: 440273,
1283
1283
  size: 629,
1284
1284
  isKeyframe: false,
1285
- dts: 348000,
1286
- cts: 357000,
1285
+ decodingTimestamp: 348000,
1286
+ timestamp: 357000,
1287
1287
  duration: 3000,
1288
1288
  bigEndian: false,
1289
1289
  chunkSize: null,
@@ -1293,8 +1293,8 @@ exports.exampleVideoSamplePositions = [
1293
1293
  offset: 441748,
1294
1294
  size: 301,
1295
1295
  isKeyframe: false,
1296
- dts: 351000,
1297
- cts: 354000,
1296
+ decodingTimestamp: 351000,
1297
+ timestamp: 354000,
1298
1298
  duration: 3000,
1299
1299
  bigEndian: false,
1300
1300
  chunkSize: null,
@@ -1304,8 +1304,8 @@ exports.exampleVideoSamplePositions = [
1304
1304
  offset: 443742,
1305
1305
  size: 1223,
1306
1306
  isKeyframe: false,
1307
- dts: 354000,
1308
- cts: 363000,
1307
+ decodingTimestamp: 354000,
1308
+ timestamp: 363000,
1309
1309
  duration: 3000,
1310
1310
  bigEndian: false,
1311
1311
  chunkSize: null,
@@ -1315,8 +1315,8 @@ exports.exampleVideoSamplePositions = [
1315
1315
  offset: 445811,
1316
1316
  size: 560,
1317
1317
  isKeyframe: false,
1318
- dts: 357000,
1319
- cts: 360000,
1318
+ decodingTimestamp: 357000,
1319
+ timestamp: 360000,
1320
1320
  duration: 3000,
1321
1321
  bigEndian: false,
1322
1322
  chunkSize: null,
@@ -1328,8 +1328,8 @@ exports.exampleAudioSamplePositions = [
1328
1328
  offset: 18371,
1329
1329
  size: 846,
1330
1330
  isKeyframe: true,
1331
- dts: 0,
1332
- cts: 0,
1331
+ decodingTimestamp: 0,
1332
+ timestamp: 0,
1333
1333
  duration: 1024,
1334
1334
  bigEndian: false,
1335
1335
  chunkSize: null,
@@ -1339,8 +1339,8 @@ exports.exampleAudioSamplePositions = [
1339
1339
  offset: 19217,
1340
1340
  size: 846,
1341
1341
  isKeyframe: true,
1342
- dts: 1024,
1343
- cts: 1024,
1342
+ decodingTimestamp: 1024,
1343
+ timestamp: 1024,
1344
1344
  duration: 1024,
1345
1345
  bigEndian: false,
1346
1346
  chunkSize: null,
@@ -1350,8 +1350,8 @@ exports.exampleAudioSamplePositions = [
1350
1350
  offset: 20933,
1351
1351
  size: 847,
1352
1352
  isKeyframe: true,
1353
- dts: 2048,
1354
- cts: 2048,
1353
+ decodingTimestamp: 2048,
1354
+ timestamp: 2048,
1355
1355
  duration: 1024,
1356
1356
  bigEndian: false,
1357
1357
  chunkSize: null,
@@ -1361,8 +1361,8 @@ exports.exampleAudioSamplePositions = [
1361
1361
  offset: 21780,
1362
1362
  size: 846,
1363
1363
  isKeyframe: true,
1364
- dts: 3072,
1365
- cts: 3072,
1364
+ decodingTimestamp: 3072,
1365
+ timestamp: 3072,
1366
1366
  duration: 1024,
1367
1367
  bigEndian: false,
1368
1368
  chunkSize: null,
@@ -1372,8 +1372,8 @@ exports.exampleAudioSamplePositions = [
1372
1372
  offset: 23364,
1373
1373
  size: 846,
1374
1374
  isKeyframe: true,
1375
- dts: 4096,
1376
- cts: 4096,
1375
+ decodingTimestamp: 4096,
1376
+ timestamp: 4096,
1377
1377
  duration: 1024,
1378
1378
  bigEndian: false,
1379
1379
  chunkSize: null,
@@ -1383,8 +1383,8 @@ exports.exampleAudioSamplePositions = [
1383
1383
  offset: 27280,
1384
1384
  size: 847,
1385
1385
  isKeyframe: true,
1386
- dts: 5120,
1387
- cts: 5120,
1386
+ decodingTimestamp: 5120,
1387
+ timestamp: 5120,
1388
1388
  duration: 1024,
1389
1389
  bigEndian: false,
1390
1390
  chunkSize: null,
@@ -1394,8 +1394,8 @@ exports.exampleAudioSamplePositions = [
1394
1394
  offset: 28127,
1395
1395
  size: 846,
1396
1396
  isKeyframe: true,
1397
- dts: 6144,
1398
- cts: 6144,
1397
+ decodingTimestamp: 6144,
1398
+ timestamp: 6144,
1399
1399
  duration: 1024,
1400
1400
  bigEndian: false,
1401
1401
  chunkSize: null,
@@ -1405,8 +1405,8 @@ exports.exampleAudioSamplePositions = [
1405
1405
  offset: 29767,
1406
1406
  size: 846,
1407
1407
  isKeyframe: true,
1408
- dts: 7168,
1409
- cts: 7168,
1408
+ decodingTimestamp: 7168,
1409
+ timestamp: 7168,
1410
1410
  duration: 1024,
1411
1411
  bigEndian: false,
1412
1412
  chunkSize: null,
@@ -1416,8 +1416,8 @@ exports.exampleAudioSamplePositions = [
1416
1416
  offset: 33649,
1417
1417
  size: 847,
1418
1418
  isKeyframe: true,
1419
- dts: 8192,
1420
- cts: 8192,
1419
+ decodingTimestamp: 8192,
1420
+ timestamp: 8192,
1421
1421
  duration: 1024,
1422
1422
  bigEndian: false,
1423
1423
  chunkSize: null,
@@ -1427,8 +1427,8 @@ exports.exampleAudioSamplePositions = [
1427
1427
  offset: 34496,
1428
1428
  size: 846,
1429
1429
  isKeyframe: true,
1430
- dts: 9216,
1431
- cts: 9216,
1430
+ decodingTimestamp: 9216,
1431
+ timestamp: 9216,
1432
1432
  duration: 1024,
1433
1433
  bigEndian: false,
1434
1434
  chunkSize: null,
@@ -1438,8 +1438,8 @@ exports.exampleAudioSamplePositions = [
1438
1438
  offset: 36295,
1439
1439
  size: 846,
1440
1440
  isKeyframe: true,
1441
- dts: 10240,
1442
- cts: 10240,
1441
+ decodingTimestamp: 10240,
1442
+ timestamp: 10240,
1443
1443
  duration: 1024,
1444
1444
  bigEndian: false,
1445
1445
  chunkSize: null,
@@ -1449,8 +1449,8 @@ exports.exampleAudioSamplePositions = [
1449
1449
  offset: 37864,
1450
1450
  size: 847,
1451
1451
  isKeyframe: true,
1452
- dts: 11264,
1453
- cts: 11264,
1452
+ decodingTimestamp: 11264,
1453
+ timestamp: 11264,
1454
1454
  duration: 1024,
1455
1455
  bigEndian: false,
1456
1456
  chunkSize: null,
@@ -1460,8 +1460,8 @@ exports.exampleAudioSamplePositions = [
1460
1460
  offset: 38711,
1461
1461
  size: 846,
1462
1462
  isKeyframe: true,
1463
- dts: 12288,
1464
- cts: 12288,
1463
+ decodingTimestamp: 12288,
1464
+ timestamp: 12288,
1465
1465
  duration: 1024,
1466
1466
  bigEndian: false,
1467
1467
  chunkSize: null,
@@ -1471,8 +1471,8 @@ exports.exampleAudioSamplePositions = [
1471
1471
  offset: 43054,
1472
1472
  size: 846,
1473
1473
  isKeyframe: true,
1474
- dts: 13312,
1475
- cts: 13312,
1474
+ decodingTimestamp: 13312,
1475
+ timestamp: 13312,
1476
1476
  duration: 1024,
1477
1477
  bigEndian: false,
1478
1478
  chunkSize: null,
@@ -1482,8 +1482,8 @@ exports.exampleAudioSamplePositions = [
1482
1482
  offset: 43900,
1483
1483
  size: 847,
1484
1484
  isKeyframe: true,
1485
- dts: 14336,
1486
- cts: 14336,
1485
+ decodingTimestamp: 14336,
1486
+ timestamp: 14336,
1487
1487
  duration: 1024,
1488
1488
  bigEndian: false,
1489
1489
  chunkSize: null,
@@ -1493,8 +1493,8 @@ exports.exampleAudioSamplePositions = [
1493
1493
  offset: 45632,
1494
1494
  size: 846,
1495
1495
  isKeyframe: true,
1496
- dts: 15360,
1497
- cts: 15360,
1496
+ decodingTimestamp: 15360,
1497
+ timestamp: 15360,
1498
1498
  duration: 1024,
1499
1499
  bigEndian: false,
1500
1500
  chunkSize: null,
@@ -1504,8 +1504,8 @@ exports.exampleAudioSamplePositions = [
1504
1504
  offset: 49264,
1505
1505
  size: 846,
1506
1506
  isKeyframe: true,
1507
- dts: 16384,
1508
- cts: 16384,
1507
+ decodingTimestamp: 16384,
1508
+ timestamp: 16384,
1509
1509
  duration: 1024,
1510
1510
  bigEndian: false,
1511
1511
  chunkSize: null,
@@ -1515,8 +1515,8 @@ exports.exampleAudioSamplePositions = [
1515
1515
  offset: 50110,
1516
1516
  size: 847,
1517
1517
  isKeyframe: true,
1518
- dts: 17408,
1519
- cts: 17408,
1518
+ decodingTimestamp: 17408,
1519
+ timestamp: 17408,
1520
1520
  duration: 1024,
1521
1521
  bigEndian: false,
1522
1522
  chunkSize: null,
@@ -1526,8 +1526,8 @@ exports.exampleAudioSamplePositions = [
1526
1526
  offset: 56542,
1527
1527
  size: 846,
1528
1528
  isKeyframe: true,
1529
- dts: 18432,
1530
- cts: 18432,
1529
+ decodingTimestamp: 18432,
1530
+ timestamp: 18432,
1531
1531
  duration: 1024,
1532
1532
  bigEndian: false,
1533
1533
  chunkSize: null,
@@ -1537,8 +1537,8 @@ exports.exampleAudioSamplePositions = [
1537
1537
  offset: 60340,
1538
1538
  size: 846,
1539
1539
  isKeyframe: true,
1540
- dts: 19456,
1541
- cts: 19456,
1540
+ decodingTimestamp: 19456,
1541
+ timestamp: 19456,
1542
1542
  duration: 1024,
1543
1543
  bigEndian: false,
1544
1544
  chunkSize: null,
@@ -1548,8 +1548,8 @@ exports.exampleAudioSamplePositions = [
1548
1548
  offset: 61186,
1549
1549
  size: 847,
1550
1550
  isKeyframe: true,
1551
- dts: 20480,
1552
- cts: 20480,
1551
+ decodingTimestamp: 20480,
1552
+ timestamp: 20480,
1553
1553
  duration: 1024,
1554
1554
  bigEndian: false,
1555
1555
  chunkSize: null,
@@ -1559,8 +1559,8 @@ exports.exampleAudioSamplePositions = [
1559
1559
  offset: 63471,
1560
1560
  size: 846,
1561
1561
  isKeyframe: true,
1562
- dts: 21504,
1563
- cts: 21504,
1562
+ decodingTimestamp: 21504,
1563
+ timestamp: 21504,
1564
1564
  duration: 1024,
1565
1565
  bigEndian: false,
1566
1566
  chunkSize: null,
@@ -1570,8 +1570,8 @@ exports.exampleAudioSamplePositions = [
1570
1570
  offset: 66884,
1571
1571
  size: 846,
1572
1572
  isKeyframe: true,
1573
- dts: 22528,
1574
- cts: 22528,
1573
+ decodingTimestamp: 22528,
1574
+ timestamp: 22528,
1575
1575
  duration: 1024,
1576
1576
  bigEndian: false,
1577
1577
  chunkSize: null,
@@ -1581,8 +1581,8 @@ exports.exampleAudioSamplePositions = [
1581
1581
  offset: 67730,
1582
1582
  size: 847,
1583
1583
  isKeyframe: true,
1584
- dts: 23552,
1585
- cts: 23552,
1584
+ decodingTimestamp: 23552,
1585
+ timestamp: 23552,
1586
1586
  duration: 1024,
1587
1587
  bigEndian: false,
1588
1588
  chunkSize: null,
@@ -1592,8 +1592,8 @@ exports.exampleAudioSamplePositions = [
1592
1592
  offset: 72064,
1593
1593
  size: 846,
1594
1594
  isKeyframe: true,
1595
- dts: 24576,
1596
- cts: 24576,
1595
+ decodingTimestamp: 24576,
1596
+ timestamp: 24576,
1597
1597
  duration: 1024,
1598
1598
  bigEndian: false,
1599
1599
  chunkSize: null,
@@ -1603,8 +1603,8 @@ exports.exampleAudioSamplePositions = [
1603
1603
  offset: 75599,
1604
1604
  size: 846,
1605
1605
  isKeyframe: true,
1606
- dts: 25600,
1607
- cts: 25600,
1606
+ decodingTimestamp: 25600,
1607
+ timestamp: 25600,
1608
1608
  duration: 1024,
1609
1609
  bigEndian: false,
1610
1610
  chunkSize: null,
@@ -1614,8 +1614,8 @@ exports.exampleAudioSamplePositions = [
1614
1614
  offset: 76445,
1615
1615
  size: 847,
1616
1616
  isKeyframe: true,
1617
- dts: 26624,
1618
- cts: 26624,
1617
+ decodingTimestamp: 26624,
1618
+ timestamp: 26624,
1619
1619
  duration: 1024,
1620
1620
  bigEndian: false,
1621
1621
  chunkSize: null,
@@ -1625,8 +1625,8 @@ exports.exampleAudioSamplePositions = [
1625
1625
  offset: 79071,
1626
1626
  size: 846,
1627
1627
  isKeyframe: true,
1628
- dts: 27648,
1629
- cts: 27648,
1628
+ decodingTimestamp: 27648,
1629
+ timestamp: 27648,
1630
1630
  duration: 1024,
1631
1631
  bigEndian: false,
1632
1632
  chunkSize: null,
@@ -1636,8 +1636,8 @@ exports.exampleAudioSamplePositions = [
1636
1636
  offset: 79917,
1637
1637
  size: 846,
1638
1638
  isKeyframe: true,
1639
- dts: 28672,
1640
- cts: 28672,
1639
+ decodingTimestamp: 28672,
1640
+ timestamp: 28672,
1641
1641
  duration: 1024,
1642
1642
  bigEndian: false,
1643
1643
  chunkSize: null,
@@ -1647,8 +1647,8 @@ exports.exampleAudioSamplePositions = [
1647
1647
  offset: 94703,
1648
1648
  size: 847,
1649
1649
  isKeyframe: true,
1650
- dts: 29696,
1651
- cts: 29696,
1650
+ decodingTimestamp: 29696,
1651
+ timestamp: 29696,
1652
1652
  duration: 1024,
1653
1653
  bigEndian: false,
1654
1654
  chunkSize: null,
@@ -1658,8 +1658,8 @@ exports.exampleAudioSamplePositions = [
1658
1658
  offset: 99422,
1659
1659
  size: 846,
1660
1660
  isKeyframe: true,
1661
- dts: 30720,
1662
- cts: 30720,
1661
+ decodingTimestamp: 30720,
1662
+ timestamp: 30720,
1663
1663
  duration: 1024,
1664
1664
  bigEndian: false,
1665
1665
  chunkSize: null,
@@ -1669,8 +1669,8 @@ exports.exampleAudioSamplePositions = [
1669
1669
  offset: 100268,
1670
1670
  size: 846,
1671
1671
  isKeyframe: true,
1672
- dts: 31744,
1673
- cts: 31744,
1672
+ decodingTimestamp: 31744,
1673
+ timestamp: 31744,
1674
1674
  duration: 1024,
1675
1675
  bigEndian: false,
1676
1676
  chunkSize: null,
@@ -1680,8 +1680,8 @@ exports.exampleAudioSamplePositions = [
1680
1680
  offset: 102598,
1681
1681
  size: 846,
1682
1682
  isKeyframe: true,
1683
- dts: 32768,
1684
- cts: 32768,
1683
+ decodingTimestamp: 32768,
1684
+ timestamp: 32768,
1685
1685
  duration: 1024,
1686
1686
  bigEndian: false,
1687
1687
  chunkSize: null,
@@ -1691,8 +1691,8 @@ exports.exampleAudioSamplePositions = [
1691
1691
  offset: 107431,
1692
1692
  size: 846,
1693
1693
  isKeyframe: true,
1694
- dts: 33792,
1695
- cts: 33792,
1694
+ decodingTimestamp: 33792,
1695
+ timestamp: 33792,
1696
1696
  duration: 1024,
1697
1697
  bigEndian: false,
1698
1698
  chunkSize: null,
@@ -1702,8 +1702,8 @@ exports.exampleAudioSamplePositions = [
1702
1702
  offset: 108277,
1703
1703
  size: 847,
1704
1704
  isKeyframe: true,
1705
- dts: 34816,
1706
- cts: 34816,
1705
+ decodingTimestamp: 34816,
1706
+ timestamp: 34816,
1707
1707
  duration: 1024,
1708
1708
  bigEndian: false,
1709
1709
  chunkSize: null,
@@ -1713,8 +1713,8 @@ exports.exampleAudioSamplePositions = [
1713
1713
  offset: 110913,
1714
1714
  size: 846,
1715
1715
  isKeyframe: true,
1716
- dts: 35840,
1717
- cts: 35840,
1716
+ decodingTimestamp: 35840,
1717
+ timestamp: 35840,
1718
1718
  duration: 1024,
1719
1719
  bigEndian: false,
1720
1720
  chunkSize: null,
@@ -1724,8 +1724,8 @@ exports.exampleAudioSamplePositions = [
1724
1724
  offset: 115631,
1725
1725
  size: 846,
1726
1726
  isKeyframe: true,
1727
- dts: 36864,
1728
- cts: 36864,
1727
+ decodingTimestamp: 36864,
1728
+ timestamp: 36864,
1729
1729
  duration: 1024,
1730
1730
  bigEndian: false,
1731
1731
  chunkSize: null,
@@ -1735,8 +1735,8 @@ exports.exampleAudioSamplePositions = [
1735
1735
  offset: 116477,
1736
1736
  size: 847,
1737
1737
  isKeyframe: true,
1738
- dts: 37888,
1739
- cts: 37888,
1738
+ decodingTimestamp: 37888,
1739
+ timestamp: 37888,
1740
1740
  duration: 1024,
1741
1741
  bigEndian: false,
1742
1742
  chunkSize: null,
@@ -1746,8 +1746,8 @@ exports.exampleAudioSamplePositions = [
1746
1746
  offset: 120845,
1747
1747
  size: 846,
1748
1748
  isKeyframe: true,
1749
- dts: 38912,
1750
- cts: 38912,
1749
+ decodingTimestamp: 38912,
1750
+ timestamp: 38912,
1751
1751
  duration: 1024,
1752
1752
  bigEndian: false,
1753
1753
  chunkSize: null,
@@ -1757,8 +1757,8 @@ exports.exampleAudioSamplePositions = [
1757
1757
  offset: 121691,
1758
1758
  size: 846,
1759
1759
  isKeyframe: true,
1760
- dts: 39936,
1761
- cts: 39936,
1760
+ decodingTimestamp: 39936,
1761
+ timestamp: 39936,
1762
1762
  duration: 1024,
1763
1763
  bigEndian: false,
1764
1764
  chunkSize: null,
@@ -1768,8 +1768,8 @@ exports.exampleAudioSamplePositions = [
1768
1768
  offset: 126236,
1769
1769
  size: 847,
1770
1770
  isKeyframe: true,
1771
- dts: 40960,
1772
- cts: 40960,
1771
+ decodingTimestamp: 40960,
1772
+ timestamp: 40960,
1773
1773
  duration: 1024,
1774
1774
  bigEndian: false,
1775
1775
  chunkSize: null,
@@ -1779,8 +1779,8 @@ exports.exampleAudioSamplePositions = [
1779
1779
  offset: 130895,
1780
1780
  size: 846,
1781
1781
  isKeyframe: true,
1782
- dts: 41984,
1783
- cts: 41984,
1782
+ decodingTimestamp: 41984,
1783
+ timestamp: 41984,
1784
1784
  duration: 1024,
1785
1785
  bigEndian: false,
1786
1786
  chunkSize: null,
@@ -1790,8 +1790,8 @@ exports.exampleAudioSamplePositions = [
1790
1790
  offset: 131741,
1791
1791
  size: 846,
1792
1792
  isKeyframe: true,
1793
- dts: 43008,
1794
- cts: 43008,
1793
+ decodingTimestamp: 43008,
1794
+ timestamp: 43008,
1795
1795
  duration: 1024,
1796
1796
  bigEndian: false,
1797
1797
  chunkSize: null,
@@ -1801,8 +1801,8 @@ exports.exampleAudioSamplePositions = [
1801
1801
  offset: 134047,
1802
1802
  size: 847,
1803
1803
  isKeyframe: true,
1804
- dts: 44032,
1805
- cts: 44032,
1804
+ decodingTimestamp: 44032,
1805
+ timestamp: 44032,
1806
1806
  duration: 1024,
1807
1807
  bigEndian: false,
1808
1808
  chunkSize: null,
@@ -1812,8 +1812,8 @@ exports.exampleAudioSamplePositions = [
1812
1812
  offset: 139397,
1813
1813
  size: 846,
1814
1814
  isKeyframe: true,
1815
- dts: 45056,
1816
- cts: 45056,
1815
+ decodingTimestamp: 45056,
1816
+ timestamp: 45056,
1817
1817
  duration: 1024,
1818
1818
  bigEndian: false,
1819
1819
  chunkSize: null,
@@ -1823,8 +1823,8 @@ exports.exampleAudioSamplePositions = [
1823
1823
  offset: 140243,
1824
1824
  size: 846,
1825
1825
  isKeyframe: true,
1826
- dts: 46080,
1827
- cts: 46080,
1826
+ decodingTimestamp: 46080,
1827
+ timestamp: 46080,
1828
1828
  duration: 1024,
1829
1829
  bigEndian: false,
1830
1830
  chunkSize: null,
@@ -1834,8 +1834,8 @@ exports.exampleAudioSamplePositions = [
1834
1834
  offset: 142927,
1835
1835
  size: 847,
1836
1836
  isKeyframe: true,
1837
- dts: 47104,
1838
- cts: 47104,
1837
+ decodingTimestamp: 47104,
1838
+ timestamp: 47104,
1839
1839
  duration: 1024,
1840
1840
  bigEndian: false,
1841
1841
  chunkSize: null,
@@ -1845,8 +1845,8 @@ exports.exampleAudioSamplePositions = [
1845
1845
  offset: 145038,
1846
1846
  size: 846,
1847
1847
  isKeyframe: true,
1848
- dts: 48128,
1849
- cts: 48128,
1848
+ decodingTimestamp: 48128,
1849
+ timestamp: 48128,
1850
1850
  duration: 1024,
1851
1851
  bigEndian: false,
1852
1852
  chunkSize: null,
@@ -1856,8 +1856,8 @@ exports.exampleAudioSamplePositions = [
1856
1856
  offset: 145884,
1857
1857
  size: 846,
1858
1858
  isKeyframe: true,
1859
- dts: 49152,
1860
- cts: 49152,
1859
+ decodingTimestamp: 49152,
1860
+ timestamp: 49152,
1861
1861
  duration: 1024,
1862
1862
  bigEndian: false,
1863
1863
  chunkSize: null,
@@ -1867,8 +1867,8 @@ exports.exampleAudioSamplePositions = [
1867
1867
  offset: 147930,
1868
1868
  size: 847,
1869
1869
  isKeyframe: true,
1870
- dts: 50176,
1871
- cts: 50176,
1870
+ decodingTimestamp: 50176,
1871
+ timestamp: 50176,
1872
1872
  duration: 1024,
1873
1873
  bigEndian: false,
1874
1874
  chunkSize: null,
@@ -1878,8 +1878,8 @@ exports.exampleAudioSamplePositions = [
1878
1878
  offset: 152173,
1879
1879
  size: 846,
1880
1880
  isKeyframe: true,
1881
- dts: 51200,
1882
- cts: 51200,
1881
+ decodingTimestamp: 51200,
1882
+ timestamp: 51200,
1883
1883
  duration: 1024,
1884
1884
  bigEndian: false,
1885
1885
  chunkSize: null,
@@ -1889,8 +1889,8 @@ exports.exampleAudioSamplePositions = [
1889
1889
  offset: 153019,
1890
1890
  size: 846,
1891
1891
  isKeyframe: true,
1892
- dts: 52224,
1893
- cts: 52224,
1892
+ decodingTimestamp: 52224,
1893
+ timestamp: 52224,
1894
1894
  duration: 1024,
1895
1895
  bigEndian: false,
1896
1896
  chunkSize: null,
@@ -1900,8 +1900,8 @@ exports.exampleAudioSamplePositions = [
1900
1900
  offset: 156195,
1901
1901
  size: 847,
1902
1902
  isKeyframe: true,
1903
- dts: 53248,
1904
- cts: 53248,
1903
+ decodingTimestamp: 53248,
1904
+ timestamp: 53248,
1905
1905
  duration: 1024,
1906
1906
  bigEndian: false,
1907
1907
  chunkSize: null,
@@ -1911,8 +1911,8 @@ exports.exampleAudioSamplePositions = [
1911
1911
  offset: 157042,
1912
1912
  size: 846,
1913
1913
  isKeyframe: true,
1914
- dts: 54272,
1915
- cts: 54272,
1914
+ decodingTimestamp: 54272,
1915
+ timestamp: 54272,
1916
1916
  duration: 1024,
1917
1917
  bigEndian: false,
1918
1918
  chunkSize: null,
@@ -1922,8 +1922,8 @@ exports.exampleAudioSamplePositions = [
1922
1922
  offset: 158982,
1923
1923
  size: 846,
1924
1924
  isKeyframe: true,
1925
- dts: 55296,
1926
- cts: 55296,
1925
+ decodingTimestamp: 55296,
1926
+ timestamp: 55296,
1927
1927
  duration: 1024,
1928
1928
  bigEndian: false,
1929
1929
  chunkSize: null,
@@ -1933,8 +1933,8 @@ exports.exampleAudioSamplePositions = [
1933
1933
  offset: 161027,
1934
1934
  size: 847,
1935
1935
  isKeyframe: true,
1936
- dts: 56320,
1937
- cts: 56320,
1936
+ decodingTimestamp: 56320,
1937
+ timestamp: 56320,
1938
1938
  duration: 1024,
1939
1939
  bigEndian: false,
1940
1940
  chunkSize: null,
@@ -1944,8 +1944,8 @@ exports.exampleAudioSamplePositions = [
1944
1944
  offset: 161874,
1945
1945
  size: 846,
1946
1946
  isKeyframe: true,
1947
- dts: 57344,
1948
- cts: 57344,
1947
+ decodingTimestamp: 57344,
1948
+ timestamp: 57344,
1949
1949
  duration: 1024,
1950
1950
  bigEndian: false,
1951
1951
  chunkSize: null,
@@ -1955,8 +1955,8 @@ exports.exampleAudioSamplePositions = [
1955
1955
  offset: 164584,
1956
1956
  size: 846,
1957
1957
  isKeyframe: true,
1958
- dts: 58368,
1959
- cts: 58368,
1958
+ decodingTimestamp: 58368,
1959
+ timestamp: 58368,
1960
1960
  duration: 1024,
1961
1961
  bigEndian: false,
1962
1962
  chunkSize: null,
@@ -1966,8 +1966,8 @@ exports.exampleAudioSamplePositions = [
1966
1966
  offset: 166334,
1967
1967
  size: 847,
1968
1968
  isKeyframe: true,
1969
- dts: 59392,
1970
- cts: 59392,
1969
+ decodingTimestamp: 59392,
1970
+ timestamp: 59392,
1971
1971
  duration: 1024,
1972
1972
  bigEndian: false,
1973
1973
  chunkSize: null,
@@ -1977,8 +1977,8 @@ exports.exampleAudioSamplePositions = [
1977
1977
  offset: 167181,
1978
1978
  size: 846,
1979
1979
  isKeyframe: true,
1980
- dts: 60416,
1981
- cts: 60416,
1980
+ decodingTimestamp: 60416,
1981
+ timestamp: 60416,
1982
1982
  duration: 1024,
1983
1983
  bigEndian: false,
1984
1984
  chunkSize: null,
@@ -1988,8 +1988,8 @@ exports.exampleAudioSamplePositions = [
1988
1988
  offset: 183644,
1989
1989
  size: 846,
1990
1990
  isKeyframe: true,
1991
- dts: 61440,
1992
- cts: 61440,
1991
+ decodingTimestamp: 61440,
1992
+ timestamp: 61440,
1993
1993
  duration: 1024,
1994
1994
  bigEndian: false,
1995
1995
  chunkSize: null,
@@ -1999,8 +1999,8 @@ exports.exampleAudioSamplePositions = [
1999
1999
  offset: 189240,
2000
2000
  size: 847,
2001
2001
  isKeyframe: true,
2002
- dts: 62464,
2003
- cts: 62464,
2002
+ decodingTimestamp: 62464,
2003
+ timestamp: 62464,
2004
2004
  duration: 1024,
2005
2005
  bigEndian: false,
2006
2006
  chunkSize: null,
@@ -2010,8 +2010,8 @@ exports.exampleAudioSamplePositions = [
2010
2010
  offset: 190087,
2011
2011
  size: 846,
2012
2012
  isKeyframe: true,
2013
- dts: 63488,
2014
- cts: 63488,
2013
+ decodingTimestamp: 63488,
2014
+ timestamp: 63488,
2015
2015
  duration: 1024,
2016
2016
  bigEndian: false,
2017
2017
  chunkSize: null,
@@ -2021,8 +2021,8 @@ exports.exampleAudioSamplePositions = [
2021
2021
  offset: 192039,
2022
2022
  size: 846,
2023
2023
  isKeyframe: true,
2024
- dts: 64512,
2025
- cts: 64512,
2024
+ decodingTimestamp: 64512,
2025
+ timestamp: 64512,
2026
2026
  duration: 1024,
2027
2027
  bigEndian: false,
2028
2028
  chunkSize: null,
@@ -2032,8 +2032,8 @@ exports.exampleAudioSamplePositions = [
2032
2032
  offset: 192885,
2033
2033
  size: 846,
2034
2034
  isKeyframe: true,
2035
- dts: 65536,
2036
- cts: 65536,
2035
+ decodingTimestamp: 65536,
2036
+ timestamp: 65536,
2037
2037
  duration: 1024,
2038
2038
  bigEndian: false,
2039
2039
  chunkSize: null,
@@ -2043,8 +2043,8 @@ exports.exampleAudioSamplePositions = [
2043
2043
  offset: 196197,
2044
2044
  size: 846,
2045
2045
  isKeyframe: true,
2046
- dts: 66560,
2047
- cts: 66560,
2046
+ decodingTimestamp: 66560,
2047
+ timestamp: 66560,
2048
2048
  duration: 1024,
2049
2049
  bigEndian: false,
2050
2050
  chunkSize: null,
@@ -2054,8 +2054,8 @@ exports.exampleAudioSamplePositions = [
2054
2054
  offset: 200022,
2055
2055
  size: 847,
2056
2056
  isKeyframe: true,
2057
- dts: 67584,
2058
- cts: 67584,
2057
+ decodingTimestamp: 67584,
2058
+ timestamp: 67584,
2059
2059
  duration: 1024,
2060
2060
  bigEndian: false,
2061
2061
  chunkSize: null,
@@ -2065,8 +2065,8 @@ exports.exampleAudioSamplePositions = [
2065
2065
  offset: 200869,
2066
2066
  size: 846,
2067
2067
  isKeyframe: true,
2068
- dts: 68608,
2069
- cts: 68608,
2068
+ decodingTimestamp: 68608,
2069
+ timestamp: 68608,
2070
2070
  duration: 1024,
2071
2071
  bigEndian: false,
2072
2072
  chunkSize: null,
@@ -2076,8 +2076,8 @@ exports.exampleAudioSamplePositions = [
2076
2076
  offset: 207325,
2077
2077
  size: 846,
2078
2078
  isKeyframe: true,
2079
- dts: 69632,
2080
- cts: 69632,
2079
+ decodingTimestamp: 69632,
2080
+ timestamp: 69632,
2081
2081
  duration: 1024,
2082
2082
  bigEndian: false,
2083
2083
  chunkSize: null,
@@ -2087,8 +2087,8 @@ exports.exampleAudioSamplePositions = [
2087
2087
  offset: 210200,
2088
2088
  size: 847,
2089
2089
  isKeyframe: true,
2090
- dts: 70656,
2091
- cts: 70656,
2090
+ decodingTimestamp: 70656,
2091
+ timestamp: 70656,
2092
2092
  duration: 1024,
2093
2093
  bigEndian: false,
2094
2094
  chunkSize: null,
@@ -2098,8 +2098,8 @@ exports.exampleAudioSamplePositions = [
2098
2098
  offset: 211047,
2099
2099
  size: 846,
2100
2100
  isKeyframe: true,
2101
- dts: 71680,
2102
- cts: 71680,
2101
+ decodingTimestamp: 71680,
2102
+ timestamp: 71680,
2103
2103
  duration: 1024,
2104
2104
  bigEndian: false,
2105
2105
  chunkSize: null,
@@ -2109,8 +2109,8 @@ exports.exampleAudioSamplePositions = [
2109
2109
  offset: 212650,
2110
2110
  size: 846,
2111
2111
  isKeyframe: true,
2112
- dts: 72704,
2113
- cts: 72704,
2112
+ decodingTimestamp: 72704,
2113
+ timestamp: 72704,
2114
2114
  duration: 1024,
2115
2115
  bigEndian: false,
2116
2116
  chunkSize: null,
@@ -2120,8 +2120,8 @@ exports.exampleAudioSamplePositions = [
2120
2120
  offset: 214340,
2121
2121
  size: 847,
2122
2122
  isKeyframe: true,
2123
- dts: 73728,
2124
- cts: 73728,
2123
+ decodingTimestamp: 73728,
2124
+ timestamp: 73728,
2125
2125
  duration: 1024,
2126
2126
  bigEndian: false,
2127
2127
  chunkSize: null,
@@ -2131,8 +2131,8 @@ exports.exampleAudioSamplePositions = [
2131
2131
  offset: 215187,
2132
2132
  size: 846,
2133
2133
  isKeyframe: true,
2134
- dts: 74752,
2135
- cts: 74752,
2134
+ decodingTimestamp: 74752,
2135
+ timestamp: 74752,
2136
2136
  duration: 1024,
2137
2137
  bigEndian: false,
2138
2138
  chunkSize: null,
@@ -2142,8 +2142,8 @@ exports.exampleAudioSamplePositions = [
2142
2142
  offset: 221199,
2143
2143
  size: 846,
2144
2144
  isKeyframe: true,
2145
- dts: 75776,
2146
- cts: 75776,
2145
+ decodingTimestamp: 75776,
2146
+ timestamp: 75776,
2147
2147
  duration: 1024,
2148
2148
  bigEndian: false,
2149
2149
  chunkSize: null,
@@ -2153,8 +2153,8 @@ exports.exampleAudioSamplePositions = [
2153
2153
  offset: 223441,
2154
2154
  size: 847,
2155
2155
  isKeyframe: true,
2156
- dts: 76800,
2157
- cts: 76800,
2156
+ decodingTimestamp: 76800,
2157
+ timestamp: 76800,
2158
2158
  duration: 1024,
2159
2159
  bigEndian: false,
2160
2160
  chunkSize: null,
@@ -2164,8 +2164,8 @@ exports.exampleAudioSamplePositions = [
2164
2164
  offset: 224288,
2165
2165
  size: 846,
2166
2166
  isKeyframe: true,
2167
- dts: 77824,
2168
- cts: 77824,
2167
+ decodingTimestamp: 77824,
2168
+ timestamp: 77824,
2169
2169
  duration: 1024,
2170
2170
  bigEndian: false,
2171
2171
  chunkSize: null,
@@ -2175,8 +2175,8 @@ exports.exampleAudioSamplePositions = [
2175
2175
  offset: 225951,
2176
2176
  size: 846,
2177
2177
  isKeyframe: true,
2178
- dts: 78848,
2179
- cts: 78848,
2178
+ decodingTimestamp: 78848,
2179
+ timestamp: 78848,
2180
2180
  duration: 1024,
2181
2181
  bigEndian: false,
2182
2182
  chunkSize: null,
@@ -2186,8 +2186,8 @@ exports.exampleAudioSamplePositions = [
2186
2186
  offset: 226797,
2187
2187
  size: 847,
2188
2188
  isKeyframe: true,
2189
- dts: 79872,
2190
- cts: 79872,
2189
+ decodingTimestamp: 79872,
2190
+ timestamp: 79872,
2191
2191
  duration: 1024,
2192
2192
  bigEndian: false,
2193
2193
  chunkSize: null,
@@ -2197,8 +2197,8 @@ exports.exampleAudioSamplePositions = [
2197
2197
  offset: 228784,
2198
2198
  size: 846,
2199
2199
  isKeyframe: true,
2200
- dts: 80896,
2201
- cts: 80896,
2200
+ decodingTimestamp: 80896,
2201
+ timestamp: 80896,
2202
2202
  duration: 1024,
2203
2203
  bigEndian: false,
2204
2204
  chunkSize: null,
@@ -2208,8 +2208,8 @@ exports.exampleAudioSamplePositions = [
2208
2208
  offset: 232053,
2209
2209
  size: 846,
2210
2210
  isKeyframe: true,
2211
- dts: 81920,
2212
- cts: 81920,
2211
+ decodingTimestamp: 81920,
2212
+ timestamp: 81920,
2213
2213
  duration: 1024,
2214
2214
  bigEndian: false,
2215
2215
  chunkSize: null,
@@ -2219,8 +2219,8 @@ exports.exampleAudioSamplePositions = [
2219
2219
  offset: 232899,
2220
2220
  size: 847,
2221
2221
  isKeyframe: true,
2222
- dts: 82944,
2223
- cts: 82944,
2222
+ decodingTimestamp: 82944,
2223
+ timestamp: 82944,
2224
2224
  duration: 1024,
2225
2225
  bigEndian: false,
2226
2226
  chunkSize: null,
@@ -2230,8 +2230,8 @@ exports.exampleAudioSamplePositions = [
2230
2230
  offset: 236103,
2231
2231
  size: 846,
2232
2232
  isKeyframe: true,
2233
- dts: 83968,
2234
- cts: 83968,
2233
+ decodingTimestamp: 83968,
2234
+ timestamp: 83968,
2235
2235
  duration: 1024,
2236
2236
  bigEndian: false,
2237
2237
  chunkSize: null,
@@ -2241,8 +2241,8 @@ exports.exampleAudioSamplePositions = [
2241
2241
  offset: 240130,
2242
2242
  size: 846,
2243
2243
  isKeyframe: true,
2244
- dts: 84992,
2245
- cts: 84992,
2244
+ decodingTimestamp: 84992,
2245
+ timestamp: 84992,
2246
2246
  duration: 1024,
2247
2247
  bigEndian: false,
2248
2248
  chunkSize: null,
@@ -2252,8 +2252,8 @@ exports.exampleAudioSamplePositions = [
2252
2252
  offset: 240976,
2253
2253
  size: 847,
2254
2254
  isKeyframe: true,
2255
- dts: 86016,
2256
- cts: 86016,
2255
+ decodingTimestamp: 86016,
2256
+ timestamp: 86016,
2257
2257
  duration: 1024,
2258
2258
  bigEndian: false,
2259
2259
  chunkSize: null,
@@ -2263,8 +2263,8 @@ exports.exampleAudioSamplePositions = [
2263
2263
  offset: 242911,
2264
2264
  size: 846,
2265
2265
  isKeyframe: true,
2266
- dts: 87040,
2267
- cts: 87040,
2266
+ decodingTimestamp: 87040,
2267
+ timestamp: 87040,
2268
2268
  duration: 1024,
2269
2269
  bigEndian: false,
2270
2270
  chunkSize: null,
@@ -2274,8 +2274,8 @@ exports.exampleAudioSamplePositions = [
2274
2274
  offset: 244697,
2275
2275
  size: 846,
2276
2276
  isKeyframe: true,
2277
- dts: 88064,
2278
- cts: 88064,
2277
+ decodingTimestamp: 88064,
2278
+ timestamp: 88064,
2279
2279
  duration: 1024,
2280
2280
  bigEndian: false,
2281
2281
  chunkSize: null,
@@ -2285,8 +2285,8 @@ exports.exampleAudioSamplePositions = [
2285
2285
  offset: 245543,
2286
2286
  size: 847,
2287
2287
  isKeyframe: true,
2288
- dts: 89088,
2289
- cts: 89088,
2288
+ decodingTimestamp: 89088,
2289
+ timestamp: 89088,
2290
2290
  duration: 1024,
2291
2291
  bigEndian: false,
2292
2292
  chunkSize: null,
@@ -2296,8 +2296,8 @@ exports.exampleAudioSamplePositions = [
2296
2296
  offset: 248287,
2297
2297
  size: 846,
2298
2298
  isKeyframe: true,
2299
- dts: 90112,
2300
- cts: 90112,
2299
+ decodingTimestamp: 90112,
2300
+ timestamp: 90112,
2301
2301
  duration: 1024,
2302
2302
  bigEndian: false,
2303
2303
  chunkSize: null,
@@ -2307,8 +2307,8 @@ exports.exampleAudioSamplePositions = [
2307
2307
  offset: 249133,
2308
2308
  size: 846,
2309
2309
  isKeyframe: true,
2310
- dts: 91136,
2311
- cts: 91136,
2310
+ decodingTimestamp: 91136,
2311
+ timestamp: 91136,
2312
2312
  duration: 1024,
2313
2313
  bigEndian: false,
2314
2314
  chunkSize: null,
@@ -2318,8 +2318,8 @@ exports.exampleAudioSamplePositions = [
2318
2318
  offset: 250975,
2319
2319
  size: 847,
2320
2320
  isKeyframe: true,
2321
- dts: 92160,
2322
- cts: 92160,
2321
+ decodingTimestamp: 92160,
2322
+ timestamp: 92160,
2323
2323
  duration: 1024,
2324
2324
  bigEndian: false,
2325
2325
  chunkSize: null,
@@ -2329,8 +2329,8 @@ exports.exampleAudioSamplePositions = [
2329
2329
  offset: 271194,
2330
2330
  size: 846,
2331
2331
  isKeyframe: true,
2332
- dts: 93184,
2333
- cts: 93184,
2332
+ decodingTimestamp: 93184,
2333
+ timestamp: 93184,
2334
2334
  duration: 1024,
2335
2335
  bigEndian: false,
2336
2336
  chunkSize: null,
@@ -2340,8 +2340,8 @@ exports.exampleAudioSamplePositions = [
2340
2340
  offset: 272040,
2341
2341
  size: 846,
2342
2342
  isKeyframe: true,
2343
- dts: 94208,
2344
- cts: 94208,
2343
+ decodingTimestamp: 94208,
2344
+ timestamp: 94208,
2345
2345
  duration: 1024,
2346
2346
  bigEndian: false,
2347
2347
  chunkSize: null,
@@ -2351,8 +2351,8 @@ exports.exampleAudioSamplePositions = [
2351
2351
  offset: 275759,
2352
2352
  size: 847,
2353
2353
  isKeyframe: true,
2354
- dts: 95232,
2355
- cts: 95232,
2354
+ decodingTimestamp: 95232,
2355
+ timestamp: 95232,
2356
2356
  duration: 1024,
2357
2357
  bigEndian: false,
2358
2358
  chunkSize: null,
@@ -2362,8 +2362,8 @@ exports.exampleAudioSamplePositions = [
2362
2362
  offset: 277600,
2363
2363
  size: 846,
2364
2364
  isKeyframe: true,
2365
- dts: 96256,
2366
- cts: 96256,
2365
+ decodingTimestamp: 96256,
2366
+ timestamp: 96256,
2367
2367
  duration: 1024,
2368
2368
  bigEndian: false,
2369
2369
  chunkSize: null,
@@ -2373,8 +2373,8 @@ exports.exampleAudioSamplePositions = [
2373
2373
  offset: 278446,
2374
2374
  size: 846,
2375
2375
  isKeyframe: true,
2376
- dts: 97280,
2377
- cts: 97280,
2376
+ decodingTimestamp: 97280,
2377
+ timestamp: 97280,
2378
2378
  duration: 1024,
2379
2379
  bigEndian: false,
2380
2380
  chunkSize: null,
@@ -2384,8 +2384,8 @@ exports.exampleAudioSamplePositions = [
2384
2384
  offset: 281459,
2385
2385
  size: 846,
2386
2386
  isKeyframe: true,
2387
- dts: 98304,
2388
- cts: 98304,
2387
+ decodingTimestamp: 98304,
2388
+ timestamp: 98304,
2389
2389
  duration: 1024,
2390
2390
  bigEndian: false,
2391
2391
  chunkSize: null,
@@ -2395,8 +2395,8 @@ exports.exampleAudioSamplePositions = [
2395
2395
  offset: 284684,
2396
2396
  size: 847,
2397
2397
  isKeyframe: true,
2398
- dts: 99328,
2399
- cts: 99328,
2398
+ decodingTimestamp: 99328,
2399
+ timestamp: 99328,
2400
2400
  duration: 1024,
2401
2401
  bigEndian: false,
2402
2402
  chunkSize: null,
@@ -2406,8 +2406,8 @@ exports.exampleAudioSamplePositions = [
2406
2406
  offset: 285531,
2407
2407
  size: 846,
2408
2408
  isKeyframe: true,
2409
- dts: 100352,
2410
- cts: 100352,
2409
+ decodingTimestamp: 100352,
2410
+ timestamp: 100352,
2411
2411
  duration: 1024,
2412
2412
  bigEndian: false,
2413
2413
  chunkSize: null,
@@ -2417,8 +2417,8 @@ exports.exampleAudioSamplePositions = [
2417
2417
  offset: 287254,
2418
2418
  size: 846,
2419
2419
  isKeyframe: true,
2420
- dts: 101376,
2421
- cts: 101376,
2420
+ decodingTimestamp: 101376,
2421
+ timestamp: 101376,
2422
2422
  duration: 1024,
2423
2423
  bigEndian: false,
2424
2424
  chunkSize: null,
@@ -2428,8 +2428,8 @@ exports.exampleAudioSamplePositions = [
2428
2428
  offset: 288768,
2429
2429
  size: 847,
2430
2430
  isKeyframe: true,
2431
- dts: 102400,
2432
- cts: 102400,
2431
+ decodingTimestamp: 102400,
2432
+ timestamp: 102400,
2433
2433
  duration: 1024,
2434
2434
  bigEndian: false,
2435
2435
  chunkSize: null,
@@ -2439,8 +2439,8 @@ exports.exampleAudioSamplePositions = [
2439
2439
  offset: 289615,
2440
2440
  size: 846,
2441
2441
  isKeyframe: true,
2442
- dts: 103424,
2443
- cts: 103424,
2442
+ decodingTimestamp: 103424,
2443
+ timestamp: 103424,
2444
2444
  duration: 1024,
2445
2445
  bigEndian: false,
2446
2446
  chunkSize: null,
@@ -2450,8 +2450,8 @@ exports.exampleAudioSamplePositions = [
2450
2450
  offset: 291982,
2451
2451
  size: 846,
2452
2452
  isKeyframe: true,
2453
- dts: 104448,
2454
- cts: 104448,
2453
+ decodingTimestamp: 104448,
2454
+ timestamp: 104448,
2455
2455
  duration: 1024,
2456
2456
  bigEndian: false,
2457
2457
  chunkSize: null,
@@ -2461,8 +2461,8 @@ exports.exampleAudioSamplePositions = [
2461
2461
  offset: 292828,
2462
2462
  size: 847,
2463
2463
  isKeyframe: true,
2464
- dts: 105472,
2465
- cts: 105472,
2464
+ decodingTimestamp: 105472,
2465
+ timestamp: 105472,
2466
2466
  duration: 1024,
2467
2467
  bigEndian: false,
2468
2468
  chunkSize: null,
@@ -2472,8 +2472,8 @@ exports.exampleAudioSamplePositions = [
2472
2472
  offset: 295622,
2473
2473
  size: 846,
2474
2474
  isKeyframe: true,
2475
- dts: 106496,
2476
- cts: 106496,
2475
+ decodingTimestamp: 106496,
2476
+ timestamp: 106496,
2477
2477
  duration: 1024,
2478
2478
  bigEndian: false,
2479
2479
  chunkSize: null,
@@ -2483,8 +2483,8 @@ exports.exampleAudioSamplePositions = [
2483
2483
  offset: 297347,
2484
2484
  size: 846,
2485
2485
  isKeyframe: true,
2486
- dts: 107520,
2487
- cts: 107520,
2486
+ decodingTimestamp: 107520,
2487
+ timestamp: 107520,
2488
2488
  duration: 1024,
2489
2489
  bigEndian: false,
2490
2490
  chunkSize: null,
@@ -2494,8 +2494,8 @@ exports.exampleAudioSamplePositions = [
2494
2494
  offset: 298193,
2495
2495
  size: 847,
2496
2496
  isKeyframe: true,
2497
- dts: 108544,
2498
- cts: 108544,
2497
+ decodingTimestamp: 108544,
2498
+ timestamp: 108544,
2499
2499
  duration: 1024,
2500
2500
  bigEndian: false,
2501
2501
  chunkSize: null,
@@ -2505,8 +2505,8 @@ exports.exampleAudioSamplePositions = [
2505
2505
  offset: 299580,
2506
2506
  size: 846,
2507
2507
  isKeyframe: true,
2508
- dts: 109568,
2509
- cts: 109568,
2508
+ decodingTimestamp: 109568,
2509
+ timestamp: 109568,
2510
2510
  duration: 1024,
2511
2511
  bigEndian: false,
2512
2512
  chunkSize: null,
@@ -2516,8 +2516,8 @@ exports.exampleAudioSamplePositions = [
2516
2516
  offset: 301055,
2517
2517
  size: 846,
2518
2518
  isKeyframe: true,
2519
- dts: 110592,
2520
- cts: 110592,
2519
+ decodingTimestamp: 110592,
2520
+ timestamp: 110592,
2521
2521
  duration: 1024,
2522
2522
  bigEndian: false,
2523
2523
  chunkSize: null,
@@ -2527,8 +2527,8 @@ exports.exampleAudioSamplePositions = [
2527
2527
  offset: 301901,
2528
2528
  size: 847,
2529
2529
  isKeyframe: true,
2530
- dts: 111616,
2531
- cts: 111616,
2530
+ decodingTimestamp: 111616,
2531
+ timestamp: 111616,
2532
2532
  duration: 1024,
2533
2533
  bigEndian: false,
2534
2534
  chunkSize: null,
@@ -2538,8 +2538,8 @@ exports.exampleAudioSamplePositions = [
2538
2538
  offset: 304185,
2539
2539
  size: 846,
2540
2540
  isKeyframe: true,
2541
- dts: 112640,
2542
- cts: 112640,
2541
+ decodingTimestamp: 112640,
2542
+ timestamp: 112640,
2543
2543
  duration: 1024,
2544
2544
  bigEndian: false,
2545
2545
  chunkSize: null,
@@ -2549,8 +2549,8 @@ exports.exampleAudioSamplePositions = [
2549
2549
  offset: 305913,
2550
2550
  size: 846,
2551
2551
  isKeyframe: true,
2552
- dts: 113664,
2553
- cts: 113664,
2552
+ decodingTimestamp: 113664,
2553
+ timestamp: 113664,
2554
2554
  duration: 1024,
2555
2555
  bigEndian: false,
2556
2556
  chunkSize: null,
@@ -2560,8 +2560,8 @@ exports.exampleAudioSamplePositions = [
2560
2560
  offset: 306759,
2561
2561
  size: 847,
2562
2562
  isKeyframe: true,
2563
- dts: 114688,
2564
- cts: 114688,
2563
+ decodingTimestamp: 114688,
2564
+ timestamp: 114688,
2565
2565
  duration: 1024,
2566
2566
  bigEndian: false,
2567
2567
  chunkSize: null,
@@ -2571,8 +2571,8 @@ exports.exampleAudioSamplePositions = [
2571
2571
  offset: 308162,
2572
2572
  size: 846,
2573
2573
  isKeyframe: true,
2574
- dts: 115712,
2575
- cts: 115712,
2574
+ decodingTimestamp: 115712,
2575
+ timestamp: 115712,
2576
2576
  duration: 1024,
2577
2577
  bigEndian: false,
2578
2578
  chunkSize: null,
@@ -2582,8 +2582,8 @@ exports.exampleAudioSamplePositions = [
2582
2582
  offset: 309008,
2583
2583
  size: 846,
2584
2584
  isKeyframe: true,
2585
- dts: 116736,
2586
- cts: 116736,
2585
+ decodingTimestamp: 116736,
2586
+ timestamp: 116736,
2587
2587
  duration: 1024,
2588
2588
  bigEndian: false,
2589
2589
  chunkSize: null,
@@ -2593,8 +2593,8 @@ exports.exampleAudioSamplePositions = [
2593
2593
  offset: 310387,
2594
2594
  size: 847,
2595
2595
  isKeyframe: true,
2596
- dts: 117760,
2597
- cts: 117760,
2596
+ decodingTimestamp: 117760,
2597
+ timestamp: 117760,
2598
2598
  duration: 1024,
2599
2599
  bigEndian: false,
2600
2600
  chunkSize: null,
@@ -2604,8 +2604,8 @@ exports.exampleAudioSamplePositions = [
2604
2604
  offset: 312072,
2605
2605
  size: 846,
2606
2606
  isKeyframe: true,
2607
- dts: 118784,
2608
- cts: 118784,
2607
+ decodingTimestamp: 118784,
2608
+ timestamp: 118784,
2609
2609
  duration: 1024,
2610
2610
  bigEndian: false,
2611
2611
  chunkSize: null,
@@ -2615,8 +2615,8 @@ exports.exampleAudioSamplePositions = [
2615
2615
  offset: 312918,
2616
2616
  size: 846,
2617
2617
  isKeyframe: true,
2618
- dts: 119808,
2619
- cts: 119808,
2618
+ decodingTimestamp: 119808,
2619
+ timestamp: 119808,
2620
2620
  duration: 1024,
2621
2621
  bigEndian: false,
2622
2622
  chunkSize: null,
@@ -2626,8 +2626,8 @@ exports.exampleAudioSamplePositions = [
2626
2626
  offset: 314620,
2627
2627
  size: 847,
2628
2628
  isKeyframe: true,
2629
- dts: 120832,
2630
- cts: 120832,
2629
+ decodingTimestamp: 120832,
2630
+ timestamp: 120832,
2631
2631
  duration: 1024,
2632
2632
  bigEndian: false,
2633
2633
  chunkSize: null,
@@ -2637,8 +2637,8 @@ exports.exampleAudioSamplePositions = [
2637
2637
  offset: 315933,
2638
2638
  size: 846,
2639
2639
  isKeyframe: true,
2640
- dts: 121856,
2641
- cts: 121856,
2640
+ decodingTimestamp: 121856,
2641
+ timestamp: 121856,
2642
2642
  duration: 1024,
2643
2643
  bigEndian: false,
2644
2644
  chunkSize: null,
@@ -2648,8 +2648,8 @@ exports.exampleAudioSamplePositions = [
2648
2648
  offset: 316779,
2649
2649
  size: 846,
2650
2650
  isKeyframe: true,
2651
- dts: 122880,
2652
- cts: 122880,
2651
+ decodingTimestamp: 122880,
2652
+ timestamp: 122880,
2653
2653
  duration: 1024,
2654
2654
  bigEndian: false,
2655
2655
  chunkSize: null,
@@ -2659,8 +2659,8 @@ exports.exampleAudioSamplePositions = [
2659
2659
  offset: 318138,
2660
2660
  size: 847,
2661
2661
  isKeyframe: true,
2662
- dts: 123904,
2663
- cts: 123904,
2662
+ decodingTimestamp: 123904,
2663
+ timestamp: 123904,
2664
2664
  duration: 1024,
2665
2665
  bigEndian: false,
2666
2666
  chunkSize: null,
@@ -2670,8 +2670,8 @@ exports.exampleAudioSamplePositions = [
2670
2670
  offset: 338535,
2671
2671
  size: 846,
2672
2672
  isKeyframe: true,
2673
- dts: 124928,
2674
- cts: 124928,
2673
+ decodingTimestamp: 124928,
2674
+ timestamp: 124928,
2675
2675
  duration: 1024,
2676
2676
  bigEndian: false,
2677
2677
  chunkSize: null,
@@ -2681,8 +2681,8 @@ exports.exampleAudioSamplePositions = [
2681
2681
  offset: 339381,
2682
2682
  size: 846,
2683
2683
  isKeyframe: true,
2684
- dts: 125952,
2685
- cts: 125952,
2684
+ decodingTimestamp: 125952,
2685
+ timestamp: 125952,
2686
2686
  duration: 1024,
2687
2687
  bigEndian: false,
2688
2688
  chunkSize: null,
@@ -2692,8 +2692,8 @@ exports.exampleAudioSamplePositions = [
2692
2692
  offset: 342117,
2693
2693
  size: 847,
2694
2694
  isKeyframe: true,
2695
- dts: 126976,
2696
- cts: 126976,
2695
+ decodingTimestamp: 126976,
2696
+ timestamp: 126976,
2697
2697
  duration: 1024,
2698
2698
  bigEndian: false,
2699
2699
  chunkSize: null,
@@ -2703,8 +2703,8 @@ exports.exampleAudioSamplePositions = [
2703
2703
  offset: 343840,
2704
2704
  size: 846,
2705
2705
  isKeyframe: true,
2706
- dts: 128000,
2707
- cts: 128000,
2706
+ decodingTimestamp: 128000,
2707
+ timestamp: 128000,
2708
2708
  duration: 1024,
2709
2709
  bigEndian: false,
2710
2710
  chunkSize: null,
@@ -2714,8 +2714,8 @@ exports.exampleAudioSamplePositions = [
2714
2714
  offset: 344686,
2715
2715
  size: 846,
2716
2716
  isKeyframe: true,
2717
- dts: 129024,
2718
- cts: 129024,
2717
+ decodingTimestamp: 129024,
2718
+ timestamp: 129024,
2719
2719
  duration: 1024,
2720
2720
  bigEndian: false,
2721
2721
  chunkSize: null,
@@ -2725,8 +2725,8 @@ exports.exampleAudioSamplePositions = [
2725
2725
  offset: 346024,
2726
2726
  size: 846,
2727
2727
  isKeyframe: true,
2728
- dts: 130048,
2729
- cts: 130048,
2728
+ decodingTimestamp: 130048,
2729
+ timestamp: 130048,
2730
2730
  duration: 1024,
2731
2731
  bigEndian: false,
2732
2732
  chunkSize: null,
@@ -2736,8 +2736,8 @@ exports.exampleAudioSamplePositions = [
2736
2736
  offset: 346870,
2737
2737
  size: 847,
2738
2738
  isKeyframe: true,
2739
- dts: 131072,
2740
- cts: 131072,
2739
+ decodingTimestamp: 131072,
2740
+ timestamp: 131072,
2741
2741
  duration: 1024,
2742
2742
  bigEndian: false,
2743
2743
  chunkSize: null,
@@ -2747,8 +2747,8 @@ exports.exampleAudioSamplePositions = [
2747
2747
  offset: 348310,
2748
2748
  size: 846,
2749
2749
  isKeyframe: true,
2750
- dts: 132096,
2751
- cts: 132096,
2750
+ decodingTimestamp: 132096,
2751
+ timestamp: 132096,
2752
2752
  duration: 1024,
2753
2753
  bigEndian: false,
2754
2754
  chunkSize: null,
@@ -2758,8 +2758,8 @@ exports.exampleAudioSamplePositions = [
2758
2758
  offset: 350813,
2759
2759
  size: 846,
2760
2760
  isKeyframe: true,
2761
- dts: 133120,
2762
- cts: 133120,
2761
+ decodingTimestamp: 133120,
2762
+ timestamp: 133120,
2763
2763
  duration: 1024,
2764
2764
  bigEndian: false,
2765
2765
  chunkSize: null,
@@ -2769,8 +2769,8 @@ exports.exampleAudioSamplePositions = [
2769
2769
  offset: 351659,
2770
2770
  size: 847,
2771
2771
  isKeyframe: true,
2772
- dts: 134144,
2773
- cts: 134144,
2772
+ decodingTimestamp: 134144,
2773
+ timestamp: 134144,
2774
2774
  duration: 1024,
2775
2775
  bigEndian: false,
2776
2776
  chunkSize: null,
@@ -2780,8 +2780,8 @@ exports.exampleAudioSamplePositions = [
2780
2780
  offset: 353431,
2781
2781
  size: 846,
2782
2782
  isKeyframe: true,
2783
- dts: 135168,
2784
- cts: 135168,
2783
+ decodingTimestamp: 135168,
2784
+ timestamp: 135168,
2785
2785
  duration: 1024,
2786
2786
  bigEndian: false,
2787
2787
  chunkSize: null,
@@ -2791,8 +2791,8 @@ exports.exampleAudioSamplePositions = [
2791
2791
  offset: 354917,
2792
2792
  size: 846,
2793
2793
  isKeyframe: true,
2794
- dts: 136192,
2795
- cts: 136192,
2794
+ decodingTimestamp: 136192,
2795
+ timestamp: 136192,
2796
2796
  duration: 1024,
2797
2797
  bigEndian: false,
2798
2798
  chunkSize: null,
@@ -2802,8 +2802,8 @@ exports.exampleAudioSamplePositions = [
2802
2802
  offset: 355763,
2803
2803
  size: 847,
2804
2804
  isKeyframe: true,
2805
- dts: 137216,
2806
- cts: 137216,
2805
+ decodingTimestamp: 137216,
2806
+ timestamp: 137216,
2807
2807
  duration: 1024,
2808
2808
  bigEndian: false,
2809
2809
  chunkSize: null,
@@ -2813,8 +2813,8 @@ exports.exampleAudioSamplePositions = [
2813
2813
  offset: 357394,
2814
2814
  size: 846,
2815
2815
  isKeyframe: true,
2816
- dts: 138240,
2817
- cts: 138240,
2816
+ decodingTimestamp: 138240,
2817
+ timestamp: 138240,
2818
2818
  duration: 1024,
2819
2819
  bigEndian: false,
2820
2820
  chunkSize: null,
@@ -2824,8 +2824,8 @@ exports.exampleAudioSamplePositions = [
2824
2824
  offset: 359595,
2825
2825
  size: 846,
2826
2826
  isKeyframe: true,
2827
- dts: 139264,
2828
- cts: 139264,
2827
+ decodingTimestamp: 139264,
2828
+ timestamp: 139264,
2829
2829
  duration: 1024,
2830
2830
  bigEndian: false,
2831
2831
  chunkSize: null,
@@ -2835,8 +2835,8 @@ exports.exampleAudioSamplePositions = [
2835
2835
  offset: 360441,
2836
2836
  size: 847,
2837
2837
  isKeyframe: true,
2838
- dts: 140288,
2839
- cts: 140288,
2838
+ decodingTimestamp: 140288,
2839
+ timestamp: 140288,
2840
2840
  duration: 1024,
2841
2841
  bigEndian: false,
2842
2842
  chunkSize: null,
@@ -2846,8 +2846,8 @@ exports.exampleAudioSamplePositions = [
2846
2846
  offset: 362912,
2847
2847
  size: 846,
2848
2848
  isKeyframe: true,
2849
- dts: 141312,
2850
- cts: 141312,
2849
+ decodingTimestamp: 141312,
2850
+ timestamp: 141312,
2851
2851
  duration: 1024,
2852
2852
  bigEndian: false,
2853
2853
  chunkSize: null,
@@ -2857,8 +2857,8 @@ exports.exampleAudioSamplePositions = [
2857
2857
  offset: 363758,
2858
2858
  size: 846,
2859
2859
  isKeyframe: true,
2860
- dts: 142336,
2861
- cts: 142336,
2860
+ decodingTimestamp: 142336,
2861
+ timestamp: 142336,
2862
2862
  duration: 1024,
2863
2863
  bigEndian: false,
2864
2864
  chunkSize: null,
@@ -2868,8 +2868,8 @@ exports.exampleAudioSamplePositions = [
2868
2868
  offset: 365473,
2869
2869
  size: 847,
2870
2870
  isKeyframe: true,
2871
- dts: 143360,
2872
- cts: 143360,
2871
+ decodingTimestamp: 143360,
2872
+ timestamp: 143360,
2873
2873
  duration: 1024,
2874
2874
  bigEndian: false,
2875
2875
  chunkSize: null,
@@ -2879,8 +2879,8 @@ exports.exampleAudioSamplePositions = [
2879
2879
  offset: 367717,
2880
2880
  size: 846,
2881
2881
  isKeyframe: true,
2882
- dts: 144384,
2883
- cts: 144384,
2882
+ decodingTimestamp: 144384,
2883
+ timestamp: 144384,
2884
2884
  duration: 1024,
2885
2885
  bigEndian: false,
2886
2886
  chunkSize: null,
@@ -2890,8 +2890,8 @@ exports.exampleAudioSamplePositions = [
2890
2890
  offset: 368563,
2891
2891
  size: 846,
2892
2892
  isKeyframe: true,
2893
- dts: 145408,
2894
- cts: 145408,
2893
+ decodingTimestamp: 145408,
2894
+ timestamp: 145408,
2895
2895
  duration: 1024,
2896
2896
  bigEndian: false,
2897
2897
  chunkSize: null,
@@ -2901,8 +2901,8 @@ exports.exampleAudioSamplePositions = [
2901
2901
  offset: 370781,
2902
2902
  size: 847,
2903
2903
  isKeyframe: true,
2904
- dts: 146432,
2905
- cts: 146432,
2904
+ decodingTimestamp: 146432,
2905
+ timestamp: 146432,
2906
2906
  duration: 1024,
2907
2907
  bigEndian: false,
2908
2908
  chunkSize: null,
@@ -2912,8 +2912,8 @@ exports.exampleAudioSamplePositions = [
2912
2912
  offset: 373058,
2913
2913
  size: 846,
2914
2914
  isKeyframe: true,
2915
- dts: 147456,
2916
- cts: 147456,
2915
+ decodingTimestamp: 147456,
2916
+ timestamp: 147456,
2917
2917
  duration: 1024,
2918
2918
  bigEndian: false,
2919
2919
  chunkSize: null,
@@ -2923,8 +2923,8 @@ exports.exampleAudioSamplePositions = [
2923
2923
  offset: 373904,
2924
2924
  size: 846,
2925
2925
  isKeyframe: true,
2926
- dts: 148480,
2927
- cts: 148480,
2926
+ decodingTimestamp: 148480,
2927
+ timestamp: 148480,
2928
2928
  duration: 1024,
2929
2929
  bigEndian: false,
2930
2930
  chunkSize: null,
@@ -2934,8 +2934,8 @@ exports.exampleAudioSamplePositions = [
2934
2934
  offset: 376131,
2935
2935
  size: 847,
2936
2936
  isKeyframe: true,
2937
- dts: 149504,
2938
- cts: 149504,
2937
+ decodingTimestamp: 149504,
2938
+ timestamp: 149504,
2939
2939
  duration: 1024,
2940
2940
  bigEndian: false,
2941
2941
  chunkSize: null,
@@ -2945,8 +2945,8 @@ exports.exampleAudioSamplePositions = [
2945
2945
  offset: 377699,
2946
2946
  size: 846,
2947
2947
  isKeyframe: true,
2948
- dts: 150528,
2949
- cts: 150528,
2948
+ decodingTimestamp: 150528,
2949
+ timestamp: 150528,
2950
2950
  duration: 1024,
2951
2951
  bigEndian: false,
2952
2952
  chunkSize: null,
@@ -2956,8 +2956,8 @@ exports.exampleAudioSamplePositions = [
2956
2956
  offset: 378545,
2957
2957
  size: 846,
2958
2958
  isKeyframe: true,
2959
- dts: 151552,
2960
- cts: 151552,
2959
+ decodingTimestamp: 151552,
2960
+ timestamp: 151552,
2961
2961
  duration: 1024,
2962
2962
  bigEndian: false,
2963
2963
  chunkSize: null,
@@ -2967,8 +2967,8 @@ exports.exampleAudioSamplePositions = [
2967
2967
  offset: 380447,
2968
2968
  size: 847,
2969
2969
  isKeyframe: true,
2970
- dts: 152576,
2971
- cts: 152576,
2970
+ decodingTimestamp: 152576,
2971
+ timestamp: 152576,
2972
2972
  duration: 1024,
2973
2973
  bigEndian: false,
2974
2974
  chunkSize: null,
@@ -2978,8 +2978,8 @@ exports.exampleAudioSamplePositions = [
2978
2978
  offset: 382454,
2979
2979
  size: 846,
2980
2980
  isKeyframe: true,
2981
- dts: 153600,
2982
- cts: 153600,
2981
+ decodingTimestamp: 153600,
2982
+ timestamp: 153600,
2983
2983
  duration: 1024,
2984
2984
  bigEndian: false,
2985
2985
  chunkSize: null,
@@ -2989,8 +2989,8 @@ exports.exampleAudioSamplePositions = [
2989
2989
  offset: 383300,
2990
2990
  size: 846,
2991
2991
  isKeyframe: true,
2992
- dts: 154624,
2993
- cts: 154624,
2992
+ decodingTimestamp: 154624,
2993
+ timestamp: 154624,
2994
2994
  duration: 1024,
2995
2995
  bigEndian: false,
2996
2996
  chunkSize: null,
@@ -3000,8 +3000,8 @@ exports.exampleAudioSamplePositions = [
3000
3000
  offset: 385086,
3001
3001
  size: 847,
3002
3002
  isKeyframe: true,
3003
- dts: 155648,
3004
- cts: 155648,
3003
+ decodingTimestamp: 155648,
3004
+ timestamp: 155648,
3005
3005
  duration: 1024,
3006
3006
  bigEndian: false,
3007
3007
  chunkSize: null,
@@ -3011,8 +3011,8 @@ exports.exampleAudioSamplePositions = [
3011
3011
  offset: 385933,
3012
3012
  size: 846,
3013
3013
  isKeyframe: true,
3014
- dts: 156672,
3015
- cts: 156672,
3014
+ decodingTimestamp: 156672,
3015
+ timestamp: 156672,
3016
3016
  duration: 1024,
3017
3017
  bigEndian: false,
3018
3018
  chunkSize: null,
@@ -3022,8 +3022,8 @@ exports.exampleAudioSamplePositions = [
3022
3022
  offset: 406737,
3023
3023
  size: 846,
3024
3024
  isKeyframe: true,
3025
- dts: 157696,
3026
- cts: 157696,
3025
+ decodingTimestamp: 157696,
3026
+ timestamp: 157696,
3027
3027
  duration: 1024,
3028
3028
  bigEndian: false,
3029
3029
  chunkSize: null,
@@ -3033,8 +3033,8 @@ exports.exampleAudioSamplePositions = [
3033
3033
  offset: 410031,
3034
3034
  size: 847,
3035
3035
  isKeyframe: true,
3036
- dts: 158720,
3037
- cts: 158720,
3036
+ decodingTimestamp: 158720,
3037
+ timestamp: 158720,
3038
3038
  duration: 1024,
3039
3039
  bigEndian: false,
3040
3040
  chunkSize: null,
@@ -3044,8 +3044,8 @@ exports.exampleAudioSamplePositions = [
3044
3044
  offset: 410878,
3045
3045
  size: 846,
3046
3046
  isKeyframe: true,
3047
- dts: 159744,
3048
- cts: 159744,
3047
+ decodingTimestamp: 159744,
3048
+ timestamp: 159744,
3049
3049
  duration: 1024,
3050
3050
  bigEndian: false,
3051
3051
  chunkSize: null,
@@ -3055,8 +3055,8 @@ exports.exampleAudioSamplePositions = [
3055
3055
  offset: 412750,
3056
3056
  size: 846,
3057
3057
  isKeyframe: true,
3058
- dts: 160768,
3059
- cts: 160768,
3058
+ decodingTimestamp: 160768,
3059
+ timestamp: 160768,
3060
3060
  duration: 1024,
3061
3061
  bigEndian: false,
3062
3062
  chunkSize: null,
@@ -3066,8 +3066,8 @@ exports.exampleAudioSamplePositions = [
3066
3066
  offset: 414147,
3067
3067
  size: 846,
3068
3068
  isKeyframe: true,
3069
- dts: 161792,
3070
- cts: 161792,
3069
+ decodingTimestamp: 161792,
3070
+ timestamp: 161792,
3071
3071
  duration: 1024,
3072
3072
  bigEndian: false,
3073
3073
  chunkSize: null,
@@ -3077,8 +3077,8 @@ exports.exampleAudioSamplePositions = [
3077
3077
  offset: 414993,
3078
3078
  size: 847,
3079
3079
  isKeyframe: true,
3080
- dts: 162816,
3081
- cts: 162816,
3080
+ decodingTimestamp: 162816,
3081
+ timestamp: 162816,
3082
3082
  duration: 1024,
3083
3083
  bigEndian: false,
3084
3084
  chunkSize: null,
@@ -3088,8 +3088,8 @@ exports.exampleAudioSamplePositions = [
3088
3088
  offset: 416240,
3089
3089
  size: 846,
3090
3090
  isKeyframe: true,
3091
- dts: 163840,
3092
- cts: 163840,
3091
+ decodingTimestamp: 163840,
3092
+ timestamp: 163840,
3093
3093
  duration: 1024,
3094
3094
  bigEndian: false,
3095
3095
  chunkSize: null,
@@ -3099,8 +3099,8 @@ exports.exampleAudioSamplePositions = [
3099
3099
  offset: 418817,
3100
3100
  size: 846,
3101
3101
  isKeyframe: true,
3102
- dts: 164864,
3103
- cts: 164864,
3102
+ decodingTimestamp: 164864,
3103
+ timestamp: 164864,
3104
3104
  duration: 1024,
3105
3105
  bigEndian: false,
3106
3106
  chunkSize: null,
@@ -3110,8 +3110,8 @@ exports.exampleAudioSamplePositions = [
3110
3110
  offset: 419663,
3111
3111
  size: 847,
3112
3112
  isKeyframe: true,
3113
- dts: 165888,
3114
- cts: 165888,
3113
+ decodingTimestamp: 165888,
3114
+ timestamp: 165888,
3115
3115
  duration: 1024,
3116
3116
  bigEndian: false,
3117
3117
  chunkSize: null,
@@ -3121,8 +3121,8 @@ exports.exampleAudioSamplePositions = [
3121
3121
  offset: 420896,
3122
3122
  size: 846,
3123
3123
  isKeyframe: true,
3124
- dts: 166912,
3125
- cts: 166912,
3124
+ decodingTimestamp: 166912,
3125
+ timestamp: 166912,
3126
3126
  duration: 1024,
3127
3127
  bigEndian: false,
3128
3128
  chunkSize: null,
@@ -3132,8 +3132,8 @@ exports.exampleAudioSamplePositions = [
3132
3132
  offset: 421742,
3133
3133
  size: 846,
3134
3134
  isKeyframe: true,
3135
- dts: 167936,
3136
- cts: 167936,
3135
+ decodingTimestamp: 167936,
3136
+ timestamp: 167936,
3137
3137
  duration: 1024,
3138
3138
  bigEndian: false,
3139
3139
  chunkSize: null,
@@ -3143,8 +3143,8 @@ exports.exampleAudioSamplePositions = [
3143
3143
  offset: 423753,
3144
3144
  size: 847,
3145
3145
  isKeyframe: true,
3146
- dts: 168960,
3147
- cts: 168960,
3146
+ decodingTimestamp: 168960,
3147
+ timestamp: 168960,
3148
3148
  duration: 1024,
3149
3149
  bigEndian: false,
3150
3150
  chunkSize: null,
@@ -3154,8 +3154,8 @@ exports.exampleAudioSamplePositions = [
3154
3154
  offset: 425005,
3155
3155
  size: 846,
3156
3156
  isKeyframe: true,
3157
- dts: 169984,
3158
- cts: 169984,
3157
+ decodingTimestamp: 169984,
3158
+ timestamp: 169984,
3159
3159
  duration: 1024,
3160
3160
  bigEndian: false,
3161
3161
  chunkSize: null,
@@ -3165,8 +3165,8 @@ exports.exampleAudioSamplePositions = [
3165
3165
  offset: 425851,
3166
3166
  size: 846,
3167
3167
  isKeyframe: true,
3168
- dts: 171008,
3169
- cts: 171008,
3168
+ decodingTimestamp: 171008,
3169
+ timestamp: 171008,
3170
3170
  duration: 1024,
3171
3171
  bigEndian: false,
3172
3172
  chunkSize: null,
@@ -3176,8 +3176,8 @@ exports.exampleAudioSamplePositions = [
3176
3176
  offset: 427683,
3177
3177
  size: 847,
3178
3178
  isKeyframe: true,
3179
- dts: 172032,
3180
- cts: 172032,
3179
+ decodingTimestamp: 172032,
3180
+ timestamp: 172032,
3181
3181
  duration: 1024,
3182
3182
  bigEndian: false,
3183
3183
  chunkSize: null,
@@ -3187,8 +3187,8 @@ exports.exampleAudioSamplePositions = [
3187
3187
  offset: 429017,
3188
3188
  size: 846,
3189
3189
  isKeyframe: true,
3190
- dts: 173056,
3191
- cts: 173056,
3190
+ decodingTimestamp: 173056,
3191
+ timestamp: 173056,
3192
3192
  duration: 1024,
3193
3193
  bigEndian: false,
3194
3194
  chunkSize: null,
@@ -3198,8 +3198,8 @@ exports.exampleAudioSamplePositions = [
3198
3198
  offset: 429863,
3199
3199
  size: 846,
3200
3200
  isKeyframe: true,
3201
- dts: 174080,
3202
- cts: 174080,
3201
+ decodingTimestamp: 174080,
3202
+ timestamp: 174080,
3203
3203
  duration: 1024,
3204
3204
  bigEndian: false,
3205
3205
  chunkSize: null,
@@ -3209,8 +3209,8 @@ exports.exampleAudioSamplePositions = [
3209
3209
  offset: 431129,
3210
3210
  size: 847,
3211
3211
  isKeyframe: true,
3212
- dts: 175104,
3213
- cts: 175104,
3212
+ decodingTimestamp: 175104,
3213
+ timestamp: 175104,
3214
3214
  duration: 1024,
3215
3215
  bigEndian: false,
3216
3216
  chunkSize: null,
@@ -3220,8 +3220,8 @@ exports.exampleAudioSamplePositions = [
3220
3220
  offset: 432868,
3221
3221
  size: 846,
3222
3222
  isKeyframe: true,
3223
- dts: 176128,
3224
- cts: 176128,
3223
+ decodingTimestamp: 176128,
3224
+ timestamp: 176128,
3225
3225
  duration: 1024,
3226
3226
  bigEndian: false,
3227
3227
  chunkSize: null,
@@ -3231,8 +3231,8 @@ exports.exampleAudioSamplePositions = [
3231
3231
  offset: 433714,
3232
3232
  size: 846,
3233
3233
  isKeyframe: true,
3234
- dts: 177152,
3235
- cts: 177152,
3234
+ decodingTimestamp: 177152,
3235
+ timestamp: 177152,
3236
3236
  duration: 1024,
3237
3237
  bigEndian: false,
3238
3238
  chunkSize: null,
@@ -3242,8 +3242,8 @@ exports.exampleAudioSamplePositions = [
3242
3242
  offset: 434938,
3243
3243
  size: 847,
3244
3244
  isKeyframe: true,
3245
- dts: 178176,
3246
- cts: 178176,
3245
+ decodingTimestamp: 178176,
3246
+ timestamp: 178176,
3247
3247
  duration: 1024,
3248
3248
  bigEndian: false,
3249
3249
  chunkSize: null,
@@ -3253,8 +3253,8 @@ exports.exampleAudioSamplePositions = [
3253
3253
  offset: 436570,
3254
3254
  size: 846,
3255
3255
  isKeyframe: true,
3256
- dts: 179200,
3257
- cts: 179200,
3256
+ decodingTimestamp: 179200,
3257
+ timestamp: 179200,
3258
3258
  duration: 1024,
3259
3259
  bigEndian: false,
3260
3260
  chunkSize: null,
@@ -3264,8 +3264,8 @@ exports.exampleAudioSamplePositions = [
3264
3264
  offset: 437416,
3265
3265
  size: 846,
3266
3266
  isKeyframe: true,
3267
- dts: 180224,
3268
- cts: 180224,
3267
+ decodingTimestamp: 180224,
3268
+ timestamp: 180224,
3269
3269
  duration: 1024,
3270
3270
  bigEndian: false,
3271
3271
  chunkSize: null,
@@ -3275,8 +3275,8 @@ exports.exampleAudioSamplePositions = [
3275
3275
  offset: 438580,
3276
3276
  size: 847,
3277
3277
  isKeyframe: true,
3278
- dts: 181248,
3279
- cts: 181248,
3278
+ decodingTimestamp: 181248,
3279
+ timestamp: 181248,
3280
3280
  duration: 1024,
3281
3281
  bigEndian: false,
3282
3282
  chunkSize: null,
@@ -3286,8 +3286,8 @@ exports.exampleAudioSamplePositions = [
3286
3286
  offset: 439427,
3287
3287
  size: 846,
3288
3288
  isKeyframe: true,
3289
- dts: 182272,
3290
- cts: 182272,
3289
+ decodingTimestamp: 182272,
3290
+ timestamp: 182272,
3291
3291
  duration: 1024,
3292
3292
  bigEndian: false,
3293
3293
  chunkSize: null,
@@ -3297,8 +3297,8 @@ exports.exampleAudioSamplePositions = [
3297
3297
  offset: 440902,
3298
3298
  size: 846,
3299
3299
  isKeyframe: true,
3300
- dts: 183296,
3301
- cts: 183296,
3300
+ decodingTimestamp: 183296,
3301
+ timestamp: 183296,
3302
3302
  duration: 1024,
3303
3303
  bigEndian: false,
3304
3304
  chunkSize: null,
@@ -3308,8 +3308,8 @@ exports.exampleAudioSamplePositions = [
3308
3308
  offset: 442049,
3309
3309
  size: 847,
3310
3310
  isKeyframe: true,
3311
- dts: 184320,
3312
- cts: 184320,
3311
+ decodingTimestamp: 184320,
3312
+ timestamp: 184320,
3313
3313
  duration: 1024,
3314
3314
  bigEndian: false,
3315
3315
  chunkSize: null,
@@ -3319,8 +3319,8 @@ exports.exampleAudioSamplePositions = [
3319
3319
  offset: 442896,
3320
3320
  size: 846,
3321
3321
  isKeyframe: true,
3322
- dts: 185344,
3323
- cts: 185344,
3322
+ decodingTimestamp: 185344,
3323
+ timestamp: 185344,
3324
3324
  duration: 1024,
3325
3325
  bigEndian: false,
3326
3326
  chunkSize: null,
@@ -3330,8 +3330,8 @@ exports.exampleAudioSamplePositions = [
3330
3330
  offset: 444965,
3331
3331
  size: 846,
3332
3332
  isKeyframe: true,
3333
- dts: 186368,
3334
- cts: 186368,
3333
+ decodingTimestamp: 186368,
3334
+ timestamp: 186368,
3335
3335
  duration: 1024,
3336
3336
  bigEndian: false,
3337
3337
  chunkSize: null,
@@ -3341,8 +3341,8 @@ exports.exampleAudioSamplePositions = [
3341
3341
  offset: 446371,
3342
3342
  size: 847,
3343
3343
  isKeyframe: true,
3344
- dts: 187392,
3345
- cts: 187392,
3344
+ decodingTimestamp: 187392,
3345
+ timestamp: 187392,
3346
3346
  duration: 1024,
3347
3347
  bigEndian: false,
3348
3348
  chunkSize: null,
@@ -3352,8 +3352,8 @@ exports.exampleAudioSamplePositions = [
3352
3352
  offset: 447218,
3353
3353
  size: 846,
3354
3354
  isKeyframe: true,
3355
- dts: 188416,
3356
- cts: 188416,
3355
+ decodingTimestamp: 188416,
3356
+ timestamp: 188416,
3357
3357
  duration: 1024,
3358
3358
  bigEndian: false,
3359
3359
  chunkSize: null,
@@ -3363,8 +3363,8 @@ exports.exampleAudioSamplePositions = [
3363
3363
  offset: 448064,
3364
3364
  size: 846,
3365
3365
  isKeyframe: true,
3366
- dts: 189440,
3367
- cts: 189440,
3366
+ decodingTimestamp: 189440,
3367
+ timestamp: 189440,
3368
3368
  duration: 1024,
3369
3369
  bigEndian: false,
3370
3370
  chunkSize: null,
@@ -3374,8 +3374,8 @@ exports.exampleAudioSamplePositions = [
3374
3374
  offset: 448910,
3375
3375
  size: 847,
3376
3376
  isKeyframe: true,
3377
- dts: 190464,
3378
- cts: 190464,
3377
+ decodingTimestamp: 190464,
3378
+ timestamp: 190464,
3379
3379
  duration: 1024,
3380
3380
  bigEndian: false,
3381
3381
  chunkSize: null,
@@ -3385,8 +3385,8 @@ exports.exampleAudioSamplePositions = [
3385
3385
  offset: 449757,
3386
3386
  size: 846,
3387
3387
  isKeyframe: true,
3388
- dts: 191488,
3389
- cts: 191488,
3388
+ decodingTimestamp: 191488,
3389
+ timestamp: 191488,
3390
3390
  duration: 1024,
3391
3391
  bigEndian: false,
3392
3392
  chunkSize: null,
@@ -3396,8 +3396,8 @@ exports.exampleAudioSamplePositions = [
3396
3396
  offset: 450603,
3397
3397
  size: 846,
3398
3398
  isKeyframe: true,
3399
- dts: 192512,
3400
- cts: 192512,
3399
+ decodingTimestamp: 192512,
3400
+ timestamp: 192512,
3401
3401
  duration: 1024,
3402
3402
  bigEndian: false,
3403
3403
  chunkSize: null,
@@ -3407,8 +3407,8 @@ exports.exampleAudioSamplePositions = [
3407
3407
  offset: 451449,
3408
3408
  size: 847,
3409
3409
  isKeyframe: true,
3410
- dts: 193536,
3411
- cts: 193536,
3410
+ decodingTimestamp: 193536,
3411
+ timestamp: 193536,
3412
3412
  duration: 1024,
3413
3413
  bigEndian: false,
3414
3414
  chunkSize: null,