From 93bd057be45d0e7e9e53fd66c15cb37e5428d601 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Mon, 14 Jun 2021 22:54:41 +0200 Subject: [PATCH] bump version: 4.5.0 --- CHANGES.md | 5 +- docs/api/ast/source/defaults.js.json | 702 +- docs/api/ast/source/videojs.record.js.json | 168138 ++++++++------- .../class/js/videojs.record.js~Record.html | 318 +- docs/api/coverage.json | 61 +- docs/api/file/js/defaults.js.html | 3 + docs/api/file/js/videojs.record.js.html | 33 +- docs/api/identifiers.html | 2 +- docs/api/index.json | 454 +- docs/api/script/search_index.js | 12 + docs/api/source.html | 78 +- docs/api/variable/index.html | 4 +- package-lock.json | 36 +- package.json | 6 +- 14 files changed, 86999 insertions(+), 82853 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index adafab3d5..fc1ccbdca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,13 @@ # videojs-record changelog -## 4.5.0 - unreleased +## 4.5.0 - 2021/06/14 - Add `convert` method and `convertAuto` option, allowing user to control start of converter process (#568) - Improve check in `removeRecording` (#575) - Bump required version for webrtc-adapter (8.0.0 or newer) -- Stop screen sharing on a microphone permissions error in the AUDIO_SCREEN mode (#585) +- Stop screen sharing on a microphone permissions error in + `AUDIO_SCREEN` mode (#585) ## 4.4.0 - 2021/04/05 diff --git a/docs/api/ast/source/defaults.js.json b/docs/api/ast/source/defaults.js.json index 8adb2a584..b3883a3fc 100644 --- a/docs/api/ast/source/defaults.js.json +++ b/docs/api/ast/source/defaults.js.json @@ -1,28 +1,28 @@ { "type": "File", "start": 0, - "end": 6478, + "end": 6621, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 141, + "line": 144, "column": 0 } }, "program": { "type": "Program", "start": 0, - "end": 6478, + "end": 6621, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 141, + "line": 144, "column": 0 } }, @@ -31,14 +31,14 @@ { "type": "Identifier", "start": 65, - "end": 6439, + "end": 6582, "loc": { "start": { "line": 7, "column": 0 }, "end": { - "line": 138, + "line": 141, "column": 2 } }, @@ -46,14 +46,14 @@ { "type": "VariableDeclarator", "start": 71, - "end": 6438, + "end": 6581, "loc": { "start": { "line": 7, "column": 6 }, "end": { - "line": 138, + "line": 141, "column": 1 } }, @@ -78,14 +78,14 @@ "init": { "type": "ObjectExpression", "start": 94, - "end": 6438, + "end": 6581, "loc": { "start": { "line": 7, "column": 29 }, "end": { - "line": 138, + "line": 141, "column": 1 } }, @@ -3725,15 +3725,101 @@ }, { "type": "ObjectProperty", - "start": 6225, - "end": 6239, + "start": 6313, + "end": 6330, "loc": { "start": { - "line": 134, + "line": 135, "column": 4 }, "end": { - "line": 134, + "line": 135, + "column": 21 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 6313, + "end": 6324, + "loc": { + "start": { + "line": 135, + "column": 4 + }, + "end": { + "line": 135, + "column": 15 + }, + "identifierName": "convertAuto" + }, + "name": "convertAuto", + "leadingComments": null + }, + "value": { + "type": "BooleanLiteral", + "start": 6326, + "end": 6330, + "loc": { + "start": { + "line": 135, + "column": 17 + }, + "end": { + "line": 135, + "column": 21 + } + }, + "value": true + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " If the converter should automatically start after recording (default),", + "start": 6193, + "end": 6266, + "loc": { + "start": { + "line": 133, + "column": 4 + }, + "end": { + "line": 133, + "column": 77 + } + } + }, + { + "type": "CommentLine", + "value": " or manually by calling `convert()`", + "start": 6271, + "end": 6308, + "loc": { + "start": { + "line": 134, + "column": 4 + }, + "end": { + "line": 134, + "column": 41 + } + } + } + ] + }, + { + "type": "ObjectProperty", + "start": 6368, + "end": 6382, + "loc": { + "start": { + "line": 137, + "column": 4 + }, + "end": { + "line": 137, "column": 18 } }, @@ -3742,15 +3828,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6225, - "end": 6232, + "start": 6368, + "end": 6375, "loc": { "start": { - "line": 134, + "line": 137, "column": 4 }, "end": { - "line": 134, + "line": 137, "column": 11 }, "identifierName": "hotKeys" @@ -3760,15 +3846,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 6234, - "end": 6239, + "start": 6377, + "end": 6382, "loc": { "start": { - "line": 134, + "line": 137, "column": 13 }, "end": { - "line": 134, + "line": 137, "column": 18 } }, @@ -3778,15 +3864,15 @@ { "type": "CommentLine", "value": " Enable keyboard hotkeys.", - "start": 6193, - "end": 6220, + "start": 6336, + "end": 6363, "loc": { "start": { - "line": 133, + "line": 136, "column": 4 }, "end": { - "line": 133, + "line": 136, "column": 31 } } @@ -3795,15 +3881,15 @@ }, { "type": "ObjectProperty", - "start": 6412, - "end": 6436, + "start": 6555, + "end": 6579, "loc": { "start": { - "line": 137, + "line": 140, "column": 4 }, "end": { - "line": 137, + "line": 140, "column": 28 } }, @@ -3812,15 +3898,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6412, - "end": 6432, + "start": 6555, + "end": 6575, "loc": { "start": { - "line": 137, + "line": 140, "column": 4 }, "end": { - "line": 137, + "line": 140, "column": 24 }, "identifierName": "pluginLibraryOptions" @@ -3830,15 +3916,15 @@ }, "value": { "type": "ObjectExpression", - "start": 6434, - "end": 6436, + "start": 6577, + "end": 6579, "loc": { "start": { - "line": 137, + "line": 140, "column": 26 }, "end": { - "line": 137, + "line": 140, "column": 28 } }, @@ -3848,15 +3934,15 @@ { "type": "CommentLine", "value": " Use this object to specify additional settings for the library used by the", - "start": 6245, - "end": 6322, + "start": 6388, + "end": 6465, "loc": { "start": { - "line": 135, + "line": 138, "column": 4 }, "end": { - "line": 135, + "line": 138, "column": 81 } } @@ -3864,15 +3950,15 @@ { "type": "CommentLine", "value": " plugin (only used in opus-recorder, ffmpeg.js, ffmpeg.wasm and vmsg plugins).", - "start": 6327, - "end": 6407, + "start": 6470, + "end": 6550, "loc": { "start": { - "line": 136, + "line": 139, "column": 4 }, "end": { - "line": 136, + "line": 139, "column": 84 } } @@ -3891,29 +3977,29 @@ }, { "type": "Identifier", - "start": 6441, - "end": 6477, + "start": 6584, + "end": 6620, "loc": { "start": { - "line": 140, + "line": 143, "column": 0 }, "end": { - "line": 140, + "line": 143, "column": 36 } }, "declaration": { "type": "Identifier", - "start": 6456, - "end": 6476, + "start": 6599, + "end": 6619, "loc": { "start": { - "line": 140, + "line": 143, "column": 15 }, "end": { - "line": 140, + "line": 143, "column": 35 }, "identifierName": "pluginDefaultOptions" @@ -3926,29 +4012,29 @@ }, { "type": "ExportDefaultDeclaration", - "start": 6441, - "end": 6477, + "start": 6584, + "end": 6620, "loc": { "start": { - "line": 140, + "line": 143, "column": 0 }, "end": { - "line": 140, + "line": 143, "column": 36 } }, "declaration": { "type": "VariableDeclaration", "start": 65, - "end": 6439, + "end": 6582, "loc": { "start": { "line": 7, "column": 0 }, "end": { - "line": 138, + "line": 141, "column": 2 } }, @@ -3956,14 +4042,14 @@ { "type": "VariableDeclarator", "start": 71, - "end": 6438, + "end": 6581, "loc": { "start": { "line": 7, "column": 6 }, "end": { - "line": 138, + "line": 141, "column": 1 } }, @@ -3988,14 +4074,14 @@ "init": { "type": "ObjectExpression", "start": 94, - "end": 6438, + "end": 6581, "loc": { "start": { "line": 7, "column": 29 }, "end": { - "line": 138, + "line": 141, "column": 1 } }, @@ -7635,15 +7721,101 @@ }, { "type": "ObjectProperty", - "start": 6225, - "end": 6239, + "start": 6313, + "end": 6330, "loc": { "start": { - "line": 134, + "line": 135, "column": 4 }, "end": { - "line": 134, + "line": 135, + "column": 21 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 6313, + "end": 6324, + "loc": { + "start": { + "line": 135, + "column": 4 + }, + "end": { + "line": 135, + "column": 15 + }, + "identifierName": "convertAuto" + }, + "name": "convertAuto", + "leadingComments": null + }, + "value": { + "type": "BooleanLiteral", + "start": 6326, + "end": 6330, + "loc": { + "start": { + "line": 135, + "column": 17 + }, + "end": { + "line": 135, + "column": 21 + } + }, + "value": true + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " If the converter should automatically start after recording (default),", + "start": 6193, + "end": 6266, + "loc": { + "start": { + "line": 133, + "column": 4 + }, + "end": { + "line": 133, + "column": 77 + } + } + }, + { + "type": "CommentLine", + "value": " or manually by calling `convert()`", + "start": 6271, + "end": 6308, + "loc": { + "start": { + "line": 134, + "column": 4 + }, + "end": { + "line": 134, + "column": 41 + } + } + } + ] + }, + { + "type": "ObjectProperty", + "start": 6368, + "end": 6382, + "loc": { + "start": { + "line": 137, + "column": 4 + }, + "end": { + "line": 137, "column": 18 } }, @@ -7652,15 +7824,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6225, - "end": 6232, + "start": 6368, + "end": 6375, "loc": { "start": { - "line": 134, + "line": 137, "column": 4 }, "end": { - "line": 134, + "line": 137, "column": 11 }, "identifierName": "hotKeys" @@ -7670,15 +7842,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 6234, - "end": 6239, + "start": 6377, + "end": 6382, "loc": { "start": { - "line": 134, + "line": 137, "column": 13 }, "end": { - "line": 134, + "line": 137, "column": 18 } }, @@ -7688,15 +7860,15 @@ { "type": "CommentLine", "value": " Enable keyboard hotkeys.", - "start": 6193, - "end": 6220, + "start": 6336, + "end": 6363, "loc": { "start": { - "line": 133, + "line": 136, "column": 4 }, "end": { - "line": 133, + "line": 136, "column": 31 } } @@ -7705,15 +7877,15 @@ }, { "type": "ObjectProperty", - "start": 6412, - "end": 6436, + "start": 6555, + "end": 6579, "loc": { "start": { - "line": 137, + "line": 140, "column": 4 }, "end": { - "line": 137, + "line": 140, "column": 28 } }, @@ -7722,15 +7894,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 6412, - "end": 6432, + "start": 6555, + "end": 6575, "loc": { "start": { - "line": 137, + "line": 140, "column": 4 }, "end": { - "line": 137, + "line": 140, "column": 24 }, "identifierName": "pluginLibraryOptions" @@ -7740,15 +7912,15 @@ }, "value": { "type": "ObjectExpression", - "start": 6434, - "end": 6436, + "start": 6577, + "end": 6579, "loc": { "start": { - "line": 137, + "line": 140, "column": 26 }, "end": { - "line": 137, + "line": 140, "column": 28 } }, @@ -7758,15 +7930,15 @@ { "type": "CommentLine", "value": " Use this object to specify additional settings for the library used by the", - "start": 6245, - "end": 6322, + "start": 6388, + "end": 6465, "loc": { "start": { - "line": 135, + "line": 138, "column": 4 }, "end": { - "line": 135, + "line": 138, "column": 81 } } @@ -7774,15 +7946,15 @@ { "type": "CommentLine", "value": " plugin (only used in opus-recorder, ffmpeg.js, ffmpeg.wasm and vmsg plugins).", - "start": 6327, - "end": 6407, + "start": 6470, + "end": 6550, "loc": { "start": { - "line": 136, + "line": 139, "column": 4 }, "end": { - "line": 136, + "line": 139, "column": 84 } } @@ -9230,9 +9402,9 @@ }, { "type": "CommentLine", - "value": " Enable keyboard hotkeys.", + "value": " If the converter should automatically start after recording (default),", "start": 6193, - "end": 6220, + "end": 6266, "loc": { "start": { "line": 133, @@ -9240,6 +9412,38 @@ }, "end": { "line": 133, + "column": 77 + } + } + }, + { + "type": "CommentLine", + "value": " or manually by calling `convert()`", + "start": 6271, + "end": 6308, + "loc": { + "start": { + "line": 134, + "column": 4 + }, + "end": { + "line": 134, + "column": 41 + } + } + }, + { + "type": "CommentLine", + "value": " Enable keyboard hotkeys.", + "start": 6336, + "end": 6363, + "loc": { + "start": { + "line": 136, + "column": 4 + }, + "end": { + "line": 136, "column": 31 } } @@ -9247,15 +9451,15 @@ { "type": "CommentLine", "value": " Use this object to specify additional settings for the library used by the", - "start": 6245, - "end": 6322, + "start": 6388, + "end": 6465, "loc": { "start": { - "line": 135, + "line": 138, "column": 4 }, "end": { - "line": 135, + "line": 138, "column": 81 } } @@ -9263,15 +9467,15 @@ { "type": "CommentLine", "value": " plugin (only used in opus-recorder, ffmpeg.js, ffmpeg.wasm and vmsg plugins).", - "start": 6327, - "end": 6407, + "start": 6470, + "end": 6550, "loc": { "start": { - "line": 136, + "line": 139, "column": 4 }, "end": { - "line": 136, + "line": 139, "column": 84 } } @@ -15012,9 +15216,9 @@ }, { "type": "CommentLine", - "value": " Enable keyboard hotkeys.", + "value": " If the converter should automatically start after recording (default),", "start": 6193, - "end": 6220, + "end": 6266, "loc": { "start": { "line": 133, @@ -15022,6 +15226,144 @@ }, "end": { "line": 133, + "column": 77 + } + } + }, + { + "type": "CommentLine", + "value": " or manually by calling `convert()`", + "start": 6271, + "end": 6308, + "loc": { + "start": { + "line": 134, + "column": 4 + }, + "end": { + "line": 134, + "column": 41 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "convertAuto", + "start": 6313, + "end": 6324, + "loc": { + "start": { + "line": 135, + "column": 4 + }, + "end": { + "line": 135, + "column": 15 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 6324, + "end": 6325, + "loc": { + "start": { + "line": 135, + "column": 15 + }, + "end": { + "line": 135, + "column": 16 + } + } + }, + { + "type": { + "label": "true", + "keyword": "true", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "true", + "start": 6326, + "end": 6330, + "loc": { + "start": { + "line": 135, + "column": 17 + }, + "end": { + "line": 135, + "column": 21 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 6330, + "end": 6331, + "loc": { + "start": { + "line": 135, + "column": 21 + }, + "end": { + "line": 135, + "column": 22 + } + } + }, + { + "type": "CommentLine", + "value": " Enable keyboard hotkeys.", + "start": 6336, + "end": 6363, + "loc": { + "start": { + "line": 136, + "column": 4 + }, + "end": { + "line": 136, "column": 31 } } @@ -15039,15 +15381,15 @@ "binop": null }, "value": "hotKeys", - "start": 6225, - "end": 6232, + "start": 6368, + "end": 6375, "loc": { "start": { - "line": 134, + "line": 137, "column": 4 }, "end": { - "line": 134, + "line": 137, "column": 11 } } @@ -15065,15 +15407,15 @@ "binop": null, "updateContext": null }, - "start": 6232, - "end": 6233, + "start": 6375, + "end": 6376, "loc": { "start": { - "line": 134, + "line": 137, "column": 11 }, "end": { - "line": 134, + "line": 137, "column": 12 } } @@ -15093,15 +15435,15 @@ "updateContext": null }, "value": "false", - "start": 6234, - "end": 6239, + "start": 6377, + "end": 6382, "loc": { "start": { - "line": 134, + "line": 137, "column": 13 }, "end": { - "line": 134, + "line": 137, "column": 18 } } @@ -15119,15 +15461,15 @@ "binop": null, "updateContext": null }, - "start": 6239, - "end": 6240, + "start": 6382, + "end": 6383, "loc": { "start": { - "line": 134, + "line": 137, "column": 18 }, "end": { - "line": 134, + "line": 137, "column": 19 } } @@ -15135,15 +15477,15 @@ { "type": "CommentLine", "value": " Use this object to specify additional settings for the library used by the", - "start": 6245, - "end": 6322, + "start": 6388, + "end": 6465, "loc": { "start": { - "line": 135, + "line": 138, "column": 4 }, "end": { - "line": 135, + "line": 138, "column": 81 } } @@ -15151,15 +15493,15 @@ { "type": "CommentLine", "value": " plugin (only used in opus-recorder, ffmpeg.js, ffmpeg.wasm and vmsg plugins).", - "start": 6327, - "end": 6407, + "start": 6470, + "end": 6550, "loc": { "start": { - "line": 136, + "line": 139, "column": 4 }, "end": { - "line": 136, + "line": 139, "column": 84 } } @@ -15177,15 +15519,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 6412, - "end": 6432, + "start": 6555, + "end": 6575, "loc": { "start": { - "line": 137, + "line": 140, "column": 4 }, "end": { - "line": 137, + "line": 140, "column": 24 } } @@ -15203,15 +15545,15 @@ "binop": null, "updateContext": null }, - "start": 6432, - "end": 6433, + "start": 6575, + "end": 6576, "loc": { "start": { - "line": 137, + "line": 140, "column": 24 }, "end": { - "line": 137, + "line": 140, "column": 25 } } @@ -15228,15 +15570,15 @@ "postfix": false, "binop": null }, - "start": 6434, - "end": 6435, + "start": 6577, + "end": 6578, "loc": { "start": { - "line": 137, + "line": 140, "column": 26 }, "end": { - "line": 137, + "line": 140, "column": 27 } } @@ -15253,15 +15595,15 @@ "postfix": false, "binop": null }, - "start": 6435, - "end": 6436, + "start": 6578, + "end": 6579, "loc": { "start": { - "line": 137, + "line": 140, "column": 27 }, "end": { - "line": 137, + "line": 140, "column": 28 } } @@ -15278,15 +15620,15 @@ "postfix": false, "binop": null }, - "start": 6437, - "end": 6438, + "start": 6580, + "end": 6581, "loc": { "start": { - "line": 138, + "line": 141, "column": 0 }, "end": { - "line": 138, + "line": 141, "column": 1 } } @@ -15304,15 +15646,15 @@ "binop": null, "updateContext": null }, - "start": 6438, - "end": 6439, + "start": 6581, + "end": 6582, "loc": { "start": { - "line": 138, + "line": 141, "column": 1 }, "end": { - "line": 138, + "line": 141, "column": 2 } } @@ -15332,15 +15674,15 @@ "updateContext": null }, "value": "export", - "start": 6441, - "end": 6447, + "start": 6584, + "end": 6590, "loc": { "start": { - "line": 140, + "line": 143, "column": 0 }, "end": { - "line": 140, + "line": 143, "column": 6 } } @@ -15360,15 +15702,15 @@ "updateContext": null }, "value": "default", - "start": 6448, - "end": 6455, + "start": 6591, + "end": 6598, "loc": { "start": { - "line": 140, + "line": 143, "column": 7 }, "end": { - "line": 140, + "line": 143, "column": 14 } } @@ -15386,15 +15728,15 @@ "binop": null }, "value": "pluginDefaultOptions", - "start": 6456, - "end": 6476, + "start": 6599, + "end": 6619, "loc": { "start": { - "line": 140, + "line": 143, "column": 15 }, "end": { - "line": 140, + "line": 143, "column": 35 } } @@ -15412,15 +15754,15 @@ "binop": null, "updateContext": null }, - "start": 6476, - "end": 6477, + "start": 6619, + "end": 6620, "loc": { "start": { - "line": 140, + "line": 143, "column": 35 }, "end": { - "line": 140, + "line": 143, "column": 36 } } @@ -15438,15 +15780,15 @@ "binop": null, "updateContext": null }, - "start": 6478, - "end": 6478, + "start": 6621, + "end": 6621, "loc": { "start": { - "line": 141, + "line": 144, "column": 0 }, "end": { - "line": 141, + "line": 144, "column": 0 } } diff --git a/docs/api/ast/source/videojs.record.js.json b/docs/api/ast/source/videojs.record.js.json index 90b7fafc9..2ba505684 100644 --- a/docs/api/ast/source/videojs.record.js.json +++ b/docs/api/ast/source/videojs.record.js.json @@ -1,28 +1,28 @@ { "type": "File", "start": 0, - "end": 68803, + "end": 69520, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 1980, + "line": 1999, "column": 0 } }, "program": { "type": "Program", "start": 0, - "end": 68803, + "end": 69520, "loc": { "start": { "line": 1, "column": 0 }, "end": { - "line": 1980, + "line": 1999, "column": 0 } }, @@ -2127,14 +2127,14 @@ { "type": "Identifier", "start": 1409, - "end": 68555, + "end": 69272, "loc": { "start": { "line": 40, "column": 0 }, "end": { - "line": 1967, + "line": 1986, "column": 1 } }, @@ -2176,14 +2176,14 @@ "body": { "type": "ClassBody", "start": 1437, - "end": 68555, + "end": 69272, "loc": { "start": { "line": 40, "column": 28 }, "end": { - "line": 1967, + "line": 1986, "column": 1 } }, @@ -10425,14 +10425,14 @@ { "type": "ClassMethod", "start": 6184, - "end": 8896, + "end": 8950, "loc": { "start": { "line": 173, "column": 4 }, "end": { - "line": 228, + "line": 229, "column": 5 } }, @@ -10514,14 +10514,14 @@ "body": { "type": "BlockStatement", "start": 6213, - "end": 8896, + "end": 8950, "loc": { "start": { "line": 173, "column": 33 }, "end": { - "line": 228, + "line": 229, "column": 5 } }, @@ -13911,7 +13911,7 @@ { "type": "ExpressionStatement", "start": 7750, - "end": 7805, + "end": 7795, "loc": { "start": { "line": 205, @@ -13919,13 +13919,13 @@ }, "end": { "line": 205, - "column": 63 + "column": 53 } }, "expression": { "type": "AssignmentExpression", "start": 7750, - "end": 7804, + "end": 7794, "loc": { "start": { "line": 205, @@ -13933,14 +13933,14 @@ }, "end": { "line": 205, - "column": 62 + "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 7750, - "end": 7771, + "end": 7766, "loc": { "start": { "line": 205, @@ -13948,7 +13948,7 @@ }, "end": { "line": 205, - "column": 29 + "column": 24 } }, "object": { @@ -13969,7 +13969,7 @@ "property": { "type": "Identifier", "start": 7755, - "end": 7771, + "end": 7766, "loc": { "start": { "line": 205, @@ -13977,40 +13977,40 @@ }, "end": { "line": 205, - "column": 29 + "column": 24 }, - "identifierName": "convertWorkerURL" + "identifierName": "convertAuto" }, - "name": "convertWorkerURL" + "name": "convertAuto" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 7774, - "end": 7804, + "start": 7769, + "end": 7794, "loc": { "start": { "line": 205, - "column": 32 + "column": 27 }, "end": { "line": 205, - "column": 62 + "column": 52 } }, "object": { "type": "Identifier", - "start": 7774, - "end": 7787, + "start": 7769, + "end": 7782, "loc": { "start": { "line": 205, - "column": 32 + "column": 27 }, "end": { "line": 205, - "column": 45 + "column": 40 }, "identifierName": "recordOptions" }, @@ -14018,20 +14018,20 @@ }, "property": { "type": "Identifier", - "start": 7788, - "end": 7804, + "start": 7783, + "end": 7794, "loc": { "start": { "line": 205, - "column": 46 + "column": 41 }, "end": { "line": 205, - "column": 62 + "column": 52 }, - "identifierName": "convertWorkerURL" + "identifierName": "convertAuto" }, - "name": "convertWorkerURL" + "name": "convertAuto" }, "computed": false } @@ -14039,8 +14039,8 @@ }, { "type": "ExpressionStatement", - "start": 7814, - "end": 7865, + "start": 7804, + "end": 7859, "loc": { "start": { "line": 206, @@ -14048,13 +14048,13 @@ }, "end": { "line": 206, - "column": 59 + "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 7814, - "end": 7864, + "start": 7804, + "end": 7858, "loc": { "start": { "line": 206, @@ -14062,14 +14062,14 @@ }, "end": { "line": 206, - "column": 58 + "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7814, - "end": 7833, + "start": 7804, + "end": 7825, "loc": { "start": { "line": 206, @@ -14077,13 +14077,13 @@ }, "end": { "line": 206, - "column": 27 + "column": 29 } }, "object": { "type": "ThisExpression", - "start": 7814, - "end": 7818, + "start": 7804, + "end": 7808, "loc": { "start": { "line": 206, @@ -14097,8 +14097,8 @@ }, "property": { "type": "Identifier", - "start": 7819, - "end": 7833, + "start": 7809, + "end": 7825, "loc": { "start": { "line": 206, @@ -14106,40 +14106,40 @@ }, "end": { "line": 206, - "column": 27 + "column": 29 }, - "identifierName": "convertOptions" + "identifierName": "convertWorkerURL" }, - "name": "convertOptions" + "name": "convertWorkerURL" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 7836, - "end": 7864, + "start": 7828, + "end": 7858, "loc": { "start": { "line": 206, - "column": 30 + "column": 32 }, "end": { "line": 206, - "column": 58 + "column": 62 } }, "object": { "type": "Identifier", - "start": 7836, - "end": 7849, + "start": 7828, + "end": 7841, "loc": { "start": { "line": 206, - "column": 30 + "column": 32 }, "end": { "line": 206, - "column": 43 + "column": 45 }, "identifierName": "recordOptions" }, @@ -14147,148 +14147,128 @@ }, "property": { "type": "Identifier", - "start": 7850, - "end": 7864, + "start": 7842, + "end": 7858, "loc": { "start": { "line": 206, - "column": 44 + "column": 46 }, "end": { "line": 206, - "column": 58 + "column": 62 }, - "identifierName": "convertOptions" + "identifierName": "convertWorkerURL" }, - "name": "convertOptions" + "name": "convertWorkerURL" }, "computed": false } - }, - "trailingComments": [ - { - "type": "CommentLine", - "value": " audio settings", - "start": 7875, - "end": 7892, - "loc": { - "start": { - "line": 208, - "column": 8 - }, - "end": { - "line": 208, - "column": 25 - } - } - } - ] + } }, { "type": "ExpressionStatement", - "start": 7901, - "end": 7946, + "start": 7868, + "end": 7919, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, - "column": 53 + "line": 207, + "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 7901, - "end": 7945, + "start": 7868, + "end": 7918, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, - "column": 52 + "line": 207, + "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7901, - "end": 7917, + "start": 7868, + "end": 7887, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, - "column": 24 + "line": 207, + "column": 27 } }, "object": { "type": "ThisExpression", - "start": 7901, - "end": 7905, + "start": 7868, + "end": 7872, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, + "line": 207, "column": 12 } - }, - "leadingComments": null + } }, "property": { "type": "Identifier", - "start": 7906, - "end": 7917, + "start": 7873, + "end": 7887, "loc": { "start": { - "line": 209, + "line": 207, "column": 13 }, "end": { - "line": 209, - "column": 24 + "line": 207, + "column": 27 }, - "identifierName": "audioEngine" + "identifierName": "convertOptions" }, - "name": "audioEngine" + "name": "convertOptions" }, - "computed": false, - "leadingComments": null + "computed": false }, "right": { "type": "MemberExpression", - "start": 7920, - "end": 7945, + "start": 7890, + "end": 7918, "loc": { "start": { - "line": 209, - "column": 27 + "line": 207, + "column": 30 }, "end": { - "line": 209, - "column": 52 + "line": 207, + "column": 58 } }, "object": { "type": "Identifier", - "start": 7920, - "end": 7933, + "start": 7890, + "end": 7903, "loc": { "start": { - "line": 209, - "column": 27 + "line": 207, + "column": 30 }, "end": { - "line": 209, - "column": 40 + "line": 207, + "column": 43 }, "identifierName": "recordOptions" }, @@ -14296,38 +14276,37 @@ }, "property": { "type": "Identifier", - "start": 7934, - "end": 7945, + "start": 7904, + "end": 7918, "loc": { "start": { - "line": 209, - "column": 41 + "line": 207, + "column": 44 }, "end": { - "line": 209, - "column": 52 + "line": 207, + "column": 58 }, - "identifierName": "audioEngine" + "identifierName": "convertOptions" }, - "name": "audioEngine" + "name": "convertOptions" }, "computed": false - }, - "leadingComments": null + } }, - "leadingComments": [ + "trailingComments": [ { "type": "CommentLine", "value": " audio settings", - "start": 7875, - "end": 7892, + "start": 7929, + "end": 7946, "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 25 } } @@ -14337,7 +14316,7 @@ { "type": "ExpressionStatement", "start": 7955, - "end": 8012, + "end": 8000, "loc": { "start": { "line": 210, @@ -14345,13 +14324,13 @@ }, "end": { "line": 210, - "column": 65 + "column": 53 } }, "expression": { "type": "AssignmentExpression", "start": 7955, - "end": 8011, + "end": 7999, "loc": { "start": { "line": 210, @@ -14359,14 +14338,14 @@ }, "end": { "line": 210, - "column": 64 + "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 7955, - "end": 7977, + "end": 7971, "loc": { "start": { "line": 210, @@ -14374,7 +14353,7 @@ }, "end": { "line": 210, - "column": 30 + "column": 24 } }, "object": { @@ -14390,12 +14369,13 @@ "line": 210, "column": 12 } - } + }, + "leadingComments": null }, "property": { "type": "Identifier", "start": 7960, - "end": 7977, + "end": 7971, "loc": { "start": { "line": 210, @@ -14403,40 +14383,41 @@ }, "end": { "line": 210, - "column": 30 + "column": 24 }, - "identifierName": "audioRecorderType" + "identifierName": "audioEngine" }, - "name": "audioRecorderType" + "name": "audioEngine" }, - "computed": false + "computed": false, + "leadingComments": null }, "right": { "type": "MemberExpression", - "start": 7980, - "end": 8011, + "start": 7974, + "end": 7999, "loc": { "start": { "line": 210, - "column": 33 + "column": 27 }, "end": { "line": 210, - "column": 64 + "column": 52 } }, "object": { "type": "Identifier", - "start": 7980, - "end": 7993, + "start": 7974, + "end": 7987, "loc": { "start": { "line": 210, - "column": 33 + "column": 27 }, "end": { "line": 210, - "column": 46 + "column": 40 }, "identifierName": "recordOptions" }, @@ -14444,29 +14425,48 @@ }, "property": { "type": "Identifier", - "start": 7994, - "end": 8011, + "start": 7988, + "end": 7999, "loc": { "start": { "line": 210, - "column": 47 + "column": 41 }, "end": { "line": 210, - "column": 64 + "column": 52 }, - "identifierName": "audioRecorderType" + "identifierName": "audioEngine" }, - "name": "audioRecorderType" + "name": "audioEngine" }, "computed": false + }, + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " audio settings", + "start": 7929, + "end": 7946, + "loc": { + "start": { + "line": 209, + "column": 8 + }, + "end": { + "line": 209, + "column": 25 + } + } } - } + ] }, { "type": "ExpressionStatement", - "start": 8021, - "end": 8072, + "start": 8009, + "end": 8066, "loc": { "start": { "line": 211, @@ -14474,13 +14474,13 @@ }, "end": { "line": 211, - "column": 59 + "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 8021, - "end": 8071, + "start": 8009, + "end": 8065, "loc": { "start": { "line": 211, @@ -14488,14 +14488,14 @@ }, "end": { "line": 211, - "column": 58 + "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8021, - "end": 8040, + "start": 8009, + "end": 8031, "loc": { "start": { "line": 211, @@ -14503,13 +14503,13 @@ }, "end": { "line": 211, - "column": 27 + "column": 30 } }, "object": { "type": "ThisExpression", - "start": 8021, - "end": 8025, + "start": 8009, + "end": 8013, "loc": { "start": { "line": 211, @@ -14523,8 +14523,8 @@ }, "property": { "type": "Identifier", - "start": 8026, - "end": 8040, + "start": 8014, + "end": 8031, "loc": { "start": { "line": 211, @@ -14532,40 +14532,40 @@ }, "end": { "line": 211, - "column": 27 + "column": 30 }, - "identifierName": "audioWorkerURL" + "identifierName": "audioRecorderType" }, - "name": "audioWorkerURL" + "name": "audioRecorderType" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8043, - "end": 8071, + "start": 8034, + "end": 8065, "loc": { "start": { "line": 211, - "column": 30 + "column": 33 }, "end": { "line": 211, - "column": 58 + "column": 64 } }, "object": { "type": "Identifier", - "start": 8043, - "end": 8056, + "start": 8034, + "end": 8047, "loc": { "start": { "line": 211, - "column": 30 + "column": 33 }, "end": { "line": 211, - "column": 43 + "column": 46 }, "identifierName": "recordOptions" }, @@ -14573,20 +14573,20 @@ }, "property": { "type": "Identifier", - "start": 8057, - "end": 8071, + "start": 8048, + "end": 8065, "loc": { "start": { "line": 211, - "column": 44 + "column": 47 }, "end": { "line": 211, - "column": 58 + "column": 64 }, - "identifierName": "audioWorkerURL" + "identifierName": "audioRecorderType" }, - "name": "audioWorkerURL" + "name": "audioRecorderType" }, "computed": false } @@ -14594,8 +14594,8 @@ }, { "type": "ExpressionStatement", - "start": 8081, - "end": 8142, + "start": 8075, + "end": 8126, "loc": { "start": { "line": 212, @@ -14603,13 +14603,13 @@ }, "end": { "line": 212, - "column": 69 + "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 8081, - "end": 8141, + "start": 8075, + "end": 8125, "loc": { "start": { "line": 212, @@ -14617,14 +14617,14 @@ }, "end": { "line": 212, - "column": 68 + "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8081, - "end": 8105, + "start": 8075, + "end": 8094, "loc": { "start": { "line": 212, @@ -14632,13 +14632,13 @@ }, "end": { "line": 212, - "column": 32 + "column": 27 } }, "object": { "type": "ThisExpression", - "start": 8081, - "end": 8085, + "start": 8075, + "end": 8079, "loc": { "start": { "line": 212, @@ -14652,8 +14652,8 @@ }, "property": { "type": "Identifier", - "start": 8086, - "end": 8105, + "start": 8080, + "end": 8094, "loc": { "start": { "line": 212, @@ -14661,40 +14661,40 @@ }, "end": { "line": 212, - "column": 32 + "column": 27 }, - "identifierName": "audioWebAssemblyURL" + "identifierName": "audioWorkerURL" }, - "name": "audioWebAssemblyURL" + "name": "audioWorkerURL" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8108, - "end": 8141, + "start": 8097, + "end": 8125, "loc": { "start": { "line": 212, - "column": 35 + "column": 30 }, "end": { "line": 212, - "column": 68 + "column": 58 } }, "object": { "type": "Identifier", - "start": 8108, - "end": 8121, + "start": 8097, + "end": 8110, "loc": { "start": { "line": 212, - "column": 35 + "column": 30 }, "end": { "line": 212, - "column": 48 + "column": 43 }, "identifierName": "recordOptions" }, @@ -14702,20 +14702,20 @@ }, "property": { "type": "Identifier", - "start": 8122, - "end": 8141, + "start": 8111, + "end": 8125, "loc": { "start": { "line": 212, - "column": 49 + "column": 44 }, "end": { "line": 212, - "column": 68 + "column": 58 }, - "identifierName": "audioWebAssemblyURL" + "identifierName": "audioWorkerURL" }, - "name": "audioWebAssemblyURL" + "name": "audioWorkerURL" }, "computed": false } @@ -14723,8 +14723,8 @@ }, { "type": "ExpressionStatement", - "start": 8151, - "end": 8204, + "start": 8135, + "end": 8196, "loc": { "start": { "line": 213, @@ -14732,13 +14732,13 @@ }, "end": { "line": 213, - "column": 61 + "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 8151, - "end": 8203, + "start": 8135, + "end": 8195, "loc": { "start": { "line": 213, @@ -14746,14 +14746,14 @@ }, "end": { "line": 213, - "column": 60 + "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8151, - "end": 8171, + "start": 8135, + "end": 8159, "loc": { "start": { "line": 213, @@ -14761,13 +14761,13 @@ }, "end": { "line": 213, - "column": 28 + "column": 32 } }, "object": { "type": "ThisExpression", - "start": 8151, - "end": 8155, + "start": 8135, + "end": 8139, "loc": { "start": { "line": 213, @@ -14781,8 +14781,8 @@ }, "property": { "type": "Identifier", - "start": 8156, - "end": 8171, + "start": 8140, + "end": 8159, "loc": { "start": { "line": 213, @@ -14790,40 +14790,40 @@ }, "end": { "line": 213, - "column": 28 + "column": 32 }, - "identifierName": "audioBufferSize" + "identifierName": "audioWebAssemblyURL" }, - "name": "audioBufferSize" + "name": "audioWebAssemblyURL" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8174, - "end": 8203, + "start": 8162, + "end": 8195, "loc": { "start": { "line": 213, - "column": 31 + "column": 35 }, "end": { "line": 213, - "column": 60 + "column": 68 } }, "object": { "type": "Identifier", - "start": 8174, - "end": 8187, + "start": 8162, + "end": 8175, "loc": { "start": { "line": 213, - "column": 31 + "column": 35 }, "end": { "line": 213, - "column": 44 + "column": 48 }, "identifierName": "recordOptions" }, @@ -14831,20 +14831,20 @@ }, "property": { "type": "Identifier", - "start": 8188, - "end": 8203, + "start": 8176, + "end": 8195, "loc": { "start": { "line": 213, - "column": 45 + "column": 49 }, "end": { "line": 213, - "column": 60 + "column": 68 }, - "identifierName": "audioBufferSize" + "identifierName": "audioWebAssemblyURL" }, - "name": "audioBufferSize" + "name": "audioWebAssemblyURL" }, "computed": false } @@ -14852,8 +14852,8 @@ }, { "type": "ExpressionStatement", - "start": 8213, - "end": 8266, + "start": 8205, + "end": 8258, "loc": { "start": { "line": 214, @@ -14866,8 +14866,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 8213, - "end": 8265, + "start": 8205, + "end": 8257, "loc": { "start": { "line": 214, @@ -14881,8 +14881,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 8213, - "end": 8233, + "start": 8205, + "end": 8225, "loc": { "start": { "line": 214, @@ -14895,8 +14895,8 @@ }, "object": { "type": "ThisExpression", - "start": 8213, - "end": 8217, + "start": 8205, + "end": 8209, "loc": { "start": { "line": 214, @@ -14910,8 +14910,8 @@ }, "property": { "type": "Identifier", - "start": 8218, - "end": 8233, + "start": 8210, + "end": 8225, "loc": { "start": { "line": 214, @@ -14921,16 +14921,16 @@ "line": 214, "column": 28 }, - "identifierName": "audioSampleRate" + "identifierName": "audioBufferSize" }, - "name": "audioSampleRate" + "name": "audioBufferSize" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8236, - "end": 8265, + "start": 8228, + "end": 8257, "loc": { "start": { "line": 214, @@ -14943,8 +14943,8 @@ }, "object": { "type": "Identifier", - "start": 8236, - "end": 8249, + "start": 8228, + "end": 8241, "loc": { "start": { "line": 214, @@ -14960,8 +14960,8 @@ }, "property": { "type": "Identifier", - "start": 8250, - "end": 8265, + "start": 8242, + "end": 8257, "loc": { "start": { "line": 214, @@ -14971,9 +14971,9 @@ "line": 214, "column": 60 }, - "identifierName": "audioSampleRate" + "identifierName": "audioBufferSize" }, - "name": "audioSampleRate" + "name": "audioBufferSize" }, "computed": false } @@ -14981,8 +14981,8 @@ }, { "type": "ExpressionStatement", - "start": 8275, - "end": 8322, + "start": 8267, + "end": 8320, "loc": { "start": { "line": 215, @@ -14990,13 +14990,13 @@ }, "end": { "line": 215, - "column": 55 + "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 8275, - "end": 8321, + "start": 8267, + "end": 8319, "loc": { "start": { "line": 215, @@ -15004,14 +15004,14 @@ }, "end": { "line": 215, - "column": 54 + "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8275, - "end": 8292, + "start": 8267, + "end": 8287, "loc": { "start": { "line": 215, @@ -15019,13 +15019,13 @@ }, "end": { "line": 215, - "column": 25 + "column": 28 } }, "object": { "type": "ThisExpression", - "start": 8275, - "end": 8279, + "start": 8267, + "end": 8271, "loc": { "start": { "line": 215, @@ -15039,8 +15039,8 @@ }, "property": { "type": "Identifier", - "start": 8280, - "end": 8292, + "start": 8272, + "end": 8287, "loc": { "start": { "line": 215, @@ -15048,40 +15048,40 @@ }, "end": { "line": 215, - "column": 25 + "column": 28 }, - "identifierName": "audioBitRate" + "identifierName": "audioSampleRate" }, - "name": "audioBitRate" + "name": "audioSampleRate" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8295, - "end": 8321, + "start": 8290, + "end": 8319, "loc": { "start": { "line": 215, - "column": 28 + "column": 31 }, "end": { "line": 215, - "column": 54 + "column": 60 } }, "object": { "type": "Identifier", - "start": 8295, - "end": 8308, + "start": 8290, + "end": 8303, "loc": { "start": { "line": 215, - "column": 28 + "column": 31 }, "end": { "line": 215, - "column": 41 + "column": 44 }, "identifierName": "recordOptions" }, @@ -15089,20 +15089,20 @@ }, "property": { "type": "Identifier", - "start": 8309, - "end": 8321, + "start": 8304, + "end": 8319, "loc": { "start": { "line": 215, - "column": 42 + "column": 45 }, "end": { "line": 215, - "column": 54 + "column": 60 }, - "identifierName": "audioBitRate" + "identifierName": "audioSampleRate" }, - "name": "audioBitRate" + "name": "audioSampleRate" }, "computed": false } @@ -15110,8 +15110,8 @@ }, { "type": "ExpressionStatement", - "start": 8331, - "end": 8380, + "start": 8329, + "end": 8376, "loc": { "start": { "line": 216, @@ -15119,13 +15119,13 @@ }, "end": { "line": 216, - "column": 57 + "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 8331, - "end": 8379, + "start": 8329, + "end": 8375, "loc": { "start": { "line": 216, @@ -15133,14 +15133,14 @@ }, "end": { "line": 216, - "column": 56 + "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8331, - "end": 8349, + "start": 8329, + "end": 8346, "loc": { "start": { "line": 216, @@ -15148,13 +15148,13 @@ }, "end": { "line": 216, - "column": 26 + "column": 25 } }, "object": { "type": "ThisExpression", - "start": 8331, - "end": 8335, + "start": 8329, + "end": 8333, "loc": { "start": { "line": 216, @@ -15168,8 +15168,8 @@ }, "property": { "type": "Identifier", - "start": 8336, - "end": 8349, + "start": 8334, + "end": 8346, "loc": { "start": { "line": 216, @@ -15177,40 +15177,40 @@ }, "end": { "line": 216, - "column": 26 + "column": 25 }, - "identifierName": "audioChannels" + "identifierName": "audioBitRate" }, - "name": "audioChannels" + "name": "audioBitRate" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8352, - "end": 8379, + "start": 8349, + "end": 8375, "loc": { "start": { "line": 216, - "column": 29 + "column": 28 }, "end": { "line": 216, - "column": 56 + "column": 54 } }, "object": { "type": "Identifier", - "start": 8352, - "end": 8365, + "start": 8349, + "end": 8362, "loc": { "start": { "line": 216, - "column": 29 + "column": 28 }, "end": { "line": 216, - "column": 42 + "column": 41 }, "identifierName": "recordOptions" }, @@ -15218,20 +15218,20 @@ }, "property": { "type": "Identifier", - "start": 8366, - "end": 8379, + "start": 8363, + "end": 8375, "loc": { "start": { "line": 216, - "column": 43 + "column": 42 }, "end": { "line": 216, - "column": 56 + "column": 54 }, - "identifierName": "audioChannels" + "identifierName": "audioBitRate" }, - "name": "audioChannels" + "name": "audioBitRate" }, "computed": false } @@ -15239,8 +15239,8 @@ }, { "type": "ExpressionStatement", - "start": 8389, - "end": 8438, + "start": 8385, + "end": 8434, "loc": { "start": { "line": 217, @@ -15253,8 +15253,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 8389, - "end": 8437, + "start": 8385, + "end": 8433, "loc": { "start": { "line": 217, @@ -15268,8 +15268,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 8389, - "end": 8407, + "start": 8385, + "end": 8403, "loc": { "start": { "line": 217, @@ -15282,8 +15282,8 @@ }, "object": { "type": "ThisExpression", - "start": 8389, - "end": 8393, + "start": 8385, + "end": 8389, "loc": { "start": { "line": 217, @@ -15297,8 +15297,8 @@ }, "property": { "type": "Identifier", - "start": 8394, - "end": 8407, + "start": 8390, + "end": 8403, "loc": { "start": { "line": 217, @@ -15308,16 +15308,16 @@ "line": 217, "column": 26 }, - "identifierName": "audioMimeType" + "identifierName": "audioChannels" }, - "name": "audioMimeType" + "name": "audioChannels" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8410, - "end": 8437, + "start": 8406, + "end": 8433, "loc": { "start": { "line": 217, @@ -15330,8 +15330,8 @@ }, "object": { "type": "Identifier", - "start": 8410, - "end": 8423, + "start": 8406, + "end": 8419, "loc": { "start": { "line": 217, @@ -15347,8 +15347,8 @@ }, "property": { "type": "Identifier", - "start": 8424, - "end": 8437, + "start": 8420, + "end": 8433, "loc": { "start": { "line": 217, @@ -15358,9 +15358,9 @@ "line": 217, "column": 56 }, - "identifierName": "audioMimeType" + "identifierName": "audioChannels" }, - "name": "audioMimeType" + "name": "audioChannels" }, "computed": false } @@ -15368,8 +15368,8 @@ }, { "type": "ExpressionStatement", - "start": 8447, - "end": 8504, + "start": 8443, + "end": 8492, "loc": { "start": { "line": 218, @@ -15377,13 +15377,13 @@ }, "end": { "line": 218, - "column": 65 + "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 8447, - "end": 8503, + "start": 8443, + "end": 8491, "loc": { "start": { "line": 218, @@ -15391,14 +15391,14 @@ }, "end": { "line": 218, - "column": 64 + "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8447, - "end": 8469, + "start": 8443, + "end": 8461, "loc": { "start": { "line": 218, @@ -15406,13 +15406,13 @@ }, "end": { "line": 218, - "column": 30 + "column": 26 } }, "object": { "type": "ThisExpression", - "start": 8447, - "end": 8451, + "start": 8443, + "end": 8447, "loc": { "start": { "line": 218, @@ -15426,8 +15426,8 @@ }, "property": { "type": "Identifier", - "start": 8452, - "end": 8469, + "start": 8448, + "end": 8461, "loc": { "start": { "line": 218, @@ -15435,40 +15435,40 @@ }, "end": { "line": 218, - "column": 30 + "column": 26 }, - "identifierName": "audioBufferUpdate" + "identifierName": "audioMimeType" }, - "name": "audioBufferUpdate" + "name": "audioMimeType" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8472, - "end": 8503, + "start": 8464, + "end": 8491, "loc": { "start": { "line": 218, - "column": 33 + "column": 29 }, "end": { "line": 218, - "column": 64 + "column": 56 } }, "object": { "type": "Identifier", - "start": 8472, - "end": 8485, + "start": 8464, + "end": 8477, "loc": { "start": { "line": 218, - "column": 33 + "column": 29 }, "end": { "line": 218, - "column": 46 + "column": 42 }, "identifierName": "recordOptions" }, @@ -15476,148 +15476,128 @@ }, "property": { "type": "Identifier", - "start": 8486, - "end": 8503, + "start": 8478, + "end": 8491, "loc": { "start": { "line": 218, - "column": 47 + "column": 43 }, "end": { "line": 218, - "column": 64 + "column": 56 }, - "identifierName": "audioBufferUpdate" + "identifierName": "audioMimeType" }, - "name": "audioBufferUpdate" + "name": "audioMimeType" }, "computed": false } - }, - "trailingComments": [ - { - "type": "CommentLine", - "value": " image settings", - "start": 8514, - "end": 8531, - "loc": { - "start": { - "line": 220, - "column": 8 - }, - "end": { - "line": 220, - "column": 25 - } - } - } - ] + } }, { "type": "ExpressionStatement", - "start": 8540, - "end": 8593, + "start": 8501, + "end": 8558, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, - "column": 61 + "line": 219, + "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 8540, - "end": 8592, + "start": 8501, + "end": 8557, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, - "column": 60 + "line": 219, + "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8540, - "end": 8560, + "start": 8501, + "end": 8523, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, - "column": 28 + "line": 219, + "column": 30 } }, "object": { "type": "ThisExpression", - "start": 8540, - "end": 8544, + "start": 8501, + "end": 8505, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, + "line": 219, "column": 12 } - }, - "leadingComments": null + } }, "property": { "type": "Identifier", - "start": 8545, - "end": 8560, + "start": 8506, + "end": 8523, "loc": { "start": { - "line": 221, + "line": 219, "column": 13 }, "end": { - "line": 221, - "column": 28 + "line": 219, + "column": 30 }, - "identifierName": "imageOutputType" + "identifierName": "audioBufferUpdate" }, - "name": "imageOutputType" + "name": "audioBufferUpdate" }, - "computed": false, - "leadingComments": null + "computed": false }, "right": { "type": "MemberExpression", - "start": 8563, - "end": 8592, + "start": 8526, + "end": 8557, "loc": { "start": { - "line": 221, - "column": 31 + "line": 219, + "column": 33 }, "end": { - "line": 221, - "column": 60 + "line": 219, + "column": 64 } }, "object": { "type": "Identifier", - "start": 8563, - "end": 8576, + "start": 8526, + "end": 8539, "loc": { "start": { - "line": 221, - "column": 31 + "line": 219, + "column": 33 }, "end": { - "line": 221, - "column": 44 + "line": 219, + "column": 46 }, "identifierName": "recordOptions" }, @@ -15625,38 +15605,37 @@ }, "property": { "type": "Identifier", - "start": 8577, - "end": 8592, + "start": 8540, + "end": 8557, "loc": { "start": { - "line": 221, - "column": 45 + "line": 219, + "column": 47 }, "end": { - "line": 221, - "column": 60 + "line": 219, + "column": 64 }, - "identifierName": "imageOutputType" + "identifierName": "audioBufferUpdate" }, - "name": "imageOutputType" + "name": "audioBufferUpdate" }, "computed": false - }, - "leadingComments": null + } }, - "leadingComments": [ + "trailingComments": [ { "type": "CommentLine", "value": " image settings", - "start": 8514, - "end": 8531, + "start": 8568, + "end": 8585, "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 25 } } @@ -15665,8 +15644,8 @@ }, { "type": "ExpressionStatement", - "start": 8602, - "end": 8659, + "start": 8594, + "end": 8647, "loc": { "start": { "line": 222, @@ -15674,13 +15653,13 @@ }, "end": { "line": 222, - "column": 65 + "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 8602, - "end": 8658, + "start": 8594, + "end": 8646, "loc": { "start": { "line": 222, @@ -15688,14 +15667,14 @@ }, "end": { "line": 222, - "column": 64 + "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8602, - "end": 8624, + "start": 8594, + "end": 8614, "loc": { "start": { "line": 222, @@ -15703,13 +15682,13 @@ }, "end": { "line": 222, - "column": 30 + "column": 28 } }, "object": { "type": "ThisExpression", - "start": 8602, - "end": 8606, + "start": 8594, + "end": 8598, "loc": { "start": { "line": 222, @@ -15719,12 +15698,13 @@ "line": 222, "column": 12 } - } + }, + "leadingComments": null }, "property": { "type": "Identifier", - "start": 8607, - "end": 8624, + "start": 8599, + "end": 8614, "loc": { "start": { "line": 222, @@ -15732,40 +15712,41 @@ }, "end": { "line": 222, - "column": 30 + "column": 28 }, - "identifierName": "imageOutputFormat" + "identifierName": "imageOutputType" }, - "name": "imageOutputFormat" + "name": "imageOutputType" }, - "computed": false + "computed": false, + "leadingComments": null }, "right": { "type": "MemberExpression", - "start": 8627, - "end": 8658, + "start": 8617, + "end": 8646, "loc": { "start": { "line": 222, - "column": 33 + "column": 31 }, "end": { "line": 222, - "column": 64 + "column": 60 } }, "object": { "type": "Identifier", - "start": 8627, - "end": 8640, + "start": 8617, + "end": 8630, "loc": { "start": { "line": 222, - "column": 33 + "column": 31 }, "end": { "line": 222, - "column": 46 + "column": 44 }, "identifierName": "recordOptions" }, @@ -15773,29 +15754,48 @@ }, "property": { "type": "Identifier", - "start": 8641, - "end": 8658, + "start": 8631, + "end": 8646, "loc": { "start": { "line": 222, - "column": 47 + "column": 45 }, "end": { "line": 222, - "column": 64 + "column": 60 }, - "identifierName": "imageOutputFormat" + "identifierName": "imageOutputType" }, - "name": "imageOutputFormat" + "name": "imageOutputType" }, "computed": false + }, + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " image settings", + "start": 8568, + "end": 8585, + "loc": { + "start": { + "line": 221, + "column": 8 + }, + "end": { + "line": 221, + "column": 25 + } + } } - } + ] }, { "type": "ExpressionStatement", - "start": 8668, - "end": 8727, + "start": 8656, + "end": 8713, "loc": { "start": { "line": 223, @@ -15803,13 +15803,13 @@ }, "end": { "line": 223, - "column": 67 + "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 8668, - "end": 8726, + "start": 8656, + "end": 8712, "loc": { "start": { "line": 223, @@ -15817,14 +15817,14 @@ }, "end": { "line": 223, - "column": 66 + "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8668, - "end": 8691, + "start": 8656, + "end": 8678, "loc": { "start": { "line": 223, @@ -15832,13 +15832,13 @@ }, "end": { "line": 223, - "column": 31 + "column": 30 } }, "object": { "type": "ThisExpression", - "start": 8668, - "end": 8672, + "start": 8656, + "end": 8660, "loc": { "start": { "line": 223, @@ -15852,8 +15852,8 @@ }, "property": { "type": "Identifier", - "start": 8673, - "end": 8691, + "start": 8661, + "end": 8678, "loc": { "start": { "line": 223, @@ -15861,40 +15861,40 @@ }, "end": { "line": 223, - "column": 31 + "column": 30 }, - "identifierName": "imageOutputQuality" + "identifierName": "imageOutputFormat" }, - "name": "imageOutputQuality" + "name": "imageOutputFormat" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8694, - "end": 8726, + "start": 8681, + "end": 8712, "loc": { "start": { "line": 223, - "column": 34 + "column": 33 }, "end": { "line": 223, - "column": 66 + "column": 64 } }, "object": { "type": "Identifier", - "start": 8694, - "end": 8707, + "start": 8681, + "end": 8694, "loc": { "start": { "line": 223, - "column": 34 + "column": 33 }, "end": { "line": 223, - "column": 47 + "column": 46 }, "identifierName": "recordOptions" }, @@ -15902,76 +15902,159 @@ }, "property": { "type": "Identifier", - "start": 8708, - "end": 8726, + "start": 8695, + "end": 8712, "loc": { "start": { "line": 223, - "column": 48 + "column": 47 }, "end": { "line": 223, - "column": 66 + "column": 64 }, - "identifierName": "imageOutputQuality" + "identifierName": "imageOutputFormat" }, - "name": "imageOutputQuality" + "name": "imageOutputFormat" }, "computed": false } - }, - "trailingComments": [ - { - "type": "CommentLine", - "value": " animation settings", - "start": 8737, - "end": 8758, - "loc": { - "start": { - "line": 225, - "column": 8 - }, - "end": { - "line": 225, - "column": 29 - } - } - } - ] + } }, { "type": "ExpressionStatement", - "start": 8767, - "end": 8826, + "start": 8722, + "end": 8781, "loc": { "start": { - "line": 226, + "line": 224, "column": 8 }, "end": { - "line": 226, + "line": 224, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 8767, - "end": 8825, + "start": 8722, + "end": 8780, "loc": { "start": { - "line": 226, + "line": 224, "column": 8 }, "end": { - "line": 226, + "line": 224, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8767, - "end": 8790, + "start": 8722, + "end": 8745, + "loc": { + "start": { + "line": 224, + "column": 8 + }, + "end": { + "line": 224, + "column": 31 + } + }, + "object": { + "type": "ThisExpression", + "start": 8722, + "end": 8726, + "loc": { + "start": { + "line": 224, + "column": 8 + }, + "end": { + "line": 224, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "start": 8727, + "end": 8745, + "loc": { + "start": { + "line": 224, + "column": 13 + }, + "end": { + "line": 224, + "column": 31 + }, + "identifierName": "imageOutputQuality" + }, + "name": "imageOutputQuality" + }, + "computed": false + }, + "right": { + "type": "MemberExpression", + "start": 8748, + "end": 8780, + "loc": { + "start": { + "line": 224, + "column": 34 + }, + "end": { + "line": 224, + "column": 66 + } + }, + "object": { + "type": "Identifier", + "start": 8748, + "end": 8761, + "loc": { + "start": { + "line": 224, + "column": 34 + }, + "end": { + "line": 224, + "column": 47 + }, + "identifierName": "recordOptions" + }, + "name": "recordOptions" + }, + "property": { + "type": "Identifier", + "start": 8762, + "end": 8780, + "loc": { + "start": { + "line": 224, + "column": 48 + }, + "end": { + "line": 224, + "column": 66 + }, + "identifierName": "imageOutputQuality" + }, + "name": "imageOutputQuality" + }, + "computed": false + } + }, + "trailingComments": [ + { + "type": "CommentLine", + "value": " animation settings", + "start": 8791, + "end": 8812, "loc": { "start": { "line": 226, @@ -15979,20 +16062,66 @@ }, "end": { "line": 226, + "column": 29 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "start": 8821, + "end": 8880, + "loc": { + "start": { + "line": 227, + "column": 8 + }, + "end": { + "line": 227, + "column": 67 + } + }, + "expression": { + "type": "AssignmentExpression", + "start": 8821, + "end": 8879, + "loc": { + "start": { + "line": 227, + "column": 8 + }, + "end": { + "line": 227, + "column": 66 + } + }, + "operator": "=", + "left": { + "type": "MemberExpression", + "start": 8821, + "end": 8844, + "loc": { + "start": { + "line": 227, + "column": 8 + }, + "end": { + "line": 227, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 8767, - "end": 8771, + "start": 8821, + "end": 8825, "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 12 } }, @@ -16000,15 +16129,15 @@ }, "property": { "type": "Identifier", - "start": 8772, - "end": 8790, + "start": 8826, + "end": 8844, "loc": { "start": { - "line": 226, + "line": 227, "column": 13 }, "end": { - "line": 226, + "line": 227, "column": 31 }, "identifierName": "animationFrameRate" @@ -16020,29 +16149,29 @@ }, "right": { "type": "MemberExpression", - "start": 8793, - "end": 8825, + "start": 8847, + "end": 8879, "loc": { "start": { - "line": 226, + "line": 227, "column": 34 }, "end": { - "line": 226, + "line": 227, "column": 66 } }, "object": { "type": "Identifier", - "start": 8793, - "end": 8806, + "start": 8847, + "end": 8860, "loc": { "start": { - "line": 226, + "line": 227, "column": 34 }, "end": { - "line": 226, + "line": 227, "column": 47 }, "identifierName": "recordOptions" @@ -16051,15 +16180,15 @@ }, "property": { "type": "Identifier", - "start": 8807, - "end": 8825, + "start": 8861, + "end": 8879, "loc": { "start": { - "line": 226, + "line": 227, "column": 48 }, "end": { - "line": 226, + "line": 227, "column": 66 }, "identifierName": "animationFrameRate" @@ -16074,15 +16203,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8737, - "end": 8758, + "start": 8791, + "end": 8812, "loc": { "start": { - "line": 225, + "line": 226, "column": 8 }, "end": { - "line": 225, + "line": 226, "column": 29 } } @@ -16091,73 +16220,73 @@ }, { "type": "ExpressionStatement", - "start": 8835, - "end": 8890, + "start": 8889, + "end": 8944, "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 8835, - "end": 8889, + "start": 8889, + "end": 8943, "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8835, - "end": 8856, + "start": 8889, + "end": 8910, "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 8835, - "end": 8839, + "start": 8889, + "end": 8893, "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8840, - "end": 8856, + "start": 8894, + "end": 8910, "loc": { "start": { - "line": 227, + "line": 228, "column": 13 }, "end": { - "line": 227, + "line": 228, "column": 29 }, "identifierName": "animationQuality" @@ -16168,29 +16297,29 @@ }, "right": { "type": "MemberExpression", - "start": 8859, - "end": 8889, + "start": 8913, + "end": 8943, "loc": { "start": { - "line": 227, + "line": 228, "column": 32 }, "end": { - "line": 227, + "line": 228, "column": 62 } }, "object": { "type": "Identifier", - "start": 8859, - "end": 8872, + "start": 8913, + "end": 8926, "loc": { "start": { - "line": 227, + "line": 228, "column": 32 }, "end": { - "line": 227, + "line": 228, "column": 45 }, "identifierName": "recordOptions" @@ -16199,15 +16328,15 @@ }, "property": { "type": "Identifier", - "start": 8873, - "end": 8889, + "start": 8927, + "end": 8943, "loc": { "start": { - "line": 227, + "line": 228, "column": 46 }, "end": { - "line": 227, + "line": 228, "column": 62 }, "identifierName": "animationQuality" @@ -16244,15 +16373,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8902, - "end": 8956, + "start": 8956, + "end": 9010, "loc": { "start": { - "line": 230, + "line": 231, "column": 4 }, "end": { - "line": 233, + "line": 234, "column": 7 } } @@ -16261,15 +16390,15 @@ }, { "type": "ClassMethod", - "start": 8961, - "end": 14356, + "start": 9015, + "end": 14410, "loc": { "start": { - "line": 234, + "line": 235, "column": 4 }, "end": { - "line": 365, + "line": 366, "column": 5 } }, @@ -16277,15 +16406,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 8961, - "end": 8968, + "start": 9015, + "end": 9022, "loc": { "start": { - "line": 234, + "line": 235, "column": 4 }, "end": { - "line": 234, + "line": 235, "column": 11 }, "identifierName": "setupUI" @@ -16301,100 +16430,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 8971, - "end": 14356, + "start": 9025, + "end": 14410, "loc": { "start": { - "line": 234, + "line": 235, "column": 14 }, "end": { - "line": 365, + "line": 366, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 9042, - "end": 9100, + "start": 9096, + "end": 9154, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 9042, - "end": 9099, + "start": 9096, + "end": 9153, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 9042, - "end": 9073, + "start": 9096, + "end": 9127, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 9042, - "end": 9064, + "start": 9096, + "end": 9118, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 9042, - "end": 9053, + "start": 9096, + "end": 9107, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 9042, - "end": 9046, + "start": 9096, + "end": 9100, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 12 } }, @@ -16402,15 +16531,15 @@ }, "property": { "type": "Identifier", - "start": 9047, - "end": 9053, + "start": 9101, + "end": 9107, "loc": { "start": { - "line": 236, + "line": 237, "column": 13 }, "end": { - "line": 236, + "line": 237, "column": 19 }, "identifierName": "player" @@ -16422,15 +16551,15 @@ }, "property": { "type": "Identifier", - "start": 9054, - "end": 9064, + "start": 9108, + "end": 9118, "loc": { "start": { - "line": 236, + "line": 237, "column": 20 }, "end": { - "line": 236, + "line": 237, "column": 30 }, "identifierName": "controlBar" @@ -16442,15 +16571,15 @@ }, "property": { "type": "Identifier", - "start": 9065, - "end": 9073, + "start": 9119, + "end": 9127, "loc": { "start": { - "line": 236, + "line": 237, "column": 31 }, "end": { - "line": 236, + "line": 237, "column": 39 }, "identifierName": "addChild" @@ -16463,58 +16592,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 9074, - "end": 9098, + "start": 9128, + "end": 9152, "loc": { "start": { - "line": 236, + "line": 237, "column": 40 }, "end": { - "line": 236, + "line": 237, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 9074, - "end": 9085, + "start": 9128, + "end": 9139, "loc": { "start": { - "line": 236, + "line": 237, "column": 40 }, "end": { - "line": 236, + "line": 237, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 9074, - "end": 9078, + "start": 9128, + "end": 9132, "loc": { "start": { - "line": 236, + "line": 237, "column": 40 }, "end": { - "line": 236, + "line": 237, "column": 44 } } }, "property": { "type": "Identifier", - "start": 9079, - "end": 9085, + "start": 9133, + "end": 9139, "loc": { "start": { - "line": 236, + "line": 237, "column": 45 }, "end": { - "line": 236, + "line": 237, "column": 51 }, "identifierName": "player" @@ -16525,15 +16654,15 @@ }, "property": { "type": "Identifier", - "start": 9086, - "end": 9098, + "start": 9140, + "end": 9152, "loc": { "start": { - "line": 236, + "line": 237, "column": 52 }, "end": { - "line": 236, + "line": 237, "column": 64 }, "identifierName": "cameraButton" @@ -16549,15 +16678,15 @@ { "type": "CommentLine", "value": " insert custom controls on left-side of controlbar", - "start": 8981, - "end": 9033, + "start": 9035, + "end": 9087, "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 60 } } @@ -16566,128 +16695,128 @@ }, { "type": "ExpressionStatement", - "start": 9109, - "end": 9246, + "start": 9163, + "end": 9300, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 9109, - "end": 9245, + "start": 9163, + "end": 9299, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 9109, - "end": 9149, + "start": 9163, + "end": 9203, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 48 } }, "object": { "type": "CallExpression", - "start": 9109, - "end": 9136, + "start": 9163, + "end": 9190, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 9109, - "end": 9134, + "start": 9163, + "end": 9188, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 9109, - "end": 9131, + "start": 9163, + "end": 9185, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 9109, - "end": 9120, + "start": 9163, + "end": 9174, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 9109, - "end": 9113, + "start": 9163, + "end": 9167, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 12 } } }, "property": { "type": "Identifier", - "start": 9114, - "end": 9120, + "start": 9168, + "end": 9174, "loc": { "start": { - "line": 237, + "line": 238, "column": 13 }, "end": { - "line": 237, + "line": 238, "column": 19 }, "identifierName": "player" @@ -16698,15 +16827,15 @@ }, "property": { "type": "Identifier", - "start": 9121, - "end": 9131, + "start": 9175, + "end": 9185, "loc": { "start": { - "line": 237, + "line": 238, "column": 20 }, "end": { - "line": 237, + "line": 238, "column": 30 }, "identifierName": "controlBar" @@ -16717,15 +16846,15 @@ }, "property": { "type": "Identifier", - "start": 9132, - "end": 9134, + "start": 9186, + "end": 9188, "loc": { "start": { - "line": 237, + "line": 238, "column": 31 }, "end": { - "line": 237, + "line": 238, "column": 33 }, "identifierName": "el" @@ -16738,15 +16867,15 @@ }, "property": { "type": "Identifier", - "start": 9137, - "end": 9149, + "start": 9191, + "end": 9203, "loc": { "start": { - "line": 237, + "line": 238, "column": 36 }, "end": { - "line": 237, + "line": 238, "column": 48 }, "identifierName": "insertBefore" @@ -16758,86 +16887,86 @@ "arguments": [ { "type": "CallExpression", - "start": 9163, - "end": 9192, + "start": 9217, + "end": 9246, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 9163, - "end": 9190, + "start": 9217, + "end": 9244, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 9163, - "end": 9187, + "start": 9217, + "end": 9241, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 9163, - "end": 9174, + "start": 9217, + "end": 9228, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9163, - "end": 9167, + "start": 9217, + "end": 9221, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9168, - "end": 9174, + "start": 9222, + "end": 9228, "loc": { "start": { - "line": 238, + "line": 239, "column": 17 }, "end": { - "line": 238, + "line": 239, "column": 23 }, "identifierName": "player" @@ -16848,15 +16977,15 @@ }, "property": { "type": "Identifier", - "start": 9175, - "end": 9187, + "start": 9229, + "end": 9241, "loc": { "start": { - "line": 238, + "line": 239, "column": 24 }, "end": { - "line": 238, + "line": 239, "column": 36 }, "identifierName": "cameraButton" @@ -16867,15 +16996,15 @@ }, "property": { "type": "Identifier", - "start": 9188, - "end": 9190, + "start": 9242, + "end": 9244, "loc": { "start": { - "line": 238, + "line": 239, "column": 37 }, "end": { - "line": 238, + "line": 239, "column": 39 }, "identifierName": "el" @@ -16888,100 +17017,100 @@ }, { "type": "MemberExpression", - "start": 9206, - "end": 9244, + "start": 9260, + "end": 9298, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 50 } }, "object": { "type": "CallExpression", - "start": 9206, - "end": 9233, + "start": 9260, + "end": 9287, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 9206, - "end": 9231, + "start": 9260, + "end": 9285, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9206, - "end": 9228, + "start": 9260, + "end": 9282, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9206, - "end": 9217, + "start": 9260, + "end": 9271, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9206, - "end": 9210, + "start": 9260, + "end": 9264, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9211, - "end": 9217, + "start": 9265, + "end": 9271, "loc": { "start": { - "line": 239, + "line": 240, "column": 17 }, "end": { - "line": 239, + "line": 240, "column": 23 }, "identifierName": "player" @@ -16992,15 +17121,15 @@ }, "property": { "type": "Identifier", - "start": 9218, - "end": 9228, + "start": 9272, + "end": 9282, "loc": { "start": { - "line": 239, + "line": 240, "column": 24 }, "end": { - "line": 239, + "line": 240, "column": 34 }, "identifierName": "controlBar" @@ -17011,15 +17140,15 @@ }, "property": { "type": "Identifier", - "start": 9229, - "end": 9231, + "start": 9283, + "end": 9285, "loc": { "start": { - "line": 239, + "line": 240, "column": 35 }, "end": { - "line": 239, + "line": 240, "column": 37 }, "identifierName": "el" @@ -17032,15 +17161,15 @@ }, "property": { "type": "Identifier", - "start": 9234, - "end": 9244, + "start": 9288, + "end": 9298, "loc": { "start": { - "line": 239, + "line": 240, "column": 40 }, "end": { - "line": 239, + "line": 240, "column": 50 }, "identifierName": "firstChild" @@ -17054,128 +17183,128 @@ }, { "type": "ExpressionStatement", - "start": 9255, - "end": 9392, + "start": 9309, + "end": 9446, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 9255, - "end": 9391, + "start": 9309, + "end": 9445, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 9255, - "end": 9295, + "start": 9309, + "end": 9349, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 48 } }, "object": { "type": "CallExpression", - "start": 9255, - "end": 9282, + "start": 9309, + "end": 9336, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 9255, - "end": 9280, + "start": 9309, + "end": 9334, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 9255, - "end": 9277, + "start": 9309, + "end": 9331, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 9255, - "end": 9266, + "start": 9309, + "end": 9320, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 9255, - "end": 9259, + "start": 9309, + "end": 9313, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 12 } } }, "property": { "type": "Identifier", - "start": 9260, - "end": 9266, + "start": 9314, + "end": 9320, "loc": { "start": { - "line": 240, + "line": 241, "column": 13 }, "end": { - "line": 240, + "line": 241, "column": 19 }, "identifierName": "player" @@ -17186,15 +17315,15 @@ }, "property": { "type": "Identifier", - "start": 9267, - "end": 9277, + "start": 9321, + "end": 9331, "loc": { "start": { - "line": 240, + "line": 241, "column": 20 }, "end": { - "line": 240, + "line": 241, "column": 30 }, "identifierName": "controlBar" @@ -17205,15 +17334,15 @@ }, "property": { "type": "Identifier", - "start": 9278, - "end": 9280, + "start": 9332, + "end": 9334, "loc": { "start": { - "line": 240, + "line": 241, "column": 31 }, "end": { - "line": 240, + "line": 241, "column": 33 }, "identifierName": "el" @@ -17226,15 +17355,15 @@ }, "property": { "type": "Identifier", - "start": 9283, - "end": 9295, + "start": 9337, + "end": 9349, "loc": { "start": { - "line": 240, + "line": 241, "column": 36 }, "end": { - "line": 240, + "line": 241, "column": 48 }, "identifierName": "insertBefore" @@ -17246,86 +17375,86 @@ "arguments": [ { "type": "CallExpression", - "start": 9309, - "end": 9338, + "start": 9363, + "end": 9392, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 9309, - "end": 9336, + "start": 9363, + "end": 9390, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 9309, - "end": 9333, + "start": 9363, + "end": 9387, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 9309, - "end": 9320, + "start": 9363, + "end": 9374, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9309, - "end": 9313, + "start": 9363, + "end": 9367, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9314, - "end": 9320, + "start": 9368, + "end": 9374, "loc": { "start": { - "line": 241, + "line": 242, "column": 17 }, "end": { - "line": 241, + "line": 242, "column": 23 }, "identifierName": "player" @@ -17336,15 +17465,15 @@ }, "property": { "type": "Identifier", - "start": 9321, - "end": 9333, + "start": 9375, + "end": 9387, "loc": { "start": { - "line": 241, + "line": 242, "column": 24 }, "end": { - "line": 241, + "line": 242, "column": 36 }, "identifierName": "recordToggle" @@ -17355,15 +17484,15 @@ }, "property": { "type": "Identifier", - "start": 9334, - "end": 9336, + "start": 9388, + "end": 9390, "loc": { "start": { - "line": 241, + "line": 242, "column": 37 }, "end": { - "line": 241, + "line": 242, "column": 39 }, "identifierName": "el" @@ -17376,100 +17505,100 @@ }, { "type": "MemberExpression", - "start": 9352, - "end": 9390, + "start": 9406, + "end": 9444, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 50 } }, "object": { "type": "CallExpression", - "start": 9352, - "end": 9379, + "start": 9406, + "end": 9433, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 9352, - "end": 9377, + "start": 9406, + "end": 9431, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9352, - "end": 9374, + "start": 9406, + "end": 9428, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9352, - "end": 9363, + "start": 9406, + "end": 9417, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9352, - "end": 9356, + "start": 9406, + "end": 9410, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9357, - "end": 9363, + "start": 9411, + "end": 9417, "loc": { "start": { - "line": 242, + "line": 243, "column": 17 }, "end": { - "line": 242, + "line": 243, "column": 23 }, "identifierName": "player" @@ -17480,15 +17609,15 @@ }, "property": { "type": "Identifier", - "start": 9364, - "end": 9374, + "start": 9418, + "end": 9428, "loc": { "start": { - "line": 242, + "line": 243, "column": 24 }, "end": { - "line": 242, + "line": 243, "column": 34 }, "identifierName": "controlBar" @@ -17499,15 +17628,15 @@ }, "property": { "type": "Identifier", - "start": 9375, - "end": 9377, + "start": 9429, + "end": 9431, "loc": { "start": { - "line": 242, + "line": 243, "column": 35 }, "end": { - "line": 242, + "line": 243, "column": 37 }, "identifierName": "el" @@ -17520,15 +17649,15 @@ }, "property": { "type": "Identifier", - "start": 9380, - "end": 9390, + "start": 9434, + "end": 9444, "loc": { "start": { - "line": 242, + "line": 243, "column": 40 }, "end": { - "line": 242, + "line": 243, "column": 50 }, "identifierName": "firstChild" @@ -17543,15 +17672,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 9402, - "end": 9423, + "start": 9456, + "end": 9477, "loc": { "start": { - "line": 244, + "line": 245, "column": 8 }, "end": { - "line": 244, + "line": 245, "column": 29 } } @@ -17560,57 +17689,57 @@ }, { "type": "IfStatement", - "start": 9432, - "end": 10210, + "start": 9486, + "end": 10264, "loc": { "start": { - "line": 245, + "line": 246, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 9436, - "end": 9466, + "start": 9490, + "end": 9520, "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 9436, - "end": 9457, + "start": 9490, + "end": 9511, "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 9436, - "end": 9440, + "start": 9490, + "end": 9494, "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 16 } }, @@ -17618,15 +17747,15 @@ }, "property": { "type": "Identifier", - "start": 9441, - "end": 9457, + "start": 9495, + "end": 9511, "loc": { "start": { - "line": 245, + "line": 246, "column": 17 }, "end": { - "line": 245, + "line": 246, "column": 33 }, "identifierName": "pictureInPicture" @@ -17639,15 +17768,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 9462, - "end": 9466, + "start": 9516, + "end": 9520, "loc": { "start": { - "line": 245, + "line": 246, "column": 38 }, "end": { - "line": 245, + "line": 246, "column": 42 } }, @@ -17657,129 +17786,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 9468, - "end": 10002, + "start": 9522, + "end": 10056, "loc": { "start": { - "line": 245, + "line": 246, "column": 44 }, "end": { - "line": 255, + "line": 256, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 9482, - "end": 9992, + "start": 9536, + "end": 10046, "loc": { "start": { - "line": 246, + "line": 247, "column": 12 }, "end": { - "line": 254, + "line": 255, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 9486, - "end": 9600, + "start": 9540, + "end": 9654, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 9486, - "end": 9545, + "start": 9540, + "end": 9599, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 75 } }, "left": { "type": "MemberExpression", - "start": 9486, - "end": 9531, + "start": 9540, + "end": 9585, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 9486, - "end": 9508, + "start": 9540, + "end": 9562, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 9486, - "end": 9497, + "start": 9540, + "end": 9551, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9486, - "end": 9490, + "start": 9540, + "end": 9544, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9491, - "end": 9497, + "start": 9545, + "end": 9551, "loc": { "start": { - "line": 246, + "line": 247, "column": 21 }, "end": { - "line": 246, + "line": 247, "column": 27 }, "identifierName": "player" @@ -17790,15 +17919,15 @@ }, "property": { "type": "Identifier", - "start": 9498, - "end": 9508, + "start": 9552, + "end": 9562, "loc": { "start": { - "line": 246, + "line": 247, "column": 28 }, "end": { - "line": 246, + "line": 247, "column": 38 }, "identifierName": "controlBar" @@ -17809,15 +17938,15 @@ }, "property": { "type": "Identifier", - "start": 9509, - "end": 9531, + "start": 9563, + "end": 9585, "loc": { "start": { - "line": 246, + "line": 247, "column": 39 }, "end": { - "line": 246, + "line": 247, "column": 61 }, "identifierName": "pictureInPictureToggle" @@ -17829,15 +17958,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 9536, - "end": 9545, + "start": 9590, + "end": 9599, "loc": { "start": { - "line": 246, + "line": 247, "column": 66 }, "end": { - "line": 246, + "line": 247, "column": 75 }, "identifierName": "undefined" @@ -17848,72 +17977,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 9565, - "end": 9600, + "start": 9619, + "end": 9654, "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 9565, - "end": 9586, + "start": 9619, + "end": 9640, "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9565, - "end": 9576, + "start": 9619, + "end": 9630, "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9565, - "end": 9569, + "start": 9619, + "end": 9623, "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9570, - "end": 9576, + "start": 9624, + "end": 9630, "loc": { "start": { - "line": 247, + "line": 248, "column": 21 }, "end": { - "line": 247, + "line": 248, "column": 27 }, "identifierName": "player" @@ -17924,15 +18053,15 @@ }, "property": { "type": "Identifier", - "start": 9577, - "end": 9586, + "start": 9631, + "end": 9640, "loc": { "start": { - "line": 247, + "line": 248, "column": 28 }, "end": { - "line": 247, + "line": 248, "column": 37 }, "identifierName": "pipToggle" @@ -17944,15 +18073,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9591, - "end": 9600, + "start": 9645, + "end": 9654, "loc": { "start": { - "line": 247, + "line": 248, "column": 42 }, "end": { - "line": 247, + "line": 248, "column": 51 }, "identifierName": "undefined" @@ -17963,100 +18092,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 9602, - "end": 9730, + "start": 9656, + "end": 9784, "loc": { "start": { - "line": 247, + "line": 248, "column": 53 }, "end": { - "line": 250, + "line": 251, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 9661, - "end": 9716, + "start": 9715, + "end": 9770, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 9661, - "end": 9715, + "start": 9715, + "end": 9769, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 9661, - "end": 9692, + "start": 9715, + "end": 9746, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 9661, - "end": 9683, + "start": 9715, + "end": 9737, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 9661, - "end": 9672, + "start": 9715, + "end": 9726, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9661, - "end": 9665, + "start": 9715, + "end": 9719, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 20 } }, @@ -18064,15 +18193,15 @@ }, "property": { "type": "Identifier", - "start": 9666, - "end": 9672, + "start": 9720, + "end": 9726, "loc": { "start": { - "line": 249, + "line": 250, "column": 21 }, "end": { - "line": 249, + "line": 250, "column": 27 }, "identifierName": "player" @@ -18084,15 +18213,15 @@ }, "property": { "type": "Identifier", - "start": 9673, - "end": 9683, + "start": 9727, + "end": 9737, "loc": { "start": { - "line": 249, + "line": 250, "column": 28 }, "end": { - "line": 249, + "line": 250, "column": 38 }, "identifierName": "controlBar" @@ -18104,15 +18233,15 @@ }, "property": { "type": "Identifier", - "start": 9684, - "end": 9692, + "start": 9738, + "end": 9746, "loc": { "start": { - "line": 249, + "line": 250, "column": 39 }, "end": { - "line": 249, + "line": 250, "column": 47 }, "identifierName": "addChild" @@ -18125,58 +18254,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 9693, - "end": 9714, + "start": 9747, + "end": 9768, "loc": { "start": { - "line": 249, + "line": 250, "column": 48 }, "end": { - "line": 249, + "line": 250, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 9693, - "end": 9704, + "start": 9747, + "end": 9758, "loc": { "start": { - "line": 249, + "line": 250, "column": 48 }, "end": { - "line": 249, + "line": 250, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 9693, - "end": 9697, + "start": 9747, + "end": 9751, "loc": { "start": { - "line": 249, + "line": 250, "column": 48 }, "end": { - "line": 249, + "line": 250, "column": 52 } } }, "property": { "type": "Identifier", - "start": 9698, - "end": 9704, + "start": 9752, + "end": 9758, "loc": { "start": { - "line": 249, + "line": 250, "column": 53 }, "end": { - "line": 249, + "line": 250, "column": 59 }, "identifierName": "player" @@ -18187,15 +18316,15 @@ }, "property": { "type": "Identifier", - "start": 9705, - "end": 9714, + "start": 9759, + "end": 9768, "loc": { "start": { - "line": 249, + "line": 250, "column": 60 }, "end": { - "line": 249, + "line": 250, "column": 69 }, "identifierName": "pipToggle" @@ -18211,15 +18340,15 @@ { "type": "CommentLine", "value": " add custom PiP toggle", - "start": 9620, - "end": 9644, + "start": 9674, + "end": 9698, "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 40 } } @@ -18231,100 +18360,100 @@ }, "alternate": { "type": "IfStatement", - "start": 9736, - "end": 9992, + "start": 9790, + "end": 10046, "loc": { "start": { - "line": 250, + "line": 251, "column": 19 }, "end": { - "line": 254, + "line": 255, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 9740, - "end": 9799, + "start": 9794, + "end": 9853, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 82 } }, "left": { "type": "MemberExpression", - "start": 9740, - "end": 9785, + "start": 9794, + "end": 9839, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 9740, - "end": 9762, + "start": 9794, + "end": 9816, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 9740, - "end": 9751, + "start": 9794, + "end": 9805, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 9740, - "end": 9744, + "start": 9794, + "end": 9798, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 27 } } }, "property": { "type": "Identifier", - "start": 9745, - "end": 9751, + "start": 9799, + "end": 9805, "loc": { "start": { - "line": 250, + "line": 251, "column": 28 }, "end": { - "line": 250, + "line": 251, "column": 34 }, "identifierName": "player" @@ -18335,15 +18464,15 @@ }, "property": { "type": "Identifier", - "start": 9752, - "end": 9762, + "start": 9806, + "end": 9816, "loc": { "start": { - "line": 250, + "line": 251, "column": 35 }, "end": { - "line": 250, + "line": 251, "column": 45 }, "identifierName": "controlBar" @@ -18354,15 +18483,15 @@ }, "property": { "type": "Identifier", - "start": 9763, - "end": 9785, + "start": 9817, + "end": 9839, "loc": { "start": { - "line": 250, + "line": 251, "column": 46 }, "end": { - "line": 250, + "line": 251, "column": 68 }, "identifierName": "pictureInPictureToggle" @@ -18374,15 +18503,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9790, - "end": 9799, + "start": 9844, + "end": 9853, "loc": { "start": { - "line": 250, + "line": 251, "column": 73 }, "end": { - "line": 250, + "line": 251, "column": 82 }, "identifierName": "undefined" @@ -18392,87 +18521,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 9801, - "end": 9992, + "start": 9855, + "end": 10046, "loc": { "start": { - "line": 250, + "line": 251, "column": 84 }, "end": { - "line": 254, + "line": 255, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 9862, - "end": 9932, + "start": 9916, + "end": 9986, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 86 } }, "expression": { "type": "AssignmentExpression", - "start": 9862, - "end": 9931, + "start": 9916, + "end": 9985, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 85 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 9862, - "end": 9883, + "start": 9916, + "end": 9937, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9862, - "end": 9873, + "start": 9916, + "end": 9927, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9862, - "end": 9866, + "start": 9916, + "end": 9920, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 20 } }, @@ -18480,15 +18609,15 @@ }, "property": { "type": "Identifier", - "start": 9867, - "end": 9873, + "start": 9921, + "end": 9927, "loc": { "start": { - "line": 252, + "line": 253, "column": 21 }, "end": { - "line": 252, + "line": 253, "column": 27 }, "identifierName": "player" @@ -18500,15 +18629,15 @@ }, "property": { "type": "Identifier", - "start": 9874, - "end": 9883, + "start": 9928, + "end": 9937, "loc": { "start": { - "line": 252, + "line": 253, "column": 28 }, "end": { - "line": 252, + "line": 253, "column": 37 }, "identifierName": "pipToggle" @@ -18520,72 +18649,72 @@ }, "right": { "type": "MemberExpression", - "start": 9886, - "end": 9931, + "start": 9940, + "end": 9985, "loc": { "start": { - "line": 252, + "line": 253, "column": 40 }, "end": { - "line": 252, + "line": 253, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 9886, - "end": 9908, + "start": 9940, + "end": 9962, "loc": { "start": { - "line": 252, + "line": 253, "column": 40 }, "end": { - "line": 252, + "line": 253, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 9886, - "end": 9897, + "start": 9940, + "end": 9951, "loc": { "start": { - "line": 252, + "line": 253, "column": 40 }, "end": { - "line": 252, + "line": 253, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 9886, - "end": 9890, + "start": 9940, + "end": 9944, "loc": { "start": { - "line": 252, + "line": 253, "column": 40 }, "end": { - "line": 252, + "line": 253, "column": 44 } } }, "property": { "type": "Identifier", - "start": 9891, - "end": 9897, + "start": 9945, + "end": 9951, "loc": { "start": { - "line": 252, + "line": 253, "column": 45 }, "end": { - "line": 252, + "line": 253, "column": 51 }, "identifierName": "player" @@ -18596,15 +18725,15 @@ }, "property": { "type": "Identifier", - "start": 9898, - "end": 9908, + "start": 9952, + "end": 9962, "loc": { "start": { - "line": 252, + "line": 253, "column": 52 }, "end": { - "line": 252, + "line": 253, "column": 62 }, "identifierName": "controlBar" @@ -18615,15 +18744,15 @@ }, "property": { "type": "Identifier", - "start": 9909, - "end": 9931, + "start": 9963, + "end": 9985, "loc": { "start": { - "line": 252, + "line": 253, "column": 63 }, "end": { - "line": 252, + "line": 253, "column": 85 }, "identifierName": "pictureInPictureToggle" @@ -18638,15 +18767,15 @@ { "type": "CommentLine", "value": " use video.js PiP toggle", - "start": 9819, - "end": 9845, + "start": 9873, + "end": 9899, "loc": { "start": { - "line": 251, + "line": 252, "column": 16 }, "end": { - "line": 251, + "line": 252, "column": 42 } } @@ -18655,100 +18784,100 @@ }, { "type": "ExpressionStatement", - "start": 9949, - "end": 9978, + "start": 10003, + "end": 10032, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 9949, - "end": 9977, + "start": 10003, + "end": 10031, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 9949, - "end": 9975, + "start": 10003, + "end": 10029, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 9949, - "end": 9970, + "start": 10003, + "end": 10024, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9949, - "end": 9960, + "start": 10003, + "end": 10014, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9949, - "end": 9953, + "start": 10003, + "end": 10007, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9954, - "end": 9960, + "start": 10008, + "end": 10014, "loc": { "start": { - "line": 253, + "line": 254, "column": 21 }, "end": { - "line": 253, + "line": 254, "column": 27 }, "identifierName": "player" @@ -18759,15 +18888,15 @@ }, "property": { "type": "Identifier", - "start": 9961, - "end": 9970, + "start": 10015, + "end": 10024, "loc": { "start": { - "line": 253, + "line": 254, "column": 28 }, "end": { - "line": 253, + "line": 254, "column": 37 }, "identifierName": "pipToggle" @@ -18778,15 +18907,15 @@ }, "property": { "type": "Identifier", - "start": 9971, - "end": 9975, + "start": 10025, + "end": 10029, "loc": { "start": { - "line": 253, + "line": 254, "column": 38 }, "end": { - "line": 253, + "line": 254, "column": 42 }, "identifierName": "hide" @@ -18809,86 +18938,86 @@ }, "alternate": { "type": "IfStatement", - "start": 10008, - "end": 10210, + "start": 10062, + "end": 10264, "loc": { "start": { - "line": 255, + "line": 256, "column": 15 }, "end": { - "line": 259, + "line": 260, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 10025, - "end": 10131, + "start": 10079, + "end": 10185, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 71 } }, "left": { "type": "BinaryExpression", - "start": 10025, - "end": 10056, + "start": 10079, + "end": 10110, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 256, + "line": 257, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 10025, - "end": 10046, + "start": 10079, + "end": 10100, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 256, + "line": 257, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 10025, - "end": 10029, + "start": 10079, + "end": 10083, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 256, + "line": 257, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10030, - "end": 10046, + "start": 10084, + "end": 10100, "loc": { "start": { - "line": 256, + "line": 257, "column": 17 }, "end": { - "line": 256, + "line": 257, "column": 33 }, "identifierName": "pictureInPicture" @@ -18900,15 +19029,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 10051, - "end": 10056, + "start": 10105, + "end": 10110, "loc": { "start": { - "line": 256, + "line": 257, "column": 38 }, "end": { - "line": 256, + "line": 257, "column": 43 } }, @@ -18918,86 +19047,86 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 10072, - "end": 10131, + "start": 10126, + "end": 10185, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 71 } }, "left": { "type": "MemberExpression", - "start": 10072, - "end": 10117, + "start": 10126, + "end": 10171, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 10072, - "end": 10094, + "start": 10126, + "end": 10148, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10072, - "end": 10083, + "start": 10126, + "end": 10137, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10072, - "end": 10076, + "start": 10126, + "end": 10130, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10077, - "end": 10083, + "start": 10131, + "end": 10137, "loc": { "start": { - "line": 257, + "line": 258, "column": 17 }, "end": { - "line": 257, + "line": 258, "column": 23 }, "identifierName": "player" @@ -19008,15 +19137,15 @@ }, "property": { "type": "Identifier", - "start": 10084, - "end": 10094, + "start": 10138, + "end": 10148, "loc": { "start": { - "line": 257, + "line": 258, "column": 24 }, "end": { - "line": 257, + "line": 258, "column": 34 }, "identifierName": "controlBar" @@ -19027,15 +19156,15 @@ }, "property": { "type": "Identifier", - "start": 10095, - "end": 10117, + "start": 10149, + "end": 10171, "loc": { "start": { - "line": 257, + "line": 258, "column": 35 }, "end": { - "line": 257, + "line": 258, "column": 57 }, "identifierName": "pictureInPictureToggle" @@ -19047,15 +19176,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 10122, - "end": 10131, + "start": 10176, + "end": 10185, "loc": { "start": { - "line": 257, + "line": 258, "column": 62 }, "end": { - "line": 257, + "line": 258, "column": 71 }, "identifierName": "undefined" @@ -19066,129 +19195,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 10133, - "end": 10210, + "start": 10187, + "end": 10264, "loc": { "start": { - "line": 257, + "line": 258, "column": 73 }, "end": { - "line": 259, + "line": 260, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 10147, - "end": 10200, + "start": 10201, + "end": 10254, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 10147, - "end": 10199, + "start": 10201, + "end": 10253, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 10147, - "end": 10197, + "start": 10201, + "end": 10251, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 10147, - "end": 10192, + "start": 10201, + "end": 10246, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 10147, - "end": 10169, + "start": 10201, + "end": 10223, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10147, - "end": 10158, + "start": 10201, + "end": 10212, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10147, - "end": 10151, + "start": 10201, + "end": 10205, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10152, - "end": 10158, + "start": 10206, + "end": 10212, "loc": { "start": { - "line": 258, + "line": 259, "column": 17 }, "end": { - "line": 258, + "line": 259, "column": 23 }, "identifierName": "player" @@ -19199,15 +19328,15 @@ }, "property": { "type": "Identifier", - "start": 10159, - "end": 10169, + "start": 10213, + "end": 10223, "loc": { "start": { - "line": 258, + "line": 259, "column": 24 }, "end": { - "line": 258, + "line": 259, "column": 34 }, "identifierName": "controlBar" @@ -19218,15 +19347,15 @@ }, "property": { "type": "Identifier", - "start": 10170, - "end": 10192, + "start": 10224, + "end": 10246, "loc": { "start": { - "line": 258, + "line": 259, "column": 35 }, "end": { - "line": 258, + "line": 259, "column": 57 }, "identifierName": "pictureInPictureToggle" @@ -19237,15 +19366,15 @@ }, "property": { "type": "Identifier", - "start": 10193, - "end": 10197, + "start": 10247, + "end": 10251, "loc": { "start": { - "line": 258, + "line": 259, "column": 58 }, "end": { - "line": 258, + "line": 259, "column": 62 }, "identifierName": "hide" @@ -19268,15 +19397,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 9402, - "end": 9423, + "start": 9456, + "end": 9477, "loc": { "start": { - "line": 244, + "line": 245, "column": 8 }, "end": { - "line": 244, + "line": 245, "column": 29 } } @@ -19286,15 +19415,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 10220, - "end": 10249, + "start": 10274, + "end": 10303, "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 37 } } @@ -19303,85 +19432,85 @@ }, { "type": "IfStatement", - "start": 10258, - "end": 10417, + "start": 10312, + "end": 10471, "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 10262, - "end": 10319, + "start": 10316, + "end": 10373, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 69 } }, "left": { "type": "MemberExpression", - "start": 10262, - "end": 10305, + "start": 10316, + "end": 10359, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 10262, - "end": 10284, + "start": 10316, + "end": 10338, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10262, - "end": 10273, + "start": 10316, + "end": 10327, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10262, - "end": 10266, + "start": 10316, + "end": 10320, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 16 } }, @@ -19389,15 +19518,15 @@ }, "property": { "type": "Identifier", - "start": 10267, - "end": 10273, + "start": 10321, + "end": 10327, "loc": { "start": { - "line": 262, + "line": 263, "column": 17 }, "end": { - "line": 262, + "line": 263, "column": 23 }, "identifierName": "player" @@ -19409,15 +19538,15 @@ }, "property": { "type": "Identifier", - "start": 10274, - "end": 10284, + "start": 10328, + "end": 10338, "loc": { "start": { - "line": 262, + "line": 263, "column": 24 }, "end": { - "line": 262, + "line": 263, "column": 34 }, "identifierName": "controlBar" @@ -19429,15 +19558,15 @@ }, "property": { "type": "Identifier", - "start": 10285, - "end": 10305, + "start": 10339, + "end": 10359, "loc": { "start": { - "line": 262, + "line": 263, "column": 35 }, "end": { - "line": 262, + "line": 263, "column": 55 }, "identifierName": "remainingTimeDisplay" @@ -19450,15 +19579,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 10310, - "end": 10319, + "start": 10364, + "end": 10373, "loc": { "start": { - "line": 262, + "line": 263, "column": 60 }, "end": { - "line": 262, + "line": 263, "column": 69 }, "identifierName": "undefined" @@ -19469,172 +19598,172 @@ }, "consequent": { "type": "BlockStatement", - "start": 10321, - "end": 10417, + "start": 10375, + "end": 10471, "loc": { "start": { - "line": 262, + "line": 263, "column": 71 }, "end": { - "line": 264, + "line": 265, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 10335, - "end": 10407, + "start": 10389, + "end": 10461, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 10335, - "end": 10406, + "start": 10389, + "end": 10460, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 10335, - "end": 10397, + "start": 10389, + "end": 10451, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 10335, - "end": 10389, + "start": 10389, + "end": 10443, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 66 } }, "object": { "type": "CallExpression", - "start": 10335, - "end": 10383, + "start": 10389, + "end": 10437, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 10335, - "end": 10381, + "start": 10389, + "end": 10435, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 10335, - "end": 10378, + "start": 10389, + "end": 10432, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 10335, - "end": 10357, + "start": 10389, + "end": 10411, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10335, - "end": 10346, + "start": 10389, + "end": 10400, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10335, - "end": 10339, + "start": 10389, + "end": 10393, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10340, - "end": 10346, + "start": 10394, + "end": 10400, "loc": { "start": { - "line": 263, + "line": 264, "column": 17 }, "end": { - "line": 263, + "line": 264, "column": 23 }, "identifierName": "player" @@ -19645,15 +19774,15 @@ }, "property": { "type": "Identifier", - "start": 10347, - "end": 10357, + "start": 10401, + "end": 10411, "loc": { "start": { - "line": 263, + "line": 264, "column": 24 }, "end": { - "line": 263, + "line": 264, "column": 34 }, "identifierName": "controlBar" @@ -19664,15 +19793,15 @@ }, "property": { "type": "Identifier", - "start": 10358, - "end": 10378, + "start": 10412, + "end": 10432, "loc": { "start": { - "line": 263, + "line": 264, "column": 35 }, "end": { - "line": 263, + "line": 264, "column": 55 }, "identifierName": "remainingTimeDisplay" @@ -19683,15 +19812,15 @@ }, "property": { "type": "Identifier", - "start": 10379, - "end": 10381, + "start": 10433, + "end": 10435, "loc": { "start": { - "line": 263, + "line": 264, "column": 56 }, "end": { - "line": 263, + "line": 264, "column": 58 }, "identifierName": "el" @@ -19704,15 +19833,15 @@ }, "property": { "type": "Identifier", - "start": 10384, - "end": 10389, + "start": 10438, + "end": 10443, "loc": { "start": { - "line": 263, + "line": 264, "column": 61 }, "end": { - "line": 263, + "line": 264, "column": 66 }, "identifierName": "style" @@ -19723,15 +19852,15 @@ }, "property": { "type": "Identifier", - "start": 10390, - "end": 10397, + "start": 10444, + "end": 10451, "loc": { "start": { - "line": 263, + "line": 264, "column": 67 }, "end": { - "line": 263, + "line": 264, "column": 74 }, "identifierName": "display" @@ -19742,15 +19871,15 @@ }, "right": { "type": "StringLiteral", - "start": 10400, - "end": 10406, + "start": 10454, + "end": 10460, "loc": { "start": { - "line": 263, + "line": 264, "column": 77 }, "end": { - "line": 263, + "line": 264, "column": 83 } }, @@ -19770,15 +19899,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 10220, - "end": 10249, + "start": 10274, + "end": 10303, "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 37 } } @@ -19787,100 +19916,100 @@ }, { "type": "IfStatement", - "start": 10426, - "end": 10567, + "start": 10480, + "end": 10621, "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 267, + "line": 268, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 10430, - "end": 10478, + "start": 10484, + "end": 10532, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 10430, - "end": 10464, + "start": 10484, + "end": 10518, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 10430, - "end": 10452, + "start": 10484, + "end": 10506, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10430, - "end": 10441, + "start": 10484, + "end": 10495, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10430, - "end": 10434, + "start": 10484, + "end": 10488, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10435, - "end": 10441, + "start": 10489, + "end": 10495, "loc": { "start": { - "line": 265, + "line": 266, "column": 17 }, "end": { - "line": 265, + "line": 266, "column": 23 }, "identifierName": "player" @@ -19891,15 +20020,15 @@ }, "property": { "type": "Identifier", - "start": 10442, - "end": 10452, + "start": 10496, + "end": 10506, "loc": { "start": { - "line": 265, + "line": 266, "column": 24 }, "end": { - "line": 265, + "line": 266, "column": 34 }, "identifierName": "controlBar" @@ -19910,15 +20039,15 @@ }, "property": { "type": "Identifier", - "start": 10453, - "end": 10464, + "start": 10507, + "end": 10518, "loc": { "start": { - "line": 265, + "line": 266, "column": 35 }, "end": { - "line": 265, + "line": 266, "column": 46 }, "identifierName": "liveDisplay" @@ -19930,15 +20059,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 10469, - "end": 10478, + "start": 10523, + "end": 10532, "loc": { "start": { - "line": 265, + "line": 266, "column": 51 }, "end": { - "line": 265, + "line": 266, "column": 60 }, "identifierName": "undefined" @@ -19948,172 +20077,172 @@ }, "consequent": { "type": "BlockStatement", - "start": 10480, - "end": 10567, + "start": 10534, + "end": 10621, "loc": { "start": { - "line": 265, + "line": 266, "column": 62 }, "end": { - "line": 267, + "line": 268, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 10494, - "end": 10557, + "start": 10548, + "end": 10611, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 75 } }, "expression": { "type": "AssignmentExpression", - "start": 10494, - "end": 10556, + "start": 10548, + "end": 10610, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 10494, - "end": 10547, + "start": 10548, + "end": 10601, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 10494, - "end": 10539, + "start": 10548, + "end": 10593, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 57 } }, "object": { "type": "CallExpression", - "start": 10494, - "end": 10533, + "start": 10548, + "end": 10587, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 10494, - "end": 10531, + "start": 10548, + "end": 10585, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 10494, - "end": 10528, + "start": 10548, + "end": 10582, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 10494, - "end": 10516, + "start": 10548, + "end": 10570, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10494, - "end": 10505, + "start": 10548, + "end": 10559, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10494, - "end": 10498, + "start": 10548, + "end": 10552, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10499, - "end": 10505, + "start": 10553, + "end": 10559, "loc": { "start": { - "line": 266, + "line": 267, "column": 17 }, "end": { - "line": 266, + "line": 267, "column": 23 }, "identifierName": "player" @@ -20124,15 +20253,15 @@ }, "property": { "type": "Identifier", - "start": 10506, - "end": 10516, + "start": 10560, + "end": 10570, "loc": { "start": { - "line": 266, + "line": 267, "column": 24 }, "end": { - "line": 266, + "line": 267, "column": 34 }, "identifierName": "controlBar" @@ -20143,15 +20272,15 @@ }, "property": { "type": "Identifier", - "start": 10517, - "end": 10528, + "start": 10571, + "end": 10582, "loc": { "start": { - "line": 266, + "line": 267, "column": 35 }, "end": { - "line": 266, + "line": 267, "column": 46 }, "identifierName": "liveDisplay" @@ -20162,15 +20291,15 @@ }, "property": { "type": "Identifier", - "start": 10529, - "end": 10531, + "start": 10583, + "end": 10585, "loc": { "start": { - "line": 266, + "line": 267, "column": 47 }, "end": { - "line": 266, + "line": 267, "column": 49 }, "identifierName": "el" @@ -20183,15 +20312,15 @@ }, "property": { "type": "Identifier", - "start": 10534, - "end": 10539, + "start": 10588, + "end": 10593, "loc": { "start": { - "line": 266, + "line": 267, "column": 52 }, "end": { - "line": 266, + "line": 267, "column": 57 }, "identifierName": "style" @@ -20202,15 +20331,15 @@ }, "property": { "type": "Identifier", - "start": 10540, - "end": 10547, + "start": 10594, + "end": 10601, "loc": { "start": { - "line": 266, + "line": 267, "column": 58 }, "end": { - "line": 266, + "line": 267, "column": 65 }, "identifierName": "display" @@ -20221,15 +20350,15 @@ }, "right": { "type": "StringLiteral", - "start": 10550, - "end": 10556, + "start": 10604, + "end": 10610, "loc": { "start": { - "line": 266, + "line": 267, "column": 68 }, "end": { - "line": 266, + "line": 267, "column": 74 } }, @@ -20250,15 +20379,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 10577, - "end": 10621, + "start": 10631, + "end": 10675, "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 52 } } @@ -20267,71 +20396,71 @@ }, { "type": "ExpressionStatement", - "start": 10630, - "end": 10654, + "start": 10684, + "end": 10708, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 10630, - "end": 10653, + "start": 10684, + "end": 10707, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 10630, - "end": 10646, + "start": 10684, + "end": 10700, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 24 } }, "object": { "type": "MemberExpression", - "start": 10630, - "end": 10641, + "start": 10684, + "end": 10695, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 10630, - "end": 10634, + "start": 10684, + "end": 10688, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 12 } }, @@ -20339,15 +20468,15 @@ }, "property": { "type": "Identifier", - "start": 10635, - "end": 10641, + "start": 10689, + "end": 10695, "loc": { "start": { - "line": 270, + "line": 271, "column": 13 }, "end": { - "line": 270, + "line": 271, "column": 19 }, "identifierName": "player" @@ -20359,15 +20488,15 @@ }, "property": { "type": "Identifier", - "start": 10642, - "end": 10646, + "start": 10696, + "end": 10700, "loc": { "start": { - "line": 270, + "line": 271, "column": 20 }, "end": { - "line": 270, + "line": 271, "column": 24 }, "identifierName": "loop" @@ -20380,15 +20509,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 10647, - "end": 10652, + "start": 10701, + "end": 10706, "loc": { "start": { - "line": 270, + "line": 271, "column": 25 }, "end": { - "line": 270, + "line": 271, "column": 30 } }, @@ -20401,15 +20530,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 10577, - "end": 10621, + "start": 10631, + "end": 10675, "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 52 } } @@ -20419,15 +20548,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 10664, - "end": 10696, + "start": 10718, + "end": 10750, "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 40 } } @@ -20436,57 +20565,57 @@ }, { "type": "SwitchStatement", - "start": 10705, - "end": 13249, + "start": 10759, + "end": 13303, "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 333, + "line": 334, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 10713, - "end": 10733, + "start": 10767, + "end": 10787, "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 10713, - "end": 10731, + "start": 10767, + "end": 10785, "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 10713, - "end": 10717, + "start": 10767, + "end": 10771, "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 20 } }, @@ -20494,15 +20623,15 @@ }, "property": { "type": "Identifier", - "start": 10718, - "end": 10731, + "start": 10772, + "end": 10785, "loc": { "start": { - "line": 273, + "line": 274, "column": 21 }, "end": { - "line": 273, + "line": 274, "column": 34 }, "identifierName": "getRecordType" @@ -20518,73 +20647,73 @@ "cases": [ { "type": "SwitchCase", - "start": 10749, - "end": 11019, + "start": 10803, + "end": 11073, "loc": { "start": { - "line": 274, + "line": 275, "column": 12 }, "end": { - "line": 280, + "line": 281, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 10840, - "end": 10879, + "start": 10894, + "end": 10933, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 10840, - "end": 10878, + "start": 10894, + "end": 10932, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 10840, - "end": 10851, + "start": 10894, + "end": 10905, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10840, - "end": 10844, + "start": 10894, + "end": 10898, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 20 } }, @@ -20592,15 +20721,15 @@ }, "property": { "type": "Identifier", - "start": 10845, - "end": 10851, + "start": 10899, + "end": 10905, "loc": { "start": { - "line": 276, + "line": 277, "column": 21 }, "end": { - "line": 276, + "line": 277, "column": 27 }, "identifierName": "surfer" @@ -20612,72 +20741,72 @@ }, "right": { "type": "CallExpression", - "start": 10854, - "end": 10878, + "start": 10908, + "end": 10932, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 10854, - "end": 10876, + "start": 10908, + "end": 10930, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 10854, - "end": 10865, + "start": 10908, + "end": 10919, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 10854, - "end": 10858, + "start": 10908, + "end": 10912, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 34 } } }, "property": { "type": "Identifier", - "start": 10859, - "end": 10865, + "start": 10913, + "end": 10919, "loc": { "start": { - "line": 276, + "line": 277, "column": 35 }, "end": { - "line": 276, + "line": 277, "column": 41 }, "identifierName": "player" @@ -20688,15 +20817,15 @@ }, "property": { "type": "Identifier", - "start": 10866, - "end": 10876, + "start": 10920, + "end": 10930, "loc": { "start": { - "line": 276, + "line": 277, "column": 42 }, "end": { - "line": 276, + "line": 277, "column": 52 }, "identifierName": "wavesurfer" @@ -20713,15 +20842,15 @@ { "type": "CommentLine", "value": " reference to videojs-wavesurfer plugin", - "start": 10782, - "end": 10823, + "start": 10836, + "end": 10877, "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 57 } } @@ -20731,15 +20860,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 10897, - "end": 10935, + "start": 10951, + "end": 10989, "loc": { "start": { - "line": 278, + "line": 279, "column": 16 }, "end": { - "line": 278, + "line": 279, "column": 54 } } @@ -20748,71 +20877,71 @@ }, { "type": "ExpressionStatement", - "start": 10952, - "end": 10996, + "start": 11006, + "end": 11050, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 10952, - "end": 10995, + "start": 11006, + "end": 11049, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 10952, - "end": 10977, + "start": 11006, + "end": 11031, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 10952, - "end": 10963, + "start": 11006, + "end": 11017, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10952, - "end": 10956, + "start": 11006, + "end": 11010, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 20 } }, @@ -20820,15 +20949,15 @@ }, "property": { "type": "Identifier", - "start": 10957, - "end": 10963, + "start": 11011, + "end": 11017, "loc": { "start": { - "line": 279, + "line": 280, "column": 21 }, "end": { - "line": 279, + "line": 280, "column": 27 }, "identifierName": "surfer" @@ -20840,15 +20969,15 @@ }, "property": { "type": "Identifier", - "start": 10964, - "end": 10977, + "start": 11018, + "end": 11031, "loc": { "start": { - "line": 279, + "line": 280, "column": 28 }, "end": { - "line": 279, + "line": 280, "column": 41 }, "identifierName": "setFormatTime" @@ -20861,44 +20990,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 10978, - "end": 10994, + "start": 11032, + "end": 11048, "loc": { "start": { - "line": 279, + "line": 280, "column": 42 }, "end": { - "line": 279, + "line": 280, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 10978, - "end": 10982, + "start": 11032, + "end": 11036, "loc": { "start": { - "line": 279, + "line": 280, "column": 42 }, "end": { - "line": 279, + "line": 280, "column": 46 } } }, "property": { "type": "Identifier", - "start": 10983, - "end": 10994, + "start": 11037, + "end": 11048, "loc": { "start": { - "line": 279, + "line": 280, "column": 47 }, "end": { - "line": 279, + "line": 280, "column": 58 }, "identifierName": "_formatTime" @@ -20914,15 +21043,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 10897, - "end": 10935, + "start": 10951, + "end": 10989, "loc": { "start": { - "line": 278, + "line": 279, "column": 16 }, "end": { - "line": 278, + "line": 279, "column": 54 } } @@ -20931,15 +21060,15 @@ }, { "type": "BreakStatement", - "start": 11013, - "end": 11019, + "start": 11067, + "end": 11073, "loc": { "start": { - "line": 280, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 281, "column": 22 } }, @@ -20948,15 +21077,15 @@ ], "test": { "type": "Identifier", - "start": 10754, - "end": 10764, + "start": 10808, + "end": 10818, "loc": { "start": { - "line": 274, + "line": 275, "column": 17 }, "end": { - "line": 274, + "line": 275, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -20966,30 +21095,30 @@ }, { "type": "SwitchCase", - "start": 11033, - "end": 11049, + "start": 11087, + "end": 11103, "loc": { "start": { - "line": 282, + "line": 283, "column": 12 }, "end": { - "line": 282, + "line": 283, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11038, - "end": 11048, + "start": 11092, + "end": 11102, "loc": { "start": { - "line": 282, + "line": 283, "column": 17 }, "end": { - "line": 282, + "line": 283, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -20999,30 +21128,30 @@ }, { "type": "SwitchCase", - "start": 11062, - "end": 11078, + "start": 11116, + "end": 11132, "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 283, + "line": 284, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11067, - "end": 11077, + "start": 11121, + "end": 11131, "loc": { "start": { - "line": 283, + "line": 284, "column": 17 }, "end": { - "line": 283, + "line": 284, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -21032,30 +21161,30 @@ }, { "type": "SwitchCase", - "start": 11091, - "end": 11108, + "start": 11145, + "end": 11162, "loc": { "start": { - "line": 284, + "line": 285, "column": 12 }, "end": { - "line": 284, + "line": 285, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11096, - "end": 11107, + "start": 11150, + "end": 11161, "loc": { "start": { - "line": 284, + "line": 285, "column": 17 }, "end": { - "line": 284, + "line": 285, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -21065,30 +21194,30 @@ }, { "type": "SwitchCase", - "start": 11121, - "end": 11136, + "start": 11175, + "end": 11190, "loc": { "start": { - "line": 285, + "line": 286, "column": 12 }, "end": { - "line": 285, + "line": 286, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11126, - "end": 11135, + "start": 11180, + "end": 11189, "loc": { "start": { - "line": 285, + "line": 286, "column": 17 }, "end": { - "line": 285, + "line": 286, "column": 26 }, "identifierName": "ANIMATION" @@ -21098,30 +21227,30 @@ }, { "type": "SwitchCase", - "start": 11149, - "end": 11166, + "start": 11203, + "end": 11220, "loc": { "start": { - "line": 286, + "line": 287, "column": 12 }, "end": { - "line": 286, + "line": 287, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11154, - "end": 11165, + "start": 11208, + "end": 11219, "loc": { "start": { - "line": 286, + "line": 287, "column": 17 }, "end": { - "line": 286, + "line": 287, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -21131,86 +21260,86 @@ }, { "type": "SwitchCase", - "start": 11179, - "end": 13239, + "start": 11233, + "end": 13293, "loc": { "start": { - "line": 287, + "line": 288, "column": 12 }, "end": { - "line": 332, + "line": 333, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 11252, - "end": 11370, + "start": 11306, + "end": 11424, "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 291, + "line": 292, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 11256, - "end": 11295, + "start": 11310, + "end": 11349, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 11256, - "end": 11281, + "start": 11310, + "end": 11335, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 11256, - "end": 11267, + "start": 11310, + "end": 11321, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11256, - "end": 11260, + "start": 11310, + "end": 11314, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 24 } }, @@ -21218,15 +21347,15 @@ }, "property": { "type": "Identifier", - "start": 11261, - "end": 11267, + "start": 11315, + "end": 11321, "loc": { "start": { - "line": 289, + "line": 290, "column": 25 }, "end": { - "line": 289, + "line": 290, "column": 31 }, "identifierName": "player" @@ -21238,15 +21367,15 @@ }, "property": { "type": "Identifier", - "start": 11268, - "end": 11281, + "start": 11322, + "end": 11335, "loc": { "start": { - "line": 289, + "line": 290, "column": 32 }, "end": { - "line": 289, + "line": 290, "column": 45 }, "identifierName": "bigPlayButton" @@ -21259,15 +21388,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 11286, - "end": 11295, + "start": 11340, + "end": 11349, "loc": { "start": { - "line": 289, + "line": 290, "column": 50 }, "end": { - "line": 289, + "line": 290, "column": 59 }, "identifierName": "undefined" @@ -21278,115 +21407,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 11297, - "end": 11370, + "start": 11351, + "end": 11424, "loc": { "start": { - "line": 289, + "line": 290, "column": 61 }, "end": { - "line": 291, + "line": 292, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 11319, - "end": 11352, + "start": 11373, + "end": 11406, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 11319, - "end": 11351, + "start": 11373, + "end": 11405, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 11319, - "end": 11349, + "start": 11373, + "end": 11403, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 11319, - "end": 11344, + "start": 11373, + "end": 11398, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 11319, - "end": 11330, + "start": 11373, + "end": 11384, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11319, - "end": 11323, + "start": 11373, + "end": 11377, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 24 } } }, "property": { "type": "Identifier", - "start": 11324, - "end": 11330, + "start": 11378, + "end": 11384, "loc": { "start": { - "line": 290, + "line": 291, "column": 25 }, "end": { - "line": 290, + "line": 291, "column": 31 }, "identifierName": "player" @@ -21397,15 +21526,15 @@ }, "property": { "type": "Identifier", - "start": 11331, - "end": 11344, + "start": 11385, + "end": 11398, "loc": { "start": { - "line": 290, + "line": 291, "column": 32 }, "end": { - "line": 290, + "line": 291, "column": 45 }, "identifierName": "bigPlayButton" @@ -21416,15 +21545,15 @@ }, "property": { "type": "Identifier", - "start": 11345, - "end": 11349, + "start": 11399, + "end": 11403, "loc": { "start": { - "line": 290, + "line": 291, "column": 46 }, "end": { - "line": 290, + "line": 291, "column": 50 }, "identifierName": "hide" @@ -21445,15 +21574,15 @@ { "type": "CommentLine", "value": " customize controls", - "start": 11214, - "end": 11235, + "start": 11268, + "end": 11289, "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 37 } } @@ -21463,15 +21592,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 11388, - "end": 11440, + "start": 11442, + "end": 11494, "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 68 } } @@ -21479,15 +21608,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 11457, - "end": 11508, + "start": 11511, + "end": 11562, "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 67 } } @@ -21496,71 +21625,71 @@ }, { "type": "ExpressionStatement", - "start": 11525, - "end": 11691, + "start": 11579, + "end": 11745, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 11525, - "end": 11690, + "start": 11579, + "end": 11744, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 11525, - "end": 11540, + "start": 11579, + "end": 11594, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 11525, - "end": 11536, + "start": 11579, + "end": 11590, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 11525, - "end": 11529, + "start": 11579, + "end": 11583, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 20 } }, @@ -21568,15 +21697,15 @@ }, "property": { "type": "Identifier", - "start": 11530, - "end": 11536, + "start": 11584, + "end": 11590, "loc": { "start": { - "line": 295, + "line": 296, "column": 21 }, "end": { - "line": 295, + "line": 296, "column": 27 }, "identifierName": "player" @@ -21588,15 +21717,15 @@ }, "property": { "type": "Identifier", - "start": 11537, - "end": 11540, + "start": 11591, + "end": 11594, "loc": { "start": { - "line": 295, + "line": 296, "column": 28 }, "end": { - "line": 295, + "line": 296, "column": 31 }, "identifierName": "one" @@ -21609,29 +21738,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 11541, - "end": 11561, + "start": 11595, + "end": 11615, "loc": { "start": { - "line": 295, + "line": 296, "column": 32 }, "end": { - "line": 295, + "line": 296, "column": 52 } }, "object": { "type": "Identifier", - "start": 11541, - "end": 11546, + "start": 11595, + "end": 11600, "loc": { "start": { - "line": 295, + "line": 296, "column": 32 }, "end": { - "line": 295, + "line": 296, "column": 37 }, "identifierName": "Event" @@ -21640,15 +21769,15 @@ }, "property": { "type": "Identifier", - "start": 11547, - "end": 11561, + "start": 11601, + "end": 11615, "loc": { "start": { - "line": 295, + "line": 296, "column": 38 }, "end": { - "line": 295, + "line": 296, "column": 52 }, "identifierName": "LOADEDMETADATA" @@ -21659,15 +21788,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 11563, - "end": 11689, + "start": 11617, + "end": 11743, "loc": { "start": { - "line": 295, + "line": 296, "column": 54 }, "end": { - "line": 298, + "line": 299, "column": 17 } }, @@ -21678,72 +21807,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 11569, - "end": 11689, + "start": 11623, + "end": 11743, "loc": { "start": { - "line": 295, + "line": 296, "column": 60 }, "end": { - "line": 298, + "line": 299, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 11638, - "end": 11671, + "start": 11692, + "end": 11725, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 11638, - "end": 11670, + "start": 11692, + "end": 11724, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 11638, - "end": 11654, + "start": 11692, + "end": 11708, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 11638, - "end": 11642, + "start": 11692, + "end": 11696, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 24 } }, @@ -21751,15 +21880,15 @@ }, "property": { "type": "Identifier", - "start": 11643, - "end": 11654, + "start": 11697, + "end": 11708, "loc": { "start": { - "line": 297, + "line": 298, "column": 25 }, "end": { - "line": 297, + "line": 298, "column": 36 }, "identifierName": "setDuration" @@ -21772,44 +21901,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 11655, - "end": 11669, + "start": 11709, + "end": 11723, "loc": { "start": { - "line": 297, + "line": 298, "column": 37 }, "end": { - "line": 297, + "line": 298, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 11655, - "end": 11659, + "start": 11709, + "end": 11713, "loc": { "start": { - "line": 297, + "line": 298, "column": 37 }, "end": { - "line": 297, + "line": 298, "column": 41 } } }, "property": { "type": "Identifier", - "start": 11660, - "end": 11669, + "start": 11714, + "end": 11723, "loc": { "start": { - "line": 297, + "line": 298, "column": 42 }, "end": { - "line": 297, + "line": 298, "column": 51 }, "identifierName": "maxLength" @@ -21825,15 +21954,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 11591, - "end": 11617, + "start": 11645, + "end": 11671, "loc": { "start": { - "line": 296, + "line": 297, "column": 20 }, "end": { - "line": 296, + "line": 297, "column": 46 } } @@ -21851,15 +21980,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 11388, - "end": 11440, + "start": 11442, + "end": 11494, "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 68 } } @@ -21867,15 +21996,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 11457, - "end": 11508, + "start": 11511, + "end": 11562, "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 67 } } @@ -21884,86 +22013,86 @@ }, { "type": "ExpressionStatement", - "start": 11708, - "end": 11869, + "start": 11762, + "end": 11923, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 302, + "line": 303, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 11708, - "end": 11868, + "start": 11762, + "end": 11922, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 302, + "line": 303, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 11708, - "end": 11723, + "start": 11762, + "end": 11777, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 11708, - "end": 11719, + "start": 11762, + "end": 11773, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 11708, - "end": 11712, + "start": 11762, + "end": 11766, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 20 } } }, "property": { "type": "Identifier", - "start": 11713, - "end": 11719, + "start": 11767, + "end": 11773, "loc": { "start": { - "line": 299, + "line": 300, "column": 21 }, "end": { - "line": 299, + "line": 300, "column": 27 }, "identifierName": "player" @@ -21974,15 +22103,15 @@ }, "property": { "type": "Identifier", - "start": 11720, - "end": 11723, + "start": 11774, + "end": 11777, "loc": { "start": { - "line": 299, + "line": 300, "column": 28 }, "end": { - "line": 299, + "line": 300, "column": 31 }, "identifierName": "one" @@ -21994,29 +22123,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 11724, - "end": 11739, + "start": 11778, + "end": 11793, "loc": { "start": { - "line": 299, + "line": 300, "column": 32 }, "end": { - "line": 299, + "line": 300, "column": 47 } }, "object": { "type": "Identifier", - "start": 11724, - "end": 11729, + "start": 11778, + "end": 11783, "loc": { "start": { - "line": 299, + "line": 300, "column": 32 }, "end": { - "line": 299, + "line": 300, "column": 37 }, "identifierName": "Event" @@ -22025,15 +22154,15 @@ }, "property": { "type": "Identifier", - "start": 11730, - "end": 11739, + "start": 11784, + "end": 11793, "loc": { "start": { - "line": 299, + "line": 300, "column": 38 }, "end": { - "line": 299, + "line": 300, "column": 47 }, "identifierName": "LOADSTART" @@ -22044,15 +22173,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 11741, - "end": 11867, + "start": 11795, + "end": 11921, "loc": { "start": { - "line": 299, + "line": 300, "column": 49 }, "end": { - "line": 302, + "line": 303, "column": 17 } }, @@ -22063,72 +22192,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 11747, - "end": 11867, + "start": 11801, + "end": 11921, "loc": { "start": { - "line": 299, + "line": 300, "column": 55 }, "end": { - "line": 302, + "line": 303, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 11816, - "end": 11849, + "start": 11870, + "end": 11903, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 11816, - "end": 11848, + "start": 11870, + "end": 11902, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 11816, - "end": 11832, + "start": 11870, + "end": 11886, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 11816, - "end": 11820, + "start": 11870, + "end": 11874, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 24 } }, @@ -22136,15 +22265,15 @@ }, "property": { "type": "Identifier", - "start": 11821, - "end": 11832, + "start": 11875, + "end": 11886, "loc": { "start": { - "line": 301, + "line": 302, "column": 25 }, "end": { - "line": 301, + "line": 302, "column": 36 }, "identifierName": "setDuration" @@ -22157,44 +22286,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 11833, - "end": 11847, + "start": 11887, + "end": 11901, "loc": { "start": { - "line": 301, + "line": 302, "column": 37 }, "end": { - "line": 301, + "line": 302, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 11833, - "end": 11837, + "start": 11887, + "end": 11891, "loc": { "start": { - "line": 301, + "line": 302, "column": 37 }, "end": { - "line": 301, + "line": 302, "column": 41 } } }, "property": { "type": "Identifier", - "start": 11838, - "end": 11847, + "start": 11892, + "end": 11901, "loc": { "start": { - "line": 301, + "line": 302, "column": 42 }, "end": { - "line": 301, + "line": 302, "column": 51 }, "identifierName": "maxLength" @@ -22210,15 +22339,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 11769, - "end": 11795, + "start": 11823, + "end": 11849, "loc": { "start": { - "line": 300, + "line": 301, "column": 20 }, "end": { - "line": 300, + "line": 301, "column": 46 } } @@ -22235,15 +22364,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11887, - "end": 11943, + "start": 11941, + "end": 11997, "loc": { "start": { - "line": 304, + "line": 305, "column": 16 }, "end": { - "line": 304, + "line": 305, "column": 72 } } @@ -22251,15 +22380,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11960, - "end": 11982, + "start": 12014, + "end": 12036, "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 38 } } @@ -22268,71 +22397,71 @@ }, { "type": "IfStatement", - "start": 11999, - "end": 12214, + "start": 12053, + "end": 12268, "loc": { "start": { - "line": 306, + "line": 307, "column": 16 }, "end": { - "line": 310, + "line": 311, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 12003, - "end": 12044, + "start": 12057, + "end": 12098, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 12003, - "end": 12035, + "start": 12057, + "end": 12089, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 12003, - "end": 12014, + "start": 12057, + "end": 12068, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12003, - "end": 12007, + "start": 12057, + "end": 12061, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 24 } }, @@ -22340,15 +22469,15 @@ }, "property": { "type": "Identifier", - "start": 12008, - "end": 12014, + "start": 12062, + "end": 12068, "loc": { "start": { - "line": 306, + "line": 307, "column": 25 }, "end": { - "line": 306, + "line": 307, "column": 31 }, "identifierName": "player" @@ -22360,15 +22489,15 @@ }, "property": { "type": "Identifier", - "start": 12015, - "end": 12035, + "start": 12069, + "end": 12089, "loc": { "start": { - "line": 306, + "line": 307, "column": 32 }, "end": { - "line": 306, + "line": 307, "column": 52 }, "identifierName": "usingNativeControls_" @@ -22381,15 +22510,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 12040, - "end": 12044, + "start": 12094, + "end": 12098, "loc": { "start": { - "line": 306, + "line": 307, "column": 57 }, "end": { - "line": 306, + "line": 307, "column": 61 } }, @@ -22399,115 +22528,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 12046, - "end": 12214, + "start": 12100, + "end": 12268, "loc": { "start": { - "line": 306, + "line": 307, "column": 63 }, "end": { - "line": 310, + "line": 311, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 12068, - "end": 12196, + "start": 12122, + "end": 12250, "loc": { "start": { - "line": 307, + "line": 308, "column": 20 }, "end": { - "line": 309, + "line": 310, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 12072, - "end": 12107, + "start": 12126, + "end": 12161, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 12072, - "end": 12093, + "start": 12126, + "end": 12147, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 12072, - "end": 12089, + "start": 12126, + "end": 12143, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 12072, - "end": 12083, + "start": 12126, + "end": 12137, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12072, - "end": 12076, + "start": 12126, + "end": 12130, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 28 } } }, "property": { "type": "Identifier", - "start": 12077, - "end": 12083, + "start": 12131, + "end": 12137, "loc": { "start": { - "line": 307, + "line": 308, "column": 29 }, "end": { - "line": 307, + "line": 308, "column": 35 }, "identifierName": "player" @@ -22518,15 +22647,15 @@ }, "property": { "type": "Identifier", - "start": 12084, - "end": 12089, + "start": 12138, + "end": 12143, "loc": { "start": { - "line": 307, + "line": 308, "column": 36 }, "end": { - "line": 307, + "line": 308, "column": 41 }, "identifierName": "tech_" @@ -22537,15 +22666,15 @@ }, "property": { "type": "Identifier", - "start": 12090, - "end": 12093, + "start": 12144, + "end": 12147, "loc": { "start": { - "line": 307, + "line": 308, "column": 42 }, "end": { - "line": 307, + "line": 308, "column": 45 }, "identifierName": "el_" @@ -22557,15 +22686,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 12098, - "end": 12107, + "start": 12152, + "end": 12161, "loc": { "start": { - "line": 307, + "line": 308, "column": 50 }, "end": { - "line": 307, + "line": 308, "column": 59 }, "identifierName": "undefined" @@ -22575,130 +22704,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 12109, - "end": 12196, + "start": 12163, + "end": 12250, "loc": { "start": { - "line": 307, + "line": 308, "column": 61 }, "end": { - "line": 309, + "line": 310, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 12135, - "end": 12174, + "start": 12189, + "end": 12228, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 12135, - "end": 12173, + "start": 12189, + "end": 12227, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 12135, - "end": 12165, + "start": 12189, + "end": 12219, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 12135, - "end": 12156, + "start": 12189, + "end": 12210, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 12135, - "end": 12152, + "start": 12189, + "end": 12206, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 12135, - "end": 12146, + "start": 12189, + "end": 12200, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12135, - "end": 12139, + "start": 12189, + "end": 12193, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 28 } } }, "property": { "type": "Identifier", - "start": 12140, - "end": 12146, + "start": 12194, + "end": 12200, "loc": { "start": { - "line": 308, + "line": 309, "column": 29 }, "end": { - "line": 308, + "line": 309, "column": 35 }, "identifierName": "player" @@ -22709,15 +22838,15 @@ }, "property": { "type": "Identifier", - "start": 12147, - "end": 12152, + "start": 12201, + "end": 12206, "loc": { "start": { - "line": 308, + "line": 309, "column": 36 }, "end": { - "line": 308, + "line": 309, "column": 41 }, "identifierName": "tech_" @@ -22728,15 +22857,15 @@ }, "property": { "type": "Identifier", - "start": 12153, - "end": 12156, + "start": 12207, + "end": 12210, "loc": { "start": { - "line": 308, + "line": 309, "column": 42 }, "end": { - "line": 308, + "line": 309, "column": 45 }, "identifierName": "el_" @@ -22747,15 +22876,15 @@ }, "property": { "type": "Identifier", - "start": 12157, - "end": 12165, + "start": 12211, + "end": 12219, "loc": { "start": { - "line": 308, + "line": 309, "column": 46 }, "end": { - "line": 308, + "line": 309, "column": 54 }, "identifierName": "controls" @@ -22766,15 +22895,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 12168, - "end": 12173, + "start": 12222, + "end": 12227, "loc": { "start": { - "line": 308, + "line": 309, "column": 57 }, "end": { - "line": 308, + "line": 309, "column": 62 } }, @@ -22796,15 +22925,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11887, - "end": 11943, + "start": 11941, + "end": 11997, "loc": { "start": { - "line": 304, + "line": 305, "column": 16 }, "end": { - "line": 304, + "line": 305, "column": 72 } } @@ -22812,15 +22941,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11960, - "end": 11982, + "start": 12014, + "end": 12036, "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 38 } } @@ -22830,15 +22959,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 12232, - "end": 12294, + "start": 12286, + "end": 12348, "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 78 } } @@ -22846,15 +22975,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 12311, - "end": 12331, + "start": 12365, + "end": 12385, "loc": { "start": { - "line": 313, + "line": 314, "column": 16 }, "end": { - "line": 313, + "line": 314, "column": 36 } } @@ -22863,71 +22992,71 @@ }, { "type": "ExpressionStatement", - "start": 12348, - "end": 12391, + "start": 12402, + "end": 12445, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 12348, - "end": 12390, + "start": 12402, + "end": 12444, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 12348, - "end": 12388, + "start": 12402, + "end": 12442, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 12348, - "end": 12359, + "start": 12402, + "end": 12413, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 12348, - "end": 12352, + "start": 12402, + "end": 12406, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 20 } }, @@ -22935,15 +23064,15 @@ }, "property": { "type": "Identifier", - "start": 12353, - "end": 12359, + "start": 12407, + "end": 12413, "loc": { "start": { - "line": 314, + "line": 315, "column": 21 }, "end": { - "line": 314, + "line": 315, "column": 27 }, "identifierName": "player" @@ -22955,15 +23084,15 @@ }, "property": { "type": "Identifier", - "start": 12360, - "end": 12388, + "start": 12414, + "end": 12442, "loc": { "start": { - "line": 314, + "line": 315, "column": 28 }, "end": { - "line": 314, + "line": 315, "column": 56 }, "identifierName": "removeTechControlsListeners_" @@ -22980,15 +23109,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 12232, - "end": 12294, + "start": 12286, + "end": 12348, "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 78 } } @@ -22996,15 +23125,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 12311, - "end": 12331, + "start": 12365, + "end": 12385, "loc": { "start": { - "line": 313, + "line": 314, "column": 16 }, "end": { - "line": 313, + "line": 314, "column": 36 } } @@ -23013,86 +23142,86 @@ }, { "type": "IfStatement", - "start": 12409, - "end": 13216, + "start": 12463, + "end": 13270, "loc": { "start": { - "line": 316, + "line": 317, "column": 16 }, "end": { - "line": 331, + "line": 332, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 12413, - "end": 12442, + "start": 12467, + "end": 12496, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 12413, - "end": 12433, + "start": 12467, + "end": 12487, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 12413, - "end": 12424, + "start": 12467, + "end": 12478, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12413, - "end": 12417, + "start": 12467, + "end": 12471, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 24 } } }, "property": { "type": "Identifier", - "start": 12418, - "end": 12424, + "start": 12472, + "end": 12478, "loc": { "start": { - "line": 316, + "line": 317, "column": 25 }, "end": { - "line": 316, + "line": 317, "column": 31 }, "identifierName": "player" @@ -23103,15 +23232,15 @@ }, "property": { "type": "Identifier", - "start": 12425, - "end": 12433, + "start": 12479, + "end": 12487, "loc": { "start": { - "line": 316, + "line": 317, "column": 32 }, "end": { - "line": 316, + "line": 317, "column": 40 }, "identifierName": "options_" @@ -23122,15 +23251,15 @@ }, "property": { "type": "Identifier", - "start": 12434, - "end": 12442, + "start": 12488, + "end": 12496, "loc": { "start": { - "line": 316, + "line": 317, "column": 41 }, "end": { - "line": 316, + "line": 317, "column": 49 }, "identifierName": "controls" @@ -23141,100 +23270,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 12444, - "end": 13216, + "start": 12498, + "end": 13270, "loc": { "start": { - "line": 316, + "line": 317, "column": 51 }, "end": { - "line": 331, + "line": 332, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 12549, - "end": 12701, + "start": 12603, + "end": 12755, "loc": { "start": { - "line": 318, + "line": 319, "column": 20 }, "end": { - "line": 320, + "line": 321, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 12553, - "end": 12605, + "start": 12607, + "end": 12659, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 76 } }, "left": { "type": "MemberExpression", - "start": 12553, - "end": 12591, + "start": 12607, + "end": 12645, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 12553, - "end": 12575, + "start": 12607, + "end": 12629, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 12553, - "end": 12564, + "start": 12607, + "end": 12618, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12553, - "end": 12557, + "start": 12607, + "end": 12611, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 28 } }, @@ -23242,15 +23371,15 @@ }, "property": { "type": "Identifier", - "start": 12558, - "end": 12564, + "start": 12612, + "end": 12618, "loc": { "start": { - "line": 318, + "line": 319, "column": 29 }, "end": { - "line": 318, + "line": 319, "column": 35 }, "identifierName": "player" @@ -23262,15 +23391,15 @@ }, "property": { "type": "Identifier", - "start": 12565, - "end": 12575, + "start": 12619, + "end": 12629, "loc": { "start": { - "line": 318, + "line": 319, "column": 36 }, "end": { - "line": 318, + "line": 319, "column": 46 }, "identifierName": "controlBar" @@ -23282,15 +23411,15 @@ }, "property": { "type": "Identifier", - "start": 12576, - "end": 12591, + "start": 12630, + "end": 12645, "loc": { "start": { - "line": 318, + "line": 319, "column": 47 }, "end": { - "line": 318, + "line": 319, "column": 62 }, "identifierName": "progressControl" @@ -23303,15 +23432,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 12596, - "end": 12605, + "start": 12650, + "end": 12659, "loc": { "start": { - "line": 318, + "line": 319, "column": 67 }, "end": { - "line": 318, + "line": 319, "column": 76 }, "identifierName": "undefined" @@ -23322,129 +23451,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 12607, - "end": 12701, + "start": 12661, + "end": 12755, "loc": { "start": { - "line": 318, + "line": 319, "column": 78 }, "end": { - "line": 320, + "line": 321, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 12633, - "end": 12679, + "start": 12687, + "end": 12733, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 12633, - "end": 12678, + "start": 12687, + "end": 12732, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 12633, - "end": 12676, + "start": 12687, + "end": 12730, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 12633, - "end": 12671, + "start": 12687, + "end": 12725, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 12633, - "end": 12655, + "start": 12687, + "end": 12709, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 12633, - "end": 12644, + "start": 12687, + "end": 12698, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12633, - "end": 12637, + "start": 12687, + "end": 12691, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 28 } } }, "property": { "type": "Identifier", - "start": 12638, - "end": 12644, + "start": 12692, + "end": 12698, "loc": { "start": { - "line": 319, + "line": 320, "column": 29 }, "end": { - "line": 319, + "line": 320, "column": 35 }, "identifierName": "player" @@ -23455,15 +23584,15 @@ }, "property": { "type": "Identifier", - "start": 12645, - "end": 12655, + "start": 12699, + "end": 12709, "loc": { "start": { - "line": 319, + "line": 320, "column": 36 }, "end": { - "line": 319, + "line": 320, "column": 46 }, "identifierName": "controlBar" @@ -23474,15 +23603,15 @@ }, "property": { "type": "Identifier", - "start": 12656, - "end": 12671, + "start": 12710, + "end": 12725, "loc": { "start": { - "line": 319, + "line": 320, "column": 47 }, "end": { - "line": 319, + "line": 320, "column": 62 }, "identifierName": "progressControl" @@ -23493,15 +23622,15 @@ }, "property": { "type": "Identifier", - "start": 12672, - "end": 12676, + "start": 12726, + "end": 12730, "loc": { "start": { - "line": 319, + "line": 320, "column": 63 }, "end": { - "line": 319, + "line": 320, "column": 67 }, "identifierName": "hide" @@ -23522,15 +23651,15 @@ { "type": "CommentLine", "value": " progress control isn't used by this plugin, hide if present", - "start": 12466, - "end": 12528, + "start": 12520, + "end": 12582, "loc": { "start": { - "line": 317, + "line": 318, "column": 20 }, "end": { - "line": 317, + "line": 318, "column": 82 } } @@ -23540,15 +23669,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 12723, - "end": 12752, + "start": 12777, + "end": 12806, "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 49 } } @@ -23557,71 +23686,71 @@ }, { "type": "ExpressionStatement", - "start": 12773, - "end": 12898, + "start": 12827, + "end": 12952, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 325, + "line": 326, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 12773, - "end": 12897, + "start": 12827, + "end": 12951, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 325, + "line": 326, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 12773, - "end": 12787, + "start": 12827, + "end": 12841, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 12773, - "end": 12784, + "start": 12827, + "end": 12838, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12773, - "end": 12777, + "start": 12827, + "end": 12831, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 24 } }, @@ -23629,15 +23758,15 @@ }, "property": { "type": "Identifier", - "start": 12778, - "end": 12784, + "start": 12832, + "end": 12838, "loc": { "start": { - "line": 323, + "line": 324, "column": 25 }, "end": { - "line": 323, + "line": 324, "column": 31 }, "identifierName": "player" @@ -23649,15 +23778,15 @@ }, "property": { "type": "Identifier", - "start": 12785, - "end": 12787, + "start": 12839, + "end": 12841, "loc": { "start": { - "line": 323, + "line": 324, "column": 32 }, "end": { - "line": 323, + "line": 324, "column": 34 }, "identifierName": "on" @@ -23670,29 +23799,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12788, - "end": 12806, + "start": 12842, + "end": 12860, "loc": { "start": { - "line": 323, + "line": 324, "column": 35 }, "end": { - "line": 323, + "line": 324, "column": 53 } }, "object": { "type": "Identifier", - "start": 12788, - "end": 12793, + "start": 12842, + "end": 12847, "loc": { "start": { - "line": 323, + "line": 324, "column": 35 }, "end": { - "line": 323, + "line": 324, "column": 40 }, "identifierName": "Event" @@ -23701,15 +23830,15 @@ }, "property": { "type": "Identifier", - "start": 12794, - "end": 12806, + "start": 12848, + "end": 12860, "loc": { "start": { - "line": 323, + "line": 324, "column": 41 }, "end": { - "line": 323, + "line": 324, "column": 53 }, "identifierName": "USERINACTIVE" @@ -23720,15 +23849,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 12808, - "end": 12896, + "start": 12862, + "end": 12950, "loc": { "start": { - "line": 323, + "line": 324, "column": 55 }, "end": { - "line": 325, + "line": 326, "column": 21 } }, @@ -23739,15 +23868,15 @@ "params": [ { "type": "Identifier", - "start": 12809, - "end": 12814, + "start": 12863, + "end": 12868, "loc": { "start": { - "line": 323, + "line": 324, "column": 56 }, "end": { - "line": 323, + "line": 324, "column": 61 }, "identifierName": "event" @@ -23757,101 +23886,101 @@ ], "body": { "type": "BlockStatement", - "start": 12819, - "end": 12896, + "start": 12873, + "end": 12950, "loc": { "start": { - "line": 323, + "line": 324, "column": 66 }, "end": { - "line": 325, + "line": 326, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 12845, - "end": 12874, + "start": 12899, + "end": 12928, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 12845, - "end": 12873, + "start": 12899, + "end": 12927, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 12845, - "end": 12867, + "start": 12899, + "end": 12921, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 12845, - "end": 12856, + "start": 12899, + "end": 12910, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12845, - "end": 12849, + "start": 12899, + "end": 12903, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 28 } } }, "property": { "type": "Identifier", - "start": 12850, - "end": 12856, + "start": 12904, + "end": 12910, "loc": { "start": { - "line": 324, + "line": 325, "column": 29 }, "end": { - "line": 324, + "line": 325, "column": 35 }, "identifierName": "player" @@ -23862,15 +23991,15 @@ }, "property": { "type": "Identifier", - "start": 12857, - "end": 12867, + "start": 12911, + "end": 12921, "loc": { "start": { - "line": 324, + "line": 325, "column": 36 }, "end": { - "line": 324, + "line": 325, "column": 46 }, "identifierName": "userActive" @@ -23882,15 +24011,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 12868, - "end": 12872, + "start": 12922, + "end": 12926, "loc": { "start": { - "line": 324, + "line": 325, "column": 47 }, "end": { - "line": 324, + "line": 325, "column": 51 } }, @@ -23910,15 +24039,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 12723, - "end": 12752, + "start": 12777, + "end": 12806, "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 49 } } @@ -23928,15 +24057,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12920, - "end": 12986, + "start": 12974, + "end": 13040, "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 86 } } @@ -23944,15 +24073,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 13007, - "end": 13075, + "start": 13061, + "end": 13129, "loc": { "start": { - "line": 328, + "line": 329, "column": 20 }, "end": { - "line": 328, + "line": 329, "column": 88 } } @@ -23961,85 +24090,85 @@ }, { "type": "ExpressionStatement", - "start": 13096, - "end": 13126, + "start": 13150, + "end": 13180, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 13096, - "end": 13125, + "start": 13150, + "end": 13179, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 13096, - "end": 13123, + "start": 13150, + "end": 13177, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 13096, - "end": 13118, + "start": 13150, + "end": 13172, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 13096, - "end": 13107, + "start": 13150, + "end": 13161, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 13096, - "end": 13100, + "start": 13150, + "end": 13154, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 24 } }, @@ -24047,15 +24176,15 @@ }, "property": { "type": "Identifier", - "start": 13101, - "end": 13107, + "start": 13155, + "end": 13161, "loc": { "start": { - "line": 329, + "line": 330, "column": 25 }, "end": { - "line": 329, + "line": 330, "column": 31 }, "identifierName": "player" @@ -24067,15 +24196,15 @@ }, "property": { "type": "Identifier", - "start": 13108, - "end": 13118, + "start": 13162, + "end": 13172, "loc": { "start": { - "line": 329, + "line": 330, "column": 32 }, "end": { - "line": 329, + "line": 330, "column": 42 }, "identifierName": "controlBar" @@ -24087,15 +24216,15 @@ }, "property": { "type": "Identifier", - "start": 13119, - "end": 13123, + "start": 13173, + "end": 13177, "loc": { "start": { - "line": 329, + "line": 330, "column": 43 }, "end": { - "line": 329, + "line": 330, "column": 47 }, "identifierName": "show" @@ -24112,15 +24241,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12920, - "end": 12986, + "start": 12974, + "end": 13040, "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 86 } } @@ -24128,15 +24257,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 13007, - "end": 13075, + "start": 13061, + "end": 13129, "loc": { "start": { - "line": 328, + "line": 329, "column": 20 }, "end": { - "line": 328, + "line": 329, "column": 88 } } @@ -24145,143 +24274,143 @@ }, { "type": "ExpressionStatement", - "start": 13147, - "end": 13198, + "start": 13201, + "end": 13252, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 13147, - "end": 13197, + "start": 13201, + "end": 13251, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 13147, - "end": 13188, + "start": 13201, + "end": 13242, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 13147, - "end": 13180, + "start": 13201, + "end": 13234, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 53 } }, "object": { "type": "CallExpression", - "start": 13147, - "end": 13174, + "start": 13201, + "end": 13228, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 13147, - "end": 13172, + "start": 13201, + "end": 13226, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 13147, - "end": 13169, + "start": 13201, + "end": 13223, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 13147, - "end": 13158, + "start": 13201, + "end": 13212, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 13147, - "end": 13151, + "start": 13201, + "end": 13205, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 24 } } }, "property": { "type": "Identifier", - "start": 13152, - "end": 13158, + "start": 13206, + "end": 13212, "loc": { "start": { - "line": 330, + "line": 331, "column": 25 }, "end": { - "line": 330, + "line": 331, "column": 31 }, "identifierName": "player" @@ -24292,15 +24421,15 @@ }, "property": { "type": "Identifier", - "start": 13159, - "end": 13169, + "start": 13213, + "end": 13223, "loc": { "start": { - "line": 330, + "line": 331, "column": 32 }, "end": { - "line": 330, + "line": 331, "column": 42 }, "identifierName": "controlBar" @@ -24311,15 +24440,15 @@ }, "property": { "type": "Identifier", - "start": 13170, - "end": 13172, + "start": 13224, + "end": 13226, "loc": { "start": { - "line": 330, + "line": 331, "column": 43 }, "end": { - "line": 330, + "line": 331, "column": 45 }, "identifierName": "el" @@ -24332,15 +24461,15 @@ }, "property": { "type": "Identifier", - "start": 13175, - "end": 13180, + "start": 13229, + "end": 13234, "loc": { "start": { - "line": 330, + "line": 331, "column": 48 }, "end": { - "line": 330, + "line": 331, "column": 53 }, "identifierName": "style" @@ -24351,15 +24480,15 @@ }, "property": { "type": "Identifier", - "start": 13181, - "end": 13188, + "start": 13235, + "end": 13242, "loc": { "start": { - "line": 330, + "line": 331, "column": 54 }, "end": { - "line": 330, + "line": 331, "column": 61 }, "identifierName": "display" @@ -24370,15 +24499,15 @@ }, "right": { "type": "StringLiteral", - "start": 13191, - "end": 13197, + "start": 13245, + "end": 13251, "loc": { "start": { - "line": 330, + "line": 331, "column": 64 }, "end": { - "line": 330, + "line": 331, "column": 70 } }, @@ -24397,15 +24526,15 @@ }, { "type": "BreakStatement", - "start": 13233, - "end": 13239, + "start": 13287, + "end": 13293, "loc": { "start": { - "line": 332, + "line": 333, "column": 16 }, "end": { - "line": 332, + "line": 333, "column": 22 } }, @@ -24414,15 +24543,15 @@ ], "test": { "type": "Identifier", - "start": 11184, - "end": 11196, + "start": 11238, + "end": 11250, "loc": { "start": { - "line": 287, + "line": 288, "column": 17 }, "end": { - "line": 287, + "line": 288, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -24435,15 +24564,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 10664, - "end": 10696, + "start": 10718, + "end": 10750, "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 40 } } @@ -24453,24 +24582,8 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 13259, - "end": 13335, - "loc": { - "start": { - "line": 335, - "column": 8 - }, - "end": { - "line": 335, - "column": 84 - } - } - }, - { - "type": "CommentLine", - "value": " and duration values", - "start": 13344, - "end": 13366, + "start": 13313, + "end": 13389, "loc": { "start": { "line": 336, @@ -24478,191 +24591,6 @@ }, "end": { "line": 336, - "column": 30 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "start": 13375, - "end": 13409, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 42 - } - }, - "expression": { - "type": "CallExpression", - "start": 13375, - "end": 13408, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 41 - } - }, - "callee": { - "type": "MemberExpression", - "start": 13375, - "end": 13390, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 23 - } - }, - "object": { - "type": "MemberExpression", - "start": 13375, - "end": 13386, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 19 - } - }, - "object": { - "type": "ThisExpression", - "start": 13375, - "end": 13379, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 12 - } - }, - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 13380, - "end": 13386, - "loc": { - "start": { - "line": 337, - "column": 13 - }, - "end": { - "line": 337, - "column": 19 - }, - "identifierName": "player" - }, - "name": "player" - }, - "computed": false, - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 13387, - "end": 13390, - "loc": { - "start": { - "line": 337, - "column": 20 - }, - "end": { - "line": 337, - "column": 23 - }, - "identifierName": "off" - }, - "name": "off" - }, - "computed": false, - "leadingComments": null - }, - "arguments": [ - { - "type": "MemberExpression", - "start": 13391, - "end": 13407, - "loc": { - "start": { - "line": 337, - "column": 24 - }, - "end": { - "line": 337, - "column": 40 - } - }, - "object": { - "type": "Identifier", - "start": 13391, - "end": 13396, - "loc": { - "start": { - "line": 337, - "column": 24 - }, - "end": { - "line": 337, - "column": 29 - }, - "identifierName": "Event" - }, - "name": "Event" - }, - "property": { - "type": "Identifier", - "start": 13397, - "end": 13407, - "loc": { - "start": { - "line": 337, - "column": 30 - }, - "end": { - "line": 337, - "column": 40 - }, - "identifierName": "TIMEUPDATE" - }, - "name": "TIMEUPDATE" - }, - "computed": false - } - ], - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " disable time display events that constantly try to reset the current time", - "start": 13259, - "end": 13335, - "loc": { - "start": { - "line": 335, - "column": 8 - }, - "end": { - "line": 335, "column": 84 } } @@ -24670,15 +24598,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 13344, - "end": 13366, + "start": 13398, + "end": 13420, "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 30 } } @@ -24687,8 +24615,8 @@ }, { "type": "ExpressionStatement", - "start": 13418, - "end": 13456, + "start": 13429, + "end": 13463, "loc": { "start": { "line": 338, @@ -24696,13 +24624,13 @@ }, "end": { "line": 338, - "column": 46 + "column": 42 } }, "expression": { "type": "CallExpression", - "start": 13418, - "end": 13455, + "start": 13429, + "end": 13462, "loc": { "start": { "line": 338, @@ -24710,13 +24638,13 @@ }, "end": { "line": 338, - "column": 45 + "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 13418, - "end": 13433, + "start": 13429, + "end": 13444, "loc": { "start": { "line": 338, @@ -24729,8 +24657,8 @@ }, "object": { "type": "MemberExpression", - "start": 13418, - "end": 13429, + "start": 13429, + "end": 13440, "loc": { "start": { "line": 338, @@ -24743,8 +24671,8 @@ }, "object": { "type": "ThisExpression", - "start": 13418, - "end": 13422, + "start": 13429, + "end": 13433, "loc": { "start": { "line": 338, @@ -24754,12 +24682,13 @@ "line": 338, "column": 12 } - } + }, + "leadingComments": null }, "property": { "type": "Identifier", - "start": 13423, - "end": 13429, + "start": 13434, + "end": 13440, "loc": { "start": { "line": 338, @@ -24773,12 +24702,13 @@ }, "name": "player" }, - "computed": false + "computed": false, + "leadingComments": null }, "property": { "type": "Identifier", - "start": 13430, - "end": 13433, + "start": 13441, + "end": 13444, "loc": { "start": { "line": 338, @@ -24792,13 +24722,14 @@ }, "name": "off" }, - "computed": false + "computed": false, + "leadingComments": null }, "arguments": [ { "type": "MemberExpression", - "start": 13434, - "end": 13454, + "start": 13445, + "end": 13461, "loc": { "start": { "line": 338, @@ -24806,13 +24737,13 @@ }, "end": { "line": 338, - "column": 44 + "column": 40 } }, "object": { "type": "Identifier", - "start": 13434, - "end": 13439, + "start": 13445, + "end": 13450, "loc": { "start": { "line": 338, @@ -24828,8 +24759,8 @@ }, "property": { "type": "Identifier", - "start": 13440, - "end": 13454, + "start": 13451, + "end": 13461, "loc": { "start": { "line": 338, @@ -24837,21 +24768,56 @@ }, "end": { "line": 338, - "column": 44 + "column": 40 }, - "identifierName": "DURATIONCHANGE" + "identifierName": "TIMEUPDATE" }, - "name": "DURATIONCHANGE" + "name": "TIMEUPDATE" }, "computed": false } - ] - } + ], + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " disable time display events that constantly try to reset the current time", + "start": 13313, + "end": 13389, + "loc": { + "start": { + "line": 336, + "column": 8 + }, + "end": { + "line": 336, + "column": 84 + } + } + }, + { + "type": "CommentLine", + "value": " and duration values", + "start": 13398, + "end": 13420, + "loc": { + "start": { + "line": 337, + "column": 8 + }, + "end": { + "line": 337, + "column": 30 + } + } + } + ] }, { "type": "ExpressionStatement", - "start": 13465, - "end": 13503, + "start": 13472, + "end": 13510, "loc": { "start": { "line": 339, @@ -24864,8 +24830,8 @@ }, "expression": { "type": "CallExpression", - "start": 13465, - "end": 13502, + "start": 13472, + "end": 13509, "loc": { "start": { "line": 339, @@ -24878,8 +24844,8 @@ }, "callee": { "type": "MemberExpression", - "start": 13465, - "end": 13480, + "start": 13472, + "end": 13487, "loc": { "start": { "line": 339, @@ -24892,8 +24858,8 @@ }, "object": { "type": "MemberExpression", - "start": 13465, - "end": 13476, + "start": 13472, + "end": 13483, "loc": { "start": { "line": 339, @@ -24906,8 +24872,8 @@ }, "object": { "type": "ThisExpression", - "start": 13465, - "end": 13469, + "start": 13472, + "end": 13476, "loc": { "start": { "line": 339, @@ -24921,8 +24887,8 @@ }, "property": { "type": "Identifier", - "start": 13470, - "end": 13476, + "start": 13477, + "end": 13483, "loc": { "start": { "line": 339, @@ -24940,8 +24906,8 @@ }, "property": { "type": "Identifier", - "start": 13477, - "end": 13480, + "start": 13484, + "end": 13487, "loc": { "start": { "line": 339, @@ -24960,8 +24926,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 13481, - "end": 13501, + "start": 13488, + "end": 13508, "loc": { "start": { "line": 339, @@ -24974,8 +24940,8 @@ }, "object": { "type": "Identifier", - "start": 13481, - "end": 13486, + "start": 13488, + "end": 13493, "loc": { "start": { "line": 339, @@ -24991,8 +24957,8 @@ }, "property": { "type": "Identifier", - "start": 13487, - "end": 13501, + "start": 13494, + "end": 13508, "loc": { "start": { "line": 339, @@ -25002,9 +24968,9 @@ "line": 339, "column": 44 }, - "identifierName": "LOADEDMETADATA" + "identifierName": "DURATIONCHANGE" }, - "name": "LOADEDMETADATA" + "name": "DURATIONCHANGE" }, "computed": false } @@ -25013,8 +24979,8 @@ }, { "type": "ExpressionStatement", - "start": 13512, - "end": 13545, + "start": 13519, + "end": 13557, "loc": { "start": { "line": 340, @@ -25022,13 +24988,13 @@ }, "end": { "line": 340, - "column": 41 + "column": 46 } }, "expression": { "type": "CallExpression", - "start": 13512, - "end": 13544, + "start": 13519, + "end": 13556, "loc": { "start": { "line": 340, @@ -25036,13 +25002,13 @@ }, "end": { "line": 340, - "column": 40 + "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 13512, - "end": 13527, + "start": 13519, + "end": 13534, "loc": { "start": { "line": 340, @@ -25055,8 +25021,8 @@ }, "object": { "type": "MemberExpression", - "start": 13512, - "end": 13523, + "start": 13519, + "end": 13530, "loc": { "start": { "line": 340, @@ -25069,8 +25035,8 @@ }, "object": { "type": "ThisExpression", - "start": 13512, - "end": 13516, + "start": 13519, + "end": 13523, "loc": { "start": { "line": 340, @@ -25084,8 +25050,8 @@ }, "property": { "type": "Identifier", - "start": 13517, - "end": 13523, + "start": 13524, + "end": 13530, "loc": { "start": { "line": 340, @@ -25103,8 +25069,8 @@ }, "property": { "type": "Identifier", - "start": 13524, - "end": 13527, + "start": 13531, + "end": 13534, "loc": { "start": { "line": 340, @@ -25123,8 +25089,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 13528, - "end": 13543, + "start": 13535, + "end": 13555, "loc": { "start": { "line": 340, @@ -25132,13 +25098,13 @@ }, "end": { "line": 340, - "column": 39 + "column": 44 } }, "object": { "type": "Identifier", - "start": 13528, - "end": 13533, + "start": 13535, + "end": 13540, "loc": { "start": { "line": 340, @@ -25154,8 +25120,8 @@ }, "property": { "type": "Identifier", - "start": 13534, - "end": 13543, + "start": 13541, + "end": 13555, "loc": { "start": { "line": 340, @@ -25163,11 +25129,11 @@ }, "end": { "line": 340, - "column": 39 + "column": 44 }, - "identifierName": "LOADSTART" + "identifierName": "LOADEDMETADATA" }, - "name": "LOADSTART" + "name": "LOADEDMETADATA" }, "computed": false } @@ -25176,8 +25142,8 @@ }, { "type": "ExpressionStatement", - "start": 13554, - "end": 13583, + "start": 13566, + "end": 13599, "loc": { "start": { "line": 341, @@ -25185,13 +25151,13 @@ }, "end": { "line": 341, - "column": 37 + "column": 41 } }, "expression": { "type": "CallExpression", - "start": 13554, - "end": 13582, + "start": 13566, + "end": 13598, "loc": { "start": { "line": 341, @@ -25199,13 +25165,13 @@ }, "end": { "line": 341, - "column": 36 + "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 13554, - "end": 13569, + "start": 13566, + "end": 13581, "loc": { "start": { "line": 341, @@ -25218,8 +25184,8 @@ }, "object": { "type": "MemberExpression", - "start": 13554, - "end": 13565, + "start": 13566, + "end": 13577, "loc": { "start": { "line": 341, @@ -25232,8 +25198,8 @@ }, "object": { "type": "ThisExpression", - "start": 13554, - "end": 13558, + "start": 13566, + "end": 13570, "loc": { "start": { "line": 341, @@ -25247,8 +25213,8 @@ }, "property": { "type": "Identifier", - "start": 13559, - "end": 13565, + "start": 13571, + "end": 13577, "loc": { "start": { "line": 341, @@ -25266,8 +25232,8 @@ }, "property": { "type": "Identifier", - "start": 13566, - "end": 13569, + "start": 13578, + "end": 13581, "loc": { "start": { "line": 341, @@ -25286,8 +25252,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 13570, - "end": 13581, + "start": 13582, + "end": 13597, "loc": { "start": { "line": 341, @@ -25295,13 +25261,13 @@ }, "end": { "line": 341, - "column": 35 + "column": 39 } }, "object": { "type": "Identifier", - "start": 13570, - "end": 13575, + "start": 13582, + "end": 13587, "loc": { "start": { "line": 341, @@ -25317,8 +25283,8 @@ }, "property": { "type": "Identifier", - "start": 13576, - "end": 13581, + "start": 13588, + "end": 13597, "loc": { "start": { "line": 341, @@ -25326,6 +25292,169 @@ }, "end": { "line": 341, + "column": 39 + }, + "identifierName": "LOADSTART" + }, + "name": "LOADSTART" + }, + "computed": false + } + ] + } + }, + { + "type": "ExpressionStatement", + "start": 13608, + "end": 13637, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 37 + } + }, + "expression": { + "type": "CallExpression", + "start": 13608, + "end": 13636, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 36 + } + }, + "callee": { + "type": "MemberExpression", + "start": 13608, + "end": 13623, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 23 + } + }, + "object": { + "type": "MemberExpression", + "start": 13608, + "end": 13619, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 19 + } + }, + "object": { + "type": "ThisExpression", + "start": 13608, + "end": 13612, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "start": 13613, + "end": 13619, + "loc": { + "start": { + "line": 342, + "column": 13 + }, + "end": { + "line": 342, + "column": 19 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 13620, + "end": 13623, + "loc": { + "start": { + "line": 342, + "column": 20 + }, + "end": { + "line": 342, + "column": 23 + }, + "identifierName": "off" + }, + "name": "off" + }, + "computed": false + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 13624, + "end": 13635, + "loc": { + "start": { + "line": 342, + "column": 24 + }, + "end": { + "line": 342, + "column": 35 + } + }, + "object": { + "type": "Identifier", + "start": 13624, + "end": 13629, + "loc": { + "start": { + "line": 342, + "column": 24 + }, + "end": { + "line": 342, + "column": 29 + }, + "identifierName": "Event" + }, + "name": "Event" + }, + "property": { + "type": "Identifier", + "start": 13630, + "end": 13635, + "loc": { + "start": { + "line": 342, + "column": 30 + }, + "end": { + "line": 342, "column": 35 }, "identifierName": "ENDED" @@ -25340,15 +25469,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 13593, - "end": 13619, + "start": 13647, + "end": 13673, "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 34 } } @@ -25357,57 +25486,57 @@ }, { "type": "ExpressionStatement", - "start": 13628, - "end": 13661, + "start": 13682, + "end": 13715, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 13628, - "end": 13660, + "start": 13682, + "end": 13714, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 13628, - "end": 13644, + "start": 13682, + "end": 13698, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 13628, - "end": 13632, + "start": 13682, + "end": 13686, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 12 } }, @@ -25415,15 +25544,15 @@ }, "property": { "type": "Identifier", - "start": 13633, - "end": 13644, + "start": 13687, + "end": 13698, "loc": { "start": { - "line": 344, + "line": 345, "column": 13 }, "end": { - "line": 344, + "line": 345, "column": 24 }, "identifierName": "setDuration" @@ -25436,44 +25565,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 13645, - "end": 13659, + "start": 13699, + "end": 13713, "loc": { "start": { - "line": 344, + "line": 345, "column": 25 }, "end": { - "line": 344, + "line": 345, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 13645, - "end": 13649, + "start": 13699, + "end": 13703, "loc": { "start": { - "line": 344, + "line": 345, "column": 25 }, "end": { - "line": 344, + "line": 345, "column": 29 } } }, "property": { "type": "Identifier", - "start": 13650, - "end": 13659, + "start": 13704, + "end": 13713, "loc": { "start": { - "line": 344, + "line": 345, "column": 30 }, "end": { - "line": 344, + "line": 345, "column": 39 }, "identifierName": "maxLength" @@ -25489,15 +25618,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 13593, - "end": 13619, + "start": 13647, + "end": 13673, "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 34 } } @@ -25507,15 +25636,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 13671, - "end": 13682, + "start": 13725, + "end": 13736, "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 19 } } @@ -25524,113 +25653,113 @@ }, { "type": "IfStatement", - "start": 13691, - "end": 14180, + "start": 13745, + "end": 14234, "loc": { "start": { - "line": 347, + "line": 348, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 13695, - "end": 13860, + "start": 13749, + "end": 13914, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 349, + "line": 350, "column": 67 } }, "left": { "type": "LogicalExpression", - "start": 13695, - "end": 13789, + "start": 13749, + "end": 13843, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 55 } }, "left": { "type": "MemberExpression", - "start": 13695, - "end": 13730, + "start": 13749, + "end": 13784, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 13695, - "end": 13723, + "start": 13749, + "end": 13777, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 13695, - "end": 13715, + "start": 13749, + "end": 13769, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 13695, - "end": 13706, + "start": 13749, + "end": 13760, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13695, - "end": 13699, + "start": 13749, + "end": 13753, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 16 } }, @@ -25638,15 +25767,15 @@ }, "property": { "type": "Identifier", - "start": 13700, - "end": 13706, + "start": 13754, + "end": 13760, "loc": { "start": { - "line": 347, + "line": 348, "column": 17 }, "end": { - "line": 347, + "line": 348, "column": 23 }, "identifierName": "player" @@ -25658,15 +25787,15 @@ }, "property": { "type": "Identifier", - "start": 13707, - "end": 13715, + "start": 13761, + "end": 13769, "loc": { "start": { - "line": 347, + "line": 348, "column": 24 }, "end": { - "line": 347, + "line": 348, "column": 32 }, "identifierName": "options_" @@ -25678,15 +25807,15 @@ }, "property": { "type": "Identifier", - "start": 13716, - "end": 13723, + "start": 13770, + "end": 13777, "loc": { "start": { - "line": 347, + "line": 348, "column": 33 }, "end": { - "line": 347, + "line": 348, "column": 40 }, "identifierName": "plugins" @@ -25698,15 +25827,15 @@ }, "property": { "type": "Identifier", - "start": 13724, - "end": 13730, + "start": 13778, + "end": 13784, "loc": { "start": { - "line": 347, + "line": 348, "column": 41 }, "end": { - "line": 347, + "line": 348, "column": 47 }, "identifierName": "record" @@ -25719,100 +25848,100 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 13746, - "end": 13789, + "start": 13800, + "end": 13843, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 13746, - "end": 13781, + "start": 13800, + "end": 13835, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 13746, - "end": 13774, + "start": 13800, + "end": 13828, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 13746, - "end": 13766, + "start": 13800, + "end": 13820, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 13746, - "end": 13757, + "start": 13800, + "end": 13811, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13746, - "end": 13750, + "start": 13800, + "end": 13804, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 16 } } }, "property": { "type": "Identifier", - "start": 13751, - "end": 13757, + "start": 13805, + "end": 13811, "loc": { "start": { - "line": 348, + "line": 349, "column": 17 }, "end": { - "line": 348, + "line": 349, "column": 23 }, "identifierName": "player" @@ -25823,15 +25952,15 @@ }, "property": { "type": "Identifier", - "start": 13758, - "end": 13766, + "start": 13812, + "end": 13820, "loc": { "start": { - "line": 348, + "line": 349, "column": 24 }, "end": { - "line": 348, + "line": 349, "column": 32 }, "identifierName": "options_" @@ -25842,15 +25971,15 @@ }, "property": { "type": "Identifier", - "start": 13767, - "end": 13774, + "start": 13821, + "end": 13828, "loc": { "start": { - "line": 348, + "line": 349, "column": 33 }, "end": { - "line": 348, + "line": 349, "column": 40 }, "identifierName": "plugins" @@ -25861,15 +25990,15 @@ }, "property": { "type": "Identifier", - "start": 13775, - "end": 13781, + "start": 13829, + "end": 13835, "loc": { "start": { - "line": 348, + "line": 349, "column": 41 }, "end": { - "line": 348, + "line": 349, "column": 47 }, "identifierName": "record" @@ -25880,15 +26009,15 @@ }, "property": { "type": "Identifier", - "start": 13782, - "end": 13789, + "start": 13836, + "end": 13843, "loc": { "start": { - "line": 348, + "line": 349, "column": 48 }, "end": { - "line": 348, + "line": 349, "column": 55 }, "identifierName": "hotKeys" @@ -25902,114 +26031,114 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 13806, - "end": 13859, + "start": 13860, + "end": 13913, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 13806, - "end": 13849, + "start": 13860, + "end": 13903, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 13806, - "end": 13841, + "start": 13860, + "end": 13895, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 13806, - "end": 13834, + "start": 13860, + "end": 13888, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 13806, - "end": 13826, + "start": 13860, + "end": 13880, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 13806, - "end": 13817, + "start": 13860, + "end": 13871, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 13806, - "end": 13810, + "start": 13860, + "end": 13864, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 17 } } }, "property": { "type": "Identifier", - "start": 13811, - "end": 13817, + "start": 13865, + "end": 13871, "loc": { "start": { - "line": 349, + "line": 350, "column": 18 }, "end": { - "line": 349, + "line": 350, "column": 24 }, "identifierName": "player" @@ -26020,15 +26149,15 @@ }, "property": { "type": "Identifier", - "start": 13818, - "end": 13826, + "start": 13872, + "end": 13880, "loc": { "start": { - "line": 349, + "line": 350, "column": 25 }, "end": { - "line": 349, + "line": 350, "column": 33 }, "identifierName": "options_" @@ -26039,15 +26168,15 @@ }, "property": { "type": "Identifier", - "start": 13827, - "end": 13834, + "start": 13881, + "end": 13888, "loc": { "start": { - "line": 349, + "line": 350, "column": 34 }, "end": { - "line": 349, + "line": 350, "column": 41 }, "identifierName": "plugins" @@ -26058,15 +26187,15 @@ }, "property": { "type": "Identifier", - "start": 13835, - "end": 13841, + "start": 13889, + "end": 13895, "loc": { "start": { - "line": 349, + "line": 350, "column": 42 }, "end": { - "line": 349, + "line": 350, "column": 48 }, "identifierName": "record" @@ -26077,15 +26206,15 @@ }, "property": { "type": "Identifier", - "start": 13842, - "end": 13849, + "start": 13896, + "end": 13903, "loc": { "start": { - "line": 349, + "line": 350, "column": 49 }, "end": { - "line": 349, + "line": 350, "column": 56 }, "identifierName": "hotKeys" @@ -26097,15 +26226,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 13854, - "end": 13859, + "start": 13908, + "end": 13913, "loc": { "start": { - "line": 349, + "line": 350, "column": 61 }, "end": { - "line": 349, + "line": 350, "column": 66 } }, @@ -26113,66 +26242,66 @@ }, "extra": { "parenthesized": true, - "parenStart": 13805 + "parenStart": 13859 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 13862, - "end": 14180, + "start": 13916, + "end": 14234, "loc": { "start": { - "line": 349, + "line": 350, "column": 69 }, "end": { - "line": 359, + "line": 360, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 13877, - "end": 13935, + "start": 13931, + "end": 13989, "loc": { "start": { - "line": 351, + "line": 352, "column": 12 }, "end": { - "line": 351, + "line": 352, "column": 70 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 13881, - "end": 13934, + "start": 13935, + "end": 13988, "loc": { "start": { - "line": 351, + "line": 352, "column": 16 }, "end": { - "line": 351, + "line": 352, "column": 69 } }, "id": { "type": "Identifier", - "start": 13881, - "end": 13888, + "start": 13935, + "end": 13942, "loc": { "start": { - "line": 351, + "line": 352, "column": 16 }, "end": { - "line": 351, + "line": 352, "column": 23 }, "identifierName": "handler" @@ -26181,100 +26310,100 @@ }, "init": { "type": "MemberExpression", - "start": 13891, - "end": 13934, + "start": 13945, + "end": 13988, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 13891, - "end": 13926, + "start": 13945, + "end": 13980, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 13891, - "end": 13919, + "start": 13945, + "end": 13973, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 13891, - "end": 13911, + "start": 13945, + "end": 13965, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 13891, - "end": 13902, + "start": 13945, + "end": 13956, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 13891, - "end": 13895, + "start": 13945, + "end": 13949, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 30 } } }, "property": { "type": "Identifier", - "start": 13896, - "end": 13902, + "start": 13950, + "end": 13956, "loc": { "start": { - "line": 351, + "line": 352, "column": 31 }, "end": { - "line": 351, + "line": 352, "column": 37 }, "identifierName": "player" @@ -26285,15 +26414,15 @@ }, "property": { "type": "Identifier", - "start": 13903, - "end": 13911, + "start": 13957, + "end": 13965, "loc": { "start": { - "line": 351, + "line": 352, "column": 38 }, "end": { - "line": 351, + "line": 352, "column": 46 }, "identifierName": "options_" @@ -26304,15 +26433,15 @@ }, "property": { "type": "Identifier", - "start": 13912, - "end": 13919, + "start": 13966, + "end": 13973, "loc": { "start": { - "line": 351, + "line": 352, "column": 47 }, "end": { - "line": 351, + "line": 352, "column": 54 }, "identifierName": "plugins" @@ -26323,15 +26452,15 @@ }, "property": { "type": "Identifier", - "start": 13920, - "end": 13926, + "start": 13974, + "end": 13980, "loc": { "start": { - "line": 351, + "line": 352, "column": 55 }, "end": { - "line": 351, + "line": 352, "column": 61 }, "identifierName": "record" @@ -26342,15 +26471,15 @@ }, "property": { "type": "Identifier", - "start": 13927, - "end": 13934, + "start": 13981, + "end": 13988, "loc": { "start": { - "line": 351, + "line": 352, "column": 62 }, "end": { - "line": 351, + "line": 352, "column": 69 }, "identifierName": "hotKeys" @@ -26365,43 +26494,43 @@ }, { "type": "IfStatement", - "start": 13948, - "end": 14030, + "start": 14002, + "end": 14084, "loc": { "start": { - "line": 352, + "line": 353, "column": 12 }, "end": { - "line": 354, + "line": 355, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 13952, - "end": 13968, + "start": 14006, + "end": 14022, "loc": { "start": { - "line": 352, + "line": 353, "column": 16 }, "end": { - "line": 352, + "line": 353, "column": 32 } }, "left": { "type": "Identifier", - "start": 13952, - "end": 13959, + "start": 14006, + "end": 14013, "loc": { "start": { - "line": 352, + "line": 353, "column": 16 }, "end": { - "line": 352, + "line": 353, "column": 23 }, "identifierName": "handler" @@ -26411,15 +26540,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 13964, - "end": 13968, + "start": 14018, + "end": 14022, "loc": { "start": { - "line": 352, + "line": 353, "column": 28 }, "end": { - "line": 352, + "line": 353, "column": 32 } }, @@ -26428,59 +26557,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 13970, - "end": 14030, + "start": 14024, + "end": 14084, "loc": { "start": { - "line": 352, + "line": 353, "column": 34 }, "end": { - "line": 354, + "line": 355, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 13988, - "end": 14016, + "start": 14042, + "end": 14070, "loc": { "start": { - "line": 353, + "line": 354, "column": 16 }, "end": { - "line": 353, + "line": 354, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 13988, - "end": 14015, + "start": 14042, + "end": 14069, "loc": { "start": { - "line": 353, + "line": 354, "column": 16 }, "end": { - "line": 353, + "line": 354, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 13988, - "end": 13995, + "start": 14042, + "end": 14049, "loc": { "start": { - "line": 353, + "line": 354, "column": 16 }, "end": { - "line": 353, + "line": 354, "column": 23 }, "identifierName": "handler" @@ -26489,15 +26618,15 @@ }, "right": { "type": "Identifier", - "start": 13998, - "end": 14015, + "start": 14052, + "end": 14069, "loc": { "start": { - "line": 353, + "line": 354, "column": 26 }, "end": { - "line": 353, + "line": 354, "column": 43 }, "identifierName": "defaultKeyHandler" @@ -26515,15 +26644,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 14043, - "end": 14073, + "start": 14097, + "end": 14127, "loc": { "start": { - "line": 355, + "line": 356, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 42 } } @@ -26532,86 +26661,86 @@ }, { "type": "ExpressionStatement", - "start": 14086, - "end": 14170, + "start": 14140, + "end": 14224, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 358, + "line": 359, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 14086, - "end": 14169, + "start": 14140, + "end": 14223, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 358, + "line": 359, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14086, - "end": 14118, + "start": 14140, + "end": 14172, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 14086, - "end": 14106, + "start": 14140, + "end": 14160, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 14086, - "end": 14097, + "start": 14140, + "end": 14151, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 14086, - "end": 14090, + "start": 14140, + "end": 14144, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 16 } }, @@ -26619,15 +26748,15 @@ }, "property": { "type": "Identifier", - "start": 14091, - "end": 14097, + "start": 14145, + "end": 14151, "loc": { "start": { - "line": 356, + "line": 357, "column": 17 }, "end": { - "line": 356, + "line": 357, "column": 23 }, "identifierName": "player" @@ -26639,15 +26768,15 @@ }, "property": { "type": "Identifier", - "start": 14098, - "end": 14106, + "start": 14152, + "end": 14160, "loc": { "start": { - "line": 356, + "line": 357, "column": 24 }, "end": { - "line": 356, + "line": 357, "column": 32 }, "identifierName": "options_" @@ -26659,15 +26788,15 @@ }, "property": { "type": "Identifier", - "start": 14107, - "end": 14118, + "start": 14161, + "end": 14172, "loc": { "start": { - "line": 356, + "line": 357, "column": 33 }, "end": { - "line": 356, + "line": 357, "column": 44 }, "identifierName": "userActions" @@ -26679,30 +26808,30 @@ }, "right": { "type": "ObjectExpression", - "start": 14121, - "end": 14169, + "start": 14175, + "end": 14223, "loc": { "start": { - "line": 356, + "line": 357, "column": 47 }, "end": { - "line": 358, + "line": 359, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 14139, - "end": 14155, + "start": 14193, + "end": 14209, "loc": { "start": { - "line": 357, + "line": 358, "column": 16 }, "end": { - "line": 357, + "line": 358, "column": 32 } }, @@ -26711,15 +26840,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14139, - "end": 14146, + "start": 14193, + "end": 14200, "loc": { "start": { - "line": 357, + "line": 358, "column": 16 }, "end": { - "line": 357, + "line": 358, "column": 23 }, "identifierName": "hotkeys" @@ -26728,15 +26857,15 @@ }, "value": { "type": "Identifier", - "start": 14148, - "end": 14155, + "start": 14202, + "end": 14209, "loc": { "start": { - "line": 357, + "line": 358, "column": 25 }, "end": { - "line": 357, + "line": 358, "column": 32 }, "identifierName": "handler" @@ -26752,15 +26881,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 14043, - "end": 14073, + "start": 14097, + "end": 14127, "loc": { "start": { - "line": 355, + "line": 356, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 42 } } @@ -26776,15 +26905,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 13671, - "end": 13682, + "start": 13725, + "end": 13736, "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 19 } } @@ -26794,15 +26923,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 14190, - "end": 14223, + "start": 14244, + "end": 14277, "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 41 } } @@ -26811,85 +26940,85 @@ }, { "type": "IfStatement", - "start": 14232, - "end": 14350, + "start": 14286, + "end": 14404, "loc": { "start": { - "line": 362, + "line": 363, "column": 8 }, "end": { - "line": 364, + "line": 365, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14236, - "end": 14283, + "start": 14290, + "end": 14337, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 14236, - "end": 14269, + "start": 14290, + "end": 14323, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 14236, - "end": 14258, + "start": 14290, + "end": 14312, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 14236, - "end": 14247, + "start": 14290, + "end": 14301, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 14236, - "end": 14240, + "start": 14290, + "end": 14294, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 16 } }, @@ -26897,15 +27026,15 @@ }, "property": { "type": "Identifier", - "start": 14241, - "end": 14247, + "start": 14295, + "end": 14301, "loc": { "start": { - "line": 362, + "line": 363, "column": 17 }, "end": { - "line": 362, + "line": 363, "column": 23 }, "identifierName": "player" @@ -26917,15 +27046,15 @@ }, "property": { "type": "Identifier", - "start": 14248, - "end": 14258, + "start": 14302, + "end": 14312, "loc": { "start": { - "line": 362, + "line": 363, "column": 24 }, "end": { - "line": 362, + "line": 363, "column": 34 }, "identifierName": "controlBar" @@ -26937,15 +27066,15 @@ }, "property": { "type": "Identifier", - "start": 14259, - "end": 14269, + "start": 14313, + "end": 14323, "loc": { "start": { - "line": 362, + "line": 363, "column": 35 }, "end": { - "line": 362, + "line": 363, "column": 45 }, "identifierName": "playToggle" @@ -26958,15 +27087,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 14274, - "end": 14283, + "start": 14328, + "end": 14337, "loc": { "start": { - "line": 362, + "line": 363, "column": 50 }, "end": { - "line": 362, + "line": 363, "column": 59 }, "identifierName": "undefined" @@ -26977,129 +27106,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 14285, - "end": 14350, + "start": 14339, + "end": 14404, "loc": { "start": { - "line": 362, + "line": 363, "column": 61 }, "end": { - "line": 364, + "line": 365, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14299, - "end": 14340, + "start": 14353, + "end": 14394, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 14299, - "end": 14339, + "start": 14353, + "end": 14393, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 14299, - "end": 14337, + "start": 14353, + "end": 14391, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 14299, - "end": 14332, + "start": 14353, + "end": 14386, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 14299, - "end": 14321, + "start": 14353, + "end": 14375, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 14299, - "end": 14310, + "start": 14353, + "end": 14364, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 14299, - "end": 14303, + "start": 14353, + "end": 14357, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14304, - "end": 14310, + "start": 14358, + "end": 14364, "loc": { "start": { - "line": 363, + "line": 364, "column": 17 }, "end": { - "line": 363, + "line": 364, "column": 23 }, "identifierName": "player" @@ -27110,15 +27239,15 @@ }, "property": { "type": "Identifier", - "start": 14311, - "end": 14321, + "start": 14365, + "end": 14375, "loc": { "start": { - "line": 363, + "line": 364, "column": 24 }, "end": { - "line": 363, + "line": 364, "column": 34 }, "identifierName": "controlBar" @@ -27129,15 +27258,15 @@ }, "property": { "type": "Identifier", - "start": 14322, - "end": 14332, + "start": 14376, + "end": 14386, "loc": { "start": { - "line": 363, + "line": 364, "column": 35 }, "end": { - "line": 363, + "line": 364, "column": 45 }, "identifierName": "playToggle" @@ -27148,15 +27277,15 @@ }, "property": { "type": "Identifier", - "start": 14333, - "end": 14337, + "start": 14387, + "end": 14391, "loc": { "start": { - "line": 363, + "line": 364, "column": 46 }, "end": { - "line": 363, + "line": 364, "column": 50 }, "identifierName": "hide" @@ -27176,15 +27305,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 14190, - "end": 14223, + "start": 14244, + "end": 14277, "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 41 } } @@ -27199,15 +27328,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8902, - "end": 8956, + "start": 8956, + "end": 9010, "loc": { "start": { - "line": 230, + "line": 231, "column": 4 }, "end": { - "line": 233, + "line": 234, "column": 7 } } @@ -27217,15 +27346,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 14362, - "end": 14507, + "start": 14416, + "end": 14561, "loc": { "start": { - "line": 367, + "line": 368, "column": 4 }, "end": { - "line": 371, + "line": 372, "column": 7 } } @@ -27234,15 +27363,15 @@ }, { "type": "ClassMethod", - "start": 14512, - "end": 14565, + "start": 14566, + "end": 14619, "loc": { "start": { - "line": 372, + "line": 373, "column": 4 }, "end": { - "line": 374, + "line": 375, "column": 5 } }, @@ -27250,15 +27379,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14512, - "end": 14523, + "start": 14566, + "end": 14577, "loc": { "start": { - "line": 372, + "line": 373, "column": 4 }, "end": { - "line": 372, + "line": 373, "column": 15 }, "identifierName": "isRecording" @@ -27274,73 +27403,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14526, - "end": 14565, + "start": 14580, + "end": 14619, "loc": { "start": { - "line": 372, + "line": 373, "column": 18 }, "end": { - "line": 374, + "line": 375, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 14536, - "end": 14559, + "start": 14590, + "end": 14613, "loc": { "start": { - "line": 373, + "line": 374, "column": 8 }, "end": { - "line": 373, + "line": 374, "column": 31 } }, "argument": { "type": "MemberExpression", - "start": 14543, - "end": 14558, + "start": 14597, + "end": 14612, "loc": { "start": { - "line": 373, + "line": 374, "column": 15 }, "end": { - "line": 373, + "line": 374, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 14543, - "end": 14547, + "start": 14597, + "end": 14601, "loc": { "start": { - "line": 373, + "line": 374, "column": 15 }, "end": { - "line": 373, + "line": 374, "column": 19 } } }, "property": { "type": "Identifier", - "start": 14548, - "end": 14558, + "start": 14602, + "end": 14612, "loc": { "start": { - "line": 373, + "line": 374, "column": 20 }, "end": { - "line": 373, + "line": 374, "column": 30 }, "identifierName": "_recording" @@ -27358,15 +27487,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 14362, - "end": 14507, + "start": 14416, + "end": 14561, "loc": { "start": { - "line": 367, + "line": 368, "column": 4 }, "end": { - "line": 371, + "line": 372, "column": 7 } } @@ -27376,15 +27505,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 14571, - "end": 14729, + "start": 14625, + "end": 14783, "loc": { "start": { - "line": 376, + "line": 377, "column": 4 }, "end": { - "line": 381, + "line": 382, "column": 7 } } @@ -27393,15 +27522,15 @@ }, { "type": "ClassMethod", - "start": 14734, - "end": 14789, + "start": 14788, + "end": 14843, "loc": { "start": { - "line": 382, + "line": 383, "column": 4 }, "end": { - "line": 384, + "line": 385, "column": 5 } }, @@ -27409,15 +27538,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14734, - "end": 14746, + "start": 14788, + "end": 14800, "loc": { "start": { - "line": 382, + "line": 383, "column": 4 }, "end": { - "line": 382, + "line": 383, "column": 16 }, "identifierName": "isProcessing" @@ -27433,73 +27562,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14749, - "end": 14789, + "start": 14803, + "end": 14843, "loc": { "start": { - "line": 382, + "line": 383, "column": 19 }, "end": { - "line": 384, + "line": 385, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 14759, - "end": 14783, + "start": 14813, + "end": 14837, "loc": { "start": { - "line": 383, + "line": 384, "column": 8 }, "end": { - "line": 383, + "line": 384, "column": 32 } }, "argument": { "type": "MemberExpression", - "start": 14766, - "end": 14782, + "start": 14820, + "end": 14836, "loc": { "start": { - "line": 383, + "line": 384, "column": 15 }, "end": { - "line": 383, + "line": 384, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 14766, - "end": 14770, + "start": 14820, + "end": 14824, "loc": { "start": { - "line": 383, + "line": 384, "column": 15 }, "end": { - "line": 383, + "line": 384, "column": 19 } } }, "property": { "type": "Identifier", - "start": 14771, - "end": 14782, + "start": 14825, + "end": 14836, "loc": { "start": { - "line": 383, + "line": 384, "column": 20 }, "end": { - "line": 383, + "line": 384, "column": 31 }, "identifierName": "_processing" @@ -27517,15 +27646,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 14571, - "end": 14729, + "start": 14625, + "end": 14783, "loc": { "start": { - "line": 376, + "line": 377, "column": 4 }, "end": { - "line": 381, + "line": 382, "column": 7 } } @@ -27535,15 +27664,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 14795, - "end": 14920, + "start": 14849, + "end": 14974, "loc": { "start": { - "line": 386, + "line": 387, "column": 4 }, "end": { - "line": 390, + "line": 391, "column": 7 } } @@ -27552,15 +27681,15 @@ }, { "type": "ClassMethod", - "start": 14925, - "end": 15124, + "start": 14979, + "end": 15178, "loc": { "start": { - "line": 391, + "line": 392, "column": 4 }, "end": { - "line": 397, + "line": 398, "column": 5 } }, @@ -27568,15 +27697,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14925, - "end": 14936, + "start": 14979, + "end": 14990, "loc": { "start": { - "line": 391, + "line": 392, "column": 4 }, "end": { - "line": 391, + "line": 392, "column": 15 }, "identifierName": "isDestroyed" @@ -27592,59 +27721,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14939, - "end": 15124, + "start": 14993, + "end": 15178, "loc": { "start": { - "line": 391, + "line": 392, "column": 18 }, "end": { - "line": 397, + "line": 398, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 14949, - "end": 14988, + "start": 15003, + "end": 15042, "loc": { "start": { - "line": 392, + "line": 393, "column": 8 }, "end": { - "line": 392, + "line": 393, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 14953, - "end": 14987, + "start": 15007, + "end": 15041, "loc": { "start": { - "line": 392, + "line": 393, "column": 12 }, "end": { - "line": 392, + "line": 393, "column": 46 } }, "id": { "type": "Identifier", - "start": 14953, - "end": 14962, + "start": 15007, + "end": 15016, "loc": { "start": { - "line": 392, + "line": 393, "column": 12 }, "end": { - "line": 392, + "line": 393, "column": 21 }, "identifierName": "destroyed" @@ -27653,58 +27782,58 @@ }, "init": { "type": "BinaryExpression", - "start": 14966, - "end": 14986, + "start": 15020, + "end": 15040, "loc": { "start": { - "line": 392, + "line": 393, "column": 25 }, "end": { - "line": 392, + "line": 393, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 14966, - "end": 14977, + "start": 15020, + "end": 15031, "loc": { "start": { - "line": 392, + "line": 393, "column": 25 }, "end": { - "line": 392, + "line": 393, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14966, - "end": 14970, + "start": 15020, + "end": 15024, "loc": { "start": { - "line": 392, + "line": 393, "column": 25 }, "end": { - "line": 392, + "line": 393, "column": 29 } } }, "property": { "type": "Identifier", - "start": 14971, - "end": 14977, + "start": 15025, + "end": 15031, "loc": { "start": { - "line": 392, + "line": 393, "column": 30 }, "end": { - "line": 392, + "line": 393, "column": 36 }, "identifierName": "player" @@ -27716,22 +27845,22 @@ "operator": "===", "right": { "type": "NullLiteral", - "start": 14982, - "end": 14986, + "start": 15036, + "end": 15040, "loc": { "start": { - "line": 392, + "line": 393, "column": 41 }, "end": { - "line": 392, + "line": 393, "column": 45 } } }, "extra": { "parenthesized": true, - "parenStart": 14965 + "parenStart": 15019 } } } @@ -27740,43 +27869,43 @@ }, { "type": "IfStatement", - "start": 14997, - "end": 15092, + "start": 15051, + "end": 15146, "loc": { "start": { - "line": 393, + "line": 394, "column": 8 }, "end": { - "line": 395, + "line": 396, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15001, - "end": 15020, + "start": 15055, + "end": 15074, "loc": { "start": { - "line": 393, + "line": 394, "column": 12 }, "end": { - "line": 393, + "line": 394, "column": 31 } }, "left": { "type": "Identifier", - "start": 15001, - "end": 15010, + "start": 15055, + "end": 15064, "loc": { "start": { - "line": 393, + "line": 394, "column": 12 }, "end": { - "line": 393, + "line": 394, "column": 21 }, "identifierName": "destroyed" @@ -27786,15 +27915,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 15015, - "end": 15020, + "start": 15069, + "end": 15074, "loc": { "start": { - "line": 393, + "line": 394, "column": 26 }, "end": { - "line": 393, + "line": 394, "column": 31 } }, @@ -27803,59 +27932,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 15022, - "end": 15092, + "start": 15076, + "end": 15146, "loc": { "start": { - "line": 393, + "line": 394, "column": 33 }, "end": { - "line": 395, + "line": 396, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15036, - "end": 15082, + "start": 15090, + "end": 15136, "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 15036, - "end": 15081, + "start": 15090, + "end": 15135, "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 15036, - "end": 15045, + "start": 15090, + "end": 15099, "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 21 }, "identifierName": "destroyed" @@ -27864,86 +27993,86 @@ }, "right": { "type": "BinaryExpression", - "start": 15049, - "end": 15080, + "start": 15103, + "end": 15134, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 56 } }, "left": { "type": "CallExpression", - "start": 15049, - "end": 15071, + "start": 15103, + "end": 15125, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 15049, - "end": 15069, + "start": 15103, + "end": 15123, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 15049, - "end": 15060, + "start": 15103, + "end": 15114, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15049, - "end": 15053, + "start": 15103, + "end": 15107, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 29 } } }, "property": { "type": "Identifier", - "start": 15054, - "end": 15060, + "start": 15108, + "end": 15114, "loc": { "start": { - "line": 394, + "line": 395, "column": 30 }, "end": { - "line": 394, + "line": 395, "column": 36 }, "identifierName": "player" @@ -27954,15 +28083,15 @@ }, "property": { "type": "Identifier", - "start": 15061, - "end": 15069, + "start": 15115, + "end": 15123, "loc": { "start": { - "line": 394, + "line": 395, "column": 37 }, "end": { - "line": 394, + "line": 395, "column": 45 }, "identifierName": "children" @@ -27976,22 +28105,22 @@ "operator": "===", "right": { "type": "NullLiteral", - "start": 15076, - "end": 15080, + "start": 15130, + "end": 15134, "loc": { "start": { - "line": 394, + "line": 395, "column": 52 }, "end": { - "line": 394, + "line": 395, "column": 56 } } }, "extra": { "parenthesized": true, - "parenStart": 15048 + "parenStart": 15102 } } } @@ -28003,29 +28132,29 @@ }, { "type": "ReturnStatement", - "start": 15101, - "end": 15118, + "start": 15155, + "end": 15172, "loc": { "start": { - "line": 396, + "line": 397, "column": 8 }, "end": { - "line": 396, + "line": 397, "column": 25 } }, "argument": { "type": "Identifier", - "start": 15108, - "end": 15117, + "start": 15162, + "end": 15171, "loc": { "start": { - "line": 396, + "line": 397, "column": 15 }, "end": { - "line": 396, + "line": 397, "column": 24 }, "identifierName": "destroyed" @@ -28041,15 +28170,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 14795, - "end": 14920, + "start": 14849, + "end": 14974, "loc": { "start": { - "line": 386, + "line": 387, "column": 4 }, "end": { - "line": 390, + "line": 391, "column": 7 } } @@ -28059,15 +28188,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 15130, - "end": 15230, + "start": 15184, + "end": 15284, "loc": { "start": { - "line": 399, + "line": 400, "column": 4 }, "end": { - "line": 402, + "line": 403, "column": 7 } } @@ -28076,15 +28205,15 @@ }, { "type": "ClassMethod", - "start": 15235, - "end": 24066, + "start": 15289, + "end": 24521, "loc": { "start": { - "line": 403, + "line": 404, "column": 4 }, "end": { - "line": 604, + "line": 610, "column": 5 } }, @@ -28092,15 +28221,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 15235, - "end": 15244, + "start": 15289, + "end": 15298, "loc": { "start": { - "line": 403, + "line": 404, "column": 4 }, "end": { - "line": 403, + "line": 404, "column": 13 }, "identifierName": "getDevice" @@ -28116,72 +28245,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 15247, - "end": 24066, + "start": 15301, + "end": 24521, "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 604, + "line": 610, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 15297, - "end": 15422, + "start": 15351, + "end": 15476, "loc": { "start": { - "line": 405, + "line": 406, "column": 8 }, "end": { - "line": 407, + "line": 408, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15301, - "end": 15339, + "start": 15355, + "end": 15393, "loc": { "start": { - "line": 405, + "line": 406, "column": 12 }, "end": { - "line": 405, + "line": 406, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 15301, - "end": 15325, + "start": 15355, + "end": 15379, "loc": { "start": { - "line": 405, + "line": 406, "column": 12 }, "end": { - "line": 405, + "line": 406, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15301, - "end": 15305, + "start": 15355, + "end": 15359, "loc": { "start": { - "line": 405, + "line": 406, "column": 12 }, "end": { - "line": 405, + "line": 406, "column": 16 } }, @@ -28189,15 +28318,15 @@ }, "property": { "type": "Identifier", - "start": 15306, - "end": 15325, + "start": 15360, + "end": 15379, "loc": { "start": { - "line": 405, + "line": 406, "column": 17 }, "end": { - "line": 405, + "line": 406, "column": 36 }, "identifierName": "deviceReadyCallback" @@ -28210,15 +28339,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15330, - "end": 15339, + "start": 15384, + "end": 15393, "loc": { "start": { - "line": 405, + "line": 406, "column": 41 }, "end": { - "line": 405, + "line": 406, "column": 50 }, "identifierName": "undefined" @@ -28229,88 +28358,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 15341, - "end": 15422, + "start": 15395, + "end": 15476, "loc": { "start": { - "line": 405, + "line": 406, "column": 52 }, "end": { - "line": 407, + "line": 408, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15355, - "end": 15412, + "start": 15409, + "end": 15466, "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 15355, - "end": 15411, + "start": 15409, + "end": 15465, "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15355, - "end": 15379, + "start": 15409, + "end": 15433, "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15355, - "end": 15359, + "start": 15409, + "end": 15413, "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15360, - "end": 15379, + "start": 15414, + "end": 15433, "loc": { "start": { - "line": 406, + "line": 407, "column": 17 }, "end": { - "line": 406, + "line": 407, "column": 36 }, "identifierName": "deviceReadyCallback" @@ -28321,72 +28450,72 @@ }, "right": { "type": "CallExpression", - "start": 15382, - "end": 15411, + "start": 15436, + "end": 15465, "loc": { "start": { - "line": 406, + "line": 407, "column": 39 }, "end": { - "line": 406, + "line": 407, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 15382, - "end": 15405, + "start": 15436, + "end": 15459, "loc": { "start": { - "line": 406, + "line": 407, "column": 39 }, "end": { - "line": 406, + "line": 407, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 15382, - "end": 15400, + "start": 15436, + "end": 15454, "loc": { "start": { - "line": 406, + "line": 407, "column": 39 }, "end": { - "line": 406, + "line": 407, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 15382, - "end": 15386, + "start": 15436, + "end": 15440, "loc": { "start": { - "line": 406, + "line": 407, "column": 39 }, "end": { - "line": 406, + "line": 407, "column": 43 } } }, "property": { "type": "Identifier", - "start": 15387, - "end": 15400, + "start": 15441, + "end": 15454, "loc": { "start": { - "line": 406, + "line": 407, "column": 44 }, "end": { - "line": 406, + "line": 407, "column": 57 }, "identifierName": "onDeviceReady" @@ -28397,15 +28526,15 @@ }, "property": { "type": "Identifier", - "start": 15401, - "end": 15405, + "start": 15455, + "end": 15459, "loc": { "start": { - "line": 406, + "line": 407, "column": 58 }, "end": { - "line": 406, + "line": 407, "column": 62 }, "identifierName": "bind" @@ -28417,15 +28546,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 15406, - "end": 15410, + "start": 15460, + "end": 15464, "loc": { "start": { - "line": 406, + "line": 407, "column": 63 }, "end": { - "line": 406, + "line": 407, "column": 67 } } @@ -28442,15 +28571,15 @@ { "type": "CommentLine", "value": " define device callbacks once", - "start": 15257, - "end": 15288, + "start": 15311, + "end": 15342, "loc": { "start": { - "line": 404, + "line": 405, "column": 8 }, "end": { - "line": 404, + "line": 405, "column": 39 } } @@ -28459,72 +28588,72 @@ }, { "type": "IfStatement", - "start": 15431, - "end": 15556, + "start": 15485, + "end": 15610, "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 410, + "line": 411, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15435, - "end": 15473, + "start": 15489, + "end": 15527, "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 15435, - "end": 15459, + "start": 15489, + "end": 15513, "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15435, - "end": 15439, + "start": 15489, + "end": 15493, "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15440, - "end": 15459, + "start": 15494, + "end": 15513, "loc": { "start": { - "line": 408, + "line": 409, "column": 17 }, "end": { - "line": 408, + "line": 409, "column": 36 }, "identifierName": "deviceErrorCallback" @@ -28536,15 +28665,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15464, - "end": 15473, + "start": 15518, + "end": 15527, "loc": { "start": { - "line": 408, + "line": 409, "column": 41 }, "end": { - "line": 408, + "line": 409, "column": 50 }, "identifierName": "undefined" @@ -28554,88 +28683,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 15475, - "end": 15556, + "start": 15529, + "end": 15610, "loc": { "start": { - "line": 408, + "line": 409, "column": 52 }, "end": { - "line": 410, + "line": 411, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15489, - "end": 15546, + "start": 15543, + "end": 15600, "loc": { "start": { - "line": 409, + "line": 410, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 15489, - "end": 15545, + "start": 15543, + "end": 15599, "loc": { "start": { - "line": 409, + "line": 410, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15489, - "end": 15513, + "start": 15543, + "end": 15567, "loc": { "start": { - "line": 409, + "line": 410, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15489, - "end": 15493, + "start": 15543, + "end": 15547, "loc": { "start": { - "line": 409, + "line": 410, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15494, - "end": 15513, + "start": 15548, + "end": 15567, "loc": { "start": { - "line": 409, + "line": 410, "column": 17 }, "end": { - "line": 409, + "line": 410, "column": 36 }, "identifierName": "deviceErrorCallback" @@ -28646,72 +28775,72 @@ }, "right": { "type": "CallExpression", - "start": 15516, - "end": 15545, + "start": 15570, + "end": 15599, "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 15516, - "end": 15539, + "start": 15570, + "end": 15593, "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 15516, - "end": 15534, + "start": 15570, + "end": 15588, "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 15516, - "end": 15520, + "start": 15570, + "end": 15574, "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 43 } } }, "property": { "type": "Identifier", - "start": 15521, - "end": 15534, + "start": 15575, + "end": 15588, "loc": { "start": { - "line": 409, + "line": 410, "column": 44 }, "end": { - "line": 409, + "line": 410, "column": 57 }, "identifierName": "onDeviceError" @@ -28722,15 +28851,15 @@ }, "property": { "type": "Identifier", - "start": 15535, - "end": 15539, + "start": 15589, + "end": 15593, "loc": { "start": { - "line": 409, + "line": 410, "column": 58 }, "end": { - "line": 409, + "line": 410, "column": 62 }, "identifierName": "bind" @@ -28742,15 +28871,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 15540, - "end": 15544, + "start": 15594, + "end": 15598, "loc": { "start": { - "line": 409, + "line": 410, "column": 63 }, "end": { - "line": 409, + "line": 410, "column": 67 } } @@ -28766,72 +28895,72 @@ }, { "type": "IfStatement", - "start": 15565, - "end": 15691, + "start": 15619, + "end": 15745, "loc": { "start": { - "line": 411, + "line": 412, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15569, - "end": 15606, + "start": 15623, + "end": 15660, "loc": { "start": { - "line": 411, + "line": 412, "column": 12 }, "end": { - "line": 411, + "line": 412, "column": 49 } }, "left": { "type": "MemberExpression", - "start": 15569, - "end": 15592, + "start": 15623, + "end": 15646, "loc": { "start": { - "line": 411, + "line": 412, "column": 12 }, "end": { - "line": 411, + "line": 412, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 15569, - "end": 15573, + "start": 15623, + "end": 15627, "loc": { "start": { - "line": 411, + "line": 412, "column": 12 }, "end": { - "line": 411, + "line": 412, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15574, - "end": 15592, + "start": 15628, + "end": 15646, "loc": { "start": { - "line": 411, + "line": 412, "column": 17 }, "end": { - "line": 411, + "line": 412, "column": 35 }, "identifierName": "engineStopCallback" @@ -28843,15 +28972,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15597, - "end": 15606, + "start": 15651, + "end": 15660, "loc": { "start": { - "line": 411, + "line": 412, "column": 40 }, "end": { - "line": 411, + "line": 412, "column": 49 }, "identifierName": "undefined" @@ -28861,88 +28990,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 15608, - "end": 15691, + "start": 15662, + "end": 15745, "loc": { "start": { - "line": 411, + "line": 412, "column": 51 }, "end": { - "line": 413, + "line": 414, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15622, - "end": 15681, + "start": 15676, + "end": 15735, "loc": { "start": { - "line": 412, + "line": 413, "column": 12 }, "end": { - "line": 412, + "line": 413, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 15622, - "end": 15680, + "start": 15676, + "end": 15734, "loc": { "start": { - "line": 412, + "line": 413, "column": 12 }, "end": { - "line": 412, + "line": 413, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15622, - "end": 15645, + "start": 15676, + "end": 15699, "loc": { "start": { - "line": 412, + "line": 413, "column": 12 }, "end": { - "line": 412, + "line": 413, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 15622, - "end": 15626, + "start": 15676, + "end": 15680, "loc": { "start": { - "line": 412, + "line": 413, "column": 12 }, "end": { - "line": 412, + "line": 413, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15627, - "end": 15645, + "start": 15681, + "end": 15699, "loc": { "start": { - "line": 412, + "line": 413, "column": 17 }, "end": { - "line": 412, + "line": 413, "column": 35 }, "identifierName": "engineStopCallback" @@ -28953,72 +29082,72 @@ }, "right": { "type": "CallExpression", - "start": 15648, - "end": 15680, + "start": 15702, + "end": 15734, "loc": { "start": { - "line": 412, + "line": 413, "column": 38 }, "end": { - "line": 412, + "line": 413, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 15648, - "end": 15674, + "start": 15702, + "end": 15728, "loc": { "start": { - "line": 412, + "line": 413, "column": 38 }, "end": { - "line": 412, + "line": 413, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 15648, - "end": 15669, + "start": 15702, + "end": 15723, "loc": { "start": { - "line": 412, + "line": 413, "column": 38 }, "end": { - "line": 412, + "line": 413, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 15648, - "end": 15652, + "start": 15702, + "end": 15706, "loc": { "start": { - "line": 412, + "line": 413, "column": 38 }, "end": { - "line": 412, + "line": 413, "column": 42 } } }, "property": { "type": "Identifier", - "start": 15653, - "end": 15669, + "start": 15707, + "end": 15723, "loc": { "start": { - "line": 412, + "line": 413, "column": 43 }, "end": { - "line": 412, + "line": 413, "column": 59 }, "identifierName": "onRecordComplete" @@ -29029,15 +29158,15 @@ }, "property": { "type": "Identifier", - "start": 15670, - "end": 15674, + "start": 15724, + "end": 15728, "loc": { "start": { - "line": 412, + "line": 413, "column": 60 }, "end": { - "line": 412, + "line": 413, "column": 64 }, "identifierName": "bind" @@ -29049,15 +29178,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 15675, - "end": 15679, + "start": 15729, + "end": 15733, "loc": { "start": { - "line": 412, + "line": 413, "column": 65 }, "end": { - "line": 412, + "line": 413, "column": 69 } } @@ -29073,72 +29202,72 @@ }, { "type": "IfStatement", - "start": 15700, - "end": 15831, + "start": 15754, + "end": 15885, "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 416, + "line": 417, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15704, - "end": 15744, + "start": 15758, + "end": 15798, "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 15704, - "end": 15730, + "start": 15758, + "end": 15784, "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 15704, - "end": 15708, + "start": 15758, + "end": 15762, "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15709, - "end": 15730, + "start": 15763, + "end": 15784, "loc": { "start": { - "line": 414, + "line": 415, "column": 17 }, "end": { - "line": 414, + "line": 415, "column": 38 }, "identifierName": "streamVisibleCallback" @@ -29150,15 +29279,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15735, - "end": 15744, + "start": 15789, + "end": 15798, "loc": { "start": { - "line": 414, + "line": 415, "column": 43 }, "end": { - "line": 414, + "line": 415, "column": 52 }, "identifierName": "undefined" @@ -29168,88 +29297,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 15746, - "end": 15831, + "start": 15800, + "end": 15885, "loc": { "start": { - "line": 414, + "line": 415, "column": 54 }, "end": { - "line": 416, + "line": 417, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15760, - "end": 15821, + "start": 15814, + "end": 15875, "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 15760, - "end": 15820, + "start": 15814, + "end": 15874, "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15760, - "end": 15786, + "start": 15814, + "end": 15840, "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 15760, - "end": 15764, + "start": 15814, + "end": 15818, "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15765, - "end": 15786, + "start": 15819, + "end": 15840, "loc": { "start": { - "line": 415, + "line": 416, "column": 17 }, "end": { - "line": 415, + "line": 416, "column": 38 }, "identifierName": "streamVisibleCallback" @@ -29260,72 +29389,72 @@ }, "right": { "type": "CallExpression", - "start": 15789, - "end": 15820, + "start": 15843, + "end": 15874, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 15789, - "end": 15814, + "start": 15843, + "end": 15868, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 15789, - "end": 15809, + "start": 15843, + "end": 15863, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 15789, - "end": 15793, + "start": 15843, + "end": 15847, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 45 } } }, "property": { "type": "Identifier", - "start": 15794, - "end": 15809, + "start": 15848, + "end": 15863, "loc": { "start": { - "line": 415, + "line": 416, "column": 46 }, "end": { - "line": 415, + "line": 416, "column": 61 }, "identifierName": "onStreamVisible" @@ -29336,15 +29465,15 @@ }, "property": { "type": "Identifier", - "start": 15810, - "end": 15814, + "start": 15864, + "end": 15868, "loc": { "start": { - "line": 415, + "line": 416, "column": 62 }, "end": { - "line": 415, + "line": 416, "column": 66 }, "identifierName": "bind" @@ -29356,15 +29485,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 15815, - "end": 15819, + "start": 15869, + "end": 15873, "loc": { "start": { - "line": 415, + "line": 416, "column": 67 }, "end": { - "line": 415, + "line": 416, "column": 71 } } @@ -29382,15 +29511,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 15841, - "end": 15904, + "start": 15895, + "end": 15958, "loc": { "start": { - "line": 418, + "line": 419, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 71 } } @@ -29398,15 +29527,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 15913, - "end": 15970, + "start": 15967, + "end": 16024, "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 65 } } @@ -29414,15 +29543,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15979, - "end": 16043, + "start": 16033, + "end": 16097, "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 72 } } @@ -29431,85 +29560,85 @@ }, { "type": "IfStatement", - "start": 16052, - "end": 16773, + "start": 16106, + "end": 16827, "loc": { "start": { - "line": 421, + "line": 422, "column": 8 }, "end": { - "line": 435, + "line": 436, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 16056, - "end": 16133, + "start": 16110, + "end": 16187, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 89 } }, "left": { "type": "BinaryExpression", - "start": 16056, - "end": 16092, + "start": 16110, + "end": 16146, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 48 } }, "left": { "type": "CallExpression", - "start": 16056, - "end": 16076, + "start": 16110, + "end": 16130, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 16056, - "end": 16074, + "start": 16110, + "end": 16128, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 16056, - "end": 16060, + "start": 16110, + "end": 16114, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 16 } }, @@ -29517,15 +29646,15 @@ }, "property": { "type": "Identifier", - "start": 16061, - "end": 16074, + "start": 16115, + "end": 16128, "loc": { "start": { - "line": 421, + "line": 422, "column": 17 }, "end": { - "line": 421, + "line": 422, "column": 30 }, "identifierName": "getRecordType" @@ -29541,15 +29670,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16081, - "end": 16092, + "start": 16135, + "end": 16146, "loc": { "start": { - "line": 421, + "line": 422, "column": 37 }, "end": { - "line": 421, + "line": 422, "column": 48 }, "identifierName": "SCREEN_ONLY" @@ -29561,72 +29690,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 16096, - "end": 16133, + "start": 16150, + "end": 16187, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 89 } }, "left": { "type": "CallExpression", - "start": 16096, - "end": 16116, + "start": 16150, + "end": 16170, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 16096, - "end": 16114, + "start": 16150, + "end": 16168, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 16096, - "end": 16100, + "start": 16150, + "end": 16154, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 56 } } }, "property": { "type": "Identifier", - "start": 16101, - "end": 16114, + "start": 16155, + "end": 16168, "loc": { "start": { - "line": 421, + "line": 422, "column": 57 }, "end": { - "line": 421, + "line": 422, "column": 70 }, "identifierName": "getRecordType" @@ -29640,15 +29769,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16121, - "end": 16133, + "start": 16175, + "end": 16187, "loc": { "start": { - "line": 421, + "line": 422, "column": 77 }, "end": { - "line": 421, + "line": 422, "column": 89 }, "identifierName": "AUDIO_SCREEN" @@ -29660,86 +29789,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 16135, - "end": 16454, + "start": 16189, + "end": 16508, "loc": { "start": { - "line": 421, + "line": 422, "column": 91 }, "end": { - "line": 428, + "line": 429, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 16149, - "end": 16444, + "start": 16203, + "end": 16498, "loc": { "start": { - "line": 422, + "line": 423, "column": 12 }, "end": { - "line": 427, + "line": 428, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 16153, - "end": 16261, + "start": 16207, + "end": 16315, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 68 } }, "left": { "type": "BinaryExpression", - "start": 16153, - "end": 16189, + "start": 16207, + "end": 16243, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 422, + "line": 423, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 16153, - "end": 16175, + "start": 16207, + "end": 16229, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 422, + "line": 423, "column": 38 } }, "object": { "type": "Identifier", - "start": 16153, - "end": 16162, + "start": 16207, + "end": 16216, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 422, + "line": 423, "column": 25 }, "identifierName": "navigator" @@ -29748,15 +29877,15 @@ }, "property": { "type": "Identifier", - "start": 16163, - "end": 16175, + "start": 16217, + "end": 16229, "loc": { "start": { - "line": 422, + "line": 423, "column": 26 }, "end": { - "line": 422, + "line": 423, "column": 38 }, "identifierName": "mediaDevices" @@ -29768,15 +29897,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16180, - "end": 16189, + "start": 16234, + "end": 16243, "loc": { "start": { - "line": 422, + "line": 423, "column": 43 }, "end": { - "line": 422, + "line": 423, "column": 52 }, "identifierName": "undefined" @@ -29787,57 +29916,57 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 16209, - "end": 16261, + "start": 16263, + "end": 16315, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 68 } }, "left": { "type": "MemberExpression", - "start": 16209, - "end": 16247, + "start": 16263, + "end": 16301, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 16209, - "end": 16231, + "start": 16263, + "end": 16285, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 38 } }, "object": { "type": "Identifier", - "start": 16209, - "end": 16218, + "start": 16263, + "end": 16272, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 25 }, "identifierName": "navigator" @@ -29846,15 +29975,15 @@ }, "property": { "type": "Identifier", - "start": 16219, - "end": 16231, + "start": 16273, + "end": 16285, "loc": { "start": { - "line": 423, + "line": 424, "column": 26 }, "end": { - "line": 423, + "line": 424, "column": 38 }, "identifierName": "mediaDevices" @@ -29865,15 +29994,15 @@ }, "property": { "type": "Identifier", - "start": 16232, - "end": 16247, + "start": 16286, + "end": 16301, "loc": { "start": { - "line": 423, + "line": 424, "column": 39 }, "end": { - "line": 423, + "line": 424, "column": 54 }, "identifierName": "getDisplayMedia" @@ -29885,15 +30014,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16252, - "end": 16261, + "start": 16306, + "end": 16315, "loc": { "start": { - "line": 423, + "line": 424, "column": 59 }, "end": { - "line": 423, + "line": 424, "column": 68 }, "identifierName": "undefined" @@ -29904,101 +30033,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 16263, - "end": 16444, + "start": 16317, + "end": 16498, "loc": { "start": { - "line": 423, + "line": 424, "column": 70 }, "end": { - "line": 427, + "line": 428, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 16281, - "end": 16406, + "start": 16335, + "end": 16460, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 425, + "line": 426, "column": 92 } }, "expression": { "type": "CallExpression", - "start": 16281, - "end": 16405, + "start": 16335, + "end": 16459, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 425, + "line": 426, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 16281, - "end": 16300, + "start": 16335, + "end": 16354, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 16281, - "end": 16292, + "start": 16335, + "end": 16346, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16281, - "end": 16285, + "start": 16335, + "end": 16339, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 20 } } }, "property": { "type": "Identifier", - "start": 16286, - "end": 16292, + "start": 16340, + "end": 16346, "loc": { "start": { - "line": 424, + "line": 425, "column": 21 }, "end": { - "line": 424, + "line": 425, "column": 27 }, "identifierName": "player" @@ -30009,15 +30138,15 @@ }, "property": { "type": "Identifier", - "start": 16293, - "end": 16300, + "start": 16347, + "end": 16354, "loc": { "start": { - "line": 424, + "line": 425, "column": 28 }, "end": { - "line": 424, + "line": 425, "column": 35 }, "identifierName": "trigger" @@ -30029,29 +30158,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16301, - "end": 16312, + "start": 16355, + "end": 16366, "loc": { "start": { - "line": 424, + "line": 425, "column": 36 }, "end": { - "line": 424, + "line": 425, "column": 47 } }, "object": { "type": "Identifier", - "start": 16301, - "end": 16306, + "start": 16355, + "end": 16360, "loc": { "start": { - "line": 424, + "line": 425, "column": 36 }, "end": { - "line": 424, + "line": 425, "column": 41 }, "identifierName": "Event" @@ -30060,15 +30189,15 @@ }, "property": { "type": "Identifier", - "start": 16307, - "end": 16312, + "start": 16361, + "end": 16366, "loc": { "start": { - "line": 424, + "line": 425, "column": 42 }, "end": { - "line": 424, + "line": 425, "column": 47 }, "identifierName": "ERROR" @@ -30079,15 +30208,15 @@ }, { "type": "StringLiteral", - "start": 16334, - "end": 16404, + "start": 16388, + "end": 16458, "loc": { "start": { - "line": 425, + "line": 426, "column": 20 }, "end": { - "line": 425, + "line": 426, "column": 90 } }, @@ -30102,15 +30231,15 @@ }, { "type": "ReturnStatement", - "start": 16423, - "end": 16430, + "start": 16477, + "end": 16484, "loc": { "start": { - "line": 426, + "line": 427, "column": 16 }, "end": { - "line": 426, + "line": 427, "column": 23 } }, @@ -30126,86 +30255,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 16460, - "end": 16773, + "start": 16514, + "end": 16827, "loc": { "start": { - "line": 428, + "line": 429, "column": 15 }, "end": { - "line": 435, + "line": 436, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 16474, - "end": 16763, + "start": 16528, + "end": 16817, "loc": { "start": { - "line": 429, + "line": 430, "column": 12 }, "end": { - "line": 434, + "line": 435, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 16478, - "end": 16583, + "start": 16532, + "end": 16637, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 65 } }, "left": { "type": "BinaryExpression", - "start": 16478, - "end": 16514, + "start": 16532, + "end": 16568, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 429, + "line": 430, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 16478, - "end": 16500, + "start": 16532, + "end": 16554, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 429, + "line": 430, "column": 38 } }, "object": { "type": "Identifier", - "start": 16478, - "end": 16487, + "start": 16532, + "end": 16541, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 429, + "line": 430, "column": 25 }, "identifierName": "navigator" @@ -30214,15 +30343,15 @@ }, "property": { "type": "Identifier", - "start": 16488, - "end": 16500, + "start": 16542, + "end": 16554, "loc": { "start": { - "line": 429, + "line": 430, "column": 26 }, "end": { - "line": 429, + "line": 430, "column": 38 }, "identifierName": "mediaDevices" @@ -30234,15 +30363,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16505, - "end": 16514, + "start": 16559, + "end": 16568, "loc": { "start": { - "line": 429, + "line": 430, "column": 43 }, "end": { - "line": 429, + "line": 430, "column": 52 }, "identifierName": "undefined" @@ -30253,57 +30382,57 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 16534, - "end": 16583, + "start": 16588, + "end": 16637, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 65 } }, "left": { "type": "MemberExpression", - "start": 16534, - "end": 16569, + "start": 16588, + "end": 16623, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 16534, - "end": 16556, + "start": 16588, + "end": 16610, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 38 } }, "object": { "type": "Identifier", - "start": 16534, - "end": 16543, + "start": 16588, + "end": 16597, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 25 }, "identifierName": "navigator" @@ -30312,15 +30441,15 @@ }, "property": { "type": "Identifier", - "start": 16544, - "end": 16556, + "start": 16598, + "end": 16610, "loc": { "start": { - "line": 430, + "line": 431, "column": 26 }, "end": { - "line": 430, + "line": 431, "column": 38 }, "identifierName": "mediaDevices" @@ -30331,15 +30460,15 @@ }, "property": { "type": "Identifier", - "start": 16557, - "end": 16569, + "start": 16611, + "end": 16623, "loc": { "start": { - "line": 430, + "line": 431, "column": 39 }, "end": { - "line": 430, + "line": 431, "column": 51 }, "identifierName": "getUserMedia" @@ -30351,15 +30480,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16574, - "end": 16583, + "start": 16628, + "end": 16637, "loc": { "start": { - "line": 430, + "line": 431, "column": 56 }, "end": { - "line": 430, + "line": 431, "column": 65 }, "identifierName": "undefined" @@ -30370,101 +30499,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 16585, - "end": 16763, + "start": 16639, + "end": 16817, "loc": { "start": { - "line": 430, + "line": 431, "column": 67 }, "end": { - "line": 434, + "line": 435, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 16603, - "end": 16725, + "start": 16657, + "end": 16779, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 16603, - "end": 16724, + "start": 16657, + "end": 16778, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 16603, - "end": 16622, + "start": 16657, + "end": 16676, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 16603, - "end": 16614, + "start": 16657, + "end": 16668, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16603, - "end": 16607, + "start": 16657, + "end": 16661, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 20 } } }, "property": { "type": "Identifier", - "start": 16608, - "end": 16614, + "start": 16662, + "end": 16668, "loc": { "start": { - "line": 431, + "line": 432, "column": 21 }, "end": { - "line": 431, + "line": 432, "column": 27 }, "identifierName": "player" @@ -30475,15 +30604,15 @@ }, "property": { "type": "Identifier", - "start": 16615, - "end": 16622, + "start": 16669, + "end": 16676, "loc": { "start": { - "line": 431, + "line": 432, "column": 28 }, "end": { - "line": 431, + "line": 432, "column": 35 }, "identifierName": "trigger" @@ -30495,29 +30624,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16623, - "end": 16634, + "start": 16677, + "end": 16688, "loc": { "start": { - "line": 431, + "line": 432, "column": 36 }, "end": { - "line": 431, + "line": 432, "column": 47 } }, "object": { "type": "Identifier", - "start": 16623, - "end": 16628, + "start": 16677, + "end": 16682, "loc": { "start": { - "line": 431, + "line": 432, "column": 36 }, "end": { - "line": 431, + "line": 432, "column": 41 }, "identifierName": "Event" @@ -30526,15 +30655,15 @@ }, "property": { "type": "Identifier", - "start": 16629, - "end": 16634, + "start": 16683, + "end": 16688, "loc": { "start": { - "line": 431, + "line": 432, "column": 42 }, "end": { - "line": 431, + "line": 432, "column": 47 }, "identifierName": "ERROR" @@ -30545,15 +30674,15 @@ }, { "type": "StringLiteral", - "start": 16656, - "end": 16723, + "start": 16710, + "end": 16777, "loc": { "start": { - "line": 432, + "line": 433, "column": 20 }, "end": { - "line": 432, + "line": 433, "column": 87 } }, @@ -30568,15 +30697,15 @@ }, { "type": "ReturnStatement", - "start": 16742, - "end": 16749, + "start": 16796, + "end": 16803, "loc": { "start": { - "line": 433, + "line": 434, "column": 16 }, "end": { - "line": 433, + "line": 434, "column": 23 } }, @@ -30595,15 +30724,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 15841, - "end": 15904, + "start": 15895, + "end": 15958, "loc": { "start": { - "line": 418, + "line": 419, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 71 } } @@ -30611,15 +30740,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 15913, - "end": 15970, + "start": 15967, + "end": 16024, "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 65 } } @@ -30627,15 +30756,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15979, - "end": 16043, + "start": 16033, + "end": 16097, "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 72 } } @@ -30645,15 +30774,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 16783, - "end": 16845, + "start": 16837, + "end": 16899, "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 70 } } @@ -30661,15 +30790,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 16854, - "end": 16908, + "start": 16908, + "end": 16962, "loc": { "start": { - "line": 438, + "line": 439, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 62 } } @@ -30678,57 +30807,57 @@ }, { "type": "SwitchStatement", - "start": 16917, - "end": 24060, + "start": 16971, + "end": 24515, "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 603, + "line": 609, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 16925, - "end": 16945, + "start": 16979, + "end": 16999, "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 16925, - "end": 16943, + "start": 16979, + "end": 16997, "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 16925, - "end": 16929, + "start": 16979, + "end": 16983, "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 20 } }, @@ -30736,15 +30865,15 @@ }, "property": { "type": "Identifier", - "start": 16930, - "end": 16943, + "start": 16984, + "end": 16997, "loc": { "start": { - "line": 439, + "line": 440, "column": 21 }, "end": { - "line": 439, + "line": 440, "column": 34 }, "identifierName": "getRecordType" @@ -30760,73 +30889,73 @@ "cases": [ { "type": "SwitchCase", - "start": 16961, - "end": 19424, + "start": 17015, + "end": 19478, "loc": { "start": { - "line": 440, + "line": 441, "column": 12 }, "end": { - "line": 490, + "line": 491, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 17030, - "end": 17194, + "start": 17084, + "end": 17248, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 445, + "line": 446, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 17030, - "end": 17193, + "start": 17084, + "end": 17247, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 445, + "line": 446, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17030, - "end": 17044, + "start": 17084, + "end": 17098, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 442, + "line": 443, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 17030, - "end": 17034, + "start": 17084, + "end": 17088, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 442, + "line": 443, "column": 20 } }, @@ -30834,15 +30963,15 @@ }, "property": { "type": "Identifier", - "start": 17035, - "end": 17044, + "start": 17089, + "end": 17098, "loc": { "start": { - "line": 442, + "line": 443, "column": 21 }, "end": { - "line": 442, + "line": 443, "column": 30 }, "identifierName": "mediaType" @@ -30854,30 +30983,30 @@ }, "right": { "type": "ObjectExpression", - "start": 17047, - "end": 17193, + "start": 17101, + "end": 17247, "loc": { "start": { - "line": 442, + "line": 443, "column": 33 }, "end": { - "line": 445, + "line": 446, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 17069, - "end": 17141, + "start": 17123, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 20 }, "end": { - "line": 443, + "line": 444, "column": 92 } }, @@ -30886,15 +31015,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 17069, - "end": 17074, + "start": 17123, + "end": 17128, "loc": { "start": { - "line": 443, + "line": 444, "column": 20 }, "end": { - "line": 443, + "line": 444, "column": 25 }, "identifierName": "audio" @@ -30903,72 +31032,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 17076, - "end": 17141, + "start": 17130, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 27 }, "end": { - "line": 443, + "line": 444, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 17077, - "end": 17108, + "start": 17131, + "end": 17162, "loc": { "start": { - "line": 443, + "line": 444, "column": 28 }, "end": { - "line": 443, + "line": 444, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 17077, - "end": 17099, + "start": 17131, + "end": 17153, "loc": { "start": { - "line": 443, + "line": 444, "column": 28 }, "end": { - "line": 443, + "line": 444, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 17077, - "end": 17081, + "start": 17131, + "end": 17135, "loc": { "start": { - "line": 443, + "line": 444, "column": 28 }, "end": { - "line": 443, + "line": 444, "column": 32 } } }, "property": { "type": "Identifier", - "start": 17082, - "end": 17099, + "start": 17136, + "end": 17153, "loc": { "start": { - "line": 443, + "line": 444, "column": 33 }, "end": { - "line": 443, + "line": 444, "column": 50 }, "identifierName": "audioRecorderType" @@ -30980,15 +31109,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 17104, - "end": 17108, + "start": 17158, + "end": 17162, "loc": { "start": { - "line": 443, + "line": 444, "column": 55 }, "end": { - "line": 443, + "line": 444, "column": 59 }, "identifierName": "AUTO" @@ -30997,20 +31126,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 17076 + "parenStart": 17130 } }, "consequent": { "type": "BooleanLiteral", - "start": 17112, - "end": 17116, + "start": 17166, + "end": 17170, "loc": { "start": { - "line": 443, + "line": 444, "column": 63 }, "end": { - "line": 443, + "line": 444, "column": 67 } }, @@ -31018,44 +31147,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 17119, - "end": 17141, + "start": 17173, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 70 }, "end": { - "line": 443, + "line": 444, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 17119, - "end": 17123, + "start": 17173, + "end": 17177, "loc": { "start": { - "line": 443, + "line": 444, "column": 70 }, "end": { - "line": 443, + "line": 444, "column": 74 } } }, "property": { "type": "Identifier", - "start": 17124, - "end": 17141, + "start": 17178, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 75 }, "end": { - "line": 443, + "line": 444, "column": 92 }, "identifierName": "audioRecorderType" @@ -31068,15 +31197,15 @@ }, { "type": "ObjectProperty", - "start": 17163, - "end": 17175, + "start": 17217, + "end": 17229, "loc": { "start": { - "line": 444, + "line": 445, "column": 20 }, "end": { - "line": 444, + "line": 445, "column": 32 } }, @@ -31085,15 +31214,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 17163, - "end": 17168, + "start": 17217, + "end": 17222, "loc": { "start": { - "line": 444, + "line": 445, "column": 20 }, "end": { - "line": 444, + "line": 445, "column": 25 }, "identifierName": "video" @@ -31102,15 +31231,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 17170, - "end": 17175, + "start": 17224, + "end": 17229, "loc": { "start": { - "line": 444, + "line": 445, "column": 27 }, "end": { - "line": 444, + "line": 445, "column": 32 } }, @@ -31125,15 +31254,15 @@ { "type": "CommentLine", "value": " setup microphone", - "start": 16994, - "end": 17013, + "start": 17048, + "end": 17067, "loc": { "start": { - "line": 441, + "line": 442, "column": 16 }, "end": { - "line": 441, + "line": 442, "column": 35 } } @@ -31143,15 +31272,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 17211, - "end": 17250, + "start": 17265, + "end": 17304, "loc": { "start": { - "line": 446, + "line": 447, "column": 16 }, "end": { - "line": 446, + "line": 447, "column": 55 } } @@ -31160,99 +31289,99 @@ }, { "type": "ExpressionStatement", - "start": 17267, - "end": 17366, + "start": 17321, + "end": 17420, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 448, + "line": 449, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 17267, - "end": 17365, + "start": 17321, + "end": 17419, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 448, + "line": 449, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 17267, - "end": 17299, + "start": 17321, + "end": 17353, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 17267, - "end": 17296, + "start": 17321, + "end": 17350, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17267, - "end": 17285, + "start": 17321, + "end": 17339, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17267, - "end": 17278, + "start": 17321, + "end": 17332, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17267, - "end": 17271, + "start": 17321, + "end": 17325, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 20 } }, @@ -31260,15 +31389,15 @@ }, "property": { "type": "Identifier", - "start": 17272, - "end": 17278, + "start": 17326, + "end": 17332, "loc": { "start": { - "line": 447, + "line": 448, "column": 21 }, "end": { - "line": 447, + "line": 448, "column": 27 }, "identifierName": "surfer" @@ -31280,15 +31409,15 @@ }, "property": { "type": "Identifier", - "start": 17279, - "end": 17285, + "start": 17333, + "end": 17339, "loc": { "start": { - "line": 447, + "line": 448, "column": 28 }, "end": { - "line": 447, + "line": 448, "column": 34 }, "identifierName": "surfer" @@ -31300,15 +31429,15 @@ }, "property": { "type": "Identifier", - "start": 17286, - "end": 17296, + "start": 17340, + "end": 17350, "loc": { "start": { - "line": 447, + "line": 448, "column": 35 }, "end": { - "line": 447, + "line": 448, "column": 45 }, "identifierName": "microphone" @@ -31320,15 +31449,15 @@ }, "property": { "type": "Identifier", - "start": 17297, - "end": 17299, + "start": 17351, + "end": 17353, "loc": { "start": { - "line": 447, + "line": 448, "column": 46 }, "end": { - "line": 447, + "line": 448, "column": 48 }, "identifierName": "un" @@ -31341,29 +31470,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17300, - "end": 17318, + "start": 17354, + "end": 17372, "loc": { "start": { - "line": 447, + "line": 448, "column": 49 }, "end": { - "line": 447, + "line": 448, "column": 67 } }, "object": { "type": "Identifier", - "start": 17300, - "end": 17305, + "start": 17354, + "end": 17359, "loc": { "start": { - "line": 447, + "line": 448, "column": 49 }, "end": { - "line": 447, + "line": 448, "column": 54 }, "identifierName": "Event" @@ -31372,15 +31501,15 @@ }, "property": { "type": "Identifier", - "start": 17306, - "end": 17318, + "start": 17360, + "end": 17372, "loc": { "start": { - "line": 447, + "line": 448, "column": 55 }, "end": { - "line": 447, + "line": 448, "column": 67 }, "identifierName": "DEVICE_READY" @@ -31391,44 +31520,44 @@ }, { "type": "MemberExpression", - "start": 17340, - "end": 17364, + "start": 17394, + "end": 17418, "loc": { "start": { - "line": 448, + "line": 449, "column": 20 }, "end": { - "line": 448, + "line": 449, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 17340, - "end": 17344, + "start": 17394, + "end": 17398, "loc": { "start": { - "line": 448, + "line": 449, "column": 20 }, "end": { - "line": 448, + "line": 449, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17345, - "end": 17364, + "start": 17399, + "end": 17418, "loc": { "start": { - "line": 448, + "line": 449, "column": 25 }, "end": { - "line": 448, + "line": 449, "column": 44 }, "identifierName": "deviceReadyCallback" @@ -31444,15 +31573,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 17211, - "end": 17250, + "start": 17265, + "end": 17304, "loc": { "start": { - "line": 446, + "line": 447, "column": 16 }, "end": { - "line": 446, + "line": 447, "column": 55 } } @@ -31461,114 +31590,114 @@ }, { "type": "ExpressionStatement", - "start": 17383, - "end": 17482, + "start": 17437, + "end": 17536, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 450, + "line": 451, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 17383, - "end": 17481, + "start": 17437, + "end": 17535, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 450, + "line": 451, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 17383, - "end": 17415, + "start": 17437, + "end": 17469, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 17383, - "end": 17412, + "start": 17437, + "end": 17466, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17383, - "end": 17401, + "start": 17437, + "end": 17455, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17383, - "end": 17394, + "start": 17437, + "end": 17448, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17383, - "end": 17387, + "start": 17437, + "end": 17441, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17388, - "end": 17394, + "start": 17442, + "end": 17448, "loc": { "start": { - "line": 449, + "line": 450, "column": 21 }, "end": { - "line": 449, + "line": 450, "column": 27 }, "identifierName": "surfer" @@ -31579,15 +31708,15 @@ }, "property": { "type": "Identifier", - "start": 17395, - "end": 17401, + "start": 17449, + "end": 17455, "loc": { "start": { - "line": 449, + "line": 450, "column": 28 }, "end": { - "line": 449, + "line": 450, "column": 34 }, "identifierName": "surfer" @@ -31598,15 +31727,15 @@ }, "property": { "type": "Identifier", - "start": 17402, - "end": 17412, + "start": 17456, + "end": 17466, "loc": { "start": { - "line": 449, + "line": 450, "column": 35 }, "end": { - "line": 449, + "line": 450, "column": 45 }, "identifierName": "microphone" @@ -31617,15 +31746,15 @@ }, "property": { "type": "Identifier", - "start": 17413, - "end": 17415, + "start": 17467, + "end": 17469, "loc": { "start": { - "line": 449, + "line": 450, "column": 46 }, "end": { - "line": 449, + "line": 450, "column": 48 }, "identifierName": "un" @@ -31637,29 +31766,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17416, - "end": 17434, + "start": 17470, + "end": 17488, "loc": { "start": { - "line": 449, + "line": 450, "column": 49 }, "end": { - "line": 449, + "line": 450, "column": 67 } }, "object": { "type": "Identifier", - "start": 17416, - "end": 17421, + "start": 17470, + "end": 17475, "loc": { "start": { - "line": 449, + "line": 450, "column": 49 }, "end": { - "line": 449, + "line": 450, "column": 54 }, "identifierName": "Event" @@ -31668,15 +31797,15 @@ }, "property": { "type": "Identifier", - "start": 17422, - "end": 17434, + "start": 17476, + "end": 17488, "loc": { "start": { - "line": 449, + "line": 450, "column": 55 }, "end": { - "line": 449, + "line": 450, "column": 67 }, "identifierName": "DEVICE_ERROR" @@ -31687,44 +31816,44 @@ }, { "type": "MemberExpression", - "start": 17456, - "end": 17480, + "start": 17510, + "end": 17534, "loc": { "start": { - "line": 450, + "line": 451, "column": 20 }, "end": { - "line": 450, + "line": 451, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 17456, - "end": 17460, + "start": 17510, + "end": 17514, "loc": { "start": { - "line": 450, + "line": 451, "column": 20 }, "end": { - "line": 450, + "line": 451, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17461, - "end": 17480, + "start": 17515, + "end": 17534, "loc": { "start": { - "line": 450, + "line": 451, "column": 25 }, "end": { - "line": 450, + "line": 451, "column": 44 }, "identifierName": "deviceErrorCallback" @@ -31739,15 +31868,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 17500, - "end": 17533, + "start": 17554, + "end": 17587, "loc": { "start": { - "line": 452, + "line": 453, "column": 16 }, "end": { - "line": 452, + "line": 453, "column": 49 } } @@ -31756,99 +31885,99 @@ }, { "type": "ExpressionStatement", - "start": 17550, - "end": 17649, + "start": 17604, + "end": 17703, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 454, + "line": 455, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 17550, - "end": 17648, + "start": 17604, + "end": 17702, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 454, + "line": 455, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 17550, - "end": 17582, + "start": 17604, + "end": 17636, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 17550, - "end": 17579, + "start": 17604, + "end": 17633, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17550, - "end": 17568, + "start": 17604, + "end": 17622, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17550, - "end": 17561, + "start": 17604, + "end": 17615, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17550, - "end": 17554, + "start": 17604, + "end": 17608, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 20 } }, @@ -31856,15 +31985,15 @@ }, "property": { "type": "Identifier", - "start": 17555, - "end": 17561, + "start": 17609, + "end": 17615, "loc": { "start": { - "line": 453, + "line": 454, "column": 21 }, "end": { - "line": 453, + "line": 454, "column": 27 }, "identifierName": "surfer" @@ -31876,15 +32005,15 @@ }, "property": { "type": "Identifier", - "start": 17562, - "end": 17568, + "start": 17616, + "end": 17622, "loc": { "start": { - "line": 453, + "line": 454, "column": 28 }, "end": { - "line": 453, + "line": 454, "column": 34 }, "identifierName": "surfer" @@ -31896,15 +32025,15 @@ }, "property": { "type": "Identifier", - "start": 17569, - "end": 17579, + "start": 17623, + "end": 17633, "loc": { "start": { - "line": 453, + "line": 454, "column": 35 }, "end": { - "line": 453, + "line": 454, "column": 45 }, "identifierName": "microphone" @@ -31916,15 +32045,15 @@ }, "property": { "type": "Identifier", - "start": 17580, - "end": 17582, + "start": 17634, + "end": 17636, "loc": { "start": { - "line": 453, + "line": 454, "column": 46 }, "end": { - "line": 453, + "line": 454, "column": 48 }, "identifierName": "on" @@ -31937,29 +32066,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17583, - "end": 17601, + "start": 17637, + "end": 17655, "loc": { "start": { - "line": 453, + "line": 454, "column": 49 }, "end": { - "line": 453, + "line": 454, "column": 67 } }, "object": { "type": "Identifier", - "start": 17583, - "end": 17588, + "start": 17637, + "end": 17642, "loc": { "start": { - "line": 453, + "line": 454, "column": 49 }, "end": { - "line": 453, + "line": 454, "column": 54 }, "identifierName": "Event" @@ -31968,15 +32097,15 @@ }, "property": { "type": "Identifier", - "start": 17589, - "end": 17601, + "start": 17643, + "end": 17655, "loc": { "start": { - "line": 453, + "line": 454, "column": 55 }, "end": { - "line": 453, + "line": 454, "column": 67 }, "identifierName": "DEVICE_READY" @@ -31987,44 +32116,44 @@ }, { "type": "MemberExpression", - "start": 17623, - "end": 17647, + "start": 17677, + "end": 17701, "loc": { "start": { - "line": 454, + "line": 455, "column": 20 }, "end": { - "line": 454, + "line": 455, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 17623, - "end": 17627, + "start": 17677, + "end": 17681, "loc": { "start": { - "line": 454, + "line": 455, "column": 20 }, "end": { - "line": 454, + "line": 455, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17628, - "end": 17647, + "start": 17682, + "end": 17701, "loc": { "start": { - "line": 454, + "line": 455, "column": 25 }, "end": { - "line": 454, + "line": 455, "column": 44 }, "identifierName": "deviceReadyCallback" @@ -32040,15 +32169,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 17500, - "end": 17533, + "start": 17554, + "end": 17587, "loc": { "start": { - "line": 452, + "line": 453, "column": 16 }, "end": { - "line": 452, + "line": 453, "column": 49 } } @@ -32057,114 +32186,114 @@ }, { "type": "ExpressionStatement", - "start": 17666, - "end": 17765, + "start": 17720, + "end": 17819, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 456, + "line": 457, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 17666, - "end": 17764, + "start": 17720, + "end": 17818, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 456, + "line": 457, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 17666, - "end": 17698, + "start": 17720, + "end": 17752, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 17666, - "end": 17695, + "start": 17720, + "end": 17749, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17666, - "end": 17684, + "start": 17720, + "end": 17738, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17666, - "end": 17677, + "start": 17720, + "end": 17731, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17666, - "end": 17670, + "start": 17720, + "end": 17724, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17671, - "end": 17677, + "start": 17725, + "end": 17731, "loc": { "start": { - "line": 455, + "line": 456, "column": 21 }, "end": { - "line": 455, + "line": 456, "column": 27 }, "identifierName": "surfer" @@ -32175,15 +32304,15 @@ }, "property": { "type": "Identifier", - "start": 17678, - "end": 17684, + "start": 17732, + "end": 17738, "loc": { "start": { - "line": 455, + "line": 456, "column": 28 }, "end": { - "line": 455, + "line": 456, "column": 34 }, "identifierName": "surfer" @@ -32194,15 +32323,15 @@ }, "property": { "type": "Identifier", - "start": 17685, - "end": 17695, + "start": 17739, + "end": 17749, "loc": { "start": { - "line": 455, + "line": 456, "column": 35 }, "end": { - "line": 455, + "line": 456, "column": 45 }, "identifierName": "microphone" @@ -32213,15 +32342,15 @@ }, "property": { "type": "Identifier", - "start": 17696, - "end": 17698, + "start": 17750, + "end": 17752, "loc": { "start": { - "line": 455, + "line": 456, "column": 46 }, "end": { - "line": 455, + "line": 456, "column": 48 }, "identifierName": "on" @@ -32233,29 +32362,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17699, - "end": 17717, + "start": 17753, + "end": 17771, "loc": { "start": { - "line": 455, + "line": 456, "column": 49 }, "end": { - "line": 455, + "line": 456, "column": 67 } }, "object": { "type": "Identifier", - "start": 17699, - "end": 17704, + "start": 17753, + "end": 17758, "loc": { "start": { - "line": 455, + "line": 456, "column": 49 }, "end": { - "line": 455, + "line": 456, "column": 54 }, "identifierName": "Event" @@ -32264,15 +32393,15 @@ }, "property": { "type": "Identifier", - "start": 17705, - "end": 17717, + "start": 17759, + "end": 17771, "loc": { "start": { - "line": 455, + "line": 456, "column": 55 }, "end": { - "line": 455, + "line": 456, "column": 67 }, "identifierName": "DEVICE_ERROR" @@ -32283,44 +32412,44 @@ }, { "type": "MemberExpression", - "start": 17739, - "end": 17763, + "start": 17793, + "end": 17817, "loc": { "start": { - "line": 456, + "line": 457, "column": 20 }, "end": { - "line": 456, + "line": 457, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 17739, - "end": 17743, + "start": 17793, + "end": 17797, "loc": { "start": { - "line": 456, + "line": 457, "column": 20 }, "end": { - "line": 456, + "line": 457, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17744, - "end": 17763, + "start": 17798, + "end": 17817, "loc": { "start": { - "line": 456, + "line": 457, "column": 25 }, "end": { - "line": 456, + "line": 457, "column": 44 }, "identifierName": "deviceErrorCallback" @@ -32335,15 +32464,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 17783, - "end": 17818, + "start": 17837, + "end": 17872, "loc": { "start": { - "line": 458, + "line": 459, "column": 16 }, "end": { - "line": 458, + "line": 459, "column": 51 } } @@ -32352,71 +32481,71 @@ }, { "type": "ExpressionStatement", - "start": 17835, - "end": 17874, + "start": 17889, + "end": 17928, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 17835, - "end": 17873, + "start": 17889, + "end": 17927, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 17835, - "end": 17866, + "start": 17889, + "end": 17920, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 17835, - "end": 17846, + "start": 17889, + "end": 17900, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17835, - "end": 17839, + "start": 17889, + "end": 17893, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 20 } }, @@ -32424,15 +32553,15 @@ }, "property": { "type": "Identifier", - "start": 17840, - "end": 17846, + "start": 17894, + "end": 17900, "loc": { "start": { - "line": 459, + "line": 460, "column": 21 }, "end": { - "line": 459, + "line": 460, "column": 27 }, "identifierName": "surfer" @@ -32444,15 +32573,15 @@ }, "property": { "type": "Identifier", - "start": 17847, - "end": 17866, + "start": 17901, + "end": 17920, "loc": { "start": { - "line": 459, + "line": 460, "column": 28 }, "end": { - "line": 459, + "line": 460, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -32465,15 +32594,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 17867, - "end": 17872, + "start": 17921, + "end": 17926, "loc": { "start": { - "line": 459, + "line": 460, "column": 48 }, "end": { - "line": 459, + "line": 460, "column": 53 } }, @@ -32486,15 +32615,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 17783, - "end": 17818, + "start": 17837, + "end": 17872, "loc": { "start": { - "line": 458, + "line": 459, "column": 16 }, "end": { - "line": 458, + "line": 459, "column": 51 } } @@ -32504,15 +32633,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 17892, - "end": 17918, + "start": 17946, + "end": 17972, "loc": { "start": { - "line": 461, + "line": 462, "column": 16 }, "end": { - "line": 461, + "line": 462, "column": 42 } } @@ -32521,72 +32650,72 @@ }, { "type": "ExpressionStatement", - "start": 17935, - "end": 17963, + "start": 17989, + "end": 18017, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 17935, - "end": 17962, + "start": 17989, + "end": 18016, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 43 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17935, - "end": 17955, + "start": 17989, + "end": 18009, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 17935, - "end": 17946, + "start": 17989, + "end": 18000, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17935, - "end": 17939, + "start": 17989, + "end": 17993, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 20 } }, @@ -32594,15 +32723,15 @@ }, "property": { "type": "Identifier", - "start": 17940, - "end": 17946, + "start": 17994, + "end": 18000, "loc": { "start": { - "line": 462, + "line": 463, "column": 21 }, "end": { - "line": 462, + "line": 463, "column": 27 }, "identifierName": "surfer" @@ -32614,15 +32743,15 @@ }, "property": { "type": "Identifier", - "start": 17947, - "end": 17955, + "start": 18001, + "end": 18009, "loc": { "start": { - "line": 462, + "line": 463, "column": 28 }, "end": { - "line": 462, + "line": 463, "column": 36 }, "identifierName": "liveMode" @@ -32634,15 +32763,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 17958, - "end": 17962, + "start": 18012, + "end": 18016, "loc": { "start": { - "line": 462, + "line": 463, "column": 39 }, "end": { - "line": 462, + "line": 463, "column": 43 } }, @@ -32654,15 +32783,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 17892, - "end": 17918, + "start": 17946, + "end": 17972, "loc": { "start": { - "line": 461, + "line": 462, "column": 16 }, "end": { - "line": 461, + "line": 462, "column": 42 } } @@ -32671,115 +32800,115 @@ }, { "type": "ExpressionStatement", - "start": 17980, - "end": 18025, + "start": 18034, + "end": 18079, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 17980, - "end": 18024, + "start": 18034, + "end": 18078, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17980, - "end": 18016, + "start": 18034, + "end": 18070, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 17980, - "end": 18009, + "start": 18034, + "end": 18063, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17980, - "end": 17998, + "start": 18034, + "end": 18052, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17980, - "end": 17991, + "start": 18034, + "end": 18045, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17980, - "end": 17984, + "start": 18034, + "end": 18038, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17985, - "end": 17991, + "start": 18039, + "end": 18045, "loc": { "start": { - "line": 463, + "line": 464, "column": 21 }, "end": { - "line": 463, + "line": 464, "column": 27 }, "identifierName": "surfer" @@ -32790,15 +32919,15 @@ }, "property": { "type": "Identifier", - "start": 17992, - "end": 17998, + "start": 18046, + "end": 18052, "loc": { "start": { - "line": 463, + "line": 464, "column": 28 }, "end": { - "line": 463, + "line": 464, "column": 34 }, "identifierName": "surfer" @@ -32809,15 +32938,15 @@ }, "property": { "type": "Identifier", - "start": 17999, - "end": 18009, + "start": 18053, + "end": 18063, "loc": { "start": { - "line": 463, + "line": 464, "column": 35 }, "end": { - "line": 463, + "line": 464, "column": 45 }, "identifierName": "microphone" @@ -32828,15 +32957,15 @@ }, "property": { "type": "Identifier", - "start": 18010, - "end": 18016, + "start": 18064, + "end": 18070, "loc": { "start": { - "line": 463, + "line": 464, "column": 46 }, "end": { - "line": 463, + "line": 464, "column": 52 }, "identifierName": "paused" @@ -32847,15 +32976,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 18019, - "end": 18024, + "start": 18073, + "end": 18078, "loc": { "start": { - "line": 463, + "line": 464, "column": 55 }, "end": { - "line": 463, + "line": 464, "column": 60 } }, @@ -32866,15 +32995,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 18043, - "end": 18108, + "start": 18097, + "end": 18162, "loc": { "start": { - "line": 465, + "line": 466, "column": 16 }, "end": { - "line": 465, + "line": 466, "column": 81 } } @@ -32882,15 +33011,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 18125, - "end": 18184, + "start": 18179, + "end": 18238, "loc": { "start": { - "line": 466, + "line": 467, "column": 16 }, "end": { - "line": 466, + "line": 467, "column": 75 } } @@ -32898,15 +33027,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 18201, - "end": 18266, + "start": 18255, + "end": 18320, "loc": { "start": { - "line": 467, + "line": 468, "column": 16 }, "end": { - "line": 467, + "line": 468, "column": 81 } } @@ -32914,15 +33043,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 18283, - "end": 18333, + "start": 18337, + "end": 18387, "loc": { "start": { - "line": 468, + "line": 469, "column": 16 }, "end": { - "line": 468, + "line": 469, "column": 66 } } @@ -32931,113 +33060,113 @@ }, { "type": "IfStatement", - "start": 18350, - "end": 18486, + "start": 18404, + "end": 18540, "loc": { "start": { - "line": 469, + "line": 470, "column": 16 }, "end": { - "line": 471, + "line": 472, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 18354, - "end": 18405, + "start": 18408, + "end": 18459, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 71 } }, "left": { "type": "MemberExpression", - "start": 18354, - "end": 18389, + "start": 18408, + "end": 18443, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 18354, - "end": 18383, + "start": 18408, + "end": 18437, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 18354, - "end": 18380, + "start": 18408, + "end": 18434, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18354, - "end": 18372, + "start": 18408, + "end": 18426, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 18354, - "end": 18365, + "start": 18408, + "end": 18419, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 18354, - "end": 18358, + "start": 18408, + "end": 18412, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 24 } }, @@ -33045,15 +33174,15 @@ }, "property": { "type": "Identifier", - "start": 18359, - "end": 18365, + "start": 18413, + "end": 18419, "loc": { "start": { - "line": 469, + "line": 470, "column": 25 }, "end": { - "line": 469, + "line": 470, "column": 31 }, "identifierName": "surfer" @@ -33065,15 +33194,15 @@ }, "property": { "type": "Identifier", - "start": 18366, - "end": 18372, + "start": 18420, + "end": 18426, "loc": { "start": { - "line": 469, + "line": 470, "column": 32 }, "end": { - "line": 469, + "line": 470, "column": 38 }, "identifierName": "surfer" @@ -33085,15 +33214,15 @@ }, "property": { "type": "Identifier", - "start": 18373, - "end": 18380, + "start": 18427, + "end": 18434, "loc": { "start": { - "line": 469, + "line": 470, "column": 39 }, "end": { - "line": 469, + "line": 470, "column": 46 }, "identifierName": "backend" @@ -33105,15 +33234,15 @@ }, "property": { "type": "Identifier", - "start": 18381, - "end": 18383, + "start": 18435, + "end": 18437, "loc": { "start": { - "line": 469, + "line": 470, "column": 47 }, "end": { - "line": 469, + "line": 470, "column": 49 }, "identifierName": "ac" @@ -33125,15 +33254,15 @@ }, "property": { "type": "Identifier", - "start": 18384, - "end": 18389, + "start": 18438, + "end": 18443, "loc": { "start": { - "line": 469, + "line": 470, "column": 50 }, "end": { - "line": 469, + "line": 470, "column": 55 }, "identifierName": "state" @@ -33146,15 +33275,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 18394, - "end": 18405, + "start": 18448, + "end": 18459, "loc": { "start": { - "line": 469, + "line": 470, "column": 60 }, "end": { - "line": 469, + "line": 470, "column": 71 } }, @@ -33168,143 +33297,143 @@ }, "consequent": { "type": "BlockStatement", - "start": 18407, - "end": 18486, + "start": 18461, + "end": 18540, "loc": { "start": { - "line": 469, + "line": 470, "column": 73 }, "end": { - "line": 471, + "line": 472, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 18429, - "end": 18468, + "start": 18483, + "end": 18522, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 18429, - "end": 18467, + "start": 18483, + "end": 18521, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 18429, - "end": 18465, + "start": 18483, + "end": 18519, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 18429, - "end": 18458, + "start": 18483, + "end": 18512, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 18429, - "end": 18455, + "start": 18483, + "end": 18509, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18429, - "end": 18447, + "start": 18483, + "end": 18501, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 18429, - "end": 18440, + "start": 18483, + "end": 18494, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 18429, - "end": 18433, + "start": 18483, + "end": 18487, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 24 } } }, "property": { "type": "Identifier", - "start": 18434, - "end": 18440, + "start": 18488, + "end": 18494, "loc": { "start": { - "line": 470, + "line": 471, "column": 25 }, "end": { - "line": 470, + "line": 471, "column": 31 }, "identifierName": "surfer" @@ -33315,15 +33444,15 @@ }, "property": { "type": "Identifier", - "start": 18441, - "end": 18447, + "start": 18495, + "end": 18501, "loc": { "start": { - "line": 470, + "line": 471, "column": 32 }, "end": { - "line": 470, + "line": 471, "column": 38 }, "identifierName": "surfer" @@ -33334,15 +33463,15 @@ }, "property": { "type": "Identifier", - "start": 18448, - "end": 18455, + "start": 18502, + "end": 18509, "loc": { "start": { - "line": 470, + "line": 471, "column": 39 }, "end": { - "line": 470, + "line": 471, "column": 46 }, "identifierName": "backend" @@ -33353,15 +33482,15 @@ }, "property": { "type": "Identifier", - "start": 18456, - "end": 18458, + "start": 18510, + "end": 18512, "loc": { "start": { - "line": 470, + "line": 471, "column": 47 }, "end": { - "line": 470, + "line": 471, "column": 49 }, "identifierName": "ac" @@ -33372,15 +33501,15 @@ }, "property": { "type": "Identifier", - "start": 18459, - "end": 18465, + "start": 18513, + "end": 18519, "loc": { "start": { - "line": 470, + "line": 471, "column": 50 }, "end": { - "line": 470, + "line": 471, "column": 56 }, "identifierName": "resume" @@ -33401,15 +33530,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 18043, - "end": 18108, + "start": 18097, + "end": 18162, "loc": { "start": { - "line": 465, + "line": 466, "column": 16 }, "end": { - "line": 465, + "line": 466, "column": 81 } } @@ -33417,15 +33546,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 18125, - "end": 18184, + "start": 18179, + "end": 18238, "loc": { "start": { - "line": 466, + "line": 467, "column": 16 }, "end": { - "line": 466, + "line": 467, "column": 75 } } @@ -33433,15 +33562,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 18201, - "end": 18266, + "start": 18255, + "end": 18320, "loc": { "start": { - "line": 467, + "line": 468, "column": 16 }, "end": { - "line": 467, + "line": 468, "column": 81 } } @@ -33449,15 +33578,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 18283, - "end": 18333, + "start": 18337, + "end": 18387, "loc": { "start": { - "line": 468, + "line": 469, "column": 16 }, "end": { - "line": 468, + "line": 469, "column": 66 } } @@ -33467,15 +33596,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 18504, - "end": 18566, + "start": 18558, + "end": 18620, "loc": { "start": { - "line": 473, + "line": 474, "column": 16 }, "end": { - "line": 473, + "line": 474, "column": 78 } } @@ -33483,15 +33612,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 18583, - "end": 18611, + "start": 18637, + "end": 18665, "loc": { "start": { - "line": 474, + "line": 475, "column": 16 }, "end": { - "line": 474, + "line": 475, "column": 44 } } @@ -33500,57 +33629,57 @@ }, { "type": "IfStatement", - "start": 18628, - "end": 19278, + "start": 18682, + "end": 19332, "loc": { "start": { - "line": 475, + "line": 476, "column": 16 }, "end": { - "line": 487, + "line": 488, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 18632, - "end": 18663, + "start": 18686, + "end": 18717, "loc": { "start": { - "line": 475, + "line": 476, "column": 20 }, "end": { - "line": 475, + "line": 476, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 18632, - "end": 18654, + "start": 18686, + "end": 18708, "loc": { "start": { - "line": 475, + "line": 476, "column": 20 }, "end": { - "line": 475, + "line": 476, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 18632, - "end": 18636, + "start": 18686, + "end": 18690, "loc": { "start": { - "line": 475, + "line": 476, "column": 20 }, "end": { - "line": 475, + "line": 476, "column": 24 } }, @@ -33558,15 +33687,15 @@ }, "property": { "type": "Identifier", - "start": 18637, - "end": 18654, + "start": 18691, + "end": 18708, "loc": { "start": { - "line": 475, + "line": 476, "column": 25 }, "end": { - "line": 475, + "line": 476, "column": 42 }, "identifierName": "audioBufferUpdate" @@ -33579,15 +33708,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 18659, - "end": 18663, + "start": 18713, + "end": 18717, "loc": { "start": { - "line": 475, + "line": 476, "column": 47 }, "end": { - "line": 475, + "line": 476, "column": 51 } }, @@ -33597,130 +33726,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 18665, - "end": 19278, + "start": 18719, + "end": 19332, "loc": { "start": { - "line": 475, + "line": 476, "column": 53 }, "end": { - "line": 487, + "line": 488, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 18687, - "end": 19260, + "start": 18741, + "end": 19314, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 486, + "line": 487, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 18687, - "end": 19259, + "start": 18741, + "end": 19313, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 486, + "line": 487, "column": 21 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 18687, - "end": 18737, + "start": 18741, + "end": 18791, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 70 } }, "object": { "type": "MemberExpression", - "start": 18687, - "end": 18716, + "start": 18741, + "end": 18770, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 18687, - "end": 18705, + "start": 18741, + "end": 18759, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 18687, - "end": 18698, + "start": 18741, + "end": 18752, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 18687, - "end": 18691, + "start": 18741, + "end": 18745, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 24 } } }, "property": { "type": "Identifier", - "start": 18692, - "end": 18698, + "start": 18746, + "end": 18752, "loc": { "start": { - "line": 476, + "line": 477, "column": 25 }, "end": { - "line": 476, + "line": 477, "column": 31 }, "identifierName": "surfer" @@ -33731,15 +33860,15 @@ }, "property": { "type": "Identifier", - "start": 18699, - "end": 18705, + "start": 18753, + "end": 18759, "loc": { "start": { - "line": 476, + "line": 477, "column": 32 }, "end": { - "line": 476, + "line": 477, "column": 38 }, "identifierName": "surfer" @@ -33750,15 +33879,15 @@ }, "property": { "type": "Identifier", - "start": 18706, - "end": 18716, + "start": 18760, + "end": 18770, "loc": { "start": { - "line": 476, + "line": 477, "column": 39 }, "end": { - "line": 476, + "line": 477, "column": 49 }, "identifierName": "microphone" @@ -33769,15 +33898,15 @@ }, "property": { "type": "Identifier", - "start": 18717, - "end": 18737, + "start": 18771, + "end": 18791, "loc": { "start": { - "line": 476, + "line": 477, "column": 50 }, "end": { - "line": 476, + "line": 477, "column": 70 }, "identifierName": "reloadBufferFunction" @@ -33788,15 +33917,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 18740, - "end": 19259, + "start": 18794, + "end": 19313, "loc": { "start": { - "line": 476, + "line": 477, "column": 73 }, "end": { - "line": 486, + "line": 487, "column": 21 } }, @@ -33807,15 +33936,15 @@ "params": [ { "type": "Identifier", - "start": 18741, - "end": 18746, + "start": 18795, + "end": 18800, "loc": { "start": { - "line": 476, + "line": 477, "column": 74 }, "end": { - "line": 476, + "line": 477, "column": 79 }, "identifierName": "event" @@ -33825,44 +33954,44 @@ ], "body": { "type": "BlockStatement", - "start": 18751, - "end": 19259, + "start": 18805, + "end": 19313, "loc": { "start": { - "line": 476, + "line": 477, "column": 84 }, "end": { - "line": 486, + "line": 487, "column": 21 } }, "body": [ { "type": "IfStatement", - "start": 18777, - "end": 19237, + "start": 18831, + "end": 19291, "loc": { "start": { - "line": 477, + "line": 478, "column": 24 }, "end": { - "line": 485, + "line": 486, "column": 25 } }, "test": { "type": "UnaryExpression", - "start": 18781, - "end": 18818, + "start": 18835, + "end": 18872, "loc": { "start": { - "line": 477, + "line": 478, "column": 28 }, "end": { - "line": 477, + "line": 478, "column": 65 } }, @@ -33870,86 +33999,86 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 18782, - "end": 18818, + "start": 18836, + "end": 18872, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 18782, - "end": 18811, + "start": 18836, + "end": 18865, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 18782, - "end": 18800, + "start": 18836, + "end": 18854, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 18782, - "end": 18793, + "start": 18836, + "end": 18847, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 18782, - "end": 18786, + "start": 18836, + "end": 18840, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 33 } } }, "property": { "type": "Identifier", - "start": 18787, - "end": 18793, + "start": 18841, + "end": 18847, "loc": { "start": { - "line": 477, + "line": 478, "column": 34 }, "end": { - "line": 477, + "line": 478, "column": 40 }, "identifierName": "surfer" @@ -33960,15 +34089,15 @@ }, "property": { "type": "Identifier", - "start": 18794, - "end": 18800, + "start": 18848, + "end": 18854, "loc": { "start": { - "line": 477, + "line": 478, "column": 41 }, "end": { - "line": 477, + "line": 478, "column": 47 }, "identifierName": "surfer" @@ -33979,15 +34108,15 @@ }, "property": { "type": "Identifier", - "start": 18801, - "end": 18811, + "start": 18855, + "end": 18865, "loc": { "start": { - "line": 477, + "line": 478, "column": 48 }, "end": { - "line": 477, + "line": 478, "column": 58 }, "identifierName": "microphone" @@ -33998,15 +34127,15 @@ }, "property": { "type": "Identifier", - "start": 18812, - "end": 18818, + "start": 18866, + "end": 18872, "loc": { "start": { - "line": 477, + "line": 478, "column": 59 }, "end": { - "line": 477, + "line": 478, "column": 65 }, "identifierName": "paused" @@ -34021,100 +34150,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 18820, - "end": 19237, + "start": 18874, + "end": 19291, "loc": { "start": { - "line": 477, + "line": 478, "column": 67 }, "end": { - "line": 485, + "line": 486, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 18888, - "end": 18915, + "start": 18942, + "end": 18969, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 18888, - "end": 18914, + "start": 18942, + "end": 18968, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 18888, - "end": 18912, + "start": 18942, + "end": 18966, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 18888, - "end": 18906, + "start": 18942, + "end": 18960, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18888, - "end": 18899, + "start": 18942, + "end": 18953, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18888, - "end": 18892, + "start": 18942, + "end": 18946, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 32 } }, @@ -34122,15 +34251,15 @@ }, "property": { "type": "Identifier", - "start": 18893, - "end": 18899, + "start": 18947, + "end": 18953, "loc": { "start": { - "line": 479, + "line": 480, "column": 33 }, "end": { - "line": 479, + "line": 480, "column": 39 }, "identifierName": "surfer" @@ -34142,15 +34271,15 @@ }, "property": { "type": "Identifier", - "start": 18900, - "end": 18906, + "start": 18954, + "end": 18960, "loc": { "start": { - "line": 479, + "line": 480, "column": 40 }, "end": { - "line": 479, + "line": 480, "column": 46 }, "identifierName": "surfer" @@ -34162,15 +34291,15 @@ }, "property": { "type": "Identifier", - "start": 18907, - "end": 18912, + "start": 18961, + "end": 18966, "loc": { "start": { - "line": 479, + "line": 480, "column": 47 }, "end": { - "line": 479, + "line": 480, "column": 52 }, "identifierName": "empty" @@ -34187,15 +34316,15 @@ { "type": "CommentLine", "value": " redraw", - "start": 18850, - "end": 18859, + "start": 18904, + "end": 18913, "loc": { "start": { - "line": 478, + "line": 479, "column": 28 }, "end": { - "line": 478, + "line": 479, "column": 37 } } @@ -34204,100 +34333,100 @@ }, { "type": "ExpressionStatement", - "start": 18944, - "end": 19000, + "start": 18998, + "end": 19054, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 18944, - "end": 18999, + "start": 18998, + "end": 19053, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 18944, - "end": 18980, + "start": 18998, + "end": 19034, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 18944, - "end": 18962, + "start": 18998, + "end": 19016, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18944, - "end": 18955, + "start": 18998, + "end": 19009, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18944, - "end": 18948, + "start": 18998, + "end": 19002, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 32 } } }, "property": { "type": "Identifier", - "start": 18949, - "end": 18955, + "start": 19003, + "end": 19009, "loc": { "start": { - "line": 480, + "line": 481, "column": 33 }, "end": { - "line": 480, + "line": 481, "column": 39 }, "identifierName": "surfer" @@ -34308,15 +34437,15 @@ }, "property": { "type": "Identifier", - "start": 18956, - "end": 18962, + "start": 19010, + "end": 19016, "loc": { "start": { - "line": 480, + "line": 481, "column": 40 }, "end": { - "line": 480, + "line": 481, "column": 46 }, "identifierName": "surfer" @@ -34327,15 +34456,15 @@ }, "property": { "type": "Identifier", - "start": 18963, - "end": 18980, + "start": 19017, + "end": 19034, "loc": { "start": { - "line": 480, + "line": 481, "column": 47 }, "end": { - "line": 480, + "line": 481, "column": 64 }, "identifierName": "loadDecodedBuffer" @@ -34347,29 +34476,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18981, - "end": 18998, + "start": 19035, + "end": 19052, "loc": { "start": { - "line": 480, + "line": 481, "column": 65 }, "end": { - "line": 480, + "line": 481, "column": 82 } }, "object": { "type": "Identifier", - "start": 18981, - "end": 18986, + "start": 19035, + "end": 19040, "loc": { "start": { - "line": 480, + "line": 481, "column": 65 }, "end": { - "line": 480, + "line": 481, "column": 70 }, "identifierName": "event" @@ -34378,15 +34507,15 @@ }, "property": { "type": "Identifier", - "start": 18987, - "end": 18998, + "start": 19041, + "end": 19052, "loc": { "start": { - "line": 480, + "line": 481, "column": 71 }, "end": { - "line": 480, + "line": 481, "column": 82 }, "identifierName": "inputBuffer" @@ -34401,15 +34530,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 19030, - "end": 19061, + "start": 19084, + "end": 19115, "loc": { "start": { - "line": 482, + "line": 483, "column": 28 }, "end": { - "line": 482, + "line": 483, "column": 59 } } @@ -34418,72 +34547,72 @@ }, { "type": "ExpressionStatement", - "start": 19090, - "end": 19135, + "start": 19144, + "end": 19189, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 19090, - "end": 19134, + "start": 19144, + "end": 19188, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19090, - "end": 19114, + "start": 19144, + "end": 19168, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 19090, - "end": 19101, + "start": 19144, + "end": 19155, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 19090, - "end": 19094, + "start": 19144, + "end": 19148, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 32 } }, @@ -34491,15 +34620,15 @@ }, "property": { "type": "Identifier", - "start": 19095, - "end": 19101, + "start": 19149, + "end": 19155, "loc": { "start": { - "line": 483, + "line": 484, "column": 33 }, "end": { - "line": 483, + "line": 484, "column": 39 }, "identifierName": "player" @@ -34511,15 +34640,15 @@ }, "property": { "type": "Identifier", - "start": 19102, - "end": 19114, + "start": 19156, + "end": 19168, "loc": { "start": { - "line": 483, + "line": 484, "column": 40 }, "end": { - "line": 483, + "line": 484, "column": 52 }, "identifierName": "recordedData" @@ -34531,29 +34660,29 @@ }, "right": { "type": "MemberExpression", - "start": 19117, - "end": 19134, + "start": 19171, + "end": 19188, "loc": { "start": { - "line": 483, + "line": 484, "column": 55 }, "end": { - "line": 483, + "line": 484, "column": 72 } }, "object": { "type": "Identifier", - "start": 19117, - "end": 19122, + "start": 19171, + "end": 19176, "loc": { "start": { - "line": 483, + "line": 484, "column": 55 }, "end": { - "line": 483, + "line": 484, "column": 60 }, "identifierName": "event" @@ -34562,15 +34691,15 @@ }, "property": { "type": "Identifier", - "start": 19123, - "end": 19134, + "start": 19177, + "end": 19188, "loc": { "start": { - "line": 483, + "line": 484, "column": 61 }, "end": { - "line": 483, + "line": 484, "column": 72 }, "identifierName": "inputBuffer" @@ -34585,15 +34714,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 19030, - "end": 19061, + "start": 19084, + "end": 19115, "loc": { "start": { - "line": 482, + "line": 483, "column": 28 }, "end": { - "line": 482, + "line": 483, "column": 59 } } @@ -34602,86 +34731,86 @@ }, { "type": "ExpressionStatement", - "start": 19164, - "end": 19211, + "start": 19218, + "end": 19265, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 19164, - "end": 19210, + "start": 19218, + "end": 19264, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 19164, - "end": 19183, + "start": 19218, + "end": 19237, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 19164, - "end": 19175, + "start": 19218, + "end": 19229, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 19164, - "end": 19168, + "start": 19218, + "end": 19222, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19169, - "end": 19175, + "start": 19223, + "end": 19229, "loc": { "start": { - "line": 484, + "line": 485, "column": 33 }, "end": { - "line": 484, + "line": 485, "column": 39 }, "identifierName": "player" @@ -34692,15 +34821,15 @@ }, "property": { "type": "Identifier", - "start": 19176, - "end": 19183, + "start": 19230, + "end": 19237, "loc": { "start": { - "line": 484, + "line": 485, "column": 40 }, "end": { - "line": 484, + "line": 485, "column": 47 }, "identifierName": "trigger" @@ -34712,29 +34841,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 19184, - "end": 19209, + "start": 19238, + "end": 19263, "loc": { "start": { - "line": 484, + "line": 485, "column": 48 }, "end": { - "line": 484, + "line": 485, "column": 73 } }, "object": { "type": "Identifier", - "start": 19184, - "end": 19189, + "start": 19238, + "end": 19243, "loc": { "start": { - "line": 484, + "line": 485, "column": 48 }, "end": { - "line": 484, + "line": 485, "column": 53 }, "identifierName": "Event" @@ -34743,15 +34872,15 @@ }, "property": { "type": "Identifier", - "start": 19190, - "end": 19209, + "start": 19244, + "end": 19263, "loc": { "start": { - "line": 484, + "line": 485, "column": 54 }, "end": { - "line": 484, + "line": 485, "column": 73 }, "identifierName": "AUDIO_BUFFER_UPDATE" @@ -34783,15 +34912,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 18504, - "end": 18566, + "start": 18558, + "end": 18620, "loc": { "start": { - "line": 473, + "line": 474, "column": 16 }, "end": { - "line": 473, + "line": 474, "column": 78 } } @@ -34799,15 +34928,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 18583, - "end": 18611, + "start": 18637, + "end": 18665, "loc": { "start": { - "line": 474, + "line": 475, "column": 16 }, "end": { - "line": 474, + "line": 475, "column": 44 } } @@ -34817,15 +34946,15 @@ { "type": "CommentLine", "value": " open browser device selection/permissions dialog", - "start": 19295, - "end": 19346, + "start": 19349, + "end": 19400, "loc": { "start": { - "line": 488, + "line": 489, "column": 16 }, "end": { - "line": 488, + "line": 489, "column": 67 } } @@ -34834,99 +34963,99 @@ }, { "type": "ExpressionStatement", - "start": 19363, - "end": 19401, + "start": 19417, + "end": 19455, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 19363, - "end": 19400, + "start": 19417, + "end": 19454, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 19363, - "end": 19398, + "start": 19417, + "end": 19452, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 19363, - "end": 19392, + "start": 19417, + "end": 19446, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 19363, - "end": 19381, + "start": 19417, + "end": 19435, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 19363, - "end": 19374, + "start": 19417, + "end": 19428, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 19363, - "end": 19367, + "start": 19417, + "end": 19421, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 20 } }, @@ -34934,15 +35063,15 @@ }, "property": { "type": "Identifier", - "start": 19368, - "end": 19374, + "start": 19422, + "end": 19428, "loc": { "start": { - "line": 489, + "line": 490, "column": 21 }, "end": { - "line": 489, + "line": 490, "column": 27 }, "identifierName": "surfer" @@ -34954,15 +35083,15 @@ }, "property": { "type": "Identifier", - "start": 19375, - "end": 19381, + "start": 19429, + "end": 19435, "loc": { "start": { - "line": 489, + "line": 490, "column": 28 }, "end": { - "line": 489, + "line": 490, "column": 34 }, "identifierName": "surfer" @@ -34974,15 +35103,15 @@ }, "property": { "type": "Identifier", - "start": 19382, - "end": 19392, + "start": 19436, + "end": 19446, "loc": { "start": { - "line": 489, + "line": 490, "column": 35 }, "end": { - "line": 489, + "line": 490, "column": 45 }, "identifierName": "microphone" @@ -34994,15 +35123,15 @@ }, "property": { "type": "Identifier", - "start": 19393, - "end": 19398, + "start": 19447, + "end": 19452, "loc": { "start": { - "line": 489, + "line": 490, "column": 46 }, "end": { - "line": 489, + "line": 490, "column": 51 }, "identifierName": "start" @@ -35019,15 +35148,15 @@ { "type": "CommentLine", "value": " open browser device selection/permissions dialog", - "start": 19295, - "end": 19346, + "start": 19349, + "end": 19400, "loc": { "start": { - "line": 488, + "line": 489, "column": 16 }, "end": { - "line": 488, + "line": 489, "column": 67 } } @@ -35036,15 +35165,15 @@ }, { "type": "BreakStatement", - "start": 19418, - "end": 19424, + "start": 19472, + "end": 19478, "loc": { "start": { - "line": 490, + "line": 491, "column": 16 }, "end": { - "line": 490, + "line": 491, "column": 22 } }, @@ -35053,15 +35182,15 @@ ], "test": { "type": "Identifier", - "start": 16966, - "end": 16976, + "start": 17020, + "end": 17030, "loc": { "start": { - "line": 440, + "line": 441, "column": 17 }, "end": { - "line": 440, + "line": 441, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -35071,30 +35200,30 @@ }, { "type": "SwitchCase", - "start": 19438, - "end": 19454, + "start": 19492, + "end": 19508, "loc": { "start": { - "line": 492, + "line": 493, "column": 12 }, "end": { - "line": 492, + "line": 493, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 19443, - "end": 19453, + "start": 19497, + "end": 19507, "loc": { "start": { - "line": 492, + "line": 493, "column": 17 }, "end": { - "line": 492, + "line": 493, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -35104,101 +35233,101 @@ }, { "type": "SwitchCase", - "start": 19467, - "end": 20383, + "start": 19521, + "end": 20437, "loc": { "start": { - "line": 493, + "line": 494, "column": 12 }, "end": { - "line": 513, + "line": 514, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 19500, - "end": 19786, + "start": 19554, + "end": 19840, "loc": { "start": { - "line": 494, + "line": 495, "column": 16 }, "end": { - "line": 498, + "line": 499, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 19504, - "end": 19539, + "start": 19558, + "end": 19593, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 55 } }, "left": { "type": "CallExpression", - "start": 19504, - "end": 19524, + "start": 19558, + "end": 19578, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 19504, - "end": 19522, + "start": 19558, + "end": 19576, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 19504, - "end": 19508, + "start": 19558, + "end": 19562, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 24 } } }, "property": { "type": "Identifier", - "start": 19509, - "end": 19522, + "start": 19563, + "end": 19576, "loc": { "start": { - "line": 494, + "line": 495, "column": 25 }, "end": { - "line": 494, + "line": 495, "column": 38 }, "identifierName": "getRecordType" @@ -35212,15 +35341,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19529, - "end": 19539, + "start": 19583, + "end": 19593, "loc": { "start": { - "line": 494, + "line": 495, "column": 45 }, "end": { - "line": 494, + "line": 495, "column": 55 }, "identifierName": "IMAGE_ONLY" @@ -35230,128 +35359,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 19541, - "end": 19786, + "start": 19595, + "end": 19840, "loc": { "start": { - "line": 494, + "line": 495, "column": 57 }, "end": { - "line": 498, + "line": 499, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 19656, - "end": 19768, + "start": 19710, + "end": 19822, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 497, + "line": 498, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 19656, - "end": 19767, + "start": 19710, + "end": 19821, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 497, + "line": 498, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 19656, - "end": 19700, + "start": 19710, + "end": 19754, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 19656, - "end": 19683, + "start": 19710, + "end": 19737, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 47 } }, "object": { "type": "CallExpression", - "start": 19656, - "end": 19672, + "start": 19710, + "end": 19726, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 19656, - "end": 19670, + "start": 19710, + "end": 19724, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 19656, - "end": 19667, + "start": 19710, + "end": 19721, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 19656, - "end": 19660, + "start": 19710, + "end": 19714, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 24 } }, @@ -35359,15 +35488,15 @@ }, "property": { "type": "Identifier", - "start": 19661, - "end": 19667, + "start": 19715, + "end": 19721, "loc": { "start": { - "line": 496, + "line": 497, "column": 25 }, "end": { - "line": 496, + "line": 497, "column": 31 }, "identifierName": "player" @@ -35379,15 +35508,15 @@ }, "property": { "type": "Identifier", - "start": 19668, - "end": 19670, + "start": 19722, + "end": 19724, "loc": { "start": { - "line": 496, + "line": 497, "column": 32 }, "end": { - "line": 496, + "line": 497, "column": 34 }, "identifierName": "el" @@ -35402,15 +35531,15 @@ }, "property": { "type": "Identifier", - "start": 19673, - "end": 19683, + "start": 19727, + "end": 19737, "loc": { "start": { - "line": 496, + "line": 497, "column": 37 }, "end": { - "line": 496, + "line": 497, "column": 47 }, "identifierName": "firstChild" @@ -35422,15 +35551,15 @@ }, "property": { "type": "Identifier", - "start": 19684, - "end": 19700, + "start": 19738, + "end": 19754, "loc": { "start": { - "line": 496, + "line": 497, "column": 48 }, "end": { - "line": 496, + "line": 497, "column": 64 }, "identifierName": "addEventListener" @@ -35443,29 +35572,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 19701, - "end": 19714, + "start": 19755, + "end": 19768, "loc": { "start": { - "line": 496, + "line": 497, "column": 65 }, "end": { - "line": 496, + "line": 497, "column": 78 } }, "object": { "type": "Identifier", - "start": 19701, - "end": 19706, + "start": 19755, + "end": 19760, "loc": { "start": { - "line": 496, + "line": 497, "column": 65 }, "end": { - "line": 496, + "line": 497, "column": 70 }, "identifierName": "Event" @@ -35474,15 +35603,15 @@ }, "property": { "type": "Identifier", - "start": 19707, - "end": 19714, + "start": 19761, + "end": 19768, "loc": { "start": { - "line": 496, + "line": 497, "column": 71 }, "end": { - "line": 496, + "line": 497, "column": 78 }, "identifierName": "PLAYING" @@ -35493,44 +35622,44 @@ }, { "type": "MemberExpression", - "start": 19740, - "end": 19766, + "start": 19794, + "end": 19820, "loc": { "start": { - "line": 497, + "line": 498, "column": 24 }, "end": { - "line": 497, + "line": 498, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19740, - "end": 19744, + "start": 19794, + "end": 19798, "loc": { "start": { - "line": 497, + "line": 498, "column": 24 }, "end": { - "line": 497, + "line": 498, "column": 28 } } }, "property": { "type": "Identifier", - "start": 19745, - "end": 19766, + "start": 19799, + "end": 19820, "loc": { "start": { - "line": 497, + "line": 498, "column": 29 }, "end": { - "line": 497, + "line": 498, "column": 50 }, "identifierName": "streamVisibleCallback" @@ -35546,15 +35675,15 @@ { "type": "CommentLine", "value": " using player.el() here because this.mediaElement is not available yet", - "start": 19563, - "end": 19635, + "start": 19617, + "end": 19689, "loc": { "start": { - "line": 495, + "line": 496, "column": 20 }, "end": { - "line": 495, + "line": 496, "column": 92 } } @@ -35570,15 +35699,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 19804, - "end": 19819, + "start": 19858, + "end": 19873, "loc": { "start": { - "line": 500, + "line": 501, "column": 16 }, "end": { - "line": 500, + "line": 501, "column": 31 } } @@ -35587,58 +35716,58 @@ }, { "type": "ExpressionStatement", - "start": 19836, - "end": 20000, + "start": 19890, + "end": 20054, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 504, + "line": 505, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 19836, - "end": 19999, + "start": 19890, + "end": 20053, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 504, + "line": 505, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19836, - "end": 19850, + "start": 19890, + "end": 19904, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 501, + "line": 502, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 19836, - "end": 19840, + "start": 19890, + "end": 19894, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 501, + "line": 502, "column": 20 } }, @@ -35646,15 +35775,15 @@ }, "property": { "type": "Identifier", - "start": 19841, - "end": 19850, + "start": 19895, + "end": 19904, "loc": { "start": { - "line": 501, + "line": 502, "column": 21 }, "end": { - "line": 501, + "line": 502, "column": 30 }, "identifierName": "mediaType" @@ -35666,30 +35795,30 @@ }, "right": { "type": "ObjectExpression", - "start": 19853, - "end": 19999, + "start": 19907, + "end": 20053, "loc": { "start": { - "line": 501, + "line": 502, "column": 33 }, "end": { - "line": 504, + "line": 505, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 19875, - "end": 19887, + "start": 19929, + "end": 19941, "loc": { "start": { - "line": 502, + "line": 503, "column": 20 }, "end": { - "line": 502, + "line": 503, "column": 32 } }, @@ -35698,15 +35827,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19875, - "end": 19880, + "start": 19929, + "end": 19934, "loc": { "start": { - "line": 502, + "line": 503, "column": 20 }, "end": { - "line": 502, + "line": 503, "column": 25 }, "identifierName": "audio" @@ -35715,15 +35844,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 19882, - "end": 19887, + "start": 19936, + "end": 19941, "loc": { "start": { - "line": 502, + "line": 503, "column": 27 }, "end": { - "line": 502, + "line": 503, "column": 32 } }, @@ -35732,15 +35861,15 @@ }, { "type": "ObjectProperty", - "start": 19909, - "end": 19981, + "start": 19963, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 20 }, "end": { - "line": 503, + "line": 504, "column": 92 } }, @@ -35749,15 +35878,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19909, - "end": 19914, + "start": 19963, + "end": 19968, "loc": { "start": { - "line": 503, + "line": 504, "column": 20 }, "end": { - "line": 503, + "line": 504, "column": 25 }, "identifierName": "video" @@ -35766,72 +35895,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 19916, - "end": 19981, + "start": 19970, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 27 }, "end": { - "line": 503, + "line": 504, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 19917, - "end": 19948, + "start": 19971, + "end": 20002, "loc": { "start": { - "line": 503, + "line": 504, "column": 28 }, "end": { - "line": 503, + "line": 504, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 19917, - "end": 19939, + "start": 19971, + "end": 19993, "loc": { "start": { - "line": 503, + "line": 504, "column": 28 }, "end": { - "line": 503, + "line": 504, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19917, - "end": 19921, + "start": 19971, + "end": 19975, "loc": { "start": { - "line": 503, + "line": 504, "column": 28 }, "end": { - "line": 503, + "line": 504, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19922, - "end": 19939, + "start": 19976, + "end": 19993, "loc": { "start": { - "line": 503, + "line": 504, "column": 33 }, "end": { - "line": 503, + "line": 504, "column": 50 }, "identifierName": "videoRecorderType" @@ -35843,15 +35972,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19944, - "end": 19948, + "start": 19998, + "end": 20002, "loc": { "start": { - "line": 503, + "line": 504, "column": 55 }, "end": { - "line": 503, + "line": 504, "column": 59 }, "identifierName": "AUTO" @@ -35860,20 +35989,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 19916 + "parenStart": 19970 } }, "consequent": { "type": "BooleanLiteral", - "start": 19952, - "end": 19956, + "start": 20006, + "end": 20010, "loc": { "start": { - "line": 503, + "line": 504, "column": 63 }, "end": { - "line": 503, + "line": 504, "column": 67 } }, @@ -35881,44 +36010,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19959, - "end": 19981, + "start": 20013, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 70 }, "end": { - "line": 503, + "line": 504, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 19959, - "end": 19963, + "start": 20013, + "end": 20017, "loc": { "start": { - "line": 503, + "line": 504, "column": 70 }, "end": { - "line": 503, + "line": 504, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19964, - "end": 19981, + "start": 20018, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 75 }, "end": { - "line": 503, + "line": 504, "column": 92 }, "identifierName": "videoRecorderType" @@ -35937,15 +36066,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 19804, - "end": 19819, + "start": 19858, + "end": 19873, "loc": { "start": { - "line": 500, + "line": 501, "column": 16 }, "end": { - "line": 500, + "line": 501, "column": 31 } } @@ -35954,127 +36083,127 @@ }, { "type": "ExpressionStatement", - "start": 20017, - "end": 20360, + "start": 20071, + "end": 20414, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 512, + "line": 513, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 20017, - "end": 20359, + "start": 20071, + "end": 20413, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 512, + "line": 513, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 20017, - "end": 20290, + "start": 20071, + "end": 20344, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 510, + "line": 511, "column": 23 } }, "object": { "type": "CallExpression", - "start": 20017, - "end": 20284, + "start": 20071, + "end": 20338, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 510, + "line": 511, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 20017, - "end": 20215, + "start": 20071, + "end": 20269, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 508, + "line": 509, "column": 23 } }, "object": { "type": "CallExpression", - "start": 20017, - "end": 20210, + "start": 20071, + "end": 20264, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 508, + "line": 509, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 20017, - "end": 20052, + "start": 20071, + "end": 20106, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 505, + "line": 506, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 20017, - "end": 20039, + "start": 20071, + "end": 20093, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 505, + "line": 506, "column": 38 } }, "object": { "type": "Identifier", - "start": 20017, - "end": 20026, + "start": 20071, + "end": 20080, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 505, + "line": 506, "column": 25 }, "identifierName": "navigator" @@ -36083,15 +36212,15 @@ }, "property": { "type": "Identifier", - "start": 20027, - "end": 20039, + "start": 20081, + "end": 20093, "loc": { "start": { - "line": 505, + "line": 506, "column": 26 }, "end": { - "line": 505, + "line": 506, "column": 38 }, "identifierName": "mediaDevices" @@ -36102,15 +36231,15 @@ }, "property": { "type": "Identifier", - "start": 20040, - "end": 20052, + "start": 20094, + "end": 20106, "loc": { "start": { - "line": 505, + "line": 506, "column": 39 }, "end": { - "line": 505, + "line": 506, "column": 51 }, "identifierName": "getUserMedia" @@ -36122,30 +36251,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 20053, - "end": 20209, + "start": 20107, + "end": 20263, "loc": { "start": { - "line": 505, + "line": 506, "column": 52 }, "end": { - "line": 508, + "line": 509, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 20075, - "end": 20087, + "start": 20129, + "end": 20141, "loc": { "start": { - "line": 506, + "line": 507, "column": 20 }, "end": { - "line": 506, + "line": 507, "column": 32 } }, @@ -36154,15 +36283,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20075, - "end": 20080, + "start": 20129, + "end": 20134, "loc": { "start": { - "line": 506, + "line": 507, "column": 20 }, "end": { - "line": 506, + "line": 507, "column": 25 }, "identifierName": "audio" @@ -36171,15 +36300,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 20082, - "end": 20087, + "start": 20136, + "end": 20141, "loc": { "start": { - "line": 506, + "line": 507, "column": 27 }, "end": { - "line": 506, + "line": 507, "column": 32 } }, @@ -36188,15 +36317,15 @@ }, { "type": "ObjectProperty", - "start": 20109, - "end": 20191, + "start": 20163, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 20 }, "end": { - "line": 507, + "line": 508, "column": 102 } }, @@ -36205,15 +36334,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20109, - "end": 20114, + "start": 20163, + "end": 20168, "loc": { "start": { - "line": 507, + "line": 508, "column": 20 }, "end": { - "line": 507, + "line": 508, "column": 25 }, "identifierName": "video" @@ -36222,86 +36351,86 @@ }, "value": { "type": "ConditionalExpression", - "start": 20116, - "end": 20191, + "start": 20170, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 27 }, "end": { - "line": 507, + "line": 508, "column": 102 } }, "test": { "type": "BinaryExpression", - "start": 20117, - "end": 20152, + "start": 20171, + "end": 20206, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 63 } }, "left": { "type": "CallExpression", - "start": 20117, - "end": 20137, + "start": 20171, + "end": 20191, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 20117, - "end": 20135, + "start": 20171, + "end": 20189, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 20117, - "end": 20121, + "start": 20171, + "end": 20175, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 32 } } }, "property": { "type": "Identifier", - "start": 20122, - "end": 20135, + "start": 20176, + "end": 20189, "loc": { "start": { - "line": 507, + "line": 508, "column": 33 }, "end": { - "line": 507, + "line": 508, "column": 46 }, "identifierName": "getRecordType" @@ -36315,15 +36444,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 20142, - "end": 20152, + "start": 20196, + "end": 20206, "loc": { "start": { - "line": 507, + "line": 508, "column": 53 }, "end": { - "line": 507, + "line": 508, "column": 63 }, "identifierName": "IMAGE_ONLY" @@ -36332,49 +36461,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 20116 + "parenStart": 20170 } }, "consequent": { "type": "MemberExpression", - "start": 20156, - "end": 20172, + "start": 20210, + "end": 20226, "loc": { "start": { - "line": 507, + "line": 508, "column": 67 }, "end": { - "line": 507, + "line": 508, "column": 83 } }, "object": { "type": "ThisExpression", - "start": 20156, - "end": 20160, + "start": 20210, + "end": 20214, "loc": { "start": { - "line": 507, + "line": 508, "column": 67 }, "end": { - "line": 507, + "line": 508, "column": 71 } } }, "property": { "type": "Identifier", - "start": 20161, - "end": 20172, + "start": 20215, + "end": 20226, "loc": { "start": { - "line": 507, + "line": 508, "column": 72 }, "end": { - "line": 507, + "line": 508, "column": 83 }, "identifierName": "recordImage" @@ -36385,44 +36514,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 20175, - "end": 20191, + "start": 20229, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 86 }, "end": { - "line": 507, + "line": 508, "column": 102 } }, "object": { "type": "ThisExpression", - "start": 20175, - "end": 20179, + "start": 20229, + "end": 20233, "loc": { "start": { - "line": 507, + "line": 508, "column": 86 }, "end": { - "line": 507, + "line": 508, "column": 90 } } }, "property": { "type": "Identifier", - "start": 20180, - "end": 20191, + "start": 20234, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 91 }, "end": { - "line": 507, + "line": 508, "column": 102 }, "identifierName": "recordVideo" @@ -36439,15 +36568,15 @@ }, "property": { "type": "Identifier", - "start": 20211, - "end": 20215, + "start": 20265, + "end": 20269, "loc": { "start": { - "line": 508, + "line": 509, "column": 19 }, "end": { - "line": 508, + "line": 509, "column": 23 }, "identifierName": "then" @@ -36459,72 +36588,72 @@ "arguments": [ { "type": "CallExpression", - "start": 20237, - "end": 20266, + "start": 20291, + "end": 20320, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 20237, - "end": 20260, + "start": 20291, + "end": 20314, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 20237, - "end": 20255, + "start": 20291, + "end": 20309, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 20237, - "end": 20241, + "start": 20291, + "end": 20295, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20242, - "end": 20255, + "start": 20296, + "end": 20309, "loc": { "start": { - "line": 509, + "line": 510, "column": 25 }, "end": { - "line": 509, + "line": 510, "column": 38 }, "identifierName": "onDeviceReady" @@ -36535,15 +36664,15 @@ }, "property": { "type": "Identifier", - "start": 20256, - "end": 20260, + "start": 20310, + "end": 20314, "loc": { "start": { - "line": 509, + "line": 510, "column": 39 }, "end": { - "line": 509, + "line": 510, "column": 43 }, "identifierName": "bind" @@ -36555,15 +36684,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 20261, - "end": 20265, + "start": 20315, + "end": 20319, "loc": { "start": { - "line": 509, + "line": 510, "column": 44 }, "end": { - "line": 509, + "line": 510, "column": 48 } } @@ -36574,15 +36703,15 @@ }, "property": { "type": "Identifier", - "start": 20285, - "end": 20290, + "start": 20339, + "end": 20344, "loc": { "start": { - "line": 510, + "line": 511, "column": 18 }, "end": { - "line": 510, + "line": 511, "column": 23 }, "identifierName": "catch" @@ -36594,72 +36723,72 @@ "arguments": [ { "type": "CallExpression", - "start": 20312, - "end": 20341, + "start": 20366, + "end": 20395, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 20312, - "end": 20335, + "start": 20366, + "end": 20389, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 20312, - "end": 20330, + "start": 20366, + "end": 20384, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 20312, - "end": 20316, + "start": 20366, + "end": 20370, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20317, - "end": 20330, + "start": 20371, + "end": 20384, "loc": { "start": { - "line": 511, + "line": 512, "column": 25 }, "end": { - "line": 511, + "line": 512, "column": 38 }, "identifierName": "onDeviceError" @@ -36670,15 +36799,15 @@ }, "property": { "type": "Identifier", - "start": 20331, - "end": 20335, + "start": 20385, + "end": 20389, "loc": { "start": { - "line": 511, + "line": 512, "column": 39 }, "end": { - "line": 511, + "line": 512, "column": 43 }, "identifierName": "bind" @@ -36690,15 +36819,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 20336, - "end": 20340, + "start": 20390, + "end": 20394, "loc": { "start": { - "line": 511, + "line": 512, "column": 44 }, "end": { - "line": 511, + "line": 512, "column": 48 } } @@ -36710,15 +36839,15 @@ }, { "type": "BreakStatement", - "start": 20377, - "end": 20383, + "start": 20431, + "end": 20437, "loc": { "start": { - "line": 513, + "line": 514, "column": 16 }, "end": { - "line": 513, + "line": 514, "column": 22 } }, @@ -36727,15 +36856,15 @@ ], "test": { "type": "Identifier", - "start": 19472, - "end": 19482, + "start": 19526, + "end": 19536, "loc": { "start": { - "line": 493, + "line": 494, "column": 17 }, "end": { - "line": 493, + "line": 494, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -36745,73 +36874,73 @@ }, { "type": "SwitchCase", - "start": 20397, - "end": 21864, + "start": 20451, + "end": 22319, "loc": { "start": { - "line": 515, + "line": 516, "column": 12 }, "end": { - "line": 543, + "line": 549, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 20479, - "end": 20703, + "start": 20533, + "end": 20757, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 520, + "line": 521, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 20479, - "end": 20702, + "start": 20533, + "end": 20756, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 520, + "line": 521, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20479, - "end": 20493, + "start": 20533, + "end": 20547, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 517, + "line": 518, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 20479, - "end": 20483, + "start": 20533, + "end": 20537, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 517, + "line": 518, "column": 20 } }, @@ -36819,15 +36948,15 @@ }, "property": { "type": "Identifier", - "start": 20484, - "end": 20493, + "start": 20538, + "end": 20547, "loc": { "start": { - "line": 517, + "line": 518, "column": 21 }, "end": { - "line": 517, + "line": 518, "column": 30 }, "identifierName": "mediaType" @@ -36839,30 +36968,30 @@ }, "right": { "type": "ObjectExpression", - "start": 20496, - "end": 20702, + "start": 20550, + "end": 20756, "loc": { "start": { - "line": 517, + "line": 518, "column": 33 }, "end": { - "line": 520, + "line": 521, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 20518, - "end": 20590, + "start": 20572, + "end": 20644, "loc": { "start": { - "line": 518, + "line": 519, "column": 20 }, "end": { - "line": 518, + "line": 519, "column": 92 } }, @@ -36871,15 +37000,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20518, - "end": 20523, + "start": 20572, + "end": 20577, "loc": { "start": { - "line": 518, + "line": 519, "column": 20 }, "end": { - "line": 518, + "line": 519, "column": 25 }, "identifierName": "audio" @@ -36888,72 +37017,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 20525, - "end": 20590, + "start": 20579, + "end": 20644, "loc": { "start": { - "line": 518, + "line": 519, "column": 27 }, "end": { - "line": 518, + "line": 519, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 20526, - "end": 20557, + "start": 20580, + "end": 20611, "loc": { "start": { - "line": 518, + "line": 519, "column": 28 }, "end": { - "line": 518, + "line": 519, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 20526, - "end": 20548, + "start": 20580, + "end": 20602, "loc": { "start": { - "line": 518, + "line": 519, "column": 28 }, "end": { - "line": 518, + "line": 519, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 20526, - "end": 20530, + "start": 20580, + "end": 20584, "loc": { "start": { - "line": 518, + "line": 519, "column": 28 }, "end": { - "line": 518, + "line": 519, "column": 32 } } }, "property": { "type": "Identifier", - "start": 20531, - "end": 20548, + "start": 20585, + "end": 20602, "loc": { "start": { - "line": 518, + "line": 519, "column": 33 }, "end": { - "line": 518, + "line": 519, "column": 50 }, "identifierName": "audioRecorderType" @@ -36965,15 +37094,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 20553, - "end": 20557, + "start": 20607, + "end": 20611, "loc": { "start": { - "line": 518, + "line": 519, "column": 55 }, "end": { - "line": 518, + "line": 519, "column": 59 }, "identifierName": "AUTO" @@ -36982,20 +37111,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 20525 + "parenStart": 20579 } }, "consequent": { "type": "BooleanLiteral", - "start": 20561, - "end": 20565, + "start": 20615, + "end": 20619, "loc": { "start": { - "line": 518, + "line": 519, "column": 63 }, "end": { - "line": 518, + "line": 519, "column": 67 } }, @@ -37003,44 +37132,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 20568, - "end": 20590, + "start": 20622, + "end": 20644, "loc": { "start": { - "line": 518, + "line": 519, "column": 70 }, "end": { - "line": 518, + "line": 519, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 20568, - "end": 20572, + "start": 20622, + "end": 20626, "loc": { "start": { - "line": 518, + "line": 519, "column": 70 }, "end": { - "line": 518, + "line": 519, "column": 74 } } }, "property": { "type": "Identifier", - "start": 20573, - "end": 20590, + "start": 20627, + "end": 20644, "loc": { "start": { - "line": 518, + "line": 519, "column": 75 }, "end": { - "line": 518, + "line": 519, "column": 92 }, "identifierName": "audioRecorderType" @@ -37053,15 +37182,15 @@ }, { "type": "ObjectProperty", - "start": 20612, - "end": 20684, + "start": 20666, + "end": 20738, "loc": { "start": { - "line": 519, + "line": 520, "column": 20 }, "end": { - "line": 519, + "line": 520, "column": 92 } }, @@ -37070,15 +37199,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20612, - "end": 20617, + "start": 20666, + "end": 20671, "loc": { "start": { - "line": 519, + "line": 520, "column": 20 }, "end": { - "line": 519, + "line": 520, "column": 25 }, "identifierName": "video" @@ -37087,72 +37216,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 20619, - "end": 20684, + "start": 20673, + "end": 20738, "loc": { "start": { - "line": 519, + "line": 520, "column": 27 }, "end": { - "line": 519, + "line": 520, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 20620, - "end": 20651, + "start": 20674, + "end": 20705, "loc": { "start": { - "line": 519, + "line": 520, "column": 28 }, "end": { - "line": 519, + "line": 520, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 20620, - "end": 20642, + "start": 20674, + "end": 20696, "loc": { "start": { - "line": 519, + "line": 520, "column": 28 }, "end": { - "line": 519, + "line": 520, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 20620, - "end": 20624, + "start": 20674, + "end": 20678, "loc": { "start": { - "line": 519, + "line": 520, "column": 28 }, "end": { - "line": 519, + "line": 520, "column": 32 } } }, "property": { "type": "Identifier", - "start": 20625, - "end": 20642, + "start": 20679, + "end": 20696, "loc": { "start": { - "line": 519, + "line": 520, "column": 33 }, "end": { - "line": 519, + "line": 520, "column": 50 }, "identifierName": "videoRecorderType" @@ -37164,15 +37293,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 20647, - "end": 20651, + "start": 20701, + "end": 20705, "loc": { "start": { - "line": 519, + "line": 520, "column": 55 }, "end": { - "line": 519, + "line": 520, "column": 59 }, "identifierName": "AUTO" @@ -37181,20 +37310,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 20619 + "parenStart": 20673 } }, "consequent": { "type": "BooleanLiteral", - "start": 20655, - "end": 20659, + "start": 20709, + "end": 20713, "loc": { "start": { - "line": 519, + "line": 520, "column": 63 }, "end": { - "line": 519, + "line": 520, "column": 67 } }, @@ -37202,44 +37331,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 20662, - "end": 20684, + "start": 20716, + "end": 20738, "loc": { "start": { - "line": 519, + "line": 520, "column": 70 }, "end": { - "line": 519, + "line": 520, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 20662, - "end": 20666, + "start": 20716, + "end": 20720, "loc": { "start": { - "line": 519, + "line": 520, "column": 70 }, "end": { - "line": 519, + "line": 520, "column": 74 } } }, "property": { "type": "Identifier", - "start": 20667, - "end": 20684, + "start": 20721, + "end": 20738, "loc": { "start": { - "line": 519, + "line": 520, "column": 75 }, "end": { - "line": 519, + "line": 520, "column": 92 }, "identifierName": "videoRecorderType" @@ -37258,15 +37387,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 20432, - "end": 20462, + "start": 20486, + "end": 20516, "loc": { "start": { - "line": 516, + "line": 517, "column": 16 }, "end": { - "line": 516, + "line": 517, "column": 46 } } @@ -37275,44 +37404,44 @@ }, { "type": "VariableDeclaration", - "start": 20720, - "end": 20752, + "start": 20774, + "end": 20806, "loc": { "start": { - "line": 521, + "line": 522, "column": 16 }, "end": { - "line": 521, + "line": 522, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 20724, - "end": 20751, + "start": 20778, + "end": 20805, "loc": { "start": { - "line": 521, + "line": 522, "column": 20 }, "end": { - "line": 521, + "line": 522, "column": 47 } }, "id": { "type": "Identifier", - "start": 20724, - "end": 20746, + "start": 20778, + "end": 20800, "loc": { "start": { - "line": 521, + "line": 522, "column": 20 }, "end": { - "line": 521, + "line": 522, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -37321,15 +37450,15 @@ }, "init": { "type": "ObjectExpression", - "start": 20749, - "end": 20751, + "start": 20803, + "end": 20805, "loc": { "start": { - "line": 521, + "line": 522, "column": 45 }, "end": { - "line": 521, + "line": 522, "column": 47 } }, @@ -37341,72 +37470,72 @@ }, { "type": "IfStatement", - "start": 20769, - "end": 21168, + "start": 20823, + "end": 21222, "loc": { "start": { - "line": 522, + "line": 523, "column": 16 }, "end": { - "line": 529, + "line": 530, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 20773, - "end": 20799, + "start": 20827, + "end": 20853, "loc": { "start": { - "line": 522, + "line": 523, "column": 20 }, "end": { - "line": 522, + "line": 523, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 20773, - "end": 20790, + "start": 20827, + "end": 20844, "loc": { "start": { - "line": 522, + "line": 523, "column": 20 }, "end": { - "line": 522, + "line": 523, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 20773, - "end": 20777, + "start": 20827, + "end": 20831, "loc": { "start": { - "line": 522, + "line": 523, "column": 20 }, "end": { - "line": 522, + "line": 523, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20778, - "end": 20790, + "start": 20832, + "end": 20844, "loc": { "start": { - "line": 522, + "line": 523, "column": 25 }, "end": { - "line": 522, + "line": 523, "column": 37 }, "identifierName": "recordScreen" @@ -37418,15 +37547,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 20795, - "end": 20799, + "start": 20849, + "end": 20853, "loc": { "start": { - "line": 522, + "line": 523, "column": 42 }, "end": { - "line": 522, + "line": 523, "column": 46 } }, @@ -37435,59 +37564,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 20801, - "end": 20972, + "start": 20855, + "end": 21026, "loc": { "start": { - "line": 522, + "line": 523, "column": 48 }, "end": { - "line": 526, + "line": 527, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 20823, - "end": 20954, + "start": 20877, + "end": 21008, "loc": { "start": { - "line": 523, + "line": 524, "column": 20 }, "end": { - "line": 525, + "line": 526, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 20823, - "end": 20953, + "start": 20877, + "end": 21007, "loc": { "start": { - "line": 523, + "line": 524, "column": 20 }, "end": { - "line": 525, + "line": 526, "column": 21 } }, "operator": "=", "left": { "type": "Identifier", - "start": 20823, - "end": 20845, + "start": 20877, + "end": 20899, "loc": { "start": { - "line": 523, + "line": 524, "column": 20 }, "end": { - "line": 523, + "line": 524, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -37496,30 +37625,30 @@ }, "right": { "type": "ObjectExpression", - "start": 20848, - "end": 20953, + "start": 20902, + "end": 21007, "loc": { "start": { - "line": 523, + "line": 524, "column": 45 }, "end": { - "line": 525, + "line": 526, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 20874, - "end": 20885, + "start": 20928, + "end": 20939, "loc": { "start": { - "line": 524, + "line": 525, "column": 24 }, "end": { - "line": 524, + "line": 525, "column": 35 } }, @@ -37528,15 +37657,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20874, - "end": 20879, + "start": 20928, + "end": 20933, "loc": { "start": { - "line": 524, + "line": 525, "column": 24 }, "end": { - "line": 524, + "line": 525, "column": 29 }, "identifierName": "video" @@ -37545,15 +37674,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 20881, - "end": 20885, + "start": 20935, + "end": 20939, "loc": { "start": { - "line": 524, + "line": 525, "column": 31 }, "end": { - "line": 524, + "line": 525, "column": 35 } }, @@ -37565,15 +37694,15 @@ { "type": "CommentLine", "value": " needs to be true for it to work in Firefox", - "start": 20886, - "end": 20931, + "start": 20940, + "end": 20985, "loc": { "start": { - "line": 524, + "line": 525, "column": 36 }, "end": { - "line": 524, + "line": 525, "column": 81 } } @@ -37589,57 +37718,57 @@ }, "alternate": { "type": "IfStatement", - "start": 20978, - "end": 21168, + "start": 21032, + "end": 21222, "loc": { "start": { - "line": 526, + "line": 527, "column": 23 }, "end": { - "line": 529, + "line": 530, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 20982, - "end": 21083, + "start": 21036, + "end": 21137, "loc": { "start": { - "line": 526, + "line": 527, "column": 27 }, "end": { - "line": 527, + "line": 528, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 20982, - "end": 21019, + "start": 21036, + "end": 21073, "loc": { "start": { - "line": 526, + "line": 527, "column": 27 }, "end": { - "line": 526, + "line": 527, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 20982, - "end": 21006, + "start": 21036, + "end": 21060, "loc": { "start": { - "line": 526, + "line": 527, "column": 27 }, "end": { - "line": 526, + "line": 527, "column": 51 } }, @@ -37647,44 +37776,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 20989, - "end": 21006, + "start": 21043, + "end": 21060, "loc": { "start": { - "line": 526, + "line": 527, "column": 34 }, "end": { - "line": 526, + "line": 527, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 20989, - "end": 20993, + "start": 21043, + "end": 21047, "loc": { "start": { - "line": 526, + "line": 527, "column": 34 }, "end": { - "line": 526, + "line": 527, "column": 38 } } }, "property": { "type": "Identifier", - "start": 20994, - "end": 21006, + "start": 21048, + "end": 21060, "loc": { "start": { - "line": 526, + "line": 527, "column": 39 }, "end": { - "line": 526, + "line": 527, "column": 51 }, "identifierName": "recordScreen" @@ -37700,15 +37829,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 21011, - "end": 21019, + "start": 21065, + "end": 21073, "loc": { "start": { - "line": 526, + "line": 527, "column": 56 }, "end": { - "line": 526, + "line": 527, "column": 64 } }, @@ -37722,72 +37851,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 21043, - "end": 21083, + "start": 21097, + "end": 21137, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 21043, - "end": 21072, + "start": 21097, + "end": 21126, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 21043, - "end": 21060, + "start": 21097, + "end": 21114, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 21043, - "end": 21047, + "start": 21097, + "end": 21101, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21048, - "end": 21060, + "start": 21102, + "end": 21114, "loc": { "start": { - "line": 527, + "line": 528, "column": 25 }, "end": { - "line": 527, + "line": 528, "column": 37 }, "identifierName": "recordScreen" @@ -37798,15 +37927,15 @@ }, "property": { "type": "Identifier", - "start": 21061, - "end": 21072, + "start": 21115, + "end": 21126, "loc": { "start": { - "line": 527, + "line": 528, "column": 38 }, "end": { - "line": 527, + "line": 528, "column": 49 }, "identifierName": "constructor" @@ -37818,15 +37947,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 21077, - "end": 21083, + "start": 21131, + "end": 21137, "loc": { "start": { - "line": 527, + "line": 528, "column": 54 }, "end": { - "line": 527, + "line": 528, "column": 60 }, "identifierName": "Object" @@ -37837,59 +37966,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 21085, - "end": 21168, + "start": 21139, + "end": 21222, "loc": { "start": { - "line": 527, + "line": 528, "column": 62 }, "end": { - "line": 529, + "line": 530, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 21107, - "end": 21150, + "start": 21161, + "end": 21204, "loc": { "start": { - "line": 528, + "line": 529, "column": 20 }, "end": { - "line": 528, + "line": 529, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 21107, - "end": 21149, + "start": 21161, + "end": 21203, "loc": { "start": { - "line": 528, + "line": 529, "column": 20 }, "end": { - "line": 528, + "line": 529, "column": 62 } }, "operator": "=", "left": { "type": "Identifier", - "start": 21107, - "end": 21129, + "start": 21161, + "end": 21183, "loc": { "start": { - "line": 528, + "line": 529, "column": 20 }, "end": { - "line": 528, + "line": 529, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -37898,44 +38027,44 @@ }, "right": { "type": "MemberExpression", - "start": 21132, - "end": 21149, + "start": 21186, + "end": 21203, "loc": { "start": { - "line": 528, + "line": 529, "column": 45 }, "end": { - "line": 528, + "line": 529, "column": 62 } }, "object": { "type": "ThisExpression", - "start": 21132, - "end": 21136, + "start": 21186, + "end": 21190, "loc": { "start": { - "line": 528, + "line": 529, "column": 45 }, "end": { - "line": 528, + "line": 529, "column": 49 } } }, "property": { "type": "Identifier", - "start": 21137, - "end": 21149, + "start": 21191, + "end": 21203, "loc": { "start": { - "line": 528, + "line": 529, "column": 50 }, "end": { - "line": 528, + "line": 529, "column": 62 }, "identifierName": "recordScreen" @@ -37954,127 +38083,127 @@ }, { "type": "ExpressionStatement", - "start": 21185, - "end": 21841, + "start": 21239, + "end": 22296, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 542, + "line": 548, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 21185, - "end": 21840, + "start": 21239, + "end": 22295, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 542, + "line": 548, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21771, + "start": 21239, + "end": 22226, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 540, + "line": 546, "column": 24 } }, "object": { "type": "CallExpression", - "start": 21185, - "end": 21765, + "start": 21239, + "end": 22220, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 540, + "line": 546, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21252, + "start": 21239, + "end": 21306, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 83 } }, "object": { "type": "CallExpression", - "start": 21185, - "end": 21247, + "start": 21239, + "end": 21301, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21223, + "start": 21239, + "end": 21277, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 21185, - "end": 21207, + "start": 21239, + "end": 21261, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 38 } }, "object": { "type": "Identifier", - "start": 21185, - "end": 21194, + "start": 21239, + "end": 21248, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 25 }, "identifierName": "navigator" @@ -38083,15 +38212,15 @@ }, "property": { "type": "Identifier", - "start": 21195, - "end": 21207, + "start": 21249, + "end": 21261, "loc": { "start": { - "line": 530, + "line": 531, "column": 26 }, "end": { - "line": 530, + "line": 531, "column": 38 }, "identifierName": "mediaDevices" @@ -38102,15 +38231,15 @@ }, "property": { "type": "Identifier", - "start": 21208, - "end": 21223, + "start": 21262, + "end": 21277, "loc": { "start": { - "line": 530, + "line": 531, "column": 39 }, "end": { - "line": 530, + "line": 531, "column": 54 }, "identifierName": "getDisplayMedia" @@ -38122,15 +38251,15 @@ "arguments": [ { "type": "Identifier", - "start": 21224, - "end": 21246, + "start": 21278, + "end": 21300, "loc": { "start": { - "line": 530, + "line": 531, "column": 55 }, "end": { - "line": 530, + "line": 531, "column": 77 }, "identifierName": "audioScreenConstraints" @@ -38141,15 +38270,15 @@ }, "property": { "type": "Identifier", - "start": 21248, - "end": 21252, + "start": 21302, + "end": 21306, "loc": { "start": { - "line": 530, + "line": 531, "column": 79 }, "end": { - "line": 530, + "line": 531, "column": 83 }, "identifierName": "then" @@ -38161,15 +38290,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 21253, - "end": 21764, + "start": 21307, + "end": 22219, "loc": { "start": { - "line": 530, + "line": 531, "column": 84 }, "end": { - "line": 540, + "line": 546, "column": 17 } }, @@ -38180,15 +38309,15 @@ "params": [ { "type": "Identifier", - "start": 21253, - "end": 21265, + "start": 21307, + "end": 21319, "loc": { "start": { - "line": 530, + "line": 531, "column": 84 }, "end": { - "line": 530, + "line": 531, "column": 96 }, "identifierName": "screenStream" @@ -38198,142 +38327,142 @@ ], "body": { "type": "BlockStatement", - "start": 21269, - "end": 21764, + "start": 21323, + "end": 22219, "loc": { "start": { - "line": 530, + "line": 531, "column": 100 }, "end": { - "line": 540, + "line": 546, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 21291, - "end": 21746, + "start": 21345, + "end": 22201, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 539, - "column": 22 + "line": 545, + "column": 23 } }, "expression": { "type": "CallExpression", - "start": 21291, - "end": 21745, + "start": 21345, + "end": 22200, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 539, - "column": 21 + "line": 545, + "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 21291, - "end": 21668, + "start": 21345, + "end": 21722, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 537, + "line": 538, "column": 28 } }, "object": { "type": "CallExpression", - "start": 21291, - "end": 21662, + "start": 21345, + "end": 21716, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 537, + "line": 538, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 21291, - "end": 21404, + "start": 21345, + "end": 21458, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 533, + "line": 534, "column": 27 } }, "object": { "type": "CallExpression", - "start": 21291, - "end": 21399, + "start": 21345, + "end": 21453, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 533, + "line": 534, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 21291, - "end": 21326, + "start": 21345, + "end": 21380, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 531, + "line": 532, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 21291, - "end": 21313, + "start": 21345, + "end": 21367, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 531, + "line": 532, "column": 42 } }, "object": { "type": "Identifier", - "start": 21291, - "end": 21300, + "start": 21345, + "end": 21354, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 531, + "line": 532, "column": 29 }, "identifierName": "navigator" @@ -38342,15 +38471,15 @@ }, "property": { "type": "Identifier", - "start": 21301, - "end": 21313, + "start": 21355, + "end": 21367, "loc": { "start": { - "line": 531, + "line": 532, "column": 30 }, "end": { - "line": 531, + "line": 532, "column": 42 }, "identifierName": "mediaDevices" @@ -38361,15 +38490,15 @@ }, "property": { "type": "Identifier", - "start": 21314, - "end": 21326, + "start": 21368, + "end": 21380, "loc": { "start": { - "line": 531, + "line": 532, "column": 43 }, "end": { - "line": 531, + "line": 532, "column": 55 }, "identifierName": "getUserMedia" @@ -38381,30 +38510,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 21327, - "end": 21398, + "start": 21381, + "end": 21452, "loc": { "start": { - "line": 531, + "line": 532, "column": 56 }, "end": { - "line": 533, + "line": 534, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 21353, - "end": 21376, + "start": 21407, + "end": 21430, "loc": { "start": { - "line": 532, + "line": 533, "column": 24 }, "end": { - "line": 532, + "line": 533, "column": 47 } }, @@ -38413,15 +38542,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21353, - "end": 21358, + "start": 21407, + "end": 21412, "loc": { "start": { - "line": 532, + "line": 533, "column": 24 }, "end": { - "line": 532, + "line": 533, "column": 29 }, "identifierName": "audio" @@ -38430,44 +38559,44 @@ }, "value": { "type": "MemberExpression", - "start": 21360, - "end": 21376, + "start": 21414, + "end": 21430, "loc": { "start": { - "line": 532, + "line": 533, "column": 31 }, "end": { - "line": 532, + "line": 533, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 21360, - "end": 21364, + "start": 21414, + "end": 21418, "loc": { "start": { - "line": 532, + "line": 533, "column": 31 }, "end": { - "line": 532, + "line": 533, "column": 35 } } }, "property": { "type": "Identifier", - "start": 21365, - "end": 21376, + "start": 21419, + "end": 21430, "loc": { "start": { - "line": 532, + "line": 533, "column": 36 }, "end": { - "line": 532, + "line": 533, "column": 47 }, "identifierName": "recordAudio" @@ -38483,15 +38612,15 @@ }, "property": { "type": "Identifier", - "start": 21400, - "end": 21404, + "start": 21454, + "end": 21458, "loc": { "start": { - "line": 533, + "line": 534, "column": 23 }, "end": { - "line": 533, + "line": 534, "column": 27 }, "identifierName": "then" @@ -38503,15 +38632,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 21405, - "end": 21661, + "start": 21459, + "end": 21715, "loc": { "start": { - "line": 533, + "line": 534, "column": 28 }, "end": { - "line": 537, + "line": 538, "column": 21 } }, @@ -38522,15 +38651,15 @@ "params": [ { "type": "Identifier", - "start": 21406, - "end": 21409, + "start": 21460, + "end": 21463, "loc": { "start": { - "line": 533, + "line": 534, "column": 29 }, "end": { - "line": 533, + "line": 534, "column": 32 }, "identifierName": "mic" @@ -38540,72 +38669,72 @@ ], "body": { "type": "BlockStatement", - "start": 21414, - "end": 21661, + "start": 21468, + "end": 21715, "loc": { "start": { - "line": 533, + "line": 534, "column": 37 }, "end": { - "line": 537, + "line": 538, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 21528, - "end": 21570, + "start": 21582, + "end": 21624, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 21528, - "end": 21569, + "start": 21582, + "end": 21623, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 21528, - "end": 21549, + "start": 21582, + "end": 21603, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 45 } }, "object": { "type": "Identifier", - "start": 21528, - "end": 21540, + "start": 21582, + "end": 21594, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 36 }, "identifierName": "screenStream" @@ -38615,15 +38744,15 @@ }, "property": { "type": "Identifier", - "start": 21541, - "end": 21549, + "start": 21595, + "end": 21603, "loc": { "start": { - "line": 535, + "line": 536, "column": 37 }, "end": { - "line": 535, + "line": 536, "column": 45 }, "identifierName": "addTrack" @@ -38636,57 +38765,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 21550, - "end": 21568, + "start": 21604, + "end": 21622, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 64 } }, "object": { "type": "CallExpression", - "start": 21550, - "end": 21565, + "start": 21604, + "end": 21619, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 21550, - "end": 21563, + "start": 21604, + "end": 21617, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 59 } }, "object": { "type": "Identifier", - "start": 21550, - "end": 21553, + "start": 21604, + "end": 21607, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 49 }, "identifierName": "mic" @@ -38695,15 +38824,15 @@ }, "property": { "type": "Identifier", - "start": 21554, - "end": 21563, + "start": 21608, + "end": 21617, "loc": { "start": { - "line": 535, + "line": 536, "column": 50 }, "end": { - "line": 535, + "line": 536, "column": 59 }, "identifierName": "getTracks" @@ -38716,15 +38845,15 @@ }, "property": { "type": "NumericLiteral", - "start": 21566, - "end": 21567, + "start": 21620, + "end": 21621, "loc": { "start": { - "line": 535, + "line": 536, "column": 62 }, "end": { - "line": 535, + "line": 536, "column": 63 } }, @@ -38743,15 +38872,15 @@ { "type": "CommentLine", "value": " join microphone track with screencast stream (order matters)", - "start": 21440, - "end": 21503, + "start": 21494, + "end": 21557, "loc": { "start": { - "line": 534, + "line": 535, "column": 24 }, "end": { - "line": 534, + "line": 535, "column": 87 } } @@ -38760,100 +38889,100 @@ }, { "type": "ExpressionStatement", - "start": 21595, - "end": 21639, + "start": 21649, + "end": 21693, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 21595, - "end": 21638, + "start": 21649, + "end": 21692, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 67 } }, "callee": { "type": "CallExpression", - "start": 21595, - "end": 21624, + "start": 21649, + "end": 21678, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 21595, - "end": 21618, + "start": 21649, + "end": 21672, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 21595, - "end": 21613, + "start": 21649, + "end": 21667, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 21595, - "end": 21599, + "start": 21649, + "end": 21653, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 28 } } }, "property": { "type": "Identifier", - "start": 21600, - "end": 21613, + "start": 21654, + "end": 21667, "loc": { "start": { - "line": 536, + "line": 537, "column": 29 }, "end": { - "line": 536, + "line": 537, "column": 42 }, "identifierName": "onDeviceReady" @@ -38864,15 +38993,15 @@ }, "property": { "type": "Identifier", - "start": 21614, - "end": 21618, + "start": 21668, + "end": 21672, "loc": { "start": { - "line": 536, + "line": 537, "column": 43 }, "end": { - "line": 536, + "line": 537, "column": 47 }, "identifierName": "bind" @@ -38884,15 +39013,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21619, - "end": 21623, + "start": 21673, + "end": 21677, "loc": { "start": { - "line": 536, + "line": 537, "column": 48 }, "end": { - "line": 536, + "line": 537, "column": 52 } } @@ -38902,15 +39031,15 @@ "arguments": [ { "type": "Identifier", - "start": 21625, - "end": 21637, + "start": 21679, + "end": 21691, "loc": { "start": { - "line": 536, + "line": 537, "column": 54 }, "end": { - "line": 536, + "line": 537, "column": 66 }, "identifierName": "screenStream" @@ -38928,15 +39057,15 @@ }, "property": { "type": "Identifier", - "start": 21663, - "end": 21668, + "start": 21717, + "end": 21722, "loc": { "start": { - "line": 537, + "line": 538, "column": 23 }, "end": { - "line": 537, + "line": 538, "column": 28 }, "identifierName": "catch" @@ -38947,117 +39076,358 @@ }, "arguments": [ { - "type": "CallExpression", - "start": 21694, - "end": 21723, + "type": "ArrowFunctionExpression", + "start": 21723, + "end": 22199, "loc": { "start": { "line": 538, - "column": 24 + "column": 29 }, "end": { - "line": 538, - "column": 53 + "line": 545, + "column": 21 } }, - "callee": { - "type": "MemberExpression", - "start": 21694, - "end": 21717, - "loc": { - "start": { - "line": 538, - "column": 24 - }, - "end": { - "line": 538, - "column": 47 - } - }, - "object": { - "type": "MemberExpression", - "start": 21694, - "end": 21712, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 21724, + "end": 21728, "loc": { "start": { "line": 538, - "column": 24 + "column": 30 }, "end": { "line": 538, - "column": 42 - } + "column": 34 + }, + "identifierName": "code" }, - "object": { - "type": "ThisExpression", - "start": 21694, - "end": 21698, + "name": "code" + } + ], + "body": { + "type": "BlockStatement", + "start": 21733, + "end": 22199, + "loc": { + "start": { + "line": 538, + "column": 39 + }, + "end": { + "line": 545, + "column": 21 + } + }, + "body": [ + { + "type": "IfStatement", + "start": 22026, + "end": 22127, "loc": { "start": { - "line": 538, + "line": 541, "column": 24 }, "end": { - "line": 538, - "column": 28 + "line": 543, + "column": 25 } - } - }, - "property": { - "type": "Identifier", - "start": 21699, - "end": 21712, - "loc": { - "start": { - "line": 538, - "column": 29 + }, + "test": { + "type": "MemberExpression", + "start": 22030, + "end": 22049, + "loc": { + "start": { + "line": 541, + "column": 28 + }, + "end": { + "line": 541, + "column": 47 + } }, - "end": { - "line": 538, - "column": 42 + "object": { + "type": "Identifier", + "start": 22030, + "end": 22042, + "loc": { + "start": { + "line": 541, + "column": 28 + }, + "end": { + "line": 541, + "column": 40 + }, + "identifierName": "screenStream" + }, + "name": "screenStream", + "leadingComments": null }, - "identifierName": "onDeviceError" - }, - "name": "onDeviceError" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 21713, - "end": 21717, - "loc": { - "start": { - "line": 538, - "column": 43 + "property": { + "type": "Identifier", + "start": 22043, + "end": 22049, + "loc": { + "start": { + "line": 541, + "column": 41 + }, + "end": { + "line": 541, + "column": 47 + }, + "identifierName": "active" + }, + "name": "active" + }, + "computed": false, + "leadingComments": null }, - "end": { - "line": 538, - "column": 47 + "consequent": { + "type": "BlockStatement", + "start": 22051, + "end": 22127, + "loc": { + "start": { + "line": 541, + "column": 49 + }, + "end": { + "line": 543, + "column": 25 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 22081, + "end": 22101, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 48 + } + }, + "expression": { + "type": "CallExpression", + "start": 22081, + "end": 22100, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 47 + } + }, + "callee": { + "type": "MemberExpression", + "start": 22081, + "end": 22098, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 45 + } + }, + "object": { + "type": "Identifier", + "start": 22081, + "end": 22093, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 40 + }, + "identifierName": "screenStream" + }, + "name": "screenStream" + }, + "property": { + "type": "Identifier", + "start": 22094, + "end": 22098, + "loc": { + "start": { + "line": 542, + "column": 41 + }, + "end": { + "line": 542, + "column": 45 + }, + "identifierName": "stop" + }, + "name": "stop" + }, + "computed": false + }, + "arguments": [] + } + } + ], + "directives": [] }, - "identifierName": "bind" + "alternate": null, + "leadingComments": [ + { + "type": "CommentLine", + "value": " here the screen sharing is in progress as successful result of navigator.mediaDevices.getDisplayMedia and", + "start": 21759, + "end": 21867, + "loc": { + "start": { + "line": 539, + "column": 24 + }, + "end": { + "line": 539, + "column": 132 + } + } + }, + { + "type": "CommentLine", + "value": " needs to be stopped because microphone permissions are not acquired by navigator.mediaDevices.getUserMedia", + "start": 21892, + "end": 22001, + "loc": { + "start": { + "line": 540, + "column": 24 + }, + "end": { + "line": 540, + "column": 133 + } + } + } + ] }, - "name": "bind" - }, - "computed": false - }, - "arguments": [ - { - "type": "ThisExpression", - "start": 21718, - "end": 21722, - "loc": { - "start": { - "line": 538, - "column": 48 + { + "type": "ExpressionStatement", + "start": 22152, + "end": 22177, + "loc": { + "start": { + "line": 544, + "column": 24 + }, + "end": { + "line": 544, + "column": 49 + } }, - "end": { - "line": 538, - "column": 52 + "expression": { + "type": "CallExpression", + "start": 22152, + "end": 22176, + "loc": { + "start": { + "line": 544, + "column": 24 + }, + "end": { + "line": 544, + "column": 48 + } + }, + "callee": { + "type": "MemberExpression", + "start": 22152, + "end": 22170, + "loc": { + "start": { + "line": 544, + "column": 24 + }, + "end": { + "line": 544, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 22152, + "end": 22156, + "loc": { + "start": { + "line": 544, + "column": 24 + }, + "end": { + "line": 544, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "start": 22157, + "end": 22170, + "loc": { + "start": { + "line": 544, + "column": 29 + }, + "end": { + "line": 544, + "column": 42 + }, + "identifierName": "onDeviceError" + }, + "name": "onDeviceError" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 22171, + "end": 22175, + "loc": { + "start": { + "line": 544, + "column": 43 + }, + "end": { + "line": 544, + "column": 47 + }, + "identifierName": "code" + }, + "name": "code" + } + ] } } - } - ] + ], + "directives": [] + } } ] } @@ -39070,15 +39440,15 @@ }, "property": { "type": "Identifier", - "start": 21766, - "end": 21771, + "start": 22221, + "end": 22226, "loc": { "start": { - "line": 540, + "line": 546, "column": 19 }, "end": { - "line": 540, + "line": 546, "column": 24 }, "identifierName": "catch" @@ -39090,72 +39460,72 @@ "arguments": [ { "type": "CallExpression", - "start": 21793, - "end": 21822, + "start": 22248, + "end": 22277, "loc": { "start": { - "line": 541, + "line": 547, "column": 20 }, "end": { - "line": 541, + "line": 547, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 21793, - "end": 21816, + "start": 22248, + "end": 22271, "loc": { "start": { - "line": 541, + "line": 547, "column": 20 }, "end": { - "line": 541, + "line": 547, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 21793, - "end": 21811, + "start": 22248, + "end": 22266, "loc": { "start": { - "line": 541, + "line": 547, "column": 20 }, "end": { - "line": 541, + "line": 547, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 21793, - "end": 21797, + "start": 22248, + "end": 22252, "loc": { "start": { - "line": 541, + "line": 547, "column": 20 }, "end": { - "line": 541, + "line": 547, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21798, - "end": 21811, + "start": 22253, + "end": 22266, "loc": { "start": { - "line": 541, + "line": 547, "column": 25 }, "end": { - "line": 541, + "line": 547, "column": 38 }, "identifierName": "onDeviceError" @@ -39166,15 +39536,15 @@ }, "property": { "type": "Identifier", - "start": 21812, - "end": 21816, + "start": 22267, + "end": 22271, "loc": { "start": { - "line": 541, + "line": 547, "column": 39 }, "end": { - "line": 541, + "line": 547, "column": 43 }, "identifierName": "bind" @@ -39186,15 +39556,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21817, - "end": 21821, + "start": 22272, + "end": 22276, "loc": { "start": { - "line": 541, + "line": 547, "column": 44 }, "end": { - "line": 541, + "line": 547, "column": 48 } } @@ -39206,15 +39576,15 @@ }, { "type": "BreakStatement", - "start": 21858, - "end": 21864, + "start": 22313, + "end": 22319, "loc": { "start": { - "line": 543, + "line": 549, "column": 16 }, "end": { - "line": 543, + "line": 549, "column": 22 } }, @@ -39223,15 +39593,15 @@ ], "test": { "type": "Identifier", - "start": 20402, - "end": 20414, + "start": 20456, + "end": 20468, "loc": { "start": { - "line": 515, + "line": 516, "column": 17 }, "end": { - "line": 515, + "line": 516, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -39241,73 +39611,73 @@ }, { "type": "SwitchCase", - "start": 21878, - "end": 22518, + "start": 22333, + "end": 22973, "loc": { "start": { - "line": 545, + "line": 551, "column": 12 }, "end": { - "line": 559, + "line": 565, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 21959, - "end": 22183, + "start": 22414, + "end": 22638, "loc": { "start": { - "line": 547, + "line": 553, "column": 16 }, "end": { - "line": 550, + "line": 556, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 21959, - "end": 22182, + "start": 22414, + "end": 22637, "loc": { "start": { - "line": 547, + "line": 553, "column": 16 }, "end": { - "line": 550, + "line": 556, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21959, - "end": 21973, + "start": 22414, + "end": 22428, "loc": { "start": { - "line": 547, + "line": 553, "column": 16 }, "end": { - "line": 547, + "line": 553, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 21959, - "end": 21963, + "start": 22414, + "end": 22418, "loc": { "start": { - "line": 547, + "line": 553, "column": 16 }, "end": { - "line": 547, + "line": 553, "column": 20 } }, @@ -39315,15 +39685,15 @@ }, "property": { "type": "Identifier", - "start": 21964, - "end": 21973, + "start": 22419, + "end": 22428, "loc": { "start": { - "line": 547, + "line": 553, "column": 21 }, "end": { - "line": 547, + "line": 553, "column": 30 }, "identifierName": "mediaType" @@ -39335,30 +39705,30 @@ }, "right": { "type": "ObjectExpression", - "start": 21976, - "end": 22182, + "start": 22431, + "end": 22637, "loc": { "start": { - "line": 547, + "line": 553, "column": 33 }, "end": { - "line": 550, + "line": 556, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 21998, - "end": 22070, + "start": 22453, + "end": 22525, "loc": { "start": { - "line": 548, + "line": 554, "column": 20 }, "end": { - "line": 548, + "line": 554, "column": 92 } }, @@ -39367,15 +39737,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21998, - "end": 22003, + "start": 22453, + "end": 22458, "loc": { "start": { - "line": 548, + "line": 554, "column": 20 }, "end": { - "line": 548, + "line": 554, "column": 25 }, "identifierName": "audio" @@ -39384,72 +39754,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 22005, - "end": 22070, + "start": 22460, + "end": 22525, "loc": { "start": { - "line": 548, + "line": 554, "column": 27 }, "end": { - "line": 548, + "line": 554, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 22006, - "end": 22037, + "start": 22461, + "end": 22492, "loc": { "start": { - "line": 548, + "line": 554, "column": 28 }, "end": { - "line": 548, + "line": 554, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 22006, - "end": 22028, + "start": 22461, + "end": 22483, "loc": { "start": { - "line": 548, + "line": 554, "column": 28 }, "end": { - "line": 548, + "line": 554, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 22006, - "end": 22010, + "start": 22461, + "end": 22465, "loc": { "start": { - "line": 548, + "line": 554, "column": 28 }, "end": { - "line": 548, + "line": 554, "column": 32 } } }, "property": { "type": "Identifier", - "start": 22011, - "end": 22028, + "start": 22466, + "end": 22483, "loc": { "start": { - "line": 548, + "line": 554, "column": 33 }, "end": { - "line": 548, + "line": 554, "column": 50 }, "identifierName": "audioRecorderType" @@ -39461,15 +39831,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 22033, - "end": 22037, + "start": 22488, + "end": 22492, "loc": { "start": { - "line": 548, + "line": 554, "column": 55 }, "end": { - "line": 548, + "line": 554, "column": 59 }, "identifierName": "AUTO" @@ -39478,20 +39848,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 22005 + "parenStart": 22460 } }, "consequent": { "type": "BooleanLiteral", - "start": 22041, - "end": 22045, + "start": 22496, + "end": 22500, "loc": { "start": { - "line": 548, + "line": 554, "column": 63 }, "end": { - "line": 548, + "line": 554, "column": 67 } }, @@ -39499,44 +39869,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 22048, - "end": 22070, + "start": 22503, + "end": 22525, "loc": { "start": { - "line": 548, + "line": 554, "column": 70 }, "end": { - "line": 548, + "line": 554, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 22048, - "end": 22052, + "start": 22503, + "end": 22507, "loc": { "start": { - "line": 548, + "line": 554, "column": 70 }, "end": { - "line": 548, + "line": 554, "column": 74 } } }, "property": { "type": "Identifier", - "start": 22053, - "end": 22070, + "start": 22508, + "end": 22525, "loc": { "start": { - "line": 548, + "line": 554, "column": 75 }, "end": { - "line": 548, + "line": 554, "column": 92 }, "identifierName": "audioRecorderType" @@ -39549,15 +39919,15 @@ }, { "type": "ObjectProperty", - "start": 22092, - "end": 22164, + "start": 22547, + "end": 22619, "loc": { "start": { - "line": 549, + "line": 555, "column": 20 }, "end": { - "line": 549, + "line": 555, "column": 92 } }, @@ -39566,15 +39936,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22092, - "end": 22097, + "start": 22547, + "end": 22552, "loc": { "start": { - "line": 549, + "line": 555, "column": 20 }, "end": { - "line": 549, + "line": 555, "column": 25 }, "identifierName": "video" @@ -39583,72 +39953,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 22099, - "end": 22164, + "start": 22554, + "end": 22619, "loc": { "start": { - "line": 549, + "line": 555, "column": 27 }, "end": { - "line": 549, + "line": 555, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 22100, - "end": 22131, + "start": 22555, + "end": 22586, "loc": { "start": { - "line": 549, + "line": 555, "column": 28 }, "end": { - "line": 549, + "line": 555, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 22100, - "end": 22122, + "start": 22555, + "end": 22577, "loc": { "start": { - "line": 549, + "line": 555, "column": 28 }, "end": { - "line": 549, + "line": 555, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 22100, - "end": 22104, + "start": 22555, + "end": 22559, "loc": { "start": { - "line": 549, + "line": 555, "column": 28 }, "end": { - "line": 549, + "line": 555, "column": 32 } } }, "property": { "type": "Identifier", - "start": 22105, - "end": 22122, + "start": 22560, + "end": 22577, "loc": { "start": { - "line": 549, + "line": 555, "column": 33 }, "end": { - "line": 549, + "line": 555, "column": 50 }, "identifierName": "videoRecorderType" @@ -39660,15 +40030,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 22127, - "end": 22131, + "start": 22582, + "end": 22586, "loc": { "start": { - "line": 549, + "line": 555, "column": 55 }, "end": { - "line": 549, + "line": 555, "column": 59 }, "identifierName": "AUTO" @@ -39677,20 +40047,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 22099 + "parenStart": 22554 } }, "consequent": { "type": "BooleanLiteral", - "start": 22135, - "end": 22139, + "start": 22590, + "end": 22594, "loc": { "start": { - "line": 549, + "line": 555, "column": 63 }, "end": { - "line": 549, + "line": 555, "column": 67 } }, @@ -39698,44 +40068,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 22142, - "end": 22164, + "start": 22597, + "end": 22619, "loc": { "start": { - "line": 549, + "line": 555, "column": 70 }, "end": { - "line": 549, + "line": 555, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 22142, - "end": 22146, + "start": 22597, + "end": 22601, "loc": { "start": { - "line": 549, + "line": 555, "column": 70 }, "end": { - "line": 549, + "line": 555, "column": 74 } } }, "property": { "type": "Identifier", - "start": 22147, - "end": 22164, + "start": 22602, + "end": 22619, "loc": { "start": { - "line": 549, + "line": 555, "column": 75 }, "end": { - "line": 549, + "line": 555, "column": 92 }, "identifierName": "videoRecorderType" @@ -39754,15 +40124,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 21912, - "end": 21942, + "start": 22367, + "end": 22397, "loc": { "start": { - "line": 546, + "line": 552, "column": 16 }, "end": { - "line": 546, + "line": 552, "column": 46 } } @@ -39771,127 +40141,127 @@ }, { "type": "ExpressionStatement", - "start": 22200, - "end": 22495, + "start": 22655, + "end": 22950, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 558, + "line": 564, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 22200, - "end": 22494, + "start": 22655, + "end": 22949, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 558, + "line": 564, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22200, - "end": 22425, + "start": 22655, + "end": 22880, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 556, + "line": 562, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22200, - "end": 22419, + "start": 22655, + "end": 22874, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 556, + "line": 562, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22200, - "end": 22350, + "start": 22655, + "end": 22805, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 554, + "line": 560, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22200, - "end": 22345, + "start": 22655, + "end": 22800, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 554, + "line": 560, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 22200, - "end": 22235, + "start": 22655, + "end": 22690, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 551, + "line": 557, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 22200, - "end": 22222, + "start": 22655, + "end": 22677, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 551, + "line": 557, "column": 38 } }, "object": { "type": "Identifier", - "start": 22200, - "end": 22209, + "start": 22655, + "end": 22664, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 551, + "line": 557, "column": 25 }, "identifierName": "navigator" @@ -39900,15 +40270,15 @@ }, "property": { "type": "Identifier", - "start": 22210, - "end": 22222, + "start": 22665, + "end": 22677, "loc": { "start": { - "line": 551, + "line": 557, "column": 26 }, "end": { - "line": 551, + "line": 557, "column": 38 }, "identifierName": "mediaDevices" @@ -39919,15 +40289,15 @@ }, "property": { "type": "Identifier", - "start": 22223, - "end": 22235, + "start": 22678, + "end": 22690, "loc": { "start": { - "line": 551, + "line": 557, "column": 39 }, "end": { - "line": 551, + "line": 557, "column": 51 }, "identifierName": "getUserMedia" @@ -39939,30 +40309,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 22236, - "end": 22344, + "start": 22691, + "end": 22799, "loc": { "start": { - "line": 551, + "line": 557, "column": 52 }, "end": { - "line": 554, + "line": 560, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 22258, - "end": 22281, + "start": 22713, + "end": 22736, "loc": { "start": { - "line": 552, + "line": 558, "column": 20 }, "end": { - "line": 552, + "line": 558, "column": 43 } }, @@ -39971,15 +40341,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22258, - "end": 22263, + "start": 22713, + "end": 22718, "loc": { "start": { - "line": 552, + "line": 558, "column": 20 }, "end": { - "line": 552, + "line": 558, "column": 25 }, "identifierName": "audio" @@ -39988,44 +40358,44 @@ }, "value": { "type": "MemberExpression", - "start": 22265, - "end": 22281, + "start": 22720, + "end": 22736, "loc": { "start": { - "line": 552, + "line": 558, "column": 27 }, "end": { - "line": 552, + "line": 558, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 22265, - "end": 22269, + "start": 22720, + "end": 22724, "loc": { "start": { - "line": 552, + "line": 558, "column": 27 }, "end": { - "line": 552, + "line": 558, "column": 31 } } }, "property": { "type": "Identifier", - "start": 22270, - "end": 22281, + "start": 22725, + "end": 22736, "loc": { "start": { - "line": 552, + "line": 558, "column": 32 }, "end": { - "line": 552, + "line": 558, "column": 43 }, "identifierName": "recordAudio" @@ -40037,15 +40407,15 @@ }, { "type": "ObjectProperty", - "start": 22303, - "end": 22326, + "start": 22758, + "end": 22781, "loc": { "start": { - "line": 553, + "line": 559, "column": 20 }, "end": { - "line": 553, + "line": 559, "column": 43 } }, @@ -40054,15 +40424,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22303, - "end": 22308, + "start": 22758, + "end": 22763, "loc": { "start": { - "line": 553, + "line": 559, "column": 20 }, "end": { - "line": 553, + "line": 559, "column": 25 }, "identifierName": "video" @@ -40071,44 +40441,44 @@ }, "value": { "type": "MemberExpression", - "start": 22310, - "end": 22326, + "start": 22765, + "end": 22781, "loc": { "start": { - "line": 553, + "line": 559, "column": 27 }, "end": { - "line": 553, + "line": 559, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 22310, - "end": 22314, + "start": 22765, + "end": 22769, "loc": { "start": { - "line": 553, + "line": 559, "column": 27 }, "end": { - "line": 553, + "line": 559, "column": 31 } } }, "property": { "type": "Identifier", - "start": 22315, - "end": 22326, + "start": 22770, + "end": 22781, "loc": { "start": { - "line": 553, + "line": 559, "column": 32 }, "end": { - "line": 553, + "line": 559, "column": 43 }, "identifierName": "recordVideo" @@ -40124,15 +40494,15 @@ }, "property": { "type": "Identifier", - "start": 22346, - "end": 22350, + "start": 22801, + "end": 22805, "loc": { "start": { - "line": 554, + "line": 560, "column": 19 }, "end": { - "line": 554, + "line": 560, "column": 23 }, "identifierName": "then" @@ -40144,72 +40514,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22372, - "end": 22401, + "start": 22827, + "end": 22856, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22372, - "end": 22395, + "start": 22827, + "end": 22850, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22372, - "end": 22390, + "start": 22827, + "end": 22845, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22372, - "end": 22376, + "start": 22827, + "end": 22831, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22377, - "end": 22390, + "start": 22832, + "end": 22845, "loc": { "start": { - "line": 555, + "line": 561, "column": 25 }, "end": { - "line": 555, + "line": 561, "column": 38 }, "identifierName": "onDeviceReady" @@ -40220,15 +40590,15 @@ }, "property": { "type": "Identifier", - "start": 22391, - "end": 22395, + "start": 22846, + "end": 22850, "loc": { "start": { - "line": 555, + "line": 561, "column": 39 }, "end": { - "line": 555, + "line": 561, "column": 43 }, "identifierName": "bind" @@ -40240,15 +40610,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22396, - "end": 22400, + "start": 22851, + "end": 22855, "loc": { "start": { - "line": 555, + "line": 561, "column": 44 }, "end": { - "line": 555, + "line": 561, "column": 48 } } @@ -40259,15 +40629,15 @@ }, "property": { "type": "Identifier", - "start": 22420, - "end": 22425, + "start": 22875, + "end": 22880, "loc": { "start": { - "line": 556, + "line": 562, "column": 18 }, "end": { - "line": 556, + "line": 562, "column": 23 }, "identifierName": "catch" @@ -40279,72 +40649,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22447, - "end": 22476, + "start": 22902, + "end": 22931, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22447, - "end": 22470, + "start": 22902, + "end": 22925, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22447, - "end": 22465, + "start": 22902, + "end": 22920, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22447, - "end": 22451, + "start": 22902, + "end": 22906, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22452, - "end": 22465, + "start": 22907, + "end": 22920, "loc": { "start": { - "line": 557, + "line": 563, "column": 25 }, "end": { - "line": 557, + "line": 563, "column": 38 }, "identifierName": "onDeviceError" @@ -40355,15 +40725,15 @@ }, "property": { "type": "Identifier", - "start": 22466, - "end": 22470, + "start": 22921, + "end": 22925, "loc": { "start": { - "line": 557, + "line": 563, "column": 39 }, "end": { - "line": 557, + "line": 563, "column": 43 }, "identifierName": "bind" @@ -40375,15 +40745,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22471, - "end": 22475, + "start": 22926, + "end": 22930, "loc": { "start": { - "line": 557, + "line": 563, "column": 44 }, "end": { - "line": 557, + "line": 563, "column": 48 } } @@ -40395,15 +40765,15 @@ }, { "type": "BreakStatement", - "start": 22512, - "end": 22518, + "start": 22967, + "end": 22973, "loc": { "start": { - "line": 559, + "line": 565, "column": 16 }, "end": { - "line": 559, + "line": 565, "column": 22 } }, @@ -40412,15 +40782,15 @@ ], "test": { "type": "Identifier", - "start": 21883, - "end": 21894, + "start": 22338, + "end": 22349, "loc": { "start": { - "line": 545, + "line": 551, "column": 17 }, "end": { - "line": 545, + "line": 551, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -40430,73 +40800,73 @@ }, { "type": "SwitchCase", - "start": 22532, - "end": 23095, + "start": 22987, + "end": 23550, "loc": { "start": { - "line": 561, + "line": 567, "column": 12 }, "end": { - "line": 577, + "line": 583, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 22596, - "end": 22767, + "start": 23051, + "end": 23222, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 568, + "line": 574, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 22596, - "end": 22766, + "start": 23051, + "end": 23221, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 568, + "line": 574, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 22596, - "end": 22610, + "start": 23051, + "end": 23065, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 563, + "line": 569, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 22596, - "end": 22600, + "start": 23051, + "end": 23055, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 563, + "line": 569, "column": 20 } }, @@ -40504,15 +40874,15 @@ }, "property": { "type": "Identifier", - "start": 22601, - "end": 22610, + "start": 23056, + "end": 23065, "loc": { "start": { - "line": 563, + "line": 569, "column": 21 }, "end": { - "line": 563, + "line": 569, "column": 30 }, "identifierName": "mediaType" @@ -40524,30 +40894,30 @@ }, "right": { "type": "ObjectExpression", - "start": 22613, - "end": 22766, + "start": 23068, + "end": 23221, "loc": { "start": { - "line": 563, + "line": 569, "column": 33 }, "end": { - "line": 568, + "line": 574, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 22671, - "end": 22683, + "start": 23126, + "end": 23138, "loc": { "start": { - "line": 565, + "line": 571, "column": 20 }, "end": { - "line": 565, + "line": 571, "column": 32 } }, @@ -40556,15 +40926,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22671, - "end": 22676, + "start": 23126, + "end": 23131, "loc": { "start": { - "line": 565, + "line": 571, "column": 20 }, "end": { - "line": 565, + "line": 571, "column": 25 }, "identifierName": "audio" @@ -40574,15 +40944,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22678, - "end": 22683, + "start": 23133, + "end": 23138, "loc": { "start": { - "line": 565, + "line": 571, "column": 27 }, "end": { - "line": 565, + "line": 571, "column": 32 } }, @@ -40592,15 +40962,15 @@ { "type": "CommentLine", "value": " animated GIF", - "start": 22635, - "end": 22650, + "start": 23090, + "end": 23105, "loc": { "start": { - "line": 564, + "line": 570, "column": 20 }, "end": { - "line": 564, + "line": 570, "column": 35 } } @@ -40609,15 +40979,15 @@ }, { "type": "ObjectProperty", - "start": 22705, - "end": 22717, + "start": 23160, + "end": 23172, "loc": { "start": { - "line": 566, + "line": 572, "column": 20 }, "end": { - "line": 566, + "line": 572, "column": 32 } }, @@ -40626,15 +40996,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22705, - "end": 22710, + "start": 23160, + "end": 23165, "loc": { "start": { - "line": 566, + "line": 572, "column": 20 }, "end": { - "line": 566, + "line": 572, "column": 25 }, "identifierName": "video" @@ -40643,15 +41013,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22712, - "end": 22717, + "start": 23167, + "end": 23172, "loc": { "start": { - "line": 566, + "line": 572, "column": 27 }, "end": { - "line": 566, + "line": 572, "column": 32 } }, @@ -40660,15 +41030,15 @@ }, { "type": "ObjectProperty", - "start": 22739, - "end": 22748, + "start": 23194, + "end": 23203, "loc": { "start": { - "line": 567, + "line": 573, "column": 20 }, "end": { - "line": 567, + "line": 573, "column": 29 } }, @@ -40677,15 +41047,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22739, - "end": 22742, + "start": 23194, + "end": 23197, "loc": { "start": { - "line": 567, + "line": 573, "column": 20 }, "end": { - "line": 567, + "line": 573, "column": 23 }, "identifierName": "gif" @@ -40694,15 +41064,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22744, - "end": 22748, + "start": 23199, + "end": 23203, "loc": { "start": { - "line": 567, + "line": 573, "column": 25 }, "end": { - "line": 567, + "line": 573, "column": 29 } }, @@ -40717,15 +41087,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 22564, - "end": 22579, + "start": 23019, + "end": 23034, "loc": { "start": { - "line": 562, + "line": 568, "column": 16 }, "end": { - "line": 562, + "line": 568, "column": 31 } } @@ -40734,127 +41104,127 @@ }, { "type": "ExpressionStatement", - "start": 22784, - "end": 23072, + "start": 23239, + "end": 23527, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 576, + "line": 582, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 22784, - "end": 23071, + "start": 23239, + "end": 23526, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 576, + "line": 582, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22784, - "end": 23002, + "start": 23239, + "end": 23457, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 574, + "line": 580, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22784, - "end": 22996, + "start": 23239, + "end": 23451, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 574, + "line": 580, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22784, - "end": 22927, + "start": 23239, + "end": 23382, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 572, + "line": 578, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22784, - "end": 22922, + "start": 23239, + "end": 23377, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 572, + "line": 578, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 22784, - "end": 22819, + "start": 23239, + "end": 23274, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 569, + "line": 575, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 22784, - "end": 22806, + "start": 23239, + "end": 23261, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 569, + "line": 575, "column": 38 } }, "object": { "type": "Identifier", - "start": 22784, - "end": 22793, + "start": 23239, + "end": 23248, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 569, + "line": 575, "column": 25 }, "identifierName": "navigator" @@ -40863,15 +41233,15 @@ }, "property": { "type": "Identifier", - "start": 22794, - "end": 22806, + "start": 23249, + "end": 23261, "loc": { "start": { - "line": 569, + "line": 575, "column": 26 }, "end": { - "line": 569, + "line": 575, "column": 38 }, "identifierName": "mediaDevices" @@ -40882,15 +41252,15 @@ }, "property": { "type": "Identifier", - "start": 22807, - "end": 22819, + "start": 23262, + "end": 23274, "loc": { "start": { - "line": 569, + "line": 575, "column": 39 }, "end": { - "line": 569, + "line": 575, "column": 51 }, "identifierName": "getUserMedia" @@ -40902,30 +41272,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 22820, - "end": 22921, + "start": 23275, + "end": 23376, "loc": { "start": { - "line": 569, + "line": 575, "column": 52 }, "end": { - "line": 572, + "line": 578, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 22842, - "end": 22854, + "start": 23297, + "end": 23309, "loc": { "start": { - "line": 570, + "line": 576, "column": 20 }, "end": { - "line": 570, + "line": 576, "column": 32 } }, @@ -40934,15 +41304,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22842, - "end": 22847, + "start": 23297, + "end": 23302, "loc": { "start": { - "line": 570, + "line": 576, "column": 20 }, "end": { - "line": 570, + "line": 576, "column": 25 }, "identifierName": "audio" @@ -40951,15 +41321,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22849, - "end": 22854, + "start": 23304, + "end": 23309, "loc": { "start": { - "line": 570, + "line": 576, "column": 27 }, "end": { - "line": 570, + "line": 576, "column": 32 } }, @@ -40968,15 +41338,15 @@ }, { "type": "ObjectProperty", - "start": 22876, - "end": 22903, + "start": 23331, + "end": 23358, "loc": { "start": { - "line": 571, + "line": 577, "column": 20 }, "end": { - "line": 571, + "line": 577, "column": 47 } }, @@ -40985,15 +41355,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22876, - "end": 22881, + "start": 23331, + "end": 23336, "loc": { "start": { - "line": 571, + "line": 577, "column": 20 }, "end": { - "line": 571, + "line": 577, "column": 25 }, "identifierName": "video" @@ -41002,44 +41372,44 @@ }, "value": { "type": "MemberExpression", - "start": 22883, - "end": 22903, + "start": 23338, + "end": 23358, "loc": { "start": { - "line": 571, + "line": 577, "column": 27 }, "end": { - "line": 571, + "line": 577, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 22883, - "end": 22887, + "start": 23338, + "end": 23342, "loc": { "start": { - "line": 571, + "line": 577, "column": 27 }, "end": { - "line": 571, + "line": 577, "column": 31 } } }, "property": { "type": "Identifier", - "start": 22888, - "end": 22903, + "start": 23343, + "end": 23358, "loc": { "start": { - "line": 571, + "line": 577, "column": 32 }, "end": { - "line": 571, + "line": 577, "column": 47 }, "identifierName": "recordAnimation" @@ -41055,15 +41425,15 @@ }, "property": { "type": "Identifier", - "start": 22923, - "end": 22927, + "start": 23378, + "end": 23382, "loc": { "start": { - "line": 572, + "line": 578, "column": 19 }, "end": { - "line": 572, + "line": 578, "column": 23 }, "identifierName": "then" @@ -41075,72 +41445,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22949, - "end": 22978, + "start": 23404, + "end": 23433, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22949, - "end": 22972, + "start": 23404, + "end": 23427, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22949, - "end": 22967, + "start": 23404, + "end": 23422, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22949, - "end": 22953, + "start": 23404, + "end": 23408, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22954, - "end": 22967, + "start": 23409, + "end": 23422, "loc": { "start": { - "line": 573, + "line": 579, "column": 25 }, "end": { - "line": 573, + "line": 579, "column": 38 }, "identifierName": "onDeviceReady" @@ -41151,15 +41521,15 @@ }, "property": { "type": "Identifier", - "start": 22968, - "end": 22972, + "start": 23423, + "end": 23427, "loc": { "start": { - "line": 573, + "line": 579, "column": 39 }, "end": { - "line": 573, + "line": 579, "column": 43 }, "identifierName": "bind" @@ -41171,15 +41541,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22973, - "end": 22977, + "start": 23428, + "end": 23432, "loc": { "start": { - "line": 573, + "line": 579, "column": 44 }, "end": { - "line": 573, + "line": 579, "column": 48 } } @@ -41190,15 +41560,15 @@ }, "property": { "type": "Identifier", - "start": 22997, - "end": 23002, + "start": 23452, + "end": 23457, "loc": { "start": { - "line": 574, + "line": 580, "column": 18 }, "end": { - "line": 574, + "line": 580, "column": 23 }, "identifierName": "catch" @@ -41210,72 +41580,72 @@ "arguments": [ { "type": "CallExpression", - "start": 23024, - "end": 23053, + "start": 23479, + "end": 23508, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 23024, - "end": 23047, + "start": 23479, + "end": 23502, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 23024, - "end": 23042, + "start": 23479, + "end": 23497, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 23024, - "end": 23028, + "start": 23479, + "end": 23483, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23029, - "end": 23042, + "start": 23484, + "end": 23497, "loc": { "start": { - "line": 575, + "line": 581, "column": 25 }, "end": { - "line": 575, + "line": 581, "column": 38 }, "identifierName": "onDeviceError" @@ -41286,15 +41656,15 @@ }, "property": { "type": "Identifier", - "start": 23043, - "end": 23047, + "start": 23498, + "end": 23502, "loc": { "start": { - "line": 575, + "line": 581, "column": 39 }, "end": { - "line": 575, + "line": 581, "column": 43 }, "identifierName": "bind" @@ -41306,15 +41676,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 23048, - "end": 23052, + "start": 23503, + "end": 23507, "loc": { "start": { - "line": 575, + "line": 581, "column": 44 }, "end": { - "line": 575, + "line": 581, "column": 48 } } @@ -41326,15 +41696,15 @@ }, { "type": "BreakStatement", - "start": 23089, - "end": 23095, + "start": 23544, + "end": 23550, "loc": { "start": { - "line": 577, + "line": 583, "column": 16 }, "end": { - "line": 577, + "line": 583, "column": 22 } }, @@ -41343,15 +41713,15 @@ ], "test": { "type": "Identifier", - "start": 22537, - "end": 22546, + "start": 22992, + "end": 23001, "loc": { "start": { - "line": 561, + "line": 567, "column": 17 }, "end": { - "line": 561, + "line": 567, "column": 26 }, "identifierName": "ANIMATION" @@ -41361,73 +41731,73 @@ }, { "type": "SwitchCase", - "start": 23109, - "end": 24050, + "start": 23564, + "end": 24505, "loc": { "start": { - "line": 579, + "line": 585, "column": 12 }, "end": { - "line": 602, + "line": 608, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23175, - "end": 23383, + "start": 23630, + "end": 23838, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 587, + "line": 593, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 23175, - "end": 23382, + "start": 23630, + "end": 23837, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 587, + "line": 593, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 23175, - "end": 23189, + "start": 23630, + "end": 23644, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 581, + "line": 587, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 23175, - "end": 23179, + "start": 23630, + "end": 23634, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 581, + "line": 587, "column": 20 } }, @@ -41435,15 +41805,15 @@ }, "property": { "type": "Identifier", - "start": 23180, - "end": 23189, + "start": 23635, + "end": 23644, "loc": { "start": { - "line": 581, + "line": 587, "column": 21 }, "end": { - "line": 581, + "line": 587, "column": 30 }, "identifierName": "mediaType" @@ -41455,30 +41825,30 @@ }, "right": { "type": "ObjectExpression", - "start": 23192, - "end": 23382, + "start": 23647, + "end": 23837, "loc": { "start": { - "line": 581, + "line": 587, "column": 33 }, "end": { - "line": 587, + "line": 593, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 23252, - "end": 23264, + "start": 23707, + "end": 23719, "loc": { "start": { - "line": 583, + "line": 589, "column": 20 }, "end": { - "line": 583, + "line": 589, "column": 32 } }, @@ -41487,15 +41857,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23252, - "end": 23257, + "start": 23707, + "end": 23712, "loc": { "start": { - "line": 583, + "line": 589, "column": 20 }, "end": { - "line": 583, + "line": 589, "column": 25 }, "identifierName": "audio" @@ -41505,15 +41875,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23259, - "end": 23264, + "start": 23714, + "end": 23719, "loc": { "start": { - "line": 583, + "line": 589, "column": 27 }, "end": { - "line": 583, + "line": 589, "column": 32 } }, @@ -41523,15 +41893,15 @@ { "type": "CommentLine", "value": " screen capture", - "start": 23214, - "end": 23231, + "start": 23669, + "end": 23686, "loc": { "start": { - "line": 582, + "line": 588, "column": 20 }, "end": { - "line": 582, + "line": 588, "column": 37 } } @@ -41540,15 +41910,15 @@ }, { "type": "ObjectProperty", - "start": 23286, - "end": 23298, + "start": 23741, + "end": 23753, "loc": { "start": { - "line": 584, + "line": 590, "column": 20 }, "end": { - "line": 584, + "line": 590, "column": 32 } }, @@ -41557,15 +41927,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23286, - "end": 23291, + "start": 23741, + "end": 23746, "loc": { "start": { - "line": 584, + "line": 590, "column": 20 }, "end": { - "line": 584, + "line": 590, "column": 25 }, "identifierName": "video" @@ -41574,15 +41944,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23293, - "end": 23298, + "start": 23748, + "end": 23753, "loc": { "start": { - "line": 584, + "line": 590, "column": 27 }, "end": { - "line": 584, + "line": 590, "column": 32 } }, @@ -41591,15 +41961,15 @@ }, { "type": "ObjectProperty", - "start": 23320, - "end": 23332, + "start": 23775, + "end": 23787, "loc": { "start": { - "line": 585, + "line": 591, "column": 20 }, "end": { - "line": 585, + "line": 591, "column": 32 } }, @@ -41608,15 +41978,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23320, - "end": 23326, + "start": 23775, + "end": 23781, "loc": { "start": { - "line": 585, + "line": 591, "column": 20 }, "end": { - "line": 585, + "line": 591, "column": 26 }, "identifierName": "screen" @@ -41625,15 +41995,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23328, - "end": 23332, + "start": 23783, + "end": 23787, "loc": { "start": { - "line": 585, + "line": 591, "column": 28 }, "end": { - "line": 585, + "line": 591, "column": 32 } }, @@ -41642,15 +42012,15 @@ }, { "type": "ObjectProperty", - "start": 23354, - "end": 23364, + "start": 23809, + "end": 23819, "loc": { "start": { - "line": 586, + "line": 592, "column": 20 }, "end": { - "line": 586, + "line": 592, "column": 30 } }, @@ -41659,15 +42029,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23354, - "end": 23357, + "start": 23809, + "end": 23812, "loc": { "start": { - "line": 586, + "line": 592, "column": 20 }, "end": { - "line": 586, + "line": 592, "column": 23 }, "identifierName": "gif" @@ -41676,15 +42046,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23359, - "end": 23364, + "start": 23814, + "end": 23819, "loc": { "start": { - "line": 586, + "line": 592, "column": 25 }, "end": { - "line": 586, + "line": 592, "column": 30 } }, @@ -41699,15 +42069,15 @@ { "type": "CommentLine", "value": " setup screen", - "start": 23143, - "end": 23158, + "start": 23598, + "end": 23613, "loc": { "start": { - "line": 580, + "line": 586, "column": 16 }, "end": { - "line": 580, + "line": 586, "column": 31 } } @@ -41716,44 +42086,44 @@ }, { "type": "VariableDeclaration", - "start": 23400, - "end": 23431, + "start": 23855, + "end": 23886, "loc": { "start": { - "line": 588, + "line": 594, "column": 16 }, "end": { - "line": 588, + "line": 594, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 23404, - "end": 23430, + "start": 23859, + "end": 23885, "loc": { "start": { - "line": 588, + "line": 594, "column": 20 }, "end": { - "line": 588, + "line": 594, "column": 46 } }, "id": { "type": "Identifier", - "start": 23404, - "end": 23425, + "start": 23859, + "end": 23880, "loc": { "start": { - "line": 588, + "line": 594, "column": 20 }, "end": { - "line": 588, + "line": 594, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -41762,15 +42132,15 @@ }, "init": { "type": "ObjectExpression", - "start": 23428, - "end": 23430, + "start": 23883, + "end": 23885, "loc": { "start": { - "line": 588, + "line": 594, "column": 44 }, "end": { - "line": 588, + "line": 594, "column": 46 } }, @@ -41782,72 +42152,72 @@ }, { "type": "IfStatement", - "start": 23448, - "end": 23799, + "start": 23903, + "end": 24254, "loc": { "start": { - "line": 589, + "line": 595, "column": 16 }, "end": { - "line": 596, + "line": 602, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 23452, - "end": 23478, + "start": 23907, + "end": 23933, "loc": { "start": { - "line": 589, + "line": 595, "column": 20 }, "end": { - "line": 589, + "line": 595, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 23452, - "end": 23469, + "start": 23907, + "end": 23924, "loc": { "start": { - "line": 589, + "line": 595, "column": 20 }, "end": { - "line": 589, + "line": 595, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 23452, - "end": 23456, + "start": 23907, + "end": 23911, "loc": { "start": { - "line": 589, + "line": 595, "column": 20 }, "end": { - "line": 589, + "line": 595, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23457, - "end": 23469, + "start": 23912, + "end": 23924, "loc": { "start": { - "line": 589, + "line": 595, "column": 25 }, "end": { - "line": 589, + "line": 595, "column": 37 }, "identifierName": "recordScreen" @@ -41859,15 +42229,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 23474, - "end": 23478, + "start": 23929, + "end": 23933, "loc": { "start": { - "line": 589, + "line": 595, "column": 42 }, "end": { - "line": 589, + "line": 595, "column": 46 } }, @@ -41876,59 +42246,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 23480, - "end": 23604, + "start": 23935, + "end": 24059, "loc": { "start": { - "line": 589, + "line": 595, "column": 48 }, "end": { - "line": 593, + "line": 599, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 23502, - "end": 23586, + "start": 23957, + "end": 24041, "loc": { "start": { - "line": 590, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 598, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 23502, - "end": 23585, + "start": 23957, + "end": 24040, "loc": { "start": { - "line": 590, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 598, "column": 21 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23502, - "end": 23523, + "start": 23957, + "end": 23978, "loc": { "start": { - "line": 590, + "line": 596, "column": 20 }, "end": { - "line": 590, + "line": 596, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -41937,30 +42307,30 @@ }, "right": { "type": "ObjectExpression", - "start": 23526, - "end": 23585, + "start": 23981, + "end": 24040, "loc": { "start": { - "line": 590, + "line": 596, "column": 44 }, "end": { - "line": 592, + "line": 598, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 23552, - "end": 23563, + "start": 24007, + "end": 24018, "loc": { "start": { - "line": 591, + "line": 597, "column": 24 }, "end": { - "line": 591, + "line": 597, "column": 35 } }, @@ -41969,15 +42339,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23552, - "end": 23557, + "start": 24007, + "end": 24012, "loc": { "start": { - "line": 591, + "line": 597, "column": 24 }, "end": { - "line": 591, + "line": 597, "column": 29 }, "identifierName": "video" @@ -41986,15 +42356,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23559, - "end": 23563, + "start": 24014, + "end": 24018, "loc": { "start": { - "line": 591, + "line": 597, "column": 31 }, "end": { - "line": 591, + "line": 597, "column": 35 } }, @@ -42010,57 +42380,57 @@ }, "alternate": { "type": "IfStatement", - "start": 23610, - "end": 23799, + "start": 24065, + "end": 24254, "loc": { "start": { - "line": 593, + "line": 599, "column": 23 }, "end": { - "line": 596, + "line": 602, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 23614, - "end": 23715, + "start": 24069, + "end": 24170, "loc": { "start": { - "line": 593, + "line": 599, "column": 27 }, "end": { - "line": 594, + "line": 600, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 23614, - "end": 23651, + "start": 24069, + "end": 24106, "loc": { "start": { - "line": 593, + "line": 599, "column": 27 }, "end": { - "line": 593, + "line": 599, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 23614, - "end": 23638, + "start": 24069, + "end": 24093, "loc": { "start": { - "line": 593, + "line": 599, "column": 27 }, "end": { - "line": 593, + "line": 599, "column": 51 } }, @@ -42068,44 +42438,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 23621, - "end": 23638, + "start": 24076, + "end": 24093, "loc": { "start": { - "line": 593, + "line": 599, "column": 34 }, "end": { - "line": 593, + "line": 599, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 23621, - "end": 23625, + "start": 24076, + "end": 24080, "loc": { "start": { - "line": 593, + "line": 599, "column": 34 }, "end": { - "line": 593, + "line": 599, "column": 38 } } }, "property": { "type": "Identifier", - "start": 23626, - "end": 23638, + "start": 24081, + "end": 24093, "loc": { "start": { - "line": 593, + "line": 599, "column": 39 }, "end": { - "line": 593, + "line": 599, "column": 51 }, "identifierName": "recordScreen" @@ -42121,15 +42491,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 23643, - "end": 23651, + "start": 24098, + "end": 24106, "loc": { "start": { - "line": 593, + "line": 599, "column": 56 }, "end": { - "line": 593, + "line": 599, "column": 64 } }, @@ -42143,72 +42513,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 23675, - "end": 23715, + "start": 24130, + "end": 24170, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 23675, - "end": 23704, + "start": 24130, + "end": 24159, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 23675, - "end": 23692, + "start": 24130, + "end": 24147, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 23675, - "end": 23679, + "start": 24130, + "end": 24134, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23680, - "end": 23692, + "start": 24135, + "end": 24147, "loc": { "start": { - "line": 594, + "line": 600, "column": 25 }, "end": { - "line": 594, + "line": 600, "column": 37 }, "identifierName": "recordScreen" @@ -42219,15 +42589,15 @@ }, "property": { "type": "Identifier", - "start": 23693, - "end": 23704, + "start": 24148, + "end": 24159, "loc": { "start": { - "line": 594, + "line": 600, "column": 38 }, "end": { - "line": 594, + "line": 600, "column": 49 }, "identifierName": "constructor" @@ -42239,15 +42609,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 23709, - "end": 23715, + "start": 24164, + "end": 24170, "loc": { "start": { - "line": 594, + "line": 600, "column": 54 }, "end": { - "line": 594, + "line": 600, "column": 60 }, "identifierName": "Object" @@ -42258,59 +42628,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 23717, - "end": 23799, + "start": 24172, + "end": 24254, "loc": { "start": { - "line": 594, + "line": 600, "column": 62 }, "end": { - "line": 596, + "line": 602, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 23739, - "end": 23781, + "start": 24194, + "end": 24236, "loc": { "start": { - "line": 595, + "line": 601, "column": 20 }, "end": { - "line": 595, + "line": 601, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 23739, - "end": 23780, + "start": 24194, + "end": 24235, "loc": { "start": { - "line": 595, + "line": 601, "column": 20 }, "end": { - "line": 595, + "line": 601, "column": 61 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23739, - "end": 23760, + "start": 24194, + "end": 24215, "loc": { "start": { - "line": 595, + "line": 601, "column": 20 }, "end": { - "line": 595, + "line": 601, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -42319,44 +42689,44 @@ }, "right": { "type": "MemberExpression", - "start": 23763, - "end": 23780, + "start": 24218, + "end": 24235, "loc": { "start": { - "line": 595, + "line": 601, "column": 44 }, "end": { - "line": 595, + "line": 601, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 23763, - "end": 23767, + "start": 24218, + "end": 24222, "loc": { "start": { - "line": 595, + "line": 601, "column": 44 }, "end": { - "line": 595, + "line": 601, "column": 48 } } }, "property": { "type": "Identifier", - "start": 23768, - "end": 23780, + "start": 24223, + "end": 24235, "loc": { "start": { - "line": 595, + "line": 601, "column": 49 }, "end": { - "line": 595, + "line": 601, "column": 61 }, "identifierName": "recordScreen" @@ -42375,127 +42745,127 @@ }, { "type": "ExpressionStatement", - "start": 23816, - "end": 24027, + "start": 24271, + "end": 24482, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 601, + "line": 607, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 23816, - "end": 24026, + "start": 24271, + "end": 24481, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 601, + "line": 607, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 23816, - "end": 23957, + "start": 24271, + "end": 24412, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 599, + "line": 605, "column": 23 } }, "object": { "type": "CallExpression", - "start": 23816, - "end": 23951, + "start": 24271, + "end": 24406, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 599, + "line": 605, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 23816, - "end": 23882, + "start": 24271, + "end": 24337, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 82 } }, "object": { "type": "CallExpression", - "start": 23816, - "end": 23877, + "start": 24271, + "end": 24332, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 23816, - "end": 23854, + "start": 24271, + "end": 24309, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 23816, - "end": 23838, + "start": 24271, + "end": 24293, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 38 } }, "object": { "type": "Identifier", - "start": 23816, - "end": 23825, + "start": 24271, + "end": 24280, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 25 }, "identifierName": "navigator" @@ -42504,15 +42874,15 @@ }, "property": { "type": "Identifier", - "start": 23826, - "end": 23838, + "start": 24281, + "end": 24293, "loc": { "start": { - "line": 597, + "line": 603, "column": 26 }, "end": { - "line": 597, + "line": 603, "column": 38 }, "identifierName": "mediaDevices" @@ -42523,15 +42893,15 @@ }, "property": { "type": "Identifier", - "start": 23839, - "end": 23854, + "start": 24294, + "end": 24309, "loc": { "start": { - "line": 597, + "line": 603, "column": 39 }, "end": { - "line": 597, + "line": 603, "column": 54 }, "identifierName": "getDisplayMedia" @@ -42543,15 +42913,15 @@ "arguments": [ { "type": "Identifier", - "start": 23855, - "end": 23876, + "start": 24310, + "end": 24331, "loc": { "start": { - "line": 597, + "line": 603, "column": 55 }, "end": { - "line": 597, + "line": 603, "column": 76 }, "identifierName": "screenOnlyConstraints" @@ -42562,15 +42932,15 @@ }, "property": { "type": "Identifier", - "start": 23878, - "end": 23882, + "start": 24333, + "end": 24337, "loc": { "start": { - "line": 597, + "line": 603, "column": 78 }, "end": { - "line": 597, + "line": 603, "column": 82 }, "identifierName": "then" @@ -42582,72 +42952,72 @@ "arguments": [ { "type": "CallExpression", - "start": 23904, - "end": 23933, + "start": 24359, + "end": 24388, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 23904, - "end": 23927, + "start": 24359, + "end": 24382, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 23904, - "end": 23922, + "start": 24359, + "end": 24377, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 23904, - "end": 23908, + "start": 24359, + "end": 24363, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23909, - "end": 23922, + "start": 24364, + "end": 24377, "loc": { "start": { - "line": 598, + "line": 604, "column": 25 }, "end": { - "line": 598, + "line": 604, "column": 38 }, "identifierName": "onDeviceReady" @@ -42658,15 +43028,15 @@ }, "property": { "type": "Identifier", - "start": 23923, - "end": 23927, + "start": 24378, + "end": 24382, "loc": { "start": { - "line": 598, + "line": 604, "column": 39 }, "end": { - "line": 598, + "line": 604, "column": 43 }, "identifierName": "bind" @@ -42678,15 +43048,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 23928, - "end": 23932, + "start": 24383, + "end": 24387, "loc": { "start": { - "line": 598, + "line": 604, "column": 44 }, "end": { - "line": 598, + "line": 604, "column": 48 } } @@ -42697,15 +43067,15 @@ }, "property": { "type": "Identifier", - "start": 23952, - "end": 23957, + "start": 24407, + "end": 24412, "loc": { "start": { - "line": 599, + "line": 605, "column": 18 }, "end": { - "line": 599, + "line": 605, "column": 23 }, "identifierName": "catch" @@ -42717,72 +43087,72 @@ "arguments": [ { "type": "CallExpression", - "start": 23979, - "end": 24008, + "start": 24434, + "end": 24463, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 23979, - "end": 24002, + "start": 24434, + "end": 24457, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 23979, - "end": 23997, + "start": 24434, + "end": 24452, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 23979, - "end": 23983, + "start": 24434, + "end": 24438, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23984, - "end": 23997, + "start": 24439, + "end": 24452, "loc": { "start": { - "line": 600, + "line": 606, "column": 25 }, "end": { - "line": 600, + "line": 606, "column": 38 }, "identifierName": "onDeviceError" @@ -42793,15 +43163,15 @@ }, "property": { "type": "Identifier", - "start": 23998, - "end": 24002, + "start": 24453, + "end": 24457, "loc": { "start": { - "line": 600, + "line": 606, "column": 39 }, "end": { - "line": 600, + "line": 606, "column": 43 }, "identifierName": "bind" @@ -42813,15 +43183,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 24003, - "end": 24007, + "start": 24458, + "end": 24462, "loc": { "start": { - "line": 600, + "line": 606, "column": 44 }, "end": { - "line": 600, + "line": 606, "column": 48 } } @@ -42833,15 +43203,15 @@ }, { "type": "BreakStatement", - "start": 24044, - "end": 24050, + "start": 24499, + "end": 24505, "loc": { "start": { - "line": 602, + "line": 608, "column": 16 }, "end": { - "line": 602, + "line": 608, "column": 22 } }, @@ -42850,15 +43220,15 @@ ], "test": { "type": "Identifier", - "start": 23114, - "end": 23125, + "start": 23569, + "end": 23580, "loc": { "start": { - "line": 579, + "line": 585, "column": 17 }, "end": { - "line": 579, + "line": 585, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -42871,15 +43241,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 16783, - "end": 16845, + "start": 16837, + "end": 16899, "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 70 } } @@ -42887,15 +43257,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 16854, - "end": 16908, + "start": 16908, + "end": 16962, "loc": { "start": { - "line": 438, + "line": 439, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 62 } } @@ -42910,15 +43280,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 15130, - "end": 15230, + "start": 15184, + "end": 15284, "loc": { "start": { - "line": 399, + "line": 400, "column": 4 }, "end": { - "line": 402, + "line": 403, "column": 7 } } @@ -42928,15 +43298,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 24072, - "end": 24221, + "start": 24527, + "end": 24676, "loc": { "start": { - "line": 606, + "line": 612, "column": 4 }, "end": { - "line": 611, + "line": 617, "column": 7 } } @@ -42945,15 +43315,15 @@ }, { "type": "ClassMethod", - "start": 24226, - "end": 31935, + "start": 24681, + "end": 32453, "loc": { "start": { - "line": 612, + "line": 618, "column": 4 }, "end": { - "line": 809, + "line": 816, "column": 5 } }, @@ -42961,15 +43331,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 24226, - "end": 24239, + "start": 24681, + "end": 24694, "loc": { "start": { - "line": 612, + "line": 618, "column": 4 }, "end": { - "line": 612, + "line": 618, "column": 17 }, "identifierName": "onDeviceReady" @@ -42985,15 +43355,15 @@ "params": [ { "type": "Identifier", - "start": 24240, - "end": 24246, + "start": 24695, + "end": 24701, "loc": { "start": { - "line": 612, + "line": 618, "column": 18 }, "end": { - "line": 612, + "line": 618, "column": 24 }, "identifierName": "stream" @@ -43003,88 +43373,88 @@ ], "body": { "type": "BlockStatement", - "start": 24248, - "end": 31935, + "start": 24703, + "end": 32453, "loc": { "start": { - "line": 612, + "line": 618, "column": 26 }, "end": { - "line": 809, + "line": 816, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 24258, - "end": 24284, + "start": 24713, + "end": 24739, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 24258, - "end": 24283, + "start": 24713, + "end": 24738, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 24258, - "end": 24276, + "start": 24713, + "end": 24731, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 24258, - "end": 24262, + "start": 24713, + "end": 24717, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 12 } } }, "property": { "type": "Identifier", - "start": 24263, - "end": 24276, + "start": 24718, + "end": 24731, "loc": { "start": { - "line": 613, + "line": 619, "column": 13 }, "end": { - "line": 613, + "line": 619, "column": 26 }, "identifierName": "_deviceActive" @@ -43095,15 +43465,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 24279, - "end": 24283, + "start": 24734, + "end": 24738, "loc": { "start": { - "line": 613, + "line": 619, "column": 29 }, "end": { - "line": 613, + "line": 619, "column": 33 } }, @@ -43114,15 +43484,15 @@ { "type": "CommentLine", "value": " stop previous stream if it is active", - "start": 24294, - "end": 24333, + "start": 24749, + "end": 24788, "loc": { "start": { - "line": 615, + "line": 621, "column": 8 }, "end": { - "line": 615, + "line": 621, "column": 47 } } @@ -43131,71 +43501,71 @@ }, { "type": "IfStatement", - "start": 24342, - "end": 24438, + "start": 24797, + "end": 24893, "loc": { "start": { - "line": 616, + "line": 622, "column": 8 }, "end": { - "line": 618, + "line": 624, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 24346, - "end": 24393, + "start": 24801, + "end": 24848, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 59 } }, "left": { "type": "BinaryExpression", - "start": 24346, - "end": 24371, + "start": 24801, + "end": 24826, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 37 } }, "left": { "type": "MemberExpression", - "start": 24346, - "end": 24357, + "start": 24801, + "end": 24812, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24346, - "end": 24350, + "start": 24801, + "end": 24805, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 16 } }, @@ -43203,15 +43573,15 @@ }, "property": { "type": "Identifier", - "start": 24351, - "end": 24357, + "start": 24806, + "end": 24812, "loc": { "start": { - "line": 616, + "line": 622, "column": 17 }, "end": { - "line": 616, + "line": 622, "column": 23 }, "identifierName": "stream" @@ -43224,15 +43594,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24362, - "end": 24371, + "start": 24817, + "end": 24826, "loc": { "start": { - "line": 616, + "line": 622, "column": 28 }, "end": { - "line": 616, + "line": 622, "column": 37 }, "identifierName": "undefined" @@ -43244,58 +43614,58 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 24375, - "end": 24393, + "start": 24830, + "end": 24848, "loc": { "start": { - "line": 616, + "line": 622, "column": 41 }, "end": { - "line": 616, + "line": 622, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 24375, - "end": 24386, + "start": 24830, + "end": 24841, "loc": { "start": { - "line": 616, + "line": 622, "column": 41 }, "end": { - "line": 616, + "line": 622, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 24375, - "end": 24379, + "start": 24830, + "end": 24834, "loc": { "start": { - "line": 616, + "line": 622, "column": 41 }, "end": { - "line": 616, + "line": 622, "column": 45 } } }, "property": { "type": "Identifier", - "start": 24380, - "end": 24386, + "start": 24835, + "end": 24841, "loc": { "start": { - "line": 616, + "line": 622, "column": 46 }, "end": { - "line": 616, + "line": 622, "column": 52 }, "identifierName": "stream" @@ -43306,15 +43676,15 @@ }, "property": { "type": "Identifier", - "start": 24387, - "end": 24393, + "start": 24842, + "end": 24848, "loc": { "start": { - "line": 616, + "line": 622, "column": 53 }, "end": { - "line": 616, + "line": 622, "column": 59 }, "identifierName": "active" @@ -43327,101 +43697,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 24395, - "end": 24438, + "start": 24850, + "end": 24893, "loc": { "start": { - "line": 616, + "line": 622, "column": 61 }, "end": { - "line": 618, + "line": 624, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 24409, - "end": 24428, + "start": 24864, + "end": 24883, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 24409, - "end": 24427, + "start": 24864, + "end": 24882, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 24409, - "end": 24425, + "start": 24864, + "end": 24880, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 28 } }, "object": { "type": "MemberExpression", - "start": 24409, - "end": 24420, + "start": 24864, + "end": 24875, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24409, - "end": 24413, + "start": 24864, + "end": 24868, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 16 } } }, "property": { "type": "Identifier", - "start": 24414, - "end": 24420, + "start": 24869, + "end": 24875, "loc": { "start": { - "line": 617, + "line": 623, "column": 17 }, "end": { - "line": 617, + "line": 623, "column": 23 }, "identifierName": "stream" @@ -43432,15 +43802,15 @@ }, "property": { "type": "Identifier", - "start": 24421, - "end": 24425, + "start": 24876, + "end": 24880, "loc": { "start": { - "line": 617, + "line": 623, "column": 24 }, "end": { - "line": 617, + "line": 623, "column": 28 }, "identifierName": "stop" @@ -43461,15 +43831,15 @@ { "type": "CommentLine", "value": " stop previous stream if it is active", - "start": 24294, - "end": 24333, + "start": 24749, + "end": 24788, "loc": { "start": { - "line": 615, + "line": 621, "column": 8 }, "end": { - "line": 615, + "line": 621, "column": 47 } } @@ -43479,15 +43849,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 24448, - "end": 24494, + "start": 24903, + "end": 24949, "loc": { "start": { - "line": 620, + "line": 626, "column": 8 }, "end": { - "line": 620, + "line": 626, "column": 54 } } @@ -43496,58 +43866,58 @@ }, { "type": "ExpressionStatement", - "start": 24503, - "end": 24524, + "start": 24958, + "end": 24979, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 24503, - "end": 24523, + "start": 24958, + "end": 24978, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 24503, - "end": 24514, + "start": 24958, + "end": 24969, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 24503, - "end": 24507, + "start": 24958, + "end": 24962, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 12 } }, @@ -43555,15 +43925,15 @@ }, "property": { "type": "Identifier", - "start": 24508, - "end": 24514, + "start": 24963, + "end": 24969, "loc": { "start": { - "line": 621, + "line": 627, "column": 13 }, "end": { - "line": 621, + "line": 627, "column": 19 }, "identifierName": "stream" @@ -43575,15 +43945,15 @@ }, "right": { "type": "Identifier", - "start": 24517, - "end": 24523, + "start": 24972, + "end": 24978, "loc": { "start": { - "line": 621, + "line": 627, "column": 22 }, "end": { - "line": 621, + "line": 627, "column": 28 }, "identifierName": "stream" @@ -43596,15 +43966,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 24448, - "end": 24494, + "start": 24903, + "end": 24949, "loc": { "start": { - "line": 620, + "line": 626, "column": 8 }, "end": { - "line": 620, + "line": 626, "column": 54 } } @@ -43614,15 +43984,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24534, - "end": 24565, + "start": 24989, + "end": 25020, "loc": { "start": { - "line": 623, + "line": 629, "column": 8 }, "end": { - "line": 623, + "line": 629, "column": 39 } } @@ -43631,85 +44001,85 @@ }, { "type": "ExpressionStatement", - "start": 24574, - "end": 24606, + "start": 25029, + "end": 25061, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 24574, - "end": 24605, + "start": 25029, + "end": 25060, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 24574, - "end": 24603, + "start": 25029, + "end": 25058, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 24574, - "end": 24598, + "start": 25029, + "end": 25053, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 24574, - "end": 24585, + "start": 25029, + "end": 25040, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 24574, - "end": 24578, + "start": 25029, + "end": 25033, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 12 } }, @@ -43717,15 +44087,15 @@ }, "property": { "type": "Identifier", - "start": 24579, - "end": 24585, + "start": 25034, + "end": 25040, "loc": { "start": { - "line": 624, + "line": 630, "column": 13 }, "end": { - "line": 624, + "line": 630, "column": 19 }, "identifierName": "player" @@ -43737,15 +44107,15 @@ }, "property": { "type": "Identifier", - "start": 24586, - "end": 24598, + "start": 25041, + "end": 25053, "loc": { "start": { - "line": 624, + "line": 630, "column": 20 }, "end": { - "line": 624, + "line": 630, "column": 32 }, "identifierName": "deviceButton" @@ -43757,15 +44127,15 @@ }, "property": { "type": "Identifier", - "start": 24599, - "end": 24603, + "start": 25054, + "end": 25058, "loc": { "start": { - "line": 624, + "line": 630, "column": 33 }, "end": { - "line": 624, + "line": 630, "column": 37 }, "identifierName": "hide" @@ -43782,15 +44152,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24534, - "end": 24565, + "start": 24989, + "end": 25020, "loc": { "start": { - "line": 623, + "line": 629, "column": 8 }, "end": { - "line": 623, + "line": 629, "column": 39 } } @@ -43800,15 +44170,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24616, - "end": 24661, + "start": 25071, + "end": 25116, "loc": { "start": { - "line": 626, + "line": 632, "column": 8 }, "end": { - "line": 626, + "line": 632, "column": 53 } } @@ -43817,57 +44187,57 @@ }, { "type": "ExpressionStatement", - "start": 24670, - "end": 24703, + "start": 25125, + "end": 25158, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 24670, - "end": 24702, + "start": 25125, + "end": 25157, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 24670, - "end": 24686, + "start": 25125, + "end": 25141, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 24670, - "end": 24674, + "start": 25125, + "end": 25129, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 12 } }, @@ -43875,15 +44245,15 @@ }, "property": { "type": "Identifier", - "start": 24675, - "end": 24686, + "start": 25130, + "end": 25141, "loc": { "start": { - "line": 627, + "line": 633, "column": 13 }, "end": { - "line": 627, + "line": 633, "column": 24 }, "identifierName": "setDuration" @@ -43896,44 +44266,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24687, - "end": 24701, + "start": 25142, + "end": 25156, "loc": { "start": { - "line": 627, + "line": 633, "column": 25 }, "end": { - "line": 627, + "line": 633, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 24687, - "end": 24691, + "start": 25142, + "end": 25146, "loc": { "start": { - "line": 627, + "line": 633, "column": 25 }, "end": { - "line": 627, + "line": 633, "column": 29 } } }, "property": { "type": "Identifier", - "start": 24692, - "end": 24701, + "start": 25147, + "end": 25156, "loc": { "start": { - "line": 627, + "line": 633, "column": 30 }, "end": { - "line": 627, + "line": 633, "column": 39 }, "identifierName": "maxLength" @@ -43949,15 +44319,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24616, - "end": 24661, + "start": 25071, + "end": 25116, "loc": { "start": { - "line": 626, + "line": 632, "column": 8 }, "end": { - "line": 626, + "line": 632, "column": 53 } } @@ -43966,72 +44336,72 @@ }, { "type": "ExpressionStatement", - "start": 24712, - "end": 24735, + "start": 25167, + "end": 25190, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 24712, - "end": 24734, + "start": 25167, + "end": 25189, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 24712, - "end": 24731, + "start": 25167, + "end": 25186, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 24712, - "end": 24716, + "start": 25167, + "end": 25171, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 12 } } }, "property": { "type": "Identifier", - "start": 24717, - "end": 24731, + "start": 25172, + "end": 25186, "loc": { "start": { - "line": 628, + "line": 634, "column": 13 }, "end": { - "line": 628, + "line": 634, "column": 27 }, "identifierName": "setCurrentTime" @@ -44043,15 +44413,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 24732, - "end": 24733, + "start": 25187, + "end": 25188, "loc": { "start": { - "line": 628, + "line": 634, "column": 28 }, "end": { - "line": 628, + "line": 634, "column": 29 } }, @@ -44067,15 +44437,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24745, - "end": 24803, + "start": 25200, + "end": 25258, "loc": { "start": { - "line": 630, + "line": 636, "column": 8 }, "end": { - "line": 630, + "line": 636, "column": 66 } } @@ -44084,85 +44454,85 @@ }, { "type": "IfStatement", - "start": 24812, - "end": 24930, + "start": 25267, + "end": 25385, "loc": { "start": { - "line": 631, + "line": 637, "column": 8 }, "end": { - "line": 633, + "line": 639, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 24816, - "end": 24863, + "start": 25271, + "end": 25318, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 24816, - "end": 24849, + "start": 25271, + "end": 25304, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 24816, - "end": 24838, + "start": 25271, + "end": 25293, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 24816, - "end": 24827, + "start": 25271, + "end": 25282, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24816, - "end": 24820, + "start": 25271, + "end": 25275, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 16 } }, @@ -44170,15 +44540,15 @@ }, "property": { "type": "Identifier", - "start": 24821, - "end": 24827, + "start": 25276, + "end": 25282, "loc": { "start": { - "line": 631, + "line": 637, "column": 17 }, "end": { - "line": 631, + "line": 637, "column": 23 }, "identifierName": "player" @@ -44190,15 +44560,15 @@ }, "property": { "type": "Identifier", - "start": 24828, - "end": 24838, + "start": 25283, + "end": 25293, "loc": { "start": { - "line": 631, + "line": 637, "column": 24 }, "end": { - "line": 631, + "line": 637, "column": 34 }, "identifierName": "controlBar" @@ -44210,15 +44580,15 @@ }, "property": { "type": "Identifier", - "start": 24839, - "end": 24849, + "start": 25294, + "end": 25304, "loc": { "start": { - "line": 631, + "line": 637, "column": 35 }, "end": { - "line": 631, + "line": 637, "column": 45 }, "identifierName": "playToggle" @@ -44231,15 +44601,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24854, - "end": 24863, + "start": 25309, + "end": 25318, "loc": { "start": { - "line": 631, + "line": 637, "column": 50 }, "end": { - "line": 631, + "line": 637, "column": 59 }, "identifierName": "undefined" @@ -44250,129 +44620,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 24865, - "end": 24930, + "start": 25320, + "end": 25385, "loc": { "start": { - "line": 631, + "line": 637, "column": 61 }, "end": { - "line": 633, + "line": 639, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 24879, - "end": 24920, + "start": 25334, + "end": 25375, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 24879, - "end": 24919, + "start": 25334, + "end": 25374, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 24879, - "end": 24917, + "start": 25334, + "end": 25372, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 24879, - "end": 24912, + "start": 25334, + "end": 25367, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 24879, - "end": 24901, + "start": 25334, + "end": 25356, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 24879, - "end": 24890, + "start": 25334, + "end": 25345, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24879, - "end": 24883, + "start": 25334, + "end": 25338, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 16 } } }, "property": { "type": "Identifier", - "start": 24884, - "end": 24890, + "start": 25339, + "end": 25345, "loc": { "start": { - "line": 632, + "line": 638, "column": 17 }, "end": { - "line": 632, + "line": 638, "column": 23 }, "identifierName": "player" @@ -44383,15 +44753,15 @@ }, "property": { "type": "Identifier", - "start": 24891, - "end": 24901, + "start": 25346, + "end": 25356, "loc": { "start": { - "line": 632, + "line": 638, "column": 24 }, "end": { - "line": 632, + "line": 638, "column": 34 }, "identifierName": "controlBar" @@ -44402,15 +44772,15 @@ }, "property": { "type": "Identifier", - "start": 24902, - "end": 24912, + "start": 25357, + "end": 25367, "loc": { "start": { - "line": 632, + "line": 638, "column": 35 }, "end": { - "line": 632, + "line": 638, "column": 45 }, "identifierName": "playToggle" @@ -44421,15 +44791,15 @@ }, "property": { "type": "Identifier", - "start": 24913, - "end": 24917, + "start": 25368, + "end": 25372, "loc": { "start": { - "line": 632, + "line": 638, "column": 46 }, "end": { - "line": 632, + "line": 638, "column": 50 }, "identifierName": "hide" @@ -44450,15 +44820,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24745, - "end": 24803, + "start": 25200, + "end": 25258, "loc": { "start": { - "line": 630, + "line": 636, "column": 8 }, "end": { - "line": 630, + "line": 636, "column": 66 } } @@ -44468,15 +44838,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24940, - "end": 24967, + "start": 25395, + "end": 25422, "loc": { "start": { - "line": 635, + "line": 641, "column": 8 }, "end": { - "line": 635, + "line": 641, "column": 35 } } @@ -44485,57 +44855,57 @@ }, { "type": "ExpressionStatement", - "start": 24976, - "end": 25041, + "start": 25431, + "end": 25496, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 73 } }, "expression": { "type": "CallExpression", - "start": 24976, - "end": 25040, + "start": 25431, + "end": 25495, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 24976, - "end": 24984, + "start": 25431, + "end": 25439, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 24976, - "end": 24980, + "start": 25431, + "end": 25435, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 12 } }, @@ -44543,15 +44913,15 @@ }, "property": { "type": "Identifier", - "start": 24981, - "end": 24984, + "start": 25436, + "end": 25439, "loc": { "start": { - "line": 636, + "line": 642, "column": 13 }, "end": { - "line": 636, + "line": 642, "column": 16 }, "identifierName": "off" @@ -44564,44 +44934,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24985, - "end": 24996, + "start": 25440, + "end": 25451, "loc": { "start": { - "line": 636, + "line": 642, "column": 17 }, "end": { - "line": 636, + "line": 642, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 24985, - "end": 24989, + "start": 25440, + "end": 25444, "loc": { "start": { - "line": 636, + "line": 642, "column": 17 }, "end": { - "line": 636, + "line": 642, "column": 21 } } }, "property": { "type": "Identifier", - "start": 24990, - "end": 24996, + "start": 25445, + "end": 25451, "loc": { "start": { - "line": 636, + "line": 642, "column": 22 }, "end": { - "line": 636, + "line": 642, "column": 28 }, "identifierName": "player" @@ -44612,29 +44982,29 @@ }, { "type": "MemberExpression", - "start": 24998, - "end": 25014, + "start": 25453, + "end": 25469, "loc": { "start": { - "line": 636, + "line": 642, "column": 30 }, "end": { - "line": 636, + "line": 642, "column": 46 } }, "object": { "type": "Identifier", - "start": 24998, - "end": 25003, + "start": 25453, + "end": 25458, "loc": { "start": { - "line": 636, + "line": 642, "column": 30 }, "end": { - "line": 636, + "line": 642, "column": 35 }, "identifierName": "Event" @@ -44643,15 +45013,15 @@ }, "property": { "type": "Identifier", - "start": 25004, - "end": 25014, + "start": 25459, + "end": 25469, "loc": { "start": { - "line": 636, + "line": 642, "column": 36 }, "end": { - "line": 636, + "line": 642, "column": 46 }, "identifierName": "TIMEUPDATE" @@ -44662,44 +45032,44 @@ }, { "type": "MemberExpression", - "start": 25016, - "end": 25039, + "start": 25471, + "end": 25494, "loc": { "start": { - "line": 636, + "line": 642, "column": 48 }, "end": { - "line": 636, + "line": 642, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 25016, - "end": 25020, + "start": 25471, + "end": 25475, "loc": { "start": { - "line": 636, + "line": 642, "column": 48 }, "end": { - "line": 636, + "line": 642, "column": 52 } } }, "property": { "type": "Identifier", - "start": 25021, - "end": 25039, + "start": 25476, + "end": 25494, "loc": { "start": { - "line": 636, + "line": 642, "column": 53 }, "end": { - "line": 636, + "line": 642, "column": 71 }, "identifierName": "playbackTimeUpdate" @@ -44715,15 +45085,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24940, - "end": 24967, + "start": 25395, + "end": 25422, "loc": { "start": { - "line": 635, + "line": 641, "column": 8 }, "end": { - "line": 635, + "line": 641, "column": 35 } } @@ -44732,72 +45102,72 @@ }, { "type": "ExpressionStatement", - "start": 25050, - "end": 25110, + "start": 25505, + "end": 25565, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 25050, - "end": 25109, + "start": 25505, + "end": 25564, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 25050, - "end": 25058, + "start": 25505, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 25050, - "end": 25054, + "start": 25505, + "end": 25509, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 12 } } }, "property": { "type": "Identifier", - "start": 25055, - "end": 25058, + "start": 25510, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 643, "column": 13 }, "end": { - "line": 637, + "line": 643, "column": 16 }, "identifierName": "off" @@ -44809,44 +45179,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25059, - "end": 25070, + "start": 25514, + "end": 25525, "loc": { "start": { - "line": 637, + "line": 643, "column": 17 }, "end": { - "line": 637, + "line": 643, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 25059, - "end": 25063, + "start": 25514, + "end": 25518, "loc": { "start": { - "line": 637, + "line": 643, "column": 17 }, "end": { - "line": 637, + "line": 643, "column": 21 } } }, "property": { "type": "Identifier", - "start": 25064, - "end": 25070, + "start": 25519, + "end": 25525, "loc": { "start": { - "line": 637, + "line": 643, "column": 22 }, "end": { - "line": 637, + "line": 643, "column": 28 }, "identifierName": "player" @@ -44857,29 +45227,29 @@ }, { "type": "MemberExpression", - "start": 25072, - "end": 25083, + "start": 25527, + "end": 25538, "loc": { "start": { - "line": 637, + "line": 643, "column": 30 }, "end": { - "line": 637, + "line": 643, "column": 41 } }, "object": { "type": "Identifier", - "start": 25072, - "end": 25077, + "start": 25527, + "end": 25532, "loc": { "start": { - "line": 637, + "line": 643, "column": 30 }, "end": { - "line": 637, + "line": 643, "column": 35 }, "identifierName": "Event" @@ -44888,15 +45258,15 @@ }, "property": { "type": "Identifier", - "start": 25078, - "end": 25083, + "start": 25533, + "end": 25538, "loc": { "start": { - "line": 637, + "line": 643, "column": 36 }, "end": { - "line": 637, + "line": 643, "column": 41 }, "identifierName": "ENDED" @@ -44907,44 +45277,44 @@ }, { "type": "MemberExpression", - "start": 25085, - "end": 25108, + "start": 25540, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 643, "column": 43 }, "end": { - "line": 637, + "line": 643, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 25085, - "end": 25089, + "start": 25540, + "end": 25544, "loc": { "start": { - "line": 637, + "line": 643, "column": 43 }, "end": { - "line": 637, + "line": 643, "column": 47 } } }, "property": { "type": "Identifier", - "start": 25090, - "end": 25108, + "start": 25545, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 643, "column": 48 }, "end": { - "line": 637, + "line": 643, "column": 66 }, "identifierName": "playbackTimeUpdate" @@ -44959,15 +45329,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 25120, - "end": 25145, + "start": 25575, + "end": 25600, "loc": { "start": { - "line": 639, + "line": 645, "column": 8 }, "end": { - "line": 639, + "line": 645, "column": 33 } } @@ -44976,71 +45346,71 @@ }, { "type": "IfStatement", - "start": 25154, - "end": 30234, + "start": 25609, + "end": 30752, "loc": { "start": { - "line": 640, + "line": 646, "column": 8 }, "end": { - "line": 764, + "line": 771, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 25158, - "end": 25193, + "start": 25613, + "end": 25648, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 47 } }, "left": { "type": "CallExpression", - "start": 25158, - "end": 25178, + "start": 25613, + "end": 25633, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 25158, - "end": 25176, + "start": 25613, + "end": 25631, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 25158, - "end": 25162, + "start": 25613, + "end": 25617, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 16 } }, @@ -45048,15 +45418,15 @@ }, "property": { "type": "Identifier", - "start": 25163, - "end": 25176, + "start": 25618, + "end": 25631, "loc": { "start": { - "line": 640, + "line": 646, "column": 17 }, "end": { - "line": 640, + "line": 646, "column": 30 }, "identifierName": "getRecordType" @@ -45072,15 +45442,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 25183, - "end": 25193, + "start": 25638, + "end": 25648, "loc": { "start": { - "line": 640, + "line": 646, "column": 37 }, "end": { - "line": 640, + "line": 646, "column": 47 }, "identifierName": "IMAGE_ONLY" @@ -45091,100 +45461,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 25195, - "end": 29912, + "start": 25650, + "end": 30430, "loc": { "start": { - "line": 640, + "line": 646, "column": 49 }, "end": { - "line": 755, + "line": 762, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 25287, - "end": 25513, + "start": 25742, + "end": 25968, "loc": { "start": { - "line": 642, + "line": 648, "column": 12 }, "end": { - "line": 645, + "line": 651, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 25291, - "end": 25367, + "start": 25746, + "end": 25822, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 25291, - "end": 25326, + "start": 25746, + "end": 25781, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 51 } }, "left": { "type": "CallExpression", - "start": 25291, - "end": 25311, + "start": 25746, + "end": 25766, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 25291, - "end": 25309, + "start": 25746, + "end": 25764, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 25291, - "end": 25295, + "start": 25746, + "end": 25750, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 20 } }, @@ -45192,15 +45562,15 @@ }, "property": { "type": "Identifier", - "start": 25296, - "end": 25309, + "start": 25751, + "end": 25764, "loc": { "start": { - "line": 642, + "line": 648, "column": 21 }, "end": { - "line": 642, + "line": 648, "column": 34 }, "identifierName": "getRecordType" @@ -45216,15 +45586,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 25316, - "end": 25326, + "start": 25771, + "end": 25781, "loc": { "start": { - "line": 642, + "line": 648, "column": 41 }, "end": { - "line": 642, + "line": 648, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -45236,29 +45606,29 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 25330, - "end": 25367, + "start": 25785, + "end": 25822, "loc": { "start": { - "line": 642, + "line": 648, "column": 55 }, "end": { - "line": 642, + "line": 648, "column": 92 } }, "callee": { "type": "Identifier", - "start": 25330, - "end": 25349, + "start": 25785, + "end": 25804, "loc": { "start": { - "line": 642, + "line": 648, "column": 55 }, "end": { - "line": 642, + "line": 648, "column": 74 }, "identifierName": "isAudioPluginActive" @@ -45268,44 +45638,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25350, - "end": 25366, + "start": 25805, + "end": 25821, "loc": { "start": { - "line": 642, + "line": 648, "column": 75 }, "end": { - "line": 642, + "line": 648, "column": 91 } }, "object": { "type": "ThisExpression", - "start": 25350, - "end": 25354, + "start": 25805, + "end": 25809, "loc": { "start": { - "line": 642, + "line": 648, "column": 75 }, "end": { - "line": 642, + "line": 648, "column": 79 } } }, "property": { "type": "Identifier", - "start": 25355, - "end": 25366, + "start": 25810, + "end": 25821, "loc": { "start": { - "line": 642, + "line": 648, "column": 80 }, "end": { - "line": 642, + "line": 648, "column": 91 }, "identifierName": "audioEngine" @@ -45320,58 +45690,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 25369, - "end": 25513, + "start": 25824, + "end": 25968, "loc": { "start": { - "line": 642, + "line": 648, "column": 94 }, "end": { - "line": 645, + "line": 651, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 25387, - "end": 25499, + "start": 25842, + "end": 25954, "loc": { "start": { - "line": 643, + "line": 649, "column": 16 }, "end": { - "line": 644, + "line": 650, "column": 62 } }, "argument": { "type": "NewExpression", - "start": 25393, - "end": 25498, + "start": 25848, + "end": 25953, "loc": { "start": { - "line": 643, + "line": 649, "column": 22 }, "end": { - "line": 644, + "line": 650, "column": 61 } }, "callee": { "type": "Identifier", - "start": 25397, - "end": 25402, + "start": 25852, + "end": 25857, "loc": { "start": { - "line": 643, + "line": 649, "column": 26 }, "end": { - "line": 643, + "line": 649, "column": 31 }, "identifierName": "Error" @@ -45381,43 +45751,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 25403, - "end": 25497, + "start": 25858, + "end": 25952, "loc": { "start": { - "line": 643, + "line": 649, "column": 32 }, "end": { - "line": 644, + "line": 650, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 25403, - "end": 25434, + "start": 25858, + "end": 25889, "loc": { "start": { - "line": 643, + "line": 649, "column": 32 }, "end": { - "line": 643, + "line": 649, "column": 63 } }, "left": { "type": "StringLiteral", - "start": 25403, - "end": 25415, + "start": 25858, + "end": 25870, "loc": { "start": { - "line": 643, + "line": 649, "column": 32 }, "end": { - "line": 643, + "line": 649, "column": 44 } }, @@ -45430,44 +45800,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 25418, - "end": 25434, + "start": 25873, + "end": 25889, "loc": { "start": { - "line": 643, + "line": 649, "column": 47 }, "end": { - "line": 643, + "line": 649, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 25418, - "end": 25422, + "start": 25873, + "end": 25877, "loc": { "start": { - "line": 643, + "line": 649, "column": 47 }, "end": { - "line": 643, + "line": 649, "column": 51 } } }, "property": { "type": "Identifier", - "start": 25423, - "end": 25434, + "start": 25878, + "end": 25889, "loc": { "start": { - "line": 643, + "line": 649, "column": 52 }, "end": { - "line": 643, + "line": 649, "column": 63 }, "identifierName": "audioEngine" @@ -45480,15 +45850,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 25457, - "end": 25497, + "start": 25912, + "end": 25952, "loc": { "start": { - "line": 644, + "line": 650, "column": 20 }, "end": { - "line": 644, + "line": 650, "column": 60 } }, @@ -45511,15 +45881,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 25209, - "end": 25274, + "start": 25664, + "end": 25729, "loc": { "start": { - "line": 641, + "line": 647, "column": 12 }, "end": { - "line": 641, + "line": 647, "column": 77 } } @@ -45529,15 +45899,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25527, - "end": 25550, + "start": 25982, + "end": 26005, "loc": { "start": { - "line": 647, + "line": 653, "column": 12 }, "end": { - "line": 647, + "line": 653, "column": 35 } } @@ -45546,44 +45916,44 @@ }, { "type": "VariableDeclaration", - "start": 25563, - "end": 25591, + "start": 26018, + "end": 26046, "loc": { "start": { - "line": 648, + "line": 654, "column": 12 }, "end": { - "line": 648, + "line": 654, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 25567, - "end": 25578, + "start": 26022, + "end": 26033, "loc": { "start": { - "line": 648, + "line": 654, "column": 16 }, "end": { - "line": 648, + "line": 654, "column": 27 } }, "id": { "type": "Identifier", - "start": 25567, - "end": 25578, + "start": 26022, + "end": 26033, "loc": { "start": { - "line": 648, + "line": 654, "column": 16 }, "end": { - "line": 648, + "line": 654, "column": 27 }, "identifierName": "EngineClass" @@ -45596,29 +45966,29 @@ }, { "type": "VariableDeclarator", - "start": 25580, - "end": 25590, + "start": 26035, + "end": 26045, "loc": { "start": { - "line": 648, + "line": 654, "column": 29 }, "end": { - "line": 648, + "line": 654, "column": 39 } }, "id": { "type": "Identifier", - "start": 25580, - "end": 25590, + "start": 26035, + "end": 26045, "loc": { "start": { - "line": 648, + "line": 654, "column": 29 }, "end": { - "line": 648, + "line": 654, "column": 39 }, "identifierName": "engineType" @@ -45633,15 +46003,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25527, - "end": 25550, + "start": 25982, + "end": 26005, "loc": { "start": { - "line": 647, + "line": 653, "column": 12 }, "end": { - "line": 647, + "line": 653, "column": 35 } } @@ -45650,72 +46020,72 @@ }, { "type": "SwitchStatement", - "start": 25604, - "end": 26139, + "start": 26059, + "end": 26594, "loc": { "start": { - "line": 649, + "line": 655, "column": 12 }, "end": { - "line": 660, + "line": 666, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 25612, - "end": 25632, + "start": 26067, + "end": 26087, "loc": { "start": { - "line": 649, + "line": 655, "column": 20 }, "end": { - "line": 649, + "line": 655, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 25612, - "end": 25630, + "start": 26067, + "end": 26085, "loc": { "start": { - "line": 649, + "line": 655, "column": 20 }, "end": { - "line": 649, + "line": 655, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 25612, - "end": 25616, + "start": 26067, + "end": 26071, "loc": { "start": { - "line": 649, + "line": 655, "column": 20 }, "end": { - "line": 649, + "line": 655, "column": 24 } } }, "property": { "type": "Identifier", - "start": 25617, - "end": 25630, + "start": 26072, + "end": 26085, "loc": { "start": { - "line": 649, + "line": 655, "column": 25 }, "end": { - "line": 649, + "line": 655, "column": 38 }, "identifierName": "getRecordType" @@ -45729,59 +46099,59 @@ "cases": [ { "type": "SwitchCase", - "start": 25652, - "end": 25897, + "start": 26107, + "end": 26352, "loc": { "start": { - "line": 650, + "line": 656, "column": 16 }, "end": { - "line": 654, + "line": 660, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25772, - "end": 25819, + "start": 26227, + "end": 26274, "loc": { "start": { - "line": 652, + "line": 658, "column": 20 }, "end": { - "line": 652, + "line": 658, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 25772, - "end": 25818, + "start": 26227, + "end": 26273, "loc": { "start": { - "line": 652, + "line": 658, "column": 20 }, "end": { - "line": 652, + "line": 658, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25772, - "end": 25783, + "start": 26227, + "end": 26238, "loc": { "start": { - "line": 652, + "line": 658, "column": 20 }, "end": { - "line": 652, + "line": 658, "column": 31 }, "identifierName": "EngineClass" @@ -45791,29 +46161,29 @@ }, "right": { "type": "CallExpression", - "start": 25786, - "end": 25818, + "start": 26241, + "end": 26273, "loc": { "start": { - "line": 652, + "line": 658, "column": 34 }, "end": { - "line": 652, + "line": 658, "column": 66 } }, "callee": { "type": "Identifier", - "start": 25786, - "end": 25800, + "start": 26241, + "end": 26255, "loc": { "start": { - "line": 652, + "line": 658, "column": 34 }, "end": { - "line": 652, + "line": 658, "column": 48 }, "identifierName": "getAudioEngine" @@ -45823,44 +46193,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25801, - "end": 25817, + "start": 26256, + "end": 26272, "loc": { "start": { - "line": 652, + "line": 658, "column": 49 }, "end": { - "line": 652, + "line": 658, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 25801, - "end": 25805, + "start": 26256, + "end": 26260, "loc": { "start": { - "line": 652, + "line": 658, "column": 49 }, "end": { - "line": 652, + "line": 658, "column": 53 } } }, "property": { "type": "Identifier", - "start": 25806, - "end": 25817, + "start": 26261, + "end": 26272, "loc": { "start": { - "line": 652, + "line": 658, "column": 54 }, "end": { - "line": 652, + "line": 658, "column": 65 }, "identifierName": "audioEngine" @@ -45877,15 +46247,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 25689, - "end": 25751, + "start": 26144, + "end": 26206, "loc": { "start": { - "line": 651, + "line": 657, "column": 20 }, "end": { - "line": 651, + "line": 657, "column": 82 } } @@ -45894,44 +46264,44 @@ }, { "type": "ExpressionStatement", - "start": 25840, - "end": 25870, + "start": 26295, + "end": 26325, "loc": { "start": { - "line": 653, + "line": 659, "column": 20 }, "end": { - "line": 653, + "line": 659, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 25840, - "end": 25869, + "start": 26295, + "end": 26324, "loc": { "start": { - "line": 653, + "line": 659, "column": 20 }, "end": { - "line": 653, + "line": 659, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25840, - "end": 25850, + "start": 26295, + "end": 26305, "loc": { "start": { - "line": 653, + "line": 659, "column": 20 }, "end": { - "line": 653, + "line": 659, "column": 30 }, "identifierName": "engineType" @@ -45940,44 +46310,44 @@ }, "right": { "type": "MemberExpression", - "start": 25853, - "end": 25869, + "start": 26308, + "end": 26324, "loc": { "start": { - "line": 653, + "line": 659, "column": 33 }, "end": { - "line": 653, + "line": 659, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 25853, - "end": 25857, + "start": 26308, + "end": 26312, "loc": { "start": { - "line": 653, + "line": 659, "column": 33 }, "end": { - "line": 653, + "line": 659, "column": 37 } } }, "property": { "type": "Identifier", - "start": 25858, - "end": 25869, + "start": 26313, + "end": 26324, "loc": { "start": { - "line": 653, + "line": 659, "column": 38 }, "end": { - "line": 653, + "line": 659, "column": 49 }, "identifierName": "audioEngine" @@ -45990,15 +46360,15 @@ }, { "type": "BreakStatement", - "start": 25891, - "end": 25897, + "start": 26346, + "end": 26352, "loc": { "start": { - "line": 654, + "line": 660, "column": 20 }, "end": { - "line": 654, + "line": 660, "column": 26 } }, @@ -46007,15 +46377,15 @@ ], "test": { "type": "Identifier", - "start": 25657, - "end": 25667, + "start": 26112, + "end": 26122, "loc": { "start": { - "line": 650, + "line": 656, "column": 21 }, "end": { - "line": 650, + "line": 656, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -46025,59 +46395,59 @@ }, { "type": "SwitchCase", - "start": 25915, - "end": 26125, + "start": 26370, + "end": 26580, "loc": { "start": { - "line": 656, + "line": 662, "column": 16 }, "end": { - "line": 659, + "line": 665, "column": 50 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 26027, - "end": 26074, + "start": 26482, + "end": 26529, "loc": { "start": { - "line": 658, + "line": 664, "column": 20 }, "end": { - "line": 658, + "line": 664, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 26027, - "end": 26073, + "start": 26482, + "end": 26528, "loc": { "start": { - "line": 658, + "line": 664, "column": 20 }, "end": { - "line": 658, + "line": 664, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 26027, - "end": 26038, + "start": 26482, + "end": 26493, "loc": { "start": { - "line": 658, + "line": 664, "column": 20 }, "end": { - "line": 658, + "line": 664, "column": 31 }, "identifierName": "EngineClass" @@ -46087,29 +46457,29 @@ }, "right": { "type": "CallExpression", - "start": 26041, - "end": 26073, + "start": 26496, + "end": 26528, "loc": { "start": { - "line": 658, + "line": 664, "column": 34 }, "end": { - "line": 658, + "line": 664, "column": 66 } }, "callee": { "type": "Identifier", - "start": 26041, - "end": 26055, + "start": 26496, + "end": 26510, "loc": { "start": { - "line": 658, + "line": 664, "column": 34 }, "end": { - "line": 658, + "line": 664, "column": 48 }, "identifierName": "getVideoEngine" @@ -46119,44 +46489,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 26056, - "end": 26072, + "start": 26511, + "end": 26527, "loc": { "start": { - "line": 658, + "line": 664, "column": 49 }, "end": { - "line": 658, + "line": 664, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 26056, - "end": 26060, + "start": 26511, + "end": 26515, "loc": { "start": { - "line": 658, + "line": 664, "column": 49 }, "end": { - "line": 658, + "line": 664, "column": 53 } } }, "property": { "type": "Identifier", - "start": 26061, - "end": 26072, + "start": 26516, + "end": 26527, "loc": { "start": { - "line": 658, + "line": 664, "column": 54 }, "end": { - "line": 658, + "line": 664, "column": 65 }, "identifierName": "videoEngine" @@ -46173,15 +46543,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 25944, - "end": 26006, + "start": 26399, + "end": 26461, "loc": { "start": { - "line": 657, + "line": 663, "column": 20 }, "end": { - "line": 657, + "line": 663, "column": 82 } } @@ -46190,44 +46560,44 @@ }, { "type": "ExpressionStatement", - "start": 26095, - "end": 26125, + "start": 26550, + "end": 26580, "loc": { "start": { - "line": 659, + "line": 665, "column": 20 }, "end": { - "line": 659, + "line": 665, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 26095, - "end": 26124, + "start": 26550, + "end": 26579, "loc": { "start": { - "line": 659, + "line": 665, "column": 20 }, "end": { - "line": 659, + "line": 665, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 26095, - "end": 26105, + "start": 26550, + "end": 26560, "loc": { "start": { - "line": 659, + "line": 665, "column": 20 }, "end": { - "line": 659, + "line": 665, "column": 30 }, "identifierName": "engineType" @@ -46236,44 +46606,44 @@ }, "right": { "type": "MemberExpression", - "start": 26108, - "end": 26124, + "start": 26563, + "end": 26579, "loc": { "start": { - "line": 659, + "line": 665, "column": 33 }, "end": { - "line": 659, + "line": 665, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 26108, - "end": 26112, + "start": 26563, + "end": 26567, "loc": { "start": { - "line": 659, + "line": 665, "column": 33 }, "end": { - "line": 659, + "line": 665, "column": 37 } } }, "property": { "type": "Identifier", - "start": 26113, - "end": 26124, + "start": 26568, + "end": 26579, "loc": { "start": { - "line": 659, + "line": 665, "column": 38 }, "end": { - "line": 659, + "line": 665, "column": 49 }, "identifierName": "videoEngine" @@ -46292,15 +46662,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 26153, - "end": 26179, + "start": 26608, + "end": 26634, "loc": { "start": { - "line": 662, + "line": 668, "column": 12 }, "end": { - "line": 662, + "line": 668, "column": 38 } } @@ -46309,87 +46679,87 @@ }, { "type": "TryStatement", - "start": 26192, - "end": 26452, + "start": 26647, + "end": 26907, "loc": { "start": { - "line": 663, + "line": 669, "column": 12 }, "end": { - "line": 668, + "line": 674, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 26196, - "end": 26347, + "start": 26651, + "end": 26802, "loc": { "start": { - "line": 663, + "line": 669, "column": 16 }, "end": { - "line": 666, + "line": 672, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 26268, - "end": 26333, + "start": 26723, + "end": 26788, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 26268, - "end": 26332, + "start": 26723, + "end": 26787, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26268, - "end": 26279, + "start": 26723, + "end": 26734, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 26268, - "end": 26272, + "start": 26723, + "end": 26727, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 20 } }, @@ -46397,15 +46767,15 @@ }, "property": { "type": "Identifier", - "start": 26273, - "end": 26279, + "start": 26728, + "end": 26734, "loc": { "start": { - "line": 665, + "line": 671, "column": 21 }, "end": { - "line": 665, + "line": 671, "column": 27 }, "identifierName": "engine" @@ -46417,29 +46787,29 @@ }, "right": { "type": "NewExpression", - "start": 26282, - "end": 26332, + "start": 26737, + "end": 26787, "loc": { "start": { - "line": 665, + "line": 671, "column": 30 }, "end": { - "line": 665, + "line": 671, "column": 80 } }, "callee": { "type": "Identifier", - "start": 26286, - "end": 26297, + "start": 26741, + "end": 26752, "loc": { "start": { - "line": 665, + "line": 671, "column": 34 }, "end": { - "line": 665, + "line": 671, "column": 45 }, "identifierName": "EngineClass" @@ -46449,44 +46819,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 26298, - "end": 26309, + "start": 26753, + "end": 26764, "loc": { "start": { - "line": 665, + "line": 671, "column": 46 }, "end": { - "line": 665, + "line": 671, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26298, - "end": 26302, + "start": 26753, + "end": 26757, "loc": { "start": { - "line": 665, + "line": 671, "column": 46 }, "end": { - "line": 665, + "line": 671, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26303, - "end": 26309, + "start": 26758, + "end": 26764, "loc": { "start": { - "line": 665, + "line": 671, "column": 51 }, "end": { - "line": 665, + "line": 671, "column": 57 }, "identifierName": "player" @@ -46497,58 +46867,58 @@ }, { "type": "MemberExpression", - "start": 26311, - "end": 26331, + "start": 26766, + "end": 26786, "loc": { "start": { - "line": 665, + "line": 671, "column": 59 }, "end": { - "line": 665, + "line": 671, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 26311, - "end": 26322, + "start": 26766, + "end": 26777, "loc": { "start": { - "line": 665, + "line": 671, "column": 59 }, "end": { - "line": 665, + "line": 671, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26311, - "end": 26315, + "start": 26766, + "end": 26770, "loc": { "start": { - "line": 665, + "line": 671, "column": 59 }, "end": { - "line": 665, + "line": 671, "column": 63 } } }, "property": { "type": "Identifier", - "start": 26316, - "end": 26322, + "start": 26771, + "end": 26777, "loc": { "start": { - "line": 665, + "line": 671, "column": 64 }, "end": { - "line": 665, + "line": 671, "column": 70 }, "identifierName": "player" @@ -46559,15 +46929,15 @@ }, "property": { "type": "Identifier", - "start": 26323, - "end": 26331, + "start": 26778, + "end": 26786, "loc": { "start": { - "line": 665, + "line": 671, "column": 71 }, "end": { - "line": 665, + "line": 671, "column": 79 }, "identifierName": "options_" @@ -46584,15 +46954,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 26214, - "end": 26251, + "start": 26669, + "end": 26706, "loc": { "start": { - "line": 664, + "line": 670, "column": 16 }, "end": { - "line": 664, + "line": 670, "column": 53 } } @@ -46605,29 +46975,29 @@ }, "handler": { "type": "CatchClause", - "start": 26348, - "end": 26452, + "start": 26803, + "end": 26907, "loc": { "start": { - "line": 666, + "line": 672, "column": 14 }, "end": { - "line": 668, + "line": 674, "column": 13 } }, "param": { "type": "Identifier", - "start": 26355, - "end": 26358, + "start": 26810, + "end": 26813, "loc": { "start": { - "line": 666, + "line": 672, "column": 21 }, "end": { - "line": 666, + "line": 672, "column": 24 }, "identifierName": "err" @@ -46636,58 +47006,58 @@ }, "body": { "type": "BlockStatement", - "start": 26360, - "end": 26452, + "start": 26815, + "end": 26907, "loc": { "start": { - "line": 666, + "line": 672, "column": 26 }, "end": { - "line": 668, + "line": 674, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 26378, - "end": 26438, + "start": 26833, + "end": 26893, "loc": { "start": { - "line": 667, + "line": 673, "column": 16 }, "end": { - "line": 667, + "line": 673, "column": 76 } }, "argument": { "type": "NewExpression", - "start": 26384, - "end": 26437, + "start": 26839, + "end": 26892, "loc": { "start": { - "line": 667, + "line": 673, "column": 22 }, "end": { - "line": 667, + "line": 673, "column": 75 } }, "callee": { "type": "Identifier", - "start": 26388, - "end": 26393, + "start": 26843, + "end": 26848, "loc": { "start": { - "line": 667, + "line": 673, "column": 26 }, "end": { - "line": 667, + "line": 673, "column": 31 }, "identifierName": "Error" @@ -46697,43 +47067,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 26394, - "end": 26436, + "start": 26849, + "end": 26891, "loc": { "start": { - "line": 667, + "line": 673, "column": 32 }, "end": { - "line": 667, + "line": 673, "column": 74 } }, "left": { "type": "BinaryExpression", - "start": 26394, - "end": 26424, + "start": 26849, + "end": 26879, "loc": { "start": { - "line": 667, + "line": 673, "column": 32 }, "end": { - "line": 667, + "line": 673, "column": 62 } }, "left": { "type": "StringLiteral", - "start": 26394, - "end": 26411, + "start": 26849, + "end": 26866, "loc": { "start": { - "line": 667, + "line": 673, "column": 32 }, "end": { - "line": 667, + "line": 673, "column": 49 } }, @@ -46746,15 +47116,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 26414, - "end": 26424, + "start": 26869, + "end": 26879, "loc": { "start": { - "line": 667, + "line": 673, "column": 52 }, "end": { - "line": 667, + "line": 673, "column": 62 }, "identifierName": "engineType" @@ -46765,15 +47135,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 26427, - "end": 26436, + "start": 26882, + "end": 26891, "loc": { "start": { - "line": 667, + "line": 673, "column": 65 }, "end": { - "line": 667, + "line": 673, "column": 74 } }, @@ -46799,15 +47169,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 26153, - "end": 26179, + "start": 26608, + "end": 26634, "loc": { "start": { - "line": 662, + "line": 668, "column": 12 }, "end": { - "line": 662, + "line": 668, "column": 38 } } @@ -46817,15 +47187,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26466, - "end": 26486, + "start": 26921, + "end": 26941, "loc": { "start": { - "line": 670, + "line": 676, "column": 12 }, "end": { - "line": 670, + "line": 676, "column": 32 } } @@ -46834,71 +47204,71 @@ }, { "type": "ExpressionStatement", - "start": 26499, - "end": 26562, + "start": 26954, + "end": 27017, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 26499, - "end": 26561, + "start": 26954, + "end": 27016, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 26499, - "end": 26513, + "start": 26954, + "end": 26968, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 26 } }, "object": { "type": "MemberExpression", - "start": 26499, - "end": 26510, + "start": 26954, + "end": 26965, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26499, - "end": 26503, + "start": 26954, + "end": 26958, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 16 } }, @@ -46906,15 +47276,15 @@ }, "property": { "type": "Identifier", - "start": 26504, - "end": 26510, + "start": 26959, + "end": 26965, "loc": { "start": { - "line": 671, + "line": 677, "column": 17 }, "end": { - "line": 671, + "line": 677, "column": 23 }, "identifierName": "engine" @@ -46926,15 +47296,15 @@ }, "property": { "type": "Identifier", - "start": 26511, - "end": 26513, + "start": 26966, + "end": 26968, "loc": { "start": { - "line": 671, + "line": 677, "column": 24 }, "end": { - "line": 671, + "line": 677, "column": 26 }, "identifierName": "on" @@ -46947,29 +47317,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 26514, - "end": 26535, + "start": 26969, + "end": 26990, "loc": { "start": { - "line": 671, + "line": 677, "column": 27 }, "end": { - "line": 671, + "line": 677, "column": 48 } }, "object": { "type": "Identifier", - "start": 26514, - "end": 26519, + "start": 26969, + "end": 26974, "loc": { "start": { - "line": 671, + "line": 677, "column": 27 }, "end": { - "line": 671, + "line": 677, "column": 32 }, "identifierName": "Event" @@ -46978,15 +47348,15 @@ }, "property": { "type": "Identifier", - "start": 26520, - "end": 26535, + "start": 26975, + "end": 26990, "loc": { "start": { - "line": 671, + "line": 677, "column": 33 }, "end": { - "line": 671, + "line": 677, "column": 48 }, "identifierName": "RECORD_COMPLETE" @@ -46997,44 +47367,44 @@ }, { "type": "MemberExpression", - "start": 26537, - "end": 26560, + "start": 26992, + "end": 27015, "loc": { "start": { - "line": 671, + "line": 677, "column": 50 }, "end": { - "line": 671, + "line": 677, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 26537, - "end": 26541, + "start": 26992, + "end": 26996, "loc": { "start": { - "line": 671, + "line": 677, "column": 50 }, "end": { - "line": 671, + "line": 677, "column": 54 } } }, "property": { "type": "Identifier", - "start": 26542, - "end": 26560, + "start": 26997, + "end": 27015, "loc": { "start": { - "line": 671, + "line": 677, "column": 55 }, "end": { - "line": 671, + "line": 677, "column": 73 }, "identifierName": "engineStopCallback" @@ -47050,15 +47420,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26466, - "end": 26486, + "start": 26921, + "end": 26941, "loc": { "start": { - "line": 670, + "line": 676, "column": 12 }, "end": { - "line": 670, + "line": 676, "column": 32 } } @@ -47068,15 +47438,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26576, - "end": 26593, + "start": 27031, + "end": 27048, "loc": { "start": { - "line": 673, + "line": 679, "column": 12 }, "end": { - "line": 673, + "line": 679, "column": 29 } } @@ -47085,72 +47455,72 @@ }, { "type": "ExpressionStatement", - "start": 26606, - "end": 26652, + "start": 27061, + "end": 27107, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 26606, - "end": 26651, + "start": 27061, + "end": 27106, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26606, - "end": 26628, + "start": 27061, + "end": 27083, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 26606, - "end": 26617, + "start": 27061, + "end": 27072, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26606, - "end": 26610, + "start": 27061, + "end": 27065, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 16 } }, @@ -47158,15 +47528,15 @@ }, "property": { "type": "Identifier", - "start": 26611, - "end": 26617, + "start": 27066, + "end": 27072, "loc": { "start": { - "line": 674, + "line": 680, "column": 17 }, "end": { - "line": 674, + "line": 680, "column": 23 }, "identifierName": "engine" @@ -47178,15 +47548,15 @@ }, "property": { "type": "Identifier", - "start": 26618, - "end": 26628, + "start": 27073, + "end": 27083, "loc": { "start": { - "line": 674, + "line": 680, "column": 24 }, "end": { - "line": 674, + "line": 680, "column": 34 }, "identifierName": "bufferSize" @@ -47198,44 +47568,44 @@ }, "right": { "type": "MemberExpression", - "start": 26631, - "end": 26651, + "start": 27086, + "end": 27106, "loc": { "start": { - "line": 674, + "line": 680, "column": 37 }, "end": { - "line": 674, + "line": 680, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26631, - "end": 26635, + "start": 27086, + "end": 27090, "loc": { "start": { - "line": 674, + "line": 680, "column": 37 }, "end": { - "line": 674, + "line": 680, "column": 41 } } }, "property": { "type": "Identifier", - "start": 26636, - "end": 26651, + "start": 27091, + "end": 27106, "loc": { "start": { - "line": 674, + "line": 680, "column": 42 }, "end": { - "line": 674, + "line": 680, "column": 57 }, "identifierName": "audioBufferSize" @@ -47250,15 +47620,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26576, - "end": 26593, + "start": 27031, + "end": 27048, "loc": { "start": { - "line": 673, + "line": 679, "column": 12 }, "end": { - "line": 673, + "line": 679, "column": 29 } } @@ -47267,87 +47637,87 @@ }, { "type": "ExpressionStatement", - "start": 26665, - "end": 26711, + "start": 27120, + "end": 27166, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 26665, - "end": 26710, + "start": 27120, + "end": 27165, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26665, - "end": 26687, + "start": 27120, + "end": 27142, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 26665, - "end": 26676, + "start": 27120, + "end": 27131, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26665, - "end": 26669, + "start": 27120, + "end": 27124, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26670, - "end": 26676, + "start": 27125, + "end": 27131, "loc": { "start": { - "line": 675, + "line": 681, "column": 17 }, "end": { - "line": 675, + "line": 681, "column": 23 }, "identifierName": "engine" @@ -47358,15 +47728,15 @@ }, "property": { "type": "Identifier", - "start": 26677, - "end": 26687, + "start": 27132, + "end": 27142, "loc": { "start": { - "line": 675, + "line": 681, "column": 24 }, "end": { - "line": 675, + "line": 681, "column": 34 }, "identifierName": "sampleRate" @@ -47377,44 +47747,44 @@ }, "right": { "type": "MemberExpression", - "start": 26690, - "end": 26710, + "start": 27145, + "end": 27165, "loc": { "start": { - "line": 675, + "line": 681, "column": 37 }, "end": { - "line": 675, + "line": 681, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26690, - "end": 26694, + "start": 27145, + "end": 27149, "loc": { "start": { - "line": 675, + "line": 681, "column": 37 }, "end": { - "line": 675, + "line": 681, "column": 41 } } }, "property": { "type": "Identifier", - "start": 26695, - "end": 26710, + "start": 27150, + "end": 27165, "loc": { "start": { - "line": 675, + "line": 681, "column": 42 }, "end": { - "line": 675, + "line": 681, "column": 57 }, "identifierName": "audioSampleRate" @@ -47427,87 +47797,87 @@ }, { "type": "ExpressionStatement", - "start": 26724, - "end": 26764, + "start": 27179, + "end": 27219, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 26724, - "end": 26763, + "start": 27179, + "end": 27218, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26724, - "end": 26743, + "start": 27179, + "end": 27198, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 26724, - "end": 26735, + "start": 27179, + "end": 27190, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26724, - "end": 26728, + "start": 27179, + "end": 27183, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26729, - "end": 26735, + "start": 27184, + "end": 27190, "loc": { "start": { - "line": 676, + "line": 682, "column": 17 }, "end": { - "line": 676, + "line": 682, "column": 23 }, "identifierName": "engine" @@ -47518,15 +47888,15 @@ }, "property": { "type": "Identifier", - "start": 26736, - "end": 26743, + "start": 27191, + "end": 27198, "loc": { "start": { - "line": 676, + "line": 682, "column": 24 }, "end": { - "line": 676, + "line": 682, "column": 31 }, "identifierName": "bitRate" @@ -47537,44 +47907,44 @@ }, "right": { "type": "MemberExpression", - "start": 26746, - "end": 26763, + "start": 27201, + "end": 27218, "loc": { "start": { - "line": 676, + "line": 682, "column": 34 }, "end": { - "line": 676, + "line": 682, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 26746, - "end": 26750, + "start": 27201, + "end": 27205, "loc": { "start": { - "line": 676, + "line": 682, "column": 34 }, "end": { - "line": 676, + "line": 682, "column": 38 } } }, "property": { "type": "Identifier", - "start": 26751, - "end": 26763, + "start": 27206, + "end": 27218, "loc": { "start": { - "line": 676, + "line": 682, "column": 39 }, "end": { - "line": 676, + "line": 682, "column": 51 }, "identifierName": "audioBitRate" @@ -47587,87 +47957,87 @@ }, { "type": "ExpressionStatement", - "start": 26777, - "end": 26824, + "start": 27232, + "end": 27279, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 26777, - "end": 26823, + "start": 27232, + "end": 27278, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26777, - "end": 26802, + "start": 27232, + "end": 27257, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 26777, - "end": 26788, + "start": 27232, + "end": 27243, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26777, - "end": 26781, + "start": 27232, + "end": 27236, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26782, - "end": 26788, + "start": 27237, + "end": 27243, "loc": { "start": { - "line": 677, + "line": 683, "column": 17 }, "end": { - "line": 677, + "line": 683, "column": 23 }, "identifierName": "engine" @@ -47678,15 +48048,15 @@ }, "property": { "type": "Identifier", - "start": 26789, - "end": 26802, + "start": 27244, + "end": 27257, "loc": { "start": { - "line": 677, + "line": 683, "column": 24 }, "end": { - "line": 677, + "line": 683, "column": 37 }, "identifierName": "audioChannels" @@ -47697,44 +48067,44 @@ }, "right": { "type": "MemberExpression", - "start": 26805, - "end": 26823, + "start": 27260, + "end": 27278, "loc": { "start": { - "line": 677, + "line": 683, "column": 40 }, "end": { - "line": 677, + "line": 683, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 26805, - "end": 26809, + "start": 27260, + "end": 27264, "loc": { "start": { - "line": 677, + "line": 683, "column": 40 }, "end": { - "line": 677, + "line": 683, "column": 44 } } }, "property": { "type": "Identifier", - "start": 26810, - "end": 26823, + "start": 27265, + "end": 27278, "loc": { "start": { - "line": 677, + "line": 683, "column": 45 }, "end": { - "line": 677, + "line": 683, "column": 58 }, "identifierName": "audioChannels" @@ -47747,87 +48117,87 @@ }, { "type": "ExpressionStatement", - "start": 26837, - "end": 26886, + "start": 27292, + "end": 27341, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26837, - "end": 26885, + "start": 27292, + "end": 27340, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26837, - "end": 26863, + "start": 27292, + "end": 27318, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 26837, - "end": 26848, + "start": 27292, + "end": 27303, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26837, - "end": 26841, + "start": 27292, + "end": 27296, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26842, - "end": 26848, + "start": 27297, + "end": 27303, "loc": { "start": { - "line": 678, + "line": 684, "column": 17 }, "end": { - "line": 678, + "line": 684, "column": 23 }, "identifierName": "engine" @@ -47838,15 +48208,15 @@ }, "property": { "type": "Identifier", - "start": 26849, - "end": 26863, + "start": 27304, + "end": 27318, "loc": { "start": { - "line": 678, + "line": 684, "column": 24 }, "end": { - "line": 678, + "line": 684, "column": 38 }, "identifierName": "audioWorkerURL" @@ -47857,44 +48227,44 @@ }, "right": { "type": "MemberExpression", - "start": 26866, - "end": 26885, + "start": 27321, + "end": 27340, "loc": { "start": { - "line": 678, + "line": 684, "column": 41 }, "end": { - "line": 678, + "line": 684, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26866, - "end": 26870, + "start": 27321, + "end": 27325, "loc": { "start": { - "line": 678, + "line": 684, "column": 41 }, "end": { - "line": 678, + "line": 684, "column": 45 } } }, "property": { "type": "Identifier", - "start": 26871, - "end": 26885, + "start": 27326, + "end": 27340, "loc": { "start": { - "line": 678, + "line": 684, "column": 46 }, "end": { - "line": 678, + "line": 684, "column": 60 }, "identifierName": "audioWorkerURL" @@ -47907,87 +48277,87 @@ }, { "type": "ExpressionStatement", - "start": 26899, - "end": 26958, + "start": 27354, + "end": 27413, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 26899, - "end": 26957, + "start": 27354, + "end": 27412, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26899, - "end": 26930, + "start": 27354, + "end": 27385, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 26899, - "end": 26910, + "start": 27354, + "end": 27365, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26899, - "end": 26903, + "start": 27354, + "end": 27358, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26904, - "end": 26910, + "start": 27359, + "end": 27365, "loc": { "start": { - "line": 679, + "line": 685, "column": 17 }, "end": { - "line": 679, + "line": 685, "column": 23 }, "identifierName": "engine" @@ -47998,15 +48368,15 @@ }, "property": { "type": "Identifier", - "start": 26911, - "end": 26930, + "start": 27366, + "end": 27385, "loc": { "start": { - "line": 679, + "line": 685, "column": 24 }, "end": { - "line": 679, + "line": 685, "column": 43 }, "identifierName": "audioWebAssemblyURL" @@ -48017,44 +48387,44 @@ }, "right": { "type": "MemberExpression", - "start": 26933, - "end": 26957, + "start": 27388, + "end": 27412, "loc": { "start": { - "line": 679, + "line": 685, "column": 46 }, "end": { - "line": 679, + "line": 685, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26933, - "end": 26937, + "start": 27388, + "end": 27392, "loc": { "start": { - "line": 679, + "line": 685, "column": 46 }, "end": { - "line": 679, + "line": 685, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26938, - "end": 26957, + "start": 27393, + "end": 27412, "loc": { "start": { - "line": 679, + "line": 685, "column": 51 }, "end": { - "line": 679, + "line": 685, "column": 70 }, "identifierName": "audioWebAssemblyURL" @@ -48068,15 +48438,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26972, - "end": 26984, + "start": 27427, + "end": 27439, "loc": { "start": { - "line": 681, + "line": 687, "column": 12 }, "end": { - "line": 681, + "line": 687, "column": 24 } } @@ -48085,72 +48455,72 @@ }, { "type": "ExpressionStatement", - "start": 26997, - "end": 27112, + "start": 27452, + "end": 27567, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 685, + "line": 691, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 26997, - "end": 27111, + "start": 27452, + "end": 27566, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 685, + "line": 691, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26997, - "end": 27017, + "start": 27452, + "end": 27472, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 682, + "line": 688, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 26997, - "end": 27008, + "start": 27452, + "end": 27463, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 682, + "line": 688, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26997, - "end": 27001, + "start": 27452, + "end": 27456, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 682, + "line": 688, "column": 16 } }, @@ -48158,15 +48528,15 @@ }, "property": { "type": "Identifier", - "start": 27002, - "end": 27008, + "start": 27457, + "end": 27463, "loc": { "start": { - "line": 682, + "line": 688, "column": 17 }, "end": { - "line": 682, + "line": 688, "column": 23 }, "identifierName": "engine" @@ -48178,15 +48548,15 @@ }, "property": { "type": "Identifier", - "start": 27009, - "end": 27017, + "start": 27464, + "end": 27472, "loc": { "start": { - "line": 682, + "line": 688, "column": 24 }, "end": { - "line": 682, + "line": 688, "column": 32 }, "identifierName": "mimeType" @@ -48198,30 +48568,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27020, - "end": 27111, + "start": 27475, + "end": 27566, "loc": { "start": { - "line": 682, + "line": 688, "column": 35 }, "end": { - "line": 685, + "line": 691, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27038, - "end": 27063, + "start": 27493, + "end": 27518, "loc": { "start": { - "line": 683, + "line": 689, "column": 16 }, "end": { - "line": 683, + "line": 689, "column": 41 } }, @@ -48230,15 +48600,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27038, - "end": 27043, + "start": 27493, + "end": 27498, "loc": { "start": { - "line": 683, + "line": 689, "column": 16 }, "end": { - "line": 683, + "line": 689, "column": 21 }, "identifierName": "video" @@ -48247,44 +48617,44 @@ }, "value": { "type": "MemberExpression", - "start": 27045, - "end": 27063, + "start": 27500, + "end": 27518, "loc": { "start": { - "line": 683, + "line": 689, "column": 23 }, "end": { - "line": 683, + "line": 689, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 27045, - "end": 27049, + "start": 27500, + "end": 27504, "loc": { "start": { - "line": 683, + "line": 689, "column": 23 }, "end": { - "line": 683, + "line": 689, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27050, - "end": 27063, + "start": 27505, + "end": 27518, "loc": { "start": { - "line": 683, + "line": 689, "column": 28 }, "end": { - "line": 683, + "line": 689, "column": 41 }, "identifierName": "videoMimeType" @@ -48296,15 +48666,15 @@ }, { "type": "ObjectProperty", - "start": 27081, - "end": 27097, + "start": 27536, + "end": 27552, "loc": { "start": { - "line": 684, + "line": 690, "column": 16 }, "end": { - "line": 684, + "line": 690, "column": 32 } }, @@ -48313,15 +48683,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27081, - "end": 27084, + "start": 27536, + "end": 27539, "loc": { "start": { - "line": 684, + "line": 690, "column": 16 }, "end": { - "line": 684, + "line": 690, "column": 19 }, "identifierName": "gif" @@ -48330,15 +48700,15 @@ }, "value": { "type": "StringLiteral", - "start": 27086, - "end": 27097, + "start": 27541, + "end": 27552, "loc": { "start": { - "line": 684, + "line": 690, "column": 21 }, "end": { - "line": 684, + "line": 690, "column": 32 } }, @@ -48357,15 +48727,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26972, - "end": 26984, + "start": 27427, + "end": 27439, "loc": { "start": { - "line": 681, + "line": 687, "column": 12 }, "end": { - "line": 681, + "line": 687, "column": 24 } } @@ -48374,86 +48744,86 @@ }, { "type": "IfStatement", - "start": 27125, - "end": 27285, + "start": 27580, + "end": 27740, "loc": { "start": { - "line": 686, + "line": 692, "column": 12 }, "end": { - "line": 689, + "line": 695, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 27129, - "end": 27203, + "start": 27584, + "end": 27658, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 43 } }, "left": { "type": "BinaryExpression", - "start": 27129, - "end": 27156, + "start": 27584, + "end": 27611, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 686, + "line": 692, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 27129, - "end": 27147, + "start": 27584, + "end": 27602, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 686, + "line": 692, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27129, - "end": 27133, + "start": 27584, + "end": 27588, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 686, + "line": 692, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27134, - "end": 27147, + "start": 27589, + "end": 27602, "loc": { "start": { - "line": 686, + "line": 692, "column": 21 }, "end": { - "line": 686, + "line": 692, "column": 34 }, "identifierName": "audioMimeType" @@ -48465,15 +48835,15 @@ "operator": "!==", "right": { "type": "NullLiteral", - "start": 27152, - "end": 27156, + "start": 27607, + "end": 27611, "loc": { "start": { - "line": 686, + "line": 692, "column": 39 }, "end": { - "line": 686, + "line": 692, "column": 43 } } @@ -48482,58 +48852,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 27176, - "end": 27203, + "start": 27631, + "end": 27658, "loc": { "start": { - "line": 687, + "line": 693, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 27176, - "end": 27194, + "start": 27631, + "end": 27649, "loc": { "start": { - "line": 687, + "line": 693, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27176, - "end": 27180, + "start": 27631, + "end": 27635, "loc": { "start": { - "line": 687, + "line": 693, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27181, - "end": 27194, + "start": 27636, + "end": 27649, "loc": { "start": { - "line": 687, + "line": 693, "column": 21 }, "end": { - "line": 687, + "line": 693, "column": 34 }, "identifierName": "audioMimeType" @@ -48545,15 +48915,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 27199, - "end": 27203, + "start": 27654, + "end": 27658, "loc": { "start": { - "line": 687, + "line": 693, "column": 39 }, "end": { - "line": 687, + "line": 693, "column": 43 }, "identifierName": "AUTO" @@ -48564,116 +48934,116 @@ }, "consequent": { "type": "BlockStatement", - "start": 27205, - "end": 27285, + "start": 27660, + "end": 27740, "loc": { "start": { - "line": 687, + "line": 693, "column": 45 }, "end": { - "line": 689, + "line": 695, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 27223, - "end": 27271, + "start": 27678, + "end": 27726, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 27223, - "end": 27270, + "start": 27678, + "end": 27725, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27223, - "end": 27249, + "start": 27678, + "end": 27704, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 27223, - "end": 27243, + "start": 27678, + "end": 27698, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 27223, - "end": 27234, + "start": 27678, + "end": 27689, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 27223, - "end": 27227, + "start": 27678, + "end": 27682, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27228, - "end": 27234, + "start": 27683, + "end": 27689, "loc": { "start": { - "line": 688, + "line": 694, "column": 21 }, "end": { - "line": 688, + "line": 694, "column": 27 }, "identifierName": "engine" @@ -48684,15 +49054,15 @@ }, "property": { "type": "Identifier", - "start": 27235, - "end": 27243, + "start": 27690, + "end": 27698, "loc": { "start": { - "line": 688, + "line": 694, "column": 28 }, "end": { - "line": 688, + "line": 694, "column": 36 }, "identifierName": "mimeType" @@ -48703,15 +49073,15 @@ }, "property": { "type": "Identifier", - "start": 27244, - "end": 27249, + "start": 27699, + "end": 27704, "loc": { "start": { - "line": 688, + "line": 694, "column": 37 }, "end": { - "line": 688, + "line": 694, "column": 42 }, "identifierName": "audio" @@ -48722,44 +49092,44 @@ }, "right": { "type": "MemberExpression", - "start": 27252, - "end": 27270, + "start": 27707, + "end": 27725, "loc": { "start": { - "line": 688, + "line": 694, "column": 45 }, "end": { - "line": 688, + "line": 694, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 27252, - "end": 27256, + "start": 27707, + "end": 27711, "loc": { "start": { - "line": 688, + "line": 694, "column": 45 }, "end": { - "line": 688, + "line": 694, "column": 49 } } }, "property": { "type": "Identifier", - "start": 27257, - "end": 27270, + "start": 27712, + "end": 27725, "loc": { "start": { - "line": 688, + "line": 694, "column": 50 }, "end": { - "line": 688, + "line": 694, "column": 63 }, "identifierName": "audioMimeType" @@ -48779,15 +49149,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27299, - "end": 27323, + "start": 27754, + "end": 27778, "loc": { "start": { - "line": 691, + "line": 697, "column": 12 }, "end": { - "line": 691, + "line": 697, "column": 36 } } @@ -48796,72 +49166,72 @@ }, { "type": "ExpressionStatement", - "start": 27336, - "end": 27385, + "start": 27791, + "end": 27840, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27336, - "end": 27384, + "start": 27791, + "end": 27839, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27336, - "end": 27362, + "start": 27791, + "end": 27817, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 27336, - "end": 27347, + "start": 27791, + "end": 27802, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27336, - "end": 27340, + "start": 27791, + "end": 27795, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 16 } }, @@ -48869,15 +49239,15 @@ }, "property": { "type": "Identifier", - "start": 27341, - "end": 27347, + "start": 27796, + "end": 27802, "loc": { "start": { - "line": 692, + "line": 698, "column": 17 }, "end": { - "line": 692, + "line": 698, "column": 23 }, "identifierName": "engine" @@ -48889,15 +49259,15 @@ }, "property": { "type": "Identifier", - "start": 27348, - "end": 27362, + "start": 27803, + "end": 27817, "loc": { "start": { - "line": 692, + "line": 698, "column": 24 }, "end": { - "line": 692, + "line": 698, "column": 38 }, "identifierName": "videoWorkerURL" @@ -48909,44 +49279,44 @@ }, "right": { "type": "MemberExpression", - "start": 27365, - "end": 27384, + "start": 27820, + "end": 27839, "loc": { "start": { - "line": 692, + "line": 698, "column": 41 }, "end": { - "line": 692, + "line": 698, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27365, - "end": 27369, + "start": 27820, + "end": 27824, "loc": { "start": { - "line": 692, + "line": 698, "column": 41 }, "end": { - "line": 692, + "line": 698, "column": 45 } } }, "property": { "type": "Identifier", - "start": 27370, - "end": 27384, + "start": 27825, + "end": 27839, "loc": { "start": { - "line": 692, + "line": 698, "column": 46 }, "end": { - "line": 692, + "line": 698, "column": 60 }, "identifierName": "videoWorkerURL" @@ -48961,15 +49331,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27299, - "end": 27323, + "start": 27754, + "end": 27778, "loc": { "start": { - "line": 691, + "line": 697, "column": 12 }, "end": { - "line": 691, + "line": 697, "column": 36 } } @@ -48978,87 +49348,87 @@ }, { "type": "ExpressionStatement", - "start": 27398, - "end": 27457, + "start": 27853, + "end": 27912, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 27398, - "end": 27456, + "start": 27853, + "end": 27911, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27398, - "end": 27429, + "start": 27853, + "end": 27884, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 27398, - "end": 27409, + "start": 27853, + "end": 27864, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27398, - "end": 27402, + "start": 27853, + "end": 27857, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27403, - "end": 27409, + "start": 27858, + "end": 27864, "loc": { "start": { - "line": 693, + "line": 699, "column": 17 }, "end": { - "line": 693, + "line": 699, "column": 23 }, "identifierName": "engine" @@ -49069,15 +49439,15 @@ }, "property": { "type": "Identifier", - "start": 27410, - "end": 27429, + "start": 27865, + "end": 27884, "loc": { "start": { - "line": 693, + "line": 699, "column": 24 }, "end": { - "line": 693, + "line": 699, "column": 43 }, "identifierName": "videoWebAssemblyURL" @@ -49088,44 +49458,44 @@ }, "right": { "type": "MemberExpression", - "start": 27432, - "end": 27456, + "start": 27887, + "end": 27911, "loc": { "start": { - "line": 693, + "line": 699, "column": 46 }, "end": { - "line": 693, + "line": 699, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 27432, - "end": 27436, + "start": 27887, + "end": 27891, "loc": { "start": { - "line": 693, + "line": 699, "column": 46 }, "end": { - "line": 693, + "line": 699, "column": 50 } } }, "property": { "type": "Identifier", - "start": 27437, - "end": 27456, + "start": 27892, + "end": 27911, "loc": { "start": { - "line": 693, + "line": 699, "column": 51 }, "end": { - "line": 693, + "line": 699, "column": 70 }, "identifierName": "videoWebAssemblyURL" @@ -49138,87 +49508,87 @@ }, { "type": "ExpressionStatement", - "start": 27470, - "end": 27515, + "start": 27925, + "end": 27970, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 27470, - "end": 27514, + "start": 27925, + "end": 27969, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27470, - "end": 27494, + "start": 27925, + "end": 27949, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 27470, - "end": 27481, + "start": 27925, + "end": 27936, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27470, - "end": 27474, + "start": 27925, + "end": 27929, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27475, - "end": 27481, + "start": 27930, + "end": 27936, "loc": { "start": { - "line": 694, + "line": 700, "column": 17 }, "end": { - "line": 694, + "line": 700, "column": 23 }, "identifierName": "engine" @@ -49229,15 +49599,15 @@ }, "property": { "type": "Identifier", - "start": 27482, - "end": 27494, + "start": 27937, + "end": 27949, "loc": { "start": { - "line": 694, + "line": 700, "column": 24 }, "end": { - "line": 694, + "line": 700, "column": 36 }, "identifierName": "videoBitRate" @@ -49248,44 +49618,44 @@ }, "right": { "type": "MemberExpression", - "start": 27497, - "end": 27514, + "start": 27952, + "end": 27969, "loc": { "start": { - "line": 694, + "line": 700, "column": 39 }, "end": { - "line": 694, + "line": 700, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 27497, - "end": 27501, + "start": 27952, + "end": 27956, "loc": { "start": { - "line": 694, + "line": 700, "column": 39 }, "end": { - "line": 694, + "line": 700, "column": 43 } } }, "property": { "type": "Identifier", - "start": 27502, - "end": 27514, + "start": 27957, + "end": 27969, "loc": { "start": { - "line": 694, + "line": 700, "column": 44 }, "end": { - "line": 694, + "line": 700, "column": 56 }, "identifierName": "videoBitRate" @@ -49298,87 +49668,87 @@ }, { "type": "ExpressionStatement", - "start": 27528, - "end": 27577, + "start": 27983, + "end": 28032, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27528, - "end": 27576, + "start": 27983, + "end": 28031, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27528, - "end": 27554, + "start": 27983, + "end": 28009, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 27528, - "end": 27539, + "start": 27983, + "end": 27994, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27528, - "end": 27532, + "start": 27983, + "end": 27987, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27533, - "end": 27539, + "start": 27988, + "end": 27994, "loc": { "start": { - "line": 695, + "line": 701, "column": 17 }, "end": { - "line": 695, + "line": 701, "column": 23 }, "identifierName": "engine" @@ -49389,15 +49759,15 @@ }, "property": { "type": "Identifier", - "start": 27540, - "end": 27554, + "start": 27995, + "end": 28009, "loc": { "start": { - "line": 695, + "line": 701, "column": 24 }, "end": { - "line": 695, + "line": 701, "column": 38 }, "identifierName": "videoFrameRate" @@ -49408,44 +49778,44 @@ }, "right": { "type": "MemberExpression", - "start": 27557, - "end": 27576, + "start": 28012, + "end": 28031, "loc": { "start": { - "line": 695, + "line": 701, "column": 41 }, "end": { - "line": 695, + "line": 701, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27557, - "end": 27561, + "start": 28012, + "end": 28016, "loc": { "start": { - "line": 695, + "line": 701, "column": 41 }, "end": { - "line": 695, + "line": 701, "column": 45 } } }, "property": { "type": "Identifier", - "start": 27562, - "end": 27576, + "start": 28017, + "end": 28031, "loc": { "start": { - "line": 695, + "line": 701, "column": 46 }, "end": { - "line": 695, + "line": 701, "column": 60 }, "identifierName": "videoFrameRate" @@ -49458,87 +49828,87 @@ }, { "type": "ExpressionStatement", - "start": 27590, - "end": 27717, + "start": 28045, + "end": 28172, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 699, + "line": 705, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 27590, - "end": 27716, + "start": 28045, + "end": 28171, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 699, + "line": 705, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27590, - "end": 27607, + "start": 28045, + "end": 28062, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 696, + "line": 702, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 27590, - "end": 27601, + "start": 28045, + "end": 28056, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 696, + "line": 702, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27590, - "end": 27594, + "start": 28045, + "end": 28049, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 696, + "line": 702, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27595, - "end": 27601, + "start": 28050, + "end": 28056, "loc": { "start": { - "line": 696, + "line": 702, "column": 17 }, "end": { - "line": 696, + "line": 702, "column": 23 }, "identifierName": "engine" @@ -49549,15 +49919,15 @@ }, "property": { "type": "Identifier", - "start": 27602, - "end": 27607, + "start": 28057, + "end": 28062, "loc": { "start": { - "line": 696, + "line": 702, "column": 24 }, "end": { - "line": 696, + "line": 702, "column": 29 }, "identifierName": "video" @@ -49568,30 +49938,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27610, - "end": 27716, + "start": 28065, + "end": 28171, "loc": { "start": { - "line": 696, + "line": 702, "column": 32 }, "end": { - "line": 699, + "line": 705, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27628, - "end": 27655, + "start": 28083, + "end": 28110, "loc": { "start": { - "line": 697, + "line": 703, "column": 16 }, "end": { - "line": 697, + "line": 703, "column": 43 } }, @@ -49600,15 +49970,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27628, - "end": 27633, + "start": 28083, + "end": 28088, "loc": { "start": { - "line": 697, + "line": 703, "column": 16 }, "end": { - "line": 697, + "line": 703, "column": 21 }, "identifierName": "width" @@ -49617,44 +49987,44 @@ }, "value": { "type": "MemberExpression", - "start": 27635, - "end": 27655, + "start": 28090, + "end": 28110, "loc": { "start": { - "line": 697, + "line": 703, "column": 23 }, "end": { - "line": 697, + "line": 703, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 27635, - "end": 27639, + "start": 28090, + "end": 28094, "loc": { "start": { - "line": 697, + "line": 703, "column": 23 }, "end": { - "line": 697, + "line": 703, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27640, - "end": 27655, + "start": 28095, + "end": 28110, "loc": { "start": { - "line": 697, + "line": 703, "column": 28 }, "end": { - "line": 697, + "line": 703, "column": 43 }, "identifierName": "videoFrameWidth" @@ -49666,15 +50036,15 @@ }, { "type": "ObjectProperty", - "start": 27673, - "end": 27702, + "start": 28128, + "end": 28157, "loc": { "start": { - "line": 698, + "line": 704, "column": 16 }, "end": { - "line": 698, + "line": 704, "column": 45 } }, @@ -49683,15 +50053,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27673, - "end": 27679, + "start": 28128, + "end": 28134, "loc": { "start": { - "line": 698, + "line": 704, "column": 16 }, "end": { - "line": 698, + "line": 704, "column": 22 }, "identifierName": "height" @@ -49700,44 +50070,44 @@ }, "value": { "type": "MemberExpression", - "start": 27681, - "end": 27702, + "start": 28136, + "end": 28157, "loc": { "start": { - "line": 698, + "line": 704, "column": 24 }, "end": { - "line": 698, + "line": 704, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 27681, - "end": 27685, + "start": 28136, + "end": 28140, "loc": { "start": { - "line": 698, + "line": 704, "column": 24 }, "end": { - "line": 698, + "line": 704, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27686, - "end": 27702, + "start": 28141, + "end": 28157, "loc": { "start": { - "line": 698, + "line": 704, "column": 29 }, "end": { - "line": 698, + "line": 704, "column": 45 }, "identifierName": "videoFrameHeight" @@ -49753,87 +50123,87 @@ }, { "type": "ExpressionStatement", - "start": 27730, - "end": 27858, + "start": 28185, + "end": 28313, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 703, + "line": 709, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 27730, - "end": 27857, + "start": 28185, + "end": 28312, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 703, + "line": 709, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27730, - "end": 27748, + "start": 28185, + "end": 28203, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 700, + "line": 706, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 27730, - "end": 27741, + "start": 28185, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 700, + "line": 706, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27730, - "end": 27734, + "start": 28185, + "end": 28189, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 700, + "line": 706, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27735, - "end": 27741, + "start": 28190, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 706, "column": 17 }, "end": { - "line": 700, + "line": 706, "column": 23 }, "identifierName": "engine" @@ -49844,15 +50214,15 @@ }, "property": { "type": "Identifier", - "start": 27742, - "end": 27748, + "start": 28197, + "end": 28203, "loc": { "start": { - "line": 700, + "line": 706, "column": 24 }, "end": { - "line": 700, + "line": 706, "column": 30 }, "identifierName": "canvas" @@ -49863,30 +50233,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27751, - "end": 27857, + "start": 28206, + "end": 28312, "loc": { "start": { - "line": 700, + "line": 706, "column": 33 }, "end": { - "line": 703, + "line": 709, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27769, - "end": 27796, + "start": 28224, + "end": 28251, "loc": { "start": { - "line": 701, + "line": 707, "column": 16 }, "end": { - "line": 701, + "line": 707, "column": 43 } }, @@ -49895,15 +50265,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27769, - "end": 27774, + "start": 28224, + "end": 28229, "loc": { "start": { - "line": 701, + "line": 707, "column": 16 }, "end": { - "line": 701, + "line": 707, "column": 21 }, "identifierName": "width" @@ -49912,44 +50282,44 @@ }, "value": { "type": "MemberExpression", - "start": 27776, - "end": 27796, + "start": 28231, + "end": 28251, "loc": { "start": { - "line": 701, + "line": 707, "column": 23 }, "end": { - "line": 701, + "line": 707, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 27776, - "end": 27780, + "start": 28231, + "end": 28235, "loc": { "start": { - "line": 701, + "line": 707, "column": 23 }, "end": { - "line": 701, + "line": 707, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27781, - "end": 27796, + "start": 28236, + "end": 28251, "loc": { "start": { - "line": 701, + "line": 707, "column": 28 }, "end": { - "line": 701, + "line": 707, "column": 43 }, "identifierName": "videoFrameWidth" @@ -49961,15 +50331,15 @@ }, { "type": "ObjectProperty", - "start": 27814, - "end": 27843, + "start": 28269, + "end": 28298, "loc": { "start": { - "line": 702, + "line": 708, "column": 16 }, "end": { - "line": 702, + "line": 708, "column": 45 } }, @@ -49978,15 +50348,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27814, - "end": 27820, + "start": 28269, + "end": 28275, "loc": { "start": { - "line": 702, + "line": 708, "column": 16 }, "end": { - "line": 702, + "line": 708, "column": 22 }, "identifierName": "height" @@ -49995,44 +50365,44 @@ }, "value": { "type": "MemberExpression", - "start": 27822, - "end": 27843, + "start": 28277, + "end": 28298, "loc": { "start": { - "line": 702, + "line": 708, "column": 24 }, "end": { - "line": 702, + "line": 708, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 27822, - "end": 27826, + "start": 28277, + "end": 28281, "loc": { "start": { - "line": 702, + "line": 708, "column": 24 }, "end": { - "line": 702, + "line": 708, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27827, - "end": 27843, + "start": 28282, + "end": 28298, "loc": { "start": { - "line": 702, + "line": 708, "column": 29 }, "end": { - "line": 702, + "line": 708, "column": 45 }, "identifierName": "videoFrameHeight" @@ -50049,15 +50419,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27872, - "end": 27896, + "start": 28327, + "end": 28351, "loc": { "start": { - "line": 705, + "line": 711, "column": 12 }, "end": { - "line": 705, + "line": 711, "column": 36 } } @@ -50066,72 +50436,72 @@ }, { "type": "ExpressionStatement", - "start": 27909, - "end": 27953, + "start": 28364, + "end": 28408, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 27909, - "end": 27952, + "start": 28364, + "end": 28407, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27909, - "end": 27928, + "start": 28364, + "end": 28383, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 27909, - "end": 27920, + "start": 28364, + "end": 28375, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27909, - "end": 27913, + "start": 28364, + "end": 28368, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 16 } }, @@ -50139,15 +50509,15 @@ }, "property": { "type": "Identifier", - "start": 27914, - "end": 27920, + "start": 28369, + "end": 28375, "loc": { "start": { - "line": 706, + "line": 712, "column": 17 }, "end": { - "line": 706, + "line": 712, "column": 23 }, "identifierName": "engine" @@ -50159,15 +50529,15 @@ }, "property": { "type": "Identifier", - "start": 27921, - "end": 27928, + "start": 28376, + "end": 28383, "loc": { "start": { - "line": 706, + "line": 712, "column": 24 }, "end": { - "line": 706, + "line": 712, "column": 31 }, "identifierName": "quality" @@ -50179,44 +50549,44 @@ }, "right": { "type": "MemberExpression", - "start": 27931, - "end": 27952, + "start": 28386, + "end": 28407, "loc": { "start": { - "line": 706, + "line": 712, "column": 34 }, "end": { - "line": 706, + "line": 712, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 27931, - "end": 27935, + "start": 28386, + "end": 28390, "loc": { "start": { - "line": 706, + "line": 712, "column": 34 }, "end": { - "line": 706, + "line": 712, "column": 38 } } }, "property": { "type": "Identifier", - "start": 27936, - "end": 27952, + "start": 28391, + "end": 28407, "loc": { "start": { - "line": 706, + "line": 712, "column": 39 }, "end": { - "line": 706, + "line": 712, "column": 55 }, "identifierName": "animationQuality" @@ -50231,15 +50601,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27872, - "end": 27896, + "start": 28327, + "end": 28351, "loc": { "start": { - "line": 705, + "line": 711, "column": 12 }, "end": { - "line": 705, + "line": 711, "column": 36 } } @@ -50248,87 +50618,87 @@ }, { "type": "ExpressionStatement", - "start": 27966, - "end": 28014, + "start": 28421, + "end": 28469, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 27966, - "end": 28013, + "start": 28421, + "end": 28468, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27966, - "end": 27987, + "start": 28421, + "end": 28442, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 27966, - "end": 27977, + "start": 28421, + "end": 28432, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27966, - "end": 27970, + "start": 28421, + "end": 28425, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27971, - "end": 27977, + "start": 28426, + "end": 28432, "loc": { "start": { - "line": 707, + "line": 713, "column": 17 }, "end": { - "line": 707, + "line": 713, "column": 23 }, "identifierName": "engine" @@ -50339,15 +50709,15 @@ }, "property": { "type": "Identifier", - "start": 27978, - "end": 27987, + "start": 28433, + "end": 28442, "loc": { "start": { - "line": 707, + "line": 713, "column": 24 }, "end": { - "line": 707, + "line": 713, "column": 33 }, "identifierName": "frameRate" @@ -50358,44 +50728,44 @@ }, "right": { "type": "MemberExpression", - "start": 27990, - "end": 28013, + "start": 28445, + "end": 28468, "loc": { "start": { - "line": 707, + "line": 713, "column": 36 }, "end": { - "line": 707, + "line": 713, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 27990, - "end": 27994, + "start": 28445, + "end": 28449, "loc": { "start": { - "line": 707, + "line": 713, "column": 36 }, "end": { - "line": 707, + "line": 713, "column": 40 } } }, "property": { "type": "Identifier", - "start": 27995, - "end": 28013, + "start": 28450, + "end": 28468, "loc": { "start": { - "line": 707, + "line": 713, "column": 41 }, "end": { - "line": 707, + "line": 713, "column": 59 }, "identifierName": "animationFrameRate" @@ -50409,15 +50779,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 28028, - "end": 28040, + "start": 28483, + "end": 28495, "loc": { "start": { - "line": 709, + "line": 715, "column": 12 }, "end": { - "line": 709, + "line": 715, "column": 24 } } @@ -50426,57 +50796,57 @@ }, { "type": "IfStatement", - "start": 28053, - "end": 28244, + "start": 28508, + "end": 28699, "loc": { "start": { - "line": 710, + "line": 716, "column": 12 }, "end": { - "line": 713, + "line": 719, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 28057, - "end": 28105, + "start": 28512, + "end": 28560, "loc": { "start": { - "line": 710, + "line": 716, "column": 16 }, "end": { - "line": 710, + "line": 716, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 28057, - "end": 28077, + "start": 28512, + "end": 28532, "loc": { "start": { - "line": 710, + "line": 716, "column": 16 }, "end": { - "line": 710, + "line": 716, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 28057, - "end": 28061, + "start": 28512, + "end": 28516, "loc": { "start": { - "line": 710, + "line": 716, "column": 16 }, "end": { - "line": 710, + "line": 716, "column": 20 } }, @@ -50484,15 +50854,15 @@ }, "property": { "type": "Identifier", - "start": 28062, - "end": 28077, + "start": 28517, + "end": 28532, "loc": { "start": { - "line": 710, + "line": 716, "column": 21 }, "end": { - "line": 710, + "line": 716, "column": 36 }, "identifierName": "recordTimeSlice" @@ -50505,58 +50875,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 28081, - "end": 28105, + "start": 28536, + "end": 28560, "loc": { "start": { - "line": 710, + "line": 716, "column": 40 }, "end": { - "line": 710, + "line": 716, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 28081, - "end": 28101, + "start": 28536, + "end": 28556, "loc": { "start": { - "line": 710, + "line": 716, "column": 40 }, "end": { - "line": 710, + "line": 716, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 28081, - "end": 28085, + "start": 28536, + "end": 28540, "loc": { "start": { - "line": 710, + "line": 716, "column": 40 }, "end": { - "line": 710, + "line": 716, "column": 44 } } }, "property": { "type": "Identifier", - "start": 28086, - "end": 28101, + "start": 28541, + "end": 28556, "loc": { "start": { - "line": 710, + "line": 716, "column": 45 }, "end": { - "line": 710, + "line": 716, "column": 60 }, "identifierName": "recordTimeSlice" @@ -50568,15 +50938,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 28104, - "end": 28105, + "start": 28559, + "end": 28560, "loc": { "start": { - "line": 710, + "line": 716, "column": 63 }, "end": { - "line": 710, + "line": 716, "column": 64 } }, @@ -50591,102 +50961,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 28107, - "end": 28244, + "start": 28562, + "end": 28699, "loc": { "start": { - "line": 710, + "line": 716, "column": 66 }, "end": { - "line": 713, + "line": 719, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 28125, - "end": 28170, + "start": 28580, + "end": 28625, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 28125, - "end": 28169, + "start": 28580, + "end": 28624, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28125, - "end": 28146, + "start": 28580, + "end": 28601, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 28125, - "end": 28136, + "start": 28580, + "end": 28591, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 28125, - "end": 28129, + "start": 28580, + "end": 28584, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 20 } } }, "property": { "type": "Identifier", - "start": 28130, - "end": 28136, + "start": 28585, + "end": 28591, "loc": { "start": { - "line": 711, + "line": 717, "column": 21 }, "end": { - "line": 711, + "line": 717, "column": 27 }, "identifierName": "engine" @@ -50697,15 +51067,15 @@ }, "property": { "type": "Identifier", - "start": 28137, - "end": 28146, + "start": 28592, + "end": 28601, "loc": { "start": { - "line": 711, + "line": 717, "column": 28 }, "end": { - "line": 711, + "line": 717, "column": 37 }, "identifierName": "timeSlice" @@ -50716,44 +51086,44 @@ }, "right": { "type": "MemberExpression", - "start": 28149, - "end": 28169, + "start": 28604, + "end": 28624, "loc": { "start": { - "line": 711, + "line": 717, "column": 40 }, "end": { - "line": 711, + "line": 717, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 28149, - "end": 28153, + "start": 28604, + "end": 28608, "loc": { "start": { - "line": 711, + "line": 717, "column": 40 }, "end": { - "line": 711, + "line": 717, "column": 44 } } }, "property": { "type": "Identifier", - "start": 28154, - "end": 28169, + "start": 28609, + "end": 28624, "loc": { "start": { - "line": 711, + "line": 717, "column": 45 }, "end": { - "line": 711, + "line": 717, "column": 60 }, "identifierName": "recordTimeSlice" @@ -50766,87 +51136,87 @@ }, { "type": "ExpressionStatement", - "start": 28187, - "end": 28230, + "start": 28642, + "end": 28685, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 28187, - "end": 28229, + "start": 28642, + "end": 28684, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28187, - "end": 28210, + "start": 28642, + "end": 28665, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 28187, - "end": 28198, + "start": 28642, + "end": 28653, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 28187, - "end": 28191, + "start": 28642, + "end": 28646, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 20 } } }, "property": { "type": "Identifier", - "start": 28192, - "end": 28198, + "start": 28647, + "end": 28653, "loc": { "start": { - "line": 712, + "line": 718, "column": 21 }, "end": { - "line": 712, + "line": 718, "column": 27 }, "identifierName": "engine" @@ -50857,15 +51227,15 @@ }, "property": { "type": "Identifier", - "start": 28199, - "end": 28210, + "start": 28654, + "end": 28665, "loc": { "start": { - "line": 712, + "line": 718, "column": 28 }, "end": { - "line": 712, + "line": 718, "column": 39 }, "identifierName": "maxFileSize" @@ -50876,44 +51246,44 @@ }, "right": { "type": "MemberExpression", - "start": 28213, - "end": 28229, + "start": 28668, + "end": 28684, "loc": { "start": { - "line": 712, + "line": 718, "column": 42 }, "end": { - "line": 712, + "line": 718, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 28213, - "end": 28217, + "start": 28668, + "end": 28672, "loc": { "start": { - "line": 712, + "line": 718, "column": 42 }, "end": { - "line": 712, + "line": 718, "column": 46 } } }, "property": { "type": "Identifier", - "start": 28218, - "end": 28229, + "start": 28673, + "end": 28684, "loc": { "start": { - "line": 712, + "line": 718, "column": 47 }, "end": { - "line": 712, + "line": 718, "column": 58 }, "identifierName": "maxFileSize" @@ -50933,15 +51303,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 28028, - "end": 28040, + "start": 28483, + "end": 28495, "loc": { "start": { - "line": 709, + "line": 715, "column": 12 }, "end": { - "line": 709, + "line": 715, "column": 24 } } @@ -50951,15 +51321,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28258, - "end": 28297, + "start": 28713, + "end": 28752, "loc": { "start": { - "line": 715, + "line": 721, "column": 12 }, "end": { - "line": 715, + "line": 721, "column": 51 } } @@ -50968,72 +51338,72 @@ }, { "type": "ExpressionStatement", - "start": 28310, - "end": 28371, + "start": 28765, + "end": 28826, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 28310, - "end": 28370, + "start": 28765, + "end": 28825, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28310, - "end": 28342, + "start": 28765, + "end": 28797, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 28310, - "end": 28321, + "start": 28765, + "end": 28776, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28310, - "end": 28314, + "start": 28765, + "end": 28769, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 16 } }, @@ -51041,15 +51411,15 @@ }, "property": { "type": "Identifier", - "start": 28315, - "end": 28321, + "start": 28770, + "end": 28776, "loc": { "start": { - "line": 716, + "line": 722, "column": 17 }, "end": { - "line": 716, + "line": 722, "column": 23 }, "identifierName": "engine" @@ -51061,15 +51431,15 @@ }, "property": { "type": "Identifier", - "start": 28322, - "end": 28342, + "start": 28777, + "end": 28797, "loc": { "start": { - "line": 716, + "line": 722, "column": 24 }, "end": { - "line": 716, + "line": 722, "column": 44 }, "identifierName": "pluginLibraryOptions" @@ -51081,44 +51451,44 @@ }, "right": { "type": "MemberExpression", - "start": 28345, - "end": 28370, + "start": 28800, + "end": 28825, "loc": { "start": { - "line": 716, + "line": 722, "column": 47 }, "end": { - "line": 716, + "line": 722, "column": 72 } }, "object": { "type": "ThisExpression", - "start": 28345, - "end": 28349, + "start": 28800, + "end": 28804, "loc": { "start": { - "line": 716, + "line": 722, "column": 47 }, "end": { - "line": 716, + "line": 722, "column": 51 } } }, "property": { "type": "Identifier", - "start": 28350, - "end": 28370, + "start": 28805, + "end": 28825, "loc": { "start": { - "line": 716, + "line": 722, "column": 52 }, "end": { - "line": 716, + "line": 722, "column": 72 }, "identifierName": "pluginLibraryOptions" @@ -51133,15 +51503,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28258, - "end": 28297, + "start": 28713, + "end": 28752, "loc": { "start": { - "line": 715, + "line": 721, "column": 12 }, "end": { - "line": 715, + "line": 721, "column": 51 } } @@ -51151,15 +51521,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28385, - "end": 28407, + "start": 28840, + "end": 28862, "loc": { "start": { - "line": 718, + "line": 724, "column": 12 }, "end": { - "line": 718, + "line": 724, "column": 34 } } @@ -51168,71 +51538,71 @@ }, { "type": "ExpressionStatement", - "start": 28420, - "end": 28479, + "start": 28875, + "end": 28934, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 28420, - "end": 28478, + "start": 28875, + "end": 28933, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 28420, - "end": 28437, + "start": 28875, + "end": 28892, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 28420, - "end": 28431, + "start": 28875, + "end": 28886, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28420, - "end": 28424, + "start": 28875, + "end": 28879, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 16 } }, @@ -51240,15 +51610,15 @@ }, "property": { "type": "Identifier", - "start": 28425, - "end": 28431, + "start": 28880, + "end": 28886, "loc": { "start": { - "line": 719, + "line": 725, "column": 17 }, "end": { - "line": 719, + "line": 725, "column": 23 }, "identifierName": "engine" @@ -51260,15 +51630,15 @@ }, "property": { "type": "Identifier", - "start": 28432, - "end": 28437, + "start": 28887, + "end": 28892, "loc": { "start": { - "line": 719, + "line": 725, "column": 24 }, "end": { - "line": 719, + "line": 725, "column": 29 }, "identifierName": "setup" @@ -51281,44 +51651,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28438, - "end": 28449, + "start": 28893, + "end": 28904, "loc": { "start": { - "line": 719, + "line": 725, "column": 30 }, "end": { - "line": 719, + "line": 725, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 28438, - "end": 28442, + "start": 28893, + "end": 28897, "loc": { "start": { - "line": 719, + "line": 725, "column": 30 }, "end": { - "line": 719, + "line": 725, "column": 34 } } }, "property": { "type": "Identifier", - "start": 28443, - "end": 28449, + "start": 28898, + "end": 28904, "loc": { "start": { - "line": 719, + "line": 725, "column": 35 }, "end": { - "line": 719, + "line": 725, "column": 41 }, "identifierName": "stream" @@ -51329,44 +51699,44 @@ }, { "type": "MemberExpression", - "start": 28451, - "end": 28465, + "start": 28906, + "end": 28920, "loc": { "start": { - "line": 719, + "line": 725, "column": 43 }, "end": { - "line": 719, + "line": 725, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 28451, - "end": 28455, + "start": 28906, + "end": 28910, "loc": { "start": { - "line": 719, + "line": 725, "column": 43 }, "end": { - "line": 719, + "line": 725, "column": 47 } } }, "property": { "type": "Identifier", - "start": 28456, - "end": 28465, + "start": 28911, + "end": 28920, "loc": { "start": { - "line": 719, + "line": 725, "column": 48 }, "end": { - "line": 719, + "line": 725, "column": 57 }, "identifierName": "mediaType" @@ -51377,44 +51747,44 @@ }, { "type": "MemberExpression", - "start": 28467, - "end": 28477, + "start": 28922, + "end": 28932, "loc": { "start": { - "line": 719, + "line": 725, "column": 59 }, "end": { - "line": 719, + "line": 725, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 28467, - "end": 28471, + "start": 28922, + "end": 28926, "loc": { "start": { - "line": 719, + "line": 725, "column": 59 }, "end": { - "line": 719, + "line": 725, "column": 63 } } }, "property": { "type": "Identifier", - "start": 28472, - "end": 28477, + "start": 28927, + "end": 28932, "loc": { "start": { - "line": 719, + "line": 725, "column": 64 }, "end": { - "line": 719, + "line": 725, "column": 69 }, "identifierName": "debug" @@ -51430,15 +51800,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28385, - "end": 28407, + "start": 28840, + "end": 28862, "loc": { "start": { - "line": 718, + "line": 724, "column": 12 }, "end": { - "line": 718, + "line": 724, "column": 34 } } @@ -51448,15 +51818,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28493, - "end": 28519, + "start": 28948, + "end": 28974, "loc": { "start": { - "line": 721, + "line": 727, "column": 12 }, "end": { - "line": 721, + "line": 727, "column": 38 } } @@ -51465,57 +51835,57 @@ }, { "type": "IfStatement", - "start": 28532, - "end": 29345, + "start": 28987, + "end": 29863, "loc": { "start": { - "line": 722, + "line": 728, "column": 12 }, "end": { - "line": 740, + "line": 747, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 28536, - "end": 28561, + "start": 28991, + "end": 29016, "loc": { "start": { - "line": 722, + "line": 728, "column": 16 }, "end": { - "line": 722, + "line": 728, "column": 41 } }, "left": { "type": "MemberExpression", - "start": 28536, - "end": 28554, + "start": 28991, + "end": 29009, "loc": { "start": { - "line": 722, + "line": 728, "column": 16 }, "end": { - "line": 722, + "line": 728, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 28536, - "end": 28540, + "start": 28991, + "end": 28995, "loc": { "start": { - "line": 722, + "line": 728, "column": 16 }, "end": { - "line": 722, + "line": 728, "column": 20 } }, @@ -51523,15 +51893,15 @@ }, "property": { "type": "Identifier", - "start": 28541, - "end": 28554, + "start": 28996, + "end": 29009, "loc": { "start": { - "line": 722, + "line": 728, "column": 21 }, "end": { - "line": 722, + "line": 728, "column": 34 }, "identifierName": "convertEngine" @@ -51544,15 +51914,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 28559, - "end": 28561, + "start": 29014, + "end": 29016, "loc": { "start": { - "line": 722, + "line": 728, "column": 39 }, "end": { - "line": 722, + "line": 728, "column": 41 } }, @@ -51566,59 +51936,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 28563, - "end": 29345, + "start": 29018, + "end": 29863, "loc": { "start": { - "line": 722, + "line": 728, "column": 43 }, "end": { - "line": 740, + "line": 747, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 28581, - "end": 28643, + "start": 29036, + "end": 29098, "loc": { "start": { - "line": 723, + "line": 729, "column": 16 }, "end": { - "line": 723, + "line": 729, "column": 78 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 28585, - "end": 28642, + "start": 29040, + "end": 29097, "loc": { "start": { - "line": 723, + "line": 729, "column": 20 }, "end": { - "line": 723, + "line": 729, "column": 77 } }, "id": { "type": "Identifier", - "start": 28585, - "end": 28603, + "start": 29040, + "end": 29058, "loc": { "start": { - "line": 723, + "line": 729, "column": 20 }, "end": { - "line": 723, + "line": 729, "column": 38 }, "identifierName": "ConvertEngineClass" @@ -51627,29 +51997,29 @@ }, "init": { "type": "CallExpression", - "start": 28606, - "end": 28642, + "start": 29061, + "end": 29097, "loc": { "start": { - "line": 723, + "line": 729, "column": 41 }, "end": { - "line": 723, + "line": 729, "column": 77 } }, "callee": { "type": "Identifier", - "start": 28606, - "end": 28622, + "start": 29061, + "end": 29077, "loc": { "start": { - "line": 723, + "line": 729, "column": 41 }, "end": { - "line": 723, + "line": 729, "column": 57 }, "identifierName": "getConvertEngine" @@ -51659,44 +52029,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28623, - "end": 28641, + "start": 29078, + "end": 29096, "loc": { "start": { - "line": 723, + "line": 729, "column": 58 }, "end": { - "line": 723, + "line": 729, "column": 76 } }, "object": { "type": "ThisExpression", - "start": 28623, - "end": 28627, + "start": 29078, + "end": 29082, "loc": { "start": { - "line": 723, + "line": 729, "column": 58 }, "end": { - "line": 723, + "line": 729, "column": 62 } } }, "property": { "type": "Identifier", - "start": 28628, - "end": 28641, + "start": 29083, + "end": 29096, "loc": { "start": { - "line": 723, + "line": 729, "column": 63 }, "end": { - "line": 723, + "line": 729, "column": 76 }, "identifierName": "convertEngine" @@ -51713,102 +52083,102 @@ }, { "type": "TryStatement", - "start": 28660, - "end": 28964, + "start": 29115, + "end": 29419, "loc": { "start": { - "line": 724, + "line": 730, "column": 16 }, "end": { - "line": 731, + "line": 737, "column": 17 } }, "block": { "type": "BlockStatement", - "start": 28664, - "end": 28803, + "start": 29119, + "end": 29258, "loc": { "start": { - "line": 724, + "line": 730, "column": 20 }, "end": { - "line": 727, + "line": 733, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 28686, - "end": 28785, + "start": 29141, + "end": 29240, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 726, + "line": 732, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 28686, - "end": 28784, + "start": 29141, + "end": 29239, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 726, + "line": 732, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28686, - "end": 28700, + "start": 29141, + "end": 29155, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 725, + "line": 731, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 28686, - "end": 28690, + "start": 29141, + "end": 29145, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 725, + "line": 731, "column": 24 } } }, "property": { "type": "Identifier", - "start": 28691, - "end": 28700, + "start": 29146, + "end": 29155, "loc": { "start": { - "line": 725, + "line": 731, "column": 25 }, "end": { - "line": 725, + "line": 731, "column": 34 }, "identifierName": "converter" @@ -51819,29 +52189,29 @@ }, "right": { "type": "NewExpression", - "start": 28703, - "end": 28784, + "start": 29158, + "end": 29239, "loc": { "start": { - "line": 725, + "line": 731, "column": 37 }, "end": { - "line": 726, + "line": 732, "column": 45 } }, "callee": { "type": "Identifier", - "start": 28707, - "end": 28725, + "start": 29162, + "end": 29180, "loc": { "start": { - "line": 725, + "line": 731, "column": 41 }, "end": { - "line": 725, + "line": 731, "column": 59 }, "identifierName": "ConvertEngineClass" @@ -51851,44 +52221,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28726, - "end": 28737, + "start": 29181, + "end": 29192, "loc": { "start": { - "line": 725, + "line": 731, "column": 60 }, "end": { - "line": 725, + "line": 731, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 28726, - "end": 28730, + "start": 29181, + "end": 29185, "loc": { "start": { - "line": 725, + "line": 731, "column": 60 }, "end": { - "line": 725, + "line": 731, "column": 64 } } }, "property": { "type": "Identifier", - "start": 28731, - "end": 28737, + "start": 29186, + "end": 29192, "loc": { "start": { - "line": 725, + "line": 731, "column": 65 }, "end": { - "line": 725, + "line": 731, "column": 71 }, "identifierName": "player" @@ -51899,58 +52269,58 @@ }, { "type": "MemberExpression", - "start": 28763, - "end": 28783, + "start": 29218, + "end": 29238, "loc": { "start": { - "line": 726, + "line": 732, "column": 24 }, "end": { - "line": 726, + "line": 732, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 28763, - "end": 28774, + "start": 29218, + "end": 29229, "loc": { "start": { - "line": 726, + "line": 732, "column": 24 }, "end": { - "line": 726, + "line": 732, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 28763, - "end": 28767, + "start": 29218, + "end": 29222, "loc": { "start": { - "line": 726, + "line": 732, "column": 24 }, "end": { - "line": 726, + "line": 732, "column": 28 } } }, "property": { "type": "Identifier", - "start": 28768, - "end": 28774, + "start": 29223, + "end": 29229, "loc": { "start": { - "line": 726, + "line": 732, "column": 29 }, "end": { - "line": 726, + "line": 732, "column": 35 }, "identifierName": "player" @@ -51961,15 +52331,15 @@ }, "property": { "type": "Identifier", - "start": 28775, - "end": 28783, + "start": 29230, + "end": 29238, "loc": { "start": { - "line": 726, + "line": 732, "column": 36 }, "end": { - "line": 726, + "line": 732, "column": 44 }, "identifierName": "options_" @@ -51987,29 +52357,29 @@ }, "handler": { "type": "CatchClause", - "start": 28820, - "end": 28964, + "start": 29275, + "end": 29419, "loc": { "start": { - "line": 728, + "line": 734, "column": 16 }, "end": { - "line": 731, + "line": 737, "column": 17 } }, "param": { "type": "Identifier", - "start": 28827, - "end": 28830, + "start": 29282, + "end": 29285, "loc": { "start": { - "line": 728, + "line": 734, "column": 23 }, "end": { - "line": 728, + "line": 734, "column": 26 }, "identifierName": "err" @@ -52018,58 +52388,58 @@ }, "body": { "type": "BlockStatement", - "start": 28832, - "end": 28964, + "start": 29287, + "end": 29419, "loc": { "start": { - "line": 728, + "line": 734, "column": 28 }, "end": { - "line": 731, + "line": 737, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 28854, - "end": 28946, + "start": 29309, + "end": 29401, "loc": { "start": { - "line": 729, + "line": 735, "column": 20 }, "end": { - "line": 730, + "line": 736, "column": 35 } }, "argument": { "type": "NewExpression", - "start": 28860, - "end": 28945, + "start": 29315, + "end": 29400, "loc": { "start": { - "line": 729, + "line": 735, "column": 26 }, "end": { - "line": 730, + "line": 736, "column": 34 } }, "callee": { "type": "Identifier", - "start": 28864, - "end": 28869, + "start": 29319, + "end": 29324, "loc": { "start": { - "line": 729, + "line": 735, "column": 30 }, "end": { - "line": 729, + "line": 735, "column": 35 }, "identifierName": "Error" @@ -52079,43 +52449,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 28870, - "end": 28944, + "start": 29325, + "end": 29399, "loc": { "start": { - "line": 729, + "line": 735, "column": 36 }, "end": { - "line": 730, + "line": 736, "column": 33 } }, "left": { "type": "BinaryExpression", - "start": 28870, - "end": 28908, + "start": 29325, + "end": 29363, "loc": { "start": { - "line": 729, + "line": 735, "column": 36 }, "end": { - "line": 729, + "line": 735, "column": 74 } }, "left": { "type": "StringLiteral", - "start": 28870, - "end": 28887, + "start": 29325, + "end": 29342, "loc": { "start": { - "line": 729, + "line": 735, "column": 36 }, "end": { - "line": 729, + "line": 735, "column": 53 } }, @@ -52128,44 +52498,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 28890, - "end": 28908, + "start": 29345, + "end": 29363, "loc": { "start": { - "line": 729, + "line": 735, "column": 56 }, "end": { - "line": 729, + "line": 735, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 28890, - "end": 28894, + "start": 29345, + "end": 29349, "loc": { "start": { - "line": 729, + "line": 735, "column": 56 }, "end": { - "line": 729, + "line": 735, "column": 60 } } }, "property": { "type": "Identifier", - "start": 28895, - "end": 28908, + "start": 29350, + "end": 29363, "loc": { "start": { - "line": 729, + "line": 735, "column": 61 }, "end": { - "line": 729, + "line": 735, "column": 74 }, "identifierName": "convertEngine" @@ -52178,15 +52548,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 28935, - "end": 28944, + "start": 29390, + "end": 29399, "loc": { "start": { - "line": 730, + "line": 736, "column": 24 }, "end": { - "line": 730, + "line": 736, "column": 33 } }, @@ -52212,15 +52582,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28982, - "end": 29001, + "start": 29437, + "end": 29456, "loc": { "start": { - "line": 733, + "line": 739, "column": 16 }, "end": { - "line": 733, + "line": 739, "column": 35 } } @@ -52229,72 +52599,72 @@ }, { "type": "ExpressionStatement", - "start": 29018, - "end": 29074, + "start": 29473, + "end": 29519, "loc": { "start": { - "line": 734, + "line": 740, "column": 16 }, "end": { - "line": 734, - "column": 72 + "line": 740, + "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 29018, - "end": 29073, + "start": 29473, + "end": 29518, "loc": { "start": { - "line": 734, + "line": 740, "column": 16 }, "end": { - "line": 734, - "column": 71 + "line": 740, + "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29018, - "end": 29049, + "start": 29473, + "end": 29499, "loc": { "start": { - "line": 734, + "line": 740, "column": 16 }, "end": { - "line": 734, - "column": 47 + "line": 740, + "column": 42 } }, "object": { "type": "MemberExpression", - "start": 29018, - "end": 29032, + "start": 29473, + "end": 29487, "loc": { "start": { - "line": 734, + "line": 740, "column": 16 }, "end": { - "line": 734, + "line": 740, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29018, - "end": 29022, + "start": 29473, + "end": 29477, "loc": { "start": { - "line": 734, + "line": 740, "column": 16 }, "end": { - "line": 734, + "line": 740, "column": 20 } }, @@ -52302,15 +52672,15 @@ }, "property": { "type": "Identifier", - "start": 29023, - "end": 29032, + "start": 29478, + "end": 29487, "loc": { "start": { - "line": 734, + "line": 740, "column": 21 }, "end": { - "line": 734, + "line": 740, "column": 30 }, "identifierName": "converter" @@ -52322,69 +52692,69 @@ }, "property": { "type": "Identifier", - "start": 29033, - "end": 29049, + "start": 29488, + "end": 29499, "loc": { "start": { - "line": 734, + "line": 740, "column": 31 }, "end": { - "line": 734, - "column": 47 + "line": 740, + "column": 42 }, - "identifierName": "convertWorkerURL" + "identifierName": "convertAuto" }, - "name": "convertWorkerURL" + "name": "convertAuto" }, "computed": false, "leadingComments": null }, "right": { "type": "MemberExpression", - "start": 29052, - "end": 29073, + "start": 29502, + "end": 29518, "loc": { "start": { - "line": 734, - "column": 50 + "line": 740, + "column": 45 }, "end": { - "line": 734, - "column": 71 + "line": 740, + "column": 61 } }, "object": { "type": "ThisExpression", - "start": 29052, - "end": 29056, + "start": 29502, + "end": 29506, "loc": { "start": { - "line": 734, - "column": 50 + "line": 740, + "column": 45 }, "end": { - "line": 734, - "column": 54 + "line": 740, + "column": 49 } } }, "property": { "type": "Identifier", - "start": 29057, - "end": 29073, + "start": 29507, + "end": 29518, "loc": { "start": { - "line": 734, - "column": 55 + "line": 740, + "column": 50 }, "end": { - "line": 734, - "column": 71 + "line": 740, + "column": 61 }, - "identifierName": "convertWorkerURL" + "identifierName": "convertAuto" }, - "name": "convertWorkerURL" + "name": "convertAuto" }, "computed": false }, @@ -52394,15 +52764,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28982, - "end": 29001, + "start": 29437, + "end": 29456, "loc": { "start": { - "line": 733, + "line": 739, "column": 16 }, "end": { - "line": 733, + "line": 739, "column": 35 } } @@ -52411,87 +52781,247 @@ }, { "type": "ExpressionStatement", - "start": 29091, - "end": 29143, + "start": 29536, + "end": 29592, "loc": { "start": { - "line": 735, + "line": 741, "column": 16 }, "end": { - "line": 735, + "line": 741, + "column": 72 + } + }, + "expression": { + "type": "AssignmentExpression", + "start": 29536, + "end": 29591, + "loc": { + "start": { + "line": 741, + "column": 16 + }, + "end": { + "line": 741, + "column": 71 + } + }, + "operator": "=", + "left": { + "type": "MemberExpression", + "start": 29536, + "end": 29567, + "loc": { + "start": { + "line": 741, + "column": 16 + }, + "end": { + "line": 741, + "column": 47 + } + }, + "object": { + "type": "MemberExpression", + "start": 29536, + "end": 29550, + "loc": { + "start": { + "line": 741, + "column": 16 + }, + "end": { + "line": 741, + "column": 30 + } + }, + "object": { + "type": "ThisExpression", + "start": 29536, + "end": 29540, + "loc": { + "start": { + "line": 741, + "column": 16 + }, + "end": { + "line": 741, + "column": 20 + } + } + }, + "property": { + "type": "Identifier", + "start": 29541, + "end": 29550, + "loc": { + "start": { + "line": 741, + "column": 21 + }, + "end": { + "line": 741, + "column": 30 + }, + "identifierName": "converter" + }, + "name": "converter" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 29551, + "end": 29567, + "loc": { + "start": { + "line": 741, + "column": 31 + }, + "end": { + "line": 741, + "column": 47 + }, + "identifierName": "convertWorkerURL" + }, + "name": "convertWorkerURL" + }, + "computed": false + }, + "right": { + "type": "MemberExpression", + "start": 29570, + "end": 29591, + "loc": { + "start": { + "line": 741, + "column": 50 + }, + "end": { + "line": 741, + "column": 71 + } + }, + "object": { + "type": "ThisExpression", + "start": 29570, + "end": 29574, + "loc": { + "start": { + "line": 741, + "column": 50 + }, + "end": { + "line": 741, + "column": 54 + } + } + }, + "property": { + "type": "Identifier", + "start": 29575, + "end": 29591, + "loc": { + "start": { + "line": 741, + "column": 55 + }, + "end": { + "line": 741, + "column": 71 + }, + "identifierName": "convertWorkerURL" + }, + "name": "convertWorkerURL" + }, + "computed": false + } + } + }, + { + "type": "ExpressionStatement", + "start": 29609, + "end": 29661, + "loc": { + "start": { + "line": 742, + "column": 16 + }, + "end": { + "line": 742, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 29091, - "end": 29142, + "start": 29609, + "end": 29660, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 67 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29091, - "end": 29120, + "start": 29609, + "end": 29638, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 29091, - "end": 29105, + "start": 29609, + "end": 29623, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29091, - "end": 29095, + "start": 29609, + "end": 29613, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29096, - "end": 29105, + "start": 29614, + "end": 29623, "loc": { "start": { - "line": 735, + "line": 742, "column": 21 }, "end": { - "line": 735, + "line": 742, "column": 30 }, "identifierName": "converter" @@ -52502,15 +53032,15 @@ }, "property": { "type": "Identifier", - "start": 29106, - "end": 29120, + "start": 29624, + "end": 29638, "loc": { "start": { - "line": 735, + "line": 742, "column": 31 }, "end": { - "line": 735, + "line": 742, "column": 45 }, "identifierName": "convertOptions" @@ -52521,44 +53051,44 @@ }, "right": { "type": "MemberExpression", - "start": 29123, - "end": 29142, + "start": 29641, + "end": 29660, "loc": { "start": { - "line": 735, + "line": 742, "column": 48 }, "end": { - "line": 735, + "line": 742, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 29123, - "end": 29127, + "start": 29641, + "end": 29645, "loc": { "start": { - "line": 735, + "line": 742, "column": 48 }, "end": { - "line": 735, + "line": 742, "column": 52 } } }, "property": { "type": "Identifier", - "start": 29128, - "end": 29142, + "start": 29646, + "end": 29660, "loc": { "start": { - "line": 735, + "line": 742, "column": 53 }, "end": { - "line": 735, + "line": 742, "column": 67 }, "identifierName": "convertOptions" @@ -52571,87 +53101,87 @@ }, { "type": "ExpressionStatement", - "start": 29160, - "end": 29224, + "start": 29678, + "end": 29742, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 29160, - "end": 29223, + "start": 29678, + "end": 29741, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 79 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29160, - "end": 29195, + "start": 29678, + "end": 29713, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 29160, - "end": 29174, + "start": 29678, + "end": 29692, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29160, - "end": 29164, + "start": 29678, + "end": 29682, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29165, - "end": 29174, + "start": 29683, + "end": 29692, "loc": { "start": { - "line": 736, + "line": 743, "column": 21 }, "end": { - "line": 736, + "line": 743, "column": 30 }, "identifierName": "converter" @@ -52662,15 +53192,15 @@ }, "property": { "type": "Identifier", - "start": 29175, - "end": 29195, + "start": 29693, + "end": 29713, "loc": { "start": { - "line": 736, + "line": 743, "column": 31 }, "end": { - "line": 736, + "line": 743, "column": 51 }, "identifierName": "pluginLibraryOptions" @@ -52681,44 +53211,44 @@ }, "right": { "type": "MemberExpression", - "start": 29198, - "end": 29223, + "start": 29716, + "end": 29741, "loc": { "start": { - "line": 736, + "line": 743, "column": 54 }, "end": { - "line": 736, + "line": 743, "column": 79 } }, "object": { "type": "ThisExpression", - "start": 29198, - "end": 29202, + "start": 29716, + "end": 29720, "loc": { "start": { - "line": 736, + "line": 743, "column": 54 }, "end": { - "line": 736, + "line": 743, "column": 58 } } }, "property": { "type": "Identifier", - "start": 29203, - "end": 29223, + "start": 29721, + "end": 29741, "loc": { "start": { - "line": 736, + "line": 743, "column": 59 }, "end": { - "line": 736, + "line": 743, "column": 79 }, "identifierName": "pluginLibraryOptions" @@ -52732,15 +53262,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29242, - "end": 29265, + "start": 29760, + "end": 29783, "loc": { "start": { - "line": 738, + "line": 745, "column": 16 }, "end": { - "line": 738, + "line": 745, "column": 39 } } @@ -52749,71 +53279,71 @@ }, { "type": "ExpressionStatement", - "start": 29282, - "end": 29331, + "start": 29800, + "end": 29849, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 29282, - "end": 29330, + "start": 29800, + "end": 29848, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 29282, - "end": 29302, + "start": 29800, + "end": 29820, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 29282, - "end": 29296, + "start": 29800, + "end": 29814, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29282, - "end": 29286, + "start": 29800, + "end": 29804, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 20 } }, @@ -52821,15 +53351,15 @@ }, "property": { "type": "Identifier", - "start": 29287, - "end": 29296, + "start": 29805, + "end": 29814, "loc": { "start": { - "line": 739, + "line": 746, "column": 21 }, "end": { - "line": 739, + "line": 746, "column": 30 }, "identifierName": "converter" @@ -52841,15 +53371,15 @@ }, "property": { "type": "Identifier", - "start": 29297, - "end": 29302, + "start": 29815, + "end": 29820, "loc": { "start": { - "line": 739, + "line": 746, "column": 31 }, "end": { - "line": 739, + "line": 746, "column": 36 }, "identifierName": "setup" @@ -52862,44 +53392,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 29303, - "end": 29317, + "start": 29821, + "end": 29835, "loc": { "start": { - "line": 739, + "line": 746, "column": 37 }, "end": { - "line": 739, + "line": 746, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 29303, - "end": 29307, + "start": 29821, + "end": 29825, "loc": { "start": { - "line": 739, + "line": 746, "column": 37 }, "end": { - "line": 739, + "line": 746, "column": 41 } } }, "property": { "type": "Identifier", - "start": 29308, - "end": 29317, + "start": 29826, + "end": 29835, "loc": { "start": { - "line": 739, + "line": 746, "column": 42 }, "end": { - "line": 739, + "line": 746, "column": 51 }, "identifierName": "mediaType" @@ -52910,44 +53440,44 @@ }, { "type": "MemberExpression", - "start": 29319, - "end": 29329, + "start": 29837, + "end": 29847, "loc": { "start": { - "line": 739, + "line": 746, "column": 53 }, "end": { - "line": 739, + "line": 746, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 29319, - "end": 29323, + "start": 29837, + "end": 29841, "loc": { "start": { - "line": 739, + "line": 746, "column": 53 }, "end": { - "line": 739, + "line": 746, "column": 57 } } }, "property": { "type": "Identifier", - "start": 29324, - "end": 29329, + "start": 29842, + "end": 29847, "loc": { "start": { - "line": 739, + "line": 746, "column": 58 }, "end": { - "line": 739, + "line": 746, "column": 63 }, "identifierName": "debug" @@ -52963,15 +53493,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29242, - "end": 29265, + "start": 29760, + "end": 29783, "loc": { "start": { - "line": 738, + "line": 745, "column": 16 }, "end": { - "line": 738, + "line": 745, "column": 39 } } @@ -52987,15 +53517,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28493, - "end": 28519, + "start": 28948, + "end": 28974, "loc": { "start": { - "line": 721, + "line": 727, "column": 12 }, "end": { - "line": 721, + "line": 727, "column": 38 } } @@ -53005,15 +53535,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29359, - "end": 29417, + "start": 29877, + "end": 29935, "loc": { "start": { - "line": 742, + "line": 749, "column": 12 }, "end": { - "line": 742, + "line": 749, "column": 70 } } @@ -53021,15 +53551,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29430, - "end": 29457, + "start": 29948, + "end": 29975, "loc": { "start": { - "line": 743, + "line": 750, "column": 12 }, "end": { - "line": 743, + "line": 750, "column": 39 } } @@ -53038,44 +53568,44 @@ }, { "type": "VariableDeclaration", - "start": 29470, - "end": 29544, + "start": 29988, + "end": 30062, "loc": { "start": { - "line": 744, + "line": 751, "column": 12 }, "end": { - "line": 744, + "line": 751, "column": 86 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 29474, - "end": 29543, + "start": 29992, + "end": 30061, "loc": { "start": { - "line": 744, + "line": 751, "column": 16 }, "end": { - "line": 744, + "line": 751, "column": 85 } }, "id": { "type": "Identifier", - "start": 29474, - "end": 29484, + "start": 29992, + "end": 30002, "loc": { "start": { - "line": 744, + "line": 751, "column": 16 }, "end": { - "line": 744, + "line": 751, "column": 26 }, "identifierName": "uiElements" @@ -53085,30 +53615,30 @@ }, "init": { "type": "ArrayExpression", - "start": 29487, - "end": 29543, + "start": 30005, + "end": 30061, "loc": { "start": { - "line": 744, + "line": 751, "column": 29 }, "end": { - "line": 744, + "line": 751, "column": 85 } }, "elements": [ { "type": "StringLiteral", - "start": 29488, - "end": 29508, + "start": 30006, + "end": 30026, "loc": { "start": { - "line": 744, + "line": 751, "column": 30 }, "end": { - "line": 744, + "line": 751, "column": 50 } }, @@ -53120,15 +53650,15 @@ }, { "type": "StringLiteral", - "start": 29510, - "end": 29523, + "start": 30028, + "end": 30041, "loc": { "start": { - "line": 744, + "line": 751, "column": 52 }, "end": { - "line": 744, + "line": 751, "column": 65 } }, @@ -53140,15 +53670,15 @@ }, { "type": "StringLiteral", - "start": 29525, - "end": 29542, + "start": 30043, + "end": 30060, "loc": { "start": { - "line": 744, + "line": 751, "column": 67 }, "end": { - "line": 744, + "line": 751, "column": 84 } }, @@ -53168,15 +53698,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29359, - "end": 29417, + "start": 29877, + "end": 29935, "loc": { "start": { - "line": 742, + "line": 749, "column": 12 }, "end": { - "line": 742, + "line": 749, "column": 70 } } @@ -53184,15 +53714,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29430, - "end": 29457, + "start": 29948, + "end": 29975, "loc": { "start": { - "line": 743, + "line": 750, "column": 12 }, "end": { - "line": 743, + "line": 750, "column": 39 } } @@ -53201,57 +53731,57 @@ }, { "type": "ExpressionStatement", - "start": 29557, - "end": 29822, + "start": 30075, + "end": 30340, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 751, + "line": 758, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 29557, - "end": 29821, + "start": 30075, + "end": 30339, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 751, + "line": 758, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 29557, - "end": 29575, + "start": 30075, + "end": 30093, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 745, + "line": 752, "column": 30 } }, "object": { "type": "Identifier", - "start": 29557, - "end": 29567, + "start": 30075, + "end": 30085, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 745, + "line": 752, "column": 22 }, "identifierName": "uiElements" @@ -53260,15 +53790,15 @@ }, "property": { "type": "Identifier", - "start": 29568, - "end": 29575, + "start": 30086, + "end": 30093, "loc": { "start": { - "line": 745, + "line": 752, "column": 23 }, "end": { - "line": 745, + "line": 752, "column": 30 }, "identifierName": "forEach" @@ -53280,15 +53810,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 29576, - "end": 29820, + "start": 30094, + "end": 30338, "loc": { "start": { - "line": 745, + "line": 752, "column": 31 }, "end": { - "line": 751, + "line": 758, "column": 13 } }, @@ -53299,15 +53829,15 @@ "params": [ { "type": "Identifier", - "start": 29577, - "end": 29584, + "start": 30095, + "end": 30102, "loc": { "start": { - "line": 745, + "line": 752, "column": 32 }, "end": { - "line": 745, + "line": 752, "column": 39 }, "identifierName": "element" @@ -53317,59 +53847,59 @@ ], "body": { "type": "BlockStatement", - "start": 29589, - "end": 29820, + "start": 30107, + "end": 30338, "loc": { "start": { - "line": 745, + "line": 752, "column": 44 }, "end": { - "line": 751, + "line": 758, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29607, - "end": 29649, + "start": 30125, + "end": 30167, "loc": { "start": { - "line": 746, + "line": 753, "column": 16 }, "end": { - "line": 746, + "line": 753, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 29607, - "end": 29648, + "start": 30125, + "end": 30166, "loc": { "start": { - "line": 746, + "line": 753, "column": 16 }, "end": { - "line": 746, + "line": 753, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 29607, - "end": 29614, + "start": 30125, + "end": 30132, "loc": { "start": { - "line": 746, + "line": 753, "column": 16 }, "end": { - "line": 746, + "line": 753, "column": 23 }, "identifierName": "element" @@ -53378,72 +53908,72 @@ }, "right": { "type": "MemberExpression", - "start": 29617, - "end": 29648, + "start": 30135, + "end": 30166, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 29617, - "end": 29639, + "start": 30135, + "end": 30157, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 29617, - "end": 29628, + "start": 30135, + "end": 30146, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 29617, - "end": 29621, + "start": 30135, + "end": 30139, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 30 } } }, "property": { "type": "Identifier", - "start": 29622, - "end": 29628, + "start": 30140, + "end": 30146, "loc": { "start": { - "line": 746, + "line": 753, "column": 31 }, "end": { - "line": 746, + "line": 753, "column": 37 }, "identifierName": "player" @@ -53454,15 +53984,15 @@ }, "property": { "type": "Identifier", - "start": 29629, - "end": 29639, + "start": 30147, + "end": 30157, "loc": { "start": { - "line": 746, + "line": 753, "column": 38 }, "end": { - "line": 746, + "line": 753, "column": 48 }, "identifierName": "controlBar" @@ -53473,15 +54003,15 @@ }, "property": { "type": "Identifier", - "start": 29640, - "end": 29647, + "start": 30158, + "end": 30165, "loc": { "start": { - "line": 746, + "line": 753, "column": 49 }, "end": { - "line": 746, + "line": 753, "column": 56 }, "identifierName": "element" @@ -53494,43 +54024,43 @@ }, { "type": "IfStatement", - "start": 29666, - "end": 29806, + "start": 30184, + "end": 30324, "loc": { "start": { - "line": 747, + "line": 754, "column": 16 }, "end": { - "line": 750, + "line": 757, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 29670, - "end": 29691, + "start": 30188, + "end": 30209, "loc": { "start": { - "line": 747, + "line": 754, "column": 20 }, "end": { - "line": 747, + "line": 754, "column": 41 } }, "left": { "type": "Identifier", - "start": 29670, - "end": 29677, + "start": 30188, + "end": 30195, "loc": { "start": { - "line": 747, + "line": 754, "column": 20 }, "end": { - "line": 747, + "line": 754, "column": 27 }, "identifierName": "element" @@ -53540,15 +54070,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 29682, - "end": 29691, + "start": 30200, + "end": 30209, "loc": { "start": { - "line": 747, + "line": 754, "column": 32 }, "end": { - "line": 747, + "line": 754, "column": 41 }, "identifierName": "undefined" @@ -53558,115 +54088,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 29693, - "end": 29806, + "start": 30211, + "end": 30324, "loc": { "start": { - "line": 747, + "line": 754, "column": 43 }, "end": { - "line": 750, + "line": 757, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 29715, - "end": 29752, + "start": 30233, + "end": 30270, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 29715, - "end": 29751, + "start": 30233, + "end": 30269, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29715, - "end": 29741, + "start": 30233, + "end": 30259, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 29715, - "end": 29733, + "start": 30233, + "end": 30251, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 38 } }, "object": { "type": "CallExpression", - "start": 29715, - "end": 29727, + "start": 30233, + "end": 30245, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 29715, - "end": 29725, + "start": 30233, + "end": 30243, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 30 } }, "object": { "type": "Identifier", - "start": 29715, - "end": 29722, + "start": 30233, + "end": 30240, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 27 }, "identifierName": "element" @@ -53675,15 +54205,15 @@ }, "property": { "type": "Identifier", - "start": 29723, - "end": 29725, + "start": 30241, + "end": 30243, "loc": { "start": { - "line": 748, + "line": 755, "column": 28 }, "end": { - "line": 748, + "line": 755, "column": 30 }, "identifierName": "el" @@ -53696,15 +54226,15 @@ }, "property": { "type": "Identifier", - "start": 29728, - "end": 29733, + "start": 30246, + "end": 30251, "loc": { "start": { - "line": 748, + "line": 755, "column": 33 }, "end": { - "line": 748, + "line": 755, "column": 38 }, "identifierName": "style" @@ -53715,15 +54245,15 @@ }, "property": { "type": "Identifier", - "start": 29734, - "end": 29741, + "start": 30252, + "end": 30259, "loc": { "start": { - "line": 748, + "line": 755, "column": 39 }, "end": { - "line": 748, + "line": 755, "column": 46 }, "identifierName": "display" @@ -53734,15 +54264,15 @@ }, "right": { "type": "StringLiteral", - "start": 29744, - "end": 29751, + "start": 30262, + "end": 30269, "loc": { "start": { - "line": 748, + "line": 755, "column": 49 }, "end": { - "line": 748, + "line": 755, "column": 56 } }, @@ -53756,57 +54286,57 @@ }, { "type": "ExpressionStatement", - "start": 29773, - "end": 29788, + "start": 30291, + "end": 30306, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 29773, - "end": 29787, + "start": 30291, + "end": 30305, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 29773, - "end": 29785, + "start": 30291, + "end": 30303, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 32 } }, "object": { "type": "Identifier", - "start": 29773, - "end": 29780, + "start": 30291, + "end": 30298, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 27 }, "identifierName": "element" @@ -53815,15 +54345,15 @@ }, "property": { "type": "Identifier", - "start": 29781, - "end": 29785, + "start": 30299, + "end": 30303, "loc": { "start": { - "line": 749, + "line": 756, "column": 28 }, "end": { - "line": 749, + "line": 756, "column": 32 }, "identifierName": "show" @@ -53850,15 +54380,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29836, - "end": 29857, + "start": 30354, + "end": 30375, "loc": { "start": { - "line": 753, + "line": 760, "column": 12 }, "end": { - "line": 753, + "line": 760, "column": 33 } } @@ -53867,85 +54397,85 @@ }, { "type": "ExpressionStatement", - "start": 29870, - "end": 29902, + "start": 30388, + "end": 30420, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29870, - "end": 29901, + "start": 30388, + "end": 30419, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29870, - "end": 29899, + "start": 30388, + "end": 30417, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 29870, - "end": 29894, + "start": 30388, + "end": 30412, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 29870, - "end": 29881, + "start": 30388, + "end": 30399, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 29870, - "end": 29874, + "start": 30388, + "end": 30392, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 16 } }, @@ -53953,15 +54483,15 @@ }, "property": { "type": "Identifier", - "start": 29875, - "end": 29881, + "start": 30393, + "end": 30399, "loc": { "start": { - "line": 754, + "line": 761, "column": 17 }, "end": { - "line": 754, + "line": 761, "column": 23 }, "identifierName": "player" @@ -53973,15 +54503,15 @@ }, "property": { "type": "Identifier", - "start": 29882, - "end": 29894, + "start": 30400, + "end": 30412, "loc": { "start": { - "line": 754, + "line": 761, "column": 24 }, "end": { - "line": 754, + "line": 761, "column": 36 }, "identifierName": "recordToggle" @@ -53993,15 +54523,15 @@ }, "property": { "type": "Identifier", - "start": 29895, - "end": 29899, + "start": 30413, + "end": 30417, "loc": { "start": { - "line": 754, + "line": 761, "column": 37 }, "end": { - "line": 754, + "line": 761, "column": 41 }, "identifierName": "show" @@ -54018,15 +54548,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29836, - "end": 29857, + "start": 30354, + "end": 30375, "loc": { "start": { - "line": 753, + "line": 760, "column": 12 }, "end": { - "line": 753, + "line": 760, "column": 33 } } @@ -54038,100 +54568,100 @@ }, "alternate": { "type": "BlockStatement", - "start": 29918, - "end": 30234, + "start": 30436, + "end": 30752, "loc": { "start": { - "line": 755, + "line": 762, "column": 15 }, "end": { - "line": 764, + "line": 771, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 29972, - "end": 30010, + "start": 30490, + "end": 30528, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 29972, - "end": 30009, + "start": 30490, + "end": 30527, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 29972, - "end": 30007, + "start": 30490, + "end": 30525, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 29972, - "end": 29999, + "start": 30490, + "end": 30517, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 29972, - "end": 29983, + "start": 30490, + "end": 30501, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 29972, - "end": 29976, + "start": 30490, + "end": 30494, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 16 } }, @@ -54139,15 +54669,15 @@ }, "property": { "type": "Identifier", - "start": 29977, - "end": 29983, + "start": 30495, + "end": 30501, "loc": { "start": { - "line": 757, + "line": 764, "column": 17 }, "end": { - "line": 757, + "line": 764, "column": 23 }, "identifierName": "player" @@ -54159,15 +54689,15 @@ }, "property": { "type": "Identifier", - "start": 29984, - "end": 29999, + "start": 30502, + "end": 30517, "loc": { "start": { - "line": 757, + "line": 764, "column": 24 }, "end": { - "line": 757, + "line": 764, "column": 39 }, "identifierName": "recordIndicator" @@ -54179,15 +54709,15 @@ }, "property": { "type": "Identifier", - "start": 30000, - "end": 30007, + "start": 30518, + "end": 30525, "loc": { "start": { - "line": 757, + "line": 764, "column": 40 }, "end": { - "line": 757, + "line": 764, "column": 47 }, "identifierName": "disable" @@ -54204,15 +54734,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 29932, - "end": 29959, + "start": 30450, + "end": 30477, "loc": { "start": { - "line": 756, + "line": 763, "column": 12 }, "end": { - "line": 756, + "line": 763, "column": 39 } } @@ -54222,15 +54752,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 30024, - "end": 30083, + "start": 30542, + "end": 30601, "loc": { "start": { - "line": 759, + "line": 766, "column": 12 }, "end": { - "line": 759, + "line": 766, "column": 71 } } @@ -54238,15 +54768,15 @@ { "type": "CommentLine", "value": " used)", - "start": 30096, - "end": 30104, + "start": 30614, + "end": 30622, "loc": { "start": { - "line": 760, + "line": 767, "column": 12 }, "end": { - "line": 760, + "line": 767, "column": 20 } } @@ -54255,57 +54785,57 @@ }, { "type": "ExpressionStatement", - "start": 30117, - "end": 30138, + "start": 30635, + "end": 30656, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 30117, - "end": 30137, + "start": 30635, + "end": 30655, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 30117, - "end": 30135, + "start": 30635, + "end": 30653, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 30117, - "end": 30121, + "start": 30635, + "end": 30639, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 16 } }, @@ -54313,15 +54843,15 @@ }, "property": { "type": "Identifier", - "start": 30122, - "end": 30135, + "start": 30640, + "end": 30653, "loc": { "start": { - "line": 761, + "line": 768, "column": 17 }, "end": { - "line": 761, + "line": 768, "column": 30 }, "identifierName": "retrySnapshot" @@ -54338,15 +54868,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 30024, - "end": 30083, + "start": 30542, + "end": 30601, "loc": { "start": { - "line": 759, + "line": 766, "column": 12 }, "end": { - "line": 759, + "line": 766, "column": 71 } } @@ -54354,15 +54884,15 @@ { "type": "CommentLine", "value": " used)", - "start": 30096, - "end": 30104, + "start": 30614, + "end": 30622, "loc": { "start": { - "line": 760, + "line": 767, "column": 12 }, "end": { - "line": 760, + "line": 767, "column": 20 } } @@ -54372,15 +54902,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 30152, - "end": 30224, + "start": 30670, + "end": 30742, "loc": { "start": { - "line": 763, + "line": 770, "column": 12 }, "end": { - "line": 763, + "line": 770, "column": 84 } } @@ -54395,15 +54925,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 25120, - "end": 25145, + "start": 25575, + "end": 25600, "loc": { "start": { - "line": 639, + "line": 645, "column": 8 }, "end": { - "line": 639, + "line": 645, "column": 33 } } @@ -54413,15 +54943,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30244, - "end": 30260, + "start": 30762, + "end": 30778, "loc": { "start": { - "line": 766, + "line": 773, "column": 8 }, "end": { - "line": 766, + "line": 773, "column": 24 } } @@ -54430,71 +54960,71 @@ }, { "type": "IfStatement", - "start": 30269, - "end": 31929, + "start": 30787, + "end": 32447, "loc": { "start": { - "line": 767, + "line": 774, "column": 8 }, "end": { - "line": 808, + "line": 815, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 30273, - "end": 30308, + "start": 30791, + "end": 30826, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 47 } }, "left": { "type": "CallExpression", - "start": 30273, - "end": 30293, + "start": 30791, + "end": 30811, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 30273, - "end": 30291, + "start": 30791, + "end": 30809, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 30273, - "end": 30277, + "start": 30791, + "end": 30795, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 16 } }, @@ -54502,15 +55032,15 @@ }, "property": { "type": "Identifier", - "start": 30278, - "end": 30291, + "start": 30796, + "end": 30809, "loc": { "start": { - "line": 767, + "line": 774, "column": 17 }, "end": { - "line": 767, + "line": 774, "column": 30 }, "identifierName": "getRecordType" @@ -54526,15 +55056,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 30298, - "end": 30308, + "start": 30816, + "end": 30826, "loc": { "start": { - "line": 767, + "line": 774, "column": 37 }, "end": { - "line": 767, + "line": 774, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -54545,73 +55075,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 30310, - "end": 31823, + "start": 30828, + "end": 32341, "loc": { "start": { - "line": 767, + "line": 774, "column": 49 }, "end": { - "line": 805, + "line": 812, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 30357, - "end": 30405, + "start": 30875, + "end": 30923, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 30357, - "end": 30404, + "start": 30875, + "end": 30922, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30357, - "end": 30374, + "start": 30875, + "end": 30892, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30357, - "end": 30361, + "start": 30875, + "end": 30879, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 16 } }, @@ -54619,15 +55149,15 @@ }, "property": { "type": "Identifier", - "start": 30362, - "end": 30374, + "start": 30880, + "end": 30892, "loc": { "start": { - "line": 769, + "line": 776, "column": 17 }, "end": { - "line": 769, + "line": 776, "column": 29 }, "identifierName": "mediaElement" @@ -54639,86 +55169,86 @@ }, "right": { "type": "MemberExpression", - "start": 30377, - "end": 30404, + "start": 30895, + "end": 30922, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 59 } }, "object": { "type": "CallExpression", - "start": 30377, - "end": 30393, + "start": 30895, + "end": 30911, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 30377, - "end": 30391, + "start": 30895, + "end": 30909, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 30377, - "end": 30388, + "start": 30895, + "end": 30906, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 30377, - "end": 30381, + "start": 30895, + "end": 30899, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 36 } } }, "property": { "type": "Identifier", - "start": 30382, - "end": 30388, + "start": 30900, + "end": 30906, "loc": { "start": { - "line": 769, + "line": 776, "column": 37 }, "end": { - "line": 769, + "line": 776, "column": 43 }, "identifierName": "player" @@ -54729,15 +55259,15 @@ }, "property": { "type": "Identifier", - "start": 30389, - "end": 30391, + "start": 30907, + "end": 30909, "loc": { "start": { - "line": 769, + "line": 776, "column": 44 }, "end": { - "line": 769, + "line": 776, "column": 46 }, "identifierName": "el" @@ -54750,15 +55280,15 @@ }, "property": { "type": "Identifier", - "start": 30394, - "end": 30404, + "start": 30912, + "end": 30922, "loc": { "start": { - "line": 769, + "line": 776, "column": 49 }, "end": { - "line": 769, + "line": 776, "column": 59 }, "identifierName": "firstChild" @@ -54773,15 +55303,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 30324, - "end": 30344, + "start": 30842, + "end": 30862, "loc": { "start": { - "line": 768, + "line": 775, "column": 12 }, "end": { - "line": 768, + "line": 775, "column": 32 } } @@ -54790,87 +55320,87 @@ }, { "type": "ExpressionStatement", - "start": 30418, - "end": 30453, + "start": 30936, + "end": 30971, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 30418, - "end": 30452, + "start": 30936, + "end": 30970, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30418, - "end": 30444, + "start": 30936, + "end": 30962, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 30418, - "end": 30435, + "start": 30936, + "end": 30953, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30418, - "end": 30422, + "start": 30936, + "end": 30940, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 16 } } }, "property": { "type": "Identifier", - "start": 30423, - "end": 30435, + "start": 30941, + "end": 30953, "loc": { "start": { - "line": 770, + "line": 777, "column": 17 }, "end": { - "line": 770, + "line": 777, "column": 29 }, "identifierName": "mediaElement" @@ -54881,15 +55411,15 @@ }, "property": { "type": "Identifier", - "start": 30436, - "end": 30444, + "start": 30954, + "end": 30962, "loc": { "start": { - "line": 770, + "line": 777, "column": 30 }, "end": { - "line": 770, + "line": 777, "column": 38 }, "identifierName": "controls" @@ -54900,15 +55430,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30447, - "end": 30452, + "start": 30965, + "end": 30970, "loc": { "start": { - "line": 770, + "line": 777, "column": 41 }, "end": { - "line": 770, + "line": 777, "column": 46 } }, @@ -54919,15 +55449,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30467, - "end": 30508, + "start": 30985, + "end": 31026, "loc": { "start": { - "line": 772, + "line": 779, "column": 12 }, "end": { - "line": 772, + "line": 779, "column": 53 } } @@ -54936,72 +55466,72 @@ }, { "type": "ExpressionStatement", - "start": 30521, - "end": 30552, + "start": 31039, + "end": 31070, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 30521, - "end": 30551, + "start": 31039, + "end": 31069, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30521, - "end": 30544, + "start": 31039, + "end": 31062, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 30521, - "end": 30538, + "start": 31039, + "end": 31056, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30521, - "end": 30525, + "start": 31039, + "end": 31043, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 16 } }, @@ -55009,15 +55539,15 @@ }, "property": { "type": "Identifier", - "start": 30526, - "end": 30538, + "start": 31044, + "end": 31056, "loc": { "start": { - "line": 773, + "line": 780, "column": 17 }, "end": { - "line": 773, + "line": 780, "column": 29 }, "identifierName": "mediaElement" @@ -55029,15 +55559,15 @@ }, "property": { "type": "Identifier", - "start": 30539, - "end": 30544, + "start": 31057, + "end": 31062, "loc": { "start": { - "line": 773, + "line": 780, "column": 30 }, "end": { - "line": 773, + "line": 780, "column": 35 }, "identifierName": "muted" @@ -55049,15 +55579,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30547, - "end": 30551, + "start": 31065, + "end": 31069, "loc": { "start": { - "line": 773, + "line": 780, "column": 38 }, "end": { - "line": 773, + "line": 780, "column": 42 } }, @@ -55069,15 +55599,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30467, - "end": 30508, + "start": 30985, + "end": 31026, "loc": { "start": { - "line": 772, + "line": 779, "column": 12 }, "end": { - "line": 772, + "line": 779, "column": 53 } } @@ -55087,15 +55617,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30566, - "end": 30605, + "start": 31084, + "end": 31123, "loc": { "start": { - "line": 775, + "line": 782, "column": 12 }, "end": { - "line": 775, + "line": 782, "column": 51 } } @@ -55104,57 +55634,57 @@ }, { "type": "ExpressionStatement", - "start": 30618, - "end": 30651, + "start": 31136, + "end": 31169, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 30618, - "end": 30650, + "start": 31136, + "end": 31168, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 30618, - "end": 30643, + "start": 31136, + "end": 31161, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30618, - "end": 30622, + "start": 31136, + "end": 31140, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 16 } }, @@ -55162,15 +55692,15 @@ }, "property": { "type": "Identifier", - "start": 30623, - "end": 30643, + "start": 31141, + "end": 31161, "loc": { "start": { - "line": 776, + "line": 783, "column": 17 }, "end": { - "line": 776, + "line": 783, "column": 37 }, "identifierName": "displayVolumeControl" @@ -55183,15 +55713,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 30644, - "end": 30649, + "start": 31162, + "end": 31167, "loc": { "start": { - "line": 776, + "line": 783, "column": 38 }, "end": { - "line": 776, + "line": 783, "column": 43 } }, @@ -55204,15 +55734,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30566, - "end": 30605, + "start": 31084, + "end": 31123, "loc": { "start": { - "line": 775, + "line": 782, "column": 12 }, "end": { - "line": 775, + "line": 782, "column": 51 } } @@ -55222,15 +55752,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30665, - "end": 30686, + "start": 31183, + "end": 31204, "loc": { "start": { - "line": 778, + "line": 785, "column": 12 }, "end": { - "line": 778, + "line": 785, "column": 33 } } @@ -55239,57 +55769,57 @@ }, { "type": "IfStatement", - "start": 30699, - "end": 31401, + "start": 31217, + "end": 31919, "loc": { "start": { - "line": 779, + "line": 786, "column": 12 }, "end": { - "line": 792, + "line": 799, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 30703, - "end": 30733, + "start": 31221, + "end": 31251, "loc": { "start": { - "line": 779, + "line": 786, "column": 16 }, "end": { - "line": 779, + "line": 786, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 30703, - "end": 30724, + "start": 31221, + "end": 31242, "loc": { "start": { - "line": 779, + "line": 786, "column": 16 }, "end": { - "line": 779, + "line": 786, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30703, - "end": 30707, + "start": 31221, + "end": 31225, "loc": { "start": { - "line": 779, + "line": 786, "column": 16 }, "end": { - "line": 779, + "line": 786, "column": 20 } }, @@ -55297,15 +55827,15 @@ }, "property": { "type": "Identifier", - "start": 30708, - "end": 30724, + "start": 31226, + "end": 31242, "loc": { "start": { - "line": 779, + "line": 786, "column": 21 }, "end": { - "line": 779, + "line": 786, "column": 37 }, "identifierName": "pictureInPicture" @@ -55318,15 +55848,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 30729, - "end": 30733, + "start": 31247, + "end": 31251, "loc": { "start": { - "line": 779, + "line": 786, "column": 42 }, "end": { - "line": 779, + "line": 786, "column": 46 } }, @@ -55336,100 +55866,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 30735, - "end": 31401, + "start": 31253, + "end": 31919, "loc": { "start": { - "line": 779, + "line": 786, "column": 48 }, "end": { - "line": 792, + "line": 799, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 30784, - "end": 30813, + "start": 31302, + "end": 31331, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 30784, - "end": 30812, + "start": 31302, + "end": 31330, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 30784, - "end": 30810, + "start": 31302, + "end": 31328, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 30784, - "end": 30805, + "start": 31302, + "end": 31323, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 30784, - "end": 30795, + "start": 31302, + "end": 31313, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 30784, - "end": 30788, + "start": 31302, + "end": 31306, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 20 } }, @@ -55437,15 +55967,15 @@ }, "property": { "type": "Identifier", - "start": 30789, - "end": 30795, + "start": 31307, + "end": 31313, "loc": { "start": { - "line": 781, + "line": 788, "column": 21 }, "end": { - "line": 781, + "line": 788, "column": 27 }, "identifierName": "player" @@ -55457,15 +55987,15 @@ }, "property": { "type": "Identifier", - "start": 30796, - "end": 30805, + "start": 31314, + "end": 31323, "loc": { "start": { - "line": 781, + "line": 788, "column": 28 }, "end": { - "line": 781, + "line": 788, "column": 37 }, "identifierName": "pipToggle" @@ -55477,15 +56007,15 @@ }, "property": { "type": "Identifier", - "start": 30806, - "end": 30810, + "start": 31324, + "end": 31328, "loc": { "start": { - "line": 781, + "line": 788, "column": 38 }, "end": { - "line": 781, + "line": 788, "column": 42 }, "identifierName": "show" @@ -55502,15 +56032,15 @@ { "type": "CommentLine", "value": " show button", - "start": 30753, - "end": 30767, + "start": 31271, + "end": 31285, "loc": { "start": { - "line": 780, + "line": 787, "column": 16 }, "end": { - "line": 780, + "line": 787, "column": 30 } } @@ -55520,15 +56050,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30831, - "end": 30881, + "start": 31349, + "end": 31399, "loc": { "start": { - "line": 783, + "line": 790, "column": 16 }, "end": { - "line": 783, + "line": 790, "column": 66 } } @@ -55537,71 +56067,71 @@ }, { "type": "ExpressionStatement", - "start": 30898, - "end": 31009, + "start": 31416, + "end": 31527, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 785, + "line": 792, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 30898, - "end": 31008, + "start": 31416, + "end": 31526, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 785, + "line": 792, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 30898, - "end": 30935, + "start": 31416, + "end": 31453, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 784, + "line": 791, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 30898, - "end": 30915, + "start": 31416, + "end": 31433, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 784, + "line": 791, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30898, - "end": 30902, + "start": 31416, + "end": 31420, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 784, + "line": 791, "column": 20 } }, @@ -55609,15 +56139,15 @@ }, "property": { "type": "Identifier", - "start": 30903, - "end": 30915, + "start": 31421, + "end": 31433, "loc": { "start": { - "line": 784, + "line": 791, "column": 21 }, "end": { - "line": 784, + "line": 791, "column": 33 }, "identifierName": "mediaElement" @@ -55629,15 +56159,15 @@ }, "property": { "type": "Identifier", - "start": 30916, - "end": 30935, + "start": 31434, + "end": 31453, "loc": { "start": { - "line": 784, + "line": 791, "column": 34 }, "end": { - "line": 784, + "line": 791, "column": 53 }, "identifierName": "removeEventListener" @@ -55650,29 +56180,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30936, - "end": 30963, + "start": 31454, + "end": 31481, "loc": { "start": { - "line": 784, + "line": 791, "column": 54 }, "end": { - "line": 784, + "line": 791, "column": 81 } }, "object": { "type": "Identifier", - "start": 30936, - "end": 30941, + "start": 31454, + "end": 31459, "loc": { "start": { - "line": 784, + "line": 791, "column": 54 }, "end": { - "line": 784, + "line": 791, "column": 59 }, "identifierName": "Event" @@ -55681,15 +56211,15 @@ }, "property": { "type": "Identifier", - "start": 30942, - "end": 30963, + "start": 31460, + "end": 31481, "loc": { "start": { - "line": 784, + "line": 791, "column": 60 }, "end": { - "line": 784, + "line": 791, "column": 81 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -55700,44 +56230,44 @@ }, { "type": "MemberExpression", - "start": 30985, - "end": 31007, + "start": 31503, + "end": 31525, "loc": { "start": { - "line": 785, + "line": 792, "column": 20 }, "end": { - "line": 785, + "line": 792, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30985, - "end": 30989, + "start": 31503, + "end": 31507, "loc": { "start": { - "line": 785, + "line": 792, "column": 20 }, "end": { - "line": 785, + "line": 792, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30990, - "end": 31007, + "start": 31508, + "end": 31525, "loc": { "start": { - "line": 785, + "line": 792, "column": 25 }, "end": { - "line": 785, + "line": 792, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -55753,15 +56283,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30831, - "end": 30881, + "start": 31349, + "end": 31399, "loc": { "start": { - "line": 783, + "line": 790, "column": 16 }, "end": { - "line": 783, + "line": 790, "column": 66 } } @@ -55770,86 +56300,86 @@ }, { "type": "ExpressionStatement", - "start": 31026, - "end": 31137, + "start": 31544, + "end": 31655, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 787, + "line": 794, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31026, - "end": 31136, + "start": 31544, + "end": 31654, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 787, + "line": 794, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31026, - "end": 31063, + "start": 31544, + "end": 31581, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 786, + "line": 793, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 31026, - "end": 31043, + "start": 31544, + "end": 31561, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 786, + "line": 793, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31026, - "end": 31030, + "start": 31544, + "end": 31548, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 786, + "line": 793, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31031, - "end": 31043, + "start": 31549, + "end": 31561, "loc": { "start": { - "line": 786, + "line": 793, "column": 21 }, "end": { - "line": 786, + "line": 793, "column": 33 }, "identifierName": "mediaElement" @@ -55860,15 +56390,15 @@ }, "property": { "type": "Identifier", - "start": 31044, - "end": 31063, + "start": 31562, + "end": 31581, "loc": { "start": { - "line": 786, + "line": 793, "column": 34 }, "end": { - "line": 786, + "line": 793, "column": 53 }, "identifierName": "removeEventListener" @@ -55880,29 +56410,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31064, - "end": 31091, + "start": 31582, + "end": 31609, "loc": { "start": { - "line": 786, + "line": 793, "column": 54 }, "end": { - "line": 786, + "line": 793, "column": 81 } }, "object": { "type": "Identifier", - "start": 31064, - "end": 31069, + "start": 31582, + "end": 31587, "loc": { "start": { - "line": 786, + "line": 793, "column": 54 }, "end": { - "line": 786, + "line": 793, "column": 59 }, "identifierName": "Event" @@ -55911,15 +56441,15 @@ }, "property": { "type": "Identifier", - "start": 31070, - "end": 31091, + "start": 31588, + "end": 31609, "loc": { "start": { - "line": 786, + "line": 793, "column": 60 }, "end": { - "line": 786, + "line": 793, "column": 81 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -55930,44 +56460,44 @@ }, { "type": "MemberExpression", - "start": 31113, - "end": 31135, + "start": 31631, + "end": 31653, "loc": { "start": { - "line": 787, + "line": 794, "column": 20 }, "end": { - "line": 787, + "line": 794, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31113, - "end": 31117, + "start": 31631, + "end": 31635, "loc": { "start": { - "line": 787, + "line": 794, "column": 20 }, "end": { - "line": 787, + "line": 794, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31118, - "end": 31135, + "start": 31636, + "end": 31653, "loc": { "start": { - "line": 787, + "line": 794, "column": 25 }, "end": { - "line": 787, + "line": 794, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -55981,86 +56511,86 @@ }, { "type": "ExpressionStatement", - "start": 31154, - "end": 31262, + "start": 31672, + "end": 31780, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 789, + "line": 796, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31154, - "end": 31261, + "start": 31672, + "end": 31779, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 789, + "line": 796, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31154, - "end": 31188, + "start": 31672, + "end": 31706, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 788, + "line": 795, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 31154, - "end": 31171, + "start": 31672, + "end": 31689, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 788, + "line": 795, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31154, - "end": 31158, + "start": 31672, + "end": 31676, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 788, + "line": 795, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31159, - "end": 31171, + "start": 31677, + "end": 31689, "loc": { "start": { - "line": 788, + "line": 795, "column": 21 }, "end": { - "line": 788, + "line": 795, "column": 33 }, "identifierName": "mediaElement" @@ -56071,15 +56601,15 @@ }, "property": { "type": "Identifier", - "start": 31172, - "end": 31188, + "start": 31690, + "end": 31706, "loc": { "start": { - "line": 788, + "line": 795, "column": 34 }, "end": { - "line": 788, + "line": 795, "column": 50 }, "identifierName": "addEventListener" @@ -56091,29 +56621,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31189, - "end": 31216, + "start": 31707, + "end": 31734, "loc": { "start": { - "line": 788, + "line": 795, "column": 51 }, "end": { - "line": 788, + "line": 795, "column": 78 } }, "object": { "type": "Identifier", - "start": 31189, - "end": 31194, + "start": 31707, + "end": 31712, "loc": { "start": { - "line": 788, + "line": 795, "column": 51 }, "end": { - "line": 788, + "line": 795, "column": 56 }, "identifierName": "Event" @@ -56122,15 +56652,15 @@ }, "property": { "type": "Identifier", - "start": 31195, - "end": 31216, + "start": 31713, + "end": 31734, "loc": { "start": { - "line": 788, + "line": 795, "column": 57 }, "end": { - "line": 788, + "line": 795, "column": 78 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -56141,44 +56671,44 @@ }, { "type": "MemberExpression", - "start": 31238, - "end": 31260, + "start": 31756, + "end": 31778, "loc": { "start": { - "line": 789, + "line": 796, "column": 20 }, "end": { - "line": 789, + "line": 796, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31238, - "end": 31242, + "start": 31756, + "end": 31760, "loc": { "start": { - "line": 789, + "line": 796, "column": 20 }, "end": { - "line": 789, + "line": 796, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31243, - "end": 31260, + "start": 31761, + "end": 31778, "loc": { "start": { - "line": 789, + "line": 796, "column": 25 }, "end": { - "line": 789, + "line": 796, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -56192,86 +56722,86 @@ }, { "type": "ExpressionStatement", - "start": 31279, - "end": 31387, + "start": 31797, + "end": 31905, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 791, + "line": 798, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31279, - "end": 31386, + "start": 31797, + "end": 31904, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 791, + "line": 798, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31279, - "end": 31313, + "start": 31797, + "end": 31831, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 790, + "line": 797, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 31279, - "end": 31296, + "start": 31797, + "end": 31814, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 790, + "line": 797, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31279, - "end": 31283, + "start": 31797, + "end": 31801, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 790, + "line": 797, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31284, - "end": 31296, + "start": 31802, + "end": 31814, "loc": { "start": { - "line": 790, + "line": 797, "column": 21 }, "end": { - "line": 790, + "line": 797, "column": 33 }, "identifierName": "mediaElement" @@ -56282,15 +56812,15 @@ }, "property": { "type": "Identifier", - "start": 31297, - "end": 31313, + "start": 31815, + "end": 31831, "loc": { "start": { - "line": 790, + "line": 797, "column": 34 }, "end": { - "line": 790, + "line": 797, "column": 50 }, "identifierName": "addEventListener" @@ -56302,29 +56832,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31314, - "end": 31341, + "start": 31832, + "end": 31859, "loc": { "start": { - "line": 790, + "line": 797, "column": 51 }, "end": { - "line": 790, + "line": 797, "column": 78 } }, "object": { "type": "Identifier", - "start": 31314, - "end": 31319, + "start": 31832, + "end": 31837, "loc": { "start": { - "line": 790, + "line": 797, "column": 51 }, "end": { - "line": 790, + "line": 797, "column": 56 }, "identifierName": "Event" @@ -56333,15 +56863,15 @@ }, "property": { "type": "Identifier", - "start": 31320, - "end": 31341, + "start": 31838, + "end": 31859, "loc": { "start": { - "line": 790, + "line": 797, "column": 57 }, "end": { - "line": 790, + "line": 797, "column": 78 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -56352,44 +56882,44 @@ }, { "type": "MemberExpression", - "start": 31363, - "end": 31385, + "start": 31881, + "end": 31903, "loc": { "start": { - "line": 791, + "line": 798, "column": 20 }, "end": { - "line": 791, + "line": 798, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31363, - "end": 31367, + "start": 31881, + "end": 31885, "loc": { "start": { - "line": 791, + "line": 798, "column": 20 }, "end": { - "line": 791, + "line": 798, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31368, - "end": 31385, + "start": 31886, + "end": 31903, "loc": { "start": { - "line": 791, + "line": 798, "column": 25 }, "end": { - "line": 791, + "line": 798, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -56410,15 +56940,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30665, - "end": 30686, + "start": 31183, + "end": 31204, "loc": { "start": { - "line": 778, + "line": 785, "column": 12 }, "end": { - "line": 778, + "line": 785, "column": 33 } } @@ -56428,15 +56958,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31414, - "end": 31428, + "start": 31932, + "end": 31946, "loc": { "start": { - "line": 793, + "line": 800, "column": 12 }, "end": { - "line": 793, + "line": 800, "column": 26 } } @@ -56445,57 +56975,57 @@ }, { "type": "ExpressionStatement", - "start": 31441, - "end": 31464, + "start": 31959, + "end": 31982, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 31441, - "end": 31463, + "start": 31959, + "end": 31981, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 31441, - "end": 31450, + "start": 31959, + "end": 31968, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 31441, - "end": 31445, + "start": 31959, + "end": 31963, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 16 } }, @@ -56503,15 +57033,15 @@ }, "property": { "type": "Identifier", - "start": 31446, - "end": 31450, + "start": 31964, + "end": 31968, "loc": { "start": { - "line": 794, + "line": 801, "column": 17 }, "end": { - "line": 794, + "line": 801, "column": 21 }, "identifierName": "load" @@ -56524,44 +57054,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 31451, - "end": 31462, + "start": 31969, + "end": 31980, "loc": { "start": { - "line": 794, + "line": 801, "column": 22 }, "end": { - "line": 794, + "line": 801, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31451, - "end": 31455, + "start": 31969, + "end": 31973, "loc": { "start": { - "line": 794, + "line": 801, "column": 22 }, "end": { - "line": 794, + "line": 801, "column": 26 } } }, "property": { "type": "Identifier", - "start": 31456, - "end": 31462, + "start": 31974, + "end": 31980, "loc": { "start": { - "line": 794, + "line": 801, "column": 27 }, "end": { - "line": 794, + "line": 801, "column": 33 }, "identifierName": "stream" @@ -56577,15 +57107,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31414, - "end": 31428, + "start": 31932, + "end": 31946, "loc": { "start": { - "line": 793, + "line": 800, "column": 12 }, "end": { - "line": 793, + "line": 800, "column": 26 } } @@ -56595,15 +57125,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31478, - "end": 31541, + "start": 31996, + "end": 32059, "loc": { "start": { - "line": 796, + "line": 803, "column": 12 }, "end": { - "line": 796, + "line": 803, "column": 75 } } @@ -56611,15 +57141,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31554, - "end": 31567, + "start": 32072, + "end": 32085, "loc": { "start": { - "line": 797, + "line": 804, "column": 12 }, "end": { - "line": 797, + "line": 804, "column": 25 } } @@ -56628,71 +57158,71 @@ }, { "type": "ExpressionStatement", - "start": 31580, - "end": 31813, + "start": 32098, + "end": 32331, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 804, + "line": 811, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 31580, - "end": 31812, + "start": 32098, + "end": 32330, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 804, + "line": 811, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 31580, - "end": 31595, + "start": 32098, + "end": 32113, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 798, + "line": 805, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 31580, - "end": 31591, + "start": 32098, + "end": 32109, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 798, + "line": 805, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31580, - "end": 31584, + "start": 32098, + "end": 32102, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 798, + "line": 805, "column": 16 } }, @@ -56700,15 +57230,15 @@ }, "property": { "type": "Identifier", - "start": 31585, - "end": 31591, + "start": 32103, + "end": 32109, "loc": { "start": { - "line": 798, + "line": 805, "column": 17 }, "end": { - "line": 798, + "line": 805, "column": 23 }, "identifierName": "player" @@ -56720,15 +57250,15 @@ }, "property": { "type": "Identifier", - "start": 31592, - "end": 31595, + "start": 32110, + "end": 32113, "loc": { "start": { - "line": 798, + "line": 805, "column": 24 }, "end": { - "line": 798, + "line": 805, "column": 27 }, "identifierName": "one" @@ -56741,29 +57271,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31596, - "end": 31616, + "start": 32114, + "end": 32134, "loc": { "start": { - "line": 798, + "line": 805, "column": 28 }, "end": { - "line": 798, + "line": 805, "column": 48 } }, "object": { "type": "Identifier", - "start": 31596, - "end": 31601, + "start": 32114, + "end": 32119, "loc": { "start": { - "line": 798, + "line": 805, "column": 28 }, "end": { - "line": 798, + "line": 805, "column": 33 }, "identifierName": "Event" @@ -56772,15 +57302,15 @@ }, "property": { "type": "Identifier", - "start": 31602, - "end": 31616, + "start": 32120, + "end": 32134, "loc": { "start": { - "line": 798, + "line": 805, "column": 34 }, "end": { - "line": 798, + "line": 805, "column": 48 }, "identifierName": "LOADEDMETADATA" @@ -56791,15 +57321,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 31618, - "end": 31811, + "start": 32136, + "end": 32329, "loc": { "start": { - "line": 798, + "line": 805, "column": 50 }, "end": { - "line": 804, + "line": 811, "column": 13 } }, @@ -56810,86 +57340,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 31624, - "end": 31811, + "start": 32142, + "end": 32329, "loc": { "start": { - "line": 798, + "line": 805, "column": 56 }, "end": { - "line": 804, + "line": 811, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 31674, - "end": 31699, + "start": 32192, + "end": 32217, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 31674, - "end": 31698, + "start": 32192, + "end": 32216, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 31674, - "end": 31696, + "start": 32192, + "end": 32214, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31674, - "end": 31691, + "start": 32192, + "end": 32209, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31674, - "end": 31678, + "start": 32192, + "end": 32196, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 20 } }, @@ -56897,15 +57427,15 @@ }, "property": { "type": "Identifier", - "start": 31679, - "end": 31691, + "start": 32197, + "end": 32209, "loc": { "start": { - "line": 800, + "line": 807, "column": 21 }, "end": { - "line": 800, + "line": 807, "column": 33 }, "identifierName": "mediaElement" @@ -56917,15 +57447,15 @@ }, "property": { "type": "Identifier", - "start": 31692, - "end": 31696, + "start": 32210, + "end": 32214, "loc": { "start": { - "line": 800, + "line": 807, "column": 34 }, "end": { - "line": 800, + "line": 807, "column": 38 }, "identifierName": "play" @@ -56942,15 +57472,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 31642, - "end": 31657, + "start": 32160, + "end": 32175, "loc": { "start": { - "line": 799, + "line": 806, "column": 16 }, "end": { - "line": 799, + "line": 806, "column": 31 } } @@ -56960,15 +57490,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31717, - "end": 31740, + "start": 32235, + "end": 32258, "loc": { "start": { - "line": 802, + "line": 809, "column": 16 }, "end": { - "line": 802, + "line": 809, "column": 39 } } @@ -56977,71 +57507,71 @@ }, { "type": "ExpressionStatement", - "start": 31757, - "end": 31797, + "start": 32275, + "end": 32315, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 31757, - "end": 31796, + "start": 32275, + "end": 32314, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 31757, - "end": 31776, + "start": 32275, + "end": 32294, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 31757, - "end": 31768, + "start": 32275, + "end": 32286, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31757, - "end": 31761, + "start": 32275, + "end": 32279, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 20 } }, @@ -57049,15 +57579,15 @@ }, "property": { "type": "Identifier", - "start": 31762, - "end": 31768, + "start": 32280, + "end": 32286, "loc": { "start": { - "line": 803, + "line": 810, "column": 21 }, "end": { - "line": 803, + "line": 810, "column": 27 }, "identifierName": "player" @@ -57069,15 +57599,15 @@ }, "property": { "type": "Identifier", - "start": 31769, - "end": 31776, + "start": 32287, + "end": 32294, "loc": { "start": { - "line": 803, + "line": 810, "column": 28 }, "end": { - "line": 803, + "line": 810, "column": 35 }, "identifierName": "trigger" @@ -57090,29 +57620,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31777, - "end": 31795, + "start": 32295, + "end": 32313, "loc": { "start": { - "line": 803, + "line": 810, "column": 36 }, "end": { - "line": 803, + "line": 810, "column": 54 } }, "object": { "type": "Identifier", - "start": 31777, - "end": 31782, + "start": 32295, + "end": 32300, "loc": { "start": { - "line": 803, + "line": 810, "column": 36 }, "end": { - "line": 803, + "line": 810, "column": 41 }, "identifierName": "Event" @@ -57121,15 +57651,15 @@ }, "property": { "type": "Identifier", - "start": 31783, - "end": 31795, + "start": 32301, + "end": 32313, "loc": { "start": { - "line": 803, + "line": 810, "column": 42 }, "end": { - "line": 803, + "line": 810, "column": 54 }, "identifierName": "DEVICE_READY" @@ -57145,15 +57675,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31717, - "end": 31740, + "start": 32235, + "end": 32258, "loc": { "start": { - "line": 802, + "line": 809, "column": 16 }, "end": { - "line": 802, + "line": 809, "column": 39 } } @@ -57171,15 +57701,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31478, - "end": 31541, + "start": 31996, + "end": 32059, "loc": { "start": { - "line": 796, + "line": 803, "column": 12 }, "end": { - "line": 796, + "line": 803, "column": 75 } } @@ -57187,15 +57717,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31554, - "end": 31567, + "start": 32072, + "end": 32085, "loc": { "start": { - "line": 797, + "line": 804, "column": 12 }, "end": { - "line": 797, + "line": 804, "column": 25 } } @@ -57207,86 +57737,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 31829, - "end": 31929, + "start": 32347, + "end": 32447, "loc": { "start": { - "line": 805, + "line": 812, "column": 15 }, "end": { - "line": 808, + "line": 815, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 31879, - "end": 31919, + "start": 32397, + "end": 32437, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 31879, - "end": 31918, + "start": 32397, + "end": 32436, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 31879, - "end": 31898, + "start": 32397, + "end": 32416, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 31879, - "end": 31890, + "start": 32397, + "end": 32408, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31879, - "end": 31883, + "start": 32397, + "end": 32401, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 16 } }, @@ -57294,15 +57824,15 @@ }, "property": { "type": "Identifier", - "start": 31884, - "end": 31890, + "start": 32402, + "end": 32408, "loc": { "start": { - "line": 807, + "line": 814, "column": 17 }, "end": { - "line": 807, + "line": 814, "column": 23 }, "identifierName": "player" @@ -57314,15 +57844,15 @@ }, "property": { "type": "Identifier", - "start": 31891, - "end": 31898, + "start": 32409, + "end": 32416, "loc": { "start": { - "line": 807, + "line": 814, "column": 24 }, "end": { - "line": 807, + "line": 814, "column": 31 }, "identifierName": "trigger" @@ -57335,29 +57865,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31899, - "end": 31917, + "start": 32417, + "end": 32435, "loc": { "start": { - "line": 807, + "line": 814, "column": 32 }, "end": { - "line": 807, + "line": 814, "column": 50 } }, "object": { "type": "Identifier", - "start": 31899, - "end": 31904, + "start": 32417, + "end": 32422, "loc": { "start": { - "line": 807, + "line": 814, "column": 32 }, "end": { - "line": 807, + "line": 814, "column": 37 }, "identifierName": "Event" @@ -57366,15 +57896,15 @@ }, "property": { "type": "Identifier", - "start": 31905, - "end": 31917, + "start": 32423, + "end": 32435, "loc": { "start": { - "line": 807, + "line": 814, "column": 38 }, "end": { - "line": 807, + "line": 814, "column": 50 }, "identifierName": "DEVICE_READY" @@ -57390,15 +57920,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31843, - "end": 31866, + "start": 32361, + "end": 32384, "loc": { "start": { - "line": 806, + "line": 813, "column": 12 }, "end": { - "line": 806, + "line": 813, "column": 35 } } @@ -57412,15 +57942,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30244, - "end": 30260, + "start": 30762, + "end": 30778, "loc": { "start": { - "line": 766, + "line": 773, "column": 8 }, "end": { - "line": 766, + "line": 773, "column": 24 } } @@ -57435,15 +57965,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 24072, - "end": 24221, + "start": 24527, + "end": 24676, "loc": { "start": { - "line": 606, + "line": 612, "column": 4 }, "end": { - "line": 611, + "line": 617, "column": 7 } } @@ -57453,15 +57983,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31941, - "end": 32084, + "start": 32459, + "end": 32602, "loc": { "start": { - "line": 811, + "line": 818, "column": 4 }, "end": { - "line": 816, + "line": 823, "column": 7 } } @@ -57470,15 +58000,15 @@ }, { "type": "ClassMethod", - "start": 32089, - "end": 32365, + "start": 32607, + "end": 32883, "loc": { "start": { - "line": 817, + "line": 824, "column": 4 }, "end": { - "line": 827, + "line": 834, "column": 5 } }, @@ -57486,15 +58016,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 32089, - "end": 32102, + "start": 32607, + "end": 32620, "loc": { "start": { - "line": 817, + "line": 824, "column": 4 }, "end": { - "line": 817, + "line": 824, "column": 17 }, "identifierName": "onDeviceError" @@ -57510,15 +58040,15 @@ "params": [ { "type": "Identifier", - "start": 32103, - "end": 32107, + "start": 32621, + "end": 32625, "loc": { "start": { - "line": 817, + "line": 824, "column": 18 }, "end": { - "line": 817, + "line": 824, "column": 22 }, "identifierName": "code" @@ -57528,88 +58058,88 @@ ], "body": { "type": "BlockStatement", - "start": 32109, - "end": 32365, + "start": 32627, + "end": 32883, "loc": { "start": { - "line": 817, + "line": 824, "column": 24 }, "end": { - "line": 827, + "line": 834, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 32119, - "end": 32146, + "start": 32637, + "end": 32664, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 32119, - "end": 32145, + "start": 32637, + "end": 32663, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32119, - "end": 32137, + "start": 32637, + "end": 32655, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 32119, - "end": 32123, + "start": 32637, + "end": 32641, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 12 } } }, "property": { "type": "Identifier", - "start": 32124, - "end": 32137, + "start": 32642, + "end": 32655, "loc": { "start": { - "line": 818, + "line": 825, "column": 13 }, "end": { - "line": 818, + "line": 825, "column": 26 }, "identifierName": "_deviceActive" @@ -57620,15 +58150,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32140, - "end": 32145, + "start": 32658, + "end": 32663, "loc": { "start": { - "line": 818, + "line": 825, "column": 29 }, "end": { - "line": 818, + "line": 825, "column": 34 } }, @@ -57638,29 +58168,29 @@ }, { "type": "IfStatement", - "start": 32156, - "end": 32359, + "start": 32674, + "end": 32877, "loc": { "start": { - "line": 820, + "line": 827, "column": 8 }, "end": { - "line": 826, + "line": 833, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 32160, - "end": 32179, + "start": 32678, + "end": 32697, "loc": { "start": { - "line": 820, + "line": 827, "column": 12 }, "end": { - "line": 820, + "line": 827, "column": 31 } }, @@ -57668,58 +58198,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 32161, - "end": 32179, + "start": 32679, + "end": 32697, "loc": { "start": { - "line": 820, + "line": 827, "column": 13 }, "end": { - "line": 820, + "line": 827, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 32161, - "end": 32177, + "start": 32679, + "end": 32695, "loc": { "start": { - "line": 820, + "line": 827, "column": 13 }, "end": { - "line": 820, + "line": 827, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 32161, - "end": 32165, + "start": 32679, + "end": 32683, "loc": { "start": { - "line": 820, + "line": 827, "column": 13 }, "end": { - "line": 820, + "line": 827, "column": 17 } } }, "property": { "type": "Identifier", - "start": 32166, - "end": 32177, + "start": 32684, + "end": 32695, "loc": { "start": { - "line": 820, + "line": 827, "column": 18 }, "end": { - "line": 820, + "line": 827, "column": 29 }, "identifierName": "isDestroyed" @@ -57736,87 +58266,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 32181, - "end": 32359, + "start": 32699, + "end": 32877, "loc": { "start": { - "line": 820, + "line": 827, "column": 33 }, "end": { - "line": 826, + "line": 833, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 32221, - "end": 32256, + "start": 32739, + "end": 32774, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 32221, - "end": 32255, + "start": 32739, + "end": 32773, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32221, - "end": 32248, + "start": 32739, + "end": 32766, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 32221, - "end": 32232, + "start": 32739, + "end": 32750, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 32221, - "end": 32225, + "start": 32739, + "end": 32743, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 16 } }, @@ -57824,15 +58354,15 @@ }, "property": { "type": "Identifier", - "start": 32226, - "end": 32232, + "start": 32744, + "end": 32750, "loc": { "start": { - "line": 822, + "line": 829, "column": 17 }, "end": { - "line": 822, + "line": 829, "column": 23 }, "identifierName": "player" @@ -57844,15 +58374,15 @@ }, "property": { "type": "Identifier", - "start": 32233, - "end": 32248, + "start": 32751, + "end": 32766, "loc": { "start": { - "line": 822, + "line": 829, "column": 24 }, "end": { - "line": 822, + "line": 829, "column": 39 }, "identifierName": "deviceErrorCode" @@ -57864,15 +58394,15 @@ }, "right": { "type": "Identifier", - "start": 32251, - "end": 32255, + "start": 32769, + "end": 32773, "loc": { "start": { - "line": 822, + "line": 829, "column": 42 }, "end": { - "line": 822, + "line": 829, "column": 46 }, "identifierName": "code" @@ -57885,15 +58415,15 @@ { "type": "CommentLine", "value": " store code", - "start": 32195, - "end": 32208, + "start": 32713, + "end": 32726, "loc": { "start": { - "line": 821, + "line": 828, "column": 12 }, "end": { - "line": 821, + "line": 828, "column": 25 } } @@ -57903,15 +58433,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32270, - "end": 32296, + "start": 32788, + "end": 32814, "loc": { "start": { - "line": 824, + "line": 831, "column": 12 }, "end": { - "line": 824, + "line": 831, "column": 38 } } @@ -57920,71 +58450,71 @@ }, { "type": "ExpressionStatement", - "start": 32309, - "end": 32349, + "start": 32827, + "end": 32867, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 32309, - "end": 32348, + "start": 32827, + "end": 32866, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 32309, - "end": 32328, + "start": 32827, + "end": 32846, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 32309, - "end": 32320, + "start": 32827, + "end": 32838, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 32309, - "end": 32313, + "start": 32827, + "end": 32831, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 16 } }, @@ -57992,15 +58522,15 @@ }, "property": { "type": "Identifier", - "start": 32314, - "end": 32320, + "start": 32832, + "end": 32838, "loc": { "start": { - "line": 825, + "line": 832, "column": 17 }, "end": { - "line": 825, + "line": 832, "column": 23 }, "identifierName": "player" @@ -58012,15 +58542,15 @@ }, "property": { "type": "Identifier", - "start": 32321, - "end": 32328, + "start": 32839, + "end": 32846, "loc": { "start": { - "line": 825, + "line": 832, "column": 24 }, "end": { - "line": 825, + "line": 832, "column": 31 }, "identifierName": "trigger" @@ -58033,29 +58563,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 32329, - "end": 32347, + "start": 32847, + "end": 32865, "loc": { "start": { - "line": 825, + "line": 832, "column": 32 }, "end": { - "line": 825, + "line": 832, "column": 50 } }, "object": { "type": "Identifier", - "start": 32329, - "end": 32334, + "start": 32847, + "end": 32852, "loc": { "start": { - "line": 825, + "line": 832, "column": 32 }, "end": { - "line": 825, + "line": 832, "column": 37 }, "identifierName": "Event" @@ -58064,15 +58594,15 @@ }, "property": { "type": "Identifier", - "start": 32335, - "end": 32347, + "start": 32853, + "end": 32865, "loc": { "start": { - "line": 825, + "line": 832, "column": 38 }, "end": { - "line": 825, + "line": 832, "column": 50 }, "identifierName": "DEVICE_ERROR" @@ -58088,15 +58618,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32270, - "end": 32296, + "start": 32788, + "end": 32814, "loc": { "start": { - "line": 824, + "line": 831, "column": 12 }, "end": { - "line": 824, + "line": 831, "column": 38 } } @@ -58116,15 +58646,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31941, - "end": 32084, + "start": 32459, + "end": 32602, "loc": { "start": { - "line": 811, + "line": 818, "column": 4 }, "end": { - "line": 816, + "line": 823, "column": 7 } } @@ -58134,15 +58664,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32371, - "end": 32406, + "start": 32889, + "end": 32924, "loc": { "start": { - "line": 829, + "line": 836, "column": 4 }, "end": { - "line": 831, + "line": 838, "column": 7 } } @@ -58151,15 +58681,15 @@ }, { "type": "ClassMethod", - "start": 32411, - "end": 35755, + "start": 32929, + "end": 36273, "loc": { "start": { - "line": 832, + "line": 839, "column": 4 }, "end": { - "line": 924, + "line": 931, "column": 5 } }, @@ -58167,15 +58697,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 32411, - "end": 32416, + "start": 32929, + "end": 32934, "loc": { "start": { - "line": 832, + "line": 839, "column": 4 }, "end": { - "line": 832, + "line": 839, "column": 9 }, "identifierName": "start" @@ -58191,44 +58721,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 32419, - "end": 35755, + "start": 32937, + "end": 36273, "loc": { "start": { - "line": 832, + "line": 839, "column": 12 }, "end": { - "line": 924, + "line": 931, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 32429, - "end": 35749, + "start": 32947, + "end": 36267, "loc": { "start": { - "line": 833, + "line": 840, "column": 8 }, "end": { - "line": 923, + "line": 930, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 32433, - "end": 32453, + "start": 32951, + "end": 32971, "loc": { "start": { - "line": 833, + "line": 840, "column": 12 }, "end": { - "line": 833, + "line": 840, "column": 32 } }, @@ -58236,58 +58766,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 32434, - "end": 32453, + "start": 32952, + "end": 32971, "loc": { "start": { - "line": 833, + "line": 840, "column": 13 }, "end": { - "line": 833, + "line": 840, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 32434, - "end": 32451, + "start": 32952, + "end": 32969, "loc": { "start": { - "line": 833, + "line": 840, "column": 13 }, "end": { - "line": 833, + "line": 840, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 32434, - "end": 32438, + "start": 32952, + "end": 32956, "loc": { "start": { - "line": 833, + "line": 840, "column": 13 }, "end": { - "line": 833, + "line": 840, "column": 17 } } }, "property": { "type": "Identifier", - "start": 32439, - "end": 32451, + "start": 32957, + "end": 32969, "loc": { "start": { - "line": 833, + "line": 840, "column": 18 }, "end": { - "line": 833, + "line": 840, "column": 30 }, "identifierName": "isProcessing" @@ -58304,72 +58834,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 32455, - "end": 35749, + "start": 32973, + "end": 36267, "loc": { "start": { - "line": 833, + "line": 840, "column": 34 }, "end": { - "line": 923, + "line": 930, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 32551, - "end": 32718, + "start": 33069, + "end": 33236, "loc": { "start": { - "line": 835, + "line": 842, "column": 12 }, "end": { - "line": 839, + "line": 846, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 32555, - "end": 32598, + "start": 33073, + "end": 33116, "loc": { "start": { - "line": 835, + "line": 842, "column": 16 }, "end": { - "line": 835, + "line": 842, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 32555, - "end": 32566, + "start": 33073, + "end": 33084, "loc": { "start": { - "line": 835, + "line": 842, "column": 16 }, "end": { - "line": 835, + "line": 842, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32555, - "end": 32559, + "start": 33073, + "end": 33077, "loc": { "start": { - "line": 835, + "line": 842, "column": 16 }, "end": { - "line": 835, + "line": 842, "column": 20 } }, @@ -58377,15 +58907,15 @@ }, "property": { "type": "Identifier", - "start": 32560, - "end": 32566, + "start": 33078, + "end": 33084, "loc": { "start": { - "line": 835, + "line": 842, "column": 21 }, "end": { - "line": 835, + "line": 842, "column": 27 }, "identifierName": "stream" @@ -58398,72 +58928,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 32570, - "end": 32598, + "start": 33088, + "end": 33116, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 32570, - "end": 32588, + "start": 33088, + "end": 33106, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32570, - "end": 32581, + "start": 33088, + "end": 33099, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 32570, - "end": 32574, + "start": 33088, + "end": 33092, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 35 } } }, "property": { "type": "Identifier", - "start": 32575, - "end": 32581, + "start": 33093, + "end": 33099, "loc": { "start": { - "line": 835, + "line": 842, "column": 36 }, "end": { - "line": 835, + "line": 842, "column": 42 }, "identifierName": "stream" @@ -58474,15 +59004,15 @@ }, "property": { "type": "Identifier", - "start": 32582, - "end": 32588, + "start": 33100, + "end": 33106, "loc": { "start": { - "line": 835, + "line": 842, "column": 43 }, "end": { - "line": 835, + "line": 842, "column": 49 }, "identifierName": "active" @@ -58494,15 +59024,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 32593, - "end": 32598, + "start": 33111, + "end": 33116, "loc": { "start": { - "line": 835, + "line": 842, "column": 54 }, "end": { - "line": 835, + "line": 842, "column": 59 } }, @@ -58513,72 +59043,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 32600, - "end": 32718, + "start": 33118, + "end": 33236, "loc": { "start": { - "line": 835, + "line": 842, "column": 61 }, "end": { - "line": 839, + "line": 846, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 32663, - "end": 32680, + "start": 33181, + "end": 33198, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 32663, - "end": 32679, + "start": 33181, + "end": 33197, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 32663, - "end": 32677, + "start": 33181, + "end": 33195, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 32663, - "end": 32667, + "start": 33181, + "end": 33185, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 20 } }, @@ -58586,15 +59116,15 @@ }, "property": { "type": "Identifier", - "start": 32668, - "end": 32677, + "start": 33186, + "end": 33195, "loc": { "start": { - "line": 837, + "line": 844, "column": 21 }, "end": { - "line": 837, + "line": 844, "column": 30 }, "identifierName": "getDevice" @@ -58611,15 +59141,15 @@ { "type": "CommentLine", "value": " ask for permissions again", - "start": 32618, - "end": 32646, + "start": 33136, + "end": 33164, "loc": { "start": { - "line": 836, + "line": 843, "column": 16 }, "end": { - "line": 836, + "line": 843, "column": 44 } } @@ -58628,15 +59158,15 @@ }, { "type": "ReturnStatement", - "start": 32697, - "end": 32704, + "start": 33215, + "end": 33222, "loc": { "start": { - "line": 838, + "line": 845, "column": 16 }, "end": { - "line": 838, + "line": 845, "column": 23 } }, @@ -58650,15 +59180,15 @@ { "type": "CommentLine", "value": " check if user didn't revoke permissions after a previous recording", - "start": 32469, - "end": 32538, + "start": 32987, + "end": 33056, "loc": { "start": { - "line": 834, + "line": 841, "column": 12 }, "end": { - "line": 834, + "line": 841, "column": 81 } } @@ -58667,73 +59197,73 @@ }, { "type": "ExpressionStatement", - "start": 32731, - "end": 32754, + "start": 33249, + "end": 33272, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 32731, - "end": 32753, + "start": 33249, + "end": 33271, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32731, - "end": 32746, + "start": 33249, + "end": 33264, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32731, - "end": 32735, + "start": 33249, + "end": 33253, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 16 } } }, "property": { "type": "Identifier", - "start": 32736, - "end": 32746, + "start": 33254, + "end": 33264, "loc": { "start": { - "line": 840, + "line": 847, "column": 17 }, "end": { - "line": 840, + "line": 847, "column": 27 }, "identifierName": "_recording" @@ -58744,15 +59274,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32749, - "end": 32753, + "start": 33267, + "end": 33271, "loc": { "start": { - "line": 840, + "line": 847, "column": 30 }, "end": { - "line": 840, + "line": 847, "column": 34 } }, @@ -58763,15 +59293,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32768, - "end": 32794, + "start": 33286, + "end": 33312, "loc": { "start": { - "line": 842, + "line": 849, "column": 12 }, "end": { - "line": 842, + "line": 849, "column": 38 } } @@ -58780,85 +59310,85 @@ }, { "type": "IfStatement", - "start": 32807, - "end": 32933, + "start": 33325, + "end": 33451, "loc": { "start": { - "line": 843, + "line": 850, "column": 12 }, "end": { - "line": 845, + "line": 852, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 32811, - "end": 32858, + "start": 33329, + "end": 33376, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 32811, - "end": 32844, + "start": 33329, + "end": 33362, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32811, - "end": 32833, + "start": 33329, + "end": 33351, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32811, - "end": 32822, + "start": 33329, + "end": 33340, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32811, - "end": 32815, + "start": 33329, + "end": 33333, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 20 } }, @@ -58866,15 +59396,15 @@ }, "property": { "type": "Identifier", - "start": 32816, - "end": 32822, + "start": 33334, + "end": 33340, "loc": { "start": { - "line": 843, + "line": 850, "column": 21 }, "end": { - "line": 843, + "line": 850, "column": 27 }, "identifierName": "player" @@ -58886,15 +59416,15 @@ }, "property": { "type": "Identifier", - "start": 32823, - "end": 32833, + "start": 33341, + "end": 33351, "loc": { "start": { - "line": 843, + "line": 850, "column": 28 }, "end": { - "line": 843, + "line": 850, "column": 38 }, "identifierName": "controlBar" @@ -58906,15 +59436,15 @@ }, "property": { "type": "Identifier", - "start": 32834, - "end": 32844, + "start": 33352, + "end": 33362, "loc": { "start": { - "line": 843, + "line": 850, "column": 39 }, "end": { - "line": 843, + "line": 850, "column": 49 }, "identifierName": "playToggle" @@ -58927,15 +59457,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 32849, - "end": 32858, + "start": 33367, + "end": 33376, "loc": { "start": { - "line": 843, + "line": 850, "column": 54 }, "end": { - "line": 843, + "line": 850, "column": 63 }, "identifierName": "undefined" @@ -58946,129 +59476,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 32860, - "end": 32933, + "start": 33378, + "end": 33451, "loc": { "start": { - "line": 843, + "line": 850, "column": 65 }, "end": { - "line": 845, + "line": 852, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 32878, - "end": 32919, + "start": 33396, + "end": 33437, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 32878, - "end": 32918, + "start": 33396, + "end": 33436, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 32878, - "end": 32916, + "start": 33396, + "end": 33434, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 32878, - "end": 32911, + "start": 33396, + "end": 33429, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32878, - "end": 32900, + "start": 33396, + "end": 33418, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32878, - "end": 32889, + "start": 33396, + "end": 33407, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32878, - "end": 32882, + "start": 33396, + "end": 33400, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 20 } } }, "property": { "type": "Identifier", - "start": 32883, - "end": 32889, + "start": 33401, + "end": 33407, "loc": { "start": { - "line": 844, + "line": 851, "column": 21 }, "end": { - "line": 844, + "line": 851, "column": 27 }, "identifierName": "player" @@ -59079,15 +59609,15 @@ }, "property": { "type": "Identifier", - "start": 32890, - "end": 32900, + "start": 33408, + "end": 33418, "loc": { "start": { - "line": 844, + "line": 851, "column": 28 }, "end": { - "line": 844, + "line": 851, "column": 38 }, "identifierName": "controlBar" @@ -59098,15 +59628,15 @@ }, "property": { "type": "Identifier", - "start": 32901, - "end": 32911, + "start": 33419, + "end": 33429, "loc": { "start": { - "line": 844, + "line": 851, "column": 39 }, "end": { - "line": 844, + "line": 851, "column": 49 }, "identifierName": "playToggle" @@ -59117,15 +59647,15 @@ }, "property": { "type": "Identifier", - "start": 32912, - "end": 32916, + "start": 33430, + "end": 33434, "loc": { "start": { - "line": 844, + "line": 851, "column": 50 }, "end": { - "line": 844, + "line": 851, "column": 54 }, "identifierName": "hide" @@ -59146,15 +59676,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32768, - "end": 32794, + "start": 33286, + "end": 33312, "loc": { "start": { - "line": 842, + "line": 849, "column": 12 }, "end": { - "line": 842, + "line": 849, "column": 38 } } @@ -59164,15 +59694,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32947, - "end": 32974, + "start": 33465, + "end": 33492, "loc": { "start": { - "line": 847, + "line": 854, "column": 12 }, "end": { - "line": 847, + "line": 854, "column": 39 } } @@ -59181,57 +59711,57 @@ }, { "type": "ExpressionStatement", - "start": 32987, - "end": 33052, + "start": 33505, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 32987, - "end": 33051, + "start": 33505, + "end": 33569, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 32987, - "end": 32995, + "start": 33505, + "end": 33513, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 32987, - "end": 32991, + "start": 33505, + "end": 33509, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 16 } }, @@ -59239,15 +59769,15 @@ }, "property": { "type": "Identifier", - "start": 32992, - "end": 32995, + "start": 33510, + "end": 33513, "loc": { "start": { - "line": 848, + "line": 855, "column": 17 }, "end": { - "line": 848, + "line": 855, "column": 20 }, "identifierName": "off" @@ -59260,44 +59790,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 32996, - "end": 33007, + "start": 33514, + "end": 33525, "loc": { "start": { - "line": 848, + "line": 855, "column": 21 }, "end": { - "line": 848, + "line": 855, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 32996, - "end": 33000, + "start": 33514, + "end": 33518, "loc": { "start": { - "line": 848, + "line": 855, "column": 21 }, "end": { - "line": 848, + "line": 855, "column": 25 } } }, "property": { "type": "Identifier", - "start": 33001, - "end": 33007, + "start": 33519, + "end": 33525, "loc": { "start": { - "line": 848, + "line": 855, "column": 26 }, "end": { - "line": 848, + "line": 855, "column": 32 }, "identifierName": "player" @@ -59308,29 +59838,29 @@ }, { "type": "MemberExpression", - "start": 33009, - "end": 33025, + "start": 33527, + "end": 33543, "loc": { "start": { - "line": 848, + "line": 855, "column": 34 }, "end": { - "line": 848, + "line": 855, "column": 50 } }, "object": { "type": "Identifier", - "start": 33009, - "end": 33014, + "start": 33527, + "end": 33532, "loc": { "start": { - "line": 848, + "line": 855, "column": 34 }, "end": { - "line": 848, + "line": 855, "column": 39 }, "identifierName": "Event" @@ -59339,15 +59869,15 @@ }, "property": { "type": "Identifier", - "start": 33015, - "end": 33025, + "start": 33533, + "end": 33543, "loc": { "start": { - "line": 848, + "line": 855, "column": 40 }, "end": { - "line": 848, + "line": 855, "column": 50 }, "identifierName": "TIMEUPDATE" @@ -59358,44 +59888,44 @@ }, { "type": "MemberExpression", - "start": 33027, - "end": 33050, + "start": 33545, + "end": 33568, "loc": { "start": { - "line": 848, + "line": 855, "column": 52 }, "end": { - "line": 848, + "line": 855, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 33027, - "end": 33031, + "start": 33545, + "end": 33549, "loc": { "start": { - "line": 848, + "line": 855, "column": 52 }, "end": { - "line": 848, + "line": 855, "column": 56 } } }, "property": { "type": "Identifier", - "start": 33032, - "end": 33050, + "start": 33550, + "end": 33568, "loc": { "start": { - "line": 848, + "line": 855, "column": 57 }, "end": { - "line": 848, + "line": 855, "column": 75 }, "identifierName": "playbackTimeUpdate" @@ -59411,15 +59941,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32947, - "end": 32974, + "start": 33465, + "end": 33492, "loc": { "start": { - "line": 847, + "line": 854, "column": 12 }, "end": { - "line": 847, + "line": 854, "column": 39 } } @@ -59428,72 +59958,72 @@ }, { "type": "ExpressionStatement", - "start": 33065, - "end": 33125, + "start": 33583, + "end": 33643, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 33065, - "end": 33124, + "start": 33583, + "end": 33642, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 33065, - "end": 33073, + "start": 33583, + "end": 33591, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 33065, - "end": 33069, + "start": 33583, + "end": 33587, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 16 } } }, "property": { "type": "Identifier", - "start": 33070, - "end": 33073, + "start": 33588, + "end": 33591, "loc": { "start": { - "line": 849, + "line": 856, "column": 17 }, "end": { - "line": 849, + "line": 856, "column": 20 }, "identifierName": "off" @@ -59505,44 +60035,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 33074, - "end": 33085, + "start": 33592, + "end": 33603, "loc": { "start": { - "line": 849, + "line": 856, "column": 21 }, "end": { - "line": 849, + "line": 856, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 33074, - "end": 33078, + "start": 33592, + "end": 33596, "loc": { "start": { - "line": 849, + "line": 856, "column": 21 }, "end": { - "line": 849, + "line": 856, "column": 25 } } }, "property": { "type": "Identifier", - "start": 33079, - "end": 33085, + "start": 33597, + "end": 33603, "loc": { "start": { - "line": 849, + "line": 856, "column": 26 }, "end": { - "line": 849, + "line": 856, "column": 32 }, "identifierName": "player" @@ -59553,29 +60083,29 @@ }, { "type": "MemberExpression", - "start": 33087, - "end": 33098, + "start": 33605, + "end": 33616, "loc": { "start": { - "line": 849, + "line": 856, "column": 34 }, "end": { - "line": 849, + "line": 856, "column": 45 } }, "object": { "type": "Identifier", - "start": 33087, - "end": 33092, + "start": 33605, + "end": 33610, "loc": { "start": { - "line": 849, + "line": 856, "column": 34 }, "end": { - "line": 849, + "line": 856, "column": 39 }, "identifierName": "Event" @@ -59584,15 +60114,15 @@ }, "property": { "type": "Identifier", - "start": 33093, - "end": 33098, + "start": 33611, + "end": 33616, "loc": { "start": { - "line": 849, + "line": 856, "column": 40 }, "end": { - "line": 849, + "line": 856, "column": 45 }, "identifierName": "ENDED" @@ -59603,44 +60133,44 @@ }, { "type": "MemberExpression", - "start": 33100, - "end": 33123, + "start": 33618, + "end": 33641, "loc": { "start": { - "line": 849, + "line": 856, "column": 47 }, "end": { - "line": 849, + "line": 856, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 33100, - "end": 33104, + "start": 33618, + "end": 33622, "loc": { "start": { - "line": 849, + "line": 856, "column": 47 }, "end": { - "line": 849, + "line": 856, "column": 51 } } }, "property": { "type": "Identifier", - "start": 33105, - "end": 33123, + "start": 33623, + "end": 33641, "loc": { "start": { - "line": 849, + "line": 856, "column": 52 }, "end": { - "line": 849, + "line": 856, "column": 70 }, "identifierName": "playbackTimeUpdate" @@ -59655,15 +60185,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 33139, - "end": 33155, + "start": 33657, + "end": 33673, "loc": { "start": { - "line": 851, + "line": 858, "column": 12 }, "end": { - "line": 851, + "line": 858, "column": 28 } } @@ -59672,57 +60202,57 @@ }, { "type": "SwitchStatement", - "start": 33168, - "end": 34626, + "start": 33686, + "end": 35144, "loc": { "start": { - "line": 852, + "line": 859, "column": 12 }, "end": { - "line": 889, + "line": 896, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 33176, - "end": 33196, + "start": 33694, + "end": 33714, "loc": { "start": { - "line": 852, + "line": 859, "column": 20 }, "end": { - "line": 852, + "line": 859, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 33176, - "end": 33194, + "start": 33694, + "end": 33712, "loc": { "start": { - "line": 852, + "line": 859, "column": 20 }, "end": { - "line": 852, + "line": 859, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 33176, - "end": 33180, + "start": 33694, + "end": 33698, "loc": { "start": { - "line": 852, + "line": 859, "column": 20 }, "end": { - "line": 852, + "line": 859, "column": 24 } }, @@ -59730,15 +60260,15 @@ }, "property": { "type": "Identifier", - "start": 33181, - "end": 33194, + "start": 33699, + "end": 33712, "loc": { "start": { - "line": 852, + "line": 859, "column": 25 }, "end": { - "line": 852, + "line": 859, "column": 38 }, "identifierName": "getRecordType" @@ -59754,86 +60284,86 @@ "cases": [ { "type": "SwitchCase", - "start": 33216, - "end": 33601, + "start": 33734, + "end": 34119, "loc": { "start": { - "line": 853, + "line": 860, "column": 16 }, "end": { - "line": 861, + "line": 868, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33300, - "end": 33339, + "start": 33818, + "end": 33857, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 33300, - "end": 33338, + "start": 33818, + "end": 33856, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 33300, - "end": 33331, + "start": 33818, + "end": 33849, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 33300, - "end": 33311, + "start": 33818, + "end": 33829, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33300, - "end": 33304, + "start": 33818, + "end": 33822, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 24 } }, @@ -59841,15 +60371,15 @@ }, "property": { "type": "Identifier", - "start": 33305, - "end": 33311, + "start": 33823, + "end": 33829, "loc": { "start": { - "line": 855, + "line": 862, "column": 25 }, "end": { - "line": 855, + "line": 862, "column": 31 }, "identifierName": "surfer" @@ -59861,15 +60391,15 @@ }, "property": { "type": "Identifier", - "start": 33312, - "end": 33331, + "start": 33830, + "end": 33849, "loc": { "start": { - "line": 855, + "line": 862, "column": 32 }, "end": { - "line": 855, + "line": 862, "column": 51 }, "identifierName": "setupPlaybackEvents" @@ -59882,15 +60412,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 33332, - "end": 33337, + "start": 33850, + "end": 33855, "loc": { "start": { - "line": 855, + "line": 862, "column": 52 }, "end": { - "line": 855, + "line": 862, "column": 57 } }, @@ -59903,15 +60433,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 33253, - "end": 33279, + "start": 33771, + "end": 33797, "loc": { "start": { - "line": 854, + "line": 861, "column": 20 }, "end": { - "line": 854, + "line": 861, "column": 46 } } @@ -59921,15 +60451,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33361, - "end": 33401, + "start": 33879, + "end": 33919, "loc": { "start": { - "line": 857, + "line": 864, "column": 20 }, "end": { - "line": 857, + "line": 864, "column": 60 } } @@ -59938,100 +60468,100 @@ }, { "type": "ExpressionStatement", - "start": 33422, - "end": 33467, + "start": 33940, + "end": 33985, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 33422, - "end": 33466, + "start": 33940, + "end": 33984, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 33422, - "end": 33458, + "start": 33940, + "end": 33976, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 33422, - "end": 33451, + "start": 33940, + "end": 33969, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33422, - "end": 33440, + "start": 33940, + "end": 33958, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 33422, - "end": 33433, + "start": 33940, + "end": 33951, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33422, - "end": 33426, + "start": 33940, + "end": 33944, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 24 } }, @@ -60039,15 +60569,15 @@ }, "property": { "type": "Identifier", - "start": 33427, - "end": 33433, + "start": 33945, + "end": 33951, "loc": { "start": { - "line": 858, + "line": 865, "column": 25 }, "end": { - "line": 858, + "line": 865, "column": 31 }, "identifierName": "surfer" @@ -60059,15 +60589,15 @@ }, "property": { "type": "Identifier", - "start": 33434, - "end": 33440, + "start": 33952, + "end": 33958, "loc": { "start": { - "line": 858, + "line": 865, "column": 32 }, "end": { - "line": 858, + "line": 865, "column": 38 }, "identifierName": "surfer" @@ -60079,15 +60609,15 @@ }, "property": { "type": "Identifier", - "start": 33441, - "end": 33451, + "start": 33959, + "end": 33969, "loc": { "start": { - "line": 858, + "line": 865, "column": 39 }, "end": { - "line": 858, + "line": 865, "column": 49 }, "identifierName": "microphone" @@ -60099,15 +60629,15 @@ }, "property": { "type": "Identifier", - "start": 33452, - "end": 33458, + "start": 33970, + "end": 33976, "loc": { "start": { - "line": 858, + "line": 865, "column": 50 }, "end": { - "line": 858, + "line": 865, "column": 56 }, "identifierName": "paused" @@ -60119,15 +60649,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 33461, - "end": 33466, + "start": 33979, + "end": 33984, "loc": { "start": { - "line": 858, + "line": 865, "column": 59 }, "end": { - "line": 858, + "line": 865, "column": 64 } }, @@ -60139,15 +60669,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33361, - "end": 33401, + "start": 33879, + "end": 33919, "loc": { "start": { - "line": 857, + "line": 864, "column": 20 }, "end": { - "line": 857, + "line": 864, "column": 60 } } @@ -60156,87 +60686,87 @@ }, { "type": "ExpressionStatement", - "start": 33488, - "end": 33516, + "start": 34006, + "end": 34034, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 33488, - "end": 33515, + "start": 34006, + "end": 34033, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 33488, - "end": 33508, + "start": 34006, + "end": 34026, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 33488, - "end": 33499, + "start": 34006, + "end": 34017, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33488, - "end": 33492, + "start": 34006, + "end": 34010, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 24 } } }, "property": { "type": "Identifier", - "start": 33493, - "end": 33499, + "start": 34011, + "end": 34017, "loc": { "start": { - "line": 859, + "line": 866, "column": 25 }, "end": { - "line": 859, + "line": 866, "column": 31 }, "identifierName": "surfer" @@ -60247,15 +60777,15 @@ }, "property": { "type": "Identifier", - "start": 33500, - "end": 33508, + "start": 34018, + "end": 34026, "loc": { "start": { - "line": 859, + "line": 866, "column": 32 }, "end": { - "line": 859, + "line": 866, "column": 40 }, "identifierName": "liveMode" @@ -60266,15 +60796,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 33511, - "end": 33515, + "start": 34029, + "end": 34033, "loc": { "start": { - "line": 859, + "line": 866, "column": 43 }, "end": { - "line": 859, + "line": 866, "column": 47 } }, @@ -60284,114 +60814,114 @@ }, { "type": "ExpressionStatement", - "start": 33537, - "end": 33574, + "start": 34055, + "end": 34092, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 33537, - "end": 33573, + "start": 34055, + "end": 34091, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 33537, - "end": 33571, + "start": 34055, + "end": 34089, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 33537, - "end": 33566, + "start": 34055, + "end": 34084, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33537, - "end": 33555, + "start": 34055, + "end": 34073, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 33537, - "end": 33548, + "start": 34055, + "end": 34066, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33537, - "end": 33541, + "start": 34055, + "end": 34059, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 24 } } }, "property": { "type": "Identifier", - "start": 33542, - "end": 33548, + "start": 34060, + "end": 34066, "loc": { "start": { - "line": 860, + "line": 867, "column": 25 }, "end": { - "line": 860, + "line": 867, "column": 31 }, "identifierName": "surfer" @@ -60402,15 +60932,15 @@ }, "property": { "type": "Identifier", - "start": 33549, - "end": 33555, + "start": 34067, + "end": 34073, "loc": { "start": { - "line": 860, + "line": 867, "column": 32 }, "end": { - "line": 860, + "line": 867, "column": 38 }, "identifierName": "surfer" @@ -60421,15 +60951,15 @@ }, "property": { "type": "Identifier", - "start": 33556, - "end": 33566, + "start": 34074, + "end": 34084, "loc": { "start": { - "line": 860, + "line": 867, "column": 39 }, "end": { - "line": 860, + "line": 867, "column": 49 }, "identifierName": "microphone" @@ -60440,15 +60970,15 @@ }, "property": { "type": "Identifier", - "start": 33567, - "end": 33571, + "start": 34085, + "end": 34089, "loc": { "start": { - "line": 860, + "line": 867, "column": 50 }, "end": { - "line": 860, + "line": 867, "column": 54 }, "identifierName": "play" @@ -60462,15 +60992,15 @@ }, { "type": "BreakStatement", - "start": 33595, - "end": 33601, + "start": 34113, + "end": 34119, "loc": { "start": { - "line": 861, + "line": 868, "column": 20 }, "end": { - "line": 861, + "line": 868, "column": 26 } }, @@ -60479,15 +61009,15 @@ ], "test": { "type": "Identifier", - "start": 33221, - "end": 33231, + "start": 33739, + "end": 33749, "loc": { "start": { - "line": 853, + "line": 860, "column": 21 }, "end": { - "line": 853, + "line": 860, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -60497,30 +61027,30 @@ }, { "type": "SwitchCase", - "start": 33619, - "end": 33635, + "start": 34137, + "end": 34153, "loc": { "start": { - "line": 863, + "line": 870, "column": 16 }, "end": { - "line": 863, + "line": 870, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33624, - "end": 33634, + "start": 34142, + "end": 34152, "loc": { "start": { - "line": 863, + "line": 870, "column": 21 }, "end": { - "line": 863, + "line": 870, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -60530,30 +61060,30 @@ }, { "type": "SwitchCase", - "start": 33652, - "end": 33669, + "start": 34170, + "end": 34187, "loc": { "start": { - "line": 864, + "line": 871, "column": 16 }, "end": { - "line": 864, + "line": 871, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33657, - "end": 33668, + "start": 34175, + "end": 34186, "loc": { "start": { - "line": 864, + "line": 871, "column": 21 }, "end": { - "line": 864, + "line": 871, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -60563,30 +61093,30 @@ }, { "type": "SwitchCase", - "start": 33686, - "end": 33704, + "start": 34204, + "end": 34222, "loc": { "start": { - "line": 865, + "line": 872, "column": 16 }, "end": { - "line": 865, + "line": 872, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33691, - "end": 33703, + "start": 34209, + "end": 34221, "loc": { "start": { - "line": 865, + "line": 872, "column": 21 }, "end": { - "line": 865, + "line": 872, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -60596,72 +61126,72 @@ }, { "type": "SwitchCase", - "start": 33721, - "end": 33872, + "start": 34239, + "end": 34390, "loc": { "start": { - "line": 866, + "line": 873, "column": 16 }, "end": { - "line": 869, + "line": 876, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33820, - "end": 33845, + "start": 34338, + "end": 34363, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 33820, - "end": 33844, + "start": 34338, + "end": 34362, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 33820, - "end": 33842, + "start": 34338, + "end": 34360, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 33820, - "end": 33824, + "start": 34338, + "end": 34342, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 24 } }, @@ -60669,15 +61199,15 @@ }, "property": { "type": "Identifier", - "start": 33825, - "end": 33842, + "start": 34343, + "end": 34360, "loc": { "start": { - "line": 868, + "line": 875, "column": 25 }, "end": { - "line": 868, + "line": 875, "column": 42 }, "identifierName": "startVideoPreview" @@ -60694,15 +61224,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 33759, - "end": 33799, + "start": 34277, + "end": 34317, "loc": { "start": { - "line": 867, + "line": 874, "column": 20 }, "end": { - "line": 867, + "line": 874, "column": 60 } } @@ -60711,15 +61241,15 @@ }, { "type": "BreakStatement", - "start": 33866, - "end": 33872, + "start": 34384, + "end": 34390, "loc": { "start": { - "line": 869, + "line": 876, "column": 20 }, "end": { - "line": 869, + "line": 876, "column": 26 } }, @@ -60728,15 +61258,15 @@ ], "test": { "type": "Identifier", - "start": 33726, - "end": 33737, + "start": 34244, + "end": 34255, "loc": { "start": { - "line": 866, + "line": 873, "column": 21 }, "end": { - "line": 866, + "line": 873, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -60746,100 +61276,100 @@ }, { "type": "SwitchCase", - "start": 33890, - "end": 34612, + "start": 34408, + "end": 35130, "loc": { "start": { - "line": 871, + "line": 878, "column": 16 }, "end": { - "line": 888, + "line": 895, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33970, - "end": 34002, + "start": 34488, + "end": 34520, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 33970, - "end": 34001, + "start": 34488, + "end": 34519, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 33970, - "end": 33999, + "start": 34488, + "end": 34517, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33970, - "end": 33994, + "start": 34488, + "end": 34512, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 33970, - "end": 33981, + "start": 34488, + "end": 34499, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33970, - "end": 33974, + "start": 34488, + "end": 34492, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 24 } }, @@ -60847,15 +61377,15 @@ }, "property": { "type": "Identifier", - "start": 33975, - "end": 33981, + "start": 34493, + "end": 34499, "loc": { "start": { - "line": 873, + "line": 880, "column": 25 }, "end": { - "line": 873, + "line": 880, "column": 31 }, "identifierName": "player" @@ -60867,15 +61397,15 @@ }, "property": { "type": "Identifier", - "start": 33982, - "end": 33994, + "start": 34500, + "end": 34512, "loc": { "start": { - "line": 873, + "line": 880, "column": 32 }, "end": { - "line": 873, + "line": 880, "column": 44 }, "identifierName": "recordCanvas" @@ -60887,15 +61417,15 @@ }, "property": { "type": "Identifier", - "start": 33995, - "end": 33999, + "start": 34513, + "end": 34517, "loc": { "start": { - "line": 873, + "line": 880, "column": 45 }, "end": { - "line": 873, + "line": 880, "column": 49 }, "identifierName": "hide" @@ -60912,15 +61442,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 33926, - "end": 33949, + "start": 34444, + "end": 34467, "loc": { "start": { - "line": 872, + "line": 879, "column": 20 }, "end": { - "line": 872, + "line": 879, "column": 43 } } @@ -60930,15 +61460,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 34024, - "end": 34045, + "start": 34542, + "end": 34563, "loc": { "start": { - "line": 875, + "line": 882, "column": 20 }, "end": { - "line": 875, + "line": 882, "column": 41 } } @@ -60947,85 +61477,85 @@ }, { "type": "ExpressionStatement", - "start": 34066, - "end": 34102, + "start": 34584, + "end": 34620, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 34066, - "end": 34101, + "start": 34584, + "end": 34619, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 34066, - "end": 34099, + "start": 34584, + "end": 34617, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 34066, - "end": 34094, + "start": 34584, + "end": 34612, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 34066, - "end": 34077, + "start": 34584, + "end": 34595, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34066, - "end": 34070, + "start": 34584, + "end": 34588, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 24 } }, @@ -61033,15 +61563,15 @@ }, "property": { "type": "Identifier", - "start": 34071, - "end": 34077, + "start": 34589, + "end": 34595, "loc": { "start": { - "line": 876, + "line": 883, "column": 25 }, "end": { - "line": 876, + "line": 883, "column": 31 }, "identifierName": "player" @@ -61053,15 +61583,15 @@ }, "property": { "type": "Identifier", - "start": 34078, - "end": 34094, + "start": 34596, + "end": 34612, "loc": { "start": { - "line": 876, + "line": 883, "column": 32 }, "end": { - "line": 876, + "line": 883, "column": 48 }, "identifierName": "animationDisplay" @@ -61073,15 +61603,15 @@ }, "property": { "type": "Identifier", - "start": 34095, - "end": 34099, + "start": 34613, + "end": 34617, "loc": { "start": { - "line": 876, + "line": 883, "column": 49 }, "end": { - "line": 876, + "line": 883, "column": 53 }, "identifierName": "hide" @@ -61098,15 +61628,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 34024, - "end": 34045, + "start": 34542, + "end": 34563, "loc": { "start": { - "line": 875, + "line": 882, "column": 20 }, "end": { - "line": 875, + "line": 882, "column": 41 } } @@ -61116,15 +61646,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 34124, - "end": 34145, + "start": 34642, + "end": 34663, "loc": { "start": { - "line": 878, + "line": 885, "column": 20 }, "end": { - "line": 878, + "line": 885, "column": 41 } } @@ -61133,86 +61663,86 @@ }, { "type": "ExpressionStatement", - "start": 34166, - "end": 34208, + "start": 34684, + "end": 34726, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 34166, - "end": 34207, + "start": 34684, + "end": 34725, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34166, - "end": 34197, + "start": 34684, + "end": 34715, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 34166, - "end": 34189, + "start": 34684, + "end": 34707, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 34166, - "end": 34183, + "start": 34684, + "end": 34701, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 34166, - "end": 34170, + "start": 34684, + "end": 34688, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 24 } }, @@ -61220,15 +61750,15 @@ }, "property": { "type": "Identifier", - "start": 34171, - "end": 34183, + "start": 34689, + "end": 34701, "loc": { "start": { - "line": 879, + "line": 886, "column": 25 }, "end": { - "line": 879, + "line": 886, "column": 37 }, "identifierName": "mediaElement" @@ -61240,15 +61770,15 @@ }, "property": { "type": "Identifier", - "start": 34184, - "end": 34189, + "start": 34702, + "end": 34707, "loc": { "start": { - "line": 879, + "line": 886, "column": 38 }, "end": { - "line": 879, + "line": 886, "column": 43 }, "identifierName": "style" @@ -61260,15 +61790,15 @@ }, "property": { "type": "Identifier", - "start": 34190, - "end": 34197, + "start": 34708, + "end": 34715, "loc": { "start": { - "line": 879, + "line": 886, "column": 44 }, "end": { - "line": 879, + "line": 886, "column": 51 }, "identifierName": "display" @@ -61280,15 +61810,15 @@ }, "right": { "type": "StringLiteral", - "start": 34200, - "end": 34207, + "start": 34718, + "end": 34725, "loc": { "start": { - "line": 879, + "line": 886, "column": 54 }, "end": { - "line": 879, + "line": 886, "column": 61 } }, @@ -61304,15 +61834,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 34124, - "end": 34145, + "start": 34642, + "end": 34663, "loc": { "start": { - "line": 878, + "line": 885, "column": 20 }, "end": { - "line": 878, + "line": 885, "column": 41 } } @@ -61322,15 +61852,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34230, - "end": 34272, + "start": 34748, + "end": 34790, "loc": { "start": { - "line": 881, + "line": 888, "column": 20 }, "end": { - "line": 881, + "line": 888, "column": 62 } } @@ -61338,15 +61868,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34293, - "end": 34338, + "start": 34811, + "end": 34856, "loc": { "start": { - "line": 882, + "line": 889, "column": 20 }, "end": { - "line": 882, + "line": 889, "column": 65 } } @@ -61354,15 +61884,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34359, - "end": 34373, + "start": 34877, + "end": 34891, "loc": { "start": { - "line": 883, + "line": 890, "column": 20 }, "end": { - "line": 883, + "line": 890, "column": 34 } } @@ -61371,85 +61901,85 @@ }, { "type": "ExpressionStatement", - "start": 34394, - "end": 34585, + "start": 34912, + "end": 35103, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 887, + "line": 894, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 34394, - "end": 34584, + "start": 34912, + "end": 35102, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 887, + "line": 894, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 34394, - "end": 34418, + "start": 34912, + "end": 34936, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 44 } }, "object": { "type": "CallExpression", - "start": 34394, - "end": 34413, + "start": 34912, + "end": 34931, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 34394, - "end": 34411, + "start": 34912, + "end": 34929, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 34394, - "end": 34398, + "start": 34912, + "end": 34916, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 24 } }, @@ -61457,15 +61987,15 @@ }, "property": { "type": "Identifier", - "start": 34399, - "end": 34411, + "start": 34917, + "end": 34929, "loc": { "start": { - "line": 884, + "line": 891, "column": 25 }, "end": { - "line": 884, + "line": 891, "column": 37 }, "identifierName": "captureFrame" @@ -61480,15 +62010,15 @@ }, "property": { "type": "Identifier", - "start": 34414, - "end": 34418, + "start": 34932, + "end": 34936, "loc": { "start": { - "line": 884, + "line": 891, "column": 40 }, "end": { - "line": 884, + "line": 891, "column": 44 }, "identifierName": "then" @@ -61501,15 +62031,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 34419, - "end": 34583, + "start": 34937, + "end": 35101, "loc": { "start": { - "line": 884, + "line": 891, "column": 45 }, "end": { - "line": 887, + "line": 894, "column": 21 } }, @@ -61520,15 +62050,15 @@ "params": [ { "type": "Identifier", - "start": 34420, - "end": 34426, + "start": 34938, + "end": 34944, "loc": { "start": { - "line": 884, + "line": 891, "column": 46 }, "end": { - "line": 884, + "line": 891, "column": 52 }, "identifierName": "result" @@ -61538,72 +62068,72 @@ ], "body": { "type": "BlockStatement", - "start": 34431, - "end": 34583, + "start": 34949, + "end": 35101, "loc": { "start": { - "line": 884, + "line": 891, "column": 57 }, "end": { - "line": 887, + "line": 894, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 34536, - "end": 34561, + "start": 35054, + "end": 35079, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 34536, - "end": 34560, + "start": 35054, + "end": 35078, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 34536, - "end": 34558, + "start": 35054, + "end": 35076, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 34536, - "end": 34540, + "start": 35054, + "end": 35058, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 28 } }, @@ -61611,15 +62141,15 @@ }, "property": { "type": "Identifier", - "start": 34541, - "end": 34558, + "start": 35059, + "end": 35076, "loc": { "start": { - "line": 886, + "line": 893, "column": 29 }, "end": { - "line": 886, + "line": 893, "column": 46 }, "identifierName": "startVideoPreview" @@ -61636,15 +62166,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 34457, - "end": 34511, + "start": 34975, + "end": 35029, "loc": { "start": { - "line": 885, + "line": 892, "column": 24 }, "end": { - "line": 885, + "line": 892, "column": 78 } } @@ -61662,15 +62192,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34230, - "end": 34272, + "start": 34748, + "end": 34790, "loc": { "start": { - "line": 881, + "line": 888, "column": 20 }, "end": { - "line": 881, + "line": 888, "column": 62 } } @@ -61678,15 +62208,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34293, - "end": 34338, + "start": 34811, + "end": 34856, "loc": { "start": { - "line": 882, + "line": 889, "column": 20 }, "end": { - "line": 882, + "line": 889, "column": 65 } } @@ -61694,15 +62224,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34359, - "end": 34373, + "start": 34877, + "end": 34891, "loc": { "start": { - "line": 883, + "line": 890, "column": 20 }, "end": { - "line": 883, + "line": 890, "column": 34 } } @@ -61711,15 +62241,15 @@ }, { "type": "BreakStatement", - "start": 34606, - "end": 34612, + "start": 35124, + "end": 35130, "loc": { "start": { - "line": 888, + "line": 895, "column": 20 }, "end": { - "line": 888, + "line": 895, "column": 26 } }, @@ -61728,15 +62258,15 @@ ], "test": { "type": "Identifier", - "start": 33895, - "end": 33904, + "start": 34413, + "end": 34422, "loc": { "start": { - "line": 871, + "line": 878, "column": 21 }, "end": { - "line": 871, + "line": 878, "column": 30 }, "identifierName": "ANIMATION" @@ -61749,15 +62279,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 33139, - "end": 33155, + "start": 33657, + "end": 33673, "loc": { "start": { - "line": 851, + "line": 858, "column": 12 }, "end": { - "line": 851, + "line": 858, "column": 28 } } @@ -61766,58 +62296,58 @@ }, { "type": "IfStatement", - "start": 34640, - "end": 34753, + "start": 35158, + "end": 35271, "loc": { "start": { - "line": 891, + "line": 898, "column": 12 }, "end": { - "line": 894, + "line": 901, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 34644, - "end": 34663, + "start": 35162, + "end": 35181, "loc": { "start": { - "line": 891, + "line": 898, "column": 16 }, "end": { - "line": 891, + "line": 898, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 34644, - "end": 34648, + "start": 35162, + "end": 35166, "loc": { "start": { - "line": 891, + "line": 898, "column": 16 }, "end": { - "line": 891, + "line": 898, "column": 20 } } }, "property": { "type": "Identifier", - "start": 34649, - "end": 34663, + "start": 35167, + "end": 35181, "loc": { "start": { - "line": 891, + "line": 898, "column": 21 }, "end": { - "line": 891, + "line": 898, "column": 35 }, "identifierName": "autoMuteDevice" @@ -61828,72 +62358,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 34665, - "end": 34753, + "start": 35183, + "end": 35271, "loc": { "start": { - "line": 891, + "line": 898, "column": 37 }, "end": { - "line": 894, + "line": 901, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 34716, - "end": 34739, + "start": 35234, + "end": 35257, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 34716, - "end": 34738, + "start": 35234, + "end": 35256, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 34716, - "end": 34731, + "start": 35234, + "end": 35249, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34716, - "end": 34720, + "start": 35234, + "end": 35238, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 20 } }, @@ -61901,15 +62431,15 @@ }, "property": { "type": "Identifier", - "start": 34721, - "end": 34731, + "start": 35239, + "end": 35249, "loc": { "start": { - "line": 893, + "line": 900, "column": 21 }, "end": { - "line": 893, + "line": 900, "column": 31 }, "identifierName": "muteTracks" @@ -61922,15 +62452,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 34732, - "end": 34737, + "start": 35250, + "end": 35255, "loc": { "start": { - "line": 893, + "line": 900, "column": 32 }, "end": { - "line": 893, + "line": 900, "column": 37 } }, @@ -61943,15 +62473,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 34683, - "end": 34699, + "start": 35201, + "end": 35217, "loc": { "start": { - "line": 892, + "line": 899, "column": 16 }, "end": { - "line": 892, + "line": 899, "column": 32 } } @@ -61967,15 +62497,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34767, - "end": 34785, + "start": 35285, + "end": 35303, "loc": { "start": { - "line": 896, + "line": 903, "column": 12 }, "end": { - "line": 896, + "line": 903, "column": 30 } } @@ -61984,57 +62514,57 @@ }, { "type": "SwitchStatement", - "start": 34798, - "end": 35739, + "start": 35316, + "end": 36257, "loc": { "start": { - "line": 897, + "line": 904, "column": 12 }, "end": { - "line": 922, + "line": 929, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 34806, - "end": 34826, + "start": 35324, + "end": 35344, "loc": { "start": { - "line": 897, + "line": 904, "column": 20 }, "end": { - "line": 897, + "line": 904, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 34806, - "end": 34824, + "start": 35324, + "end": 35342, "loc": { "start": { - "line": 897, + "line": 904, "column": 20 }, "end": { - "line": 897, + "line": 904, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 34806, - "end": 34810, + "start": 35324, + "end": 35328, "loc": { "start": { - "line": 897, + "line": 904, "column": 20 }, "end": { - "line": 897, + "line": 904, "column": 24 } }, @@ -62042,15 +62572,15 @@ }, "property": { "type": "Identifier", - "start": 34811, - "end": 34824, + "start": 35329, + "end": 35342, "loc": { "start": { - "line": 897, + "line": 904, "column": 25 }, "end": { - "line": 897, + "line": 904, "column": 38 }, "identifierName": "getRecordType" @@ -62066,72 +62596,72 @@ "cases": [ { "type": "SwitchCase", - "start": 34846, - "end": 35066, + "start": 35364, + "end": 35584, "loc": { "start": { - "line": 898, + "line": 905, "column": 16 }, "end": { - "line": 904, + "line": 911, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34922, - "end": 34944, + "start": 35440, + "end": 35462, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 34922, - "end": 34943, + "start": 35440, + "end": 35461, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 34922, - "end": 34941, + "start": 35440, + "end": 35459, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 34922, - "end": 34926, + "start": 35440, + "end": 35444, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 24 } }, @@ -62139,15 +62669,15 @@ }, "property": { "type": "Identifier", - "start": 34927, - "end": 34941, + "start": 35445, + "end": 35459, "loc": { "start": { - "line": 900, + "line": 907, "column": 25 }, "end": { - "line": 900, + "line": 907, "column": 39 }, "identifierName": "createSnapshot" @@ -62164,15 +62694,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 34883, - "end": 34901, + "start": 35401, + "end": 35419, "loc": { "start": { - "line": 899, + "line": 906, "column": 20 }, "end": { - "line": 899, + "line": 906, "column": 38 } } @@ -62182,15 +62712,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34966, - "end": 34978, + "start": 35484, + "end": 35496, "loc": { "start": { - "line": 902, + "line": 909, "column": 20 }, "end": { - "line": 902, + "line": 909, "column": 32 } } @@ -62199,71 +62729,71 @@ }, { "type": "ExpressionStatement", - "start": 34999, - "end": 35039, + "start": 35517, + "end": 35557, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 34999, - "end": 35038, + "start": 35517, + "end": 35556, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 34999, - "end": 35018, + "start": 35517, + "end": 35536, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 34999, - "end": 35010, + "start": 35517, + "end": 35528, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34999, - "end": 35003, + "start": 35517, + "end": 35521, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 24 } }, @@ -62271,15 +62801,15 @@ }, "property": { "type": "Identifier", - "start": 35004, - "end": 35010, + "start": 35522, + "end": 35528, "loc": { "start": { - "line": 903, + "line": 910, "column": 25 }, "end": { - "line": 903, + "line": 910, "column": 31 }, "identifierName": "player" @@ -62291,15 +62821,15 @@ }, "property": { "type": "Identifier", - "start": 35011, - "end": 35018, + "start": 35529, + "end": 35536, "loc": { "start": { - "line": 903, + "line": 910, "column": 32 }, "end": { - "line": 903, + "line": 910, "column": 39 }, "identifierName": "trigger" @@ -62312,29 +62842,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35019, - "end": 35037, + "start": 35537, + "end": 35555, "loc": { "start": { - "line": 903, + "line": 910, "column": 40 }, "end": { - "line": 903, + "line": 910, "column": 58 } }, "object": { "type": "Identifier", - "start": 35019, - "end": 35024, + "start": 35537, + "end": 35542, "loc": { "start": { - "line": 903, + "line": 910, "column": 40 }, "end": { - "line": 903, + "line": 910, "column": 45 }, "identifierName": "Event" @@ -62343,15 +62873,15 @@ }, "property": { "type": "Identifier", - "start": 35025, - "end": 35037, + "start": 35543, + "end": 35555, "loc": { "start": { - "line": 903, + "line": 910, "column": 46 }, "end": { - "line": 903, + "line": 910, "column": 58 }, "identifierName": "START_RECORD" @@ -62367,15 +62897,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34966, - "end": 34978, + "start": 35484, + "end": 35496, "loc": { "start": { - "line": 902, + "line": 909, "column": 20 }, "end": { - "line": 902, + "line": 909, "column": 32 } } @@ -62384,15 +62914,15 @@ }, { "type": "BreakStatement", - "start": 35060, - "end": 35066, + "start": 35578, + "end": 35584, "loc": { "start": { - "line": 904, + "line": 911, "column": 20 }, "end": { - "line": 904, + "line": 911, "column": 26 } }, @@ -62401,15 +62931,15 @@ ], "test": { "type": "Identifier", - "start": 34851, - "end": 34861, + "start": 35369, + "end": 35379, "loc": { "start": { - "line": 898, + "line": 905, "column": 21 }, "end": { - "line": 898, + "line": 905, "column": 31 }, "identifierName": "IMAGE_ONLY" @@ -62419,30 +62949,30 @@ }, { "type": "SwitchCase", - "start": 35084, - "end": 35100, + "start": 35602, + "end": 35618, "loc": { "start": { - "line": 906, + "line": 913, "column": 16 }, "end": { - "line": 906, + "line": 913, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35089, - "end": 35099, + "start": 35607, + "end": 35617, "loc": { "start": { - "line": 906, + "line": 913, "column": 21 }, "end": { - "line": 906, + "line": 913, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -62452,30 +62982,30 @@ }, { "type": "SwitchCase", - "start": 35117, - "end": 35134, + "start": 35635, + "end": 35652, "loc": { "start": { - "line": 907, + "line": 914, "column": 16 }, "end": { - "line": 907, + "line": 914, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35122, - "end": 35133, + "start": 35640, + "end": 35651, "loc": { "start": { - "line": 907, + "line": 914, "column": 21 }, "end": { - "line": 907, + "line": 914, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -62485,30 +63015,30 @@ }, { "type": "SwitchCase", - "start": 35151, - "end": 35169, + "start": 35669, + "end": 35687, "loc": { "start": { - "line": 908, + "line": 915, "column": 16 }, "end": { - "line": 908, + "line": 915, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35156, - "end": 35168, + "start": 35674, + "end": 35686, "loc": { "start": { - "line": 908, + "line": 915, "column": 21 }, "end": { - "line": 908, + "line": 915, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -62518,30 +63048,30 @@ }, { "type": "SwitchCase", - "start": 35186, - "end": 35201, + "start": 35704, + "end": 35719, "loc": { "start": { - "line": 909, + "line": 916, "column": 16 }, "end": { - "line": 909, + "line": 916, "column": 31 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35191, - "end": 35200, + "start": 35709, + "end": 35718, "loc": { "start": { - "line": 909, + "line": 916, "column": 21 }, "end": { - "line": 909, + "line": 916, "column": 30 }, "identifierName": "ANIMATION" @@ -62551,86 +63081,86 @@ }, { "type": "SwitchCase", - "start": 35218, - "end": 35538, + "start": 35736, + "end": 36056, "loc": { "start": { - "line": 910, + "line": 917, "column": 16 }, "end": { - "line": 916, + "line": 923, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 35335, - "end": 35511, + "start": 35853, + "end": 36029, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 915, + "line": 922, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 35335, - "end": 35510, + "start": 35853, + "end": 36028, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 915, + "line": 922, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 35335, - "end": 35350, + "start": 35853, + "end": 35868, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 912, + "line": 919, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 35335, - "end": 35346, + "start": 35853, + "end": 35864, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 912, + "line": 919, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35335, - "end": 35339, + "start": 35853, + "end": 35857, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 912, + "line": 919, "column": 24 } }, @@ -62638,15 +63168,15 @@ }, "property": { "type": "Identifier", - "start": 35340, - "end": 35346, + "start": 35858, + "end": 35864, "loc": { "start": { - "line": 912, + "line": 919, "column": 25 }, "end": { - "line": 912, + "line": 919, "column": 31 }, "identifierName": "player" @@ -62658,15 +63188,15 @@ }, "property": { "type": "Identifier", - "start": 35347, - "end": 35350, + "start": 35865, + "end": 35868, "loc": { "start": { - "line": 912, + "line": 919, "column": 32 }, "end": { - "line": 912, + "line": 919, "column": 35 }, "identifierName": "one" @@ -62679,29 +63209,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35351, - "end": 35371, + "start": 35869, + "end": 35889, "loc": { "start": { - "line": 912, + "line": 919, "column": 36 }, "end": { - "line": 912, + "line": 919, "column": 56 } }, "object": { "type": "Identifier", - "start": 35351, - "end": 35356, + "start": 35869, + "end": 35874, "loc": { "start": { - "line": 912, + "line": 919, "column": 36 }, "end": { - "line": 912, + "line": 919, "column": 41 }, "identifierName": "Event" @@ -62710,15 +63240,15 @@ }, "property": { "type": "Identifier", - "start": 35357, - "end": 35371, + "start": 35875, + "end": 35889, "loc": { "start": { - "line": 912, + "line": 919, "column": 42 }, "end": { - "line": 912, + "line": 919, "column": 56 }, "identifierName": "LOADEDMETADATA" @@ -62729,15 +63259,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 35373, - "end": 35509, + "start": 35891, + "end": 36027, "loc": { "start": { - "line": 912, + "line": 919, "column": 58 }, "end": { - "line": 915, + "line": 922, "column": 21 } }, @@ -62748,72 +63278,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35379, - "end": 35509, + "start": 35897, + "end": 36027, "loc": { "start": { - "line": 912, + "line": 919, "column": 64 }, "end": { - "line": 915, + "line": 922, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 35465, - "end": 35487, + "start": 35983, + "end": 36005, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 35465, - "end": 35486, + "start": 35983, + "end": 36004, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 35465, - "end": 35484, + "start": 35983, + "end": 36002, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 35465, - "end": 35469, + "start": 35983, + "end": 35987, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 28 } }, @@ -62821,15 +63351,15 @@ }, "property": { "type": "Identifier", - "start": 35470, - "end": 35484, + "start": 35988, + "end": 36002, "loc": { "start": { - "line": 914, + "line": 921, "column": 29 }, "end": { - "line": 914, + "line": 921, "column": 43 }, "identifierName": "startRecording" @@ -62846,15 +63376,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 35405, - "end": 35440, + "start": 35923, + "end": 35958, "loc": { "start": { - "line": 913, + "line": 920, "column": 24 }, "end": { - "line": 913, + "line": 920, "column": 59 } } @@ -62872,15 +63402,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 35256, - "end": 35314, + "start": 35774, + "end": 35832, "loc": { "start": { - "line": 911, + "line": 918, "column": 20 }, "end": { - "line": 911, + "line": 918, "column": 78 } } @@ -62889,15 +63419,15 @@ }, { "type": "BreakStatement", - "start": 35532, - "end": 35538, + "start": 36050, + "end": 36056, "loc": { "start": { - "line": 916, + "line": 923, "column": 20 }, "end": { - "line": 916, + "line": 923, "column": 26 } }, @@ -62906,15 +63436,15 @@ ], "test": { "type": "Identifier", - "start": 35223, - "end": 35234, + "start": 35741, + "end": 35752, "loc": { "start": { - "line": 910, + "line": 917, "column": 21 }, "end": { - "line": 910, + "line": 917, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -62924,72 +63454,72 @@ }, { "type": "SwitchCase", - "start": 35556, - "end": 35725, + "start": 36074, + "end": 36243, "loc": { "start": { - "line": 918, + "line": 925, "column": 16 }, "end": { - "line": 921, + "line": 928, "column": 42 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 35703, - "end": 35725, + "start": 36221, + "end": 36243, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 35703, - "end": 35724, + "start": 36221, + "end": 36242, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 35703, - "end": 35722, + "start": 36221, + "end": 36240, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 35703, - "end": 35707, + "start": 36221, + "end": 36225, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 24 } }, @@ -62997,15 +63527,15 @@ }, "property": { "type": "Identifier", - "start": 35708, - "end": 35722, + "start": 36226, + "end": 36240, "loc": { "start": { - "line": 921, + "line": 928, "column": 25 }, "end": { - "line": 921, + "line": 928, "column": 39 }, "identifierName": "startRecording" @@ -63022,15 +63552,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 35585, - "end": 35638, + "start": 36103, + "end": 36156, "loc": { "start": { - "line": 919, + "line": 926, "column": 20 }, "end": { - "line": 919, + "line": 926, "column": 73 } } @@ -63038,15 +63568,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 35659, - "end": 35682, + "start": 36177, + "end": 36200, "loc": { "start": { - "line": 920, + "line": 927, "column": 20 }, "end": { - "line": 920, + "line": 927, "column": 43 } } @@ -63061,15 +63591,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34767, - "end": 34785, + "start": 35285, + "end": 35303, "loc": { "start": { - "line": 896, + "line": 903, "column": 12 }, "end": { - "line": 896, + "line": 903, "column": 30 } } @@ -63089,15 +63619,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32371, - "end": 32406, + "start": 32889, + "end": 32924, "loc": { "start": { - "line": 829, + "line": 836, "column": 4 }, "end": { - "line": 831, + "line": 838, "column": 7 } } @@ -63107,15 +63637,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35761, - "end": 35812, + "start": 36279, + "end": 36330, "loc": { "start": { - "line": 926, + "line": 933, "column": 4 }, "end": { - "line": 929, + "line": 936, "column": 7 } } @@ -63124,15 +63654,15 @@ }, { "type": "ClassMethod", - "start": 35817, - "end": 36435, + "start": 36335, + "end": 36953, "loc": { "start": { - "line": 930, + "line": 937, "column": 4 }, "end": { - "line": 951, + "line": 958, "column": 5 } }, @@ -63140,15 +63670,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35817, - "end": 35831, + "start": 36335, + "end": 36349, "loc": { "start": { - "line": 930, + "line": 937, "column": 4 }, "end": { - "line": 930, + "line": 937, "column": 18 }, "identifierName": "startRecording" @@ -63164,73 +63694,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35834, - "end": 36435, + "start": 36352, + "end": 36953, "loc": { "start": { - "line": 930, + "line": 937, "column": 21 }, "end": { - "line": 951, + "line": 958, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 35879, - "end": 35899, + "start": 36397, + "end": 36417, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 35879, - "end": 35898, + "start": 36397, + "end": 36416, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 27 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35879, - "end": 35890, + "start": 36397, + "end": 36408, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 35879, - "end": 35883, + "start": 36397, + "end": 36401, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 12 } }, @@ -63238,15 +63768,15 @@ }, "property": { "type": "Identifier", - "start": 35884, - "end": 35890, + "start": 36402, + "end": 36408, "loc": { "start": { - "line": 932, + "line": 939, "column": 13 }, "end": { - "line": 932, + "line": 939, "column": 19 }, "identifierName": "paused" @@ -63258,15 +63788,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 35893, - "end": 35898, + "start": 36411, + "end": 36416, "loc": { "start": { - "line": 932, + "line": 939, "column": 22 }, "end": { - "line": 932, + "line": 939, "column": 27 } }, @@ -63278,15 +63808,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 35844, - "end": 35870, + "start": 36362, + "end": 36388, "loc": { "start": { - "line": 931, + "line": 938, "column": 8 }, "end": { - "line": 931, + "line": 938, "column": 34 } } @@ -63295,73 +63825,73 @@ }, { "type": "ExpressionStatement", - "start": 35908, - "end": 35945, + "start": 36426, + "end": 36463, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 35908, - "end": 35944, + "start": 36426, + "end": 36462, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35908, - "end": 35922, + "start": 36426, + "end": 36440, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35908, - "end": 35912, + "start": 36426, + "end": 36430, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35913, - "end": 35922, + "start": 36431, + "end": 36440, "loc": { "start": { - "line": 933, + "line": 940, "column": 13 }, "end": { - "line": 933, + "line": 940, "column": 22 }, "identifierName": "pauseTime" @@ -63372,59 +63902,59 @@ }, "right": { "type": "AssignmentExpression", - "start": 35925, - "end": 35944, + "start": 36443, + "end": 36462, "loc": { "start": { - "line": 933, + "line": 940, "column": 25 }, "end": { - "line": 933, + "line": 940, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35925, - "end": 35940, + "start": 36443, + "end": 36458, "loc": { "start": { - "line": 933, + "line": 940, "column": 25 }, "end": { - "line": 933, + "line": 940, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 35925, - "end": 35929, + "start": 36443, + "end": 36447, "loc": { "start": { - "line": 933, + "line": 940, "column": 25 }, "end": { - "line": 933, + "line": 940, "column": 29 } } }, "property": { "type": "Identifier", - "start": 35930, - "end": 35940, + "start": 36448, + "end": 36458, "loc": { "start": { - "line": 933, + "line": 940, "column": 30 }, "end": { - "line": 933, + "line": 940, "column": 40 }, "identifierName": "pausedTime" @@ -63435,15 +63965,15 @@ }, "right": { "type": "NumericLiteral", - "start": 35943, - "end": 35944, + "start": 36461, + "end": 36462, "loc": { "start": { - "line": 933, + "line": 940, "column": 43 }, "end": { - "line": 933, + "line": 940, "column": 44 } }, @@ -63458,73 +63988,73 @@ }, { "type": "ExpressionStatement", - "start": 35954, - "end": 35989, + "start": 36472, + "end": 36507, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 35954, - "end": 35988, + "start": 36472, + "end": 36506, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35954, - "end": 35968, + "start": 36472, + "end": 36486, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35954, - "end": 35958, + "start": 36472, + "end": 36476, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35959, - "end": 35968, + "start": 36477, + "end": 36486, "loc": { "start": { - "line": 934, + "line": 941, "column": 13 }, "end": { - "line": 934, + "line": 941, "column": 22 }, "identifierName": "startTime" @@ -63535,43 +64065,43 @@ }, "right": { "type": "CallExpression", - "start": 35971, - "end": 35988, + "start": 36489, + "end": 36506, "loc": { "start": { - "line": 934, + "line": 941, "column": 25 }, "end": { - "line": 934, + "line": 941, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 35971, - "end": 35986, + "start": 36489, + "end": 36504, "loc": { "start": { - "line": 934, + "line": 941, "column": 25 }, "end": { - "line": 934, + "line": 941, "column": 40 } }, "object": { "type": "Identifier", - "start": 35971, - "end": 35982, + "start": 36489, + "end": 36500, "loc": { "start": { - "line": 934, + "line": 941, "column": 25 }, "end": { - "line": 934, + "line": 941, "column": 36 }, "identifierName": "performance" @@ -63580,15 +64110,15 @@ }, "property": { "type": "Identifier", - "start": 35983, - "end": 35986, + "start": 36501, + "end": 36504, "loc": { "start": { - "line": 934, + "line": 941, "column": 37 }, "end": { - "line": 934, + "line": 941, "column": 40 }, "identifierName": "now" @@ -63604,15 +64134,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35999, - "end": 36017, + "start": 36517, + "end": 36535, "loc": { "start": { - "line": 936, + "line": 943, "column": 8 }, "end": { - "line": 936, + "line": 943, "column": 26 } } @@ -63621,44 +64151,44 @@ }, { "type": "VariableDeclaration", - "start": 36026, - "end": 36054, + "start": 36544, + "end": 36572, "loc": { "start": { - "line": 937, + "line": 944, "column": 8 }, "end": { - "line": 937, + "line": 944, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 36032, - "end": 36053, + "start": 36550, + "end": 36571, "loc": { "start": { - "line": 937, + "line": 944, "column": 14 }, "end": { - "line": 937, + "line": 944, "column": 35 } }, "id": { "type": "Identifier", - "start": 36032, - "end": 36047, + "start": 36550, + "end": 36565, "loc": { "start": { - "line": 937, + "line": 944, "column": 14 }, "end": { - "line": 937, + "line": 944, "column": 29 }, "identifierName": "COUNTDOWN_SPEED" @@ -63668,15 +64198,15 @@ }, "init": { "type": "NumericLiteral", - "start": 36050, - "end": 36053, + "start": 36568, + "end": 36571, "loc": { "start": { - "line": 937, + "line": 944, "column": 32 }, "end": { - "line": 937, + "line": 944, "column": 35 } }, @@ -63694,15 +64224,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35999, - "end": 36017, + "start": 36517, + "end": 36535, "loc": { "start": { - "line": 936, + "line": 943, "column": 8 }, "end": { - "line": 936, + "line": 943, "column": 26 } } @@ -63712,15 +64242,15 @@ { "type": "CommentLine", "value": " ms", - "start": 36055, - "end": 36060, + "start": 36573, + "end": 36578, "loc": { "start": { - "line": 937, + "line": 944, "column": 37 }, "end": { - "line": 937, + "line": 944, "column": 42 } } @@ -63729,58 +64259,58 @@ }, { "type": "ExpressionStatement", - "start": 36069, - "end": 36169, + "start": 36587, + "end": 36687, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 939, + "line": 946, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 36069, - "end": 36168, + "start": 36587, + "end": 36686, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 939, + "line": 946, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36069, - "end": 36083, + "start": 36587, + "end": 36601, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 938, + "line": 945, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 36069, - "end": 36073, + "start": 36587, + "end": 36591, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 938, + "line": 945, "column": 12 } }, @@ -63788,15 +64318,15 @@ }, "property": { "type": "Identifier", - "start": 36074, - "end": 36083, + "start": 36592, + "end": 36601, "loc": { "start": { - "line": 938, + "line": 945, "column": 13 }, "end": { - "line": 938, + "line": 945, "column": 22 }, "identifierName": "countDown" @@ -63808,72 +64338,72 @@ }, "right": { "type": "CallExpression", - "start": 36086, - "end": 36168, + "start": 36604, + "end": 36686, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 939, + "line": 946, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 36086, - "end": 36109, + "start": 36604, + "end": 36627, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 938, + "line": 945, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 36086, - "end": 36097, + "start": 36604, + "end": 36615, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 938, + "line": 945, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 36086, - "end": 36090, + "start": 36604, + "end": 36608, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 938, + "line": 945, "column": 29 } } }, "property": { "type": "Identifier", - "start": 36091, - "end": 36097, + "start": 36609, + "end": 36615, "loc": { "start": { - "line": 938, + "line": 945, "column": 30 }, "end": { - "line": 938, + "line": 945, "column": 36 }, "identifierName": "player" @@ -63884,15 +64414,15 @@ }, "property": { "type": "Identifier", - "start": 36098, - "end": 36109, + "start": 36616, + "end": 36627, "loc": { "start": { - "line": 938, + "line": 945, "column": 37 }, "end": { - "line": 938, + "line": 945, "column": 48 }, "identifierName": "setInterval" @@ -63904,72 +64434,72 @@ "arguments": [ { "type": "CallExpression", - "start": 36123, - "end": 36150, + "start": 36641, + "end": 36668, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 36123, - "end": 36144, + "start": 36641, + "end": 36662, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 36123, - "end": 36139, + "start": 36641, + "end": 36657, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36123, - "end": 36127, + "start": 36641, + "end": 36645, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36128, - "end": 36139, + "start": 36646, + "end": 36657, "loc": { "start": { - "line": 939, + "line": 946, "column": 17 }, "end": { - "line": 939, + "line": 946, "column": 28 }, "identifierName": "onCountDown" @@ -63980,15 +64510,15 @@ }, "property": { "type": "Identifier", - "start": 36140, - "end": 36144, + "start": 36658, + "end": 36662, "loc": { "start": { - "line": 939, + "line": 946, "column": 29 }, "end": { - "line": 939, + "line": 946, "column": 33 }, "identifierName": "bind" @@ -64000,15 +64530,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 36145, - "end": 36149, + "start": 36663, + "end": 36667, "loc": { "start": { - "line": 939, + "line": 946, "column": 34 }, "end": { - "line": 939, + "line": 946, "column": 38 } } @@ -64017,15 +64547,15 @@ }, { "type": "Identifier", - "start": 36152, - "end": 36167, + "start": 36670, + "end": 36685, "loc": { "start": { - "line": 939, + "line": 946, "column": 41 }, "end": { - "line": 939, + "line": 946, "column": 56 }, "identifierName": "COUNTDOWN_SPEED" @@ -64040,15 +64570,15 @@ { "type": "CommentLine", "value": " ms", - "start": 36055, - "end": 36060, + "start": 36573, + "end": 36578, "loc": { "start": { - "line": 937, + "line": 944, "column": 37 }, "end": { - "line": 937, + "line": 944, "column": 42 } } @@ -64058,15 +64588,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36179, - "end": 36208, + "start": 36697, + "end": 36726, "loc": { "start": { - "line": 941, + "line": 948, "column": 8 }, "end": { - "line": 941, + "line": 948, "column": 37 } } @@ -64075,57 +64605,57 @@ }, { "type": "IfStatement", - "start": 36217, - "end": 36294, + "start": 36735, + "end": 36812, "loc": { "start": { - "line": 942, + "line": 949, "column": 8 }, "end": { - "line": 944, + "line": 951, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 36221, - "end": 36246, + "start": 36739, + "end": 36764, "loc": { "start": { - "line": 942, + "line": 949, "column": 12 }, "end": { - "line": 942, + "line": 949, "column": 37 } }, "left": { "type": "MemberExpression", - "start": 36221, - "end": 36232, + "start": 36739, + "end": 36750, "loc": { "start": { - "line": 942, + "line": 949, "column": 12 }, "end": { - "line": 942, + "line": 949, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36221, - "end": 36225, + "start": 36739, + "end": 36743, "loc": { "start": { - "line": 942, + "line": 949, "column": 12 }, "end": { - "line": 942, + "line": 949, "column": 16 } }, @@ -64133,15 +64663,15 @@ }, "property": { "type": "Identifier", - "start": 36226, - "end": 36232, + "start": 36744, + "end": 36750, "loc": { "start": { - "line": 942, + "line": 949, "column": 17 }, "end": { - "line": 942, + "line": 949, "column": 23 }, "identifierName": "engine" @@ -64154,15 +64684,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 36237, - "end": 36246, + "start": 36755, + "end": 36764, "loc": { "start": { - "line": 942, + "line": 949, "column": 28 }, "end": { - "line": 942, + "line": 949, "column": 37 }, "identifierName": "undefined" @@ -64173,101 +64703,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 36248, - "end": 36294, + "start": 36766, + "end": 36812, "loc": { "start": { - "line": 942, + "line": 949, "column": 39 }, "end": { - "line": 944, + "line": 951, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36262, - "end": 36284, + "start": 36780, + "end": 36802, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 36262, - "end": 36283, + "start": 36780, + "end": 36801, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 36262, - "end": 36281, + "start": 36780, + "end": 36799, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 36262, - "end": 36273, + "start": 36780, + "end": 36791, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36262, - "end": 36266, + "start": 36780, + "end": 36784, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36267, - "end": 36273, + "start": 36785, + "end": 36791, "loc": { "start": { - "line": 943, + "line": 950, "column": 17 }, "end": { - "line": 943, + "line": 950, "column": 23 }, "identifierName": "engine" @@ -64278,15 +64808,15 @@ }, "property": { "type": "Identifier", - "start": 36274, - "end": 36281, + "start": 36792, + "end": 36799, "loc": { "start": { - "line": 943, + "line": 950, "column": 24 }, "end": { - "line": 943, + "line": 950, "column": 31 }, "identifierName": "dispose" @@ -64307,15 +64837,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36179, - "end": 36208, + "start": 36697, + "end": 36726, "loc": { "start": { - "line": 941, + "line": 948, "column": 8 }, "end": { - "line": 941, + "line": 948, "column": 37 } } @@ -64325,15 +64855,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36304, - "end": 36329, + "start": 36822, + "end": 36847, "loc": { "start": { - "line": 946, + "line": 953, "column": 8 }, "end": { - "line": 946, + "line": 953, "column": 33 } } @@ -64342,71 +64872,71 @@ }, { "type": "ExpressionStatement", - "start": 36338, - "end": 36358, + "start": 36856, + "end": 36876, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 36338, - "end": 36357, + "start": 36856, + "end": 36875, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 36338, - "end": 36355, + "start": 36856, + "end": 36873, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 36338, - "end": 36349, + "start": 36856, + "end": 36867, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 36338, - "end": 36342, + "start": 36856, + "end": 36860, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 12 } }, @@ -64414,15 +64944,15 @@ }, "property": { "type": "Identifier", - "start": 36343, - "end": 36349, + "start": 36861, + "end": 36867, "loc": { "start": { - "line": 947, + "line": 954, "column": 13 }, "end": { - "line": 947, + "line": 954, "column": 19 }, "identifierName": "engine" @@ -64434,15 +64964,15 @@ }, "property": { "type": "Identifier", - "start": 36350, - "end": 36355, + "start": 36868, + "end": 36873, "loc": { "start": { - "line": 947, + "line": 954, "column": 20 }, "end": { - "line": 947, + "line": 954, "column": 25 }, "identifierName": "start" @@ -64459,15 +64989,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36304, - "end": 36329, + "start": 36822, + "end": 36847, "loc": { "start": { - "line": 946, + "line": 953, "column": 8 }, "end": { - "line": 946, + "line": 953, "column": 33 } } @@ -64477,15 +65007,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36368, - "end": 36380, + "start": 36886, + "end": 36898, "loc": { "start": { - "line": 949, + "line": 956, "column": 8 }, "end": { - "line": 949, + "line": 956, "column": 20 } } @@ -64494,71 +65024,71 @@ }, { "type": "ExpressionStatement", - "start": 36389, - "end": 36429, + "start": 36907, + "end": 36947, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 36389, - "end": 36428, + "start": 36907, + "end": 36946, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 36389, - "end": 36408, + "start": 36907, + "end": 36926, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 36389, - "end": 36400, + "start": 36907, + "end": 36918, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 36389, - "end": 36393, + "start": 36907, + "end": 36911, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 12 } }, @@ -64566,15 +65096,15 @@ }, "property": { "type": "Identifier", - "start": 36394, - "end": 36400, + "start": 36912, + "end": 36918, "loc": { "start": { - "line": 950, + "line": 957, "column": 13 }, "end": { - "line": 950, + "line": 957, "column": 19 }, "identifierName": "player" @@ -64586,15 +65116,15 @@ }, "property": { "type": "Identifier", - "start": 36401, - "end": 36408, + "start": 36919, + "end": 36926, "loc": { "start": { - "line": 950, + "line": 957, "column": 20 }, "end": { - "line": 950, + "line": 957, "column": 27 }, "identifierName": "trigger" @@ -64607,29 +65137,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36409, - "end": 36427, + "start": 36927, + "end": 36945, "loc": { "start": { - "line": 950, + "line": 957, "column": 28 }, "end": { - "line": 950, + "line": 957, "column": 46 } }, "object": { "type": "Identifier", - "start": 36409, - "end": 36414, + "start": 36927, + "end": 36932, "loc": { "start": { - "line": 950, + "line": 957, "column": 28 }, "end": { - "line": 950, + "line": 957, "column": 33 }, "identifierName": "Event" @@ -64638,15 +65168,15 @@ }, "property": { "type": "Identifier", - "start": 36415, - "end": 36427, + "start": 36933, + "end": 36945, "loc": { "start": { - "line": 950, + "line": 957, "column": 34 }, "end": { - "line": 950, + "line": 957, "column": 46 }, "identifierName": "START_RECORD" @@ -64662,15 +65192,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36368, - "end": 36380, + "start": 36886, + "end": 36898, "loc": { "start": { - "line": 949, + "line": 956, "column": 8 }, "end": { - "line": 949, + "line": 956, "column": 20 } } @@ -64685,15 +65215,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35761, - "end": 35812, + "start": 36279, + "end": 36330, "loc": { "start": { - "line": 926, + "line": 933, "column": 4 }, "end": { - "line": 929, + "line": 936, "column": 7 } } @@ -64703,15 +65233,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36441, - "end": 36475, + "start": 36959, + "end": 36993, "loc": { "start": { - "line": 953, + "line": 960, "column": 4 }, "end": { - "line": 955, + "line": 962, "column": 7 } } @@ -64720,15 +65250,15 @@ }, { "type": "ClassMethod", - "start": 36480, - "end": 37399, + "start": 36998, + "end": 37917, "loc": { "start": { - "line": 956, + "line": 963, "column": 4 }, "end": { - "line": 984, + "line": 991, "column": 5 } }, @@ -64736,15 +65266,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 36480, - "end": 36484, + "start": 36998, + "end": 37002, "loc": { "start": { - "line": 956, + "line": 963, "column": 4 }, "end": { - "line": 956, + "line": 963, "column": 8 }, "identifierName": "stop" @@ -64760,44 +65290,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 36487, - "end": 37399, + "start": 37005, + "end": 37917, "loc": { "start": { - "line": 956, + "line": 963, "column": 11 }, "end": { - "line": 984, + "line": 991, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 36497, - "end": 37393, + "start": 37015, + "end": 37911, "loc": { "start": { - "line": 957, + "line": 964, "column": 8 }, "end": { - "line": 983, + "line": 990, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 36501, - "end": 36521, + "start": 37019, + "end": 37039, "loc": { "start": { - "line": 957, + "line": 964, "column": 12 }, "end": { - "line": 957, + "line": 964, "column": 32 } }, @@ -64805,58 +65335,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 36502, - "end": 36521, + "start": 37020, + "end": 37039, "loc": { "start": { - "line": 957, + "line": 964, "column": 13 }, "end": { - "line": 957, + "line": 964, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 36502, - "end": 36519, + "start": 37020, + "end": 37037, "loc": { "start": { - "line": 957, + "line": 964, "column": 13 }, "end": { - "line": 957, + "line": 964, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 36502, - "end": 36506, + "start": 37020, + "end": 37024, "loc": { "start": { - "line": 957, + "line": 964, "column": 13 }, "end": { - "line": 957, + "line": 964, "column": 17 } } }, "property": { "type": "Identifier", - "start": 36507, - "end": 36519, + "start": 37025, + "end": 37037, "loc": { "start": { - "line": 957, + "line": 964, "column": 18 }, "end": { - "line": 957, + "line": 964, "column": 30 }, "identifierName": "isProcessing" @@ -64873,88 +65403,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 36523, - "end": 37393, + "start": 37041, + "end": 37911, "loc": { "start": { - "line": 957, + "line": 964, "column": 34 }, "end": { - "line": 983, + "line": 990, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36537, - "end": 36561, + "start": 37055, + "end": 37079, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 36537, - "end": 36560, + "start": 37055, + "end": 37078, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36537, - "end": 36552, + "start": 37055, + "end": 37070, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36537, - "end": 36541, + "start": 37055, + "end": 37059, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36542, - "end": 36552, + "start": 37060, + "end": 37070, "loc": { "start": { - "line": 958, + "line": 965, "column": 17 }, "end": { - "line": 958, + "line": 965, "column": 27 }, "identifierName": "_recording" @@ -64965,15 +65495,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36555, - "end": 36560, + "start": 37073, + "end": 37078, "loc": { "start": { - "line": 958, + "line": 965, "column": 30 }, "end": { - "line": 958, + "line": 965, "column": 35 } }, @@ -64983,73 +65513,73 @@ }, { "type": "ExpressionStatement", - "start": 36574, - "end": 36598, + "start": 37092, + "end": 37116, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 36574, - "end": 36597, + "start": 37092, + "end": 37115, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36574, - "end": 36590, + "start": 37092, + "end": 37108, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36574, - "end": 36578, + "start": 37092, + "end": 37096, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36579, - "end": 36590, + "start": 37097, + "end": 37108, "loc": { "start": { - "line": 959, + "line": 966, "column": 17 }, "end": { - "line": 959, + "line": 966, "column": 28 }, "identifierName": "_processing" @@ -65060,15 +65590,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36593, - "end": 36597, + "start": 37111, + "end": 37115, "loc": { "start": { - "line": 959, + "line": 966, "column": 31 }, "end": { - "line": 959, + "line": 966, "column": 35 } }, @@ -65078,86 +65608,86 @@ }, { "type": "IfStatement", - "start": 36612, - "end": 37383, + "start": 37130, + "end": 37901, "loc": { "start": { - "line": 961, + "line": 968, "column": 12 }, "end": { - "line": 982, + "line": 989, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 36616, - "end": 36651, + "start": 37134, + "end": 37169, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 51 } }, "left": { "type": "CallExpression", - "start": 36616, - "end": 36636, + "start": 37134, + "end": 37154, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 36616, - "end": 36634, + "start": 37134, + "end": 37152, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 36616, - "end": 36620, + "start": 37134, + "end": 37138, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 20 } } }, "property": { "type": "Identifier", - "start": 36621, - "end": 36634, + "start": 37139, + "end": 37152, "loc": { "start": { - "line": 961, + "line": 968, "column": 21 }, "end": { - "line": 961, + "line": 968, "column": 34 }, "identifierName": "getRecordType" @@ -65171,15 +65701,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 36641, - "end": 36651, + "start": 37159, + "end": 37169, "loc": { "start": { - "line": 961, + "line": 968, "column": 41 }, "end": { - "line": 961, + "line": 968, "column": 51 }, "identifierName": "IMAGE_ONLY" @@ -65189,86 +65719,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 36653, - "end": 37155, + "start": 37171, + "end": 37673, "loc": { "start": { - "line": 961, + "line": 968, "column": 53 }, "end": { - "line": 977, + "line": 984, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 36700, - "end": 36739, + "start": 37218, + "end": 37257, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 36700, - "end": 36738, + "start": 37218, + "end": 37256, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 36700, - "end": 36719, + "start": 37218, + "end": 37237, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 36700, - "end": 36711, + "start": 37218, + "end": 37229, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36700, - "end": 36704, + "start": 37218, + "end": 37222, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 20 } }, @@ -65276,15 +65806,15 @@ }, "property": { "type": "Identifier", - "start": 36705, - "end": 36711, + "start": 37223, + "end": 37229, "loc": { "start": { - "line": 963, + "line": 970, "column": 21 }, "end": { - "line": 963, + "line": 970, "column": 27 }, "identifierName": "player" @@ -65296,15 +65826,15 @@ }, "property": { "type": "Identifier", - "start": 36712, - "end": 36719, + "start": 37230, + "end": 37237, "loc": { "start": { - "line": 963, + "line": 970, "column": 28 }, "end": { - "line": 963, + "line": 970, "column": 35 }, "identifierName": "trigger" @@ -65317,29 +65847,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36720, - "end": 36737, + "start": 37238, + "end": 37255, "loc": { "start": { - "line": 963, + "line": 970, "column": 36 }, "end": { - "line": 963, + "line": 970, "column": 53 } }, "object": { "type": "Identifier", - "start": 36720, - "end": 36725, + "start": 37238, + "end": 37243, "loc": { "start": { - "line": 963, + "line": 970, "column": 36 }, "end": { - "line": 963, + "line": 970, "column": 41 }, "identifierName": "Event" @@ -65348,15 +65878,15 @@ }, "property": { "type": "Identifier", - "start": 36726, - "end": 36737, + "start": 37244, + "end": 37255, "loc": { "start": { - "line": 963, + "line": 970, "column": 42 }, "end": { - "line": 963, + "line": 970, "column": 53 }, "identifierName": "STOP_RECORD" @@ -65372,15 +65902,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36671, - "end": 36683, + "start": 37189, + "end": 37201, "loc": { "start": { - "line": 962, + "line": 969, "column": 16 }, "end": { - "line": 962, + "line": 969, "column": 28 } } @@ -65390,15 +65920,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36757, - "end": 36774, + "start": 37275, + "end": 37292, "loc": { "start": { - "line": 965, + "line": 972, "column": 16 }, "end": { - "line": 965, + "line": 972, "column": 33 } } @@ -65407,71 +65937,71 @@ }, { "type": "ExpressionStatement", - "start": 36791, - "end": 36833, + "start": 37309, + "end": 37351, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 36791, - "end": 36832, + "start": 37309, + "end": 37350, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 36791, - "end": 36816, + "start": 37309, + "end": 37334, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 36791, - "end": 36802, + "start": 37309, + "end": 37320, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36791, - "end": 36795, + "start": 37309, + "end": 37313, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 20 } }, @@ -65479,15 +66009,15 @@ }, "property": { "type": "Identifier", - "start": 36796, - "end": 36802, + "start": 37314, + "end": 37320, "loc": { "start": { - "line": 966, + "line": 973, "column": 21 }, "end": { - "line": 966, + "line": 973, "column": 27 }, "identifierName": "player" @@ -65499,15 +66029,15 @@ }, "property": { "type": "Identifier", - "start": 36803, - "end": 36816, + "start": 37321, + "end": 37334, "loc": { "start": { - "line": 966, + "line": 973, "column": 28 }, "end": { - "line": 966, + "line": 973, "column": 41 }, "identifierName": "clearInterval" @@ -65520,44 +66050,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 36817, - "end": 36831, + "start": 37335, + "end": 37349, "loc": { "start": { - "line": 966, + "line": 973, "column": 42 }, "end": { - "line": 966, + "line": 973, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 36817, - "end": 36821, + "start": 37335, + "end": 37339, "loc": { "start": { - "line": 966, + "line": 973, "column": 42 }, "end": { - "line": 966, + "line": 973, "column": 46 } } }, "property": { "type": "Identifier", - "start": 36822, - "end": 36831, + "start": 37340, + "end": 37349, "loc": { "start": { - "line": 966, + "line": 973, "column": 47 }, "end": { - "line": 966, + "line": 973, "column": 56 }, "identifierName": "countDown" @@ -65573,15 +66103,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36757, - "end": 36774, + "start": 37275, + "end": 37292, "loc": { "start": { - "line": 965, + "line": 972, "column": 16 }, "end": { - "line": 965, + "line": 972, "column": 33 } } @@ -65591,15 +66121,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36851, - "end": 36908, + "start": 37369, + "end": 37426, "loc": { "start": { - "line": 968, + "line": 975, "column": 16 }, "end": { - "line": 968, + "line": 975, "column": 73 } } @@ -65608,43 +66138,43 @@ }, { "type": "IfStatement", - "start": 36925, - "end": 37001, + "start": 37443, + "end": 37519, "loc": { "start": { - "line": 969, + "line": 976, "column": 16 }, "end": { - "line": 971, + "line": 978, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 36929, - "end": 36940, + "start": 37447, + "end": 37458, "loc": { "start": { - "line": 969, + "line": 976, "column": 20 }, "end": { - "line": 969, + "line": 976, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 36929, - "end": 36933, + "start": 37447, + "end": 37451, "loc": { "start": { - "line": 969, + "line": 976, "column": 20 }, "end": { - "line": 969, + "line": 976, "column": 24 } }, @@ -65652,15 +66182,15 @@ }, "property": { "type": "Identifier", - "start": 36934, - "end": 36940, + "start": 37452, + "end": 37458, "loc": { "start": { - "line": 969, + "line": 976, "column": 25 }, "end": { - "line": 969, + "line": 976, "column": 31 }, "identifierName": "engine" @@ -65672,101 +66202,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 36942, - "end": 37001, + "start": 37460, + "end": 37519, "loc": { "start": { - "line": 969, + "line": 976, "column": 33 }, "end": { - "line": 971, + "line": 978, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 36964, - "end": 36983, + "start": 37482, + "end": 37501, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 36964, - "end": 36982, + "start": 37482, + "end": 37500, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 36964, - "end": 36980, + "start": 37482, + "end": 37498, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 36964, - "end": 36975, + "start": 37482, + "end": 37493, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 36964, - "end": 36968, + "start": 37482, + "end": 37486, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 24 } } }, "property": { "type": "Identifier", - "start": 36969, - "end": 36975, + "start": 37487, + "end": 37493, "loc": { "start": { - "line": 970, + "line": 977, "column": 25 }, "end": { - "line": 970, + "line": 977, "column": 31 }, "identifierName": "engine" @@ -65777,15 +66307,15 @@ }, "property": { "type": "Identifier", - "start": 36976, - "end": 36980, + "start": 37494, + "end": 37498, "loc": { "start": { - "line": 970, + "line": 977, "column": 32 }, "end": { - "line": 970, + "line": 977, "column": 36 }, "identifierName": "stop" @@ -65805,15 +66335,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36851, - "end": 36908, + "start": 37369, + "end": 37426, "loc": { "start": { - "line": 968, + "line": 975, "column": 16 }, "end": { - "line": 968, + "line": 975, "column": 73 } } @@ -65822,58 +66352,58 @@ }, { "type": "IfStatement", - "start": 37019, - "end": 37141, + "start": 37537, + "end": 37659, "loc": { "start": { - "line": 973, + "line": 980, "column": 16 }, "end": { - "line": 976, + "line": 983, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 37023, - "end": 37042, + "start": 37541, + "end": 37560, "loc": { "start": { - "line": 973, + "line": 980, "column": 20 }, "end": { - "line": 973, + "line": 980, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 37023, - "end": 37027, + "start": 37541, + "end": 37545, "loc": { "start": { - "line": 973, + "line": 980, "column": 20 }, "end": { - "line": 973, + "line": 980, "column": 24 } } }, "property": { "type": "Identifier", - "start": 37028, - "end": 37042, + "start": 37546, + "end": 37560, "loc": { "start": { - "line": 973, + "line": 980, "column": 25 }, "end": { - "line": 973, + "line": 980, "column": 39 }, "identifierName": "autoMuteDevice" @@ -65884,72 +66414,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 37044, - "end": 37141, + "start": 37562, + "end": 37659, "loc": { "start": { - "line": 973, + "line": 980, "column": 41 }, "end": { - "line": 976, + "line": 983, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 37101, - "end": 37123, + "start": 37619, + "end": 37641, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 37101, - "end": 37122, + "start": 37619, + "end": 37640, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 37101, - "end": 37116, + "start": 37619, + "end": 37634, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 37101, - "end": 37105, + "start": 37619, + "end": 37623, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 24 } }, @@ -65957,15 +66487,15 @@ }, "property": { "type": "Identifier", - "start": 37106, - "end": 37116, + "start": 37624, + "end": 37634, "loc": { "start": { - "line": 975, + "line": 982, "column": 25 }, "end": { - "line": 975, + "line": 982, "column": 35 }, "identifierName": "muteTracks" @@ -65978,15 +66508,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 37117, - "end": 37121, + "start": 37635, + "end": 37639, "loc": { "start": { - "line": 975, + "line": 982, "column": 36 }, "end": { - "line": 975, + "line": 982, "column": 40 } }, @@ -65999,15 +66529,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 37066, - "end": 37080, + "start": 37584, + "end": 37598, "loc": { "start": { - "line": 974, + "line": 981, "column": 20 }, "end": { - "line": 974, + "line": 981, "column": 34 } } @@ -66024,87 +66554,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 37161, - "end": 37383, + "start": 37679, + "end": 37901, "loc": { "start": { - "line": 977, + "line": 984, "column": 19 }, "end": { - "line": 982, + "line": 989, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 37179, - "end": 37369, + "start": 37697, + "end": 37887, "loc": { "start": { - "line": 978, + "line": 985, "column": 16 }, "end": { - "line": 981, + "line": 988, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 37183, - "end": 37207, + "start": 37701, + "end": 37725, "loc": { "start": { - "line": 978, + "line": 985, "column": 20 }, "end": { - "line": 978, + "line": 985, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 37183, - "end": 37194, + "start": 37701, + "end": 37712, "loc": { "start": { - "line": 978, + "line": 985, "column": 20 }, "end": { - "line": 978, + "line": 985, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 37183, - "end": 37187, + "start": 37701, + "end": 37705, "loc": { "start": { - "line": 978, + "line": 985, "column": 20 }, "end": { - "line": 978, + "line": 985, "column": 24 } } }, "property": { "type": "Identifier", - "start": 37188, - "end": 37194, + "start": 37706, + "end": 37712, "loc": { "start": { - "line": 978, + "line": 985, "column": 25 }, "end": { - "line": 978, + "line": 985, "column": 31 }, "identifierName": "player" @@ -66115,15 +66645,15 @@ }, "property": { "type": "Identifier", - "start": 37195, - "end": 37207, + "start": 37713, + "end": 37725, "loc": { "start": { - "line": 978, + "line": 985, "column": 32 }, "end": { - "line": 978, + "line": 985, "column": 44 }, "identifierName": "recordedData" @@ -66134,86 +66664,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 37209, - "end": 37369, + "start": 37727, + "end": 37887, "loc": { "start": { - "line": 978, + "line": 985, "column": 46 }, "end": { - "line": 981, + "line": 988, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 37310, - "end": 37351, + "start": 37828, + "end": 37869, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 37310, - "end": 37350, + "start": 37828, + "end": 37868, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 37310, - "end": 37329, + "start": 37828, + "end": 37847, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 37310, - "end": 37321, + "start": 37828, + "end": 37839, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 37310, - "end": 37314, + "start": 37828, + "end": 37832, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 24 } }, @@ -66221,15 +66751,15 @@ }, "property": { "type": "Identifier", - "start": 37315, - "end": 37321, + "start": 37833, + "end": 37839, "loc": { "start": { - "line": 980, + "line": 987, "column": 25 }, "end": { - "line": 980, + "line": 987, "column": 31 }, "identifierName": "player" @@ -66241,15 +66771,15 @@ }, "property": { "type": "Identifier", - "start": 37322, - "end": 37329, + "start": 37840, + "end": 37847, "loc": { "start": { - "line": 980, + "line": 987, "column": 32 }, "end": { - "line": 980, + "line": 987, "column": 39 }, "identifierName": "trigger" @@ -66262,29 +66792,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37330, - "end": 37349, + "start": 37848, + "end": 37867, "loc": { "start": { - "line": 980, + "line": 987, "column": 40 }, "end": { - "line": 980, + "line": 987, "column": 59 } }, "object": { "type": "Identifier", - "start": 37330, - "end": 37335, + "start": 37848, + "end": 37853, "loc": { "start": { - "line": 980, + "line": 987, "column": 40 }, "end": { - "line": 980, + "line": 987, "column": 45 }, "identifierName": "Event" @@ -66293,15 +66823,15 @@ }, "property": { "type": "Identifier", - "start": 37336, - "end": 37349, + "start": 37854, + "end": 37867, "loc": { "start": { - "line": 980, + "line": 987, "column": 46 }, "end": { - "line": 980, + "line": 987, "column": 59 }, "identifierName": "FINISH_RECORD" @@ -66317,15 +66847,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 37231, - "end": 37289, + "start": 37749, + "end": 37807, "loc": { "start": { - "line": 979, + "line": 986, "column": 20 }, "end": { - "line": 979, + "line": 986, "column": 78 } } @@ -66354,15 +66884,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36441, - "end": 36475, + "start": 36959, + "end": 36993, "loc": { "start": { - "line": 953, + "line": 960, "column": 4 }, "end": { - "line": 955, + "line": 962, "column": 7 } } @@ -66372,15 +66902,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37405, - "end": 37463, + "start": 37923, + "end": 37981, "loc": { "start": { - "line": 986, + "line": 993, "column": 4 }, "end": { - "line": 988, + "line": 995, "column": 7 } } @@ -66389,15 +66919,15 @@ }, { "type": "ClassMethod", - "start": 37468, - "end": 37894, + "start": 37986, + "end": 38412, "loc": { "start": { - "line": 989, + "line": 996, "column": 4 }, "end": { - "line": 1001, + "line": 1008, "column": 5 } }, @@ -66405,15 +66935,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37468, - "end": 37478, + "start": 37986, + "end": 37996, "loc": { "start": { - "line": 989, + "line": 996, "column": 4 }, "end": { - "line": 989, + "line": 996, "column": 14 }, "identifierName": "stopDevice" @@ -66429,87 +66959,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37481, - "end": 37894, + "start": 37999, + "end": 38412, "loc": { "start": { - "line": 989, + "line": 996, "column": 17 }, "end": { - "line": 1001, + "line": 1008, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37491, - "end": 37888, + "start": 38009, + "end": 38406, "loc": { "start": { - "line": 990, + "line": 997, "column": 8 }, "end": { - "line": 1000, + "line": 1007, "column": 9 } }, "test": { "type": "CallExpression", - "start": 37495, - "end": 37513, + "start": 38013, + "end": 38031, "loc": { "start": { - "line": 990, + "line": 997, "column": 12 }, "end": { - "line": 990, + "line": 997, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 37495, - "end": 37511, + "start": 38013, + "end": 38029, "loc": { "start": { - "line": 990, + "line": 997, "column": 12 }, "end": { - "line": 990, + "line": 997, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 37495, - "end": 37499, + "start": 38013, + "end": 38017, "loc": { "start": { - "line": 990, + "line": 997, "column": 12 }, "end": { - "line": 990, + "line": 997, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37500, - "end": 37511, + "start": 38018, + "end": 38029, "loc": { "start": { - "line": 990, + "line": 997, "column": 17 }, "end": { - "line": 990, + "line": 997, "column": 28 }, "identifierName": "isRecording" @@ -66522,86 +67052,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 37515, - "end": 37767, + "start": 38033, + "end": 38285, "loc": { "start": { - "line": 990, + "line": 997, "column": 32 }, "end": { - "line": 997, + "line": 1004, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37636, - "end": 37701, + "start": 38154, + "end": 38219, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 37636, - "end": 37700, + "start": 38154, + "end": 38218, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 37636, - "end": 37651, + "start": 38154, + "end": 38169, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 37636, - "end": 37647, + "start": 38154, + "end": 38165, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37636, - "end": 37640, + "start": 38154, + "end": 38158, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 16 } }, @@ -66609,15 +67139,15 @@ }, "property": { "type": "Identifier", - "start": 37641, - "end": 37647, + "start": 38159, + "end": 38165, "loc": { "start": { - "line": 993, + "line": 1000, "column": 17 }, "end": { - "line": 993, + "line": 1000, "column": 23 }, "identifierName": "player" @@ -66629,15 +67159,15 @@ }, "property": { "type": "Identifier", - "start": 37648, - "end": 37651, + "start": 38166, + "end": 38169, "loc": { "start": { - "line": 993, + "line": 1000, "column": 24 }, "end": { - "line": 993, + "line": 1000, "column": 27 }, "identifierName": "one" @@ -66650,29 +67180,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37652, - "end": 37671, + "start": 38170, + "end": 38189, "loc": { "start": { - "line": 993, + "line": 1000, "column": 28 }, "end": { - "line": 993, + "line": 1000, "column": 47 } }, "object": { "type": "Identifier", - "start": 37652, - "end": 37657, + "start": 38170, + "end": 38175, "loc": { "start": { - "line": 993, + "line": 1000, "column": 28 }, "end": { - "line": 993, + "line": 1000, "column": 33 }, "identifierName": "Event" @@ -66681,15 +67211,15 @@ }, "property": { "type": "Identifier", - "start": 37658, - "end": 37671, + "start": 38176, + "end": 38189, "loc": { "start": { - "line": 993, + "line": 1000, "column": 34 }, "end": { - "line": 993, + "line": 1000, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -66700,72 +67230,72 @@ }, { "type": "CallExpression", - "start": 37673, - "end": 37699, + "start": 38191, + "end": 38217, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 37673, - "end": 37693, + "start": 38191, + "end": 38211, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 37673, - "end": 37688, + "start": 38191, + "end": 38206, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 37673, - "end": 37677, + "start": 38191, + "end": 38195, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 53 } } }, "property": { "type": "Identifier", - "start": 37678, - "end": 37688, + "start": 38196, + "end": 38206, "loc": { "start": { - "line": 993, + "line": 1000, "column": 54 }, "end": { - "line": 993, + "line": 1000, "column": 64 }, "identifierName": "stopStream" @@ -66776,15 +67306,15 @@ }, "property": { "type": "Identifier", - "start": 37689, - "end": 37693, + "start": 38207, + "end": 38211, "loc": { "start": { - "line": 993, + "line": 1000, "column": 65 }, "end": { - "line": 993, + "line": 1000, "column": 69 }, "identifierName": "bind" @@ -66796,15 +67326,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 37694, - "end": 37698, + "start": 38212, + "end": 38216, "loc": { "start": { - "line": 993, + "line": 1000, "column": 70 }, "end": { - "line": 993, + "line": 1000, "column": 74 } } @@ -66818,15 +67348,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 37529, - "end": 37576, + "start": 38047, + "end": 38094, "loc": { "start": { - "line": 991, + "line": 998, "column": 12 }, "end": { - "line": 991, + "line": 998, "column": 59 } } @@ -66834,15 +67364,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 37589, - "end": 37623, + "start": 38107, + "end": 38141, "loc": { "start": { - "line": 992, + "line": 999, "column": 12 }, "end": { - "line": 992, + "line": 999, "column": 46 } } @@ -66852,15 +67382,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37715, - "end": 37732, + "start": 38233, + "end": 38250, "loc": { "start": { - "line": 995, + "line": 1002, "column": 12 }, "end": { - "line": 995, + "line": 1002, "column": 29 } } @@ -66869,57 +67399,57 @@ }, { "type": "ExpressionStatement", - "start": 37745, - "end": 37757, + "start": 38263, + "end": 38275, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 37745, - "end": 37756, + "start": 38263, + "end": 38274, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 37745, - "end": 37754, + "start": 38263, + "end": 38272, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 37745, - "end": 37749, + "start": 38263, + "end": 38267, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 16 } }, @@ -66927,15 +67457,15 @@ }, "property": { "type": "Identifier", - "start": 37750, - "end": 37754, + "start": 38268, + "end": 38272, "loc": { "start": { - "line": 996, + "line": 1003, "column": 17 }, "end": { - "line": 996, + "line": 1003, "column": 21 }, "identifierName": "stop" @@ -66952,15 +67482,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37715, - "end": 37732, + "start": 38233, + "end": 38250, "loc": { "start": { - "line": 995, + "line": 1002, "column": 12 }, "end": { - "line": 995, + "line": 1002, "column": 29 } } @@ -66972,72 +67502,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 37773, - "end": 37888, + "start": 38291, + "end": 38406, "loc": { "start": { - "line": 997, + "line": 1004, "column": 15 }, "end": { - "line": 1000, + "line": 1007, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37860, - "end": 37878, + "start": 38378, + "end": 38396, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 37860, - "end": 37877, + "start": 38378, + "end": 38395, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 37860, - "end": 37875, + "start": 38378, + "end": 38393, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 37860, - "end": 37864, + "start": 38378, + "end": 38382, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 16 } }, @@ -67045,15 +67575,15 @@ }, "property": { "type": "Identifier", - "start": 37865, - "end": 37875, + "start": 38383, + "end": 38393, "loc": { "start": { - "line": 999, + "line": 1006, "column": 17 }, "end": { - "line": 999, + "line": 1006, "column": 27 }, "identifierName": "stopStream" @@ -67070,15 +67600,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 37787, - "end": 37847, + "start": 38305, + "end": 38365, "loc": { "start": { - "line": 998, + "line": 1005, "column": 12 }, "end": { - "line": 998, + "line": 1005, "column": 72 } } @@ -67097,15 +67627,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37405, - "end": 37463, + "start": 37923, + "end": 37981, "loc": { "start": { - "line": 986, + "line": 993, "column": 4 }, "end": { - "line": 988, + "line": 995, "column": 7 } } @@ -67115,15 +67645,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37900, - "end": 37942, + "start": 38418, + "end": 38460, "loc": { "start": { - "line": 1003, + "line": 1010, "column": 4 }, "end": { - "line": 1005, + "line": 1012, "column": 7 } } @@ -67132,15 +67662,15 @@ }, { "type": "ClassMethod", - "start": 37947, - "end": 38400, + "start": 38465, + "end": 38918, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 4 }, "end": { - "line": 1020, + "line": 1027, "column": 5 } }, @@ -67148,15 +67678,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37947, - "end": 37957, + "start": 38465, + "end": 38475, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 4 }, "end": { - "line": 1006, + "line": 1013, "column": 14 }, "identifierName": "stopStream" @@ -67172,58 +67702,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37960, - "end": 38400, + "start": 38478, + "end": 38918, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 17 }, "end": { - "line": 1020, + "line": 1027, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38004, - "end": 38394, + "start": 38522, + "end": 38912, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 8 }, "end": { - "line": 1019, + "line": 1026, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 38008, - "end": 38019, + "start": 38526, + "end": 38537, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 12 }, "end": { - "line": 1008, + "line": 1015, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38008, - "end": 38012, + "start": 38526, + "end": 38530, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 12 }, "end": { - "line": 1008, + "line": 1015, "column": 16 } }, @@ -67231,15 +67761,15 @@ }, "property": { "type": "Identifier", - "start": 38013, - "end": 38019, + "start": 38531, + "end": 38537, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 17 }, "end": { - "line": 1008, + "line": 1015, "column": 23 }, "identifierName": "stream" @@ -67251,88 +67781,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38021, - "end": 38394, + "start": 38539, + "end": 38912, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 25 }, "end": { - "line": 1019, + "line": 1026, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38035, - "end": 38062, + "start": 38553, + "end": 38580, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 38035, - "end": 38061, + "start": 38553, + "end": 38579, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38035, - "end": 38053, + "start": 38553, + "end": 38571, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 38035, - "end": 38039, + "start": 38553, + "end": 38557, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38040, - "end": 38053, + "start": 38558, + "end": 38571, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 17 }, "end": { - "line": 1009, + "line": 1016, "column": 30 }, "identifierName": "_deviceActive" @@ -67343,15 +67873,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38056, - "end": 38061, + "start": 38574, + "end": 38579, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 33 }, "end": { - "line": 1009, + "line": 1016, "column": 38 } }, @@ -67361,86 +67891,86 @@ }, { "type": "IfStatement", - "start": 38076, - "end": 38279, + "start": 38594, + "end": 38797, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 12 }, "end": { - "line": 1015, + "line": 1022, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 38080, - "end": 38115, + "start": 38598, + "end": 38633, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 51 } }, "left": { "type": "CallExpression", - "start": 38080, - "end": 38100, + "start": 38598, + "end": 38618, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 38080, - "end": 38098, + "start": 38598, + "end": 38616, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 38080, - "end": 38084, + "start": 38598, + "end": 38602, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 20 } } }, "property": { "type": "Identifier", - "start": 38085, - "end": 38098, + "start": 38603, + "end": 38616, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 21 }, "end": { - "line": 1011, + "line": 1018, "column": 34 }, "identifierName": "getRecordType" @@ -67454,15 +67984,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 38105, - "end": 38115, + "start": 38623, + "end": 38633, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 41 }, "end": { - "line": 1011, + "line": 1018, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -67472,114 +68002,114 @@ }, "consequent": { "type": "BlockStatement", - "start": 38117, - "end": 38279, + "start": 38635, + "end": 38797, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 53 }, "end": { - "line": 1015, + "line": 1022, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 38198, - "end": 38241, + "start": 38716, + "end": 38759, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 38198, - "end": 38240, + "start": 38716, + "end": 38758, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 38198, - "end": 38238, + "start": 38716, + "end": 38756, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 38198, - "end": 38227, + "start": 38716, + "end": 38745, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 38198, - "end": 38216, + "start": 38716, + "end": 38734, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 38198, - "end": 38209, + "start": 38716, + "end": 38727, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38198, - "end": 38202, + "start": 38716, + "end": 38720, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 20 } }, @@ -67587,15 +68117,15 @@ }, "property": { "type": "Identifier", - "start": 38203, - "end": 38209, + "start": 38721, + "end": 38727, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 21 }, "end": { - "line": 1013, + "line": 1020, "column": 27 }, "identifierName": "surfer" @@ -67607,15 +68137,15 @@ }, "property": { "type": "Identifier", - "start": 38210, - "end": 38216, + "start": 38728, + "end": 38734, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 28 }, "end": { - "line": 1013, + "line": 1020, "column": 34 }, "identifierName": "surfer" @@ -67627,15 +68157,15 @@ }, "property": { "type": "Identifier", - "start": 38217, - "end": 38227, + "start": 38735, + "end": 38745, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 35 }, "end": { - "line": 1013, + "line": 1020, "column": 45 }, "identifierName": "microphone" @@ -67647,15 +68177,15 @@ }, "property": { "type": "Identifier", - "start": 38228, - "end": 38238, + "start": 38746, + "end": 38756, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 46 }, "end": { - "line": 1013, + "line": 1020, "column": 56 }, "identifierName": "stopDevice" @@ -67672,15 +68202,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 38135, - "end": 38181, + "start": 38653, + "end": 38699, "loc": { "start": { - "line": 1012, + "line": 1019, "column": 16 }, "end": { - "line": 1012, + "line": 1019, "column": 62 } } @@ -67689,15 +68219,15 @@ }, { "type": "ReturnStatement", - "start": 38258, - "end": 38265, + "start": 38776, + "end": 38783, "loc": { "start": { - "line": 1014, + "line": 1021, "column": 16 }, "end": { - "line": 1014, + "line": 1021, "column": 23 } }, @@ -67710,114 +68240,114 @@ }, { "type": "ExpressionStatement", - "start": 38292, - "end": 38384, + "start": 38810, + "end": 38902, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1018, + "line": 1025, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 38292, - "end": 38383, + "start": 38810, + "end": 38901, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1018, + "line": 1025, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 38292, - "end": 38323, + "start": 38810, + "end": 38841, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 43 } }, "object": { "type": "CallExpression", - "start": 38292, - "end": 38315, + "start": 38810, + "end": 38833, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 38292, - "end": 38313, + "start": 38810, + "end": 38831, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 38292, - "end": 38303, + "start": 38810, + "end": 38821, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38292, - "end": 38296, + "start": 38810, + "end": 38814, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38297, - "end": 38303, + "start": 38815, + "end": 38821, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 17 }, "end": { - "line": 1016, + "line": 1023, "column": 23 }, "identifierName": "stream" @@ -67828,15 +68358,15 @@ }, "property": { "type": "Identifier", - "start": 38304, - "end": 38313, + "start": 38822, + "end": 38831, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 24 }, "end": { - "line": 1016, + "line": 1023, "column": 33 }, "identifierName": "getTracks" @@ -67849,15 +68379,15 @@ }, "property": { "type": "Identifier", - "start": 38316, - "end": 38323, + "start": 38834, + "end": 38841, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 36 }, "end": { - "line": 1016, + "line": 1023, "column": 43 }, "identifierName": "forEach" @@ -67869,15 +68399,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 38324, - "end": 38382, + "start": 38842, + "end": 38900, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 44 }, "end": { - "line": 1018, + "line": 1025, "column": 13 } }, @@ -67888,15 +68418,15 @@ "params": [ { "type": "Identifier", - "start": 38325, - "end": 38331, + "start": 38843, + "end": 38849, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 45 }, "end": { - "line": 1016, + "line": 1023, "column": 51 }, "identifierName": "stream" @@ -67906,72 +68436,72 @@ ], "body": { "type": "BlockStatement", - "start": 38336, - "end": 38382, + "start": 38854, + "end": 38900, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 56 }, "end": { - "line": 1018, + "line": 1025, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 38354, - "end": 38368, + "start": 38872, + "end": 38886, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 38354, - "end": 38367, + "start": 38872, + "end": 38885, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 38354, - "end": 38365, + "start": 38872, + "end": 38883, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 27 } }, "object": { "type": "Identifier", - "start": 38354, - "end": 38360, + "start": 38872, + "end": 38878, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 22 }, "identifierName": "stream" @@ -67980,15 +68510,15 @@ }, "property": { "type": "Identifier", - "start": 38361, - "end": 38365, + "start": 38879, + "end": 38883, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 23 }, "end": { - "line": 1017, + "line": 1024, "column": 27 }, "identifierName": "stop" @@ -68015,15 +68545,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 37970, - "end": 37995, + "start": 38488, + "end": 38513, "loc": { "start": { - "line": 1007, + "line": 1014, "column": 8 }, "end": { - "line": 1007, + "line": 1014, "column": 33 } } @@ -68038,15 +68568,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37900, - "end": 37942, + "start": 38418, + "end": 38460, "loc": { "start": { - "line": 1003, + "line": 1010, "column": 4 }, "end": { - "line": 1005, + "line": 1012, "column": 7 } } @@ -68056,15 +68586,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38406, - "end": 38441, + "start": 38924, + "end": 38959, "loc": { "start": { - "line": 1022, + "line": 1029, "column": 4 }, "end": { - "line": 1024, + "line": 1031, "column": 7 } } @@ -68073,15 +68603,15 @@ }, { "type": "ClassMethod", - "start": 38446, - "end": 38613, + "start": 38964, + "end": 39131, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 4 }, "end": { - "line": 1032, + "line": 1039, "column": 5 } }, @@ -68089,15 +68619,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38446, - "end": 38451, + "start": 38964, + "end": 38969, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 4 }, "end": { - "line": 1025, + "line": 1032, "column": 9 }, "identifierName": "pause" @@ -68113,44 +68643,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38454, - "end": 38613, + "start": 38972, + "end": 39131, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 12 }, "end": { - "line": 1032, + "line": 1039, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38464, - "end": 38607, + "start": 38982, + "end": 39125, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 8 }, "end": { - "line": 1031, + "line": 1038, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 38468, - "end": 38480, + "start": 38986, + "end": 38998, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 12 }, "end": { - "line": 1026, + "line": 1033, "column": 24 } }, @@ -68158,44 +68688,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 38469, - "end": 38480, + "start": 38987, + "end": 38998, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 13 }, "end": { - "line": 1026, + "line": 1033, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 38469, - "end": 38473, + "start": 38987, + "end": 38991, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 13 }, "end": { - "line": 1026, + "line": 1033, "column": 17 } } }, "property": { "type": "Identifier", - "start": 38474, - "end": 38480, + "start": 38992, + "end": 38998, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 18 }, "end": { - "line": 1026, + "line": 1033, "column": 24 }, "identifierName": "paused" @@ -68210,88 +68740,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38482, - "end": 38607, + "start": 39000, + "end": 39125, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 26 }, "end": { - "line": 1031, + "line": 1038, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38496, - "end": 38531, + "start": 39014, + "end": 39049, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 38496, - "end": 38530, + "start": 39014, + "end": 39048, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38496, - "end": 38510, + "start": 39014, + "end": 39028, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 38496, - "end": 38500, + "start": 39014, + "end": 39018, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38501, - "end": 38510, + "start": 39019, + "end": 39028, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 17 }, "end": { - "line": 1027, + "line": 1034, "column": 26 }, "identifierName": "pauseTime" @@ -68302,43 +68832,43 @@ }, "right": { "type": "CallExpression", - "start": 38513, - "end": 38530, + "start": 39031, + "end": 39048, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 29 }, "end": { - "line": 1027, + "line": 1034, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 38513, - "end": 38528, + "start": 39031, + "end": 39046, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 29 }, "end": { - "line": 1027, + "line": 1034, "column": 44 } }, "object": { "type": "Identifier", - "start": 38513, - "end": 38524, + "start": 39031, + "end": 39042, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 29 }, "end": { - "line": 1027, + "line": 1034, "column": 40 }, "identifierName": "performance" @@ -68347,15 +68877,15 @@ }, "property": { "type": "Identifier", - "start": 38525, - "end": 38528, + "start": 39043, + "end": 39046, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 41 }, "end": { - "line": 1027, + "line": 1034, "column": 44 }, "identifierName": "now" @@ -68370,73 +68900,73 @@ }, { "type": "ExpressionStatement", - "start": 38544, - "end": 38563, + "start": 39062, + "end": 39081, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 38544, - "end": 38562, + "start": 39062, + "end": 39080, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 30 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38544, - "end": 38555, + "start": 39062, + "end": 39073, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38544, - "end": 38548, + "start": 39062, + "end": 39066, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38549, - "end": 38555, + "start": 39067, + "end": 39073, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 17 }, "end": { - "line": 1028, + "line": 1035, "column": 23 }, "identifierName": "paused" @@ -68447,15 +68977,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38558, - "end": 38562, + "start": 39076, + "end": 39080, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 26 }, "end": { - "line": 1028, + "line": 1035, "column": 30 } }, @@ -68465,86 +68995,86 @@ }, { "type": "ExpressionStatement", - "start": 38577, - "end": 38597, + "start": 39095, + "end": 39115, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 38577, - "end": 38596, + "start": 39095, + "end": 39114, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 38577, - "end": 38594, + "start": 39095, + "end": 39112, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 38577, - "end": 38588, + "start": 39095, + "end": 39106, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38577, - "end": 38581, + "start": 39095, + "end": 39099, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38582, - "end": 38588, + "start": 39100, + "end": 39106, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 17 }, "end": { - "line": 1030, + "line": 1037, "column": 23 }, "identifierName": "engine" @@ -68555,15 +69085,15 @@ }, "property": { "type": "Identifier", - "start": 38589, - "end": 38594, + "start": 39107, + "end": 39112, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 24 }, "end": { - "line": 1030, + "line": 1037, "column": 29 }, "identifierName": "pause" @@ -68588,15 +69118,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38406, - "end": 38441, + "start": 38924, + "end": 38959, "loc": { "start": { - "line": 1022, + "line": 1029, "column": 4 }, "end": { - "line": 1024, + "line": 1031, "column": 7 } } @@ -68606,15 +69136,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38619, - "end": 38655, + "start": 39137, + "end": 39173, "loc": { "start": { - "line": 1034, + "line": 1041, "column": 4 }, "end": { - "line": 1036, + "line": 1043, "column": 7 } } @@ -68623,15 +69153,15 @@ }, { "type": "ClassMethod", - "start": 38660, - "end": 38848, + "start": 39178, + "end": 39366, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 4 }, "end": { - "line": 1044, + "line": 1051, "column": 5 } }, @@ -68639,15 +69169,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38660, - "end": 38666, + "start": 39178, + "end": 39184, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 4 }, "end": { - "line": 1037, + "line": 1044, "column": 10 }, "identifierName": "resume" @@ -68663,73 +69193,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38669, - "end": 38848, + "start": 39187, + "end": 39366, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 13 }, "end": { - "line": 1044, + "line": 1051, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38679, - "end": 38842, + "start": 39197, + "end": 39360, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 8 }, "end": { - "line": 1043, + "line": 1050, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 38683, - "end": 38694, + "start": 39201, + "end": 39212, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 12 }, "end": { - "line": 1038, + "line": 1045, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38683, - "end": 38687, + "start": 39201, + "end": 39205, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 12 }, "end": { - "line": 1038, + "line": 1045, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38688, - "end": 38694, + "start": 39206, + "end": 39212, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 17 }, "end": { - "line": 1038, + "line": 1045, "column": 23 }, "identifierName": "paused" @@ -68740,88 +69270,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38696, - "end": 38842, + "start": 39214, + "end": 39360, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 25 }, "end": { - "line": 1043, + "line": 1050, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38710, - "end": 38764, + "start": 39228, + "end": 39282, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 38710, - "end": 38763, + "start": 39228, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 65 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 38710, - "end": 38725, + "start": 39228, + "end": 39243, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38710, - "end": 38714, + "start": 39228, + "end": 39232, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38715, - "end": 38725, + "start": 39233, + "end": 39243, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 17 }, "end": { - "line": 1039, + "line": 1046, "column": 27 }, "identifierName": "pausedTime" @@ -68832,57 +69362,57 @@ }, "right": { "type": "BinaryExpression", - "start": 38729, - "end": 38763, + "start": 39247, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 65 } }, "left": { "type": "CallExpression", - "start": 38729, - "end": 38746, + "start": 39247, + "end": 39264, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 38729, - "end": 38744, + "start": 39247, + "end": 39262, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 46 } }, "object": { "type": "Identifier", - "start": 38729, - "end": 38740, + "start": 39247, + "end": 39258, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 42 }, "identifierName": "performance" @@ -68891,15 +69421,15 @@ }, "property": { "type": "Identifier", - "start": 38741, - "end": 38744, + "start": 39259, + "end": 39262, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 43 }, "end": { - "line": 1039, + "line": 1046, "column": 46 }, "identifierName": "now" @@ -68913,44 +69443,44 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 38749, - "end": 38763, + "start": 39267, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 51 }, "end": { - "line": 1039, + "line": 1046, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 38749, - "end": 38753, + "start": 39267, + "end": 39271, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 51 }, "end": { - "line": 1039, + "line": 1046, "column": 55 } } }, "property": { "type": "Identifier", - "start": 38754, - "end": 38763, + "start": 39272, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 56 }, "end": { - "line": 1039, + "line": 1046, "column": 65 }, "identifierName": "pauseTime" @@ -68964,86 +69494,86 @@ }, { "type": "ExpressionStatement", - "start": 38778, - "end": 38799, + "start": 39296, + "end": 39317, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 38778, - "end": 38798, + "start": 39296, + "end": 39316, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 38778, - "end": 38796, + "start": 39296, + "end": 39314, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 38778, - "end": 38789, + "start": 39296, + "end": 39307, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38778, - "end": 38782, + "start": 39296, + "end": 39300, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38783, - "end": 38789, + "start": 39301, + "end": 39307, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 17 }, "end": { - "line": 1041, + "line": 1048, "column": 23 }, "identifierName": "engine" @@ -69054,15 +69584,15 @@ }, "property": { "type": "Identifier", - "start": 38790, - "end": 38796, + "start": 39308, + "end": 39314, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 24 }, "end": { - "line": 1041, + "line": 1048, "column": 30 }, "identifierName": "resume" @@ -69076,73 +69606,73 @@ }, { "type": "ExpressionStatement", - "start": 38812, - "end": 38832, + "start": 39330, + "end": 39350, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 38812, - "end": 38831, + "start": 39330, + "end": 39349, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38812, - "end": 38823, + "start": 39330, + "end": 39341, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38812, - "end": 38816, + "start": 39330, + "end": 39334, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38817, - "end": 38823, + "start": 39335, + "end": 39341, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 17 }, "end": { - "line": 1042, + "line": 1049, "column": 23 }, "identifierName": "paused" @@ -69153,15 +69683,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38826, - "end": 38831, + "start": 39344, + "end": 39349, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 26 }, "end": { - "line": 1042, + "line": 1049, "column": 31 } }, @@ -69182,15 +69712,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38619, - "end": 38655, + "start": 39137, + "end": 39173, "loc": { "start": { - "line": 1034, + "line": 1041, "column": 4 }, "end": { - "line": 1036, + "line": 1043, "column": 7 } } @@ -69200,15 +69730,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38854, - "end": 38967, + "start": 39372, + "end": 39485, "loc": { "start": { - "line": 1046, + "line": 1053, "column": 4 }, "end": { - "line": 1050, + "line": 1057, "column": 7 } } @@ -69217,15 +69747,15 @@ }, { "type": "ClassMethod", - "start": 38972, - "end": 42887, + "start": 39490, + "end": 43367, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 4 }, "end": { - "line": 1161, + "line": 1168, "column": 5 } }, @@ -69233,15 +69763,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38972, - "end": 38988, + "start": 39490, + "end": 39506, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 4 }, "end": { - "line": 1051, + "line": 1058, "column": 20 }, "identifierName": "onRecordComplete" @@ -69257,87 +69787,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38991, - "end": 42887, + "start": 39509, + "end": 43367, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 23 }, "end": { - "line": 1161, + "line": 1168, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 39052, - "end": 39104, + "start": 39570, + "end": 39622, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 39052, - "end": 39103, + "start": 39570, + "end": 39621, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 39052, - "end": 39076, + "start": 39570, + "end": 39594, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 39052, - "end": 39063, + "start": 39570, + "end": 39581, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 39052, - "end": 39056, + "start": 39570, + "end": 39574, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 12 } }, @@ -69345,15 +69875,15 @@ }, "property": { "type": "Identifier", - "start": 39057, - "end": 39063, + "start": 39575, + "end": 39581, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 13 }, "end": { - "line": 1053, + "line": 1060, "column": 19 }, "identifierName": "player" @@ -69365,15 +69895,15 @@ }, "property": { "type": "Identifier", - "start": 39064, - "end": 39076, + "start": 39582, + "end": 39594, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 20 }, "end": { - "line": 1053, + "line": 1060, "column": 32 }, "identifierName": "recordedData" @@ -69385,58 +69915,58 @@ }, "right": { "type": "MemberExpression", - "start": 39079, - "end": 39103, + "start": 39597, + "end": 39621, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 35 }, "end": { - "line": 1053, + "line": 1060, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 39079, - "end": 39090, + "start": 39597, + "end": 39608, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 35 }, "end": { - "line": 1053, + "line": 1060, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 39079, - "end": 39083, + "start": 39597, + "end": 39601, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 35 }, "end": { - "line": 1053, + "line": 1060, "column": 39 } } }, "property": { "type": "Identifier", - "start": 39084, - "end": 39090, + "start": 39602, + "end": 39608, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 40 }, "end": { - "line": 1053, + "line": 1060, "column": 46 }, "identifierName": "engine" @@ -69447,15 +69977,15 @@ }, "property": { "type": "Identifier", - "start": 39091, - "end": 39103, + "start": 39609, + "end": 39621, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 47 }, "end": { - "line": 1053, + "line": 1060, "column": 59 }, "identifierName": "recordedData" @@ -69470,15 +70000,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 39001, - "end": 39043, + "start": 39519, + "end": 39561, "loc": { "start": { - "line": 1052, + "line": 1059, "column": 8 }, "end": { - "line": 1052, + "line": 1059, "column": 50 } } @@ -69488,15 +70018,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 39114, - "end": 39163, + "start": 39632, + "end": 39681, "loc": { "start": { - "line": 1055, + "line": 1062, "column": 8 }, "end": { - "line": 1055, + "line": 1062, "column": 57 } } @@ -69505,85 +70035,85 @@ }, { "type": "IfStatement", - "start": 39172, - "end": 39362, + "start": 39690, + "end": 39880, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 8 }, "end": { - "line": 1059, + "line": 1066, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 39176, - "end": 39223, + "start": 39694, + "end": 39741, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 39176, - "end": 39209, + "start": 39694, + "end": 39727, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39176, - "end": 39198, + "start": 39694, + "end": 39716, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39176, - "end": 39187, + "start": 39694, + "end": 39705, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39176, - "end": 39180, + "start": 39694, + "end": 39698, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 16 } }, @@ -69591,15 +70121,15 @@ }, "property": { "type": "Identifier", - "start": 39181, - "end": 39187, + "start": 39699, + "end": 39705, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 17 }, "end": { - "line": 1056, + "line": 1063, "column": 23 }, "identifierName": "player" @@ -69611,15 +70141,15 @@ }, "property": { "type": "Identifier", - "start": 39188, - "end": 39198, + "start": 39706, + "end": 39716, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 24 }, "end": { - "line": 1056, + "line": 1063, "column": 34 }, "identifierName": "controlBar" @@ -69631,15 +70161,15 @@ }, "property": { "type": "Identifier", - "start": 39199, - "end": 39209, + "start": 39717, + "end": 39727, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 35 }, "end": { - "line": 1056, + "line": 1063, "column": 45 }, "identifierName": "playToggle" @@ -69652,15 +70182,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 39214, - "end": 39223, + "start": 39732, + "end": 39741, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 50 }, "end": { - "line": 1056, + "line": 1063, "column": 59 }, "identifierName": "undefined" @@ -69671,129 +70201,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 39225, - "end": 39362, + "start": 39743, + "end": 39880, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 61 }, "end": { - "line": 1059, + "line": 1066, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39239, - "end": 39298, + "start": 39757, + "end": 39816, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 39239, - "end": 39297, + "start": 39757, + "end": 39815, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 39239, - "end": 39284, + "start": 39757, + "end": 39802, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 39239, - "end": 39272, + "start": 39757, + "end": 39790, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39239, - "end": 39261, + "start": 39757, + "end": 39779, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39239, - "end": 39250, + "start": 39757, + "end": 39768, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39239, - "end": 39243, + "start": 39757, + "end": 39761, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39244, - "end": 39250, + "start": 39762, + "end": 39768, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 17 }, "end": { - "line": 1057, + "line": 1064, "column": 23 }, "identifierName": "player" @@ -69804,15 +70334,15 @@ }, "property": { "type": "Identifier", - "start": 39251, - "end": 39261, + "start": 39769, + "end": 39779, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 24 }, "end": { - "line": 1057, + "line": 1064, "column": 34 }, "identifierName": "controlBar" @@ -69823,15 +70353,15 @@ }, "property": { "type": "Identifier", - "start": 39262, - "end": 39272, + "start": 39780, + "end": 39790, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 35 }, "end": { - "line": 1057, + "line": 1064, "column": 45 }, "identifierName": "playToggle" @@ -69842,15 +70372,15 @@ }, "property": { "type": "Identifier", - "start": 39273, - "end": 39284, + "start": 39791, + "end": 39802, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 46 }, "end": { - "line": 1057, + "line": 1064, "column": 57 }, "identifierName": "removeClass" @@ -69862,15 +70392,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 39285, - "end": 39296, + "start": 39803, + "end": 39814, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 58 }, "end": { - "line": 1057, + "line": 1064, "column": 69 } }, @@ -69885,114 +70415,114 @@ }, { "type": "ExpressionStatement", - "start": 39311, - "end": 39352, + "start": 39829, + "end": 39870, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 39311, - "end": 39351, + "start": 39829, + "end": 39869, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 39311, - "end": 39349, + "start": 39829, + "end": 39867, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 39311, - "end": 39344, + "start": 39829, + "end": 39862, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39311, - "end": 39333, + "start": 39829, + "end": 39851, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39311, - "end": 39322, + "start": 39829, + "end": 39840, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39311, - "end": 39315, + "start": 39829, + "end": 39833, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39316, - "end": 39322, + "start": 39834, + "end": 39840, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 17 }, "end": { - "line": 1058, + "line": 1065, "column": 23 }, "identifierName": "player" @@ -70003,15 +70533,15 @@ }, "property": { "type": "Identifier", - "start": 39323, - "end": 39333, + "start": 39841, + "end": 39851, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 24 }, "end": { - "line": 1058, + "line": 1065, "column": 34 }, "identifierName": "controlBar" @@ -70022,15 +70552,15 @@ }, "property": { "type": "Identifier", - "start": 39334, - "end": 39344, + "start": 39852, + "end": 39862, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 35 }, "end": { - "line": 1058, + "line": 1065, "column": 45 }, "identifierName": "playToggle" @@ -70041,15 +70571,15 @@ }, "property": { "type": "Identifier", - "start": 39345, - "end": 39349, + "start": 39863, + "end": 39867, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 46 }, "end": { - "line": 1058, + "line": 1065, "column": 50 }, "identifierName": "show" @@ -70070,15 +70600,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 39114, - "end": 39163, + "start": 39632, + "end": 39681, "loc": { "start": { - "line": 1055, + "line": 1062, "column": 8 }, "end": { - "line": 1055, + "line": 1062, "column": 57 } } @@ -70087,17 +70617,17 @@ "trailingComments": [ { "type": "CommentLine", - "value": " notify converter", - "start": 39372, - "end": 39391, + "value": " start converter", + "start": 39890, + "end": 39908, "loc": { "start": { - "line": 1061, + "line": 1068, "column": 8 }, "end": { - "line": 1061, - "column": 27 + "line": 1068, + "column": 26 } } } @@ -70105,57 +70635,57 @@ }, { "type": "IfStatement", - "start": 39400, - "end": 39507, + "start": 39917, + "end": 39987, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 8 }, "end": { - "line": 1064, + "line": 1071, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 39404, - "end": 39432, + "start": 39921, + "end": 39946, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 12 }, "end": { - "line": 1062, - "column": 40 + "line": 1069, + "column": 37 } }, "left": { "type": "MemberExpression", - "start": 39404, - "end": 39418, + "start": 39921, + "end": 39937, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 12 }, "end": { - "line": 1062, - "column": 26 + "line": 1069, + "column": 28 } }, "object": { "type": "ThisExpression", - "start": 39404, - "end": 39408, + "start": 39921, + "end": 39925, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 12 }, "end": { - "line": 1062, + "line": 1069, "column": 16 } }, @@ -70163,161 +70693,127 @@ }, "property": { "type": "Identifier", - "start": 39409, - "end": 39418, + "start": 39926, + "end": 39937, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 17 }, "end": { - "line": 1062, - "column": 26 + "line": 1069, + "column": 28 }, - "identifierName": "converter" + "identifierName": "convertAuto" }, - "name": "converter" + "name": "convertAuto" }, "computed": false, "leadingComments": null }, - "operator": "!==", + "operator": "===", "right": { - "type": "Identifier", - "start": 39423, - "end": 39432, + "type": "BooleanLiteral", + "start": 39942, + "end": 39946, "loc": { "start": { - "line": 1062, - "column": 31 + "line": 1069, + "column": 33 }, "end": { - "line": 1062, - "column": 40 - }, - "identifierName": "undefined" + "line": 1069, + "column": 37 + } }, - "name": "undefined" + "value": true }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 39434, - "end": 39507, + "start": 39948, + "end": 39987, "loc": { "start": { - "line": 1062, - "column": 42 + "line": 1069, + "column": 39 }, "end": { - "line": 1064, + "line": 1071, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39448, - "end": 39497, + "start": 39962, + "end": 39977, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, - "column": 61 + "line": 1070, + "column": 27 } }, "expression": { "type": "CallExpression", - "start": 39448, - "end": 39496, + "start": 39962, + "end": 39976, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, - "column": 60 + "line": 1070, + "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 39448, - "end": 39470, + "start": 39962, + "end": 39974, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, - "column": 34 + "line": 1070, + "column": 24 } }, "object": { - "type": "MemberExpression", - "start": 39448, - "end": 39462, + "type": "ThisExpression", + "start": 39962, + "end": 39966, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, - "column": 26 - } - }, - "object": { - "type": "ThisExpression", - "start": 39448, - "end": 39452, - "loc": { - "start": { - "line": 1063, - "column": 12 - }, - "end": { - "line": 1063, - "column": 16 - } + "line": 1070, + "column": 16 } - }, - "property": { - "type": "Identifier", - "start": 39453, - "end": 39462, - "loc": { - "start": { - "line": 1063, - "column": 17 - }, - "end": { - "line": 1063, - "column": 26 - }, - "identifierName": "converter" - }, - "name": "converter" - }, - "computed": false + } }, "property": { "type": "Identifier", - "start": 39463, - "end": 39470, + "start": 39967, + "end": 39974, "loc": { "start": { - "line": 1063, - "column": 27 + "line": 1070, + "column": 17 }, "end": { - "line": 1063, - "column": 34 + "line": 1070, + "column": 24 }, "identifierName": "convert" }, @@ -70325,89 +70821,7 @@ }, "computed": false }, - "arguments": [ - { - "type": "MemberExpression", - "start": 39471, - "end": 39495, - "loc": { - "start": { - "line": 1063, - "column": 35 - }, - "end": { - "line": 1063, - "column": 59 - } - }, - "object": { - "type": "MemberExpression", - "start": 39471, - "end": 39482, - "loc": { - "start": { - "line": 1063, - "column": 35 - }, - "end": { - "line": 1063, - "column": 46 - } - }, - "object": { - "type": "ThisExpression", - "start": 39471, - "end": 39475, - "loc": { - "start": { - "line": 1063, - "column": 35 - }, - "end": { - "line": 1063, - "column": 39 - } - } - }, - "property": { - "type": "Identifier", - "start": 39476, - "end": 39482, - "loc": { - "start": { - "line": 1063, - "column": 40 - }, - "end": { - "line": 1063, - "column": 46 - }, - "identifierName": "player" - }, - "name": "player" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 39483, - "end": 39495, - "loc": { - "start": { - "line": 1063, - "column": 47 - }, - "end": { - "line": 1063, - "column": 59 - }, - "identifierName": "recordedData" - }, - "name": "recordedData" - }, - "computed": false - } - ] + "arguments": [] } } ], @@ -70418,17 +70832,17 @@ "leadingComments": [ { "type": "CommentLine", - "value": " notify converter", - "start": 39372, - "end": 39391, + "value": " start converter", + "start": 39890, + "end": 39908, "loc": { "start": { - "line": 1061, + "line": 1068, "column": 8 }, "end": { - "line": 1061, - "column": 27 + "line": 1068, + "column": 26 } } } @@ -70437,15 +70851,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39517, - "end": 39559, + "start": 39997, + "end": 40039, "loc": { "start": { - "line": 1066, + "line": 1073, "column": 8 }, "end": { - "line": 1066, + "line": 1073, "column": 50 } } @@ -70454,71 +70868,71 @@ }, { "type": "ExpressionStatement", - "start": 39568, - "end": 39609, + "start": 40048, + "end": 40089, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 39568, - "end": 39608, + "start": 40048, + "end": 40088, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 39568, - "end": 39587, + "start": 40048, + "end": 40067, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 39568, - "end": 39579, + "start": 40048, + "end": 40059, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 39568, - "end": 39572, + "start": 40048, + "end": 40052, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 12 } }, @@ -70526,15 +70940,15 @@ }, "property": { "type": "Identifier", - "start": 39573, - "end": 39579, + "start": 40053, + "end": 40059, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 13 }, "end": { - "line": 1067, + "line": 1074, "column": 19 }, "identifierName": "player" @@ -70546,15 +70960,15 @@ }, "property": { "type": "Identifier", - "start": 39580, - "end": 39587, + "start": 40060, + "end": 40067, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 20 }, "end": { - "line": 1067, + "line": 1074, "column": 27 }, "identifierName": "trigger" @@ -70567,29 +70981,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 39588, - "end": 39607, + "start": 40068, + "end": 40087, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 28 }, "end": { - "line": 1067, + "line": 1074, "column": 47 } }, "object": { "type": "Identifier", - "start": 39588, - "end": 39593, + "start": 40068, + "end": 40073, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 28 }, "end": { - "line": 1067, + "line": 1074, "column": 33 }, "identifierName": "Event" @@ -70598,15 +71012,15 @@ }, "property": { "type": "Identifier", - "start": 39594, - "end": 39607, + "start": 40074, + "end": 40087, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 34 }, "end": { - "line": 1067, + "line": 1074, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -70622,15 +71036,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39517, - "end": 39559, + "start": 39997, + "end": 40039, "loc": { "start": { - "line": 1066, + "line": 1073, "column": 8 }, "end": { - "line": 1066, + "line": 1073, "column": 50 } } @@ -70640,15 +71054,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39619, - "end": 39684, + "start": 40099, + "end": 40164, "loc": { "start": { - "line": 1069, + "line": 1076, "column": 8 }, "end": { - "line": 1069, + "line": 1076, "column": 73 } } @@ -70657,57 +71071,57 @@ }, { "type": "IfStatement", - "start": 39693, - "end": 39748, + "start": 40173, + "end": 40228, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 8 }, "end": { - "line": 1072, + "line": 1079, "column": 9 } }, "test": { "type": "CallExpression", - "start": 39697, - "end": 39715, + "start": 40177, + "end": 40195, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 12 }, "end": { - "line": 1070, + "line": 1077, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 39697, - "end": 39713, + "start": 40177, + "end": 40193, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 12 }, "end": { - "line": 1070, + "line": 1077, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 39697, - "end": 39701, + "start": 40177, + "end": 40181, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 12 }, "end": { - "line": 1070, + "line": 1077, "column": 16 } }, @@ -70715,15 +71129,15 @@ }, "property": { "type": "Identifier", - "start": 39702, - "end": 39713, + "start": 40182, + "end": 40193, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 17 }, "end": { - "line": 1070, + "line": 1077, "column": 28 }, "identifierName": "isDestroyed" @@ -70738,30 +71152,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 39717, - "end": 39748, + "start": 40197, + "end": 40228, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 32 }, "end": { - "line": 1072, + "line": 1079, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 39731, - "end": 39738, + "start": 40211, + "end": 40218, "loc": { "start": { - "line": 1071, + "line": 1078, "column": 12 }, "end": { - "line": 1071, + "line": 1078, "column": 19 } }, @@ -70776,15 +71190,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39619, - "end": 39684, + "start": 40099, + "end": 40164, "loc": { "start": { - "line": 1069, + "line": 1076, "column": 8 }, "end": { - "line": 1069, + "line": 1076, "column": 73 } } @@ -70794,15 +71208,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39758, - "end": 39791, + "start": 40238, + "end": 40271, "loc": { "start": { - "line": 1074, + "line": 1081, "column": 8 }, "end": { - "line": 1074, + "line": 1081, "column": 41 } } @@ -70811,57 +71225,57 @@ }, { "type": "SwitchStatement", - "start": 39800, - "end": 42881, + "start": 40280, + "end": 43361, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 8 }, "end": { - "line": 1160, + "line": 1167, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 39808, - "end": 39828, + "start": 40288, + "end": 40308, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 16 }, "end": { - "line": 1075, + "line": 1082, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 39808, - "end": 39826, + "start": 40288, + "end": 40306, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 16 }, "end": { - "line": 1075, + "line": 1082, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 39808, - "end": 39812, + "start": 40288, + "end": 40292, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 16 }, "end": { - "line": 1075, + "line": 1082, "column": 20 } }, @@ -70869,15 +71283,15 @@ }, "property": { "type": "Identifier", - "start": 39813, - "end": 39826, + "start": 40293, + "end": 40306, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 21 }, "end": { - "line": 1075, + "line": 1082, "column": 34 }, "identifierName": "getRecordType" @@ -70893,86 +71307,86 @@ "cases": [ { "type": "SwitchCase", - "start": 39844, - "end": 40502, + "start": 40324, + "end": 40982, "loc": { "start": { - "line": 1076, + "line": 1083, "column": 12 }, "end": { - "line": 1094, + "line": 1101, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 39936, - "end": 39956, + "start": 40416, + "end": 40436, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 39936, - "end": 39955, + "start": 40416, + "end": 40435, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 39936, - "end": 39953, + "start": 40416, + "end": 40433, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 39936, - "end": 39947, + "start": 40416, + "end": 40427, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39936, - "end": 39940, + "start": 40416, + "end": 40420, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 20 } }, @@ -70980,15 +71394,15 @@ }, "property": { "type": "Identifier", - "start": 39941, - "end": 39947, + "start": 40421, + "end": 40427, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 21 }, "end": { - "line": 1078, + "line": 1085, "column": 27 }, "identifierName": "surfer" @@ -71000,15 +71414,15 @@ }, "property": { "type": "Identifier", - "start": 39948, - "end": 39953, + "start": 40428, + "end": 40433, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 28 }, "end": { - "line": 1078, + "line": 1085, "column": 33 }, "identifierName": "pause" @@ -71025,15 +71439,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 39877, - "end": 39919, + "start": 40357, + "end": 40399, "loc": { "start": { - "line": 1077, + "line": 1084, "column": 16 }, "end": { - "line": 1077, + "line": 1084, "column": 58 } } @@ -71043,15 +71457,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39974, - "end": 40002, + "start": 40454, + "end": 40482, "loc": { "start": { - "line": 1080, + "line": 1087, "column": 16 }, "end": { - "line": 1080, + "line": 1087, "column": 44 } } @@ -71060,71 +71474,71 @@ }, { "type": "ExpressionStatement", - "start": 40019, - "end": 40057, + "start": 40499, + "end": 40537, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 40019, - "end": 40056, + "start": 40499, + "end": 40536, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 40019, - "end": 40050, + "start": 40499, + "end": 40530, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40019, - "end": 40030, + "start": 40499, + "end": 40510, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40019, - "end": 40023, + "start": 40499, + "end": 40503, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 20 } }, @@ -71132,15 +71546,15 @@ }, "property": { "type": "Identifier", - "start": 40024, - "end": 40030, + "start": 40504, + "end": 40510, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 21 }, "end": { - "line": 1081, + "line": 1088, "column": 27 }, "identifierName": "surfer" @@ -71152,15 +71566,15 @@ }, "property": { "type": "Identifier", - "start": 40031, - "end": 40050, + "start": 40511, + "end": 40530, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 28 }, "end": { - "line": 1081, + "line": 1088, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -71173,15 +71587,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 40051, - "end": 40055, + "start": 40531, + "end": 40535, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 48 }, "end": { - "line": 1081, + "line": 1088, "column": 52 } }, @@ -71194,15 +71608,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39974, - "end": 40002, + "start": 40454, + "end": 40482, "loc": { "start": { - "line": 1080, + "line": 1087, "column": 16 }, "end": { - "line": 1080, + "line": 1087, "column": 44 } } @@ -71212,15 +71626,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 40075, - "end": 40092, + "start": 40555, + "end": 40572, "loc": { "start": { - "line": 1083, + "line": 1090, "column": 16 }, "end": { - "line": 1083, + "line": 1090, "column": 33 } } @@ -71229,85 +71643,85 @@ }, { "type": "ExpressionStatement", - "start": 40109, - "end": 40143, + "start": 40589, + "end": 40623, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 40109, - "end": 40142, + "start": 40589, + "end": 40622, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 40109, - "end": 40140, + "start": 40589, + "end": 40620, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40109, - "end": 40135, + "start": 40589, + "end": 40615, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 40109, - "end": 40120, + "start": 40589, + "end": 40600, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40109, - "end": 40113, + "start": 40589, + "end": 40593, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 20 } }, @@ -71315,15 +71729,15 @@ }, "property": { "type": "Identifier", - "start": 40114, - "end": 40120, + "start": 40594, + "end": 40600, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 21 }, "end": { - "line": 1084, + "line": 1091, "column": 27 }, "identifierName": "player" @@ -71335,15 +71749,15 @@ }, "property": { "type": "Identifier", - "start": 40121, - "end": 40135, + "start": 40601, + "end": 40615, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 28 }, "end": { - "line": 1084, + "line": 1091, "column": 42 }, "identifierName": "loadingSpinner" @@ -71355,15 +71769,15 @@ }, "property": { "type": "Identifier", - "start": 40136, - "end": 40140, + "start": 40616, + "end": 40620, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 43 }, "end": { - "line": 1084, + "line": 1091, "column": 47 }, "identifierName": "show" @@ -71380,15 +71794,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 40075, - "end": 40092, + "start": 40555, + "end": 40572, "loc": { "start": { - "line": 1083, + "line": 1090, "column": 16 }, "end": { - "line": 1083, + "line": 1090, "column": 33 } } @@ -71398,15 +71812,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40161, - "end": 40212, + "start": 40641, + "end": 40692, "loc": { "start": { - "line": 1086, + "line": 1093, "column": 16 }, "end": { - "line": 1086, + "line": 1093, "column": 67 } } @@ -71414,15 +71828,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40229, - "end": 40253, + "start": 40709, + "end": 40733, "loc": { "start": { - "line": 1087, + "line": 1094, "column": 16 }, "end": { - "line": 1087, + "line": 1094, "column": 40 } } @@ -71431,85 +71845,85 @@ }, { "type": "ExpressionStatement", - "start": 40270, - "end": 40380, + "start": 40750, + "end": 40860, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1090, + "line": 1097, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 40270, - "end": 40379, + "start": 40750, + "end": 40859, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1090, + "line": 1097, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 40270, - "end": 40293, + "start": 40750, + "end": 40773, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 40270, - "end": 40288, + "start": 40750, + "end": 40768, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 40270, - "end": 40281, + "start": 40750, + "end": 40761, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40270, - "end": 40274, + "start": 40750, + "end": 40754, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 20 } }, @@ -71517,15 +71931,15 @@ }, "property": { "type": "Identifier", - "start": 40275, - "end": 40281, + "start": 40755, + "end": 40761, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 21 }, "end": { - "line": 1088, + "line": 1095, "column": 27 }, "identifierName": "surfer" @@ -71537,15 +71951,15 @@ }, "property": { "type": "Identifier", - "start": 40282, - "end": 40288, + "start": 40762, + "end": 40768, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 28 }, "end": { - "line": 1088, + "line": 1095, "column": 34 }, "identifierName": "surfer" @@ -71557,15 +71971,15 @@ }, "property": { "type": "Identifier", - "start": 40289, - "end": 40293, + "start": 40769, + "end": 40773, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 35 }, "end": { - "line": 1088, + "line": 1095, "column": 39 }, "identifierName": "once" @@ -71578,29 +71992,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 40294, - "end": 40305, + "start": 40774, + "end": 40785, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 40 }, "end": { - "line": 1088, + "line": 1095, "column": 51 } }, "object": { "type": "Identifier", - "start": 40294, - "end": 40299, + "start": 40774, + "end": 40779, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 40 }, "end": { - "line": 1088, + "line": 1095, "column": 45 }, "identifierName": "Event" @@ -71609,15 +72023,15 @@ }, "property": { "type": "Identifier", - "start": 40300, - "end": 40305, + "start": 40780, + "end": 40785, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 46 }, "end": { - "line": 1088, + "line": 1095, "column": 51 }, "identifierName": "READY" @@ -71628,15 +72042,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 40307, - "end": 40378, + "start": 40787, + "end": 40858, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 53 }, "end": { - "line": 1090, + "line": 1097, "column": 17 } }, @@ -71647,88 +72061,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 40313, - "end": 40378, + "start": 40793, + "end": 40858, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 59 }, "end": { - "line": 1090, + "line": 1097, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 40335, - "end": 40360, + "start": 40815, + "end": 40840, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 40335, - "end": 40359, + "start": 40815, + "end": 40839, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40335, - "end": 40351, + "start": 40815, + "end": 40831, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40335, - "end": 40339, + "start": 40815, + "end": 40819, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 24 } } }, "property": { "type": "Identifier", - "start": 40340, - "end": 40351, + "start": 40820, + "end": 40831, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 25 }, "end": { - "line": 1089, + "line": 1096, "column": 36 }, "identifierName": "_processing" @@ -71739,15 +72153,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40354, - "end": 40359, + "start": 40834, + "end": 40839, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 39 }, "end": { - "line": 1089, + "line": 1096, "column": 44 } }, @@ -71766,15 +72180,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40161, - "end": 40212, + "start": 40641, + "end": 40692, "loc": { "start": { - "line": 1086, + "line": 1093, "column": 16 }, "end": { - "line": 1086, + "line": 1093, "column": 67 } } @@ -71782,15 +72196,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40229, - "end": 40253, + "start": 40709, + "end": 40733, "loc": { "start": { - "line": 1087, + "line": 1094, "column": 16 }, "end": { - "line": 1087, + "line": 1094, "column": 40 } } @@ -71800,15 +72214,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40398, - "end": 40426, + "start": 40878, + "end": 40906, "loc": { "start": { - "line": 1092, + "line": 1099, "column": 16 }, "end": { - "line": 1092, + "line": 1099, "column": 44 } } @@ -71817,57 +72231,57 @@ }, { "type": "ExpressionStatement", - "start": 40443, - "end": 40479, + "start": 40923, + "end": 40959, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 40443, - "end": 40478, + "start": 40923, + "end": 40958, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 40443, - "end": 40452, + "start": 40923, + "end": 40932, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 40443, - "end": 40447, + "start": 40923, + "end": 40927, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 20 } }, @@ -71875,15 +72289,15 @@ }, "property": { "type": "Identifier", - "start": 40448, - "end": 40452, + "start": 40928, + "end": 40932, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 21 }, "end": { - "line": 1093, + "line": 1100, "column": 25 }, "identifierName": "load" @@ -71896,58 +72310,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 40453, - "end": 40477, + "start": 40933, + "end": 40957, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 26 }, "end": { - "line": 1093, + "line": 1100, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 40453, - "end": 40464, + "start": 40933, + "end": 40944, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 26 }, "end": { - "line": 1093, + "line": 1100, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 40453, - "end": 40457, + "start": 40933, + "end": 40937, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 26 }, "end": { - "line": 1093, + "line": 1100, "column": 30 } } }, "property": { "type": "Identifier", - "start": 40458, - "end": 40464, + "start": 40938, + "end": 40944, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 31 }, "end": { - "line": 1093, + "line": 1100, "column": 37 }, "identifierName": "player" @@ -71958,15 +72372,15 @@ }, "property": { "type": "Identifier", - "start": 40465, - "end": 40477, + "start": 40945, + "end": 40957, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 38 }, "end": { - "line": 1093, + "line": 1100, "column": 50 }, "identifierName": "recordedData" @@ -71982,15 +72396,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40398, - "end": 40426, + "start": 40878, + "end": 40906, "loc": { "start": { - "line": 1092, + "line": 1099, "column": 16 }, "end": { - "line": 1092, + "line": 1099, "column": 44 } } @@ -71999,15 +72413,15 @@ }, { "type": "BreakStatement", - "start": 40496, - "end": 40502, + "start": 40976, + "end": 40982, "loc": { "start": { - "line": 1094, + "line": 1101, "column": 16 }, "end": { - "line": 1094, + "line": 1101, "column": 22 } }, @@ -72016,15 +72430,15 @@ ], "test": { "type": "Identifier", - "start": 39849, - "end": 39859, + "start": 40329, + "end": 40339, "loc": { "start": { - "line": 1076, + "line": 1083, "column": 17 }, "end": { - "line": 1076, + "line": 1083, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -72034,30 +72448,30 @@ }, { "type": "SwitchCase", - "start": 40516, - "end": 40532, + "start": 40996, + "end": 41012, "loc": { "start": { - "line": 1096, + "line": 1103, "column": 12 }, "end": { - "line": 1096, + "line": 1103, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40521, - "end": 40531, + "start": 41001, + "end": 41011, "loc": { "start": { - "line": 1096, + "line": 1103, "column": 17 }, "end": { - "line": 1096, + "line": 1103, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -72067,30 +72481,30 @@ }, { "type": "SwitchCase", - "start": 40545, - "end": 40562, + "start": 41025, + "end": 41042, "loc": { "start": { - "line": 1097, + "line": 1104, "column": 12 }, "end": { - "line": 1097, + "line": 1104, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40550, - "end": 40561, + "start": 41030, + "end": 41041, "loc": { "start": { - "line": 1097, + "line": 1104, "column": 17 }, "end": { - "line": 1097, + "line": 1104, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -72100,30 +72514,30 @@ }, { "type": "SwitchCase", - "start": 40575, - "end": 40593, + "start": 41055, + "end": 41073, "loc": { "start": { - "line": 1098, + "line": 1105, "column": 12 }, "end": { - "line": 1098, + "line": 1105, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40580, - "end": 40592, + "start": 41060, + "end": 41072, "loc": { "start": { - "line": 1098, + "line": 1105, "column": 17 }, "end": { - "line": 1098, + "line": 1105, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -72133,86 +72547,86 @@ }, { "type": "SwitchCase", - "start": 40606, - "end": 42034, + "start": 41086, + "end": 42514, "loc": { "start": { - "line": 1099, + "line": 1106, "column": 12 }, "end": { - "line": 1133, + "line": 1140, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 40825, - "end": 41914, + "start": 41305, + "end": 42394, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1129, + "line": 1136, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 40825, - "end": 41913, + "start": 41305, + "end": 42393, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1129, + "line": 1136, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 40825, - "end": 40840, + "start": 41305, + "end": 41320, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1103, + "line": 1110, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 40825, - "end": 40836, + "start": 41305, + "end": 41316, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1103, + "line": 1110, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40825, - "end": 40829, + "start": 41305, + "end": 41309, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1103, + "line": 1110, "column": 20 } }, @@ -72220,15 +72634,15 @@ }, "property": { "type": "Identifier", - "start": 40830, - "end": 40836, + "start": 41310, + "end": 41316, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 21 }, "end": { - "line": 1103, + "line": 1110, "column": 27 }, "identifierName": "player" @@ -72240,15 +72654,15 @@ }, "property": { "type": "Identifier", - "start": 40837, - "end": 40840, + "start": 41317, + "end": 41320, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 28 }, "end": { - "line": 1103, + "line": 1110, "column": 31 }, "identifierName": "one" @@ -72261,29 +72675,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 40841, - "end": 40852, + "start": 41321, + "end": 41332, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 32 }, "end": { - "line": 1103, + "line": 1110, "column": 43 } }, "object": { "type": "Identifier", - "start": 40841, - "end": 40846, + "start": 41321, + "end": 41326, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 32 }, "end": { - "line": 1103, + "line": 1110, "column": 37 }, "identifierName": "Event" @@ -72292,15 +72706,15 @@ }, "property": { "type": "Identifier", - "start": 40847, - "end": 40852, + "start": 41327, + "end": 41332, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 38 }, "end": { - "line": 1103, + "line": 1110, "column": 43 }, "identifierName": "PAUSE" @@ -72311,15 +72725,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 40854, - "end": 41912, + "start": 41334, + "end": 42392, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 45 }, "end": { - "line": 1129, + "line": 1136, "column": 17 } }, @@ -72330,73 +72744,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 40860, - "end": 41912, + "start": 41340, + "end": 42392, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 51 }, "end": { - "line": 1129, + "line": 1136, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 40925, - "end": 40950, + "start": 41405, + "end": 41430, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 40925, - "end": 40949, + "start": 41405, + "end": 41429, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40925, - "end": 40941, + "start": 41405, + "end": 41421, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40925, - "end": 40929, + "start": 41405, + "end": 41409, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 24 } }, @@ -72404,15 +72818,15 @@ }, "property": { "type": "Identifier", - "start": 40930, - "end": 40941, + "start": 41410, + "end": 41421, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 25 }, "end": { - "line": 1105, + "line": 1112, "column": 36 }, "identifierName": "_processing" @@ -72424,15 +72838,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40944, - "end": 40949, + "start": 41424, + "end": 41429, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 39 }, "end": { - "line": 1105, + "line": 1112, "column": 44 } }, @@ -72444,15 +72858,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 40882, - "end": 40904, + "start": 41362, + "end": 41384, "loc": { "start": { - "line": 1104, + "line": 1111, "column": 20 }, "end": { - "line": 1104, + "line": 1111, "column": 42 } } @@ -72462,15 +72876,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40972, - "end": 40986, + "start": 41452, + "end": 41466, "loc": { "start": { - "line": 1107, + "line": 1114, "column": 20 }, "end": { - "line": 1107, + "line": 1114, "column": 34 } } @@ -72479,85 +72893,85 @@ }, { "type": "ExpressionStatement", - "start": 41007, - "end": 41041, + "start": 41487, + "end": 41521, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 41007, - "end": 41040, + "start": 41487, + "end": 41520, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 41007, - "end": 41038, + "start": 41487, + "end": 41518, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 41007, - "end": 41033, + "start": 41487, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 41007, - "end": 41018, + "start": 41487, + "end": 41498, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 41007, - "end": 41011, + "start": 41487, + "end": 41491, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 24 } }, @@ -72565,15 +72979,15 @@ }, "property": { "type": "Identifier", - "start": 41012, - "end": 41018, + "start": 41492, + "end": 41498, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 25 }, "end": { - "line": 1108, + "line": 1115, "column": 31 }, "identifierName": "player" @@ -72585,15 +72999,15 @@ }, "property": { "type": "Identifier", - "start": 41019, - "end": 41033, + "start": 41499, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 32 }, "end": { - "line": 1108, + "line": 1115, "column": 46 }, "identifierName": "loadingSpinner" @@ -72605,15 +73019,15 @@ }, "property": { "type": "Identifier", - "start": 41034, - "end": 41038, + "start": 41514, + "end": 41518, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 47 }, "end": { - "line": 1108, + "line": 1115, "column": 51 }, "identifierName": "hide" @@ -72630,15 +73044,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40972, - "end": 40986, + "start": 41452, + "end": 41466, "loc": { "start": { - "line": 1107, + "line": 1114, "column": 20 }, "end": { - "line": 1107, + "line": 1114, "column": 34 } } @@ -72648,15 +73062,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 41063, - "end": 41092, + "start": 41543, + "end": 41572, "loc": { "start": { - "line": 1110, + "line": 1117, "column": 20 }, "end": { - "line": 1110, + "line": 1117, "column": 49 } } @@ -72665,57 +73079,57 @@ }, { "type": "ExpressionStatement", - "start": 41113, - "end": 41151, + "start": 41593, + "end": 41631, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 41113, - "end": 41150, + "start": 41593, + "end": 41630, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 41113, - "end": 41129, + "start": 41593, + "end": 41609, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 41113, - "end": 41117, + "start": 41593, + "end": 41597, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 24 } }, @@ -72723,15 +73137,15 @@ }, "property": { "type": "Identifier", - "start": 41118, - "end": 41129, + "start": 41598, + "end": 41609, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 25 }, "end": { - "line": 1111, + "line": 1118, "column": 36 }, "identifierName": "setDuration" @@ -72744,44 +73158,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41130, - "end": 41149, + "start": 41610, + "end": 41629, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 37 }, "end": { - "line": 1111, + "line": 1118, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 41130, - "end": 41134, + "start": 41610, + "end": 41614, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 37 }, "end": { - "line": 1111, + "line": 1118, "column": 41 } } }, "property": { "type": "Identifier", - "start": 41135, - "end": 41149, + "start": 41615, + "end": 41629, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 42 }, "end": { - "line": 1111, + "line": 1118, "column": 56 }, "identifierName": "streamDuration" @@ -72797,15 +73211,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 41063, - "end": 41092, + "start": 41543, + "end": 41572, "loc": { "start": { - "line": 1110, + "line": 1117, "column": 20 }, "end": { - "line": 1110, + "line": 1117, "column": 49 } } @@ -72815,15 +73229,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41173, - "end": 41214, + "start": 41653, + "end": 41694, "loc": { "start": { - "line": 1113, + "line": 1120, "column": 20 }, "end": { - "line": 1113, + "line": 1120, "column": 61 } } @@ -72832,57 +73246,57 @@ }, { "type": "ExpressionStatement", - "start": 41235, - "end": 41323, + "start": 41715, + "end": 41803, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1115, + "line": 1122, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41235, - "end": 41322, + "start": 41715, + "end": 41802, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1115, + "line": 1122, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 41235, - "end": 41242, + "start": 41715, + "end": 41722, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1114, + "line": 1121, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41235, - "end": 41239, + "start": 41715, + "end": 41719, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1114, + "line": 1121, "column": 24 } }, @@ -72890,15 +73304,15 @@ }, "property": { "type": "Identifier", - "start": 41240, - "end": 41242, + "start": 41720, + "end": 41722, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 25 }, "end": { - "line": 1114, + "line": 1121, "column": 27 }, "identifierName": "on" @@ -72911,44 +73325,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41243, - "end": 41254, + "start": 41723, + "end": 41734, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 28 }, "end": { - "line": 1114, + "line": 1121, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 41243, - "end": 41247, + "start": 41723, + "end": 41727, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 28 }, "end": { - "line": 1114, + "line": 1121, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41248, - "end": 41254, + "start": 41728, + "end": 41734, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 33 }, "end": { - "line": 1114, + "line": 1121, "column": 39 }, "identifierName": "player" @@ -72959,29 +73373,29 @@ }, { "type": "MemberExpression", - "start": 41256, - "end": 41272, + "start": 41736, + "end": 41752, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 41 }, "end": { - "line": 1114, + "line": 1121, "column": 57 } }, "object": { "type": "Identifier", - "start": 41256, - "end": 41261, + "start": 41736, + "end": 41741, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 41 }, "end": { - "line": 1114, + "line": 1121, "column": 46 }, "identifierName": "Event" @@ -72990,15 +73404,15 @@ }, "property": { "type": "Identifier", - "start": 41262, - "end": 41272, + "start": 41742, + "end": 41752, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 47 }, "end": { - "line": 1114, + "line": 1121, "column": 57 }, "identifierName": "TIMEUPDATE" @@ -73009,44 +73423,44 @@ }, { "type": "MemberExpression", - "start": 41298, - "end": 41321, + "start": 41778, + "end": 41801, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 24 }, "end": { - "line": 1115, + "line": 1122, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 41298, - "end": 41302, + "start": 41778, + "end": 41782, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 24 }, "end": { - "line": 1115, + "line": 1122, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41303, - "end": 41321, + "start": 41783, + "end": 41801, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 29 }, "end": { - "line": 1115, + "line": 1122, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -73062,15 +73476,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41173, - "end": 41214, + "start": 41653, + "end": 41694, "loc": { "start": { - "line": 1113, + "line": 1120, "column": 20 }, "end": { - "line": 1113, + "line": 1120, "column": 61 } } @@ -73079,72 +73493,72 @@ }, { "type": "ExpressionStatement", - "start": 41344, - "end": 41427, + "start": 41824, + "end": 41907, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1117, + "line": 1124, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41344, - "end": 41426, + "start": 41824, + "end": 41906, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1117, + "line": 1124, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 41344, - "end": 41351, + "start": 41824, + "end": 41831, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1116, + "line": 1123, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41344, - "end": 41348, + "start": 41824, + "end": 41828, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1116, + "line": 1123, "column": 24 } } }, "property": { "type": "Identifier", - "start": 41349, - "end": 41351, + "start": 41829, + "end": 41831, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 25 }, "end": { - "line": 1116, + "line": 1123, "column": 27 }, "identifierName": "on" @@ -73156,44 +73570,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41352, - "end": 41363, + "start": 41832, + "end": 41843, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 28 }, "end": { - "line": 1116, + "line": 1123, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 41352, - "end": 41356, + "start": 41832, + "end": 41836, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 28 }, "end": { - "line": 1116, + "line": 1123, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41357, - "end": 41363, + "start": 41837, + "end": 41843, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 33 }, "end": { - "line": 1116, + "line": 1123, "column": 39 }, "identifierName": "player" @@ -73204,29 +73618,29 @@ }, { "type": "MemberExpression", - "start": 41365, - "end": 41376, + "start": 41845, + "end": 41856, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 41 }, "end": { - "line": 1116, + "line": 1123, "column": 52 } }, "object": { "type": "Identifier", - "start": 41365, - "end": 41370, + "start": 41845, + "end": 41850, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 41 }, "end": { - "line": 1116, + "line": 1123, "column": 46 }, "identifierName": "Event" @@ -73235,15 +73649,15 @@ }, "property": { "type": "Identifier", - "start": 41371, - "end": 41376, + "start": 41851, + "end": 41856, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 47 }, "end": { - "line": 1116, + "line": 1123, "column": 52 }, "identifierName": "ENDED" @@ -73254,44 +73668,44 @@ }, { "type": "MemberExpression", - "start": 41402, - "end": 41425, + "start": 41882, + "end": 41905, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 24 }, "end": { - "line": 1117, + "line": 1124, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 41402, - "end": 41406, + "start": 41882, + "end": 41886, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 24 }, "end": { - "line": 1117, + "line": 1124, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41407, - "end": 41425, + "start": 41887, + "end": 41905, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 29 }, "end": { - "line": 1117, + "line": 1124, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -73306,15 +73720,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41449, - "end": 41486, + "start": 41929, + "end": 41966, "loc": { "start": { - "line": 1119, + "line": 1126, "column": 20 }, "end": { - "line": 1119, + "line": 1126, "column": 57 } } @@ -73323,85 +73737,85 @@ }, { "type": "IfStatement", - "start": 41507, - "end": 41793, + "start": 41987, + "end": 42273, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 20 }, "end": { - "line": 1125, + "line": 1132, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 41511, - "end": 41588, + "start": 41991, + "end": 42068, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 101 } }, "left": { "type": "BinaryExpression", - "start": 41511, - "end": 41547, + "start": 41991, + "end": 42027, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 60 } }, "left": { "type": "CallExpression", - "start": 41511, - "end": 41531, + "start": 41991, + "end": 42011, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 41511, - "end": 41529, + "start": 41991, + "end": 42009, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 41511, - "end": 41515, + "start": 41991, + "end": 41995, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 28 } }, @@ -73409,15 +73823,15 @@ }, "property": { "type": "Identifier", - "start": 41516, - "end": 41529, + "start": 41996, + "end": 42009, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 29 }, "end": { - "line": 1120, + "line": 1127, "column": 42 }, "identifierName": "getRecordType" @@ -73433,15 +73847,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 41536, - "end": 41547, + "start": 42016, + "end": 42027, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 49 }, "end": { - "line": 1120, + "line": 1127, "column": 60 }, "identifierName": "AUDIO_VIDEO" @@ -73453,72 +73867,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 41551, - "end": 41588, + "start": 42031, + "end": 42068, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 101 } }, "left": { "type": "CallExpression", - "start": 41551, - "end": 41571, + "start": 42031, + "end": 42051, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 41551, - "end": 41569, + "start": 42031, + "end": 42049, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 82 } }, "object": { "type": "ThisExpression", - "start": 41551, - "end": 41555, + "start": 42031, + "end": 42035, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 68 } } }, "property": { "type": "Identifier", - "start": 41556, - "end": 41569, + "start": 42036, + "end": 42049, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 69 }, "end": { - "line": 1120, + "line": 1127, "column": 82 }, "identifierName": "getRecordType" @@ -73532,15 +73946,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 41576, - "end": 41588, + "start": 42056, + "end": 42068, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 89 }, "end": { - "line": 1120, + "line": 1127, "column": 101 }, "identifierName": "AUDIO_SCREEN" @@ -73552,102 +73966,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 41590, - "end": 41793, + "start": 42070, + "end": 42273, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 103 }, "end": { - "line": 1125, + "line": 1132, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 41616, - "end": 41648, + "start": 42096, + "end": 42128, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 41616, - "end": 41647, + "start": 42096, + "end": 42127, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41616, - "end": 41639, + "start": 42096, + "end": 42119, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 41616, - "end": 41633, + "start": 42096, + "end": 42113, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41616, - "end": 41620, + "start": 42096, + "end": 42100, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41621, - "end": 41633, + "start": 42101, + "end": 42113, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 29 }, "end": { - "line": 1121, + "line": 1128, "column": 41 }, "identifierName": "mediaElement" @@ -73658,15 +74072,15 @@ }, "property": { "type": "Identifier", - "start": 41634, - "end": 41639, + "start": 42114, + "end": 42119, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 42 }, "end": { - "line": 1121, + "line": 1128, "column": 47 }, "identifierName": "muted" @@ -73677,15 +74091,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 41642, - "end": 41647, + "start": 42122, + "end": 42127, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 50 }, "end": { - "line": 1121, + "line": 1128, "column": 55 } }, @@ -73696,15 +74110,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41674, - "end": 41714, + "start": 42154, + "end": 42194, "loc": { "start": { - "line": 1123, + "line": 1130, "column": 24 }, "end": { - "line": 1123, + "line": 1130, "column": 64 } } @@ -73713,57 +74127,57 @@ }, { "type": "ExpressionStatement", - "start": 41739, - "end": 41771, + "start": 42219, + "end": 42251, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 41739, - "end": 41770, + "start": 42219, + "end": 42250, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 41739, - "end": 41764, + "start": 42219, + "end": 42244, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 41739, - "end": 41743, + "start": 42219, + "end": 42223, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 28 } }, @@ -73771,15 +74185,15 @@ }, "property": { "type": "Identifier", - "start": 41744, - "end": 41764, + "start": 42224, + "end": 42244, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 29 }, "end": { - "line": 1124, + "line": 1131, "column": 49 }, "identifierName": "displayVolumeControl" @@ -73792,15 +74206,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 41765, - "end": 41769, + "start": 42245, + "end": 42249, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 50 }, "end": { - "line": 1124, + "line": 1131, "column": 54 } }, @@ -73813,15 +74227,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41674, - "end": 41714, + "start": 42154, + "end": 42194, "loc": { "start": { - "line": 1123, + "line": 1130, "column": 24 }, "end": { - "line": 1123, + "line": 1130, "column": 64 } } @@ -73837,15 +74251,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41449, - "end": 41486, + "start": 41929, + "end": 41966, "loc": { "start": { - "line": 1119, + "line": 1126, "column": 20 }, "end": { - "line": 1119, + "line": 1126, "column": 57 } } @@ -73855,15 +74269,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41815, - "end": 41837, + "start": 42295, + "end": 42317, "loc": { "start": { - "line": 1127, + "line": 1134, "column": 20 }, "end": { - "line": 1127, + "line": 1134, "column": 42 } } @@ -73872,57 +74286,57 @@ }, { "type": "ExpressionStatement", - "start": 41858, - "end": 41894, + "start": 42338, + "end": 42374, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 41858, - "end": 41893, + "start": 42338, + "end": 42373, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 41858, - "end": 41867, + "start": 42338, + "end": 42347, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 41858, - "end": 41862, + "start": 42338, + "end": 42342, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 24 } }, @@ -73930,15 +74344,15 @@ }, "property": { "type": "Identifier", - "start": 41863, - "end": 41867, + "start": 42343, + "end": 42347, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 25 }, "end": { - "line": 1128, + "line": 1135, "column": 29 }, "identifierName": "load" @@ -73951,58 +74365,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 41868, - "end": 41892, + "start": 42348, + "end": 42372, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 30 }, "end": { - "line": 1128, + "line": 1135, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 41868, - "end": 41879, + "start": 42348, + "end": 42359, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 30 }, "end": { - "line": 1128, + "line": 1135, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41868, - "end": 41872, + "start": 42348, + "end": 42352, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 30 }, "end": { - "line": 1128, + "line": 1135, "column": 34 } } }, "property": { "type": "Identifier", - "start": 41873, - "end": 41879, + "start": 42353, + "end": 42359, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 35 }, "end": { - "line": 1128, + "line": 1135, "column": 41 }, "identifierName": "player" @@ -74013,15 +74427,15 @@ }, "property": { "type": "Identifier", - "start": 41880, - "end": 41892, + "start": 42360, + "end": 42372, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 42 }, "end": { - "line": 1128, + "line": 1135, "column": 54 }, "identifierName": "recordedData" @@ -74037,15 +74451,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41815, - "end": 41837, + "start": 42295, + "end": 42317, "loc": { "start": { - "line": 1127, + "line": 1134, "column": 20 }, "end": { - "line": 1127, + "line": 1134, "column": 42 } } @@ -74063,15 +74477,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 40640, - "end": 40699, + "start": 41120, + "end": 41179, "loc": { "start": { - "line": 1100, + "line": 1107, "column": 16 }, "end": { - "line": 1100, + "line": 1107, "column": 75 } } @@ -74079,15 +74493,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 40716, - "end": 40771, + "start": 41196, + "end": 41251, "loc": { "start": { - "line": 1101, + "line": 1108, "column": 16 }, "end": { - "line": 1101, + "line": 1108, "column": 71 } } @@ -74095,15 +74509,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 40788, - "end": 40808, + "start": 41268, + "end": 41288, "loc": { "start": { - "line": 1102, + "line": 1109, "column": 16 }, "end": { - "line": 1102, + "line": 1109, "column": 36 } } @@ -74113,15 +74527,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41932, - "end": 41974, + "start": 42412, + "end": 42454, "loc": { "start": { - "line": 1131, + "line": 1138, "column": 16 }, "end": { - "line": 1131, + "line": 1138, "column": 58 } } @@ -74130,71 +74544,71 @@ }, { "type": "ExpressionStatement", - "start": 41991, - "end": 42011, + "start": 42471, + "end": 42491, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41991, - "end": 42010, + "start": 42471, + "end": 42490, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 41991, - "end": 42008, + "start": 42471, + "end": 42488, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 41991, - "end": 42002, + "start": 42471, + "end": 42482, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41991, - "end": 41995, + "start": 42471, + "end": 42475, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 20 } }, @@ -74202,15 +74616,15 @@ }, "property": { "type": "Identifier", - "start": 41996, - "end": 42002, + "start": 42476, + "end": 42482, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 21 }, "end": { - "line": 1132, + "line": 1139, "column": 27 }, "identifierName": "player" @@ -74222,15 +74636,15 @@ }, "property": { "type": "Identifier", - "start": 42003, - "end": 42008, + "start": 42483, + "end": 42488, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 28 }, "end": { - "line": 1132, + "line": 1139, "column": 33 }, "identifierName": "pause" @@ -74247,15 +74661,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41932, - "end": 41974, + "start": 42412, + "end": 42454, "loc": { "start": { - "line": 1131, + "line": 1138, "column": 16 }, "end": { - "line": 1131, + "line": 1138, "column": 58 } } @@ -74264,15 +74678,15 @@ }, { "type": "BreakStatement", - "start": 42028, - "end": 42034, + "start": 42508, + "end": 42514, "loc": { "start": { - "line": 1133, + "line": 1140, "column": 16 }, "end": { - "line": 1133, + "line": 1140, "column": 22 } }, @@ -74281,15 +74695,15 @@ ], "test": { "type": "Identifier", - "start": 40611, - "end": 40622, + "start": 41091, + "end": 41102, "loc": { "start": { - "line": 1099, + "line": 1106, "column": 17 }, "end": { - "line": 1099, + "line": 1106, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -74299,73 +74713,73 @@ }, { "type": "SwitchCase", - "start": 42048, - "end": 42871, + "start": 42528, + "end": 43351, "loc": { "start": { - "line": 1135, + "line": 1142, "column": 12 }, "end": { - "line": 1159, + "line": 1166, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 42123, - "end": 42148, + "start": 42603, + "end": 42628, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 42123, - "end": 42147, + "start": 42603, + "end": 42627, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 42123, - "end": 42139, + "start": 42603, + "end": 42619, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 42123, - "end": 42127, + "start": 42603, + "end": 42607, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 20 } }, @@ -74373,15 +74787,15 @@ }, "property": { "type": "Identifier", - "start": 42128, - "end": 42139, + "start": 42608, + "end": 42619, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 21 }, "end": { - "line": 1137, + "line": 1144, "column": 32 }, "identifierName": "_processing" @@ -74393,15 +74807,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 42142, - "end": 42147, + "start": 42622, + "end": 42627, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 35 }, "end": { - "line": 1137, + "line": 1144, "column": 40 } }, @@ -74413,15 +74827,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 42080, - "end": 42106, + "start": 42560, + "end": 42586, "loc": { "start": { - "line": 1136, + "line": 1143, "column": 16 }, "end": { - "line": 1136, + "line": 1143, "column": 42 } } @@ -74431,15 +74845,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42166, - "end": 42180, + "start": 42646, + "end": 42660, "loc": { "start": { - "line": 1139, + "line": 1146, "column": 16 }, "end": { - "line": 1139, + "line": 1146, "column": 30 } } @@ -74448,85 +74862,85 @@ }, { "type": "ExpressionStatement", - "start": 42197, - "end": 42231, + "start": 42677, + "end": 42711, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 42197, - "end": 42230, + "start": 42677, + "end": 42710, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 42197, - "end": 42228, + "start": 42677, + "end": 42708, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 42197, - "end": 42223, + "start": 42677, + "end": 42703, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 42197, - "end": 42208, + "start": 42677, + "end": 42688, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42197, - "end": 42201, + "start": 42677, + "end": 42681, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 20 } }, @@ -74534,15 +74948,15 @@ }, "property": { "type": "Identifier", - "start": 42202, - "end": 42208, + "start": 42682, + "end": 42688, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 21 }, "end": { - "line": 1140, + "line": 1147, "column": 27 }, "identifierName": "player" @@ -74554,15 +74968,15 @@ }, "property": { "type": "Identifier", - "start": 42209, - "end": 42223, + "start": 42689, + "end": 42703, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 28 }, "end": { - "line": 1140, + "line": 1147, "column": 42 }, "identifierName": "loadingSpinner" @@ -74574,15 +74988,15 @@ }, "property": { "type": "Identifier", - "start": 42224, - "end": 42228, + "start": 42704, + "end": 42708, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 43 }, "end": { - "line": 1140, + "line": 1147, "column": 47 }, "identifierName": "hide" @@ -74599,15 +75013,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42166, - "end": 42180, + "start": 42646, + "end": 42660, "loc": { "start": { - "line": 1139, + "line": 1146, "column": 16 }, "end": { - "line": 1139, + "line": 1146, "column": 30 } } @@ -74617,15 +75031,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42249, - "end": 42281, + "start": 42729, + "end": 42761, "loc": { "start": { - "line": 1142, + "line": 1149, "column": 16 }, "end": { - "line": 1142, + "line": 1149, "column": 48 } } @@ -74634,57 +75048,57 @@ }, { "type": "ExpressionStatement", - "start": 42298, - "end": 42336, + "start": 42778, + "end": 42816, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 42298, - "end": 42335, + "start": 42778, + "end": 42815, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 42298, - "end": 42314, + "start": 42778, + "end": 42794, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 42298, - "end": 42302, + "start": 42778, + "end": 42782, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 20 } }, @@ -74692,15 +75106,15 @@ }, "property": { "type": "Identifier", - "start": 42303, - "end": 42314, + "start": 42783, + "end": 42794, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 21 }, "end": { - "line": 1143, + "line": 1150, "column": 32 }, "identifierName": "setDuration" @@ -74713,44 +75127,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42315, - "end": 42334, + "start": 42795, + "end": 42814, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 33 }, "end": { - "line": 1143, + "line": 1150, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 42315, - "end": 42319, + "start": 42795, + "end": 42799, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 33 }, "end": { - "line": 1143, + "line": 1150, "column": 37 } } }, "property": { "type": "Identifier", - "start": 42320, - "end": 42334, + "start": 42800, + "end": 42814, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 38 }, "end": { - "line": 1143, + "line": 1150, "column": 52 }, "identifierName": "streamDuration" @@ -74766,15 +75180,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42249, - "end": 42281, + "start": 42729, + "end": 42761, "loc": { "start": { - "line": 1142, + "line": 1149, "column": 16 }, "end": { - "line": 1142, + "line": 1149, "column": 48 } } @@ -74784,15 +75198,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42354, - "end": 42375, + "start": 42834, + "end": 42855, "loc": { "start": { - "line": 1145, + "line": 1152, "column": 16 }, "end": { - "line": 1145, + "line": 1152, "column": 37 } } @@ -74801,86 +75215,86 @@ }, { "type": "ExpressionStatement", - "start": 42392, - "end": 42433, + "start": 42872, + "end": 42913, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 42392, - "end": 42432, + "start": 42872, + "end": 42912, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 42392, - "end": 42423, + "start": 42872, + "end": 42903, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 42392, - "end": 42415, + "start": 42872, + "end": 42895, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 42392, - "end": 42409, + "start": 42872, + "end": 42889, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 42392, - "end": 42396, + "start": 42872, + "end": 42876, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 20 } }, @@ -74888,15 +75302,15 @@ }, "property": { "type": "Identifier", - "start": 42397, - "end": 42409, + "start": 42877, + "end": 42889, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 21 }, "end": { - "line": 1146, + "line": 1153, "column": 33 }, "identifierName": "mediaElement" @@ -74908,15 +75322,15 @@ }, "property": { "type": "Identifier", - "start": 42410, - "end": 42415, + "start": 42890, + "end": 42895, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 34 }, "end": { - "line": 1146, + "line": 1153, "column": 39 }, "identifierName": "style" @@ -74928,15 +75342,15 @@ }, "property": { "type": "Identifier", - "start": 42416, - "end": 42423, + "start": 42896, + "end": 42903, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 40 }, "end": { - "line": 1146, + "line": 1153, "column": 47 }, "identifierName": "display" @@ -74948,15 +75362,15 @@ }, "right": { "type": "StringLiteral", - "start": 42426, - "end": 42432, + "start": 42906, + "end": 42912, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 50 }, "end": { - "line": 1146, + "line": 1153, "column": 56 } }, @@ -74972,15 +75386,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42354, - "end": 42375, + "start": 42834, + "end": 42855, "loc": { "start": { - "line": 1145, + "line": 1152, "column": 16 }, "end": { - "line": 1145, + "line": 1152, "column": 37 } } @@ -74990,15 +75404,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42451, - "end": 42474, + "start": 42931, + "end": 42954, "loc": { "start": { - "line": 1148, + "line": 1155, "column": 16 }, "end": { - "line": 1148, + "line": 1155, "column": 39 } } @@ -75007,85 +75421,85 @@ }, { "type": "ExpressionStatement", - "start": 42491, - "end": 42523, + "start": 42971, + "end": 43003, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 42491, - "end": 42522, + "start": 42971, + "end": 43002, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 42491, - "end": 42520, + "start": 42971, + "end": 43000, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 42491, - "end": 42515, + "start": 42971, + "end": 42995, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 42491, - "end": 42502, + "start": 42971, + "end": 42982, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42491, - "end": 42495, + "start": 42971, + "end": 42975, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 20 } }, @@ -75093,15 +75507,15 @@ }, "property": { "type": "Identifier", - "start": 42496, - "end": 42502, + "start": 42976, + "end": 42982, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 21 }, "end": { - "line": 1149, + "line": 1156, "column": 27 }, "identifierName": "player" @@ -75113,15 +75527,15 @@ }, "property": { "type": "Identifier", - "start": 42503, - "end": 42515, + "start": 42983, + "end": 42995, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 28 }, "end": { - "line": 1149, + "line": 1156, "column": 40 }, "identifierName": "recordCanvas" @@ -75133,15 +75547,15 @@ }, "property": { "type": "Identifier", - "start": 42516, - "end": 42520, + "start": 42996, + "end": 43000, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 41 }, "end": { - "line": 1149, + "line": 1156, "column": 45 }, "identifierName": "show" @@ -75158,15 +75572,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42451, - "end": 42474, + "start": 42931, + "end": 42954, "loc": { "start": { - "line": 1148, + "line": 1155, "column": 16 }, "end": { - "line": 1148, + "line": 1155, "column": 39 } } @@ -75176,15 +75590,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42541, - "end": 42583, + "start": 43021, + "end": 43063, "loc": { "start": { - "line": 1151, + "line": 1158, "column": 16 }, "end": { - "line": 1151, + "line": 1158, "column": 58 } } @@ -75193,71 +75607,71 @@ }, { "type": "ExpressionStatement", - "start": 42600, - "end": 42620, + "start": 43080, + "end": 43100, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 42600, - "end": 42619, + "start": 43080, + "end": 43099, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 42600, - "end": 42617, + "start": 43080, + "end": 43097, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 42600, - "end": 42611, + "start": 43080, + "end": 43091, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42600, - "end": 42604, + "start": 43080, + "end": 43084, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 20 } }, @@ -75265,15 +75679,15 @@ }, "property": { "type": "Identifier", - "start": 42605, - "end": 42611, + "start": 43085, + "end": 43091, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 21 }, "end": { - "line": 1152, + "line": 1159, "column": 27 }, "identifierName": "player" @@ -75285,15 +75699,15 @@ }, "property": { "type": "Identifier", - "start": 42612, - "end": 42617, + "start": 43092, + "end": 43097, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 28 }, "end": { - "line": 1152, + "line": 1159, "column": 33 }, "identifierName": "pause" @@ -75310,15 +75724,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42541, - "end": 42583, + "start": 43021, + "end": 43063, "loc": { "start": { - "line": 1151, + "line": 1158, "column": 16 }, "end": { - "line": 1151, + "line": 1158, "column": 58 } } @@ -75328,15 +75742,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42638, - "end": 42663, + "start": 43118, + "end": 43143, "loc": { "start": { - "line": 1154, + "line": 1161, "column": 16 }, "end": { - "line": 1154, + "line": 1161, "column": 41 } } @@ -75345,57 +75759,57 @@ }, { "type": "ExpressionStatement", - "start": 42680, - "end": 42733, + "start": 43160, + "end": 43213, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 42680, - "end": 42732, + "start": 43160, + "end": 43212, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 42680, - "end": 42687, + "start": 43160, + "end": 43167, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42680, - "end": 42684, + "start": 43160, + "end": 43164, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 20 } }, @@ -75403,15 +75817,15 @@ }, "property": { "type": "Identifier", - "start": 42685, - "end": 42687, + "start": 43165, + "end": 43167, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 21 }, "end": { - "line": 1155, + "line": 1162, "column": 23 }, "identifierName": "on" @@ -75424,44 +75838,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42688, - "end": 42699, + "start": 43168, + "end": 43179, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 24 }, "end": { - "line": 1155, + "line": 1162, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 42688, - "end": 42692, + "start": 43168, + "end": 43172, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 24 }, "end": { - "line": 1155, + "line": 1162, "column": 28 } } }, "property": { "type": "Identifier", - "start": 42693, - "end": 42699, + "start": 43173, + "end": 43179, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 29 }, "end": { - "line": 1155, + "line": 1162, "column": 35 }, "identifierName": "player" @@ -75472,29 +75886,29 @@ }, { "type": "MemberExpression", - "start": 42701, - "end": 42711, + "start": 43181, + "end": 43191, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 37 }, "end": { - "line": 1155, + "line": 1162, "column": 47 } }, "object": { "type": "Identifier", - "start": 42701, - "end": 42706, + "start": 43181, + "end": 43186, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 37 }, "end": { - "line": 1155, + "line": 1162, "column": 42 }, "identifierName": "Event" @@ -75503,15 +75917,15 @@ }, "property": { "type": "Identifier", - "start": 42707, - "end": 42711, + "start": 43187, + "end": 43191, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 43 }, "end": { - "line": 1155, + "line": 1162, "column": 47 }, "identifierName": "PLAY" @@ -75522,44 +75936,44 @@ }, { "type": "MemberExpression", - "start": 42713, - "end": 42731, + "start": 43193, + "end": 43211, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 49 }, "end": { - "line": 1155, + "line": 1162, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 42713, - "end": 42717, + "start": 43193, + "end": 43197, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 49 }, "end": { - "line": 1155, + "line": 1162, "column": 53 } } }, "property": { "type": "Identifier", - "start": 42718, - "end": 42731, + "start": 43198, + "end": 43211, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 54 }, "end": { - "line": 1155, + "line": 1162, "column": 67 }, "identifierName": "showAnimation" @@ -75575,15 +75989,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42638, - "end": 42663, + "start": 43118, + "end": 43143, "loc": { "start": { - "line": 1154, + "line": 1161, "column": 16 }, "end": { - "line": 1154, + "line": 1161, "column": 41 } } @@ -75593,15 +76007,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42751, - "end": 42777, + "start": 43231, + "end": 43257, "loc": { "start": { - "line": 1157, + "line": 1164, "column": 16 }, "end": { - "line": 1157, + "line": 1164, "column": 42 } } @@ -75610,57 +76024,57 @@ }, { "type": "ExpressionStatement", - "start": 42794, - "end": 42848, + "start": 43274, + "end": 43328, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 42794, - "end": 42847, + "start": 43274, + "end": 43327, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 42794, - "end": 42801, + "start": 43274, + "end": 43281, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42794, - "end": 42798, + "start": 43274, + "end": 43278, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 20 } }, @@ -75668,15 +76082,15 @@ }, "property": { "type": "Identifier", - "start": 42799, - "end": 42801, + "start": 43279, + "end": 43281, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 21 }, "end": { - "line": 1158, + "line": 1165, "column": 23 }, "identifierName": "on" @@ -75689,44 +76103,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42802, - "end": 42813, + "start": 43282, + "end": 43293, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 24 }, "end": { - "line": 1158, + "line": 1165, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 42802, - "end": 42806, + "start": 43282, + "end": 43286, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 24 }, "end": { - "line": 1158, + "line": 1165, "column": 28 } } }, "property": { "type": "Identifier", - "start": 42807, - "end": 42813, + "start": 43287, + "end": 43293, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 29 }, "end": { - "line": 1158, + "line": 1165, "column": 35 }, "identifierName": "player" @@ -75737,29 +76151,29 @@ }, { "type": "MemberExpression", - "start": 42815, - "end": 42826, + "start": 43295, + "end": 43306, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 37 }, "end": { - "line": 1158, + "line": 1165, "column": 48 } }, "object": { "type": "Identifier", - "start": 42815, - "end": 42820, + "start": 43295, + "end": 43300, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 37 }, "end": { - "line": 1158, + "line": 1165, "column": 42 }, "identifierName": "Event" @@ -75768,15 +76182,15 @@ }, "property": { "type": "Identifier", - "start": 42821, - "end": 42826, + "start": 43301, + "end": 43306, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 43 }, "end": { - "line": 1158, + "line": 1165, "column": 48 }, "identifierName": "PAUSE" @@ -75787,44 +76201,44 @@ }, { "type": "MemberExpression", - "start": 42828, - "end": 42846, + "start": 43308, + "end": 43326, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 50 }, "end": { - "line": 1158, + "line": 1165, "column": 68 } }, "object": { "type": "ThisExpression", - "start": 42828, - "end": 42832, + "start": 43308, + "end": 43312, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 50 }, "end": { - "line": 1158, + "line": 1165, "column": 54 } } }, "property": { "type": "Identifier", - "start": 42833, - "end": 42846, + "start": 43313, + "end": 43326, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 55 }, "end": { - "line": 1158, + "line": 1165, "column": 68 }, "identifierName": "hideAnimation" @@ -75840,15 +76254,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42751, - "end": 42777, + "start": 43231, + "end": 43257, "loc": { "start": { - "line": 1157, + "line": 1164, "column": 16 }, "end": { - "line": 1157, + "line": 1164, "column": 42 } } @@ -75857,15 +76271,15 @@ }, { "type": "BreakStatement", - "start": 42865, - "end": 42871, + "start": 43345, + "end": 43351, "loc": { "start": { - "line": 1159, + "line": 1166, "column": 16 }, "end": { - "line": 1159, + "line": 1166, "column": 22 } }, @@ -75874,15 +76288,15 @@ ], "test": { "type": "Identifier", - "start": 42053, - "end": 42062, + "start": 42533, + "end": 42542, "loc": { "start": { - "line": 1135, + "line": 1142, "column": 17 }, "end": { - "line": 1135, + "line": 1142, "column": 26 }, "identifierName": "ANIMATION" @@ -75895,15 +76309,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39758, - "end": 39791, + "start": 40238, + "end": 40271, "loc": { "start": { - "line": 1074, + "line": 1081, "column": 8 }, "end": { - "line": 1074, + "line": 1081, "column": 41 } } @@ -75918,15 +76332,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38854, - "end": 38967, + "start": 39372, + "end": 39485, "loc": { "start": { - "line": 1046, + "line": 1053, "column": 4 }, "end": { - "line": 1050, + "line": 1057, "column": 7 } } @@ -75936,15 +76350,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42893, - "end": 42985, + "start": 43373, + "end": 43465, "loc": { "start": { - "line": 1163, + "line": 1170, "column": 4 }, "end": { - "line": 1166, + "line": 1173, "column": 7 } } @@ -75953,15 +76367,15 @@ }, { "type": "ClassMethod", - "start": 42990, - "end": 43744, + "start": 43470, + "end": 44224, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 4 }, "end": { - "line": 1193, + "line": 1200, "column": 5 } }, @@ -75969,15 +76383,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 42990, - "end": 43001, + "start": 43470, + "end": 43481, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 4 }, "end": { - "line": 1167, + "line": 1174, "column": 15 }, "identifierName": "onCountDown" @@ -75993,44 +76407,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 43004, - "end": 43744, + "start": 43484, + "end": 44224, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 18 }, "end": { - "line": 1193, + "line": 1200, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 43014, - "end": 43738, + "start": 43494, + "end": 44218, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 8 }, "end": { - "line": 1192, + "line": 1199, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 43018, - "end": 43030, + "start": 43498, + "end": 43510, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 12 }, "end": { - "line": 1168, + "line": 1175, "column": 24 } }, @@ -76038,44 +76452,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 43019, - "end": 43030, + "start": 43499, + "end": 43510, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 13 }, "end": { - "line": 1168, + "line": 1175, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 43019, - "end": 43023, + "start": 43499, + "end": 43503, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 13 }, "end": { - "line": 1168, + "line": 1175, "column": 17 } } }, "property": { "type": "Identifier", - "start": 43024, - "end": 43030, + "start": 43504, + "end": 43510, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 18 }, "end": { - "line": 1168, + "line": 1175, "column": 24 }, "identifierName": "paused" @@ -76090,59 +76504,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 43032, - "end": 43738, + "start": 43512, + "end": 44218, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 26 }, "end": { - "line": 1192, + "line": 1199, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 43046, - "end": 43074, + "start": 43526, + "end": 43554, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 12 }, "end": { - "line": 1169, + "line": 1176, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43050, - "end": 43073, + "start": 43530, + "end": 43553, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 16 }, "end": { - "line": 1169, + "line": 1176, "column": 39 } }, "id": { "type": "Identifier", - "start": 43050, - "end": 43053, + "start": 43530, + "end": 43533, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 16 }, "end": { - "line": 1169, + "line": 1176, "column": 19 }, "identifierName": "now" @@ -76151,43 +76565,43 @@ }, "init": { "type": "CallExpression", - "start": 43056, - "end": 43073, + "start": 43536, + "end": 43553, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 22 }, "end": { - "line": 1169, + "line": 1176, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 43056, - "end": 43071, + "start": 43536, + "end": 43551, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 22 }, "end": { - "line": 1169, + "line": 1176, "column": 37 } }, "object": { "type": "Identifier", - "start": 43056, - "end": 43067, + "start": 43536, + "end": 43547, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 22 }, "end": { - "line": 1169, + "line": 1176, "column": 33 }, "identifierName": "performance" @@ -76196,15 +76610,15 @@ }, "property": { "type": "Identifier", - "start": 43068, - "end": 43071, + "start": 43548, + "end": 43551, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 34 }, "end": { - "line": 1169, + "line": 1176, "column": 37 }, "identifierName": "now" @@ -76221,44 +76635,44 @@ }, { "type": "VariableDeclaration", - "start": 43087, - "end": 43117, + "start": 43567, + "end": 43597, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 12 }, "end": { - "line": 1170, + "line": 1177, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43091, - "end": 43116, + "start": 43571, + "end": 43596, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 16 }, "end": { - "line": 1170, + "line": 1177, "column": 41 } }, "id": { "type": "Identifier", - "start": 43091, - "end": 43099, + "start": 43571, + "end": 43579, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 16 }, "end": { - "line": 1170, + "line": 1177, "column": 24 }, "identifierName": "duration" @@ -76267,44 +76681,44 @@ }, "init": { "type": "MemberExpression", - "start": 43102, - "end": 43116, + "start": 43582, + "end": 43596, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 27 }, "end": { - "line": 1170, + "line": 1177, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 43102, - "end": 43106, + "start": 43582, + "end": 43586, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 27 }, "end": { - "line": 1170, + "line": 1177, "column": 31 } } }, "property": { "type": "Identifier", - "start": 43107, - "end": 43116, + "start": 43587, + "end": 43596, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 32 }, "end": { - "line": 1170, + "line": 1177, "column": 41 }, "identifierName": "maxLength" @@ -76319,44 +76733,44 @@ }, { "type": "VariableDeclaration", - "start": 43130, - "end": 43214, + "start": 43610, + "end": 43694, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 12 }, "end": { - "line": 1172, + "line": 1179, "column": 41 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43134, - "end": 43213, + "start": 43614, + "end": 43693, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 16 }, "end": { - "line": 1172, + "line": 1179, "column": 40 } }, "id": { "type": "Identifier", - "start": 43134, - "end": 43145, + "start": 43614, + "end": 43625, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 16 }, "end": { - "line": 1171, + "line": 1178, "column": 27 }, "identifierName": "currentTime" @@ -76365,43 +76779,43 @@ }, "init": { "type": "BinaryExpression", - "start": 43148, - "end": 43213, + "start": 43628, + "end": 43693, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 30 }, "end": { - "line": 1172, + "line": 1179, "column": 40 } }, "left": { "type": "BinaryExpression", - "start": 43149, - "end": 43205, + "start": 43629, + "end": 43685, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 31 }, "end": { - "line": 1172, + "line": 1179, "column": 32 } }, "left": { "type": "Identifier", - "start": 43149, - "end": 43152, + "start": 43629, + "end": 43632, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 31 }, "end": { - "line": 1171, + "line": 1178, "column": 34 }, "identifierName": "now" @@ -76411,58 +76825,58 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 43156, - "end": 43204, + "start": 43636, + "end": 43684, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 38 }, "end": { - "line": 1172, + "line": 1179, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 43156, - "end": 43170, + "start": 43636, + "end": 43650, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 38 }, "end": { - "line": 1171, + "line": 1178, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 43156, - "end": 43160, + "start": 43636, + "end": 43640, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 38 }, "end": { - "line": 1171, + "line": 1178, "column": 42 } } }, "property": { "type": "Identifier", - "start": 43161, - "end": 43170, + "start": 43641, + "end": 43650, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 43 }, "end": { - "line": 1171, + "line": 1178, "column": 52 }, "identifierName": "startTime" @@ -76474,44 +76888,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 43189, - "end": 43204, + "start": 43669, + "end": 43684, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 16 }, "end": { - "line": 1172, + "line": 1179, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43189, - "end": 43193, + "start": 43669, + "end": 43673, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 16 }, "end": { - "line": 1172, + "line": 1179, "column": 20 } } }, "property": { "type": "Identifier", - "start": 43194, - "end": 43204, + "start": 43674, + "end": 43684, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 21 }, "end": { - "line": 1172, + "line": 1179, "column": 31 }, "identifierName": "pausedTime" @@ -76522,26 +76936,26 @@ }, "extra": { "parenthesized": true, - "parenStart": 43155 + "parenStart": 43635 } }, "extra": { "parenthesized": true, - "parenStart": 43148 + "parenStart": 43628 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 43209, - "end": 43213, + "start": 43689, + "end": 43693, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 36 }, "end": { - "line": 1172, + "line": 1179, "column": 40 } }, @@ -76559,15 +76973,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43215, - "end": 43235, + "start": 43695, + "end": 43715, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 42 }, "end": { - "line": 1172, + "line": 1179, "column": 62 } } @@ -76576,58 +76990,58 @@ }, { "type": "ExpressionStatement", - "start": 43249, - "end": 43283, + "start": 43729, + "end": 43763, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 43249, - "end": 43282, + "start": 43729, + "end": 43762, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43249, - "end": 43268, + "start": 43729, + "end": 43748, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43249, - "end": 43253, + "start": 43729, + "end": 43733, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 16 } }, @@ -76635,15 +77049,15 @@ }, "property": { "type": "Identifier", - "start": 43254, - "end": 43268, + "start": 43734, + "end": 43748, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 17 }, "end": { - "line": 1174, + "line": 1181, "column": 31 }, "identifierName": "streamDuration" @@ -76655,15 +77069,15 @@ }, "right": { "type": "Identifier", - "start": 43271, - "end": 43282, + "start": 43751, + "end": 43762, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 34 }, "end": { - "line": 1174, + "line": 1181, "column": 45 }, "identifierName": "currentTime" @@ -76676,15 +77090,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43215, - "end": 43235, + "start": 43695, + "end": 43715, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 42 }, "end": { - "line": 1172, + "line": 1179, "column": 62 } } @@ -76693,43 +77107,43 @@ }, { "type": "IfStatement", - "start": 43297, - "end": 43475, + "start": 43777, + "end": 43955, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 12 }, "end": { - "line": 1182, + "line": 1189, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 43301, - "end": 43324, + "start": 43781, + "end": 43804, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 16 }, "end": { - "line": 1176, + "line": 1183, "column": 39 } }, "left": { "type": "Identifier", - "start": 43301, - "end": 43312, + "start": 43781, + "end": 43792, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 16 }, "end": { - "line": 1176, + "line": 1183, "column": 27 }, "identifierName": "currentTime" @@ -76739,15 +77153,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 43316, - "end": 43324, + "start": 43796, + "end": 43804, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 31 }, "end": { - "line": 1176, + "line": 1183, "column": 39 }, "identifierName": "duration" @@ -76757,59 +77171,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 43326, - "end": 43475, + "start": 43806, + "end": 43955, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 41 }, "end": { - "line": 1182, + "line": 1189, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 43374, - "end": 43397, + "start": 43854, + "end": 43877, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 16 }, "end": { - "line": 1178, + "line": 1185, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 43374, - "end": 43396, + "start": 43854, + "end": 43876, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 16 }, "end": { - "line": 1178, + "line": 1185, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43374, - "end": 43385, + "start": 43854, + "end": 43865, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 16 }, "end": { - "line": 1178, + "line": 1185, "column": 27 }, "identifierName": "currentTime" @@ -76819,15 +77233,15 @@ }, "right": { "type": "Identifier", - "start": 43388, - "end": 43396, + "start": 43868, + "end": 43876, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 30 }, "end": { - "line": 1178, + "line": 1185, "column": 38 }, "identifierName": "duration" @@ -76840,15 +77254,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 43344, - "end": 43357, + "start": 43824, + "end": 43837, "loc": { "start": { - "line": 1177, + "line": 1184, "column": 16 }, "end": { - "line": 1177, + "line": 1184, "column": 29 } } @@ -76858,15 +77272,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43415, - "end": 43432, + "start": 43895, + "end": 43912, "loc": { "start": { - "line": 1180, + "line": 1187, "column": 16 }, "end": { - "line": 1180, + "line": 1187, "column": 33 } } @@ -76875,57 +77289,57 @@ }, { "type": "ExpressionStatement", - "start": 43449, - "end": 43461, + "start": 43929, + "end": 43941, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 43449, - "end": 43460, + "start": 43929, + "end": 43940, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 43449, - "end": 43458, + "start": 43929, + "end": 43938, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 43449, - "end": 43453, + "start": 43929, + "end": 43933, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 20 } }, @@ -76933,15 +77347,15 @@ }, "property": { "type": "Identifier", - "start": 43454, - "end": 43458, + "start": 43934, + "end": 43938, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 21 }, "end": { - "line": 1181, + "line": 1188, "column": 25 }, "identifierName": "stop" @@ -76958,15 +77372,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43415, - "end": 43432, + "start": 43895, + "end": 43912, "loc": { "start": { - "line": 1180, + "line": 1187, "column": 16 }, "end": { - "line": 1180, + "line": 1187, "column": 33 } } @@ -76982,15 +77396,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43489, - "end": 43507, + "start": 43969, + "end": 43987, "loc": { "start": { - "line": 1184, + "line": 1191, "column": 12 }, "end": { - "line": 1184, + "line": 1191, "column": 30 } } @@ -76999,57 +77413,57 @@ }, { "type": "ExpressionStatement", - "start": 43520, - "end": 43547, + "start": 44000, + "end": 44027, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 43520, - "end": 43546, + "start": 44000, + "end": 44026, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 43520, - "end": 43536, + "start": 44000, + "end": 44016, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 43520, - "end": 43524, + "start": 44000, + "end": 44004, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 16 } }, @@ -77057,15 +77471,15 @@ }, "property": { "type": "Identifier", - "start": 43525, - "end": 43536, + "start": 44005, + "end": 44016, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 17 }, "end": { - "line": 1185, + "line": 1192, "column": 28 }, "identifierName": "setDuration" @@ -77078,15 +77492,15 @@ "arguments": [ { "type": "Identifier", - "start": 43537, - "end": 43545, + "start": 44017, + "end": 44025, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 29 }, "end": { - "line": 1185, + "line": 1192, "column": 37 }, "identifierName": "duration" @@ -77100,15 +77514,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43489, - "end": 43507, + "start": 43969, + "end": 43987, "loc": { "start": { - "line": 1184, + "line": 1191, "column": 12 }, "end": { - "line": 1184, + "line": 1191, "column": 30 } } @@ -77118,15 +77532,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43561, - "end": 43583, + "start": 44041, + "end": 44063, "loc": { "start": { - "line": 1187, + "line": 1194, "column": 12 }, "end": { - "line": 1187, + "line": 1194, "column": 34 } } @@ -77135,57 +77549,57 @@ }, { "type": "ExpressionStatement", - "start": 43596, - "end": 43639, + "start": 44076, + "end": 44119, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 43596, - "end": 43638, + "start": 44076, + "end": 44118, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43596, - "end": 43615, + "start": 44076, + "end": 44095, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43596, - "end": 43600, + "start": 44076, + "end": 44080, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 16 } }, @@ -77193,15 +77607,15 @@ }, "property": { "type": "Identifier", - "start": 43601, - "end": 43615, + "start": 44081, + "end": 44095, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 17 }, "end": { - "line": 1188, + "line": 1195, "column": 31 }, "identifierName": "setCurrentTime" @@ -77214,15 +77628,15 @@ "arguments": [ { "type": "Identifier", - "start": 43616, - "end": 43627, + "start": 44096, + "end": 44107, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 32 }, "end": { - "line": 1188, + "line": 1195, "column": 43 }, "identifierName": "currentTime" @@ -77231,15 +77645,15 @@ }, { "type": "Identifier", - "start": 43629, - "end": 43637, + "start": 44109, + "end": 44117, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 45 }, "end": { - "line": 1188, + "line": 1195, "column": 53 }, "identifierName": "duration" @@ -77253,15 +77667,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43561, - "end": 43583, + "start": 44041, + "end": 44063, "loc": { "start": { - "line": 1187, + "line": 1194, "column": 12 }, "end": { - "line": 1187, + "line": 1194, "column": 34 } } @@ -77271,15 +77685,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43653, - "end": 43672, + "start": 44133, + "end": 44152, "loc": { "start": { - "line": 1190, + "line": 1197, "column": 12 }, "end": { - "line": 1190, + "line": 1197, "column": 31 } } @@ -77288,71 +77702,71 @@ }, { "type": "ExpressionStatement", - "start": 43685, - "end": 43728, + "start": 44165, + "end": 44208, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 43685, - "end": 43727, + "start": 44165, + "end": 44207, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43685, - "end": 43704, + "start": 44165, + "end": 44184, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 43685, - "end": 43696, + "start": 44165, + "end": 44176, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 43685, - "end": 43689, + "start": 44165, + "end": 44169, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 16 } }, @@ -77360,15 +77774,15 @@ }, "property": { "type": "Identifier", - "start": 43690, - "end": 43696, + "start": 44170, + "end": 44176, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 17 }, "end": { - "line": 1191, + "line": 1198, "column": 23 }, "identifierName": "player" @@ -77380,15 +77794,15 @@ }, "property": { "type": "Identifier", - "start": 43697, - "end": 43704, + "start": 44177, + "end": 44184, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 24 }, "end": { - "line": 1191, + "line": 1198, "column": 31 }, "identifierName": "trigger" @@ -77401,29 +77815,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 43705, - "end": 43726, + "start": 44185, + "end": 44206, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 32 }, "end": { - "line": 1191, + "line": 1198, "column": 53 } }, "object": { "type": "Identifier", - "start": 43705, - "end": 43710, + "start": 44185, + "end": 44190, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 32 }, "end": { - "line": 1191, + "line": 1198, "column": 37 }, "identifierName": "Event" @@ -77432,15 +77846,15 @@ }, "property": { "type": "Identifier", - "start": 43711, - "end": 43726, + "start": 44191, + "end": 44206, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 38 }, "end": { - "line": 1191, + "line": 1198, "column": 53 }, "identifierName": "PROGRESS_RECORD" @@ -77456,15 +77870,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43653, - "end": 43672, + "start": 44133, + "end": 44152, "loc": { "start": { - "line": 1190, + "line": 1197, "column": 12 }, "end": { - "line": 1190, + "line": 1197, "column": 31 } } @@ -77484,15 +77898,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42893, - "end": 42985, + "start": 43373, + "end": 43465, "loc": { "start": { - "line": 1163, + "line": 1170, "column": 4 }, "end": { - "line": 1166, + "line": 1173, "column": 7 } } @@ -77502,15 +77916,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 43750, - "end": 43957, + "start": 44230, + "end": 44437, "loc": { "start": { - "line": 1195, + "line": 1202, "column": 4 }, "end": { - "line": 1201, + "line": 1208, "column": 7 } } @@ -77519,15 +77933,15 @@ }, { "type": "ClassMethod", - "start": 43962, - "end": 44219, + "start": 44442, + "end": 44699, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 4 }, "end": { - "line": 1210, + "line": 1217, "column": 5 } }, @@ -77535,15 +77949,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 43962, - "end": 43976, + "start": 44442, + "end": 44456, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 4 }, "end": { - "line": 1202, + "line": 1209, "column": 18 }, "identifierName": "getCurrentTime" @@ -77559,59 +77973,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 43979, - "end": 44219, + "start": 44459, + "end": 44699, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 21 }, "end": { - "line": 1210, + "line": 1217, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 43989, - "end": 44066, + "start": 44469, + "end": 44546, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 8 }, "end": { - "line": 1203, + "line": 1210, "column": 85 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43993, - "end": 44065, + "start": 44473, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 12 }, "end": { - "line": 1203, + "line": 1210, "column": 84 } }, "id": { "type": "Identifier", - "start": 43993, - "end": 44004, + "start": 44473, + "end": 44484, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 12 }, "end": { - "line": 1203, + "line": 1210, "column": 23 }, "identifierName": "currentTime" @@ -77620,43 +78034,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 44007, - "end": 44065, + "start": 44487, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 26 }, "end": { - "line": 1203, + "line": 1210, "column": 84 } }, "test": { "type": "CallExpression", - "start": 44007, - "end": 44036, + "start": 44487, + "end": 44516, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 26 }, "end": { - "line": 1203, + "line": 1210, "column": 55 } }, "callee": { "type": "Identifier", - "start": 44007, - "end": 44012, + "start": 44487, + "end": 44492, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 26 }, "end": { - "line": 1203, + "line": 1210, "column": 31 }, "identifierName": "isNaN" @@ -77666,44 +78080,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 44013, - "end": 44035, + "start": 44493, + "end": 44515, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 32 }, "end": { - "line": 1203, + "line": 1210, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 44013, - "end": 44017, + "start": 44493, + "end": 44497, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 32 }, "end": { - "line": 1203, + "line": 1210, "column": 36 } } }, "property": { "type": "Identifier", - "start": 44018, - "end": 44035, + "start": 44498, + "end": 44515, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 37 }, "end": { - "line": 1203, + "line": 1210, "column": 54 }, "identifierName": "streamCurrentTime" @@ -77716,15 +78130,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44039, - "end": 44040, + "start": 44519, + "end": 44520, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 58 }, "end": { - "line": 1203, + "line": 1210, "column": 59 } }, @@ -77736,44 +78150,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 44043, - "end": 44065, + "start": 44523, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 62 }, "end": { - "line": 1203, + "line": 1210, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 44043, - "end": 44047, + "start": 44523, + "end": 44527, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 62 }, "end": { - "line": 1203, + "line": 1210, "column": 66 } } }, "property": { "type": "Identifier", - "start": 44048, - "end": 44065, + "start": 44528, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 67 }, "end": { - "line": 1203, + "line": 1210, "column": 84 }, "identifierName": "streamCurrentTime" @@ -77789,86 +78203,86 @@ }, { "type": "IfStatement", - "start": 44076, - "end": 44184, + "start": 44556, + "end": 44664, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 8 }, "end": { - "line": 1207, + "line": 1214, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 44080, - "end": 44115, + "start": 44560, + "end": 44595, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 47 } }, "left": { "type": "CallExpression", - "start": 44080, - "end": 44100, + "start": 44560, + "end": 44580, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 44080, - "end": 44098, + "start": 44560, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 44080, - "end": 44084, + "start": 44560, + "end": 44564, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 16 } } }, "property": { "type": "Identifier", - "start": 44085, - "end": 44098, + "start": 44565, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 17 }, "end": { - "line": 1205, + "line": 1212, "column": 30 }, "identifierName": "getRecordType" @@ -77882,15 +78296,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 44105, - "end": 44115, + "start": 44585, + "end": 44595, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 37 }, "end": { - "line": 1205, + "line": 1212, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -77900,59 +78314,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 44117, - "end": 44184, + "start": 44597, + "end": 44664, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 49 }, "end": { - "line": 1207, + "line": 1214, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 44131, - "end": 44174, + "start": 44611, + "end": 44654, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 12 }, "end": { - "line": 1206, + "line": 1213, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 44131, - "end": 44173, + "start": 44611, + "end": 44653, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 12 }, "end": { - "line": 1206, + "line": 1213, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44131, - "end": 44142, + "start": 44611, + "end": 44622, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 12 }, "end": { - "line": 1206, + "line": 1213, "column": 23 }, "identifierName": "currentTime" @@ -77961,72 +78375,72 @@ }, "right": { "type": "CallExpression", - "start": 44145, - "end": 44173, + "start": 44625, + "end": 44653, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 44145, - "end": 44171, + "start": 44625, + "end": 44651, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 44145, - "end": 44156, + "start": 44625, + "end": 44636, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 44145, - "end": 44149, + "start": 44625, + "end": 44629, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44150, - "end": 44156, + "start": 44630, + "end": 44636, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 31 }, "end": { - "line": 1206, + "line": 1213, "column": 37 }, "identifierName": "surfer" @@ -78037,15 +78451,15 @@ }, "property": { "type": "Identifier", - "start": 44157, - "end": 44171, + "start": 44637, + "end": 44651, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 38 }, "end": { - "line": 1206, + "line": 1213, "column": 52 }, "identifierName": "getCurrentTime" @@ -78065,29 +78479,29 @@ }, { "type": "ReturnStatement", - "start": 44194, - "end": 44213, + "start": 44674, + "end": 44693, "loc": { "start": { - "line": 1209, + "line": 1216, "column": 8 }, "end": { - "line": 1209, + "line": 1216, "column": 27 } }, "argument": { "type": "Identifier", - "start": 44201, - "end": 44212, + "start": 44681, + "end": 44692, "loc": { "start": { - "line": 1209, + "line": 1216, "column": 15 }, "end": { - "line": 1209, + "line": 1216, "column": 26 }, "identifierName": "currentTime" @@ -78103,15 +78517,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 43750, - "end": 43957, + "start": 44230, + "end": 44437, "loc": { "start": { - "line": 1195, + "line": 1202, "column": 4 }, "end": { - "line": 1201, + "line": 1208, "column": 7 } } @@ -78121,15 +78535,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 44225, - "end": 44481, + "start": 44705, + "end": 44961, "loc": { "start": { - "line": 1212, + "line": 1219, "column": 4 }, "end": { - "line": 1219, + "line": 1226, "column": 7 } } @@ -78138,15 +78552,15 @@ }, { "type": "ClassMethod", - "start": 44486, - "end": 45658, + "start": 44966, + "end": 46138, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 4 }, "end": { - "line": 1246, + "line": 1253, "column": 5 } }, @@ -78154,15 +78568,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44486, - "end": 44500, + "start": 44966, + "end": 44980, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 4 }, "end": { - "line": 1220, + "line": 1227, "column": 18 }, "identifierName": "setCurrentTime" @@ -78178,15 +78592,15 @@ "params": [ { "type": "Identifier", - "start": 44501, - "end": 44512, + "start": 44981, + "end": 44992, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 19 }, "end": { - "line": 1220, + "line": 1227, "column": 30 }, "identifierName": "currentTime" @@ -78195,15 +78609,15 @@ }, { "type": "Identifier", - "start": 44514, - "end": 44522, + "start": 44994, + "end": 45002, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 32 }, "end": { - "line": 1220, + "line": 1227, "column": 40 }, "identifierName": "duration" @@ -78213,59 +78627,59 @@ ], "body": { "type": "BlockStatement", - "start": 44524, - "end": 45658, + "start": 45004, + "end": 46138, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 42 }, "end": { - "line": 1246, + "line": 1253, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 44534, - "end": 44585, + "start": 45014, + "end": 45065, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 8 }, "end": { - "line": 1221, + "line": 1228, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 44534, - "end": 44584, + "start": 45014, + "end": 45064, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 8 }, "end": { - "line": 1221, + "line": 1228, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44534, - "end": 44545, + "start": 45014, + "end": 45025, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 8 }, "end": { - "line": 1221, + "line": 1228, "column": 19 }, "identifierName": "currentTime" @@ -78274,43 +78688,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44548, - "end": 44584, + "start": 45028, + "end": 45064, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 22 }, "end": { - "line": 1221, + "line": 1228, "column": 58 } }, "test": { "type": "CallExpression", - "start": 44548, - "end": 44566, + "start": 45028, + "end": 45046, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 22 }, "end": { - "line": 1221, + "line": 1228, "column": 40 } }, "callee": { "type": "Identifier", - "start": 44548, - "end": 44553, + "start": 45028, + "end": 45033, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 22 }, "end": { - "line": 1221, + "line": 1228, "column": 27 }, "identifierName": "isNaN" @@ -78320,15 +78734,15 @@ "arguments": [ { "type": "Identifier", - "start": 44554, - "end": 44565, + "start": 45034, + "end": 45045, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 28 }, "end": { - "line": 1221, + "line": 1228, "column": 39 }, "identifierName": "currentTime" @@ -78339,15 +78753,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44569, - "end": 44570, + "start": 45049, + "end": 45050, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 43 }, "end": { - "line": 1221, + "line": 1228, "column": 44 } }, @@ -78359,15 +78773,15 @@ }, "alternate": { "type": "Identifier", - "start": 44573, - "end": 44584, + "start": 45053, + "end": 45064, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 47 }, "end": { - "line": 1221, + "line": 1228, "column": 58 }, "identifierName": "currentTime" @@ -78379,44 +78793,44 @@ }, { "type": "ExpressionStatement", - "start": 44594, - "end": 44636, + "start": 45074, + "end": 45116, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 8 }, "end": { - "line": 1222, + "line": 1229, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 44594, - "end": 44635, + "start": 45074, + "end": 45115, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 8 }, "end": { - "line": 1222, + "line": 1229, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44594, - "end": 44602, + "start": 45074, + "end": 45082, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 8 }, "end": { - "line": 1222, + "line": 1229, "column": 16 }, "identifierName": "duration" @@ -78425,43 +78839,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44605, - "end": 44635, + "start": 45085, + "end": 45115, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 19 }, "end": { - "line": 1222, + "line": 1229, "column": 49 } }, "test": { "type": "CallExpression", - "start": 44605, - "end": 44620, + "start": 45085, + "end": 45100, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 19 }, "end": { - "line": 1222, + "line": 1229, "column": 34 } }, "callee": { "type": "Identifier", - "start": 44605, - "end": 44610, + "start": 45085, + "end": 45090, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 19 }, "end": { - "line": 1222, + "line": 1229, "column": 24 }, "identifierName": "isNaN" @@ -78471,15 +78885,15 @@ "arguments": [ { "type": "Identifier", - "start": 44611, - "end": 44619, + "start": 45091, + "end": 45099, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 25 }, "end": { - "line": 1222, + "line": 1229, "column": 33 }, "identifierName": "duration" @@ -78490,15 +78904,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44623, - "end": 44624, + "start": 45103, + "end": 45104, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 37 }, "end": { - "line": 1222, + "line": 1229, "column": 38 } }, @@ -78510,15 +78924,15 @@ }, "alternate": { "type": "Identifier", - "start": 44627, - "end": 44635, + "start": 45107, + "end": 45115, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 41 }, "end": { - "line": 1222, + "line": 1229, "column": 49 }, "identifierName": "duration" @@ -78530,72 +78944,72 @@ }, { "type": "SwitchStatement", - "start": 44646, - "end": 45652, + "start": 45126, + "end": 46132, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 8 }, "end": { - "line": 1245, + "line": 1252, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 44654, - "end": 44674, + "start": 45134, + "end": 45154, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 16 }, "end": { - "line": 1224, + "line": 1231, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 44654, - "end": 44672, + "start": 45134, + "end": 45152, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 16 }, "end": { - "line": 1224, + "line": 1231, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 44654, - "end": 44658, + "start": 45134, + "end": 45138, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 16 }, "end": { - "line": 1224, + "line": 1231, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44659, - "end": 44672, + "start": 45139, + "end": 45152, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 21 }, "end": { - "line": 1224, + "line": 1231, "column": 34 }, "identifierName": "getRecordType" @@ -78609,101 +79023,101 @@ "cases": [ { "type": "SwitchCase", - "start": 44690, - "end": 44796, + "start": 45170, + "end": 45276, "loc": { "start": { - "line": 1225, + "line": 1232, "column": 12 }, "end": { - "line": 1227, + "line": 1234, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 44723, - "end": 44773, + "start": 45203, + "end": 45253, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 44723, - "end": 44772, + "start": 45203, + "end": 45252, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 44723, - "end": 44749, + "start": 45203, + "end": 45229, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44723, - "end": 44734, + "start": 45203, + "end": 45214, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 44723, - "end": 44727, + "start": 45203, + "end": 45207, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44728, - "end": 44734, + "start": 45208, + "end": 45214, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 21 }, "end": { - "line": 1226, + "line": 1233, "column": 27 }, "identifierName": "surfer" @@ -78714,15 +79128,15 @@ }, "property": { "type": "Identifier", - "start": 44735, - "end": 44749, + "start": 45215, + "end": 45229, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 28 }, "end": { - "line": 1226, + "line": 1233, "column": 42 }, "identifierName": "setCurrentTime" @@ -78734,15 +79148,15 @@ "arguments": [ { "type": "Identifier", - "start": 44750, - "end": 44761, + "start": 45230, + "end": 45241, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 43 }, "end": { - "line": 1226, + "line": 1233, "column": 54 }, "identifierName": "currentTime" @@ -78751,15 +79165,15 @@ }, { "type": "Identifier", - "start": 44763, - "end": 44771, + "start": 45243, + "end": 45251, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 56 }, "end": { - "line": 1226, + "line": 1233, "column": 64 }, "identifierName": "duration" @@ -78771,15 +79185,15 @@ }, { "type": "BreakStatement", - "start": 44790, - "end": 44796, + "start": 45270, + "end": 45276, "loc": { "start": { - "line": 1227, + "line": 1234, "column": 16 }, "end": { - "line": 1227, + "line": 1234, "column": 22 } }, @@ -78788,15 +79202,15 @@ ], "test": { "type": "Identifier", - "start": 44695, - "end": 44705, + "start": 45175, + "end": 45185, "loc": { "start": { - "line": 1225, + "line": 1232, "column": 17 }, "end": { - "line": 1225, + "line": 1232, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -78806,30 +79220,30 @@ }, { "type": "SwitchCase", - "start": 44810, - "end": 44826, + "start": 45290, + "end": 45306, "loc": { "start": { - "line": 1229, + "line": 1236, "column": 12 }, "end": { - "line": 1229, + "line": 1236, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44815, - "end": 44825, + "start": 45295, + "end": 45305, "loc": { "start": { - "line": 1229, + "line": 1236, "column": 17 }, "end": { - "line": 1229, + "line": 1236, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -78839,30 +79253,30 @@ }, { "type": "SwitchCase", - "start": 44839, - "end": 44856, + "start": 45319, + "end": 45336, "loc": { "start": { - "line": 1230, + "line": 1237, "column": 12 }, "end": { - "line": 1230, + "line": 1237, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44844, - "end": 44855, + "start": 45324, + "end": 45335, "loc": { "start": { - "line": 1230, + "line": 1237, "column": 17 }, "end": { - "line": 1230, + "line": 1237, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -78872,30 +79286,30 @@ }, { "type": "SwitchCase", - "start": 44869, - "end": 44887, + "start": 45349, + "end": 45367, "loc": { "start": { - "line": 1231, + "line": 1238, "column": 12 }, "end": { - "line": 1231, + "line": 1238, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44874, - "end": 44886, + "start": 45354, + "end": 45366, "loc": { "start": { - "line": 1231, + "line": 1238, "column": 17 }, "end": { - "line": 1231, + "line": 1238, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -78905,30 +79319,30 @@ }, { "type": "SwitchCase", - "start": 44900, - "end": 44915, + "start": 45380, + "end": 45395, "loc": { "start": { - "line": 1232, + "line": 1239, "column": 12 }, "end": { - "line": 1232, + "line": 1239, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44905, - "end": 44914, + "start": 45385, + "end": 45394, "loc": { "start": { - "line": 1232, + "line": 1239, "column": 17 }, "end": { - "line": 1232, + "line": 1239, "column": 26 }, "identifierName": "ANIMATION" @@ -78938,129 +79352,129 @@ }, { "type": "SwitchCase", - "start": 44928, - "end": 45642, + "start": 45408, + "end": 46122, "loc": { "start": { - "line": 1233, + "line": 1240, "column": 12 }, "end": { - "line": 1244, + "line": 1251, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 44962, - "end": 45619, + "start": 45442, + "end": 46099, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 16 }, "end": { - "line": 1243, + "line": 1250, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 44966, - "end": 45171, + "start": 45446, + "end": 45651, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 83 } }, "left": { "type": "LogicalExpression", - "start": 44966, - "end": 45084, + "start": 45446, + "end": 45564, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 44966, - "end": 45007, + "start": 45446, + "end": 45487, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 44966, - "end": 44988, + "start": 45446, + "end": 45468, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44966, - "end": 44977, + "start": 45446, + "end": 45457, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 44966, - "end": 44970, + "start": 45446, + "end": 45450, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 24 } } }, "property": { "type": "Identifier", - "start": 44971, - "end": 44977, + "start": 45451, + "end": 45457, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 25 }, "end": { - "line": 1234, + "line": 1241, "column": 31 }, "identifierName": "player" @@ -79071,15 +79485,15 @@ }, "property": { "type": "Identifier", - "start": 44978, - "end": 44988, + "start": 45458, + "end": 45468, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 32 }, "end": { - "line": 1234, + "line": 1241, "column": 42 }, "identifierName": "controlBar" @@ -79090,15 +79504,15 @@ }, "property": { "type": "Identifier", - "start": 44989, - "end": 45007, + "start": 45469, + "end": 45487, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 43 }, "end": { - "line": 1234, + "line": 1241, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -79110,100 +79524,100 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 45031, - "end": 45084, + "start": 45511, + "end": 45564, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 45031, - "end": 45082, + "start": 45511, + "end": 45562, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 45031, - "end": 45072, + "start": 45511, + "end": 45552, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 45031, - "end": 45053, + "start": 45511, + "end": 45533, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45031, - "end": 45042, + "start": 45511, + "end": 45522, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45031, - "end": 45035, + "start": 45511, + "end": 45515, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45036, - "end": 45042, + "start": 45516, + "end": 45522, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 25 }, "end": { - "line": 1235, + "line": 1242, "column": 31 }, "identifierName": "player" @@ -79214,15 +79628,15 @@ }, "property": { "type": "Identifier", - "start": 45043, - "end": 45053, + "start": 45523, + "end": 45533, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 32 }, "end": { - "line": 1235, + "line": 1242, "column": 42 }, "identifierName": "controlBar" @@ -79233,15 +79647,15 @@ }, "property": { "type": "Identifier", - "start": 45054, - "end": 45072, + "start": 45534, + "end": 45552, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 43 }, "end": { - "line": 1235, + "line": 1242, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -79252,15 +79666,15 @@ }, "property": { "type": "Identifier", - "start": 45073, - "end": 45082, + "start": 45553, + "end": 45562, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 62 }, "end": { - "line": 1235, + "line": 1242, "column": 71 }, "identifierName": "contentEl" @@ -79275,114 +79689,114 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 45108, - "end": 45171, + "start": 45588, + "end": 45651, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 83 } }, "object": { "type": "CallExpression", - "start": 45108, - "end": 45161, + "start": 45588, + "end": 45641, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 45108, - "end": 45159, + "start": 45588, + "end": 45639, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 45108, - "end": 45149, + "start": 45588, + "end": 45629, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 45108, - "end": 45130, + "start": 45588, + "end": 45610, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45108, - "end": 45119, + "start": 45588, + "end": 45599, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45108, - "end": 45112, + "start": 45588, + "end": 45592, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45113, - "end": 45119, + "start": 45593, + "end": 45599, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 25 }, "end": { - "line": 1236, + "line": 1243, "column": 31 }, "identifierName": "player" @@ -79393,15 +79807,15 @@ }, "property": { "type": "Identifier", - "start": 45120, - "end": 45130, + "start": 45600, + "end": 45610, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 32 }, "end": { - "line": 1236, + "line": 1243, "column": 42 }, "identifierName": "controlBar" @@ -79412,15 +79826,15 @@ }, "property": { "type": "Identifier", - "start": 45131, - "end": 45149, + "start": 45611, + "end": 45629, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 43 }, "end": { - "line": 1236, + "line": 1243, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -79431,15 +79845,15 @@ }, "property": { "type": "Identifier", - "start": 45150, - "end": 45159, + "start": 45630, + "end": 45639, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 62 }, "end": { - "line": 1236, + "line": 1243, "column": 71 }, "identifierName": "contentEl" @@ -79452,15 +79866,15 @@ }, "property": { "type": "Identifier", - "start": 45162, - "end": 45171, + "start": 45642, + "end": 45651, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 74 }, "end": { - "line": 1236, + "line": 1243, "column": 83 }, "identifierName": "lastChild" @@ -79472,88 +79886,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 45173, - "end": 45619, + "start": 45653, + "end": 46099, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 85 }, "end": { - "line": 1243, + "line": 1250, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 45195, - "end": 45252, + "start": 45675, + "end": 45732, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 45195, - "end": 45251, + "start": 45675, + "end": 45731, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 76 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45195, - "end": 45217, + "start": 45675, + "end": 45697, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 45195, - "end": 45199, + "start": 45675, + "end": 45679, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45200, - "end": 45217, + "start": 45680, + "end": 45697, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 25 }, "end": { - "line": 1237, + "line": 1244, "column": 42 }, "identifierName": "streamCurrentTime" @@ -79564,43 +79978,43 @@ }, "right": { "type": "CallExpression", - "start": 45220, - "end": 45251, + "start": 45700, + "end": 45731, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 45 }, "end": { - "line": 1237, + "line": 1244, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 45220, - "end": 45228, + "start": 45700, + "end": 45708, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 45 }, "end": { - "line": 1237, + "line": 1244, "column": 53 } }, "object": { "type": "Identifier", - "start": 45220, - "end": 45224, + "start": 45700, + "end": 45704, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 45 }, "end": { - "line": 1237, + "line": 1244, "column": 49 }, "identifierName": "Math" @@ -79609,15 +80023,15 @@ }, "property": { "type": "Identifier", - "start": 45225, - "end": 45228, + "start": 45705, + "end": 45708, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 50 }, "end": { - "line": 1237, + "line": 1244, "column": 53 }, "identifierName": "min" @@ -79629,15 +80043,15 @@ "arguments": [ { "type": "Identifier", - "start": 45229, - "end": 45240, + "start": 45709, + "end": 45720, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 54 }, "end": { - "line": 1237, + "line": 1244, "column": 65 }, "identifierName": "currentTime" @@ -79646,15 +80060,15 @@ }, { "type": "Identifier", - "start": 45242, - "end": 45250, + "start": 45722, + "end": 45730, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 67 }, "end": { - "line": 1237, + "line": 1244, "column": 75 }, "identifierName": "duration" @@ -79668,15 +80082,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45274, - "end": 45314, + "start": 45754, + "end": 45794, "loc": { "start": { - "line": 1239, + "line": 1246, "column": 20 }, "end": { - "line": 1239, + "line": 1246, "column": 60 } } @@ -79685,100 +80099,100 @@ }, { "type": "ExpressionStatement", - "start": 45335, - "end": 45601, + "start": 45815, + "end": 46081, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1242, + "line": 1249, "column": 105 } }, "expression": { "type": "AssignmentExpression", - "start": 45335, - "end": 45600, + "start": 45815, + "end": 46080, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1242, + "line": 1249, "column": 104 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45335, - "end": 45391, + "start": 45815, + "end": 45871, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 76 } }, "object": { "type": "MemberExpression", - "start": 45335, - "end": 45376, + "start": 45815, + "end": 45856, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 45335, - "end": 45357, + "start": 45815, + "end": 45837, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45335, - "end": 45346, + "start": 45815, + "end": 45826, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45335, - "end": 45339, + "start": 45815, + "end": 45819, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 24 } }, @@ -79786,15 +80200,15 @@ }, "property": { "type": "Identifier", - "start": 45340, - "end": 45346, + "start": 45820, + "end": 45826, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 25 }, "end": { - "line": 1240, + "line": 1247, "column": 31 }, "identifierName": "player" @@ -79806,15 +80220,15 @@ }, "property": { "type": "Identifier", - "start": 45347, - "end": 45357, + "start": 45827, + "end": 45837, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 32 }, "end": { - "line": 1240, + "line": 1247, "column": 42 }, "identifierName": "controlBar" @@ -79826,15 +80240,15 @@ }, "property": { "type": "Identifier", - "start": 45358, - "end": 45376, + "start": 45838, + "end": 45856, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 43 }, "end": { - "line": 1240, + "line": 1247, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -79846,15 +80260,15 @@ }, "property": { "type": "Identifier", - "start": 45377, - "end": 45391, + "start": 45857, + "end": 45871, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 62 }, "end": { - "line": 1240, + "line": 1247, "column": 76 }, "identifierName": "formattedTime_" @@ -79866,143 +80280,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 45418, - "end": 45600, + "start": 45898, + "end": 46080, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1242, + "line": 1249, "column": 104 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45418, - "end": 45493, + "start": 45898, + "end": 45973, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 99 } }, "object": { "type": "MemberExpression", - "start": 45418, - "end": 45481, + "start": 45898, + "end": 45961, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 87 } }, "object": { "type": "CallExpression", - "start": 45418, - "end": 45471, + "start": 45898, + "end": 45951, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 45418, - "end": 45469, + "start": 45898, + "end": 45949, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 75 } }, "object": { "type": "MemberExpression", - "start": 45418, - "end": 45459, + "start": 45898, + "end": 45939, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 45418, - "end": 45440, + "start": 45898, + "end": 45920, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 45418, - "end": 45429, + "start": 45898, + "end": 45909, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 45418, - "end": 45422, + "start": 45898, + "end": 45902, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 28 } } }, "property": { "type": "Identifier", - "start": 45423, - "end": 45429, + "start": 45903, + "end": 45909, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 29 }, "end": { - "line": 1241, + "line": 1248, "column": 35 }, "identifierName": "player" @@ -80013,15 +80427,15 @@ }, "property": { "type": "Identifier", - "start": 45430, - "end": 45440, + "start": 45910, + "end": 45920, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 36 }, "end": { - "line": 1241, + "line": 1248, "column": 46 }, "identifierName": "controlBar" @@ -80032,15 +80446,15 @@ }, "property": { "type": "Identifier", - "start": 45441, - "end": 45459, + "start": 45921, + "end": 45939, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 47 }, "end": { - "line": 1241, + "line": 1248, "column": 65 }, "identifierName": "currentTimeDisplay" @@ -80051,15 +80465,15 @@ }, "property": { "type": "Identifier", - "start": 45460, - "end": 45469, + "start": 45940, + "end": 45949, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 66 }, "end": { - "line": 1241, + "line": 1248, "column": 75 }, "identifierName": "contentEl" @@ -80072,15 +80486,15 @@ }, "property": { "type": "Identifier", - "start": 45472, - "end": 45481, + "start": 45952, + "end": 45961, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 78 }, "end": { - "line": 1241, + "line": 1248, "column": 87 }, "identifierName": "lastChild" @@ -80091,15 +80505,15 @@ }, "property": { "type": "Identifier", - "start": 45482, - "end": 45493, + "start": 45962, + "end": 45973, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 88 }, "end": { - "line": 1241, + "line": 1248, "column": 99 }, "identifierName": "textContent" @@ -80110,58 +80524,58 @@ }, "right": { "type": "CallExpression", - "start": 45524, - "end": 45600, + "start": 46004, + "end": 46080, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 28 }, "end": { - "line": 1242, + "line": 1249, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 45524, - "end": 45540, + "start": 46004, + "end": 46020, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 28 }, "end": { - "line": 1242, + "line": 1249, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 45524, - "end": 45528, + "start": 46004, + "end": 46008, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 28 }, "end": { - "line": 1242, + "line": 1249, "column": 32 } } }, "property": { "type": "Identifier", - "start": 45529, - "end": 45540, + "start": 46009, + "end": 46020, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 33 }, "end": { - "line": 1242, + "line": 1249, "column": 44 }, "identifierName": "_formatTime" @@ -80173,44 +80587,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 45541, - "end": 45563, + "start": 46021, + "end": 46043, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 45 }, "end": { - "line": 1242, + "line": 1249, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 45541, - "end": 45545, + "start": 46021, + "end": 46025, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 45 }, "end": { - "line": 1242, + "line": 1249, "column": 49 } } }, "property": { "type": "Identifier", - "start": 45546, - "end": 45563, + "start": 46026, + "end": 46043, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 50 }, "end": { - "line": 1242, + "line": 1249, "column": 67 }, "identifierName": "streamCurrentTime" @@ -80221,15 +80635,15 @@ }, { "type": "Identifier", - "start": 45565, - "end": 45573, + "start": 46045, + "end": 46053, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 69 }, "end": { - "line": 1242, + "line": 1249, "column": 77 }, "identifierName": "duration" @@ -80238,44 +80652,44 @@ }, { "type": "MemberExpression", - "start": 45575, - "end": 45599, + "start": 46055, + "end": 46079, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 79 }, "end": { - "line": 1242, + "line": 1249, "column": 103 } }, "object": { "type": "ThisExpression", - "start": 45575, - "end": 45579, + "start": 46055, + "end": 46059, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 79 }, "end": { - "line": 1242, + "line": 1249, "column": 83 } } }, "property": { "type": "Identifier", - "start": 45580, - "end": 45599, + "start": 46060, + "end": 46079, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 84 }, "end": { - "line": 1242, + "line": 1249, "column": 103 }, "identifierName": "displayMilliseconds" @@ -80293,15 +80707,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45274, - "end": 45314, + "start": 45754, + "end": 45794, "loc": { "start": { - "line": 1239, + "line": 1246, "column": 20 }, "end": { - "line": 1239, + "line": 1246, "column": 60 } } @@ -80315,15 +80729,15 @@ }, { "type": "BreakStatement", - "start": 45636, - "end": 45642, + "start": 46116, + "end": 46122, "loc": { "start": { - "line": 1244, + "line": 1251, "column": 16 }, "end": { - "line": 1244, + "line": 1251, "column": 22 } }, @@ -80332,15 +80746,15 @@ ], "test": { "type": "Identifier", - "start": 44933, - "end": 44944, + "start": 45413, + "end": 45424, "loc": { "start": { - "line": 1233, + "line": 1240, "column": 17 }, "end": { - "line": 1233, + "line": 1240, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -80358,15 +80772,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 44225, - "end": 44481, + "start": 44705, + "end": 44961, "loc": { "start": { - "line": 1212, + "line": 1219, "column": 4 }, "end": { - "line": 1219, + "line": 1226, "column": 7 } } @@ -80376,15 +80790,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 45664, - "end": 45856, + "start": 46144, + "end": 46336, "loc": { "start": { - "line": 1248, + "line": 1255, "column": 4 }, "end": { - "line": 1254, + "line": 1261, "column": 7 } } @@ -80393,15 +80807,15 @@ }, { "type": "ClassMethod", - "start": 45861, - "end": 45985, + "start": 46341, + "end": 46465, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 4 }, "end": { - "line": 1259, + "line": 1266, "column": 5 } }, @@ -80409,15 +80823,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45861, - "end": 45872, + "start": 46341, + "end": 46352, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 4 }, "end": { - "line": 1255, + "line": 1262, "column": 15 }, "identifierName": "getDuration" @@ -80433,59 +80847,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 45875, - "end": 45985, + "start": 46355, + "end": 46465, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 18 }, "end": { - "line": 1259, + "line": 1266, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 45885, - "end": 45953, + "start": 46365, + "end": 46433, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 8 }, "end": { - "line": 1256, + "line": 1263, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 45889, - "end": 45952, + "start": 46369, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 12 }, "end": { - "line": 1256, + "line": 1263, "column": 75 } }, "id": { "type": "Identifier", - "start": 45889, - "end": 45897, + "start": 46369, + "end": 46377, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 12 }, "end": { - "line": 1256, + "line": 1263, "column": 20 }, "identifierName": "duration" @@ -80494,43 +80908,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 45900, - "end": 45952, + "start": 46380, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 23 }, "end": { - "line": 1256, + "line": 1263, "column": 75 } }, "test": { "type": "CallExpression", - "start": 45900, - "end": 45926, + "start": 46380, + "end": 46406, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 23 }, "end": { - "line": 1256, + "line": 1263, "column": 49 } }, "callee": { "type": "Identifier", - "start": 45900, - "end": 45905, + "start": 46380, + "end": 46385, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 23 }, "end": { - "line": 1256, + "line": 1263, "column": 28 }, "identifierName": "isNaN" @@ -80540,44 +80954,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 45906, - "end": 45925, + "start": 46386, + "end": 46405, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 29 }, "end": { - "line": 1256, + "line": 1263, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 45906, - "end": 45910, + "start": 46386, + "end": 46390, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 29 }, "end": { - "line": 1256, + "line": 1263, "column": 33 } } }, "property": { "type": "Identifier", - "start": 45911, - "end": 45925, + "start": 46391, + "end": 46405, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 34 }, "end": { - "line": 1256, + "line": 1263, "column": 48 }, "identifierName": "streamDuration" @@ -80590,15 +81004,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 45929, - "end": 45930, + "start": 46409, + "end": 46410, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 52 }, "end": { - "line": 1256, + "line": 1263, "column": 53 } }, @@ -80610,44 +81024,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 45933, - "end": 45952, + "start": 46413, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 56 }, "end": { - "line": 1256, + "line": 1263, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 45933, - "end": 45937, + "start": 46413, + "end": 46417, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 56 }, "end": { - "line": 1256, + "line": 1263, "column": 60 } } }, "property": { "type": "Identifier", - "start": 45938, - "end": 45952, + "start": 46418, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 61 }, "end": { - "line": 1256, + "line": 1263, "column": 75 }, "identifierName": "streamDuration" @@ -80663,29 +81077,29 @@ }, { "type": "ReturnStatement", - "start": 45963, - "end": 45979, + "start": 46443, + "end": 46459, "loc": { "start": { - "line": 1258, + "line": 1265, "column": 8 }, "end": { - "line": 1258, + "line": 1265, "column": 24 } }, "argument": { "type": "Identifier", - "start": 45970, - "end": 45978, + "start": 46450, + "end": 46458, "loc": { "start": { - "line": 1258, + "line": 1265, "column": 15 }, "end": { - "line": 1258, + "line": 1265, "column": 23 }, "identifierName": "duration" @@ -80701,15 +81115,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 45664, - "end": 45856, + "start": 46144, + "end": 46336, "loc": { "start": { - "line": 1248, + "line": 1255, "column": 4 }, "end": { - "line": 1254, + "line": 1261, "column": 7 } } @@ -80719,15 +81133,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 45991, - "end": 46150, + "start": 46471, + "end": 46630, "loc": { "start": { - "line": 1261, + "line": 1268, "column": 4 }, "end": { - "line": 1266, + "line": 1273, "column": 7 } } @@ -80736,15 +81150,15 @@ }, { "type": "ClassMethod", - "start": 46155, - "end": 47111, + "start": 46635, + "end": 47591, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 4 }, "end": { - "line": 1290, + "line": 1297, "column": 5 } }, @@ -80752,15 +81166,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 46155, - "end": 46166, + "start": 46635, + "end": 46646, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 4 }, "end": { - "line": 1267, + "line": 1274, "column": 15 }, "identifierName": "setDuration" @@ -80776,15 +81190,15 @@ "params": [ { "type": "Identifier", - "start": 46167, - "end": 46175, + "start": 46647, + "end": 46655, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 16 }, "end": { - "line": 1267, + "line": 1274, "column": 24 }, "identifierName": "duration" @@ -80794,59 +81208,59 @@ ], "body": { "type": "BlockStatement", - "start": 46177, - "end": 47111, + "start": 46657, + "end": 47591, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 26 }, "end": { - "line": 1290, + "line": 1297, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 46187, - "end": 46229, + "start": 46667, + "end": 46709, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 8 }, "end": { - "line": 1268, + "line": 1275, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 46187, - "end": 46228, + "start": 46667, + "end": 46708, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 8 }, "end": { - "line": 1268, + "line": 1275, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 46187, - "end": 46195, + "start": 46667, + "end": 46675, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 8 }, "end": { - "line": 1268, + "line": 1275, "column": 16 }, "identifierName": "duration" @@ -80855,43 +81269,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 46198, - "end": 46228, + "start": 46678, + "end": 46708, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 19 }, "end": { - "line": 1268, + "line": 1275, "column": 49 } }, "test": { "type": "CallExpression", - "start": 46198, - "end": 46213, + "start": 46678, + "end": 46693, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 19 }, "end": { - "line": 1268, + "line": 1275, "column": 34 } }, "callee": { "type": "Identifier", - "start": 46198, - "end": 46203, + "start": 46678, + "end": 46683, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 19 }, "end": { - "line": 1268, + "line": 1275, "column": 24 }, "identifierName": "isNaN" @@ -80901,15 +81315,15 @@ "arguments": [ { "type": "Identifier", - "start": 46204, - "end": 46212, + "start": 46684, + "end": 46692, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 25 }, "end": { - "line": 1268, + "line": 1275, "column": 33 }, "identifierName": "duration" @@ -80920,15 +81334,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 46216, - "end": 46217, + "start": 46696, + "end": 46697, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 37 }, "end": { - "line": 1268, + "line": 1275, "column": 38 } }, @@ -80940,15 +81354,15 @@ }, "alternate": { "type": "Identifier", - "start": 46220, - "end": 46228, + "start": 46700, + "end": 46708, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 41 }, "end": { - "line": 1268, + "line": 1275, "column": 49 }, "identifierName": "duration" @@ -80960,72 +81374,72 @@ }, { "type": "SwitchStatement", - "start": 46239, - "end": 47105, + "start": 46719, + "end": 47585, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 8 }, "end": { - "line": 1289, + "line": 1296, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 46247, - "end": 46267, + "start": 46727, + "end": 46747, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 16 }, "end": { - "line": 1270, + "line": 1277, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 46247, - "end": 46265, + "start": 46727, + "end": 46745, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 16 }, "end": { - "line": 1270, + "line": 1277, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 46247, - "end": 46251, + "start": 46727, + "end": 46731, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 16 }, "end": { - "line": 1270, + "line": 1277, "column": 20 } } }, "property": { "type": "Identifier", - "start": 46252, - "end": 46265, + "start": 46732, + "end": 46745, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 21 }, "end": { - "line": 1270, + "line": 1277, "column": 34 }, "identifierName": "getRecordType" @@ -81039,101 +81453,101 @@ "cases": [ { "type": "SwitchCase", - "start": 46283, - "end": 46373, + "start": 46763, + "end": 46853, "loc": { "start": { - "line": 1271, + "line": 1278, "column": 12 }, "end": { - "line": 1273, + "line": 1280, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 46316, - "end": 46350, + "start": 46796, + "end": 46830, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 46316, - "end": 46349, + "start": 46796, + "end": 46829, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 46316, - "end": 46339, + "start": 46796, + "end": 46819, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 46316, - "end": 46327, + "start": 46796, + "end": 46807, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 46316, - "end": 46320, + "start": 46796, + "end": 46800, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 20 } } }, "property": { "type": "Identifier", - "start": 46321, - "end": 46327, + "start": 46801, + "end": 46807, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 21 }, "end": { - "line": 1272, + "line": 1279, "column": 27 }, "identifierName": "surfer" @@ -81144,15 +81558,15 @@ }, "property": { "type": "Identifier", - "start": 46328, - "end": 46339, + "start": 46808, + "end": 46819, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 28 }, "end": { - "line": 1272, + "line": 1279, "column": 39 }, "identifierName": "setDuration" @@ -81164,15 +81578,15 @@ "arguments": [ { "type": "Identifier", - "start": 46340, - "end": 46348, + "start": 46820, + "end": 46828, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 40 }, "end": { - "line": 1272, + "line": 1279, "column": 48 }, "identifierName": "duration" @@ -81184,15 +81598,15 @@ }, { "type": "BreakStatement", - "start": 46367, - "end": 46373, + "start": 46847, + "end": 46853, "loc": { "start": { - "line": 1273, + "line": 1280, "column": 16 }, "end": { - "line": 1273, + "line": 1280, "column": 22 } }, @@ -81201,15 +81615,15 @@ ], "test": { "type": "Identifier", - "start": 46288, - "end": 46298, + "start": 46768, + "end": 46778, "loc": { "start": { - "line": 1271, + "line": 1278, "column": 17 }, "end": { - "line": 1271, + "line": 1278, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -81219,30 +81633,30 @@ }, { "type": "SwitchCase", - "start": 46387, - "end": 46403, + "start": 46867, + "end": 46883, "loc": { "start": { - "line": 1275, + "line": 1282, "column": 12 }, "end": { - "line": 1275, + "line": 1282, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46392, - "end": 46402, + "start": 46872, + "end": 46882, "loc": { "start": { - "line": 1275, + "line": 1282, "column": 17 }, "end": { - "line": 1275, + "line": 1282, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -81252,30 +81666,30 @@ }, { "type": "SwitchCase", - "start": 46416, - "end": 46433, + "start": 46896, + "end": 46913, "loc": { "start": { - "line": 1276, + "line": 1283, "column": 12 }, "end": { - "line": 1276, + "line": 1283, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46421, - "end": 46432, + "start": 46901, + "end": 46912, "loc": { "start": { - "line": 1276, + "line": 1283, "column": 17 }, "end": { - "line": 1276, + "line": 1283, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -81285,30 +81699,30 @@ }, { "type": "SwitchCase", - "start": 46446, - "end": 46464, + "start": 46926, + "end": 46944, "loc": { "start": { - "line": 1277, + "line": 1284, "column": 12 }, "end": { - "line": 1277, + "line": 1284, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46451, - "end": 46463, + "start": 46931, + "end": 46943, "loc": { "start": { - "line": 1277, + "line": 1284, "column": 17 }, "end": { - "line": 1277, + "line": 1284, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -81318,30 +81732,30 @@ }, { "type": "SwitchCase", - "start": 46477, - "end": 46492, + "start": 46957, + "end": 46972, "loc": { "start": { - "line": 1278, + "line": 1285, "column": 12 }, "end": { - "line": 1278, + "line": 1285, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46482, - "end": 46491, + "start": 46962, + "end": 46971, "loc": { "start": { - "line": 1278, + "line": 1285, "column": 17 }, "end": { - "line": 1278, + "line": 1285, "column": 26 }, "identifierName": "ANIMATION" @@ -81351,114 +81765,114 @@ }, { "type": "SwitchCase", - "start": 46505, - "end": 47095, + "start": 46985, + "end": 47575, "loc": { "start": { - "line": 1279, + "line": 1286, "column": 12 }, "end": { - "line": 1288, + "line": 1295, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 46592, - "end": 47072, + "start": 47072, + "end": 47552, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 16 }, "end": { - "line": 1287, + "line": 1294, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 46596, - "end": 46792, + "start": 47076, + "end": 47272, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 80 } }, "left": { "type": "LogicalExpression", - "start": 46596, - "end": 46708, + "start": 47076, + "end": 47188, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 46596, - "end": 46634, + "start": 47076, + "end": 47114, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46596, - "end": 46618, + "start": 47076, + "end": 47098, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46596, - "end": 46607, + "start": 47076, + "end": 47087, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46596, - "end": 46600, + "start": 47076, + "end": 47080, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 24 } }, @@ -81466,15 +81880,15 @@ }, "property": { "type": "Identifier", - "start": 46601, - "end": 46607, + "start": 47081, + "end": 47087, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 25 }, "end": { - "line": 1281, + "line": 1288, "column": 31 }, "identifierName": "player" @@ -81486,15 +81900,15 @@ }, "property": { "type": "Identifier", - "start": 46608, - "end": 46618, + "start": 47088, + "end": 47098, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 32 }, "end": { - "line": 1281, + "line": 1288, "column": 42 }, "identifierName": "controlBar" @@ -81506,15 +81920,15 @@ }, "property": { "type": "Identifier", - "start": 46619, - "end": 46634, + "start": 47099, + "end": 47114, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 43 }, "end": { - "line": 1281, + "line": 1288, "column": 58 }, "identifierName": "durationDisplay" @@ -81527,100 +81941,100 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 46658, - "end": 46708, + "start": 47138, + "end": 47188, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46658, - "end": 46706, + "start": 47138, + "end": 47186, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46658, - "end": 46696, + "start": 47138, + "end": 47176, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46658, - "end": 46680, + "start": 47138, + "end": 47160, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46658, - "end": 46669, + "start": 47138, + "end": 47149, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46658, - "end": 46662, + "start": 47138, + "end": 47142, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46663, - "end": 46669, + "start": 47143, + "end": 47149, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 25 }, "end": { - "line": 1282, + "line": 1289, "column": 31 }, "identifierName": "player" @@ -81631,15 +82045,15 @@ }, "property": { "type": "Identifier", - "start": 46670, - "end": 46680, + "start": 47150, + "end": 47160, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 32 }, "end": { - "line": 1282, + "line": 1289, "column": 42 }, "identifierName": "controlBar" @@ -81650,15 +82064,15 @@ }, "property": { "type": "Identifier", - "start": 46681, - "end": 46696, + "start": 47161, + "end": 47176, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 43 }, "end": { - "line": 1282, + "line": 1289, "column": 58 }, "identifierName": "durationDisplay" @@ -81669,15 +82083,15 @@ }, "property": { "type": "Identifier", - "start": 46697, - "end": 46706, + "start": 47177, + "end": 47186, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 59 }, "end": { - "line": 1282, + "line": 1289, "column": 68 }, "identifierName": "contentEl" @@ -81693,114 +82107,114 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 46732, - "end": 46792, + "start": 47212, + "end": 47272, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 80 } }, "object": { "type": "CallExpression", - "start": 46732, - "end": 46782, + "start": 47212, + "end": 47262, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46732, - "end": 46780, + "start": 47212, + "end": 47260, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46732, - "end": 46770, + "start": 47212, + "end": 47250, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46732, - "end": 46754, + "start": 47212, + "end": 47234, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46732, - "end": 46743, + "start": 47212, + "end": 47223, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46732, - "end": 46736, + "start": 47212, + "end": 47216, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46737, - "end": 46743, + "start": 47217, + "end": 47223, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 25 }, "end": { - "line": 1283, + "line": 1290, "column": 31 }, "identifierName": "player" @@ -81811,15 +82225,15 @@ }, "property": { "type": "Identifier", - "start": 46744, - "end": 46754, + "start": 47224, + "end": 47234, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 32 }, "end": { - "line": 1283, + "line": 1290, "column": 42 }, "identifierName": "controlBar" @@ -81830,15 +82244,15 @@ }, "property": { "type": "Identifier", - "start": 46755, - "end": 46770, + "start": 47235, + "end": 47250, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 43 }, "end": { - "line": 1283, + "line": 1290, "column": 58 }, "identifierName": "durationDisplay" @@ -81849,15 +82263,15 @@ }, "property": { "type": "Identifier", - "start": 46771, - "end": 46780, + "start": 47251, + "end": 47260, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 59 }, "end": { - "line": 1283, + "line": 1290, "column": 68 }, "identifierName": "contentEl" @@ -81870,15 +82284,15 @@ }, "property": { "type": "Identifier", - "start": 46783, - "end": 46792, + "start": 47263, + "end": 47272, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 71 }, "end": { - "line": 1283, + "line": 1290, "column": 80 }, "identifierName": "lastChild" @@ -81891,130 +82305,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 46794, - "end": 47072, + "start": 47274, + "end": 47552, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 82 }, "end": { - "line": 1287, + "line": 1294, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 46816, - "end": 47054, + "start": 47296, + "end": 47534, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1286, + "line": 1293, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 46816, - "end": 47053, + "start": 47296, + "end": 47533, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1286, + "line": 1293, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46816, - "end": 46869, + "start": 47296, + "end": 47349, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 46816, - "end": 46854, + "start": 47296, + "end": 47334, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46816, - "end": 46838, + "start": 47296, + "end": 47318, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46816, - "end": 46827, + "start": 47296, + "end": 47307, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46816, - "end": 46820, + "start": 47296, + "end": 47300, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46821, - "end": 46827, + "start": 47301, + "end": 47307, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 25 }, "end": { - "line": 1284, + "line": 1291, "column": 31 }, "identifierName": "player" @@ -82025,15 +82439,15 @@ }, "property": { "type": "Identifier", - "start": 46828, - "end": 46838, + "start": 47308, + "end": 47318, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 32 }, "end": { - "line": 1284, + "line": 1291, "column": 42 }, "identifierName": "controlBar" @@ -82044,15 +82458,15 @@ }, "property": { "type": "Identifier", - "start": 46839, - "end": 46854, + "start": 47319, + "end": 47334, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 43 }, "end": { - "line": 1284, + "line": 1291, "column": 58 }, "identifierName": "durationDisplay" @@ -82063,15 +82477,15 @@ }, "property": { "type": "Identifier", - "start": 46855, - "end": 46869, + "start": 47335, + "end": 47349, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 59 }, "end": { - "line": 1284, + "line": 1291, "column": 73 }, "identifierName": "formattedTime_" @@ -82082,143 +82496,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 46892, - "end": 47053, + "start": 47372, + "end": 47533, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1286, + "line": 1293, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46892, - "end": 46964, + "start": 47372, + "end": 47444, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 46892, - "end": 46952, + "start": 47372, + "end": 47432, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 80 } }, "object": { "type": "CallExpression", - "start": 46892, - "end": 46942, + "start": 47372, + "end": 47422, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46892, - "end": 46940, + "start": 47372, + "end": 47420, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46892, - "end": 46930, + "start": 47372, + "end": 47410, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46892, - "end": 46914, + "start": 47372, + "end": 47394, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46892, - "end": 46903, + "start": 47372, + "end": 47383, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46892, - "end": 46896, + "start": 47372, + "end": 47376, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46897, - "end": 46903, + "start": 47377, + "end": 47383, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 25 }, "end": { - "line": 1285, + "line": 1292, "column": 31 }, "identifierName": "player" @@ -82229,15 +82643,15 @@ }, "property": { "type": "Identifier", - "start": 46904, - "end": 46914, + "start": 47384, + "end": 47394, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 32 }, "end": { - "line": 1285, + "line": 1292, "column": 42 }, "identifierName": "controlBar" @@ -82248,15 +82662,15 @@ }, "property": { "type": "Identifier", - "start": 46915, - "end": 46930, + "start": 47395, + "end": 47410, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 43 }, "end": { - "line": 1285, + "line": 1292, "column": 58 }, "identifierName": "durationDisplay" @@ -82267,15 +82681,15 @@ }, "property": { "type": "Identifier", - "start": 46931, - "end": 46940, + "start": 47411, + "end": 47420, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 59 }, "end": { - "line": 1285, + "line": 1292, "column": 68 }, "identifierName": "contentEl" @@ -82288,15 +82702,15 @@ }, "property": { "type": "Identifier", - "start": 46943, - "end": 46952, + "start": 47423, + "end": 47432, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 71 }, "end": { - "line": 1285, + "line": 1292, "column": 80 }, "identifierName": "lastChild" @@ -82307,15 +82721,15 @@ }, "property": { "type": "Identifier", - "start": 46953, - "end": 46964, + "start": 47433, + "end": 47444, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 81 }, "end": { - "line": 1285, + "line": 1292, "column": 92 }, "identifierName": "textContent" @@ -82326,58 +82740,58 @@ }, "right": { "type": "CallExpression", - "start": 46991, - "end": 47053, + "start": 47471, + "end": 47533, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 24 }, "end": { - "line": 1286, + "line": 1293, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 46991, - "end": 47007, + "start": 47471, + "end": 47487, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 24 }, "end": { - "line": 1286, + "line": 1293, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 46991, - "end": 46995, + "start": 47471, + "end": 47475, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 24 }, "end": { - "line": 1286, + "line": 1293, "column": 28 } } }, "property": { "type": "Identifier", - "start": 46996, - "end": 47007, + "start": 47476, + "end": 47487, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 29 }, "end": { - "line": 1286, + "line": 1293, "column": 40 }, "identifierName": "_formatTime" @@ -82389,15 +82803,15 @@ "arguments": [ { "type": "Identifier", - "start": 47008, - "end": 47016, + "start": 47488, + "end": 47496, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 41 }, "end": { - "line": 1286, + "line": 1293, "column": 49 }, "identifierName": "duration" @@ -82406,15 +82820,15 @@ }, { "type": "Identifier", - "start": 47018, - "end": 47026, + "start": 47498, + "end": 47506, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 51 }, "end": { - "line": 1286, + "line": 1293, "column": 59 }, "identifierName": "duration" @@ -82423,44 +82837,44 @@ }, { "type": "MemberExpression", - "start": 47028, - "end": 47052, + "start": 47508, + "end": 47532, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 61 }, "end": { - "line": 1286, + "line": 1293, "column": 85 } }, "object": { "type": "ThisExpression", - "start": 47028, - "end": 47032, + "start": 47508, + "end": 47512, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 61 }, "end": { - "line": 1286, + "line": 1293, "column": 65 } } }, "property": { "type": "Identifier", - "start": 47033, - "end": 47052, + "start": 47513, + "end": 47532, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 66 }, "end": { - "line": 1286, + "line": 1293, "column": 85 }, "identifierName": "displayMilliseconds" @@ -82482,15 +82896,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 46539, - "end": 46575, + "start": 47019, + "end": 47055, "loc": { "start": { - "line": 1280, + "line": 1287, "column": 16 }, "end": { - "line": 1280, + "line": 1287, "column": 52 } } @@ -82499,15 +82913,15 @@ }, { "type": "BreakStatement", - "start": 47089, - "end": 47095, + "start": 47569, + "end": 47575, "loc": { "start": { - "line": 1288, + "line": 1295, "column": 16 }, "end": { - "line": 1288, + "line": 1295, "column": 22 } }, @@ -82516,15 +82930,15 @@ ], "test": { "type": "Identifier", - "start": 46510, - "end": 46521, + "start": 46990, + "end": 47001, "loc": { "start": { - "line": 1279, + "line": 1286, "column": 17 }, "end": { - "line": 1279, + "line": 1286, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -82542,15 +82956,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 45991, - "end": 46150, + "start": 46471, + "end": 46630, "loc": { "start": { - "line": 1261, + "line": 1268, "column": 4 }, "end": { - "line": 1266, + "line": 1273, "column": 7 } } @@ -82560,15 +82974,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 47117, - "end": 47286, + "start": 47597, + "end": 47766, "loc": { "start": { - "line": 1292, + "line": 1299, "column": 4 }, "end": { - "line": 1297, + "line": 1304, "column": 7 } } @@ -82577,15 +82991,15 @@ }, { "type": "ClassMethod", - "start": 47291, - "end": 48154, + "start": 47771, + "end": 48634, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 4 }, "end": { - "line": 1322, + "line": 1329, "column": 5 } }, @@ -82593,15 +83007,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 47291, - "end": 47295, + "start": 47771, + "end": 47775, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 4 }, "end": { - "line": 1298, + "line": 1305, "column": 8 }, "identifierName": "load" @@ -82617,15 +83031,15 @@ "params": [ { "type": "Identifier", - "start": 47296, - "end": 47299, + "start": 47776, + "end": 47779, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 9 }, "end": { - "line": 1298, + "line": 1305, "column": 12 }, "identifierName": "url" @@ -82635,87 +83049,87 @@ ], "body": { "type": "BlockStatement", - "start": 47301, - "end": 48154, + "start": 47781, + "end": 48634, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 14 }, "end": { - "line": 1322, + "line": 1329, "column": 5 } }, "body": [ { "type": "SwitchStatement", - "start": 47311, - "end": 48148, + "start": 47791, + "end": 48628, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 8 }, "end": { - "line": 1321, + "line": 1328, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 47319, - "end": 47339, + "start": 47799, + "end": 47819, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 16 }, "end": { - "line": 1299, + "line": 1306, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 47319, - "end": 47337, + "start": 47799, + "end": 47817, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 16 }, "end": { - "line": 1299, + "line": 1306, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 47319, - "end": 47323, + "start": 47799, + "end": 47803, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 16 }, "end": { - "line": 1299, + "line": 1306, "column": 20 } } }, "property": { "type": "Identifier", - "start": 47324, - "end": 47337, + "start": 47804, + "end": 47817, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 21 }, "end": { - "line": 1299, + "line": 1306, "column": 34 }, "identifierName": "getRecordType" @@ -82729,86 +83143,86 @@ "cases": [ { "type": "SwitchCase", - "start": 47355, - "end": 47483, + "start": 47835, + "end": 47963, "loc": { "start": { - "line": 1300, + "line": 1307, "column": 12 }, "end": { - "line": 1303, + "line": 1310, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 47438, - "end": 47460, + "start": 47918, + "end": 47940, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 47438, - "end": 47459, + "start": 47918, + "end": 47939, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 47438, - "end": 47454, + "start": 47918, + "end": 47934, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 47438, - "end": 47449, + "start": 47918, + "end": 47929, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 47438, - "end": 47442, + "start": 47918, + "end": 47922, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 20 } }, @@ -82816,15 +83230,15 @@ }, "property": { "type": "Identifier", - "start": 47443, - "end": 47449, + "start": 47923, + "end": 47929, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 21 }, "end": { - "line": 1302, + "line": 1309, "column": 27 }, "identifierName": "surfer" @@ -82836,15 +83250,15 @@ }, "property": { "type": "Identifier", - "start": 47450, - "end": 47454, + "start": 47930, + "end": 47934, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 28 }, "end": { - "line": 1302, + "line": 1309, "column": 32 }, "identifierName": "load" @@ -82857,15 +83271,15 @@ "arguments": [ { "type": "Identifier", - "start": 47455, - "end": 47458, + "start": 47935, + "end": 47938, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 33 }, "end": { - "line": 1302, + "line": 1309, "column": 36 }, "identifierName": "url" @@ -82879,15 +83293,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 47388, - "end": 47421, + "start": 47868, + "end": 47901, "loc": { "start": { - "line": 1301, + "line": 1308, "column": 16 }, "end": { - "line": 1301, + "line": 1308, "column": 49 } } @@ -82896,15 +83310,15 @@ }, { "type": "BreakStatement", - "start": 47477, - "end": 47483, + "start": 47957, + "end": 47963, "loc": { "start": { - "line": 1303, + "line": 1310, "column": 16 }, "end": { - "line": 1303, + "line": 1310, "column": 22 } }, @@ -82913,15 +83327,15 @@ ], "test": { "type": "Identifier", - "start": 47360, - "end": 47370, + "start": 47840, + "end": 47850, "loc": { "start": { - "line": 1300, + "line": 1307, "column": 17 }, "end": { - "line": 1300, + "line": 1307, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -82931,30 +83345,30 @@ }, { "type": "SwitchCase", - "start": 47497, - "end": 47513, + "start": 47977, + "end": 47993, "loc": { "start": { - "line": 1305, + "line": 1312, "column": 12 }, "end": { - "line": 1305, + "line": 1312, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47502, - "end": 47512, + "start": 47982, + "end": 47992, "loc": { "start": { - "line": 1305, + "line": 1312, "column": 17 }, "end": { - "line": 1305, + "line": 1312, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -82964,30 +83378,30 @@ }, { "type": "SwitchCase", - "start": 47526, - "end": 47542, + "start": 48006, + "end": 48022, "loc": { "start": { - "line": 1306, + "line": 1313, "column": 12 }, "end": { - "line": 1306, + "line": 1313, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47531, - "end": 47541, + "start": 48011, + "end": 48021, "loc": { "start": { - "line": 1306, + "line": 1313, "column": 17 }, "end": { - "line": 1306, + "line": 1313, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -82997,30 +83411,30 @@ }, { "type": "SwitchCase", - "start": 47555, - "end": 47572, + "start": 48035, + "end": 48052, "loc": { "start": { - "line": 1307, + "line": 1314, "column": 12 }, "end": { - "line": 1307, + "line": 1314, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47560, - "end": 47571, + "start": 48040, + "end": 48051, "loc": { "start": { - "line": 1307, + "line": 1314, "column": 17 }, "end": { - "line": 1307, + "line": 1314, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -83030,30 +83444,30 @@ }, { "type": "SwitchCase", - "start": 47585, - "end": 47603, + "start": 48065, + "end": 48083, "loc": { "start": { - "line": 1308, + "line": 1315, "column": 12 }, "end": { - "line": 1308, + "line": 1315, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47590, - "end": 47602, + "start": 48070, + "end": 48082, "loc": { "start": { - "line": 1308, + "line": 1315, "column": 17 }, "end": { - "line": 1308, + "line": 1315, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -83063,30 +83477,30 @@ }, { "type": "SwitchCase", - "start": 47616, - "end": 47631, + "start": 48096, + "end": 48111, "loc": { "start": { - "line": 1309, + "line": 1316, "column": 12 }, "end": { - "line": 1309, + "line": 1316, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47621, - "end": 47630, + "start": 48101, + "end": 48110, "loc": { "start": { - "line": 1309, + "line": 1316, "column": 17 }, "end": { - "line": 1309, + "line": 1316, "column": 26 }, "identifierName": "ANIMATION" @@ -83096,72 +83510,72 @@ }, { "type": "SwitchCase", - "start": 47644, - "end": 48138, + "start": 48124, + "end": 48618, "loc": { "start": { - "line": 1310, + "line": 1317, "column": 12 }, "end": { - "line": 1320, + "line": 1327, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 47678, - "end": 48115, + "start": 48158, + "end": 48595, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 16 }, "end": { - "line": 1319, + "line": 1326, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 47682, - "end": 47724, + "start": 48162, + "end": 48204, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 20 }, "end": { - "line": 1311, + "line": 1318, "column": 62 } }, "left": { "type": "BinaryExpression", - "start": 47682, - "end": 47701, + "start": 48162, + "end": 48181, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 20 }, "end": { - "line": 1311, + "line": 1318, "column": 39 } }, "left": { "type": "Identifier", - "start": 47682, - "end": 47685, + "start": 48162, + "end": 48165, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 20 }, "end": { - "line": 1311, + "line": 1318, "column": 23 }, "identifierName": "url" @@ -83171,15 +83585,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 47697, - "end": 47701, + "start": 48177, + "end": 48181, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 35 }, "end": { - "line": 1311, + "line": 1318, "column": 39 }, "identifierName": "Blob" @@ -83190,29 +83604,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 47705, - "end": 47724, + "start": 48185, + "end": 48204, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 43 }, "end": { - "line": 1311, + "line": 1318, "column": 62 } }, "left": { "type": "Identifier", - "start": 47705, - "end": 47708, + "start": 48185, + "end": 48188, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 43 }, "end": { - "line": 1311, + "line": 1318, "column": 46 }, "identifierName": "url" @@ -83222,15 +83636,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 47720, - "end": 47724, + "start": 48200, + "end": 48204, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 58 }, "end": { - "line": 1311, + "line": 1318, "column": 62 }, "identifierName": "File" @@ -83241,87 +83655,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 47726, - "end": 47980, + "start": 48206, + "end": 48460, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 64 }, "end": { - "line": 1316, + "line": 1323, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 47800, - "end": 47835, + "start": 48280, + "end": 48315, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 47800, - "end": 47834, + "start": 48280, + "end": 48314, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 47800, - "end": 47827, + "start": 48280, + "end": 48307, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 47800, - "end": 47817, + "start": 48280, + "end": 48297, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 47800, - "end": 47804, + "start": 48280, + "end": 48284, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 24 } }, @@ -83329,15 +83743,15 @@ }, "property": { "type": "Identifier", - "start": 47805, - "end": 47817, + "start": 48285, + "end": 48297, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 25 }, "end": { - "line": 1313, + "line": 1320, "column": 37 }, "identifierName": "mediaElement" @@ -83349,15 +83763,15 @@ }, "property": { "type": "Identifier", - "start": 47818, - "end": 47827, + "start": 48298, + "end": 48307, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 38 }, "end": { - "line": 1313, + "line": 1320, "column": 47 }, "identifierName": "srcObject" @@ -83369,15 +83783,15 @@ }, "right": { "type": "NullLiteral", - "start": 47830, - "end": 47834, + "start": 48310, + "end": 48314, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 50 }, "end": { - "line": 1313, + "line": 1320, "column": 54 } } @@ -83388,15 +83802,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 47748, - "end": 47779, + "start": 48228, + "end": 48259, "loc": { "start": { - "line": 1312, + "line": 1319, "column": 20 }, "end": { - "line": 1312, + "line": 1319, "column": 51 } } @@ -83406,15 +83820,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47856, - "end": 47892, + "start": 48336, + "end": 48372, "loc": { "start": { - "line": 1314, + "line": 1321, "column": 20 }, "end": { - "line": 1314, + "line": 1321, "column": 56 } } @@ -83423,72 +83837,72 @@ }, { "type": "ExpressionStatement", - "start": 47913, - "end": 47962, + "start": 48393, + "end": 48442, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 47913, - "end": 47961, + "start": 48393, + "end": 48441, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 47913, - "end": 47934, + "start": 48393, + "end": 48414, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 47913, - "end": 47930, + "start": 48393, + "end": 48410, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 47913, - "end": 47917, + "start": 48393, + "end": 48397, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 24 } }, @@ -83496,15 +83910,15 @@ }, "property": { "type": "Identifier", - "start": 47918, - "end": 47930, + "start": 48398, + "end": 48410, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 25 }, "end": { - "line": 1315, + "line": 1322, "column": 37 }, "identifierName": "mediaElement" @@ -83516,15 +83930,15 @@ }, "property": { "type": "Identifier", - "start": 47931, - "end": 47934, + "start": 48411, + "end": 48414, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 38 }, "end": { - "line": 1315, + "line": 1322, "column": 41 }, "identifierName": "src" @@ -83536,43 +83950,43 @@ }, "right": { "type": "CallExpression", - "start": 47937, - "end": 47961, + "start": 48417, + "end": 48441, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 44 }, "end": { - "line": 1315, + "line": 1322, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 47937, - "end": 47956, + "start": 48417, + "end": 48436, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 44 }, "end": { - "line": 1315, + "line": 1322, "column": 63 } }, "object": { "type": "Identifier", - "start": 47937, - "end": 47940, + "start": 48417, + "end": 48420, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 44 }, "end": { - "line": 1315, + "line": 1322, "column": 47 }, "identifierName": "URL" @@ -83581,15 +83995,15 @@ }, "property": { "type": "Identifier", - "start": 47941, - "end": 47956, + "start": 48421, + "end": 48436, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 48 }, "end": { - "line": 1315, + "line": 1322, "column": 63 }, "identifierName": "createObjectURL" @@ -83601,15 +84015,15 @@ "arguments": [ { "type": "Identifier", - "start": 47957, - "end": 47960, + "start": 48437, + "end": 48440, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 64 }, "end": { - "line": 1315, + "line": 1322, "column": 67 }, "identifierName": "url" @@ -83624,15 +84038,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47856, - "end": 47892, + "start": 48336, + "end": 48372, "loc": { "start": { - "line": 1314, + "line": 1321, "column": 20 }, "end": { - "line": 1314, + "line": 1321, "column": 56 } } @@ -83644,58 +84058,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 47986, - "end": 48115, + "start": 48466, + "end": 48595, "loc": { "start": { - "line": 1316, + "line": 1323, "column": 23 }, "end": { - "line": 1319, + "line": 1326, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 48060, - "end": 48097, + "start": 48540, + "end": 48577, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 20 }, "end": { - "line": 1318, + "line": 1325, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 48060, - "end": 48096, + "start": 48540, + "end": 48576, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 20 }, "end": { - "line": 1318, + "line": 1325, "column": 56 } }, "callee": { "type": "Identifier", - "start": 48060, - "end": 48072, + "start": 48540, + "end": 48552, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 20 }, "end": { - "line": 1318, + "line": 1325, "column": 32 }, "identifierName": "setSrcObject" @@ -83706,15 +84120,15 @@ "arguments": [ { "type": "Identifier", - "start": 48073, - "end": 48076, + "start": 48553, + "end": 48556, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 33 }, "end": { - "line": 1318, + "line": 1325, "column": 36 }, "identifierName": "url" @@ -83723,44 +84137,44 @@ }, { "type": "MemberExpression", - "start": 48078, - "end": 48095, + "start": 48558, + "end": 48575, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 38 }, "end": { - "line": 1318, + "line": 1325, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 48078, - "end": 48082, + "start": 48558, + "end": 48562, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 38 }, "end": { - "line": 1318, + "line": 1325, "column": 42 } } }, "property": { "type": "Identifier", - "start": 48083, - "end": 48095, + "start": 48563, + "end": 48575, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 43 }, "end": { - "line": 1318, + "line": 1325, "column": 55 }, "identifierName": "mediaElement" @@ -83776,15 +84190,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 48008, - "end": 48039, + "start": 48488, + "end": 48519, "loc": { "start": { - "line": 1317, + "line": 1324, "column": 20 }, "end": { - "line": 1317, + "line": 1324, "column": 51 } } @@ -83797,15 +84211,15 @@ }, { "type": "BreakStatement", - "start": 48132, - "end": 48138, + "start": 48612, + "end": 48618, "loc": { "start": { - "line": 1320, + "line": 1327, "column": 16 }, "end": { - "line": 1320, + "line": 1327, "column": 22 } }, @@ -83814,15 +84228,15 @@ ], "test": { "type": "Identifier", - "start": 47649, - "end": 47660, + "start": 48129, + "end": 48140, "loc": { "start": { - "line": 1310, + "line": 1317, "column": 17 }, "end": { - "line": 1310, + "line": 1317, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -83840,15 +84254,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 47117, - "end": 47286, + "start": 47597, + "end": 47766, "loc": { "start": { - "line": 1292, + "line": 1299, "column": 4 }, "end": { - "line": 1297, + "line": 1304, "column": 7 } } @@ -83858,15 +84272,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded or\n * converted media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @param {String} type - Type of media to save. Legal values are 'record'\n * (default) and 'convert'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n *\n * // save converted video file as 'bar.mp4'\n * player.record().saveAs({'video': 'bar'}, 'convert');\n * @returns {void}\n ", - "start": 48160, - "end": 48914, + "start": 48640, + "end": 49394, "loc": { "start": { - "line": 1324, + "line": 1331, "column": 4 }, "end": { - "line": 1341, + "line": 1348, "column": 7 } } @@ -83875,15 +84289,15 @@ }, { "type": "ClassMethod", - "start": 48919, - "end": 49264, + "start": 49399, + "end": 49744, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 4 }, "end": { - "line": 1352, + "line": 1359, "column": 5 } }, @@ -83891,15 +84305,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48919, - "end": 48925, + "start": 49399, + "end": 49405, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 4 }, "end": { - "line": 1342, + "line": 1349, "column": 10 }, "identifierName": "saveAs" @@ -83915,15 +84329,15 @@ "params": [ { "type": "Identifier", - "start": 48926, - "end": 48930, + "start": 49406, + "end": 49410, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 11 }, "end": { - "line": 1342, + "line": 1349, "column": 15 }, "identifierName": "name" @@ -83932,29 +84346,29 @@ }, { "type": "AssignmentPattern", - "start": 48932, - "end": 48947, + "start": 49412, + "end": 49427, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 17 }, "end": { - "line": 1342, + "line": 1349, "column": 32 } }, "left": { "type": "Identifier", - "start": 48932, - "end": 48936, + "start": 49412, + "end": 49416, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 17 }, "end": { - "line": 1342, + "line": 1349, "column": 21 }, "identifierName": "type" @@ -83963,15 +84377,15 @@ }, "right": { "type": "StringLiteral", - "start": 48939, - "end": 48947, + "start": 49419, + "end": 49427, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 24 }, "end": { - "line": 1342, + "line": 1349, "column": 32 } }, @@ -83985,58 +84399,58 @@ ], "body": { "type": "BlockStatement", - "start": 48949, - "end": 49264, + "start": 49429, + "end": 49744, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 34 }, "end": { - "line": 1352, + "line": 1359, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 48959, - "end": 49258, + "start": 49439, + "end": 49738, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 8 }, "end": { - "line": 1351, + "line": 1358, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48963, - "end": 48980, + "start": 49443, + "end": 49460, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 12 }, "end": { - "line": 1343, + "line": 1350, "column": 29 } }, "left": { "type": "Identifier", - "start": 48963, - "end": 48967, + "start": 49443, + "end": 49447, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 12 }, "end": { - "line": 1343, + "line": 1350, "column": 16 }, "identifierName": "type" @@ -84046,15 +84460,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48972, - "end": 48980, + "start": 49452, + "end": 49460, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 21 }, "end": { - "line": 1343, + "line": 1350, "column": 29 } }, @@ -84067,87 +84481,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 48982, - "end": 49102, + "start": 49462, + "end": 49582, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 31 }, "end": { - "line": 1347, + "line": 1354, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48996, - "end": 49092, + "start": 49476, + "end": 49572, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 12 }, "end": { - "line": 1346, + "line": 1353, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 49000, - "end": 49033, + "start": 49480, + "end": 49513, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 16 }, "end": { - "line": 1344, + "line": 1351, "column": 49 } }, "left": { "type": "MemberExpression", - "start": 49000, - "end": 49011, + "start": 49480, + "end": 49491, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 16 }, "end": { - "line": 1344, + "line": 1351, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49000, - "end": 49004, + "start": 49480, + "end": 49484, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 16 }, "end": { - "line": 1344, + "line": 1351, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49005, - "end": 49011, + "start": 49485, + "end": 49491, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 21 }, "end": { - "line": 1344, + "line": 1351, "column": 27 }, "identifierName": "engine" @@ -84159,29 +84573,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 49015, - "end": 49033, + "start": 49495, + "end": 49513, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 31 }, "end": { - "line": 1344, + "line": 1351, "column": 49 } }, "left": { "type": "Identifier", - "start": 49015, - "end": 49019, + "start": 49495, + "end": 49499, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 31 }, "end": { - "line": 1344, + "line": 1351, "column": 35 }, "identifierName": "name" @@ -84191,15 +84605,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 49024, - "end": 49033, + "start": 49504, + "end": 49513, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 40 }, "end": { - "line": 1344, + "line": 1351, "column": 49 }, "identifierName": "undefined" @@ -84210,101 +84624,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49035, - "end": 49092, + "start": 49515, + "end": 49572, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 51 }, "end": { - "line": 1346, + "line": 1353, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 49053, - "end": 49078, + "start": 49533, + "end": 49558, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 49053, - "end": 49077, + "start": 49533, + "end": 49557, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 49053, - "end": 49071, + "start": 49533, + "end": 49551, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 49053, - "end": 49064, + "start": 49533, + "end": 49544, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49053, - "end": 49057, + "start": 49533, + "end": 49537, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49058, - "end": 49064, + "start": 49538, + "end": 49544, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 21 }, "end": { - "line": 1345, + "line": 1352, "column": 27 }, "identifierName": "engine" @@ -84315,15 +84729,15 @@ }, "property": { "type": "Identifier", - "start": 49065, - "end": 49071, + "start": 49545, + "end": 49551, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 28 }, "end": { - "line": 1345, + "line": 1352, "column": 34 }, "identifierName": "saveAs" @@ -84335,15 +84749,15 @@ "arguments": [ { "type": "Identifier", - "start": 49072, - "end": 49076, + "start": 49552, + "end": 49556, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 35 }, "end": { - "line": 1345, + "line": 1352, "column": 39 }, "identifierName": "name" @@ -84363,43 +84777,43 @@ }, "alternate": { "type": "IfStatement", - "start": 49108, - "end": 49258, + "start": 49588, + "end": 49738, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 15 }, "end": { - "line": 1351, + "line": 1358, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 49112, - "end": 49130, + "start": 49592, + "end": 49610, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 19 }, "end": { - "line": 1347, + "line": 1354, "column": 37 } }, "left": { "type": "Identifier", - "start": 49112, - "end": 49116, + "start": 49592, + "end": 49596, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 19 }, "end": { - "line": 1347, + "line": 1354, "column": 23 }, "identifierName": "type" @@ -84409,15 +84823,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 49121, - "end": 49130, + "start": 49601, + "end": 49610, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 28 }, "end": { - "line": 1347, + "line": 1354, "column": 37 } }, @@ -84430,87 +84844,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 49132, - "end": 49258, + "start": 49612, + "end": 49738, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 39 }, "end": { - "line": 1351, + "line": 1358, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 49146, - "end": 49248, + "start": 49626, + "end": 49728, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 12 }, "end": { - "line": 1350, + "line": 1357, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 49150, - "end": 49186, + "start": 49630, + "end": 49666, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 16 }, "end": { - "line": 1348, + "line": 1355, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 49150, - "end": 49164, + "start": 49630, + "end": 49644, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 16 }, "end": { - "line": 1348, + "line": 1355, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 49150, - "end": 49154, + "start": 49630, + "end": 49634, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 16 }, "end": { - "line": 1348, + "line": 1355, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49155, - "end": 49164, + "start": 49635, + "end": 49644, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 21 }, "end": { - "line": 1348, + "line": 1355, "column": 30 }, "identifierName": "converter" @@ -84522,29 +84936,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 49168, - "end": 49186, + "start": 49648, + "end": 49666, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 34 }, "end": { - "line": 1348, + "line": 1355, "column": 52 } }, "left": { "type": "Identifier", - "start": 49168, - "end": 49172, + "start": 49648, + "end": 49652, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 34 }, "end": { - "line": 1348, + "line": 1355, "column": 38 }, "identifierName": "name" @@ -84554,15 +84968,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 49177, - "end": 49186, + "start": 49657, + "end": 49666, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 43 }, "end": { - "line": 1348, + "line": 1355, "column": 52 }, "identifierName": "undefined" @@ -84573,101 +84987,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49188, - "end": 49248, + "start": 49668, + "end": 49728, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 54 }, "end": { - "line": 1350, + "line": 1357, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 49206, - "end": 49234, + "start": 49686, + "end": 49714, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 49206, - "end": 49233, + "start": 49686, + "end": 49713, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 49206, - "end": 49227, + "start": 49686, + "end": 49707, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 49206, - "end": 49220, + "start": 49686, + "end": 49700, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 49206, - "end": 49210, + "start": 49686, + "end": 49690, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49211, - "end": 49220, + "start": 49691, + "end": 49700, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 21 }, "end": { - "line": 1349, + "line": 1356, "column": 30 }, "identifierName": "converter" @@ -84678,15 +85092,15 @@ }, "property": { "type": "Identifier", - "start": 49221, - "end": 49227, + "start": 49701, + "end": 49707, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 31 }, "end": { - "line": 1349, + "line": 1356, "column": 37 }, "identifierName": "saveAs" @@ -84698,15 +85112,15 @@ "arguments": [ { "type": "Identifier", - "start": 49228, - "end": 49232, + "start": 49708, + "end": 49712, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 38 }, "end": { - "line": 1349, + "line": 1356, "column": 42 }, "identifierName": "name" @@ -84735,15 +85149,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded or\n * converted media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @param {String} type - Type of media to save. Legal values are 'record'\n * (default) and 'convert'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n *\n * // save converted video file as 'bar.mp4'\n * player.record().saveAs({'video': 'bar'}, 'convert');\n * @returns {void}\n ", - "start": 48160, - "end": 48914, + "start": 48640, + "end": 49394, "loc": { "start": { - "line": 1324, + "line": 1331, "column": 4 }, "end": { - "line": 1341, + "line": 1348, "column": 7 } } @@ -84753,15 +85167,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 49270, - "end": 49411, + "start": 49750, + "end": 49891, "loc": { "start": { - "line": 1354, + "line": 1361, "column": 4 }, "end": { - "line": 1359, + "line": 1366, "column": 7 } } @@ -84770,15 +85184,15 @@ }, { "type": "ClassMethod", - "start": 49416, - "end": 50648, + "start": 49896, + "end": 51128, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 4 }, "end": { - "line": 1400, + "line": 1407, "column": 5 } }, @@ -84786,15 +85200,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 49416, - "end": 49423, + "start": 49896, + "end": 49903, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 4 }, "end": { - "line": 1360, + "line": 1367, "column": 11 }, "identifierName": "dispose" @@ -84810,86 +85224,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 49426, - "end": 50648, + "start": 49906, + "end": 51128, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 14 }, "end": { - "line": 1400, + "line": 1407, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 49478, - "end": 49507, + "start": 49958, + "end": 49987, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 49478, - "end": 49506, + "start": 49958, + "end": 49986, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 49478, - "end": 49493, + "start": 49958, + "end": 49973, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49478, - "end": 49489, + "start": 49958, + "end": 49969, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49478, - "end": 49482, + "start": 49958, + "end": 49962, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 12 } }, @@ -84897,15 +85311,15 @@ }, "property": { "type": "Identifier", - "start": 49483, - "end": 49489, + "start": 49963, + "end": 49969, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 13 }, "end": { - "line": 1362, + "line": 1369, "column": 19 }, "identifierName": "player" @@ -84917,15 +85331,15 @@ }, "property": { "type": "Identifier", - "start": 49490, - "end": 49493, + "start": 49970, + "end": 49973, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 20 }, "end": { - "line": 1362, + "line": 1369, "column": 23 }, "identifierName": "off" @@ -84938,29 +85352,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49494, - "end": 49505, + "start": 49974, + "end": 49985, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 24 }, "end": { - "line": 1362, + "line": 1369, "column": 35 } }, "object": { "type": "Identifier", - "start": 49494, - "end": 49499, + "start": 49974, + "end": 49979, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 24 }, "end": { - "line": 1362, + "line": 1369, "column": 29 }, "identifierName": "Event" @@ -84969,15 +85383,15 @@ }, "property": { "type": "Identifier", - "start": 49500, - "end": 49505, + "start": 49980, + "end": 49985, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 30 }, "end": { - "line": 1362, + "line": 1369, "column": 35 }, "identifierName": "READY" @@ -84993,15 +85407,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 49436, - "end": 49469, + "start": 49916, + "end": 49949, "loc": { "start": { - "line": 1361, + "line": 1368, "column": 8 }, "end": { - "line": 1361, + "line": 1368, "column": 41 } } @@ -85010,86 +85424,86 @@ }, { "type": "ExpressionStatement", - "start": 49516, - "end": 49552, + "start": 49996, + "end": 50032, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 49516, - "end": 49551, + "start": 49996, + "end": 50031, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 49516, - "end": 49531, + "start": 49996, + "end": 50011, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49516, - "end": 49527, + "start": 49996, + "end": 50007, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49516, - "end": 49520, + "start": 49996, + "end": 50000, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49521, - "end": 49527, + "start": 50001, + "end": 50007, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 13 }, "end": { - "line": 1363, + "line": 1370, "column": 19 }, "identifierName": "player" @@ -85100,15 +85514,15 @@ }, "property": { "type": "Identifier", - "start": 49528, - "end": 49531, + "start": 50008, + "end": 50011, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 20 }, "end": { - "line": 1363, + "line": 1370, "column": 23 }, "identifierName": "off" @@ -85120,29 +85534,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49532, - "end": 49550, + "start": 50012, + "end": 50030, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 24 }, "end": { - "line": 1363, + "line": 1370, "column": 42 } }, "object": { "type": "Identifier", - "start": 49532, - "end": 49537, + "start": 50012, + "end": 50017, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 24 }, "end": { - "line": 1363, + "line": 1370, "column": 29 }, "identifierName": "Event" @@ -85151,15 +85565,15 @@ }, "property": { "type": "Identifier", - "start": 49538, - "end": 49550, + "start": 50018, + "end": 50030, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 30 }, "end": { - "line": 1363, + "line": 1370, "column": 42 }, "identifierName": "USERINACTIVE" @@ -85173,86 +85587,86 @@ }, { "type": "ExpressionStatement", - "start": 49561, - "end": 49599, + "start": 50041, + "end": 50079, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 49561, - "end": 49598, + "start": 50041, + "end": 50078, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 49561, - "end": 49576, + "start": 50041, + "end": 50056, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49561, - "end": 49572, + "start": 50041, + "end": 50052, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49561, - "end": 49565, + "start": 50041, + "end": 50045, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49566, - "end": 49572, + "start": 50046, + "end": 50052, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 13 }, "end": { - "line": 1364, + "line": 1371, "column": 19 }, "identifierName": "player" @@ -85263,15 +85677,15 @@ }, "property": { "type": "Identifier", - "start": 49573, - "end": 49576, + "start": 50053, + "end": 50056, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 20 }, "end": { - "line": 1364, + "line": 1371, "column": 23 }, "identifierName": "off" @@ -85283,29 +85697,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49577, - "end": 49597, + "start": 50057, + "end": 50077, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 24 }, "end": { - "line": 1364, + "line": 1371, "column": 44 } }, "object": { "type": "Identifier", - "start": 49577, - "end": 49582, + "start": 50057, + "end": 50062, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 24 }, "end": { - "line": 1364, + "line": 1371, "column": 29 }, "identifierName": "Event" @@ -85314,15 +85728,15 @@ }, "property": { "type": "Identifier", - "start": 49583, - "end": 49597, + "start": 50063, + "end": 50077, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 30 }, "end": { - "line": 1364, + "line": 1371, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -85337,15 +85751,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49609, - "end": 49657, + "start": 50089, + "end": 50137, "loc": { "start": { - "line": 1366, + "line": 1373, "column": 8 }, "end": { - "line": 1366, + "line": 1373, "column": 56 } } @@ -85354,43 +85768,43 @@ }, { "type": "IfStatement", - "start": 49666, - "end": 49841, + "start": 50146, + "end": 50321, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 8 }, "end": { - "line": 1371, + "line": 1378, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 49670, - "end": 49681, + "start": 50150, + "end": 50161, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 12 }, "end": { - "line": 1367, + "line": 1374, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49670, - "end": 49674, + "start": 50150, + "end": 50154, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 12 }, "end": { - "line": 1367, + "line": 1374, "column": 16 } }, @@ -85398,15 +85812,15 @@ }, "property": { "type": "Identifier", - "start": 49675, - "end": 49681, + "start": 50155, + "end": 50161, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 17 }, "end": { - "line": 1367, + "line": 1374, "column": 23 }, "identifierName": "engine" @@ -85418,101 +85832,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49683, - "end": 49841, + "start": 50163, + "end": 50321, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 25 }, "end": { - "line": 1371, + "line": 1378, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 49697, - "end": 49719, + "start": 50177, + "end": 50199, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 49697, - "end": 49718, + "start": 50177, + "end": 50198, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 49697, - "end": 49716, + "start": 50177, + "end": 50196, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 49697, - "end": 49708, + "start": 50177, + "end": 50188, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49697, - "end": 49701, + "start": 50177, + "end": 50181, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49702, - "end": 49708, + "start": 50182, + "end": 50188, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 17 }, "end": { - "line": 1368, + "line": 1375, "column": 23 }, "identifierName": "engine" @@ -85523,15 +85937,15 @@ }, "property": { "type": "Identifier", - "start": 49709, - "end": 49716, + "start": 50189, + "end": 50196, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 24 }, "end": { - "line": 1368, + "line": 1375, "column": 31 }, "identifierName": "dispose" @@ -85545,86 +85959,86 @@ }, { "type": "ExpressionStatement", - "start": 49732, - "end": 49754, + "start": 50212, + "end": 50234, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 49732, - "end": 49753, + "start": 50212, + "end": 50233, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 49732, - "end": 49751, + "start": 50212, + "end": 50231, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 49732, - "end": 49743, + "start": 50212, + "end": 50223, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49732, - "end": 49736, + "start": 50212, + "end": 50216, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49737, - "end": 49743, + "start": 50217, + "end": 50223, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 17 }, "end": { - "line": 1369, + "line": 1376, "column": 23 }, "identifierName": "engine" @@ -85635,15 +86049,15 @@ }, "property": { "type": "Identifier", - "start": 49744, - "end": 49751, + "start": 50224, + "end": 50231, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 24 }, "end": { - "line": 1369, + "line": 1376, "column": 31 }, "identifierName": "destroy" @@ -85657,86 +86071,86 @@ }, { "type": "ExpressionStatement", - "start": 49767, - "end": 49831, + "start": 50247, + "end": 50311, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 49767, - "end": 49830, + "start": 50247, + "end": 50310, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 49767, - "end": 49782, + "start": 50247, + "end": 50262, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 49767, - "end": 49778, + "start": 50247, + "end": 50258, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49767, - "end": 49771, + "start": 50247, + "end": 50251, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49772, - "end": 49778, + "start": 50252, + "end": 50258, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 17 }, "end": { - "line": 1370, + "line": 1377, "column": 23 }, "identifierName": "engine" @@ -85747,15 +86161,15 @@ }, "property": { "type": "Identifier", - "start": 49779, - "end": 49782, + "start": 50259, + "end": 50262, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 24 }, "end": { - "line": 1370, + "line": 1377, "column": 27 }, "identifierName": "off" @@ -85767,29 +86181,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49783, - "end": 49804, + "start": 50263, + "end": 50284, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 28 }, "end": { - "line": 1370, + "line": 1377, "column": 49 } }, "object": { "type": "Identifier", - "start": 49783, - "end": 49788, + "start": 50263, + "end": 50268, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 28 }, "end": { - "line": 1370, + "line": 1377, "column": 33 }, "identifierName": "Event" @@ -85798,15 +86212,15 @@ }, "property": { "type": "Identifier", - "start": 49789, - "end": 49804, + "start": 50269, + "end": 50284, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 34 }, "end": { - "line": 1370, + "line": 1377, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -85817,44 +86231,44 @@ }, { "type": "MemberExpression", - "start": 49806, - "end": 49829, + "start": 50286, + "end": 50309, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 51 }, "end": { - "line": 1370, + "line": 1377, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 49806, - "end": 49810, + "start": 50286, + "end": 50290, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 51 }, "end": { - "line": 1370, + "line": 1377, "column": 55 } } }, "property": { "type": "Identifier", - "start": 49811, - "end": 49829, + "start": 50291, + "end": 50309, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 56 }, "end": { - "line": 1370, + "line": 1377, "column": 74 }, "identifierName": "engineStopCallback" @@ -85875,15 +86289,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49609, - "end": 49657, + "start": 50089, + "end": 50137, "loc": { "start": { - "line": 1366, + "line": 1373, "column": 8 }, "end": { - "line": 1366, + "line": 1373, "column": 56 } } @@ -85893,15 +86307,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49851, - "end": 49879, + "start": 50331, + "end": 50359, "loc": { "start": { - "line": 1373, + "line": 1380, "column": 8 }, "end": { - "line": 1373, + "line": 1380, "column": 36 } } @@ -85910,57 +86324,57 @@ }, { "type": "ExpressionStatement", - "start": 49888, - "end": 49900, + "start": 50368, + "end": 50380, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 49888, - "end": 49899, + "start": 50368, + "end": 50379, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 49888, - "end": 49897, + "start": 50368, + "end": 50377, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 49888, - "end": 49892, + "start": 50368, + "end": 50372, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 12 } }, @@ -85968,15 +86382,15 @@ }, "property": { "type": "Identifier", - "start": 49893, - "end": 49897, + "start": 50373, + "end": 50377, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 13 }, "end": { - "line": 1374, + "line": 1381, "column": 17 }, "identifierName": "stop" @@ -85993,15 +86407,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49851, - "end": 49879, + "start": 50331, + "end": 50359, "loc": { "start": { - "line": 1373, + "line": 1380, "column": 8 }, "end": { - "line": 1373, + "line": 1380, "column": 36 } } @@ -86010,72 +86424,72 @@ }, { "type": "ExpressionStatement", - "start": 49909, - "end": 49927, + "start": 50389, + "end": 50407, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 49909, - "end": 49926, + "start": 50389, + "end": 50406, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 49909, - "end": 49924, + "start": 50389, + "end": 50404, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49909, - "end": 49913, + "start": 50389, + "end": 50393, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49914, - "end": 49924, + "start": 50394, + "end": 50404, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 13 }, "end": { - "line": 1375, + "line": 1382, "column": 23 }, "identifierName": "stopDevice" @@ -86090,15 +86504,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49937, - "end": 49965, + "start": 50417, + "end": 50445, "loc": { "start": { - "line": 1377, + "line": 1384, "column": 8 }, "end": { - "line": 1377, + "line": 1384, "column": 36 } } @@ -86107,57 +86521,57 @@ }, { "type": "ExpressionStatement", - "start": 49974, - "end": 49997, + "start": 50454, + "end": 50477, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 49974, - "end": 49996, + "start": 50454, + "end": 50476, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 49974, - "end": 49994, + "start": 50454, + "end": 50474, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 49974, - "end": 49978, + "start": 50454, + "end": 50458, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 12 } }, @@ -86165,15 +86579,15 @@ }, "property": { "type": "Identifier", - "start": 49979, - "end": 49994, + "start": 50459, + "end": 50474, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 13 }, "end": { - "line": 1378, + "line": 1385, "column": 28 }, "identifierName": "removeRecording" @@ -86190,15 +86604,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49937, - "end": 49965, + "start": 50417, + "end": 50445, "loc": { "start": { - "line": 1377, + "line": 1384, "column": 8 }, "end": { - "line": 1377, + "line": 1384, "column": 36 } } @@ -86208,15 +86622,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50007, - "end": 50024, + "start": 50487, + "end": 50504, "loc": { "start": { - "line": 1380, + "line": 1387, "column": 8 }, "end": { - "line": 1380, + "line": 1387, "column": 25 } } @@ -86225,71 +86639,71 @@ }, { "type": "ExpressionStatement", - "start": 50033, - "end": 50075, + "start": 50513, + "end": 50555, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 50033, - "end": 50074, + "start": 50513, + "end": 50554, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 50033, - "end": 50058, + "start": 50513, + "end": 50538, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 50033, - "end": 50044, + "start": 50513, + "end": 50524, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50033, - "end": 50037, + "start": 50513, + "end": 50517, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 12 } }, @@ -86297,15 +86711,15 @@ }, "property": { "type": "Identifier", - "start": 50038, - "end": 50044, + "start": 50518, + "end": 50524, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 13 }, "end": { - "line": 1381, + "line": 1388, "column": 19 }, "identifierName": "player" @@ -86317,15 +86731,15 @@ }, "property": { "type": "Identifier", - "start": 50045, - "end": 50058, + "start": 50525, + "end": 50538, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 20 }, "end": { - "line": 1381, + "line": 1388, "column": 33 }, "identifierName": "clearInterval" @@ -86338,44 +86752,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 50059, - "end": 50073, + "start": 50539, + "end": 50553, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 34 }, "end": { - "line": 1381, + "line": 1388, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 50059, - "end": 50063, + "start": 50539, + "end": 50543, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 34 }, "end": { - "line": 1381, + "line": 1388, "column": 38 } } }, "property": { "type": "Identifier", - "start": 50064, - "end": 50073, + "start": 50544, + "end": 50553, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 39 }, "end": { - "line": 1381, + "line": 1388, "column": 48 }, "identifierName": "countDown" @@ -86391,15 +86805,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50007, - "end": 50024, + "start": 50487, + "end": 50504, "loc": { "start": { - "line": 1380, + "line": 1387, "column": 8 }, "end": { - "line": 1380, + "line": 1387, "column": 25 } } @@ -86409,15 +86823,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 50085, - "end": 50109, + "start": 50565, + "end": 50589, "loc": { "start": { - "line": 1383, + "line": 1390, "column": 8 }, "end": { - "line": 1383, + "line": 1390, "column": 32 } } @@ -86426,71 +86840,71 @@ }, { "type": "IfStatement", - "start": 50118, - "end": 50588, + "start": 50598, + "end": 51068, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 8 }, "end": { - "line": 1395, + "line": 1402, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 50122, - "end": 50157, + "start": 50602, + "end": 50637, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 47 } }, "left": { "type": "CallExpression", - "start": 50122, - "end": 50142, + "start": 50602, + "end": 50622, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 50122, - "end": 50140, + "start": 50602, + "end": 50620, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 50122, - "end": 50126, + "start": 50602, + "end": 50606, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 16 } }, @@ -86498,15 +86912,15 @@ }, "property": { "type": "Identifier", - "start": 50127, - "end": 50140, + "start": 50607, + "end": 50620, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 17 }, "end": { - "line": 1384, + "line": 1391, "column": 30 }, "identifierName": "getRecordType" @@ -86522,15 +86936,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 50147, - "end": 50157, + "start": 50627, + "end": 50637, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 37 }, "end": { - "line": 1384, + "line": 1391, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -86541,73 +86955,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 50159, - "end": 50294, + "start": 50639, + "end": 50774, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 49 }, "end": { - "line": 1389, + "line": 1396, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 50173, - "end": 50284, + "start": 50653, + "end": 50764, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 12 }, "end": { - "line": 1388, + "line": 1395, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 50177, - "end": 50188, + "start": 50657, + "end": 50668, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 16 }, "end": { - "line": 1385, + "line": 1392, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 50177, - "end": 50181, + "start": 50657, + "end": 50661, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 16 }, "end": { - "line": 1385, + "line": 1392, "column": 20 } } }, "property": { "type": "Identifier", - "start": 50182, - "end": 50188, + "start": 50662, + "end": 50668, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 21 }, "end": { - "line": 1385, + "line": 1392, "column": 27 }, "identifierName": "surfer" @@ -86618,86 +87032,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 50190, - "end": 50284, + "start": 50670, + "end": 50764, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 29 }, "end": { - "line": 1388, + "line": 1395, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 50248, - "end": 50270, + "start": 50728, + "end": 50750, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 50248, - "end": 50269, + "start": 50728, + "end": 50749, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 50248, - "end": 50267, + "start": 50728, + "end": 50747, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 50248, - "end": 50259, + "start": 50728, + "end": 50739, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 50248, - "end": 50252, + "start": 50728, + "end": 50732, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 20 } }, @@ -86705,15 +87119,15 @@ }, "property": { "type": "Identifier", - "start": 50253, - "end": 50259, + "start": 50733, + "end": 50739, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 21 }, "end": { - "line": 1387, + "line": 1394, "column": 27 }, "identifierName": "surfer" @@ -86725,15 +87139,15 @@ }, "property": { "type": "Identifier", - "start": 50260, - "end": 50267, + "start": 50740, + "end": 50747, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 28 }, "end": { - "line": 1387, + "line": 1394, "column": 35 }, "identifierName": "destroy" @@ -86750,15 +87164,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 50208, - "end": 50231, + "start": 50688, + "end": 50711, "loc": { "start": { - "line": 1386, + "line": 1393, "column": 16 }, "end": { - "line": 1386, + "line": 1393, "column": 39 } } @@ -86775,86 +87189,86 @@ }, "alternate": { "type": "IfStatement", - "start": 50300, - "end": 50588, + "start": 50780, + "end": 51068, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 15 }, "end": { - "line": 1395, + "line": 1402, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 50304, - "end": 50339, + "start": 50784, + "end": 50819, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 54 } }, "left": { "type": "CallExpression", - "start": 50304, - "end": 50324, + "start": 50784, + "end": 50804, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 50304, - "end": 50322, + "start": 50784, + "end": 50802, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 50304, - "end": 50308, + "start": 50784, + "end": 50788, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 23 } } }, "property": { "type": "Identifier", - "start": 50309, - "end": 50322, + "start": 50789, + "end": 50802, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 24 }, "end": { - "line": 1389, + "line": 1396, "column": 37 }, "identifierName": "getRecordType" @@ -86868,15 +87282,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 50329, - "end": 50339, + "start": 50809, + "end": 50819, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 44 }, "end": { - "line": 1389, + "line": 1396, "column": 54 }, "identifierName": "IMAGE_ONLY" @@ -86886,87 +87300,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 50341, - "end": 50588, + "start": 50821, + "end": 51068, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 56 }, "end": { - "line": 1395, + "line": 1402, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 50355, - "end": 50578, + "start": 50835, + "end": 51058, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 12 }, "end": { - "line": 1394, + "line": 1401, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 50359, - "end": 50406, + "start": 50839, + "end": 50886, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 16 }, "end": { - "line": 1390, + "line": 1397, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 50359, - "end": 50376, + "start": 50839, + "end": 50856, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 16 }, "end": { - "line": 1390, + "line": 1397, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 50359, - "end": 50363, + "start": 50839, + "end": 50843, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 16 }, "end": { - "line": 1390, + "line": 1397, "column": 20 } } }, "property": { "type": "Identifier", - "start": 50364, - "end": 50376, + "start": 50844, + "end": 50856, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 21 }, "end": { - "line": 1390, + "line": 1397, "column": 33 }, "identifierName": "mediaElement" @@ -86978,44 +87392,44 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 50380, - "end": 50406, + "start": 50860, + "end": 50886, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 37 }, "end": { - "line": 1390, + "line": 1397, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 50380, - "end": 50384, + "start": 50860, + "end": 50864, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 37 }, "end": { - "line": 1390, + "line": 1397, "column": 41 } } }, "property": { "type": "Identifier", - "start": 50385, - "end": 50406, + "start": 50865, + "end": 50886, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 42 }, "end": { - "line": 1390, + "line": 1397, "column": 63 }, "identifierName": "streamVisibleCallback" @@ -87027,86 +87441,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 50408, - "end": 50578, + "start": 50888, + "end": 51058, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 65 }, "end": { - "line": 1394, + "line": 1401, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 50463, - "end": 50564, + "start": 50943, + "end": 51044, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1393, + "line": 1400, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 50463, - "end": 50563, + "start": 50943, + "end": 51043, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1393, + "line": 1400, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 50463, - "end": 50500, + "start": 50943, + "end": 50980, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1392, + "line": 1399, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 50463, - "end": 50480, + "start": 50943, + "end": 50960, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1392, + "line": 1399, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 50463, - "end": 50467, + "start": 50943, + "end": 50947, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1392, + "line": 1399, "column": 20 } }, @@ -87114,15 +87528,15 @@ }, "property": { "type": "Identifier", - "start": 50468, - "end": 50480, + "start": 50948, + "end": 50960, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 21 }, "end": { - "line": 1392, + "line": 1399, "column": 33 }, "identifierName": "mediaElement" @@ -87134,15 +87548,15 @@ }, "property": { "type": "Identifier", - "start": 50481, - "end": 50500, + "start": 50961, + "end": 50980, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 34 }, "end": { - "line": 1392, + "line": 1399, "column": 53 }, "identifierName": "removeEventListener" @@ -87155,29 +87569,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50501, - "end": 50514, + "start": 50981, + "end": 50994, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 54 }, "end": { - "line": 1392, + "line": 1399, "column": 67 } }, "object": { "type": "Identifier", - "start": 50501, - "end": 50506, + "start": 50981, + "end": 50986, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 54 }, "end": { - "line": 1392, + "line": 1399, "column": 59 }, "identifierName": "Event" @@ -87186,15 +87600,15 @@ }, "property": { "type": "Identifier", - "start": 50507, - "end": 50514, + "start": 50987, + "end": 50994, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 60 }, "end": { - "line": 1392, + "line": 1399, "column": 67 }, "identifierName": "PLAYING" @@ -87205,44 +87619,44 @@ }, { "type": "MemberExpression", - "start": 50536, - "end": 50562, + "start": 51016, + "end": 51042, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 20 }, "end": { - "line": 1393, + "line": 1400, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 50536, - "end": 50540, + "start": 51016, + "end": 51020, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 20 }, "end": { - "line": 1393, + "line": 1400, "column": 24 } } }, "property": { "type": "Identifier", - "start": 50541, - "end": 50562, + "start": 51021, + "end": 51042, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 25 }, "end": { - "line": 1393, + "line": 1400, "column": 46 }, "identifierName": "streamVisibleCallback" @@ -87258,15 +87672,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 50426, - "end": 50446, + "start": 50906, + "end": 50926, "loc": { "start": { - "line": 1391, + "line": 1398, "column": 16 }, "end": { - "line": 1391, + "line": 1398, "column": 36 } } @@ -87287,15 +87701,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 50085, - "end": 50109, + "start": 50565, + "end": 50589, "loc": { "start": { - "line": 1383, + "line": 1390, "column": 8 }, "end": { - "line": 1383, + "line": 1390, "column": 32 } } @@ -87304,72 +87718,72 @@ }, { "type": "ExpressionStatement", - "start": 50598, - "end": 50616, + "start": 51078, + "end": 51096, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 50598, - "end": 50615, + "start": 51078, + "end": 51095, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 50598, - "end": 50613, + "start": 51078, + "end": 51093, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50598, - "end": 50602, + "start": 51078, + "end": 51082, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50603, - "end": 50613, + "start": 51083, + "end": 51093, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 13 }, "end": { - "line": 1397, + "line": 1404, "column": 23 }, "identifierName": "resetState" @@ -87383,72 +87797,72 @@ }, { "type": "ExpressionStatement", - "start": 50626, - "end": 50642, + "start": 51106, + "end": 51122, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 50626, - "end": 50641, + "start": 51106, + "end": 51121, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 50626, - "end": 50639, + "start": 51106, + "end": 51119, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 21 } }, "object": { "type": "Super", - "start": 50626, - "end": 50631, + "start": 51106, + "end": 51111, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 13 } } }, "property": { "type": "Identifier", - "start": 50632, - "end": 50639, + "start": 51112, + "end": 51119, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 14 }, "end": { - "line": 1399, + "line": 1406, "column": 21 }, "identifierName": "dispose" @@ -87468,15 +87882,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 49270, - "end": 49411, + "start": 49750, + "end": 49891, "loc": { "start": { - "line": 1354, + "line": 1361, "column": 4 }, "end": { - "line": 1359, + "line": 1366, "column": 7 } } @@ -87486,15 +87900,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50654, - "end": 50722, + "start": 51134, + "end": 51202, "loc": { "start": { - "line": 1402, + "line": 1409, "column": 4 }, "end": { - "line": 1404, + "line": 1411, "column": 7 } } @@ -87503,15 +87917,15 @@ }, { "type": "ClassMethod", - "start": 50727, - "end": 50775, + "start": 51207, + "end": 51255, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 4 }, "end": { - "line": 1407, + "line": 1414, "column": 5 } }, @@ -87519,15 +87933,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50727, - "end": 50734, + "start": 51207, + "end": 51214, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 4 }, "end": { - "line": 1405, + "line": 1412, "column": 11 }, "identifierName": "destroy" @@ -87543,101 +87957,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50737, - "end": 50775, + "start": 51217, + "end": 51255, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 14 }, "end": { - "line": 1407, + "line": 1414, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 50747, - "end": 50769, + "start": 51227, + "end": 51249, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 50747, - "end": 50768, + "start": 51227, + "end": 51248, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 50747, - "end": 50766, + "start": 51227, + "end": 51246, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 50747, - "end": 50758, + "start": 51227, + "end": 51238, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50747, - "end": 50751, + "start": 51227, + "end": 51231, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50752, - "end": 50758, + "start": 51232, + "end": 51238, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 13 }, "end": { - "line": 1406, + "line": 1413, "column": 19 }, "identifierName": "player" @@ -87648,15 +88062,15 @@ }, "property": { "type": "Identifier", - "start": 50759, - "end": 50766, + "start": 51239, + "end": 51246, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 20 }, "end": { - "line": 1406, + "line": 1413, "column": 27 }, "identifierName": "dispose" @@ -87676,15 +88090,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50654, - "end": 50722, + "start": 51134, + "end": 51202, "loc": { "start": { - "line": 1402, + "line": 1409, "column": 4 }, "end": { - "line": 1404, + "line": 1411, "column": 7 } } @@ -87694,15 +88108,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50781, - "end": 50817, + "start": 51261, + "end": 51297, "loc": { "start": { - "line": 1409, + "line": 1416, "column": 4 }, "end": { - "line": 1411, + "line": 1418, "column": 7 } } @@ -87711,15 +88125,15 @@ }, { "type": "ClassMethod", - "start": 50822, - "end": 52567, + "start": 51302, + "end": 53047, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 4 }, "end": { - "line": 1474, + "line": 1481, "column": 5 } }, @@ -87727,15 +88141,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50822, - "end": 50827, + "start": 51302, + "end": 51307, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 4 }, "end": { - "line": 1412, + "line": 1419, "column": 9 }, "identifierName": "reset" @@ -87751,58 +88165,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50830, - "end": 52567, + "start": 51310, + "end": 53047, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 12 }, "end": { - "line": 1474, + "line": 1481, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 50897, - "end": 51037, + "start": 51377, + "end": 51517, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 8 }, "end": { - "line": 1417, + "line": 1424, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 50901, - "end": 50912, + "start": 51381, + "end": 51392, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 12 }, "end": { - "line": 1414, + "line": 1421, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50901, - "end": 50905, + "start": 51381, + "end": 51385, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 12 }, "end": { - "line": 1414, + "line": 1421, "column": 16 } }, @@ -87810,15 +88224,15 @@ }, "property": { "type": "Identifier", - "start": 50906, - "end": 50912, + "start": 51386, + "end": 51392, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 17 }, "end": { - "line": 1414, + "line": 1421, "column": 23 }, "identifierName": "engine" @@ -87830,101 +88244,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 50914, - "end": 51037, + "start": 51394, + "end": 51517, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 25 }, "end": { - "line": 1417, + "line": 1424, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50928, - "end": 50950, + "start": 51408, + "end": 51430, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 50928, - "end": 50949, + "start": 51408, + "end": 51429, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 50928, - "end": 50947, + "start": 51408, + "end": 51427, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 50928, - "end": 50939, + "start": 51408, + "end": 51419, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50928, - "end": 50932, + "start": 51408, + "end": 51412, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50933, - "end": 50939, + "start": 51413, + "end": 51419, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 17 }, "end": { - "line": 1415, + "line": 1422, "column": 23 }, "identifierName": "engine" @@ -87935,15 +88349,15 @@ }, "property": { "type": "Identifier", - "start": 50940, - "end": 50947, + "start": 51420, + "end": 51427, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 24 }, "end": { - "line": 1415, + "line": 1422, "column": 31 }, "identifierName": "dispose" @@ -87957,86 +88371,86 @@ }, { "type": "ExpressionStatement", - "start": 50963, - "end": 51027, + "start": 51443, + "end": 51507, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 50963, - "end": 51026, + "start": 51443, + "end": 51506, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 50963, - "end": 50978, + "start": 51443, + "end": 51458, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 50963, - "end": 50974, + "start": 51443, + "end": 51454, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50963, - "end": 50967, + "start": 51443, + "end": 51447, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50968, - "end": 50974, + "start": 51448, + "end": 51454, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 17 }, "end": { - "line": 1416, + "line": 1423, "column": 23 }, "identifierName": "engine" @@ -88047,15 +88461,15 @@ }, "property": { "type": "Identifier", - "start": 50975, - "end": 50978, + "start": 51455, + "end": 51458, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 24 }, "end": { - "line": 1416, + "line": 1423, "column": 27 }, "identifierName": "off" @@ -88067,29 +88481,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50979, - "end": 51000, + "start": 51459, + "end": 51480, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 28 }, "end": { - "line": 1416, + "line": 1423, "column": 49 } }, "object": { "type": "Identifier", - "start": 50979, - "end": 50984, + "start": 51459, + "end": 51464, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 28 }, "end": { - "line": 1416, + "line": 1423, "column": 33 }, "identifierName": "Event" @@ -88098,15 +88512,15 @@ }, "property": { "type": "Identifier", - "start": 50985, - "end": 51000, + "start": 51465, + "end": 51480, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 34 }, "end": { - "line": 1416, + "line": 1423, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -88117,44 +88531,44 @@ }, { "type": "MemberExpression", - "start": 51002, - "end": 51025, + "start": 51482, + "end": 51505, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 51 }, "end": { - "line": 1416, + "line": 1423, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 51002, - "end": 51006, + "start": 51482, + "end": 51486, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 51 }, "end": { - "line": 1416, + "line": 1423, "column": 55 } } }, "property": { "type": "Identifier", - "start": 51007, - "end": 51025, + "start": 51487, + "end": 51505, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 56 }, "end": { - "line": 1416, + "line": 1423, "column": 74 }, "identifierName": "engineStopCallback" @@ -88175,15 +88589,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 50840, - "end": 50888, + "start": 51320, + "end": 51368, "loc": { "start": { - "line": 1413, + "line": 1420, "column": 8 }, "end": { - "line": 1413, + "line": 1420, "column": 56 } } @@ -88193,15 +88607,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 51047, - "end": 51075, + "start": 51527, + "end": 51555, "loc": { "start": { - "line": 1419, + "line": 1426, "column": 8 }, "end": { - "line": 1419, + "line": 1426, "column": 36 } } @@ -88210,57 +88624,57 @@ }, { "type": "ExpressionStatement", - "start": 51084, - "end": 51096, + "start": 51564, + "end": 51576, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 51084, - "end": 51095, + "start": 51564, + "end": 51575, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 51084, - "end": 51093, + "start": 51564, + "end": 51573, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 51084, - "end": 51088, + "start": 51564, + "end": 51568, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 12 } }, @@ -88268,15 +88682,15 @@ }, "property": { "type": "Identifier", - "start": 51089, - "end": 51093, + "start": 51569, + "end": 51573, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 13 }, "end": { - "line": 1420, + "line": 1427, "column": 17 }, "identifierName": "stop" @@ -88293,15 +88707,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 51047, - "end": 51075, + "start": 51527, + "end": 51555, "loc": { "start": { - "line": 1419, + "line": 1426, "column": 8 }, "end": { - "line": 1419, + "line": 1426, "column": 36 } } @@ -88310,72 +88724,72 @@ }, { "type": "ExpressionStatement", - "start": 51105, - "end": 51123, + "start": 51585, + "end": 51603, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 51105, - "end": 51122, + "start": 51585, + "end": 51602, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 51105, - "end": 51120, + "start": 51585, + "end": 51600, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51105, - "end": 51109, + "start": 51585, + "end": 51589, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 12 } } }, "property": { "type": "Identifier", - "start": 51110, - "end": 51120, + "start": 51590, + "end": 51600, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 13 }, "end": { - "line": 1421, + "line": 1428, "column": 23 }, "identifierName": "stopDevice" @@ -88390,15 +88804,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 51133, - "end": 51150, + "start": 51613, + "end": 51630, "loc": { "start": { - "line": 1423, + "line": 1430, "column": 8 }, "end": { - "line": 1423, + "line": 1430, "column": 25 } } @@ -88407,71 +88821,71 @@ }, { "type": "ExpressionStatement", - "start": 51159, - "end": 51201, + "start": 51639, + "end": 51681, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 51159, - "end": 51200, + "start": 51639, + "end": 51680, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 51159, - "end": 51184, + "start": 51639, + "end": 51664, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 51159, - "end": 51170, + "start": 51639, + "end": 51650, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 51159, - "end": 51163, + "start": 51639, + "end": 51643, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 12 } }, @@ -88479,15 +88893,15 @@ }, "property": { "type": "Identifier", - "start": 51164, - "end": 51170, + "start": 51644, + "end": 51650, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 13 }, "end": { - "line": 1424, + "line": 1431, "column": 19 }, "identifierName": "player" @@ -88499,15 +88913,15 @@ }, "property": { "type": "Identifier", - "start": 51171, - "end": 51184, + "start": 51651, + "end": 51664, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 20 }, "end": { - "line": 1424, + "line": 1431, "column": 33 }, "identifierName": "clearInterval" @@ -88520,44 +88934,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51185, - "end": 51199, + "start": 51665, + "end": 51679, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 34 }, "end": { - "line": 1424, + "line": 1431, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 51185, - "end": 51189, + "start": 51665, + "end": 51669, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 34 }, "end": { - "line": 1424, + "line": 1431, "column": 38 } } }, "property": { "type": "Identifier", - "start": 51190, - "end": 51199, + "start": 51670, + "end": 51679, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 39 }, "end": { - "line": 1424, + "line": 1431, "column": 48 }, "identifierName": "countDown" @@ -88573,15 +88987,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 51133, - "end": 51150, + "start": 51613, + "end": 51630, "loc": { "start": { - "line": 1423, + "line": 1430, "column": 8 }, "end": { - "line": 1423, + "line": 1430, "column": 25 } } @@ -88591,15 +89005,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51211, - "end": 51239, + "start": 51691, + "end": 51719, "loc": { "start": { - "line": 1426, + "line": 1433, "column": 8 }, "end": { - "line": 1426, + "line": 1433, "column": 36 } } @@ -88608,57 +89022,57 @@ }, { "type": "ExpressionStatement", - "start": 51248, - "end": 51271, + "start": 51728, + "end": 51751, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 51248, - "end": 51270, + "start": 51728, + "end": 51750, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 51248, - "end": 51268, + "start": 51728, + "end": 51748, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 51248, - "end": 51252, + "start": 51728, + "end": 51732, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 12 } }, @@ -88666,15 +89080,15 @@ }, "property": { "type": "Identifier", - "start": 51253, - "end": 51268, + "start": 51733, + "end": 51748, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 13 }, "end": { - "line": 1427, + "line": 1434, "column": 28 }, "identifierName": "removeRecording" @@ -88691,15 +89105,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51211, - "end": 51239, + "start": 51691, + "end": 51719, "loc": { "start": { - "line": 1426, + "line": 1433, "column": 8 }, "end": { - "line": 1426, + "line": 1433, "column": 36 } } @@ -88709,15 +89123,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51281, - "end": 51297, + "start": 51761, + "end": 51777, "loc": { "start": { - "line": 1429, + "line": 1436, "column": 8 }, "end": { - "line": 1429, + "line": 1436, "column": 24 } } @@ -88726,57 +89140,57 @@ }, { "type": "ExpressionStatement", - "start": 51306, - "end": 51325, + "start": 51786, + "end": 51805, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 51306, - "end": 51324, + "start": 51786, + "end": 51804, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 51306, - "end": 51322, + "start": 51786, + "end": 51802, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 51306, - "end": 51310, + "start": 51786, + "end": 51790, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 12 } }, @@ -88784,15 +89198,15 @@ }, "property": { "type": "Identifier", - "start": 51311, - "end": 51322, + "start": 51791, + "end": 51802, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 13 }, "end": { - "line": 1430, + "line": 1437, "column": 24 }, "identifierName": "loadOptions" @@ -88809,15 +89223,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51281, - "end": 51297, + "start": 51761, + "end": 51777, "loc": { "start": { - "line": 1429, + "line": 1436, "column": 8 }, "end": { - "line": 1429, + "line": 1436, "column": 24 } } @@ -88827,15 +89241,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51335, - "end": 51358, + "start": 51815, + "end": 51838, "loc": { "start": { - "line": 1432, + "line": 1439, "column": 8 }, "end": { - "line": 1432, + "line": 1439, "column": 31 } } @@ -88844,57 +89258,57 @@ }, { "type": "ExpressionStatement", - "start": 51367, - "end": 51385, + "start": 51847, + "end": 51865, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 51367, - "end": 51384, + "start": 51847, + "end": 51864, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 51367, - "end": 51382, + "start": 51847, + "end": 51862, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51367, - "end": 51371, + "start": 51847, + "end": 51851, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 12 } }, @@ -88902,15 +89316,15 @@ }, "property": { "type": "Identifier", - "start": 51372, - "end": 51382, + "start": 51852, + "end": 51862, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 13 }, "end": { - "line": 1433, + "line": 1440, "column": 23 }, "identifierName": "resetState" @@ -88927,15 +89341,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51335, - "end": 51358, + "start": 51815, + "end": 51838, "loc": { "start": { - "line": 1432, + "line": 1439, "column": 8 }, "end": { - "line": 1432, + "line": 1439, "column": 31 } } @@ -88945,15 +89359,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51395, - "end": 51415, + "start": 51875, + "end": 51895, "loc": { "start": { - "line": 1435, + "line": 1442, "column": 8 }, "end": { - "line": 1435, + "line": 1442, "column": 28 } } @@ -88962,57 +89376,57 @@ }, { "type": "ExpressionStatement", - "start": 51424, - "end": 51457, + "start": 51904, + "end": 51937, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 51424, - "end": 51456, + "start": 51904, + "end": 51936, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51424, - "end": 51440, + "start": 51904, + "end": 51920, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 51424, - "end": 51428, + "start": 51904, + "end": 51908, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 12 } }, @@ -89020,15 +89434,15 @@ }, "property": { "type": "Identifier", - "start": 51429, - "end": 51440, + "start": 51909, + "end": 51920, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 13 }, "end": { - "line": 1436, + "line": 1443, "column": 24 }, "identifierName": "setDuration" @@ -89041,44 +89455,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51441, - "end": 51455, + "start": 51921, + "end": 51935, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 25 }, "end": { - "line": 1436, + "line": 1443, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 51441, - "end": 51445, + "start": 51921, + "end": 51925, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 25 }, "end": { - "line": 1436, + "line": 1443, "column": 29 } } }, "property": { "type": "Identifier", - "start": 51446, - "end": 51455, + "start": 51926, + "end": 51935, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 30 }, "end": { - "line": 1436, + "line": 1443, "column": 39 }, "identifierName": "maxLength" @@ -89094,15 +89508,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51395, - "end": 51415, + "start": 51875, + "end": 51895, "loc": { "start": { - "line": 1435, + "line": 1442, "column": 8 }, "end": { - "line": 1435, + "line": 1442, "column": 28 } } @@ -89111,72 +89525,72 @@ }, { "type": "ExpressionStatement", - "start": 51466, - "end": 51489, + "start": 51946, + "end": 51969, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 51466, - "end": 51488, + "start": 51946, + "end": 51968, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 51466, - "end": 51485, + "start": 51946, + "end": 51965, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51466, - "end": 51470, + "start": 51946, + "end": 51950, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 12 } } }, "property": { "type": "Identifier", - "start": 51471, - "end": 51485, + "start": 51951, + "end": 51965, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 13 }, "end": { - "line": 1437, + "line": 1444, "column": 27 }, "identifierName": "setCurrentTime" @@ -89188,15 +89602,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 51486, - "end": 51487, + "start": 51966, + "end": 51967, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 28 }, "end": { - "line": 1437, + "line": 1444, "column": 29 } }, @@ -89212,15 +89626,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51499, - "end": 51514, + "start": 51979, + "end": 51994, "loc": { "start": { - "line": 1439, + "line": 1446, "column": 8 }, "end": { - "line": 1439, + "line": 1446, "column": 23 } } @@ -89229,71 +89643,71 @@ }, { "type": "ExpressionStatement", - "start": 51523, - "end": 51543, + "start": 52003, + "end": 52023, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 51523, - "end": 51542, + "start": 52003, + "end": 52022, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 51523, - "end": 51540, + "start": 52003, + "end": 52020, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 51523, - "end": 51534, + "start": 52003, + "end": 52014, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 51523, - "end": 51527, + "start": 52003, + "end": 52007, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 12 } }, @@ -89301,15 +89715,15 @@ }, "property": { "type": "Identifier", - "start": 51528, - "end": 51534, + "start": 52008, + "end": 52014, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 13 }, "end": { - "line": 1440, + "line": 1447, "column": 19 }, "identifierName": "player" @@ -89321,15 +89735,15 @@ }, "property": { "type": "Identifier", - "start": 51535, - "end": 51540, + "start": 52015, + "end": 52020, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 20 }, "end": { - "line": 1440, + "line": 1447, "column": 25 }, "identifierName": "reset" @@ -89346,15 +89760,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51499, - "end": 51514, + "start": 51979, + "end": 51994, "loc": { "start": { - "line": 1439, + "line": 1446, "column": 8 }, "end": { - "line": 1439, + "line": 1446, "column": 23 } } @@ -89363,72 +89777,72 @@ }, { "type": "SwitchStatement", - "start": 51552, - "end": 52015, + "start": 52032, + "end": 52495, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 8 }, "end": { - "line": 1455, + "line": 1462, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 51560, - "end": 51580, + "start": 52040, + "end": 52060, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 16 }, "end": { - "line": 1441, + "line": 1448, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 51560, - "end": 51578, + "start": 52040, + "end": 52058, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 16 }, "end": { - "line": 1441, + "line": 1448, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 51560, - "end": 51564, + "start": 52040, + "end": 52044, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 16 }, "end": { - "line": 1441, + "line": 1448, "column": 20 } } }, "property": { "type": "Identifier", - "start": 51565, - "end": 51578, + "start": 52045, + "end": 52058, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 21 }, "end": { - "line": 1441, + "line": 1448, "column": 34 }, "identifierName": "getRecordType" @@ -89442,87 +89856,87 @@ "cases": [ { "type": "SwitchCase", - "start": 51596, - "end": 51798, + "start": 52076, + "end": 52278, "loc": { "start": { - "line": 1442, + "line": 1449, "column": 12 }, "end": { - "line": 1447, + "line": 1454, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 51629, - "end": 51775, + "start": 52109, + "end": 52255, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 16 }, "end": { - "line": 1446, + "line": 1453, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 51633, - "end": 51666, + "start": 52113, + "end": 52146, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 20 }, "end": { - "line": 1443, + "line": 1450, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 51633, - "end": 51644, + "start": 52113, + "end": 52124, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 20 }, "end": { - "line": 1443, + "line": 1450, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51633, - "end": 51637, + "start": 52113, + "end": 52117, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 20 }, "end": { - "line": 1443, + "line": 1450, "column": 24 } } }, "property": { "type": "Identifier", - "start": 51638, - "end": 51644, + "start": 52118, + "end": 52124, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 25 }, "end": { - "line": 1443, + "line": 1450, "column": 31 }, "identifierName": "surfer" @@ -89534,58 +89948,58 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 51648, - "end": 51666, + "start": 52128, + "end": 52146, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 35 }, "end": { - "line": 1443, + "line": 1450, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 51648, - "end": 51659, + "start": 52128, + "end": 52139, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 35 }, "end": { - "line": 1443, + "line": 1450, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 51648, - "end": 51652, + "start": 52128, + "end": 52132, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 35 }, "end": { - "line": 1443, + "line": 1450, "column": 39 } } }, "property": { "type": "Identifier", - "start": 51653, - "end": 51659, + "start": 52133, + "end": 52139, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 40 }, "end": { - "line": 1443, + "line": 1450, "column": 46 }, "identifierName": "surfer" @@ -89596,15 +90010,15 @@ }, "property": { "type": "Identifier", - "start": 51660, - "end": 51666, + "start": 52140, + "end": 52146, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 47 }, "end": { - "line": 1443, + "line": 1450, "column": 53 }, "identifierName": "surfer" @@ -89616,100 +90030,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 51668, - "end": 51775, + "start": 52148, + "end": 52255, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 55 }, "end": { - "line": 1446, + "line": 1453, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 51730, - "end": 51757, + "start": 52210, + "end": 52237, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 51730, - "end": 51756, + "start": 52210, + "end": 52236, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 51730, - "end": 51754, + "start": 52210, + "end": 52234, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 51730, - "end": 51748, + "start": 52210, + "end": 52228, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51730, - "end": 51741, + "start": 52210, + "end": 52221, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51730, - "end": 51734, + "start": 52210, + "end": 52214, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 24 } }, @@ -89717,15 +90131,15 @@ }, "property": { "type": "Identifier", - "start": 51735, - "end": 51741, + "start": 52215, + "end": 52221, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 25 }, "end": { - "line": 1445, + "line": 1452, "column": 31 }, "identifierName": "surfer" @@ -89737,15 +90151,15 @@ }, "property": { "type": "Identifier", - "start": 51742, - "end": 51748, + "start": 52222, + "end": 52228, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 32 }, "end": { - "line": 1445, + "line": 1452, "column": 38 }, "identifierName": "surfer" @@ -89757,15 +90171,15 @@ }, "property": { "type": "Identifier", - "start": 51749, - "end": 51754, + "start": 52229, + "end": 52234, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 39 }, "end": { - "line": 1445, + "line": 1452, "column": 44 }, "identifierName": "empty" @@ -89782,15 +90196,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 51690, - "end": 51709, + "start": 52170, + "end": 52189, "loc": { "start": { - "line": 1444, + "line": 1451, "column": 20 }, "end": { - "line": 1444, + "line": 1451, "column": 39 } } @@ -89804,15 +90218,15 @@ }, { "type": "BreakStatement", - "start": 51792, - "end": 51798, + "start": 52272, + "end": 52278, "loc": { "start": { - "line": 1447, + "line": 1454, "column": 16 }, "end": { - "line": 1447, + "line": 1454, "column": 22 } }, @@ -89821,15 +90235,15 @@ ], "test": { "type": "Identifier", - "start": 51601, - "end": 51611, + "start": 52081, + "end": 52091, "loc": { "start": { - "line": 1442, + "line": 1449, "column": 17 }, "end": { - "line": 1442, + "line": 1449, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -89839,30 +90253,30 @@ }, { "type": "SwitchCase", - "start": 51812, - "end": 51828, + "start": 52292, + "end": 52308, "loc": { "start": { - "line": 1449, + "line": 1456, "column": 12 }, "end": { - "line": 1449, + "line": 1456, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 51817, - "end": 51827, + "start": 52297, + "end": 52307, "loc": { "start": { - "line": 1449, + "line": 1456, "column": 17 }, "end": { - "line": 1449, + "line": 1456, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -89872,100 +90286,100 @@ }, { "type": "SwitchCase", - "start": 51841, - "end": 52005, + "start": 52321, + "end": 52485, "loc": { "start": { - "line": 1450, + "line": 1457, "column": 12 }, "end": { - "line": 1454, + "line": 1461, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51901, - "end": 51933, + "start": 52381, + "end": 52413, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 51901, - "end": 51932, + "start": 52381, + "end": 52412, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 51901, - "end": 51930, + "start": 52381, + "end": 52410, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51901, - "end": 51925, + "start": 52381, + "end": 52405, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 51901, - "end": 51912, + "start": 52381, + "end": 52392, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51901, - "end": 51905, + "start": 52381, + "end": 52385, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 20 } }, @@ -89973,15 +90387,15 @@ }, "property": { "type": "Identifier", - "start": 51906, - "end": 51912, + "start": 52386, + "end": 52392, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 21 }, "end": { - "line": 1452, + "line": 1459, "column": 27 }, "identifierName": "player" @@ -89993,15 +90407,15 @@ }, "property": { "type": "Identifier", - "start": 51913, - "end": 51925, + "start": 52393, + "end": 52405, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 28 }, "end": { - "line": 1452, + "line": 1459, "column": 40 }, "identifierName": "recordCanvas" @@ -90013,15 +90427,15 @@ }, "property": { "type": "Identifier", - "start": 51926, - "end": 51930, + "start": 52406, + "end": 52410, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 41 }, "end": { - "line": 1452, + "line": 1459, "column": 45 }, "identifierName": "hide" @@ -90038,15 +90452,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 51873, - "end": 51884, + "start": 52353, + "end": 52364, "loc": { "start": { - "line": 1451, + "line": 1458, "column": 16 }, "end": { - "line": 1451, + "line": 1458, "column": 27 } } @@ -90055,100 +90469,100 @@ }, { "type": "ExpressionStatement", - "start": 51950, - "end": 51982, + "start": 52430, + "end": 52462, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 51950, - "end": 51981, + "start": 52430, + "end": 52461, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 51950, - "end": 51979, + "start": 52430, + "end": 52459, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51950, - "end": 51974, + "start": 52430, + "end": 52454, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 51950, - "end": 51961, + "start": 52430, + "end": 52441, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51950, - "end": 51954, + "start": 52430, + "end": 52434, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 20 } } }, "property": { "type": "Identifier", - "start": 51955, - "end": 51961, + "start": 52435, + "end": 52441, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 21 }, "end": { - "line": 1453, + "line": 1460, "column": 27 }, "identifierName": "player" @@ -90159,15 +90573,15 @@ }, "property": { "type": "Identifier", - "start": 51962, - "end": 51974, + "start": 52442, + "end": 52454, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 28 }, "end": { - "line": 1453, + "line": 1460, "column": 40 }, "identifierName": "cameraButton" @@ -90178,15 +90592,15 @@ }, "property": { "type": "Identifier", - "start": 51975, - "end": 51979, + "start": 52455, + "end": 52459, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 41 }, "end": { - "line": 1453, + "line": 1460, "column": 45 }, "identifierName": "hide" @@ -90200,15 +90614,15 @@ }, { "type": "BreakStatement", - "start": 51999, - "end": 52005, + "start": 52479, + "end": 52485, "loc": { "start": { - "line": 1454, + "line": 1461, "column": 16 }, "end": { - "line": 1454, + "line": 1461, "column": 22 } }, @@ -90217,15 +90631,15 @@ ], "test": { "type": "Identifier", - "start": 51846, - "end": 51855, + "start": 52326, + "end": 52335, "loc": { "start": { - "line": 1450, + "line": 1457, "column": 17 }, "end": { - "line": 1450, + "line": 1457, "column": 26 }, "identifierName": "ANIMATION" @@ -90238,15 +90652,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 52025, - "end": 52045, + "start": 52505, + "end": 52525, "loc": { "start": { - "line": 1457, + "line": 1464, "column": 8 }, "end": { - "line": 1457, + "line": 1464, "column": 28 } } @@ -90255,85 +90669,85 @@ }, { "type": "IfStatement", - "start": 52054, - "end": 52172, + "start": 52534, + "end": 52652, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1467, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 52058, - "end": 52105, + "start": 52538, + "end": 52585, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 52058, - "end": 52091, + "start": 52538, + "end": 52571, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 52058, - "end": 52080, + "start": 52538, + "end": 52560, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 52058, - "end": 52069, + "start": 52538, + "end": 52549, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 52058, - "end": 52062, + "start": 52538, + "end": 52542, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 16 } }, @@ -90341,15 +90755,15 @@ }, "property": { "type": "Identifier", - "start": 52063, - "end": 52069, + "start": 52543, + "end": 52549, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 17 }, "end": { - "line": 1458, + "line": 1465, "column": 23 }, "identifierName": "player" @@ -90361,15 +90775,15 @@ }, "property": { "type": "Identifier", - "start": 52070, - "end": 52080, + "start": 52550, + "end": 52560, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 24 }, "end": { - "line": 1458, + "line": 1465, "column": 34 }, "identifierName": "controlBar" @@ -90381,15 +90795,15 @@ }, "property": { "type": "Identifier", - "start": 52081, - "end": 52091, + "start": 52561, + "end": 52571, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 35 }, "end": { - "line": 1458, + "line": 1465, "column": 45 }, "identifierName": "playToggle" @@ -90402,15 +90816,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 52096, - "end": 52105, + "start": 52576, + "end": 52585, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 50 }, "end": { - "line": 1458, + "line": 1465, "column": 59 }, "identifierName": "undefined" @@ -90421,129 +90835,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 52107, - "end": 52172, + "start": 52587, + "end": 52652, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 61 }, "end": { - "line": 1460, + "line": 1467, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52121, - "end": 52162, + "start": 52601, + "end": 52642, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 52121, - "end": 52161, + "start": 52601, + "end": 52641, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 52121, - "end": 52159, + "start": 52601, + "end": 52639, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 52121, - "end": 52154, + "start": 52601, + "end": 52634, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 52121, - "end": 52143, + "start": 52601, + "end": 52623, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 52121, - "end": 52132, + "start": 52601, + "end": 52612, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 52121, - "end": 52125, + "start": 52601, + "end": 52605, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 16 } } }, "property": { "type": "Identifier", - "start": 52126, - "end": 52132, + "start": 52606, + "end": 52612, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 17 }, "end": { - "line": 1459, + "line": 1466, "column": 23 }, "identifierName": "player" @@ -90554,15 +90968,15 @@ }, "property": { "type": "Identifier", - "start": 52133, - "end": 52143, + "start": 52613, + "end": 52623, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 24 }, "end": { - "line": 1459, + "line": 1466, "column": 34 }, "identifierName": "controlBar" @@ -90573,15 +90987,15 @@ }, "property": { "type": "Identifier", - "start": 52144, - "end": 52154, + "start": 52624, + "end": 52634, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 35 }, "end": { - "line": 1459, + "line": 1466, "column": 45 }, "identifierName": "playToggle" @@ -90592,15 +91006,15 @@ }, "property": { "type": "Identifier", - "start": 52155, - "end": 52159, + "start": 52635, + "end": 52639, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 46 }, "end": { - "line": 1459, + "line": 1466, "column": 50 }, "identifierName": "hide" @@ -90621,15 +91035,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 52025, - "end": 52045, + "start": 52505, + "end": 52525, "loc": { "start": { - "line": 1457, + "line": 1464, "column": 8 }, "end": { - "line": 1457, + "line": 1464, "column": 28 } } @@ -90639,15 +91053,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52182, - "end": 52213, + "start": 52662, + "end": 52693, "loc": { "start": { - "line": 1462, + "line": 1469, "column": 8 }, "end": { - "line": 1462, + "line": 1469, "column": 39 } } @@ -90656,85 +91070,85 @@ }, { "type": "ExpressionStatement", - "start": 52222, - "end": 52254, + "start": 52702, + "end": 52734, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 52222, - "end": 52253, + "start": 52702, + "end": 52733, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 52222, - "end": 52251, + "start": 52702, + "end": 52731, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 52222, - "end": 52246, + "start": 52702, + "end": 52726, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 52222, - "end": 52233, + "start": 52702, + "end": 52713, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52222, - "end": 52226, + "start": 52702, + "end": 52706, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 12 } }, @@ -90742,15 +91156,15 @@ }, "property": { "type": "Identifier", - "start": 52227, - "end": 52233, + "start": 52707, + "end": 52713, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 13 }, "end": { - "line": 1463, + "line": 1470, "column": 19 }, "identifierName": "player" @@ -90762,15 +91176,15 @@ }, "property": { "type": "Identifier", - "start": 52234, - "end": 52246, + "start": 52714, + "end": 52726, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 20 }, "end": { - "line": 1463, + "line": 1470, "column": 32 }, "identifierName": "deviceButton" @@ -90782,15 +91196,15 @@ }, "property": { "type": "Identifier", - "start": 52247, - "end": 52251, + "start": 52727, + "end": 52731, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 33 }, "end": { - "line": 1463, + "line": 1470, "column": 37 }, "identifierName": "show" @@ -90807,15 +91221,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52182, - "end": 52213, + "start": 52662, + "end": 52693, "loc": { "start": { - "line": 1462, + "line": 1469, "column": 8 }, "end": { - "line": 1462, + "line": 1469, "column": 39 } } @@ -90825,15 +91239,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52264, - "end": 52285, + "start": 52744, + "end": 52765, "loc": { "start": { - "line": 1465, + "line": 1472, "column": 8 }, "end": { - "line": 1465, + "line": 1472, "column": 29 } } @@ -90842,85 +91256,85 @@ }, { "type": "ExpressionStatement", - "start": 52294, - "end": 52326, + "start": 52774, + "end": 52806, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 52294, - "end": 52325, + "start": 52774, + "end": 52805, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 52294, - "end": 52323, + "start": 52774, + "end": 52803, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 52294, - "end": 52318, + "start": 52774, + "end": 52798, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 52294, - "end": 52305, + "start": 52774, + "end": 52785, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52294, - "end": 52298, + "start": 52774, + "end": 52778, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 12 } }, @@ -90928,15 +91342,15 @@ }, "property": { "type": "Identifier", - "start": 52299, - "end": 52305, + "start": 52779, + "end": 52785, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 13 }, "end": { - "line": 1466, + "line": 1473, "column": 19 }, "identifierName": "player" @@ -90948,15 +91362,15 @@ }, "property": { "type": "Identifier", - "start": 52306, - "end": 52318, + "start": 52786, + "end": 52798, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 20 }, "end": { - "line": 1466, + "line": 1473, "column": 32 }, "identifierName": "recordToggle" @@ -90968,15 +91382,15 @@ }, "property": { "type": "Identifier", - "start": 52319, - "end": 52323, + "start": 52799, + "end": 52803, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 33 }, "end": { - "line": 1466, + "line": 1473, "column": 37 }, "identifierName": "hide" @@ -90993,15 +91407,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52264, - "end": 52285, + "start": 52744, + "end": 52765, "loc": { "start": { - "line": 1465, + "line": 1472, "column": 8 }, "end": { - "line": 1465, + "line": 1472, "column": 29 } } @@ -91011,15 +91425,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52336, - "end": 52388, + "start": 52816, + "end": 52868, "loc": { "start": { - "line": 1468, + "line": 1475, "column": 8 }, "end": { - "line": 1468, + "line": 1475, "column": 60 } } @@ -91027,15 +91441,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52397, - "end": 52410, + "start": 52877, + "end": 52890, "loc": { "start": { - "line": 1469, + "line": 1476, "column": 8 }, "end": { - "line": 1469, + "line": 1476, "column": 21 } } @@ -91044,71 +91458,71 @@ }, { "type": "ExpressionStatement", - "start": 52419, - "end": 52561, + "start": 52899, + "end": 53041, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1473, + "line": 1480, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 52419, - "end": 52560, + "start": 52899, + "end": 53040, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1473, + "line": 1480, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 52419, - "end": 52434, + "start": 52899, + "end": 52914, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1470, + "line": 1477, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 52419, - "end": 52430, + "start": 52899, + "end": 52910, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1470, + "line": 1477, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52419, - "end": 52423, + "start": 52899, + "end": 52903, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1470, + "line": 1477, "column": 12 } }, @@ -91116,15 +91530,15 @@ }, "property": { "type": "Identifier", - "start": 52424, - "end": 52430, + "start": 52904, + "end": 52910, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 13 }, "end": { - "line": 1470, + "line": 1477, "column": 19 }, "identifierName": "player" @@ -91136,15 +91550,15 @@ }, "property": { "type": "Identifier", - "start": 52431, - "end": 52434, + "start": 52911, + "end": 52914, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 20 }, "end": { - "line": 1470, + "line": 1477, "column": 23 }, "identifierName": "one" @@ -91157,29 +91571,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52435, - "end": 52455, + "start": 52915, + "end": 52935, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 24 }, "end": { - "line": 1470, + "line": 1477, "column": 44 } }, "object": { "type": "Identifier", - "start": 52435, - "end": 52440, + "start": 52915, + "end": 52920, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 24 }, "end": { - "line": 1470, + "line": 1477, "column": 29 }, "identifierName": "Event" @@ -91188,15 +91602,15 @@ }, "property": { "type": "Identifier", - "start": 52441, - "end": 52455, + "start": 52921, + "end": 52935, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 30 }, "end": { - "line": 1470, + "line": 1477, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -91207,15 +91621,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 52457, - "end": 52559, + "start": 52937, + "end": 53039, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 46 }, "end": { - "line": 1473, + "line": 1480, "column": 9 } }, @@ -91226,72 +91640,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52463, - "end": 52559, + "start": 52943, + "end": 53039, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 52 }, "end": { - "line": 1473, + "line": 1480, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52516, - "end": 52549, + "start": 52996, + "end": 53029, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 52516, - "end": 52548, + "start": 52996, + "end": 53028, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 52516, - "end": 52532, + "start": 52996, + "end": 53012, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 52516, - "end": 52520, + "start": 52996, + "end": 53000, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 16 } }, @@ -91299,15 +91713,15 @@ }, "property": { "type": "Identifier", - "start": 52521, - "end": 52532, + "start": 53001, + "end": 53012, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 17 }, "end": { - "line": 1472, + "line": 1479, "column": 28 }, "identifierName": "setDuration" @@ -91320,44 +91734,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 52533, - "end": 52547, + "start": 53013, + "end": 53027, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 29 }, "end": { - "line": 1472, + "line": 1479, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 52533, - "end": 52537, + "start": 53013, + "end": 53017, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 29 }, "end": { - "line": 1472, + "line": 1479, "column": 33 } } }, "property": { "type": "Identifier", - "start": 52538, - "end": 52547, + "start": 53018, + "end": 53027, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 34 }, "end": { - "line": 1472, + "line": 1479, "column": 43 }, "identifierName": "maxLength" @@ -91373,15 +91787,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 52477, - "end": 52503, + "start": 52957, + "end": 52983, "loc": { "start": { - "line": 1471, + "line": 1478, "column": 12 }, "end": { - "line": 1471, + "line": 1478, "column": 38 } } @@ -91399,15 +91813,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52336, - "end": 52388, + "start": 52816, + "end": 52868, "loc": { "start": { - "line": 1468, + "line": 1475, "column": 8 }, "end": { - "line": 1468, + "line": 1475, "column": 60 } } @@ -91415,15 +91829,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52397, - "end": 52410, + "start": 52877, + "end": 52890, "loc": { "start": { - "line": 1469, + "line": 1476, "column": 8 }, "end": { - "line": 1469, + "line": 1476, "column": 21 } } @@ -91438,15 +91852,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50781, - "end": 50817, + "start": 51261, + "end": 51297, "loc": { "start": { - "line": 1409, + "line": 1416, "column": 4 }, "end": { - "line": 1411, + "line": 1418, "column": 7 } } @@ -91456,15 +91870,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52573, - "end": 52640, + "start": 53053, + "end": 53120, "loc": { "start": { - "line": 1476, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1486, "column": 7 } } @@ -91473,15 +91887,15 @@ }, { "type": "ClassMethod", - "start": 52645, - "end": 52795, + "start": 53125, + "end": 53275, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 4 }, "end": { - "line": 1485, + "line": 1492, "column": 5 } }, @@ -91489,15 +91903,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52645, - "end": 52655, + "start": 53125, + "end": 53135, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 4 }, "end": { - "line": 1480, + "line": 1487, "column": 14 }, "identifierName": "resetState" @@ -91513,88 +91927,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52658, - "end": 52795, + "start": 53138, + "end": 53275, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 17 }, "end": { - "line": 1485, + "line": 1492, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 52668, - "end": 52692, + "start": 53148, + "end": 53172, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 52668, - "end": 52691, + "start": 53148, + "end": 53171, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52668, - "end": 52683, + "start": 53148, + "end": 53163, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 52668, - "end": 52672, + "start": 53148, + "end": 53152, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52673, - "end": 52683, + "start": 53153, + "end": 53163, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 13 }, "end": { - "line": 1481, + "line": 1488, "column": 23 }, "identifierName": "_recording" @@ -91605,15 +92019,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52686, - "end": 52691, + "start": 53166, + "end": 53171, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 26 }, "end": { - "line": 1481, + "line": 1488, "column": 31 } }, @@ -91623,73 +92037,73 @@ }, { "type": "ExpressionStatement", - "start": 52701, - "end": 52726, + "start": 53181, + "end": 53206, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 52701, - "end": 52725, + "start": 53181, + "end": 53205, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52701, - "end": 52717, + "start": 53181, + "end": 53197, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 52701, - "end": 52705, + "start": 53181, + "end": 53185, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52706, - "end": 52717, + "start": 53186, + "end": 53197, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 13 }, "end": { - "line": 1482, + "line": 1489, "column": 24 }, "identifierName": "_processing" @@ -91700,15 +92114,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52720, - "end": 52725, + "start": 53200, + "end": 53205, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 27 }, "end": { - "line": 1482, + "line": 1489, "column": 32 } }, @@ -91718,73 +92132,73 @@ }, { "type": "ExpressionStatement", - "start": 52735, - "end": 52762, + "start": 53215, + "end": 53242, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 52735, - "end": 52761, + "start": 53215, + "end": 53241, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52735, - "end": 52753, + "start": 53215, + "end": 53233, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 52735, - "end": 52739, + "start": 53215, + "end": 53219, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52740, - "end": 52753, + "start": 53220, + "end": 53233, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 13 }, "end": { - "line": 1483, + "line": 1490, "column": 26 }, "identifierName": "_deviceActive" @@ -91795,15 +92209,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52756, - "end": 52761, + "start": 53236, + "end": 53241, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 29 }, "end": { - "line": 1483, + "line": 1490, "column": 34 } }, @@ -91813,73 +92227,73 @@ }, { "type": "ExpressionStatement", - "start": 52771, - "end": 52789, + "start": 53251, + "end": 53269, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 26 } }, "expression": { "type": "AssignmentExpression", - "start": 52771, - "end": 52788, + "start": 53251, + "end": 53268, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 25 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52771, - "end": 52783, + "start": 53251, + "end": 53263, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 52771, - "end": 52775, + "start": 53251, + "end": 53255, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52776, - "end": 52783, + "start": 53256, + "end": 53263, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 13 }, "end": { - "line": 1484, + "line": 1491, "column": 20 }, "identifierName": "devices" @@ -91890,15 +92304,15 @@ }, "right": { "type": "ArrayExpression", - "start": 52786, - "end": 52788, + "start": 53266, + "end": 53268, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 23 }, "end": { - "line": 1484, + "line": 1491, "column": 25 } }, @@ -91914,15 +92328,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52573, - "end": 52640, + "start": 53053, + "end": 53120, "loc": { "start": { - "line": 1476, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1486, "column": 7 } } @@ -91932,15 +92346,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52801, - "end": 52871, + "start": 53281, + "end": 53351, "loc": { "start": { - "line": 1487, + "line": 1494, "column": 4 }, "end": { - "line": 1490, + "line": 1497, "column": 7 } } @@ -91949,15 +92363,15 @@ }, { "type": "ClassMethod", - "start": 52876, - "end": 53094, + "start": 53356, + "end": 53632, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 4 }, "end": { - "line": 1496, + "line": 1506, "column": 5 } }, @@ -91965,15 +92379,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52876, - "end": 52891, + "start": 53356, + "end": 53371, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 4 }, "end": { - "line": 1491, + "line": 1498, "column": 19 }, "identifierName": "removeRecording" @@ -91989,193 +92403,290 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52894, - "end": 53094, + "start": 53374, + "end": 53632, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 22 }, "end": { - "line": 1496, + "line": 1506, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 52904, - "end": 53088, + "start": 53384, + "end": 53626, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 8 }, "end": { - "line": 1495, + "line": 1505, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 52908, - "end": 52979, + "start": 53388, + "end": 53508, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 12 }, "end": { - "line": 1492, - "column": 83 + "line": 1501, + "column": 62 } }, "left": { - "type": "MemberExpression", - "start": 52908, - "end": 52925, + "type": "LogicalExpression", + "start": 53388, + "end": 53442, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 12 }, "end": { - "line": 1492, - "column": 29 + "line": 1500, + "column": 33 } }, - "object": { - "type": "ThisExpression", - "start": 52908, - "end": 52912, + "left": { + "type": "MemberExpression", + "start": 53388, + "end": 53405, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 12 }, "end": { - "line": 1492, - "column": 16 + "line": 1499, + "column": 29 } - } + }, + "object": { + "type": "ThisExpression", + "start": 53388, + "end": 53392, + "loc": { + "start": { + "line": 1499, + "column": 12 + }, + "end": { + "line": 1499, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 53393, + "end": 53405, + "loc": { + "start": { + "line": 1499, + "column": 17 + }, + "end": { + "line": 1499, + "column": 29 + }, + "identifierName": "mediaElement" + }, + "name": "mediaElement" + }, + "computed": false }, - "property": { - "type": "Identifier", - "start": 52913, - "end": 52925, + "operator": "&&", + "right": { + "type": "MemberExpression", + "start": 53421, + "end": 53442, "loc": { "start": { - "line": 1492, - "column": 17 + "line": 1500, + "column": 12 }, "end": { - "line": 1492, - "column": 29 + "line": 1500, + "column": 33 + } + }, + "object": { + "type": "MemberExpression", + "start": 53421, + "end": 53438, + "loc": { + "start": { + "line": 1500, + "column": 12 + }, + "end": { + "line": 1500, + "column": 29 + } + }, + "object": { + "type": "ThisExpression", + "start": 53421, + "end": 53425, + "loc": { + "start": { + "line": 1500, + "column": 12 + }, + "end": { + "line": 1500, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 53426, + "end": 53438, + "loc": { + "start": { + "line": 1500, + "column": 17 + }, + "end": { + "line": 1500, + "column": 29 + }, + "identifierName": "mediaElement" + }, + "name": "mediaElement" }, - "identifierName": "mediaElement" + "computed": false }, - "name": "mediaElement" - }, - "computed": false + "property": { + "type": "Identifier", + "start": 53439, + "end": 53442, + "loc": { + "start": { + "line": 1500, + "column": 30 + }, + "end": { + "line": 1500, + "column": 33 + }, + "identifierName": "src" + }, + "name": "src" + }, + "computed": false + } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 52929, - "end": 52979, + "start": 53458, + "end": 53508, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 83 + "line": 1501, + "column": 62 } }, "left": { "type": "CallExpression", - "start": 52929, - "end": 52970, + "start": 53458, + "end": 53499, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 74 + "line": 1501, + "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 52929, - "end": 52961, + "start": 53458, + "end": 53490, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 65 + "line": 1501, + "column": 44 } }, "object": { "type": "MemberExpression", - "start": 52929, - "end": 52950, + "start": 53458, + "end": 53479, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 54 + "line": 1501, + "column": 33 } }, "object": { "type": "MemberExpression", - "start": 52929, - "end": 52946, + "start": 53458, + "end": 53475, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 50 + "line": 1501, + "column": 29 } }, "object": { "type": "ThisExpression", - "start": 52929, - "end": 52933, + "start": 53458, + "end": 53462, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 37 + "line": 1501, + "column": 16 } } }, "property": { "type": "Identifier", - "start": 52934, - "end": 52946, + "start": 53463, + "end": 53475, "loc": { "start": { - "line": 1492, - "column": 38 + "line": 1501, + "column": 17 }, "end": { - "line": 1492, - "column": 50 + "line": 1501, + "column": 29 }, "identifierName": "mediaElement" }, @@ -92185,16 +92696,16 @@ }, "property": { "type": "Identifier", - "start": 52947, - "end": 52950, + "start": 53476, + "end": 53479, "loc": { "start": { - "line": 1492, - "column": 51 + "line": 1501, + "column": 30 }, "end": { - "line": 1492, - "column": 54 + "line": 1501, + "column": 33 }, "identifierName": "src" }, @@ -92204,16 +92715,16 @@ }, "property": { "type": "Identifier", - "start": 52951, - "end": 52961, + "start": 53480, + "end": 53490, "loc": { "start": { - "line": 1492, - "column": 55 + "line": 1501, + "column": 34 }, "end": { - "line": 1492, - "column": 65 + "line": 1501, + "column": 44 }, "identifierName": "startsWith" }, @@ -92224,16 +92735,16 @@ "arguments": [ { "type": "StringLiteral", - "start": 52962, - "end": 52969, + "start": 53491, + "end": 53498, "loc": { "start": { - "line": 1492, - "column": 66 + "line": 1501, + "column": 45 }, "end": { - "line": 1492, - "column": 73 + "line": 1501, + "column": 52 } }, "extra": { @@ -92247,16 +92758,16 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 52975, - "end": 52979, + "start": 53504, + "end": 53508, "loc": { "start": { - "line": 1492, - "column": 79 + "line": 1501, + "column": 58 }, "end": { - "line": 1492, - "column": 83 + "line": 1501, + "column": 62 } }, "value": true @@ -92265,72 +92776,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 52981, - "end": 53088, + "start": 53519, + "end": 53626, "loc": { "start": { - "line": 1492, - "column": 85 + "line": 1502, + "column": 10 }, "end": { - "line": 1495, + "line": 1505, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52995, - "end": 53038, + "start": 53533, + "end": 53576, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 52995, - "end": 53037, + "start": 53533, + "end": 53575, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 52995, - "end": 53014, + "start": 53533, + "end": 53552, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 31 } }, "object": { "type": "Identifier", - "start": 52995, - "end": 52998, + "start": 53533, + "end": 53536, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 15 }, "identifierName": "URL" @@ -92339,15 +92850,15 @@ }, "property": { "type": "Identifier", - "start": 52999, - "end": 53014, + "start": 53537, + "end": 53552, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 16 }, "end": { - "line": 1493, + "line": 1503, "column": 31 }, "identifierName": "revokeObjectURL" @@ -92359,58 +92870,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 53015, - "end": 53036, + "start": 53553, + "end": 53574, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 32 }, "end": { - "line": 1493, + "line": 1503, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 53015, - "end": 53032, + "start": 53553, + "end": 53570, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 32 }, "end": { - "line": 1493, + "line": 1503, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 53015, - "end": 53019, + "start": 53553, + "end": 53557, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 32 }, "end": { - "line": 1493, + "line": 1503, "column": 36 } } }, "property": { "type": "Identifier", - "start": 53020, - "end": 53032, + "start": 53558, + "end": 53570, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 37 }, "end": { - "line": 1493, + "line": 1503, "column": 49 }, "identifierName": "mediaElement" @@ -92421,15 +92932,15 @@ }, "property": { "type": "Identifier", - "start": 53033, - "end": 53036, + "start": 53571, + "end": 53574, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 50 }, "end": { - "line": 1493, + "line": 1503, "column": 53 }, "identifierName": "src" @@ -92443,87 +92954,87 @@ }, { "type": "ExpressionStatement", - "start": 53051, - "end": 53078, + "start": 53589, + "end": 53616, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 53051, - "end": 53077, + "start": 53589, + "end": 53615, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53051, - "end": 53072, + "start": 53589, + "end": 53610, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 53051, - "end": 53068, + "start": 53589, + "end": 53606, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 53051, - "end": 53055, + "start": 53589, + "end": 53593, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 16 } } }, "property": { "type": "Identifier", - "start": 53056, - "end": 53068, + "start": 53594, + "end": 53606, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 17 }, "end": { - "line": 1494, + "line": 1504, "column": 29 }, "identifierName": "mediaElement" @@ -92534,15 +93045,15 @@ }, "property": { "type": "Identifier", - "start": 53069, - "end": 53072, + "start": 53607, + "end": 53610, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 30 }, "end": { - "line": 1494, + "line": 1504, "column": 33 }, "identifierName": "src" @@ -92553,15 +93064,15 @@ }, "right": { "type": "StringLiteral", - "start": 53075, - "end": 53077, + "start": 53613, + "end": 53615, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 36 }, "end": { - "line": 1494, + "line": 1504, "column": 38 } }, @@ -92586,15 +93097,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52801, - "end": 52871, + "start": 53281, + "end": 53351, "loc": { "start": { - "line": 1487, + "line": 1494, "column": 4 }, "end": { - "line": 1490, + "line": 1497, "column": 7 } } @@ -92604,15 +93115,15 @@ { "type": "CommentBlock", "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", - "start": 53100, - "end": 53734, + "start": 53638, + "end": 54272, "loc": { "start": { - "line": 1498, + "line": 1508, "column": 4 }, "end": { - "line": 1511, + "line": 1521, "column": 7 } } @@ -92621,15 +93132,15 @@ }, { "type": "ClassMethod", - "start": 53739, - "end": 54261, + "start": 54277, + "end": 54799, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 4 }, "end": { - "line": 1524, + "line": 1534, "column": 5 } }, @@ -92637,15 +93148,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53739, - "end": 53750, + "start": 54277, + "end": 54288, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 4 }, "end": { - "line": 1512, + "line": 1522, "column": 15 }, "identifierName": "exportImage" @@ -92661,29 +93172,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 53751, - "end": 53771, + "start": 54289, + "end": 54309, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 16 }, "end": { - "line": 1512, + "line": 1522, "column": 36 } }, "left": { "type": "Identifier", - "start": 53751, - "end": 53757, + "start": 54289, + "end": 54295, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 16 }, "end": { - "line": 1512, + "line": 1522, "column": 22 }, "identifierName": "format" @@ -92692,15 +93203,15 @@ }, "right": { "type": "StringLiteral", - "start": 53760, - "end": 53771, + "start": 54298, + "end": 54309, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 25 }, "end": { - "line": 1512, + "line": 1522, "column": 36 } }, @@ -92713,29 +93224,29 @@ }, { "type": "AssignmentPattern", - "start": 53773, - "end": 53784, + "start": 54311, + "end": 54322, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 38 }, "end": { - "line": 1512, + "line": 1522, "column": 49 } }, "left": { "type": "Identifier", - "start": 53773, - "end": 53780, + "start": 54311, + "end": 54318, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 38 }, "end": { - "line": 1512, + "line": 1522, "column": 45 }, "identifierName": "quality" @@ -92744,15 +93255,15 @@ }, "right": { "type": "NumericLiteral", - "start": 53783, - "end": 53784, + "start": 54321, + "end": 54322, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 48 }, "end": { - "line": 1512, + "line": 1522, "column": 49 } }, @@ -92766,101 +93277,101 @@ ], "body": { "type": "BlockStatement", - "start": 53786, - "end": 54261, + "start": 54324, + "end": 54799, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 51 }, "end": { - "line": 1524, + "line": 1534, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 53796, - "end": 54255, + "start": 54334, + "end": 54793, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 8 }, "end": { - "line": 1523, + "line": 1533, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 53800, - "end": 53835, + "start": 54338, + "end": 54373, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 47 } }, "left": { "type": "CallExpression", - "start": 53800, - "end": 53820, + "start": 54338, + "end": 54358, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 53800, - "end": 53818, + "start": 54338, + "end": 54356, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 53800, - "end": 53804, + "start": 54338, + "end": 54342, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 16 } } }, "property": { "type": "Identifier", - "start": 53805, - "end": 53818, + "start": 54343, + "end": 54356, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 17 }, "end": { - "line": 1513, + "line": 1523, "column": 30 }, "identifierName": "getRecordType" @@ -92874,15 +93385,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 53825, - "end": 53835, + "start": 54363, + "end": 54373, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 37 }, "end": { - "line": 1513, + "line": 1523, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -92892,115 +93403,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 53837, - "end": 53924, + "start": 54375, + "end": 54462, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 49 }, "end": { - "line": 1515, + "line": 1525, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 53851, - "end": 53914, + "start": 54389, + "end": 54452, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 12 }, "end": { - "line": 1514, + "line": 1524, "column": 75 } }, "argument": { "type": "CallExpression", - "start": 53858, - "end": 53913, + "start": 54396, + "end": 54451, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53858, - "end": 53888, + "start": 54396, + "end": 54426, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 53858, - "end": 53876, + "start": 54396, + "end": 54414, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 53858, - "end": 53869, + "start": 54396, + "end": 54407, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 53858, - "end": 53862, + "start": 54396, + "end": 54400, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 23 } } }, "property": { "type": "Identifier", - "start": 53863, - "end": 53869, + "start": 54401, + "end": 54407, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 24 }, "end": { - "line": 1514, + "line": 1524, "column": 30 }, "identifierName": "surfer" @@ -93011,15 +93522,15 @@ }, "property": { "type": "Identifier", - "start": 53870, - "end": 53876, + "start": 54408, + "end": 54414, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 31 }, "end": { - "line": 1514, + "line": 1524, "column": 37 }, "identifierName": "surfer" @@ -93030,15 +93541,15 @@ }, "property": { "type": "Identifier", - "start": 53877, - "end": 53888, + "start": 54415, + "end": 54426, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 38 }, "end": { - "line": 1514, + "line": 1524, "column": 49 }, "identifierName": "exportImage" @@ -93050,15 +93561,15 @@ "arguments": [ { "type": "Identifier", - "start": 53889, - "end": 53895, + "start": 54427, + "end": 54433, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 50 }, "end": { - "line": 1514, + "line": 1524, "column": 56 }, "identifierName": "format" @@ -93067,15 +93578,15 @@ }, { "type": "Identifier", - "start": 53897, - "end": 53904, + "start": 54435, + "end": 54442, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 58 }, "end": { - "line": 1514, + "line": 1524, "column": 65 }, "identifierName": "quality" @@ -93084,15 +93595,15 @@ }, { "type": "StringLiteral", - "start": 53906, - "end": 53912, + "start": 54444, + "end": 54450, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 67 }, "end": { - "line": 1514, + "line": 1524, "column": 73 } }, @@ -93110,59 +93621,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 53930, - "end": 54255, + "start": 54468, + "end": 54793, "loc": { "start": { - "line": 1515, + "line": 1525, "column": 15 }, "end": { - "line": 1523, + "line": 1533, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 53999, - "end": 54059, + "start": 54537, + "end": 54597, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 12 }, "end": { - "line": 1517, + "line": 1527, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54003, - "end": 54058, + "start": 54541, + "end": 54596, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 16 }, "end": { - "line": 1517, + "line": 1527, "column": 71 } }, "id": { "type": "Identifier", - "start": 54003, - "end": 54015, + "start": 54541, + "end": 54553, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 16 }, "end": { - "line": 1517, + "line": 1527, "column": 28 }, "identifierName": "recordCanvas" @@ -93172,100 +93683,100 @@ }, "init": { "type": "MemberExpression", - "start": 54018, - "end": 54058, + "start": 54556, + "end": 54596, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 71 } }, "object": { "type": "CallExpression", - "start": 54018, - "end": 54047, + "start": 54556, + "end": 54585, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 54018, - "end": 54045, + "start": 54556, + "end": 54583, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 54018, - "end": 54042, + "start": 54556, + "end": 54580, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 54018, - "end": 54029, + "start": 54556, + "end": 54567, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 54018, - "end": 54022, + "start": 54556, + "end": 54560, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 35 } } }, "property": { "type": "Identifier", - "start": 54023, - "end": 54029, + "start": 54561, + "end": 54567, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 36 }, "end": { - "line": 1517, + "line": 1527, "column": 42 }, "identifierName": "player" @@ -93276,15 +93787,15 @@ }, "property": { "type": "Identifier", - "start": 54030, - "end": 54042, + "start": 54568, + "end": 54580, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 43 }, "end": { - "line": 1517, + "line": 1527, "column": 55 }, "identifierName": "recordCanvas" @@ -93295,15 +93806,15 @@ }, "property": { "type": "Identifier", - "start": 54043, - "end": 54045, + "start": 54581, + "end": 54583, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 56 }, "end": { - "line": 1517, + "line": 1527, "column": 58 }, "identifierName": "el" @@ -93316,15 +93827,15 @@ }, "property": { "type": "Identifier", - "start": 54048, - "end": 54058, + "start": 54586, + "end": 54596, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 61 }, "end": { - "line": 1517, + "line": 1527, "column": 71 }, "identifierName": "firstChild" @@ -93341,15 +93852,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 53944, - "end": 53986, + "start": 54482, + "end": 54524, "loc": { "start": { - "line": 1516, + "line": 1526, "column": 12 }, "end": { - "line": 1516, + "line": 1526, "column": 54 } } @@ -93358,72 +93869,72 @@ }, { "type": "ExpressionStatement", - "start": 54072, - "end": 54121, + "start": 54610, + "end": 54659, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 54072, - "end": 54120, + "start": 54610, + "end": 54658, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 54072, - "end": 54087, + "start": 54610, + "end": 54625, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 54072, - "end": 54076, + "start": 54610, + "end": 54614, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54077, - "end": 54087, + "start": 54615, + "end": 54625, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 17 }, "end": { - "line": 1518, + "line": 1528, "column": 27 }, "identifierName": "drawCanvas" @@ -93435,15 +93946,15 @@ "arguments": [ { "type": "Identifier", - "start": 54088, - "end": 54100, + "start": 54626, + "end": 54638, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 28 }, "end": { - "line": 1518, + "line": 1528, "column": 40 }, "identifierName": "recordCanvas" @@ -93452,44 +93963,44 @@ }, { "type": "MemberExpression", - "start": 54102, - "end": 54119, + "start": 54640, + "end": 54657, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 42 }, "end": { - "line": 1518, + "line": 1528, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 54102, - "end": 54106, + "start": 54640, + "end": 54644, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 42 }, "end": { - "line": 1518, + "line": 1528, "column": 46 } } }, "property": { "type": "Identifier", - "start": 54107, - "end": 54119, + "start": 54645, + "end": 54657, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 47 }, "end": { - "line": 1518, + "line": 1528, "column": 59 }, "identifierName": "mediaElement" @@ -93503,43 +94014,43 @@ }, { "type": "ReturnStatement", - "start": 54135, - "end": 54245, + "start": 54673, + "end": 54783, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 12 }, "end": { - "line": 1522, + "line": 1532, "column": 15 } }, "argument": { "type": "NewExpression", - "start": 54142, - "end": 54244, + "start": 54680, + "end": 54782, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 19 }, "end": { - "line": 1522, + "line": 1532, "column": 14 } }, "callee": { "type": "Identifier", - "start": 54146, - "end": 54153, + "start": 54684, + "end": 54691, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 23 }, "end": { - "line": 1520, + "line": 1530, "column": 30 }, "identifierName": "Promise" @@ -93549,15 +94060,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 54154, - "end": 54243, + "start": 54692, + "end": 54781, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 31 }, "end": { - "line": 1522, + "line": 1532, "column": 13 } }, @@ -93568,15 +94079,15 @@ "params": [ { "type": "Identifier", - "start": 54154, - "end": 54161, + "start": 54692, + "end": 54699, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 31 }, "end": { - "line": 1520, + "line": 1530, "column": 38 }, "identifierName": "resolve" @@ -93586,72 +94097,72 @@ ], "body": { "type": "BlockStatement", - "start": 54165, - "end": 54243, + "start": 54703, + "end": 54781, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 42 }, "end": { - "line": 1522, + "line": 1532, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 54183, - "end": 54229, + "start": 54721, + "end": 54767, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 54183, - "end": 54228, + "start": 54721, + "end": 54766, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 54183, - "end": 54202, + "start": 54721, + "end": 54740, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 35 } }, "object": { "type": "Identifier", - "start": 54183, - "end": 54195, + "start": 54721, + "end": 54733, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 28 }, "identifierName": "recordCanvas" @@ -93660,15 +94171,15 @@ }, "property": { "type": "Identifier", - "start": 54196, - "end": 54202, + "start": 54734, + "end": 54740, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 29 }, "end": { - "line": 1521, + "line": 1531, "column": 35 }, "identifierName": "toBlob" @@ -93680,15 +94191,15 @@ "arguments": [ { "type": "Identifier", - "start": 54203, - "end": 54210, + "start": 54741, + "end": 54748, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 36 }, "end": { - "line": 1521, + "line": 1531, "column": 43 }, "identifierName": "resolve" @@ -93697,15 +94208,15 @@ }, { "type": "Identifier", - "start": 54212, - "end": 54218, + "start": 54750, + "end": 54756, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 45 }, "end": { - "line": 1521, + "line": 1531, "column": 51 }, "identifierName": "format" @@ -93714,15 +94225,15 @@ }, { "type": "Identifier", - "start": 54220, - "end": 54227, + "start": 54758, + "end": 54765, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 53 }, "end": { - "line": 1521, + "line": 1531, "column": 60 }, "identifierName": "quality" @@ -93751,15 +94262,15 @@ { "type": "CommentBlock", "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", - "start": 53100, - "end": 53734, + "start": 53638, + "end": 54272, "loc": { "start": { - "line": 1498, + "line": 1508, "column": 4 }, "end": { - "line": 1511, + "line": 1521, "column": 7 } } @@ -93769,15 +94280,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 54267, - "end": 54407, + "start": 54805, + "end": 54945, "loc": { "start": { - "line": 1526, + "line": 1536, "column": 4 }, "end": { - "line": 1530, + "line": 1540, "column": 7 } } @@ -93786,15 +94297,15 @@ }, { "type": "ClassMethod", - "start": 54412, - "end": 54898, + "start": 54950, + "end": 55436, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 4 }, "end": { - "line": 1543, + "line": 1553, "column": 5 } }, @@ -93802,15 +94313,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 54412, - "end": 54422, + "start": 54950, + "end": 54960, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 4 }, "end": { - "line": 1531, + "line": 1541, "column": 14 }, "identifierName": "muteTracks" @@ -93826,15 +94337,15 @@ "params": [ { "type": "Identifier", - "start": 54423, - "end": 54427, + "start": 54961, + "end": 54965, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 15 }, "end": { - "line": 1531, + "line": 1541, "column": 19 }, "identifierName": "mute" @@ -93844,143 +94355,143 @@ ], "body": { "type": "BlockStatement", - "start": 54429, - "end": 54898, + "start": 54967, + "end": 55436, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 21 }, "end": { - "line": 1543, + "line": 1553, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 54439, - "end": 54714, + "start": 54977, + "end": 55252, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 8 }, "end": { - "line": 1537, + "line": 1547, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 54443, - "end": 54640, + "start": 54981, + "end": 55178, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 51 } }, "left": { "type": "LogicalExpression", - "start": 54444, - "end": 54584, + "start": 54982, + "end": 55122, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1534, + "line": 1544, "column": 48 } }, "left": { "type": "LogicalExpression", - "start": 54444, - "end": 54532, + "start": 54982, + "end": 55070, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1533, + "line": 1543, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 54444, - "end": 54479, + "start": 54982, + "end": 55017, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 48 } }, "left": { "type": "CallExpression", - "start": 54444, - "end": 54464, + "start": 54982, + "end": 55002, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 54444, - "end": 54462, + "start": 54982, + "end": 55000, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 54444, - "end": 54448, + "start": 54982, + "end": 54986, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 17 } } }, "property": { "type": "Identifier", - "start": 54449, - "end": 54462, + "start": 54987, + "end": 55000, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 18 }, "end": { - "line": 1532, + "line": 1542, "column": 31 }, "identifierName": "getRecordType" @@ -93994,15 +94505,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54469, - "end": 54479, + "start": 55007, + "end": 55017, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 38 }, "end": { - "line": 1532, + "line": 1542, "column": 48 }, "identifierName": "AUDIO_ONLY" @@ -94013,72 +94524,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 54495, - "end": 54532, + "start": 55033, + "end": 55070, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 49 } }, "left": { "type": "CallExpression", - "start": 54495, - "end": 54515, + "start": 55033, + "end": 55053, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54495, - "end": 54513, + "start": 55033, + "end": 55051, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54495, - "end": 54499, + "start": 55033, + "end": 55037, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54500, - "end": 54513, + "start": 55038, + "end": 55051, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 17 }, "end": { - "line": 1533, + "line": 1543, "column": 30 }, "identifierName": "getRecordType" @@ -94092,15 +94603,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54520, - "end": 54532, + "start": 55058, + "end": 55070, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 37 }, "end": { - "line": 1533, + "line": 1543, "column": 49 }, "identifierName": "AUDIO_SCREEN" @@ -94112,72 +94623,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 54548, - "end": 54584, + "start": 55086, + "end": 55122, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 48 } }, "left": { "type": "CallExpression", - "start": 54548, - "end": 54568, + "start": 55086, + "end": 55106, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54548, - "end": 54566, + "start": 55086, + "end": 55104, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54548, - "end": 54552, + "start": 55086, + "end": 55090, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54553, - "end": 54566, + "start": 55091, + "end": 55104, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 17 }, "end": { - "line": 1534, + "line": 1544, "column": 30 }, "identifierName": "getRecordType" @@ -94191,15 +94702,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54573, - "end": 54584, + "start": 55111, + "end": 55122, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 37 }, "end": { - "line": 1534, + "line": 1544, "column": 48 }, "identifierName": "AUDIO_VIDEO" @@ -94209,106 +94720,106 @@ }, "extra": { "parenthesized": true, - "parenStart": 54443 + "parenStart": 54981 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54601, - "end": 54640, + "start": 55139, + "end": 55178, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 54601, - "end": 54636, + "start": 55139, + "end": 55174, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 47 } }, "object": { "type": "CallExpression", - "start": 54601, - "end": 54629, + "start": 55139, + "end": 55167, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54601, - "end": 54627, + "start": 55139, + "end": 55165, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54601, - "end": 54612, + "start": 55139, + "end": 55150, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54601, - "end": 54605, + "start": 55139, + "end": 55143, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54606, - "end": 54612, + "start": 55144, + "end": 55150, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 17 }, "end": { - "line": 1535, + "line": 1545, "column": 23 }, "identifierName": "stream" @@ -94319,15 +94830,15 @@ }, "property": { "type": "Identifier", - "start": 54613, - "end": 54627, + "start": 55151, + "end": 55165, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 24 }, "end": { - "line": 1535, + "line": 1545, "column": 38 }, "identifierName": "getAudioTracks" @@ -94340,15 +94851,15 @@ }, "property": { "type": "Identifier", - "start": 54630, - "end": 54636, + "start": 55168, + "end": 55174, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 41 }, "end": { - "line": 1535, + "line": 1545, "column": 47 }, "identifierName": "length" @@ -94360,15 +94871,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 54639, - "end": 54640, + "start": 55177, + "end": 55178, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 50 }, "end": { - "line": 1535, + "line": 1545, "column": 51 } }, @@ -94382,144 +94893,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 54642, - "end": 54714, + "start": 55180, + "end": 55252, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 53 }, "end": { - "line": 1537, + "line": 1547, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 54656, - "end": 54704, + "start": 55194, + "end": 55242, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 54656, - "end": 54703, + "start": 55194, + "end": 55241, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 54656, - "end": 54695, + "start": 55194, + "end": 55233, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 54656, - "end": 54687, + "start": 55194, + "end": 55225, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 43 } }, "object": { "type": "CallExpression", - "start": 54656, - "end": 54684, + "start": 55194, + "end": 55222, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54656, - "end": 54682, + "start": 55194, + "end": 55220, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54656, - "end": 54667, + "start": 55194, + "end": 55205, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54656, - "end": 54660, + "start": 55194, + "end": 55198, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54661, - "end": 54667, + "start": 55199, + "end": 55205, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 17 }, "end": { - "line": 1536, + "line": 1546, "column": 23 }, "identifierName": "stream" @@ -94530,15 +95041,15 @@ }, "property": { "type": "Identifier", - "start": 54668, - "end": 54682, + "start": 55206, + "end": 55220, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 24 }, "end": { - "line": 1536, + "line": 1546, "column": 38 }, "identifierName": "getAudioTracks" @@ -94551,15 +95062,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54685, - "end": 54686, + "start": 55223, + "end": 55224, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 41 }, "end": { - "line": 1536, + "line": 1546, "column": 42 } }, @@ -94573,15 +95084,15 @@ }, "property": { "type": "Identifier", - "start": 54688, - "end": 54695, + "start": 55226, + "end": 55233, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 44 }, "end": { - "line": 1536, + "line": 1546, "column": 51 }, "identifierName": "enabled" @@ -94592,15 +95103,15 @@ }, "right": { "type": "UnaryExpression", - "start": 54698, - "end": 54703, + "start": 55236, + "end": 55241, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 54 }, "end": { - "line": 1536, + "line": 1546, "column": 59 } }, @@ -94608,15 +95119,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54699, - "end": 54703, + "start": 55237, + "end": 55241, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 55 }, "end": { - "line": 1536, + "line": 1546, "column": 59 }, "identifierName": "mute" @@ -94636,100 +95147,100 @@ }, { "type": "IfStatement", - "start": 54724, - "end": 54892, + "start": 55262, + "end": 55430, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 8 }, "end": { - "line": 1542, + "line": 1552, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 54728, - "end": 54818, + "start": 55266, + "end": 55356, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 54728, - "end": 54763, + "start": 55266, + "end": 55301, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 47 } }, "left": { "type": "CallExpression", - "start": 54728, - "end": 54748, + "start": 55266, + "end": 55286, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54728, - "end": 54746, + "start": 55266, + "end": 55284, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54728, - "end": 54732, + "start": 55266, + "end": 55270, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54733, - "end": 54746, + "start": 55271, + "end": 55284, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 17 }, "end": { - "line": 1539, + "line": 1549, "column": 30 }, "identifierName": "getRecordType" @@ -94743,15 +95254,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 54753, - "end": 54763, + "start": 55291, + "end": 55301, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 37 }, "end": { - "line": 1539, + "line": 1549, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -94762,100 +95273,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54779, - "end": 54818, + "start": 55317, + "end": 55356, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 54779, - "end": 54814, + "start": 55317, + "end": 55352, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 47 } }, "object": { "type": "CallExpression", - "start": 54779, - "end": 54807, + "start": 55317, + "end": 55345, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54779, - "end": 54805, + "start": 55317, + "end": 55343, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54779, - "end": 54790, + "start": 55317, + "end": 55328, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54779, - "end": 54783, + "start": 55317, + "end": 55321, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54784, - "end": 54790, + "start": 55322, + "end": 55328, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 17 }, "end": { - "line": 1540, + "line": 1550, "column": 23 }, "identifierName": "stream" @@ -94866,15 +95377,15 @@ }, "property": { "type": "Identifier", - "start": 54791, - "end": 54805, + "start": 55329, + "end": 55343, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 24 }, "end": { - "line": 1540, + "line": 1550, "column": 38 }, "identifierName": "getVideoTracks" @@ -94887,15 +95398,15 @@ }, "property": { "type": "Identifier", - "start": 54808, - "end": 54814, + "start": 55346, + "end": 55352, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 41 }, "end": { - "line": 1540, + "line": 1550, "column": 47 }, "identifierName": "length" @@ -94907,15 +95418,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 54817, - "end": 54818, + "start": 55355, + "end": 55356, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 50 }, "end": { - "line": 1540, + "line": 1550, "column": 51 } }, @@ -94929,144 +95440,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 54820, - "end": 54892, + "start": 55358, + "end": 55430, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 53 }, "end": { - "line": 1542, + "line": 1552, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 54834, - "end": 54882, + "start": 55372, + "end": 55420, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 54834, - "end": 54881, + "start": 55372, + "end": 55419, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 54834, - "end": 54873, + "start": 55372, + "end": 55411, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 54834, - "end": 54865, + "start": 55372, + "end": 55403, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 43 } }, "object": { "type": "CallExpression", - "start": 54834, - "end": 54862, + "start": 55372, + "end": 55400, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54834, - "end": 54860, + "start": 55372, + "end": 55398, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54834, - "end": 54845, + "start": 55372, + "end": 55383, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54834, - "end": 54838, + "start": 55372, + "end": 55376, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54839, - "end": 54845, + "start": 55377, + "end": 55383, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 17 }, "end": { - "line": 1541, + "line": 1551, "column": 23 }, "identifierName": "stream" @@ -95077,15 +95588,15 @@ }, "property": { "type": "Identifier", - "start": 54846, - "end": 54860, + "start": 55384, + "end": 55398, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 24 }, "end": { - "line": 1541, + "line": 1551, "column": 38 }, "identifierName": "getVideoTracks" @@ -95098,15 +95609,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54863, - "end": 54864, + "start": 55401, + "end": 55402, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 41 }, "end": { - "line": 1541, + "line": 1551, "column": 42 } }, @@ -95120,15 +95631,15 @@ }, "property": { "type": "Identifier", - "start": 54866, - "end": 54873, + "start": 55404, + "end": 55411, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 44 }, "end": { - "line": 1541, + "line": 1551, "column": 51 }, "identifierName": "enabled" @@ -95139,15 +95650,15 @@ }, "right": { "type": "UnaryExpression", - "start": 54876, - "end": 54881, + "start": 55414, + "end": 55419, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 54 }, "end": { - "line": 1541, + "line": 1551, "column": 59 } }, @@ -95155,15 +95666,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54877, - "end": 54881, + "start": 55415, + "end": 55419, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 55 }, "end": { - "line": 1541, + "line": 1551, "column": 59 }, "identifierName": "mute" @@ -95189,15 +95700,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 54267, - "end": 54407, + "start": 54805, + "end": 54945, "loc": { "start": { - "line": 1526, + "line": 1536, "column": 4 }, "end": { - "line": 1530, + "line": 1540, "column": 7 } } @@ -95207,15 +95718,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 54904, - "end": 55083, + "start": 55442, + "end": 55621, "loc": { "start": { - "line": 1545, + "line": 1555, "column": 4 }, "end": { - "line": 1551, + "line": 1561, "column": 7 } } @@ -95224,15 +95735,15 @@ }, { "type": "ClassMethod", - "start": 55088, - "end": 55250, + "start": 55626, + "end": 55788, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 4 }, "end": { - "line": 1555, + "line": 1565, "column": 5 } }, @@ -95240,15 +95751,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55088, - "end": 55101, + "start": 55626, + "end": 55639, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 4 }, "end": { - "line": 1552, + "line": 1562, "column": 17 }, "identifierName": "getRecordType" @@ -95264,58 +95775,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 55104, - "end": 55250, + "start": 55642, + "end": 55788, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 20 }, "end": { - "line": 1555, + "line": 1565, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 55114, - "end": 55244, + "start": 55652, + "end": 55782, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 8 }, "end": { - "line": 1554, + "line": 1564, "column": 71 } }, "argument": { "type": "CallExpression", - "start": 55121, - "end": 55243, + "start": 55659, + "end": 55781, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 15 }, "end": { - "line": 1554, + "line": 1564, "column": 70 } }, "callee": { "type": "Identifier", - "start": 55121, - "end": 55136, + "start": 55659, + "end": 55674, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 15 }, "end": { - "line": 1553, + "line": 1563, "column": 30 }, "identifierName": "getRecorderMode" @@ -95325,44 +95836,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 55137, - "end": 55153, + "start": 55675, + "end": 55691, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 31 }, "end": { - "line": 1553, + "line": 1563, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 55137, - "end": 55141, + "start": 55675, + "end": 55679, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 31 }, "end": { - "line": 1553, + "line": 1563, "column": 35 } } }, "property": { "type": "Identifier", - "start": 55142, - "end": 55153, + "start": 55680, + "end": 55691, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 36 }, "end": { - "line": 1553, + "line": 1563, "column": 47 }, "identifierName": "recordImage" @@ -95373,44 +95884,44 @@ }, { "type": "MemberExpression", - "start": 55155, - "end": 55171, + "start": 55693, + "end": 55709, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 49 }, "end": { - "line": 1553, + "line": 1563, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 55155, - "end": 55159, + "start": 55693, + "end": 55697, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 49 }, "end": { - "line": 1553, + "line": 1563, "column": 53 } } }, "property": { "type": "Identifier", - "start": 55160, - "end": 55171, + "start": 55698, + "end": 55709, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 54 }, "end": { - "line": 1553, + "line": 1563, "column": 65 }, "identifierName": "recordAudio" @@ -95421,44 +95932,44 @@ }, { "type": "MemberExpression", - "start": 55185, - "end": 55201, + "start": 55723, + "end": 55739, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 12 }, "end": { - "line": 1554, + "line": 1564, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 55185, - "end": 55189, + "start": 55723, + "end": 55727, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 12 }, "end": { - "line": 1554, + "line": 1564, "column": 16 } } }, "property": { "type": "Identifier", - "start": 55190, - "end": 55201, + "start": 55728, + "end": 55739, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 17 }, "end": { - "line": 1554, + "line": 1564, "column": 28 }, "identifierName": "recordVideo" @@ -95469,44 +95980,44 @@ }, { "type": "MemberExpression", - "start": 55203, - "end": 55223, + "start": 55741, + "end": 55761, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 30 }, "end": { - "line": 1554, + "line": 1564, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 55203, - "end": 55207, + "start": 55741, + "end": 55745, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 30 }, "end": { - "line": 1554, + "line": 1564, "column": 34 } } }, "property": { "type": "Identifier", - "start": 55208, - "end": 55223, + "start": 55746, + "end": 55761, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 35 }, "end": { - "line": 1554, + "line": 1564, "column": 50 }, "identifierName": "recordAnimation" @@ -95517,44 +96028,44 @@ }, { "type": "MemberExpression", - "start": 55225, - "end": 55242, + "start": 55763, + "end": 55780, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 52 }, "end": { - "line": 1554, + "line": 1564, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 55225, - "end": 55229, + "start": 55763, + "end": 55767, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 52 }, "end": { - "line": 1554, + "line": 1564, "column": 56 } } }, "property": { "type": "Identifier", - "start": 55230, - "end": 55242, + "start": 55768, + "end": 55780, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 57 }, "end": { - "line": 1554, + "line": 1564, "column": 69 }, "identifierName": "recordScreen" @@ -95574,15 +96085,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 54904, - "end": 55083, + "start": 55442, + "end": 55621, "loc": { "start": { - "line": 1545, + "line": 1555, "column": 4 }, "end": { - "line": 1551, + "line": 1561, "column": 7 } } @@ -95591,16 +96102,16 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55256, - "end": 55325, + "value": "*\n * Start converter.\n ", + "start": 55794, + "end": 55829, "loc": { "start": { - "line": 1557, + "line": 1567, "column": 4 }, "end": { - "line": 1560, + "line": 1569, "column": 7 } } @@ -95609,15 +96120,420 @@ }, { "type": "ClassMethod", - "start": 55330, - "end": 56113, + "start": 55834, + "end": 55967, "loc": { "start": { - "line": 1561, + "line": 1570, "column": 4 }, "end": { + "line": 1574, + "column": 5 + } + }, + "static": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 55834, + "end": 55841, + "loc": { + "start": { + "line": 1570, + "column": 4 + }, + "end": { + "line": 1570, + "column": 11 + }, + "identifierName": "convert" + }, + "name": "convert", + "leadingComments": null + }, + "kind": "method", + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [], + "body": { + "type": "BlockStatement", + "start": 55844, + "end": 55967, + "loc": { + "start": { + "line": 1570, + "column": 14 + }, + "end": { + "line": 1574, + "column": 5 + } + }, + "body": [ + { + "type": "IfStatement", + "start": 55854, + "end": 55961, + "loc": { + "start": { + "line": 1571, + "column": 8 + }, + "end": { + "line": 1573, + "column": 9 + } + }, + "test": { + "type": "BinaryExpression", + "start": 55858, + "end": 55886, + "loc": { + "start": { + "line": 1571, + "column": 12 + }, + "end": { + "line": 1571, + "column": 40 + } + }, + "left": { + "type": "MemberExpression", + "start": 55858, + "end": 55872, + "loc": { + "start": { + "line": 1571, + "column": 12 + }, + "end": { + "line": 1571, + "column": 26 + } + }, + "object": { + "type": "ThisExpression", + "start": 55858, + "end": 55862, + "loc": { + "start": { + "line": 1571, + "column": 12 + }, + "end": { + "line": 1571, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 55863, + "end": 55872, + "loc": { + "start": { + "line": 1571, + "column": 17 + }, + "end": { + "line": 1571, + "column": 26 + }, + "identifierName": "converter" + }, + "name": "converter" + }, + "computed": false + }, + "operator": "!==", + "right": { + "type": "Identifier", + "start": 55877, + "end": 55886, + "loc": { + "start": { + "line": 1571, + "column": 31 + }, + "end": { + "line": 1571, + "column": 40 + }, + "identifierName": "undefined" + }, + "name": "undefined" + } + }, + "consequent": { + "type": "BlockStatement", + "start": 55888, + "end": 55961, + "loc": { + "start": { + "line": 1571, + "column": 42 + }, + "end": { + "line": 1573, + "column": 9 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 55902, + "end": 55951, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 61 + } + }, + "expression": { + "type": "CallExpression", + "start": 55902, + "end": 55950, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 60 + } + }, + "callee": { + "type": "MemberExpression", + "start": 55902, + "end": 55924, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 34 + } + }, + "object": { + "type": "MemberExpression", + "start": 55902, + "end": 55916, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 26 + } + }, + "object": { + "type": "ThisExpression", + "start": 55902, + "end": 55906, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 55907, + "end": 55916, + "loc": { + "start": { + "line": 1572, + "column": 17 + }, + "end": { + "line": 1572, + "column": 26 + }, + "identifierName": "converter" + }, + "name": "converter" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 55917, + "end": 55924, + "loc": { + "start": { + "line": 1572, + "column": 27 + }, + "end": { + "line": 1572, + "column": 34 + }, + "identifierName": "convert" + }, + "name": "convert" + }, + "computed": false + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 55925, + "end": 55949, + "loc": { + "start": { + "line": 1572, + "column": 35 + }, + "end": { + "line": 1572, + "column": 59 + } + }, + "object": { + "type": "MemberExpression", + "start": 55925, + "end": 55936, + "loc": { + "start": { + "line": 1572, + "column": 35 + }, + "end": { + "line": 1572, + "column": 46 + } + }, + "object": { + "type": "ThisExpression", + "start": 55925, + "end": 55929, + "loc": { + "start": { + "line": 1572, + "column": 35 + }, + "end": { + "line": 1572, + "column": 39 + } + } + }, + "property": { + "type": "Identifier", + "start": 55930, + "end": 55936, + "loc": { + "start": { + "line": 1572, + "column": 40 + }, + "end": { + "line": 1572, + "column": 46 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 55937, + "end": 55949, + "loc": { + "start": { + "line": 1572, + "column": 47 + }, + "end": { + "line": 1572, + "column": 59 + }, + "identifierName": "recordedData" + }, + "name": "recordedData" + }, + "computed": false + } + ] + } + } + ], + "directives": [] + }, + "alternate": null + } + ], + "directives": [], + "trailingComments": null + }, + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Start converter.\n ", + "start": 55794, + "end": 55829, + "loc": { + "start": { + "line": 1567, + "column": 4 + }, + "end": { + "line": 1569, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Create and display snapshot image.\n * @private\n ", + "start": 55973, + "end": 56042, + "loc": { + "start": { + "line": 1576, + "column": 4 + }, + "end": { + "line": 1579, + "column": 7 + } + } + } + ] + }, + { + "type": "ClassMethod", + "start": 56047, + "end": 56830, + "loc": { + "start": { "line": 1580, + "column": 4 + }, + "end": { + "line": 1599, "column": 5 } }, @@ -95625,15 +96541,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55330, - "end": 55344, + "start": 56047, + "end": 56061, "loc": { "start": { - "line": 1561, + "line": 1580, "column": 4 }, "end": { - "line": 1561, + "line": 1580, "column": 18 }, "identifierName": "createSnapshot" @@ -95649,115 +96565,115 @@ "params": [], "body": { "type": "BlockStatement", - "start": 55347, - "end": 56113, + "start": 56064, + "end": 56830, "loc": { "start": { - "line": 1561, + "line": 1580, "column": 21 }, "end": { - "line": 1580, + "line": 1599, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 55357, - "end": 56107, + "start": 56074, + "end": 56824, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1579, + "line": 1598, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 55357, - "end": 56106, + "start": 56074, + "end": 56823, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1579, + "line": 1598, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 55357, - "end": 55381, + "start": 56074, + "end": 56098, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 32 } }, "object": { "type": "CallExpression", - "start": 55357, - "end": 55376, + "start": 56074, + "end": 56093, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 55357, - "end": 55374, + "start": 56074, + "end": 56091, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 55357, - "end": 55361, + "start": 56074, + "end": 56078, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 12 } } }, "property": { "type": "Identifier", - "start": 55362, - "end": 55374, + "start": 56079, + "end": 56091, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 13 }, "end": { - "line": 1562, + "line": 1581, "column": 25 }, "identifierName": "captureFrame" @@ -95770,15 +96686,15 @@ }, "property": { "type": "Identifier", - "start": 55377, - "end": 55381, + "start": 56094, + "end": 56098, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 28 }, "end": { - "line": 1562, + "line": 1581, "column": 32 }, "identifierName": "then" @@ -95790,15 +96706,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55382, - "end": 56056, + "start": 56099, + "end": 56773, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 33 }, "end": { - "line": 1579, + "line": 1598, "column": 9 } }, @@ -95809,15 +96725,15 @@ "params": [ { "type": "Identifier", - "start": 55383, - "end": 55389, + "start": 56100, + "end": 56106, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 34 }, "end": { - "line": 1562, + "line": 1581, "column": 40 }, "identifierName": "result" @@ -95827,87 +96743,87 @@ ], "body": { "type": "BlockStatement", - "start": 55394, - "end": 56056, + "start": 56111, + "end": 56773, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 45 }, "end": { - "line": 1579, + "line": 1598, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 55408, - "end": 56046, + "start": 56125, + "end": 56763, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 12 }, "end": { - "line": 1578, + "line": 1597, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 55412, - "end": 55443, + "start": 56129, + "end": 56160, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 16 }, "end": { - "line": 1563, + "line": 1582, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 55412, - "end": 55432, + "start": 56129, + "end": 56149, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 16 }, "end": { - "line": 1563, + "line": 1582, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 55412, - "end": 55416, + "start": 56129, + "end": 56133, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 16 }, "end": { - "line": 1563, + "line": 1582, "column": 20 } } }, "property": { "type": "Identifier", - "start": 55417, - "end": 55432, + "start": 56134, + "end": 56149, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 21 }, "end": { - "line": 1563, + "line": 1582, "column": 36 }, "identifierName": "imageOutputType" @@ -95919,15 +96835,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 55437, - "end": 55443, + "start": 56154, + "end": 56160, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 41 }, "end": { - "line": 1563, + "line": 1582, "column": 47 } }, @@ -95940,72 +96856,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 55445, - "end": 55716, + "start": 56162, + "end": 56433, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 49 }, "end": { - "line": 1571, + "line": 1590, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55515, - "end": 55702, + "start": 56232, + "end": 56419, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1570, + "line": 1589, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 55515, - "end": 55701, + "start": 56232, + "end": 56418, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1570, + "line": 1589, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 55515, - "end": 55528, + "start": 56232, + "end": 56245, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1565, + "line": 1584, "column": 29 } }, "object": { "type": "Identifier", - "start": 55515, - "end": 55521, + "start": 56232, + "end": 56238, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1565, + "line": 1584, "column": 22 }, "identifierName": "result" @@ -96015,15 +96931,15 @@ }, "property": { "type": "Identifier", - "start": 55522, - "end": 55528, + "start": 56239, + "end": 56245, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 23 }, "end": { - "line": 1565, + "line": 1584, "column": 29 }, "identifierName": "toBlob" @@ -96036,15 +96952,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55529, - "end": 55700, + "start": 56246, + "end": 56417, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 30 }, "end": { - "line": 1570, + "line": 1589, "column": 17 } }, @@ -96055,15 +96971,15 @@ "params": [ { "type": "Identifier", - "start": 55530, - "end": 55534, + "start": 56247, + "end": 56251, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 31 }, "end": { - "line": 1565, + "line": 1584, "column": 35 }, "identifierName": "blob" @@ -96073,102 +96989,102 @@ ], "body": { "type": "BlockStatement", - "start": 55539, - "end": 55700, + "start": 56256, + "end": 56417, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 40 }, "end": { - "line": 1570, + "line": 1589, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 55561, - "end": 55593, + "start": 56278, + "end": 56310, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 55561, - "end": 55592, + "start": 56278, + "end": 56309, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55561, - "end": 55585, + "start": 56278, + "end": 56302, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 55561, - "end": 55572, + "start": 56278, + "end": 56289, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 55561, - "end": 55565, + "start": 56278, + "end": 56282, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 24 } } }, "property": { "type": "Identifier", - "start": 55566, - "end": 55572, + "start": 56283, + "end": 56289, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 25 }, "end": { - "line": 1566, + "line": 1585, "column": 31 }, "identifierName": "player" @@ -96179,15 +97095,15 @@ }, "property": { "type": "Identifier", - "start": 55573, - "end": 55585, + "start": 56290, + "end": 56302, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 32 }, "end": { - "line": 1566, + "line": 1585, "column": 44 }, "identifierName": "recordedData" @@ -96198,15 +97114,15 @@ }, "right": { "type": "Identifier", - "start": 55588, - "end": 55592, + "start": 56305, + "end": 56309, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 47 }, "end": { - "line": 1566, + "line": 1585, "column": 51 }, "identifierName": "blob" @@ -96218,15 +97134,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55615, - "end": 55638, + "start": 56332, + "end": 56355, "loc": { "start": { - "line": 1568, + "line": 1587, "column": 20 }, "end": { - "line": 1568, + "line": 1587, "column": 43 } } @@ -96235,57 +97151,57 @@ }, { "type": "ExpressionStatement", - "start": 55659, - "end": 55682, + "start": 56376, + "end": 56399, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 43 } }, "expression": { "type": "CallExpression", - "start": 55659, - "end": 55681, + "start": 56376, + "end": 56398, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 55659, - "end": 55679, + "start": 56376, + "end": 56396, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 55659, - "end": 55663, + "start": 56376, + "end": 56380, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 24 } }, @@ -96293,15 +97209,15 @@ }, "property": { "type": "Identifier", - "start": 55664, - "end": 55679, + "start": 56381, + "end": 56396, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 25 }, "end": { - "line": 1569, + "line": 1588, "column": 40 }, "identifierName": "displaySnapshot" @@ -96318,15 +97234,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55615, - "end": 55638, + "start": 56332, + "end": 56355, "loc": { "start": { - "line": 1568, + "line": 1587, "column": 20 }, "end": { - "line": 1568, + "line": 1587, "column": 43 } } @@ -96344,15 +97260,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 55463, - "end": 55498, + "start": 56180, + "end": 56215, "loc": { "start": { - "line": 1564, + "line": 1583, "column": 16 }, "end": { - "line": 1564, + "line": 1583, "column": 51 } } @@ -96364,72 +97280,72 @@ }, "alternate": { "type": "IfStatement", - "start": 55722, - "end": 56046, + "start": 56439, + "end": 56763, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 19 }, "end": { - "line": 1578, + "line": 1597, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 55726, - "end": 55760, + "start": 56443, + "end": 56477, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 23 }, "end": { - "line": 1571, + "line": 1590, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 55726, - "end": 55746, + "start": 56443, + "end": 56463, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 23 }, "end": { - "line": 1571, + "line": 1590, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 55726, - "end": 55730, + "start": 56443, + "end": 56447, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 23 }, "end": { - "line": 1571, + "line": 1590, "column": 27 } } }, "property": { "type": "Identifier", - "start": 55731, - "end": 55746, + "start": 56448, + "end": 56463, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 28 }, "end": { - "line": 1571, + "line": 1590, "column": 43 }, "identifierName": "imageOutputType" @@ -96441,15 +97357,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 55751, - "end": 55760, + "start": 56468, + "end": 56477, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 48 }, "end": { - "line": 1571, + "line": 1590, "column": 57 } }, @@ -96462,87 +97378,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 55762, - "end": 56046, + "start": 56479, + "end": 56763, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 59 }, "end": { - "line": 1578, + "line": 1597, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55837, - "end": 55951, + "start": 56554, + "end": 56668, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1574, + "line": 1593, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 55837, - "end": 55950, + "start": 56554, + "end": 56667, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1574, + "line": 1593, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55837, - "end": 55861, + "start": 56554, + "end": 56578, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1573, + "line": 1592, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 55837, - "end": 55848, + "start": 56554, + "end": 56565, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1573, + "line": 1592, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 55837, - "end": 55841, + "start": 56554, + "end": 56558, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1573, + "line": 1592, "column": 20 } }, @@ -96550,15 +97466,15 @@ }, "property": { "type": "Identifier", - "start": 55842, - "end": 55848, + "start": 56559, + "end": 56565, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 21 }, "end": { - "line": 1573, + "line": 1592, "column": 27 }, "identifierName": "player" @@ -96570,15 +97486,15 @@ }, "property": { "type": "Identifier", - "start": 55849, - "end": 55861, + "start": 56566, + "end": 56578, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 28 }, "end": { - "line": 1573, + "line": 1592, "column": 40 }, "identifierName": "recordedData" @@ -96590,43 +97506,43 @@ }, "right": { "type": "CallExpression", - "start": 55864, - "end": 55950, + "start": 56581, + "end": 56667, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 43 }, "end": { - "line": 1574, + "line": 1593, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 55864, - "end": 55880, + "start": 56581, + "end": 56597, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 43 }, "end": { - "line": 1573, + "line": 1592, "column": 59 } }, "object": { "type": "Identifier", - "start": 55864, - "end": 55870, + "start": 56581, + "end": 56587, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 43 }, "end": { - "line": 1573, + "line": 1592, "column": 49 }, "identifierName": "result" @@ -96635,15 +97551,15 @@ }, "property": { "type": "Identifier", - "start": 55871, - "end": 55880, + "start": 56588, + "end": 56597, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 50 }, "end": { - "line": 1573, + "line": 1592, "column": 59 }, "identifierName": "toDataURL" @@ -96655,44 +97571,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 55902, - "end": 55924, + "start": 56619, + "end": 56641, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 20 }, "end": { - "line": 1574, + "line": 1593, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 55902, - "end": 55906, + "start": 56619, + "end": 56623, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 20 }, "end": { - "line": 1574, + "line": 1593, "column": 24 } } }, "property": { "type": "Identifier", - "start": 55907, - "end": 55924, + "start": 56624, + "end": 56641, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 25 }, "end": { - "line": 1574, + "line": 1593, "column": 42 }, "identifierName": "imageOutputFormat" @@ -96703,44 +97619,44 @@ }, { "type": "MemberExpression", - "start": 55926, - "end": 55949, + "start": 56643, + "end": 56666, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 44 }, "end": { - "line": 1574, + "line": 1593, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 55926, - "end": 55930, + "start": 56643, + "end": 56647, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 44 }, "end": { - "line": 1574, + "line": 1593, "column": 48 } } }, "property": { "type": "Identifier", - "start": 55931, - "end": 55949, + "start": 56648, + "end": 56666, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 49 }, "end": { - "line": 1574, + "line": 1593, "column": 67 }, "identifierName": "imageOutputQuality" @@ -96757,15 +97673,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 55780, - "end": 55820, + "start": 56497, + "end": 56537, "loc": { "start": { - "line": 1572, + "line": 1591, "column": 16 }, "end": { - "line": 1572, + "line": 1591, "column": 56 } } @@ -96775,15 +97691,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55969, - "end": 55992, + "start": 56686, + "end": 56709, "loc": { "start": { - "line": 1576, + "line": 1595, "column": 16 }, "end": { - "line": 1576, + "line": 1595, "column": 39 } } @@ -96792,57 +97708,57 @@ }, { "type": "ExpressionStatement", - "start": 56009, - "end": 56032, + "start": 56726, + "end": 56749, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 56009, - "end": 56031, + "start": 56726, + "end": 56748, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 56009, - "end": 56029, + "start": 56726, + "end": 56746, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 56009, - "end": 56013, + "start": 56726, + "end": 56730, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 20 } }, @@ -96850,15 +97766,15 @@ }, "property": { "type": "Identifier", - "start": 56014, - "end": 56029, + "start": 56731, + "end": 56746, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 21 }, "end": { - "line": 1577, + "line": 1596, "column": 36 }, "identifierName": "displaySnapshot" @@ -96875,15 +97791,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55969, - "end": 55992, + "start": 56686, + "end": 56709, "loc": { "start": { - "line": 1576, + "line": 1595, "column": 16 }, "end": { - "line": 1576, + "line": 1595, "column": 39 } } @@ -96902,44 +97818,44 @@ }, { "type": "MemberExpression", - "start": 56058, - "end": 56080, + "start": 56775, + "end": 56797, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 11 }, "end": { - "line": 1579, + "line": 1598, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 56058, - "end": 56062, + "start": 56775, + "end": 56779, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 11 }, "end": { - "line": 1579, + "line": 1598, "column": 15 } } }, "property": { "type": "Identifier", - "start": 56063, - "end": 56080, + "start": 56780, + "end": 56797, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 16 }, "end": { - "line": 1579, + "line": 1598, "column": 33 }, "identifierName": "imageOutputFormat" @@ -96950,44 +97866,44 @@ }, { "type": "MemberExpression", - "start": 56082, - "end": 56105, + "start": 56799, + "end": 56822, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 35 }, "end": { - "line": 1579, + "line": 1598, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 56082, - "end": 56086, + "start": 56799, + "end": 56803, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 35 }, "end": { - "line": 1579, + "line": 1598, "column": 39 } } }, "property": { "type": "Identifier", - "start": 56087, - "end": 56105, + "start": 56804, + "end": 56822, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 40 }, "end": { - "line": 1579, + "line": 1598, "column": 58 }, "identifierName": "imageOutputQuality" @@ -97007,15 +97923,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55256, - "end": 55325, + "start": 55973, + "end": 56042, "loc": { "start": { - "line": 1557, + "line": 1576, "column": 4 }, "end": { - "line": 1560, + "line": 1579, "column": 7 } } @@ -97025,15 +97941,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 56119, - "end": 56177, + "start": 56836, + "end": 56894, "loc": { "start": { - "line": 1582, + "line": 1601, "column": 4 }, "end": { - "line": 1585, + "line": 1604, "column": 7 } } @@ -97042,15 +97958,15 @@ }, { "type": "ClassMethod", - "start": 56182, - "end": 56406, + "start": 56899, + "end": 57123, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 4 }, "end": { - "line": 1595, + "line": 1614, "column": 5 } }, @@ -97058,15 +97974,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56182, - "end": 56197, + "start": 56899, + "end": 56914, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 4 }, "end": { - "line": 1586, + "line": 1605, "column": 19 }, "identifierName": "displaySnapshot" @@ -97082,101 +97998,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56200, - "end": 56406, + "start": 56917, + "end": 57123, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 22 }, "end": { - "line": 1595, + "line": 1614, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 56240, - "end": 56281, + "start": 56957, + "end": 56998, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 56240, - "end": 56280, + "start": 56957, + "end": 56997, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56240, - "end": 56271, + "start": 56957, + "end": 56988, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 56240, - "end": 56263, + "start": 56957, + "end": 56980, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 56240, - "end": 56257, + "start": 56957, + "end": 56974, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 56240, - "end": 56244, + "start": 56957, + "end": 56961, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 12 } }, @@ -97184,15 +98100,15 @@ }, "property": { "type": "Identifier", - "start": 56245, - "end": 56257, + "start": 56962, + "end": 56974, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 13 }, "end": { - "line": 1588, + "line": 1607, "column": 25 }, "identifierName": "mediaElement" @@ -97204,15 +98120,15 @@ }, "property": { "type": "Identifier", - "start": 56258, - "end": 56263, + "start": 56975, + "end": 56980, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 26 }, "end": { - "line": 1588, + "line": 1607, "column": 31 }, "identifierName": "style" @@ -97224,15 +98140,15 @@ }, "property": { "type": "Identifier", - "start": 56264, - "end": 56271, + "start": 56981, + "end": 56988, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 32 }, "end": { - "line": 1588, + "line": 1607, "column": 39 }, "identifierName": "display" @@ -97244,15 +98160,15 @@ }, "right": { "type": "StringLiteral", - "start": 56274, - "end": 56280, + "start": 56991, + "end": 56997, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 42 }, "end": { - "line": 1588, + "line": 1607, "column": 48 } }, @@ -97268,15 +98184,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 56210, - "end": 56231, + "start": 56927, + "end": 56948, "loc": { "start": { - "line": 1587, + "line": 1606, "column": 8 }, "end": { - "line": 1587, + "line": 1606, "column": 29 } } @@ -97286,15 +98202,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56291, - "end": 56311, + "start": 57008, + "end": 57028, "loc": { "start": { - "line": 1590, + "line": 1609, "column": 8 }, "end": { - "line": 1590, + "line": 1609, "column": 28 } } @@ -97303,85 +98219,85 @@ }, { "type": "ExpressionStatement", - "start": 56320, - "end": 56352, + "start": 57037, + "end": 57069, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56320, - "end": 56351, + "start": 57037, + "end": 57068, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56320, - "end": 56349, + "start": 57037, + "end": 57066, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56320, - "end": 56344, + "start": 57037, + "end": 57061, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56320, - "end": 56331, + "start": 57037, + "end": 57048, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56320, - "end": 56324, + "start": 57037, + "end": 57041, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 12 } }, @@ -97389,15 +98305,15 @@ }, "property": { "type": "Identifier", - "start": 56325, - "end": 56331, + "start": 57042, + "end": 57048, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 13 }, "end": { - "line": 1591, + "line": 1610, "column": 19 }, "identifierName": "player" @@ -97409,15 +98325,15 @@ }, "property": { "type": "Identifier", - "start": 56332, - "end": 56344, + "start": 57049, + "end": 57061, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 20 }, "end": { - "line": 1591, + "line": 1610, "column": 32 }, "identifierName": "recordCanvas" @@ -97429,15 +98345,15 @@ }, "property": { "type": "Identifier", - "start": 56345, - "end": 56349, + "start": 57062, + "end": 57066, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 33 }, "end": { - "line": 1591, + "line": 1610, "column": 37 }, "identifierName": "show" @@ -97454,15 +98370,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56291, - "end": 56311, + "start": 57008, + "end": 57028, "loc": { "start": { - "line": 1590, + "line": 1609, "column": 8 }, "end": { - "line": 1590, + "line": 1609, "column": 28 } } @@ -97472,15 +98388,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56362, - "end": 56379, + "start": 57079, + "end": 57096, "loc": { "start": { - "line": 1593, + "line": 1612, "column": 8 }, "end": { - "line": 1593, + "line": 1612, "column": 25 } } @@ -97489,57 +98405,57 @@ }, { "type": "ExpressionStatement", - "start": 56388, - "end": 56400, + "start": 57105, + "end": 57117, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 56388, - "end": 56399, + "start": 57105, + "end": 57116, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 56388, - "end": 56397, + "start": 57105, + "end": 57114, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 56388, - "end": 56392, + "start": 57105, + "end": 57109, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 12 } }, @@ -97547,15 +98463,15 @@ }, "property": { "type": "Identifier", - "start": 56393, - "end": 56397, + "start": 57110, + "end": 57114, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 13 }, "end": { - "line": 1594, + "line": 1613, "column": 17 }, "identifierName": "stop" @@ -97572,15 +98488,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56362, - "end": 56379, + "start": 57079, + "end": 57096, "loc": { "start": { - "line": 1593, + "line": 1612, "column": 8 }, "end": { - "line": 1593, + "line": 1612, "column": 25 } } @@ -97595,15 +98511,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 56119, - "end": 56177, + "start": 56836, + "end": 56894, "loc": { "start": { - "line": 1582, + "line": 1601, "column": 4 }, "end": { - "line": 1585, + "line": 1604, "column": 7 } } @@ -97613,15 +98529,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56412, - "end": 56486, + "start": 57129, + "end": 57203, "loc": { "start": { - "line": 1597, + "line": 1616, "column": 4 }, "end": { - "line": 1600, + "line": 1619, "column": 7 } } @@ -97630,15 +98546,15 @@ }, { "type": "ClassMethod", - "start": 56491, - "end": 56718, + "start": 57208, + "end": 57435, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 4 }, "end": { - "line": 1609, + "line": 1628, "column": 5 } }, @@ -97646,15 +98562,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56491, - "end": 56504, + "start": 57208, + "end": 57221, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 4 }, "end": { - "line": 1601, + "line": 1620, "column": 17 }, "identifierName": "retrySnapshot" @@ -97670,88 +98586,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56507, - "end": 56718, + "start": 57224, + "end": 57435, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 20 }, "end": { - "line": 1609, + "line": 1628, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 56517, - "end": 56542, + "start": 57234, + "end": 57259, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 56517, - "end": 56541, + "start": 57234, + "end": 57258, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56517, - "end": 56533, + "start": 57234, + "end": 57250, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 56517, - "end": 56521, + "start": 57234, + "end": 57238, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56522, - "end": 56533, + "start": 57239, + "end": 57250, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 13 }, "end": { - "line": 1602, + "line": 1621, "column": 24 }, "identifierName": "_processing" @@ -97762,15 +98678,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 56536, - "end": 56541, + "start": 57253, + "end": 57258, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 27 }, "end": { - "line": 1602, + "line": 1621, "column": 32 } }, @@ -97781,15 +98697,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56552, - "end": 56579, + "start": 57269, + "end": 57296, "loc": { "start": { - "line": 1604, + "line": 1623, "column": 8 }, "end": { - "line": 1604, + "line": 1623, "column": 35 } } @@ -97798,85 +98714,85 @@ }, { "type": "ExpressionStatement", - "start": 56588, - "end": 56620, + "start": 57305, + "end": 57337, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56588, - "end": 56619, + "start": 57305, + "end": 57336, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56588, - "end": 56617, + "start": 57305, + "end": 57334, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56588, - "end": 56612, + "start": 57305, + "end": 57329, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56588, - "end": 56599, + "start": 57305, + "end": 57316, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56588, - "end": 56592, + "start": 57305, + "end": 57309, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 12 } }, @@ -97884,15 +98800,15 @@ }, "property": { "type": "Identifier", - "start": 56593, - "end": 56599, + "start": 57310, + "end": 57316, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 13 }, "end": { - "line": 1605, + "line": 1624, "column": 19 }, "identifierName": "player" @@ -97904,15 +98820,15 @@ }, "property": { "type": "Identifier", - "start": 56600, - "end": 56612, + "start": 57317, + "end": 57329, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 20 }, "end": { - "line": 1605, + "line": 1624, "column": 32 }, "identifierName": "recordCanvas" @@ -97924,15 +98840,15 @@ }, "property": { "type": "Identifier", - "start": 56613, - "end": 56617, + "start": 57330, + "end": 57334, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 33 }, "end": { - "line": 1605, + "line": 1624, "column": 37 }, "identifierName": "hide" @@ -97949,15 +98865,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56552, - "end": 56579, + "start": 57269, + "end": 57296, "loc": { "start": { - "line": 1604, + "line": 1623, "column": 8 }, "end": { - "line": 1604, + "line": 1623, "column": 35 } } @@ -97967,15 +98883,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56630, - "end": 56651, + "start": 57347, + "end": 57368, "loc": { "start": { - "line": 1607, + "line": 1626, "column": 8 }, "end": { - "line": 1607, + "line": 1626, "column": 29 } } @@ -97984,128 +98900,128 @@ }, { "type": "ExpressionStatement", - "start": 56660, - "end": 56712, + "start": 57377, + "end": 57429, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 56660, - "end": 56711, + "start": 57377, + "end": 57428, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56660, - "end": 56701, + "start": 57377, + "end": 57418, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 56660, - "end": 56693, + "start": 57377, + "end": 57410, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 56660, - "end": 56687, + "start": 57377, + "end": 57404, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 35 } }, "object": { "type": "CallExpression", - "start": 56660, - "end": 56676, + "start": 57377, + "end": 57393, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 56660, - "end": 56674, + "start": 57377, + "end": 57391, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 22 } }, "object": { "type": "MemberExpression", - "start": 56660, - "end": 56671, + "start": 57377, + "end": 57388, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56660, - "end": 56664, + "start": 57377, + "end": 57381, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 12 } }, @@ -98113,15 +99029,15 @@ }, "property": { "type": "Identifier", - "start": 56665, - "end": 56671, + "start": 57382, + "end": 57388, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 13 }, "end": { - "line": 1608, + "line": 1627, "column": 19 }, "identifierName": "player" @@ -98133,15 +99049,15 @@ }, "property": { "type": "Identifier", - "start": 56672, - "end": 56674, + "start": 57389, + "end": 57391, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 20 }, "end": { - "line": 1608, + "line": 1627, "column": 22 }, "identifierName": "el" @@ -98156,15 +99072,15 @@ }, "property": { "type": "Identifier", - "start": 56677, - "end": 56687, + "start": 57394, + "end": 57404, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 25 }, "end": { - "line": 1608, + "line": 1627, "column": 35 }, "identifierName": "firstChild" @@ -98176,15 +99092,15 @@ }, "property": { "type": "Identifier", - "start": 56688, - "end": 56693, + "start": 57405, + "end": 57410, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 36 }, "end": { - "line": 1608, + "line": 1627, "column": 41 }, "identifierName": "style" @@ -98196,15 +99112,15 @@ }, "property": { "type": "Identifier", - "start": 56694, - "end": 56701, + "start": 57411, + "end": 57418, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 42 }, "end": { - "line": 1608, + "line": 1627, "column": 49 }, "identifierName": "display" @@ -98216,15 +99132,15 @@ }, "right": { "type": "StringLiteral", - "start": 56704, - "end": 56711, + "start": 57421, + "end": 57428, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 52 }, "end": { - "line": 1608, + "line": 1627, "column": 59 } }, @@ -98240,15 +99156,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56630, - "end": 56651, + "start": 57347, + "end": 57368, "loc": { "start": { - "line": 1607, + "line": 1626, "column": 8 }, "end": { - "line": 1607, + "line": 1626, "column": 29 } } @@ -98263,15 +99179,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56412, - "end": 56486, + "start": 57129, + "end": 57203, "loc": { "start": { - "line": 1597, + "line": 1616, "column": 4 }, "end": { - "line": 1600, + "line": 1619, "column": 7 } } @@ -98281,15 +99197,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56724, - "end": 56832, + "start": 57441, + "end": 57549, "loc": { "start": { - "line": 1611, + "line": 1630, "column": 4 }, "end": { - "line": 1615, + "line": 1634, "column": 7 } } @@ -98298,15 +99214,15 @@ }, { "type": "ClassMethod", - "start": 56837, - "end": 59996, + "start": 57554, + "end": 60713, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 4 }, "end": { - "line": 1683, + "line": 1702, "column": 5 } }, @@ -98314,15 +99230,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56837, - "end": 56849, + "start": 57554, + "end": 57566, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 4 }, "end": { - "line": 1616, + "line": 1635, "column": 16 }, "identifierName": "captureFrame" @@ -98338,59 +99254,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56852, - "end": 59996, + "start": 57569, + "end": 60713, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 19 }, "end": { - "line": 1683, + "line": 1702, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 56862, - "end": 56893, + "start": 57579, + "end": 57610, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 8 }, "end": { - "line": 1617, + "line": 1636, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56866, - "end": 56892, + "start": 57583, + "end": 57609, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 12 }, "end": { - "line": 1617, + "line": 1636, "column": 38 } }, "id": { "type": "Identifier", - "start": 56866, - "end": 56874, + "start": 57583, + "end": 57591, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 12 }, "end": { - "line": 1617, + "line": 1636, "column": 20 }, "identifierName": "detected" @@ -98399,29 +99315,29 @@ }, "init": { "type": "CallExpression", - "start": 56877, - "end": 56892, + "start": 57594, + "end": 57609, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 23 }, "end": { - "line": 1617, + "line": 1636, "column": 38 } }, "callee": { "type": "Identifier", - "start": 56877, - "end": 56890, + "start": 57594, + "end": 57607, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 23 }, "end": { - "line": 1617, + "line": 1636, "column": 36 }, "identifierName": "detectBrowser" @@ -98436,44 +99352,44 @@ }, { "type": "VariableDeclaration", - "start": 56902, - "end": 56962, + "start": 57619, + "end": 57679, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 8 }, "end": { - "line": 1618, + "line": 1637, "column": 68 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56906, - "end": 56961, + "start": 57623, + "end": 57678, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 12 }, "end": { - "line": 1618, + "line": 1637, "column": 67 } }, "id": { "type": "Identifier", - "start": 56906, - "end": 56918, + "start": 57623, + "end": 57635, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 12 }, "end": { - "line": 1618, + "line": 1637, "column": 24 }, "identifierName": "recordCanvas" @@ -98482,100 +99398,100 @@ }, "init": { "type": "MemberExpression", - "start": 56921, - "end": 56961, + "start": 57638, + "end": 57678, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 67 } }, "object": { "type": "CallExpression", - "start": 56921, - "end": 56950, + "start": 57638, + "end": 57667, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 56921, - "end": 56948, + "start": 57638, + "end": 57665, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 56921, - "end": 56945, + "start": 57638, + "end": 57662, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 56921, - "end": 56932, + "start": 57638, + "end": 57649, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 56921, - "end": 56925, + "start": 57638, + "end": 57642, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56926, - "end": 56932, + "start": 57643, + "end": 57649, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 32 }, "end": { - "line": 1618, + "line": 1637, "column": 38 }, "identifierName": "player" @@ -98586,15 +99502,15 @@ }, "property": { "type": "Identifier", - "start": 56933, - "end": 56945, + "start": 57650, + "end": 57662, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 39 }, "end": { - "line": 1618, + "line": 1637, "column": 51 }, "identifierName": "recordCanvas" @@ -98605,15 +99521,15 @@ }, "property": { "type": "Identifier", - "start": 56946, - "end": 56948, + "start": 57663, + "end": 57665, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 52 }, "end": { - "line": 1618, + "line": 1637, "column": 54 }, "identifierName": "el" @@ -98626,15 +99542,15 @@ }, "property": { "type": "Identifier", - "start": 56951, - "end": 56961, + "start": 57668, + "end": 57678, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 57 }, "end": { - "line": 1618, + "line": 1637, "column": 67 }, "identifierName": "firstChild" @@ -98649,44 +99565,44 @@ }, { "type": "VariableDeclaration", - "start": 56971, - "end": 57015, + "start": 57688, + "end": 57732, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 8 }, "end": { - "line": 1619, + "line": 1638, "column": 52 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56975, - "end": 57014, + "start": 57692, + "end": 57731, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 12 }, "end": { - "line": 1619, + "line": 1638, "column": 51 } }, "id": { "type": "Identifier", - "start": 56975, - "end": 56980, + "start": 57692, + "end": 57697, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 12 }, "end": { - "line": 1619, + "line": 1638, "column": 17 }, "identifierName": "track" @@ -98695,86 +99611,86 @@ }, "init": { "type": "MemberExpression", - "start": 56983, - "end": 57014, + "start": 57700, + "end": 57731, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 51 } }, "object": { "type": "CallExpression", - "start": 56983, - "end": 57011, + "start": 57700, + "end": 57728, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 56983, - "end": 57009, + "start": 57700, + "end": 57726, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 56983, - "end": 56994, + "start": 57700, + "end": 57711, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 56983, - "end": 56987, + "start": 57700, + "end": 57704, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 24 } } }, "property": { "type": "Identifier", - "start": 56988, - "end": 56994, + "start": 57705, + "end": 57711, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 25 }, "end": { - "line": 1619, + "line": 1638, "column": 31 }, "identifierName": "stream" @@ -98785,15 +99701,15 @@ }, "property": { "type": "Identifier", - "start": 56995, - "end": 57009, + "start": 57712, + "end": 57726, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 32 }, "end": { - "line": 1619, + "line": 1638, "column": 46 }, "identifierName": "getVideoTracks" @@ -98806,15 +99722,15 @@ }, "property": { "type": "NumericLiteral", - "start": 57012, - "end": 57013, + "start": 57729, + "end": 57730, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 49 }, "end": { - "line": 1619, + "line": 1638, "column": 50 } }, @@ -98832,44 +99748,44 @@ }, { "type": "VariableDeclaration", - "start": 57024, - "end": 57059, + "start": 57741, + "end": 57776, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 8 }, "end": { - "line": 1620, + "line": 1639, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57028, - "end": 57058, + "start": 57745, + "end": 57775, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 12 }, "end": { - "line": 1620, + "line": 1639, "column": 42 } }, "id": { "type": "Identifier", - "start": 57028, - "end": 57036, + "start": 57745, + "end": 57753, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 12 }, "end": { - "line": 1620, + "line": 1639, "column": 20 }, "identifierName": "settings" @@ -98878,43 +99794,43 @@ }, "init": { "type": "CallExpression", - "start": 57039, - "end": 57058, + "start": 57756, + "end": 57775, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 23 }, "end": { - "line": 1620, + "line": 1639, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 57039, - "end": 57056, + "start": 57756, + "end": 57773, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 23 }, "end": { - "line": 1620, + "line": 1639, "column": 40 } }, "object": { "type": "Identifier", - "start": 57039, - "end": 57044, + "start": 57756, + "end": 57761, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 23 }, "end": { - "line": 1620, + "line": 1639, "column": 28 }, "identifierName": "track" @@ -98923,15 +99839,15 @@ }, "property": { "type": "Identifier", - "start": 57045, - "end": 57056, + "start": 57762, + "end": 57773, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 29 }, "end": { - "line": 1620, + "line": 1639, "column": 40 }, "identifierName": "getSettings" @@ -98949,15 +99865,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 57069, - "end": 57124, + "start": 57786, + "end": 57841, "loc": { "start": { - "line": 1622, + "line": 1641, "column": 8 }, "end": { - "line": 1622, + "line": 1641, "column": 63 } } @@ -98965,15 +99881,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 57133, - "end": 57178, + "start": 57850, + "end": 57895, "loc": { "start": { - "line": 1623, + "line": 1642, "column": 8 }, "end": { - "line": 1623, + "line": 1642, "column": 53 } } @@ -98982,58 +99898,58 @@ }, { "type": "ExpressionStatement", - "start": 57187, - "end": 57223, + "start": 57904, + "end": 57940, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 57187, - "end": 57222, + "start": 57904, + "end": 57939, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 43 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57187, - "end": 57205, + "start": 57904, + "end": 57922, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 26 } }, "object": { "type": "Identifier", - "start": 57187, - "end": 57199, + "start": 57904, + "end": 57916, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 20 }, "identifierName": "recordCanvas" @@ -99043,15 +99959,15 @@ }, "property": { "type": "Identifier", - "start": 57200, - "end": 57205, + "start": 57917, + "end": 57922, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 21 }, "end": { - "line": 1624, + "line": 1643, "column": 26 }, "identifierName": "width" @@ -99063,29 +99979,29 @@ }, "right": { "type": "MemberExpression", - "start": 57208, - "end": 57222, + "start": 57925, + "end": 57939, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 29 }, "end": { - "line": 1624, + "line": 1643, "column": 43 } }, "object": { "type": "Identifier", - "start": 57208, - "end": 57216, + "start": 57925, + "end": 57933, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 29 }, "end": { - "line": 1624, + "line": 1643, "column": 37 }, "identifierName": "settings" @@ -99094,15 +100010,15 @@ }, "property": { "type": "Identifier", - "start": 57217, - "end": 57222, + "start": 57934, + "end": 57939, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 38 }, "end": { - "line": 1624, + "line": 1643, "column": 43 }, "identifierName": "width" @@ -99117,15 +100033,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 57069, - "end": 57124, + "start": 57786, + "end": 57841, "loc": { "start": { - "line": 1622, + "line": 1641, "column": 8 }, "end": { - "line": 1622, + "line": 1641, "column": 63 } } @@ -99133,15 +100049,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 57133, - "end": 57178, + "start": 57850, + "end": 57895, "loc": { "start": { - "line": 1623, + "line": 1642, "column": 8 }, "end": { - "line": 1623, + "line": 1642, "column": 53 } } @@ -99150,58 +100066,58 @@ }, { "type": "ExpressionStatement", - "start": 57232, - "end": 57270, + "start": 57949, + "end": 57987, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 57232, - "end": 57269, + "start": 57949, + "end": 57986, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57232, - "end": 57251, + "start": 57949, + "end": 57968, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 27 } }, "object": { "type": "Identifier", - "start": 57232, - "end": 57244, + "start": 57949, + "end": 57961, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 20 }, "identifierName": "recordCanvas" @@ -99210,15 +100126,15 @@ }, "property": { "type": "Identifier", - "start": 57245, - "end": 57251, + "start": 57962, + "end": 57968, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 21 }, "end": { - "line": 1625, + "line": 1644, "column": 27 }, "identifierName": "height" @@ -99229,29 +100145,29 @@ }, "right": { "type": "MemberExpression", - "start": 57254, - "end": 57269, + "start": 57971, + "end": 57986, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 30 }, "end": { - "line": 1625, + "line": 1644, "column": 45 } }, "object": { "type": "Identifier", - "start": 57254, - "end": 57262, + "start": 57971, + "end": 57979, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 30 }, "end": { - "line": 1625, + "line": 1644, "column": 38 }, "identifierName": "settings" @@ -99260,15 +100176,15 @@ }, "property": { "type": "Identifier", - "start": 57263, - "end": 57269, + "start": 57980, + "end": 57986, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 39 }, "end": { - "line": 1625, + "line": 1644, "column": 45 }, "identifierName": "height" @@ -99281,43 +100197,43 @@ }, { "type": "ReturnStatement", - "start": 57280, - "end": 59990, + "start": 57997, + "end": 60707, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 8 }, "end": { - "line": 1682, + "line": 1701, "column": 11 } }, "argument": { "type": "NewExpression", - "start": 57287, - "end": 59989, + "start": 58004, + "end": 60706, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 15 }, "end": { - "line": 1682, + "line": 1701, "column": 10 } }, "callee": { "type": "Identifier", - "start": 57291, - "end": 57298, + "start": 58008, + "end": 58015, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 19 }, "end": { - "line": 1627, + "line": 1646, "column": 26 }, "identifierName": "Promise" @@ -99327,15 +100243,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 57299, - "end": 59988, + "start": 58016, + "end": 60705, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 27 }, "end": { - "line": 1682, + "line": 1701, "column": 9 } }, @@ -99346,15 +100262,15 @@ "params": [ { "type": "Identifier", - "start": 57300, - "end": 57307, + "start": 58017, + "end": 58024, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 28 }, "end": { - "line": 1627, + "line": 1646, "column": 35 }, "identifierName": "resolve" @@ -99363,15 +100279,15 @@ }, { "type": "Identifier", - "start": 57309, - "end": 57315, + "start": 58026, + "end": 58032, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 37 }, "end": { - "line": 1627, + "line": 1646, "column": 43 }, "identifierName": "reject" @@ -99381,59 +100297,59 @@ ], "body": { "type": "BlockStatement", - "start": 57320, - "end": 59988, + "start": 58037, + "end": 60705, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 48 }, "end": { - "line": 1682, + "line": 1701, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 57334, - "end": 57393, + "start": 58051, + "end": 58110, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 12 }, "end": { - "line": 1628, + "line": 1647, "column": 71 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57340, - "end": 57392, + "start": 58057, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 18 }, "end": { - "line": 1628, + "line": 1647, "column": 70 } }, "id": { "type": "Identifier", - "start": 57340, - "end": 57357, + "start": 58057, + "end": 58074, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 18 }, "end": { - "line": 1628, + "line": 1647, "column": 35 }, "identifierName": "cameraAspectRatio" @@ -99442,43 +100358,43 @@ }, "init": { "type": "BinaryExpression", - "start": 57360, - "end": 57392, + "start": 58077, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 38 }, "end": { - "line": 1628, + "line": 1647, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 57360, - "end": 57374, + "start": 58077, + "end": 58091, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 38 }, "end": { - "line": 1628, + "line": 1647, "column": 52 } }, "object": { "type": "Identifier", - "start": 57360, - "end": 57368, + "start": 58077, + "end": 58085, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 38 }, "end": { - "line": 1628, + "line": 1647, "column": 46 }, "identifierName": "settings" @@ -99487,15 +100403,15 @@ }, "property": { "type": "Identifier", - "start": 57369, - "end": 57374, + "start": 58086, + "end": 58091, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 47 }, "end": { - "line": 1628, + "line": 1647, "column": 52 }, "identifierName": "width" @@ -99507,29 +100423,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 57377, - "end": 57392, + "start": 58094, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 55 }, "end": { - "line": 1628, + "line": 1647, "column": 70 } }, "object": { "type": "Identifier", - "start": 57377, - "end": 57385, + "start": 58094, + "end": 58102, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 55 }, "end": { - "line": 1628, + "line": 1647, "column": 63 }, "identifierName": "settings" @@ -99538,15 +100454,15 @@ }, "property": { "type": "Identifier", - "start": 57386, - "end": 57392, + "start": 58103, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 64 }, "end": { - "line": 1628, + "line": 1647, "column": 70 }, "identifierName": "height" @@ -99562,44 +100478,44 @@ }, { "type": "VariableDeclaration", - "start": 57406, - "end": 57475, + "start": 58123, + "end": 58192, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 12 }, "end": { - "line": 1629, + "line": 1648, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57412, - "end": 57474, + "start": 58129, + "end": 58191, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 18 }, "end": { - "line": 1629, + "line": 1648, "column": 80 } }, "id": { "type": "Identifier", - "start": 57412, - "end": 57429, + "start": 58129, + "end": 58146, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 18 }, "end": { - "line": 1629, + "line": 1648, "column": 35 }, "identifierName": "playerAspectRatio" @@ -99608,86 +100524,86 @@ }, "init": { "type": "BinaryExpression", - "start": 57432, - "end": 57474, + "start": 58149, + "end": 58191, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 80 } }, "left": { "type": "CallExpression", - "start": 57432, - "end": 57451, + "start": 58149, + "end": 58168, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 57432, - "end": 57449, + "start": 58149, + "end": 58166, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 57432, - "end": 57443, + "start": 58149, + "end": 58160, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 57432, - "end": 57436, + "start": 58149, + "end": 58153, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 42 } } }, "property": { "type": "Identifier", - "start": 57437, - "end": 57443, + "start": 58154, + "end": 58160, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 43 }, "end": { - "line": 1629, + "line": 1648, "column": 49 }, "identifierName": "player" @@ -99698,15 +100614,15 @@ }, "property": { "type": "Identifier", - "start": 57444, - "end": 57449, + "start": 58161, + "end": 58166, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 50 }, "end": { - "line": 1629, + "line": 1648, "column": 55 }, "identifierName": "width" @@ -99720,72 +100636,72 @@ "operator": "/", "right": { "type": "CallExpression", - "start": 57454, - "end": 57474, + "start": 58171, + "end": 58191, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 57454, - "end": 57472, + "start": 58171, + "end": 58189, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 78 } }, "object": { "type": "MemberExpression", - "start": 57454, - "end": 57465, + "start": 58171, + "end": 58182, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 57454, - "end": 57458, + "start": 58171, + "end": 58175, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 64 } } }, "property": { "type": "Identifier", - "start": 57459, - "end": 57465, + "start": 58176, + "end": 58182, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 65 }, "end": { - "line": 1629, + "line": 1648, "column": 71 }, "identifierName": "player" @@ -99796,15 +100712,15 @@ }, "property": { "type": "Identifier", - "start": 57466, - "end": 57472, + "start": 58183, + "end": 58189, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 72 }, "end": { - "line": 1629, + "line": 1648, "column": 78 }, "identifierName": "height" @@ -99822,44 +100738,44 @@ }, { "type": "VariableDeclaration", - "start": 57488, - "end": 57515, + "start": 58205, + "end": 58232, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 12 }, "end": { - "line": 1630, + "line": 1649, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57492, - "end": 57514, + "start": 58209, + "end": 58231, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 16 }, "end": { - "line": 1630, + "line": 1649, "column": 38 } }, "id": { "type": "Identifier", - "start": 57492, - "end": 57510, + "start": 58209, + "end": 58227, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 16 }, "end": { - "line": 1630, + "line": 1649, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -99868,15 +100784,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57513, - "end": 57514, + "start": 58230, + "end": 58231, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 37 }, "end": { - "line": 1630, + "line": 1649, "column": 38 } }, @@ -99892,44 +100808,44 @@ }, { "type": "VariableDeclaration", - "start": 57528, - "end": 57554, + "start": 58245, + "end": 58271, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 12 }, "end": { - "line": 1631, + "line": 1650, "column": 38 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57532, - "end": 57553, + "start": 58249, + "end": 58270, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 16 }, "end": { - "line": 1631, + "line": 1650, "column": 37 } }, "id": { "type": "Identifier", - "start": 57532, - "end": 57549, + "start": 58249, + "end": 58266, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 16 }, "end": { - "line": 1631, + "line": 1650, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -99938,15 +100854,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57552, - "end": 57553, + "start": 58269, + "end": 58270, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 36 }, "end": { - "line": 1631, + "line": 1650, "column": 37 } }, @@ -99962,44 +100878,44 @@ }, { "type": "VariableDeclaration", - "start": 57567, - "end": 57590, + "start": 58284, + "end": 58307, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 12 }, "end": { - "line": 1632, + "line": 1651, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57571, - "end": 57589, + "start": 58288, + "end": 58306, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 16 }, "end": { - "line": 1632, + "line": 1651, "column": 34 } }, "id": { "type": "Identifier", - "start": 57571, - "end": 57585, + "start": 58288, + "end": 58302, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 16 }, "end": { - "line": 1632, + "line": 1651, "column": 30 }, "identifierName": "imageXPosition" @@ -100008,15 +100924,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57588, - "end": 57589, + "start": 58305, + "end": 58306, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 33 }, "end": { - "line": 1632, + "line": 1651, "column": 34 } }, @@ -100032,44 +100948,44 @@ }, { "type": "VariableDeclaration", - "start": 57603, - "end": 57626, + "start": 58320, + "end": 58343, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 12 }, "end": { - "line": 1633, + "line": 1652, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57607, - "end": 57625, + "start": 58324, + "end": 58342, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 16 }, "end": { - "line": 1633, + "line": 1652, "column": 34 } }, "id": { "type": "Identifier", - "start": 57607, - "end": 57621, + "start": 58324, + "end": 58338, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 16 }, "end": { - "line": 1633, + "line": 1652, "column": 30 }, "identifierName": "imageYPosition" @@ -100078,15 +100994,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57624, - "end": 57625, + "start": 58341, + "end": 58342, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 33 }, "end": { - "line": 1633, + "line": 1652, "column": 34 } }, @@ -100103,15 +101019,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57640, - "end": 57664, + "start": 58357, + "end": 58381, "loc": { "start": { - "line": 1635, + "line": 1654, "column": 12 }, "end": { - "line": 1635, + "line": 1654, "column": 36 } } @@ -100119,15 +101035,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57677, - "end": 57698, + "start": 58394, + "end": 58415, "loc": { "start": { - "line": 1636, + "line": 1655, "column": 12 }, "end": { - "line": 1636, + "line": 1655, "column": 33 } } @@ -100136,43 +101052,43 @@ }, { "type": "IfStatement", - "start": 57711, - "end": 58369, + "start": 58428, + "end": 59086, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 12 }, "end": { - "line": 1647, + "line": 1666, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 57715, - "end": 57753, + "start": 58432, + "end": 58470, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 16 }, "end": { - "line": 1637, + "line": 1656, "column": 54 } }, "left": { "type": "Identifier", - "start": 57715, - "end": 57732, + "start": 58432, + "end": 58449, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 16 }, "end": { - "line": 1637, + "line": 1656, "column": 33 }, "identifierName": "cameraAspectRatio" @@ -100183,15 +101099,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 57736, - "end": 57753, + "start": 58453, + "end": 58470, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 37 }, "end": { - "line": 1637, + "line": 1656, "column": 54 }, "identifierName": "playerAspectRatio" @@ -100202,59 +101118,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 57755, - "end": 58059, + "start": 58472, + "end": 58776, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 56 }, "end": { - "line": 1642, + "line": 1661, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 57822, - "end": 57900, + "start": 58539, + "end": 58617, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 16 }, "end": { - "line": 1639, + "line": 1658, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 57822, - "end": 57899, + "start": 58539, + "end": 58616, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 16 }, "end": { - "line": 1639, + "line": 1658, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57822, - "end": 57840, + "start": 58539, + "end": 58557, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 16 }, "end": { - "line": 1639, + "line": 1658, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -100264,43 +101180,43 @@ }, "right": { "type": "BinaryExpression", - "start": 57843, - "end": 57899, + "start": 58560, + "end": 58616, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 37 }, "end": { - "line": 1639, + "line": 1658, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 57843, - "end": 57858, + "start": 58560, + "end": 58575, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 37 }, "end": { - "line": 1639, + "line": 1658, "column": 52 } }, "object": { "type": "Identifier", - "start": 57843, - "end": 57851, + "start": 58560, + "end": 58568, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 37 }, "end": { - "line": 1639, + "line": 1658, "column": 45 }, "identifierName": "settings" @@ -100309,15 +101225,15 @@ }, "property": { "type": "Identifier", - "start": 57852, - "end": 57858, + "start": 58569, + "end": 58575, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 46 }, "end": { - "line": 1639, + "line": 1658, "column": 52 }, "identifierName": "height" @@ -100329,86 +101245,86 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 57862, - "end": 57898, + "start": 58579, + "end": 58615, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 92 } }, "left": { "type": "CallExpression", - "start": 57862, - "end": 57881, + "start": 58579, + "end": 58598, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 57862, - "end": 57879, + "start": 58579, + "end": 58596, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 57862, - "end": 57873, + "start": 58579, + "end": 58590, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 57862, - "end": 57866, + "start": 58579, + "end": 58583, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 60 } } }, "property": { "type": "Identifier", - "start": 57867, - "end": 57873, + "start": 58584, + "end": 58590, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 61 }, "end": { - "line": 1639, + "line": 1658, "column": 67 }, "identifierName": "player" @@ -100419,15 +101335,15 @@ }, "property": { "type": "Identifier", - "start": 57874, - "end": 57879, + "start": 58591, + "end": 58596, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 68 }, "end": { - "line": 1639, + "line": 1658, "column": 73 }, "identifierName": "width" @@ -100441,29 +101357,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 57884, - "end": 57898, + "start": 58601, + "end": 58615, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 78 }, "end": { - "line": 1639, + "line": 1658, "column": 92 } }, "object": { "type": "Identifier", - "start": 57884, - "end": 57892, + "start": 58601, + "end": 58609, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 78 }, "end": { - "line": 1639, + "line": 1658, "column": 86 }, "identifierName": "settings" @@ -100472,15 +101388,15 @@ }, "property": { "type": "Identifier", - "start": 57893, - "end": 57898, + "start": 58610, + "end": 58615, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 87 }, "end": { - "line": 1639, + "line": 1658, "column": 92 }, "identifierName": "width" @@ -100491,7 +101407,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 57861 + "parenStart": 58578 } } }, @@ -100501,15 +101417,15 @@ { "type": "CommentLine", "value": " camera feed wider than player", - "start": 57773, - "end": 57805, + "start": 58490, + "end": 58522, "loc": { "start": { - "line": 1638, + "line": 1657, "column": 16 }, "end": { - "line": 1638, + "line": 1657, "column": 48 } } @@ -100518,44 +101434,44 @@ }, { "type": "ExpressionStatement", - "start": 57917, - "end": 57957, + "start": 58634, + "end": 58674, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 16 }, "end": { - "line": 1640, + "line": 1659, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 57917, - "end": 57956, + "start": 58634, + "end": 58673, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 16 }, "end": { - "line": 1640, + "line": 1659, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57917, - "end": 57934, + "start": 58634, + "end": 58651, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 16 }, "end": { - "line": 1640, + "line": 1659, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -100564,72 +101480,72 @@ }, "right": { "type": "CallExpression", - "start": 57937, - "end": 57956, + "start": 58654, + "end": 58673, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 57937, - "end": 57954, + "start": 58654, + "end": 58671, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 57937, - "end": 57948, + "start": 58654, + "end": 58665, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 57937, - "end": 57941, + "start": 58654, + "end": 58658, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 40 } } }, "property": { "type": "Identifier", - "start": 57942, - "end": 57948, + "start": 58659, + "end": 58665, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 41 }, "end": { - "line": 1640, + "line": 1659, "column": 47 }, "identifierName": "player" @@ -100640,15 +101556,15 @@ }, "property": { "type": "Identifier", - "start": 57949, - "end": 57954, + "start": 58666, + "end": 58671, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 48 }, "end": { - "line": 1640, + "line": 1659, "column": 53 }, "identifierName": "width" @@ -100663,44 +101579,44 @@ }, { "type": "ExpressionStatement", - "start": 57974, - "end": 58045, + "start": 58691, + "end": 58762, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 16 }, "end": { - "line": 1641, + "line": 1660, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 57974, - "end": 58044, + "start": 58691, + "end": 58761, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 16 }, "end": { - "line": 1641, + "line": 1660, "column": 86 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57974, - "end": 57988, + "start": 58691, + "end": 58705, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 16 }, "end": { - "line": 1641, + "line": 1660, "column": 30 }, "identifierName": "imageYPosition" @@ -100709,100 +101625,100 @@ }, "right": { "type": "BinaryExpression", - "start": 57991, - "end": 58044, + "start": 58708, + "end": 58761, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 33 }, "end": { - "line": 1641, + "line": 1660, "column": 86 } }, "left": { "type": "BinaryExpression", - "start": 57992, - "end": 58016, + "start": 58709, + "end": 58733, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 58 } }, "left": { "type": "CallExpression", - "start": 57992, - "end": 58012, + "start": 58709, + "end": 58729, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 57992, - "end": 58010, + "start": 58709, + "end": 58727, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 57992, - "end": 58003, + "start": 58709, + "end": 58720, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 57992, - "end": 57996, + "start": 58709, + "end": 58713, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 38 } } }, "property": { "type": "Identifier", - "start": 57997, - "end": 58003, + "start": 58714, + "end": 58720, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 39 }, "end": { - "line": 1641, + "line": 1660, "column": 45 }, "identifierName": "player" @@ -100813,15 +101729,15 @@ }, "property": { "type": "Identifier", - "start": 58004, - "end": 58010, + "start": 58721, + "end": 58727, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 46 }, "end": { - "line": 1641, + "line": 1660, "column": 52 }, "identifierName": "height" @@ -100835,15 +101751,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58015, - "end": 58016, + "start": 58732, + "end": 58733, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 57 }, "end": { - "line": 1641, + "line": 1660, "column": 58 } }, @@ -100855,35 +101771,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 57991 + "parenStart": 58708 } }, "operator": "-", "right": { "type": "BinaryExpression", - "start": 58021, - "end": 58043, + "start": 58738, + "end": 58760, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 63 }, "end": { - "line": 1641, + "line": 1660, "column": 85 } }, "left": { "type": "Identifier", - "start": 58021, - "end": 58039, + "start": 58738, + "end": 58756, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 63 }, "end": { - "line": 1641, + "line": 1660, "column": 81 }, "identifierName": "imagePreviewHeight" @@ -100893,15 +101809,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58042, - "end": 58043, + "start": 58759, + "end": 58760, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 84 }, "end": { - "line": 1641, + "line": 1660, "column": 85 } }, @@ -100913,7 +101829,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58020 + "parenStart": 58737 } } } @@ -100924,59 +101840,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 58065, - "end": 58369, + "start": 58782, + "end": 59086, "loc": { "start": { - "line": 1642, + "line": 1661, "column": 19 }, "end": { - "line": 1647, + "line": 1666, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 58132, - "end": 58174, + "start": 58849, + "end": 58891, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 16 }, "end": { - "line": 1644, + "line": 1663, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 58132, - "end": 58173, + "start": 58849, + "end": 58890, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 16 }, "end": { - "line": 1644, + "line": 1663, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58132, - "end": 58150, + "start": 58849, + "end": 58867, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 16 }, "end": { - "line": 1644, + "line": 1663, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -100986,72 +101902,72 @@ }, "right": { "type": "CallExpression", - "start": 58153, - "end": 58173, + "start": 58870, + "end": 58890, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 58153, - "end": 58171, + "start": 58870, + "end": 58888, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 58153, - "end": 58164, + "start": 58870, + "end": 58881, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 58153, - "end": 58157, + "start": 58870, + "end": 58874, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 41 } } }, "property": { "type": "Identifier", - "start": 58158, - "end": 58164, + "start": 58875, + "end": 58881, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 42 }, "end": { - "line": 1644, + "line": 1663, "column": 48 }, "identifierName": "player" @@ -101062,15 +101978,15 @@ }, "property": { "type": "Identifier", - "start": 58165, - "end": 58171, + "start": 58882, + "end": 58888, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 49 }, "end": { - "line": 1644, + "line": 1663, "column": 55 }, "identifierName": "height" @@ -101087,15 +102003,15 @@ { "type": "CommentLine", "value": " player wider than camera feed", - "start": 58083, - "end": 58115, + "start": 58800, + "end": 58832, "loc": { "start": { - "line": 1643, + "line": 1662, "column": 16 }, "end": { - "line": 1643, + "line": 1662, "column": 48 } } @@ -101104,44 +102020,44 @@ }, { "type": "ExpressionStatement", - "start": 58191, - "end": 58269, + "start": 58908, + "end": 58986, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 16 }, "end": { - "line": 1645, + "line": 1664, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 58191, - "end": 58268, + "start": 58908, + "end": 58985, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 16 }, "end": { - "line": 1645, + "line": 1664, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58191, - "end": 58208, + "start": 58908, + "end": 58925, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 16 }, "end": { - "line": 1645, + "line": 1664, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -101150,43 +102066,43 @@ }, "right": { "type": "BinaryExpression", - "start": 58211, - "end": 58268, + "start": 58928, + "end": 58985, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 36 }, "end": { - "line": 1645, + "line": 1664, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 58211, - "end": 58225, + "start": 58928, + "end": 58942, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 36 }, "end": { - "line": 1645, + "line": 1664, "column": 50 } }, "object": { "type": "Identifier", - "start": 58211, - "end": 58219, + "start": 58928, + "end": 58936, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 36 }, "end": { - "line": 1645, + "line": 1664, "column": 44 }, "identifierName": "settings" @@ -101195,15 +102111,15 @@ }, "property": { "type": "Identifier", - "start": 58220, - "end": 58225, + "start": 58937, + "end": 58942, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 45 }, "end": { - "line": 1645, + "line": 1664, "column": 50 }, "identifierName": "width" @@ -101215,86 +102131,86 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 58229, - "end": 58267, + "start": 58946, + "end": 58984, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 92 } }, "left": { "type": "CallExpression", - "start": 58229, - "end": 58249, + "start": 58946, + "end": 58966, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 58229, - "end": 58247, + "start": 58946, + "end": 58964, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 72 } }, "object": { "type": "MemberExpression", - "start": 58229, - "end": 58240, + "start": 58946, + "end": 58957, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 58229, - "end": 58233, + "start": 58946, + "end": 58950, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 58 } } }, "property": { "type": "Identifier", - "start": 58234, - "end": 58240, + "start": 58951, + "end": 58957, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 59 }, "end": { - "line": 1645, + "line": 1664, "column": 65 }, "identifierName": "player" @@ -101305,15 +102221,15 @@ }, "property": { "type": "Identifier", - "start": 58241, - "end": 58247, + "start": 58958, + "end": 58964, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 66 }, "end": { - "line": 1645, + "line": 1664, "column": 72 }, "identifierName": "height" @@ -101327,29 +102243,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 58252, - "end": 58267, + "start": 58969, + "end": 58984, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 77 }, "end": { - "line": 1645, + "line": 1664, "column": 92 } }, "object": { "type": "Identifier", - "start": 58252, - "end": 58260, + "start": 58969, + "end": 58977, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 77 }, "end": { - "line": 1645, + "line": 1664, "column": 85 }, "identifierName": "settings" @@ -101358,15 +102274,15 @@ }, "property": { "type": "Identifier", - "start": 58261, - "end": 58267, + "start": 58978, + "end": 58984, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 86 }, "end": { - "line": 1645, + "line": 1664, "column": 92 }, "identifierName": "height" @@ -101377,7 +102293,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58228 + "parenStart": 58945 } } } @@ -101385,44 +102301,44 @@ }, { "type": "ExpressionStatement", - "start": 58286, - "end": 58355, + "start": 59003, + "end": 59072, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 16 }, "end": { - "line": 1646, + "line": 1665, "column": 85 } }, "expression": { "type": "AssignmentExpression", - "start": 58286, - "end": 58354, + "start": 59003, + "end": 59071, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 16 }, "end": { - "line": 1646, + "line": 1665, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58286, - "end": 58300, + "start": 59003, + "end": 59017, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 16 }, "end": { - "line": 1646, + "line": 1665, "column": 30 }, "identifierName": "imageXPosition" @@ -101431,100 +102347,100 @@ }, "right": { "type": "BinaryExpression", - "start": 58303, - "end": 58354, + "start": 59020, + "end": 59071, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 33 }, "end": { - "line": 1646, + "line": 1665, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 58304, - "end": 58327, + "start": 59021, + "end": 59044, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 57 } }, "left": { "type": "CallExpression", - "start": 58304, - "end": 58323, + "start": 59021, + "end": 59040, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 58304, - "end": 58321, + "start": 59021, + "end": 59038, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 58304, - "end": 58315, + "start": 59021, + "end": 59032, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 58304, - "end": 58308, + "start": 59021, + "end": 59025, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 38 } } }, "property": { "type": "Identifier", - "start": 58309, - "end": 58315, + "start": 59026, + "end": 59032, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 39 }, "end": { - "line": 1646, + "line": 1665, "column": 45 }, "identifierName": "player" @@ -101535,15 +102451,15 @@ }, "property": { "type": "Identifier", - "start": 58316, - "end": 58321, + "start": 59033, + "end": 59038, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 46 }, "end": { - "line": 1646, + "line": 1665, "column": 51 }, "identifierName": "width" @@ -101557,15 +102473,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58326, - "end": 58327, + "start": 59043, + "end": 59044, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 56 }, "end": { - "line": 1646, + "line": 1665, "column": 57 } }, @@ -101577,35 +102493,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 58303 + "parenStart": 59020 } }, "operator": "-", "right": { "type": "BinaryExpression", - "start": 58332, - "end": 58353, + "start": 59049, + "end": 59070, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 62 }, "end": { - "line": 1646, + "line": 1665, "column": 83 } }, "left": { "type": "Identifier", - "start": 58332, - "end": 58349, + "start": 59049, + "end": 59066, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 62 }, "end": { - "line": 1646, + "line": 1665, "column": 79 }, "identifierName": "imagePreviewWidth" @@ -101615,15 +102531,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58352, - "end": 58353, + "start": 59069, + "end": 59070, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 82 }, "end": { - "line": 1646, + "line": 1665, "column": 83 } }, @@ -101635,7 +102551,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58331 + "parenStart": 59048 } } } @@ -101649,15 +102565,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57640, - "end": 57664, + "start": 58357, + "end": 58381, "loc": { "start": { - "line": 1635, + "line": 1654, "column": 12 }, "end": { - "line": 1635, + "line": 1654, "column": 36 } } @@ -101665,15 +102581,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57677, - "end": 57698, + "start": 58394, + "end": 58415, "loc": { "start": { - "line": 1636, + "line": 1655, "column": 12 }, "end": { - "line": 1636, + "line": 1655, "column": 33 } } @@ -101683,15 +102599,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58382, - "end": 58401, + "start": 59099, + "end": 59118, "loc": { "start": { - "line": 1648, + "line": 1667, "column": 12 }, "end": { - "line": 1648, + "line": 1667, "column": 31 } } @@ -101699,15 +102615,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58415, - "end": 58452, + "start": 59132, + "end": 59169, "loc": { "start": { - "line": 1650, + "line": 1669, "column": 12 }, "end": { - "line": 1650, + "line": 1669, "column": 49 } } @@ -101715,15 +102631,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58465, - "end": 58494, + "start": 59182, + "end": 59211, "loc": { "start": { - "line": 1651, + "line": 1670, "column": 12 }, "end": { - "line": 1651, + "line": 1670, "column": 41 } } @@ -101731,15 +102647,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58507, - "end": 58591, + "start": 59224, + "end": 59308, "loc": { "start": { - "line": 1652, + "line": 1671, "column": 12 }, "end": { - "line": 1652, + "line": 1671, "column": 96 } } @@ -101747,15 +102663,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58604, - "end": 58682, + "start": 59321, + "end": 59399, "loc": { "start": { - "line": 1653, + "line": 1672, "column": 12 }, "end": { - "line": 1653, + "line": 1672, "column": 90 } } @@ -101763,15 +102679,15 @@ { "type": "CommentLine", "value": "", - "start": 58695, - "end": 58697, + "start": 59412, + "end": 59414, "loc": { "start": { - "line": 1654, + "line": 1673, "column": 12 }, "end": { - "line": 1654, + "line": 1673, "column": 14 } } @@ -101779,15 +102695,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58710, - "end": 58789, + "start": 59427, + "end": 59506, "loc": { "start": { - "line": 1655, + "line": 1674, "column": 12 }, "end": { - "line": 1655, + "line": 1674, "column": 91 } } @@ -101795,15 +102711,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58802, - "end": 58831, + "start": 59519, + "end": 59548, "loc": { "start": { - "line": 1656, + "line": 1675, "column": 12 }, "end": { - "line": 1656, + "line": 1675, "column": 41 } } @@ -101812,85 +102728,85 @@ }, { "type": "IfStatement", - "start": 58844, - "end": 59643, + "start": 59561, + "end": 60360, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 12 }, "end": { - "line": 1673, + "line": 1692, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 58848, - "end": 58965, + "start": 59565, + "end": 59682, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 16 }, "end": { - "line": 1658, + "line": 1677, "column": 56 } }, "left": { "type": "LogicalExpression", - "start": 58849, - "end": 58904, + "start": 59566, + "end": 59621, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 72 } }, "left": { "type": "BinaryExpression", - "start": 58849, - "end": 58878, + "start": 59566, + "end": 59595, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 58849, - "end": 58865, + "start": 59566, + "end": 59582, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 33 } }, "object": { "type": "Identifier", - "start": 58849, - "end": 58857, + "start": 59566, + "end": 59574, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 25 }, "identifierName": "detected" @@ -101900,15 +102816,15 @@ }, "property": { "type": "Identifier", - "start": 58858, - "end": 58865, + "start": 59575, + "end": 59582, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 26 }, "end": { - "line": 1657, + "line": 1676, "column": 33 }, "identifierName": "browser" @@ -101921,15 +102837,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 58870, - "end": 58878, + "start": 59587, + "end": 59595, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 38 }, "end": { - "line": 1657, + "line": 1676, "column": 46 } }, @@ -101944,43 +102860,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 58882, - "end": 58904, + "start": 59599, + "end": 59621, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 50 }, "end": { - "line": 1657, + "line": 1676, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 58882, - "end": 58898, + "start": 59599, + "end": 59615, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 50 }, "end": { - "line": 1657, + "line": 1676, "column": 66 } }, "object": { "type": "Identifier", - "start": 58882, - "end": 58890, + "start": 59599, + "end": 59607, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 50 }, "end": { - "line": 1657, + "line": 1676, "column": 58 }, "identifierName": "detected" @@ -101989,15 +102905,15 @@ }, "property": { "type": "Identifier", - "start": 58891, - "end": 58898, + "start": 59608, + "end": 59615, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 59 }, "end": { - "line": 1657, + "line": 1676, "column": 66 }, "identifierName": "version" @@ -102009,15 +102925,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 58902, - "end": 58904, + "start": 59619, + "end": 59621, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 70 }, "end": { - "line": 1657, + "line": 1676, "column": 72 } }, @@ -102031,35 +102947,35 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 58848 + "parenStart": 59565 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 58925, - "end": 58964, + "start": 59642, + "end": 59681, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 16 }, "end": { - "line": 1658, + "line": 1677, "column": 55 } }, "left": { "type": "UnaryExpression", - "start": 58925, - "end": 58944, + "start": 59642, + "end": 59661, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 16 }, "end": { - "line": 1658, + "line": 1677, "column": 35 } }, @@ -102067,15 +102983,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 58932, - "end": 58944, + "start": 59649, + "end": 59661, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 23 }, "end": { - "line": 1658, + "line": 1677, "column": 35 }, "identifierName": "ImageCapture" @@ -102089,15 +103005,15 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 58949, - "end": 58964, + "start": 59666, + "end": 59681, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 40 }, "end": { - "line": 1658, + "line": 1677, "column": 55 } }, @@ -102105,15 +103021,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 58956, - "end": 58964, + "start": 59673, + "end": 59681, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 47 }, "end": { - "line": 1658, + "line": 1677, "column": 55 }, "identifierName": "Function" @@ -102126,95 +103042,95 @@ }, "extra": { "parenthesized": true, - "parenStart": 58924 + "parenStart": 59641 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 58967, - "end": 59643, + "start": 59684, + "end": 60360, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 58 }, "end": { - "line": 1673, + "line": 1692, "column": 13 } }, "body": [ { "type": "TryStatement", - "start": 58985, - "end": 59629, + "start": 59702, + "end": 60346, "loc": { "start": { - "line": 1659, + "line": 1678, "column": 16 }, "end": { - "line": 1672, + "line": 1691, "column": 32 } }, "block": { "type": "BlockStatement", - "start": 58989, - "end": 59614, + "start": 59706, + "end": 60331, "loc": { "start": { - "line": 1659, + "line": 1678, "column": 20 }, "end": { - "line": 1672, + "line": 1691, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 59011, - "end": 59054, + "start": 59728, + "end": 59771, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 20 }, "end": { - "line": 1660, + "line": 1679, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 59015, - "end": 59053, + "start": 59732, + "end": 59770, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 24 }, "end": { - "line": 1660, + "line": 1679, "column": 62 } }, "id": { "type": "Identifier", - "start": 59015, - "end": 59027, + "start": 59732, + "end": 59744, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 24 }, "end": { - "line": 1660, + "line": 1679, "column": 36 }, "identifierName": "imageCapture" @@ -102223,29 +103139,29 @@ }, "init": { "type": "NewExpression", - "start": 59030, - "end": 59053, + "start": 59747, + "end": 59770, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 39 }, "end": { - "line": 1660, + "line": 1679, "column": 62 } }, "callee": { "type": "Identifier", - "start": 59034, - "end": 59046, + "start": 59751, + "end": 59763, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 43 }, "end": { - "line": 1660, + "line": 1679, "column": 55 }, "identifierName": "ImageCapture" @@ -102255,15 +103171,15 @@ "arguments": [ { "type": "Identifier", - "start": 59047, - "end": 59052, + "start": 59764, + "end": 59769, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 56 }, "end": { - "line": 1660, + "line": 1679, "column": 61 }, "identifierName": "track" @@ -102279,15 +103195,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 59075, - "end": 59090, + "start": 59792, + "end": 59807, "loc": { "start": { - "line": 1661, + "line": 1680, "column": 20 }, "end": { - "line": 1661, + "line": 1680, "column": 35 } } @@ -102296,113 +103212,113 @@ }, { "type": "ExpressionStatement", - "start": 59111, - "end": 59596, + "start": 59828, + "end": 60313, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1671, + "line": 1690, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 59111, - "end": 59595, + "start": 59828, + "end": 60312, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1671, + "line": 1690, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 59111, - "end": 59511, + "start": 59828, + "end": 60228, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1669, + "line": 1688, "column": 28 } }, "object": { "type": "CallExpression", - "start": 59111, - "end": 59505, + "start": 59828, + "end": 60222, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1669, + "line": 1688, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 59111, - "end": 59140, + "start": 59828, + "end": 59857, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 49 } }, "object": { "type": "CallExpression", - "start": 59111, - "end": 59135, + "start": 59828, + "end": 59852, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 59111, - "end": 59133, + "start": 59828, + "end": 59850, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 42 } }, "object": { "type": "Identifier", - "start": 59111, - "end": 59123, + "start": 59828, + "end": 59840, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 32 }, "identifierName": "imageCapture" @@ -102412,15 +103328,15 @@ }, "property": { "type": "Identifier", - "start": 59124, - "end": 59133, + "start": 59841, + "end": 59850, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 33 }, "end": { - "line": 1662, + "line": 1681, "column": 42 }, "identifierName": "grabFrame" @@ -102435,15 +103351,15 @@ }, "property": { "type": "Identifier", - "start": 59136, - "end": 59140, + "start": 59853, + "end": 59857, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 45 }, "end": { - "line": 1662, + "line": 1681, "column": 49 }, "identifierName": "then" @@ -102456,15 +103372,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 59141, - "end": 59504, + "start": 59858, + "end": 60221, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 50 }, "end": { - "line": 1669, + "line": 1688, "column": 21 } }, @@ -102475,15 +103391,15 @@ "params": [ { "type": "Identifier", - "start": 59142, - "end": 59153, + "start": 59859, + "end": 59870, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 51 }, "end": { - "line": 1662, + "line": 1681, "column": 62 }, "identifierName": "imageBitmap" @@ -102493,72 +103409,72 @@ ], "body": { "type": "BlockStatement", - "start": 59158, - "end": 59504, + "start": 59875, + "end": 60221, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 67 }, "end": { - "line": 1669, + "line": 1688, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 59251, - "end": 59393, + "start": 59968, + "end": 60110, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1665, + "line": 1684, "column": 80 } }, "expression": { "type": "CallExpression", - "start": 59251, - "end": 59392, + "start": 59968, + "end": 60109, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1665, + "line": 1684, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 59251, - "end": 59266, + "start": 59968, + "end": 59983, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1664, + "line": 1683, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 59251, - "end": 59255, + "start": 59968, + "end": 59972, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1664, + "line": 1683, "column": 28 } }, @@ -102566,15 +103482,15 @@ }, "property": { "type": "Identifier", - "start": 59256, - "end": 59266, + "start": 59973, + "end": 59983, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 29 }, "end": { - "line": 1664, + "line": 1683, "column": 39 }, "identifierName": "drawCanvas" @@ -102587,15 +103503,15 @@ "arguments": [ { "type": "Identifier", - "start": 59267, - "end": 59279, + "start": 59984, + "end": 59996, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 40 }, "end": { - "line": 1664, + "line": 1683, "column": 52 }, "identifierName": "recordCanvas" @@ -102604,15 +103520,15 @@ }, { "type": "Identifier", - "start": 59281, - "end": 59292, + "start": 59998, + "end": 60009, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 54 }, "end": { - "line": 1664, + "line": 1683, "column": 65 }, "identifierName": "imageBitmap" @@ -102621,15 +103537,15 @@ }, { "type": "Identifier", - "start": 59294, - "end": 59311, + "start": 60011, + "end": 60028, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 67 }, "end": { - "line": 1664, + "line": 1683, "column": 84 }, "identifierName": "imagePreviewWidth" @@ -102638,15 +103554,15 @@ }, { "type": "Identifier", - "start": 59341, - "end": 59359, + "start": 60058, + "end": 60076, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 28 }, "end": { - "line": 1665, + "line": 1684, "column": 46 }, "identifierName": "imagePreviewHeight" @@ -102655,15 +103571,15 @@ }, { "type": "Identifier", - "start": 59361, - "end": 59375, + "start": 60078, + "end": 60092, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 48 }, "end": { - "line": 1665, + "line": 1684, "column": 62 }, "identifierName": "imageXPosition" @@ -102672,15 +103588,15 @@ }, { "type": "Identifier", - "start": 59377, - "end": 59391, + "start": 60094, + "end": 60108, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 64 }, "end": { - "line": 1665, + "line": 1684, "column": 78 }, "identifierName": "imageYPosition" @@ -102694,15 +103610,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59184, - "end": 59226, + "start": 59901, + "end": 59943, "loc": { "start": { - "line": 1663, + "line": 1682, "column": 24 }, "end": { - "line": 1663, + "line": 1682, "column": 66 } } @@ -102712,15 +103628,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59419, - "end": 59435, + "start": 60136, + "end": 60152, "loc": { "start": { - "line": 1667, + "line": 1686, "column": 24 }, "end": { - "line": 1667, + "line": 1686, "column": 40 } } @@ -102729,43 +103645,43 @@ }, { "type": "ExpressionStatement", - "start": 59460, - "end": 59482, + "start": 60177, + "end": 60199, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 24 }, "end": { - "line": 1668, + "line": 1687, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 59460, - "end": 59481, + "start": 60177, + "end": 60198, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 24 }, "end": { - "line": 1668, + "line": 1687, "column": 45 } }, "callee": { "type": "Identifier", - "start": 59460, - "end": 59467, + "start": 60177, + "end": 60184, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 24 }, "end": { - "line": 1668, + "line": 1687, "column": 31 }, "identifierName": "resolve" @@ -102776,15 +103692,15 @@ "arguments": [ { "type": "Identifier", - "start": 59468, - "end": 59480, + "start": 60185, + "end": 60197, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 32 }, "end": { - "line": 1668, + "line": 1687, "column": 44 }, "identifierName": "recordCanvas" @@ -102798,15 +103714,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59419, - "end": 59435, + "start": 60136, + "end": 60152, "loc": { "start": { - "line": 1667, + "line": 1686, "column": 24 }, "end": { - "line": 1667, + "line": 1686, "column": 40 } } @@ -102822,15 +103738,15 @@ }, "property": { "type": "Identifier", - "start": 59506, - "end": 59511, + "start": 60223, + "end": 60228, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 23 }, "end": { - "line": 1669, + "line": 1688, "column": 28 }, "identifierName": "catch" @@ -102843,15 +103759,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 59512, - "end": 59594, + "start": 60229, + "end": 60311, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 29 }, "end": { - "line": 1671, + "line": 1690, "column": 21 } }, @@ -102862,15 +103778,15 @@ "params": [ { "type": "Identifier", - "start": 59513, - "end": 59518, + "start": 60230, + "end": 60235, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 30 }, "end": { - "line": 1669, + "line": 1688, "column": 35 }, "identifierName": "error" @@ -102880,15 +103796,15 @@ ], "body": { "type": "BlockStatement", - "start": 59523, - "end": 59594, + "start": 60240, + "end": 60311, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 40 }, "end": { - "line": 1671, + "line": 1690, "column": 21 } }, @@ -102899,15 +103815,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59549, - "end": 59572, + "start": 60266, + "end": 60289, "loc": { "start": { - "line": 1670, + "line": 1689, "column": 24 }, "end": { - "line": 1670, + "line": 1689, "column": 47 } } @@ -102918,15 +103834,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59549, - "end": 59572, + "start": 60266, + "end": 60289, "loc": { "start": { - "line": 1670, + "line": 1689, "column": 24 }, "end": { - "line": 1670, + "line": 1689, "column": 47 } } @@ -102940,15 +103856,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 59075, - "end": 59090, + "start": 59792, + "end": 59807, "loc": { "start": { - "line": 1661, + "line": 1680, "column": 20 }, "end": { - "line": 1661, + "line": 1680, "column": 35 } } @@ -102960,29 +103876,29 @@ }, "handler": { "type": "CatchClause", - "start": 59615, - "end": 59629, + "start": 60332, + "end": 60346, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 18 }, "end": { - "line": 1672, + "line": 1691, "column": 32 } }, "param": { "type": "Identifier", - "start": 59622, - "end": 59625, + "start": 60339, + "end": 60342, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 25 }, "end": { - "line": 1672, + "line": 1691, "column": 28 }, "identifierName": "err" @@ -102991,15 +103907,15 @@ }, "body": { "type": "BlockStatement", - "start": 59627, - "end": 59629, + "start": 60344, + "end": 60346, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 30 }, "end": { - "line": 1672, + "line": 1691, "column": 32 } }, @@ -103019,15 +103935,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58382, - "end": 58401, + "start": 59099, + "end": 59118, "loc": { "start": { - "line": 1648, + "line": 1667, "column": 12 }, "end": { - "line": 1648, + "line": 1667, "column": 31 } } @@ -103035,15 +103951,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58415, - "end": 58452, + "start": 59132, + "end": 59169, "loc": { "start": { - "line": 1650, + "line": 1669, "column": 12 }, "end": { - "line": 1650, + "line": 1669, "column": 49 } } @@ -103051,15 +103967,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58465, - "end": 58494, + "start": 59182, + "end": 59211, "loc": { "start": { - "line": 1651, + "line": 1670, "column": 12 }, "end": { - "line": 1651, + "line": 1670, "column": 41 } } @@ -103067,15 +103983,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58507, - "end": 58591, + "start": 59224, + "end": 59308, "loc": { "start": { - "line": 1652, + "line": 1671, "column": 12 }, "end": { - "line": 1652, + "line": 1671, "column": 96 } } @@ -103083,15 +103999,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58604, - "end": 58682, + "start": 59321, + "end": 59399, "loc": { "start": { - "line": 1653, + "line": 1672, "column": 12 }, "end": { - "line": 1653, + "line": 1672, "column": 90 } } @@ -103099,15 +104015,15 @@ { "type": "CommentLine", "value": "", - "start": 58695, - "end": 58697, + "start": 59412, + "end": 59414, "loc": { "start": { - "line": 1654, + "line": 1673, "column": 12 }, "end": { - "line": 1654, + "line": 1673, "column": 14 } } @@ -103115,15 +104031,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58710, - "end": 58789, + "start": 59427, + "end": 59506, "loc": { "start": { - "line": 1655, + "line": 1674, "column": 12 }, "end": { - "line": 1655, + "line": 1674, "column": 91 } } @@ -103131,15 +104047,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58802, - "end": 58831, + "start": 59519, + "end": 59548, "loc": { "start": { - "line": 1656, + "line": 1675, "column": 12 }, "end": { - "line": 1656, + "line": 1675, "column": 41 } } @@ -103149,15 +104065,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59656, - "end": 59708, + "start": 60373, + "end": 60425, "loc": { "start": { - "line": 1674, + "line": 1693, "column": 12 }, "end": { - "line": 1674, + "line": 1693, "column": 64 } } @@ -103165,15 +104081,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59722, - "end": 59764, + "start": 60439, + "end": 60481, "loc": { "start": { - "line": 1676, + "line": 1695, "column": 12 }, "end": { - "line": 1676, + "line": 1695, "column": 54 } } @@ -103182,57 +104098,57 @@ }, { "type": "ExpressionStatement", - "start": 59777, - "end": 59913, + "start": 60494, + "end": 60630, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1678, + "line": 1697, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 59777, - "end": 59912, + "start": 60494, + "end": 60629, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1678, + "line": 1697, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 59777, - "end": 59792, + "start": 60494, + "end": 60509, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1677, + "line": 1696, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 59777, - "end": 59781, + "start": 60494, + "end": 60498, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1677, + "line": 1696, "column": 16 } }, @@ -103240,15 +104156,15 @@ }, "property": { "type": "Identifier", - "start": 59782, - "end": 59792, + "start": 60499, + "end": 60509, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 17 }, "end": { - "line": 1677, + "line": 1696, "column": 27 }, "identifierName": "drawCanvas" @@ -103261,15 +104177,15 @@ "arguments": [ { "type": "Identifier", - "start": 59793, - "end": 59805, + "start": 60510, + "end": 60522, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 28 }, "end": { - "line": 1677, + "line": 1696, "column": 40 }, "identifierName": "recordCanvas" @@ -103278,44 +104194,44 @@ }, { "type": "MemberExpression", - "start": 59807, - "end": 59824, + "start": 60524, + "end": 60541, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 42 }, "end": { - "line": 1677, + "line": 1696, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 59807, - "end": 59811, + "start": 60524, + "end": 60528, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 42 }, "end": { - "line": 1677, + "line": 1696, "column": 46 } } }, "property": { "type": "Identifier", - "start": 59812, - "end": 59824, + "start": 60529, + "end": 60541, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 47 }, "end": { - "line": 1677, + "line": 1696, "column": 59 }, "identifierName": "mediaElement" @@ -103326,15 +104242,15 @@ }, { "type": "Identifier", - "start": 59826, - "end": 59843, + "start": 60543, + "end": 60560, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 61 }, "end": { - "line": 1677, + "line": 1696, "column": 78 }, "identifierName": "imagePreviewWidth" @@ -103343,15 +104259,15 @@ }, { "type": "Identifier", - "start": 59861, - "end": 59879, + "start": 60578, + "end": 60596, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 16 }, "end": { - "line": 1678, + "line": 1697, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -103360,15 +104276,15 @@ }, { "type": "Identifier", - "start": 59881, - "end": 59895, + "start": 60598, + "end": 60612, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 36 }, "end": { - "line": 1678, + "line": 1697, "column": 50 }, "identifierName": "imageXPosition" @@ -103377,15 +104293,15 @@ }, { "type": "Identifier", - "start": 59897, - "end": 59911, + "start": 60614, + "end": 60628, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 52 }, "end": { - "line": 1678, + "line": 1697, "column": 66 }, "identifierName": "imageYPosition" @@ -103399,15 +104315,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59656, - "end": 59708, + "start": 60373, + "end": 60425, "loc": { "start": { - "line": 1674, + "line": 1693, "column": 12 }, "end": { - "line": 1674, + "line": 1693, "column": 64 } } @@ -103415,15 +104331,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59722, - "end": 59764, + "start": 60439, + "end": 60481, "loc": { "start": { - "line": 1676, + "line": 1695, "column": 12 }, "end": { - "line": 1676, + "line": 1695, "column": 54 } } @@ -103433,15 +104349,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59927, - "end": 59943, + "start": 60644, + "end": 60660, "loc": { "start": { - "line": 1680, + "line": 1699, "column": 12 }, "end": { - "line": 1680, + "line": 1699, "column": 28 } } @@ -103450,43 +104366,43 @@ }, { "type": "ExpressionStatement", - "start": 59956, - "end": 59978, + "start": 60673, + "end": 60695, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 12 }, "end": { - "line": 1681, + "line": 1700, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 59956, - "end": 59977, + "start": 60673, + "end": 60694, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 12 }, "end": { - "line": 1681, + "line": 1700, "column": 33 } }, "callee": { "type": "Identifier", - "start": 59956, - "end": 59963, + "start": 60673, + "end": 60680, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 12 }, "end": { - "line": 1681, + "line": 1700, "column": 19 }, "identifierName": "resolve" @@ -103497,15 +104413,15 @@ "arguments": [ { "type": "Identifier", - "start": 59964, - "end": 59976, + "start": 60681, + "end": 60693, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 20 }, "end": { - "line": 1681, + "line": 1700, "column": 32 }, "identifierName": "recordCanvas" @@ -103519,15 +104435,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59927, - "end": 59943, + "start": 60644, + "end": 60660, "loc": { "start": { - "line": 1680, + "line": 1699, "column": 12 }, "end": { - "line": 1680, + "line": 1699, "column": 28 } } @@ -103549,15 +104465,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56724, - "end": 56832, + "start": 57441, + "end": 57549, "loc": { "start": { - "line": 1611, + "line": 1630, "column": 4 }, "end": { - "line": 1615, + "line": 1634, "column": 7 } } @@ -103567,15 +104483,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n * @param {Number} width - Width of drawing on canvas.\n * @param {Number} height - Height of drawing on canvas.\n * @param {Number} x - X position on canvas where drawing starts.\n * @param {Number} y - Y position on canvas where drawing starts.\n ", - "start": 60002, - "end": 60465, + "start": 60719, + "end": 61182, "loc": { "start": { - "line": 1685, + "line": 1704, "column": 4 }, "end": { - "line": 1694, + "line": 1713, "column": 7 } } @@ -103584,15 +104500,15 @@ }, { "type": "ClassMethod", - "start": 60470, - "end": 60768, + "start": 61187, + "end": 61485, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 4 }, "end": { - "line": 1703, + "line": 1722, "column": 5 } }, @@ -103600,15 +104516,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60470, - "end": 60480, + "start": 61187, + "end": 61197, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 4 }, "end": { - "line": 1695, + "line": 1714, "column": 14 }, "identifierName": "drawCanvas" @@ -103624,15 +104540,15 @@ "params": [ { "type": "Identifier", - "start": 60481, - "end": 60487, + "start": 61198, + "end": 61204, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 15 }, "end": { - "line": 1695, + "line": 1714, "column": 21 }, "identifierName": "canvas" @@ -103641,15 +104557,15 @@ }, { "type": "Identifier", - "start": 60489, - "end": 60496, + "start": 61206, + "end": 61213, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 23 }, "end": { - "line": 1695, + "line": 1714, "column": 30 }, "identifierName": "element" @@ -103658,15 +104574,15 @@ }, { "type": "Identifier", - "start": 60498, - "end": 60503, + "start": 61215, + "end": 61220, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 32 }, "end": { - "line": 1695, + "line": 1714, "column": 37 }, "identifierName": "width" @@ -103675,15 +104591,15 @@ }, { "type": "Identifier", - "start": 60505, - "end": 60511, + "start": 61222, + "end": 61228, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 39 }, "end": { - "line": 1695, + "line": 1714, "column": 45 }, "identifierName": "height" @@ -103692,29 +104608,29 @@ }, { "type": "AssignmentPattern", - "start": 60513, - "end": 60518, + "start": 61230, + "end": 61235, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 47 }, "end": { - "line": 1695, + "line": 1714, "column": 52 } }, "left": { "type": "Identifier", - "start": 60513, - "end": 60514, + "start": 61230, + "end": 61231, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 47 }, "end": { - "line": 1695, + "line": 1714, "column": 48 }, "identifierName": "x" @@ -103723,15 +104639,15 @@ }, "right": { "type": "NumericLiteral", - "start": 60517, - "end": 60518, + "start": 61234, + "end": 61235, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 51 }, "end": { - "line": 1695, + "line": 1714, "column": 52 } }, @@ -103744,29 +104660,29 @@ }, { "type": "AssignmentPattern", - "start": 60520, - "end": 60525, + "start": 61237, + "end": 61242, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 54 }, "end": { - "line": 1695, + "line": 1714, "column": 59 } }, "left": { "type": "Identifier", - "start": 60520, - "end": 60521, + "start": 61237, + "end": 61238, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 54 }, "end": { - "line": 1695, + "line": 1714, "column": 55 }, "identifierName": "y" @@ -103775,15 +104691,15 @@ }, "right": { "type": "NumericLiteral", - "start": 60524, - "end": 60525, + "start": 61241, + "end": 61242, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 58 }, "end": { - "line": 1695, + "line": 1714, "column": 59 } }, @@ -103797,58 +104713,58 @@ ], "body": { "type": "BlockStatement", - "start": 60527, - "end": 60768, + "start": 61244, + "end": 61485, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 61 }, "end": { - "line": 1703, + "line": 1722, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 60537, - "end": 60607, + "start": 61254, + "end": 61324, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 8 }, "end": { - "line": 1698, + "line": 1717, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60541, - "end": 60560, + "start": 61258, + "end": 61277, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 12 }, "end": { - "line": 1696, + "line": 1715, "column": 31 } }, "left": { "type": "Identifier", - "start": 60541, - "end": 60546, + "start": 61258, + "end": 61263, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 12 }, "end": { - "line": 1696, + "line": 1715, "column": 17 }, "identifierName": "width" @@ -103858,15 +104774,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 60551, - "end": 60560, + "start": 61268, + "end": 61277, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 22 }, "end": { - "line": 1696, + "line": 1715, "column": 31 }, "identifierName": "undefined" @@ -103876,59 +104792,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 60562, - "end": 60607, + "start": 61279, + "end": 61324, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 33 }, "end": { - "line": 1698, + "line": 1717, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60576, - "end": 60597, + "start": 61293, + "end": 61314, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 12 }, "end": { - "line": 1697, + "line": 1716, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 60576, - "end": 60596, + "start": 61293, + "end": 61313, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 12 }, "end": { - "line": 1697, + "line": 1716, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60576, - "end": 60581, + "start": 61293, + "end": 61298, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 12 }, "end": { - "line": 1697, + "line": 1716, "column": 17 }, "identifierName": "width" @@ -103937,29 +104853,29 @@ }, "right": { "type": "MemberExpression", - "start": 60584, - "end": 60596, + "start": 61301, + "end": 61313, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 20 }, "end": { - "line": 1697, + "line": 1716, "column": 32 } }, "object": { "type": "Identifier", - "start": 60584, - "end": 60590, + "start": 61301, + "end": 61307, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 20 }, "end": { - "line": 1697, + "line": 1716, "column": 26 }, "identifierName": "canvas" @@ -103968,15 +104884,15 @@ }, "property": { "type": "Identifier", - "start": 60591, - "end": 60596, + "start": 61308, + "end": 61313, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 27 }, "end": { - "line": 1697, + "line": 1716, "column": 32 }, "identifierName": "width" @@ -103994,43 +104910,43 @@ }, { "type": "IfStatement", - "start": 60616, - "end": 60689, + "start": 61333, + "end": 61406, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 8 }, "end": { - "line": 1701, + "line": 1720, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60620, - "end": 60640, + "start": 61337, + "end": 61357, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 12 }, "end": { - "line": 1699, + "line": 1718, "column": 32 } }, "left": { "type": "Identifier", - "start": 60620, - "end": 60626, + "start": 61337, + "end": 61343, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 12 }, "end": { - "line": 1699, + "line": 1718, "column": 18 }, "identifierName": "height" @@ -104040,15 +104956,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 60631, - "end": 60640, + "start": 61348, + "end": 61357, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 23 }, "end": { - "line": 1699, + "line": 1718, "column": 32 }, "identifierName": "undefined" @@ -104058,59 +104974,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 60642, - "end": 60689, + "start": 61359, + "end": 61406, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 34 }, "end": { - "line": 1701, + "line": 1720, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60656, - "end": 60679, + "start": 61373, + "end": 61396, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 12 }, "end": { - "line": 1700, + "line": 1719, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 60656, - "end": 60678, + "start": 61373, + "end": 61395, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 12 }, "end": { - "line": 1700, + "line": 1719, "column": 34 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60656, - "end": 60662, + "start": 61373, + "end": 61379, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 12 }, "end": { - "line": 1700, + "line": 1719, "column": 18 }, "identifierName": "height" @@ -104119,29 +105035,29 @@ }, "right": { "type": "MemberExpression", - "start": 60665, - "end": 60678, + "start": 61382, + "end": 61395, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 21 }, "end": { - "line": 1700, + "line": 1719, "column": 34 } }, "object": { "type": "Identifier", - "start": 60665, - "end": 60671, + "start": 61382, + "end": 61388, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 21 }, "end": { - "line": 1700, + "line": 1719, "column": 27 }, "identifierName": "canvas" @@ -104150,15 +105066,15 @@ }, "property": { "type": "Identifier", - "start": 60672, - "end": 60678, + "start": 61389, + "end": 61395, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 28 }, "end": { - "line": 1700, + "line": 1719, "column": 34 }, "identifierName": "height" @@ -104176,85 +105092,85 @@ }, { "type": "ExpressionStatement", - "start": 60698, - "end": 60762, + "start": 61415, + "end": 61479, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 60698, - "end": 60761, + "start": 61415, + "end": 61478, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 60698, - "end": 60731, + "start": 61415, + "end": 61448, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 41 } }, "object": { "type": "CallExpression", - "start": 60698, - "end": 60721, + "start": 61415, + "end": 61438, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 60698, - "end": 60715, + "start": 61415, + "end": 61432, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 25 } }, "object": { "type": "Identifier", - "start": 60698, - "end": 60704, + "start": 61415, + "end": 61421, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 14 }, "identifierName": "canvas" @@ -104263,15 +105179,15 @@ }, "property": { "type": "Identifier", - "start": 60705, - "end": 60715, + "start": 61422, + "end": 61432, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 15 }, "end": { - "line": 1702, + "line": 1721, "column": 25 }, "identifierName": "getContext" @@ -104283,15 +105199,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60716, - "end": 60720, + "start": 61433, + "end": 61437, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 26 }, "end": { - "line": 1702, + "line": 1721, "column": 30 } }, @@ -104305,15 +105221,15 @@ }, "property": { "type": "Identifier", - "start": 60722, - "end": 60731, + "start": 61439, + "end": 61448, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 32 }, "end": { - "line": 1702, + "line": 1721, "column": 41 }, "identifierName": "drawImage" @@ -104325,15 +105241,15 @@ "arguments": [ { "type": "Identifier", - "start": 60732, - "end": 60739, + "start": 61449, + "end": 61456, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 42 }, "end": { - "line": 1702, + "line": 1721, "column": 49 }, "identifierName": "element" @@ -104342,15 +105258,15 @@ }, { "type": "Identifier", - "start": 60741, - "end": 60742, + "start": 61458, + "end": 61459, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 51 }, "end": { - "line": 1702, + "line": 1721, "column": 52 }, "identifierName": "x" @@ -104359,15 +105275,15 @@ }, { "type": "Identifier", - "start": 60744, - "end": 60745, + "start": 61461, + "end": 61462, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 54 }, "end": { - "line": 1702, + "line": 1721, "column": 55 }, "identifierName": "y" @@ -104376,15 +105292,15 @@ }, { "type": "Identifier", - "start": 60747, - "end": 60752, + "start": 61464, + "end": 61469, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 57 }, "end": { - "line": 1702, + "line": 1721, "column": 62 }, "identifierName": "width" @@ -104393,15 +105309,15 @@ }, { "type": "Identifier", - "start": 60754, - "end": 60760, + "start": 61471, + "end": 61477, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 64 }, "end": { - "line": 1702, + "line": 1721, "column": 70 }, "identifierName": "height" @@ -104419,15 +105335,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n * @param {Number} width - Width of drawing on canvas.\n * @param {Number} height - Height of drawing on canvas.\n * @param {Number} x - X position on canvas where drawing starts.\n * @param {Number} y - Y position on canvas where drawing starts.\n ", - "start": 60002, - "end": 60465, + "start": 60719, + "end": 61182, "loc": { "start": { - "line": 1685, + "line": 1704, "column": 4 }, "end": { - "line": 1694, + "line": 1713, "column": 7 } } @@ -104437,15 +105353,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60774, - "end": 60839, + "start": 61491, + "end": 61556, "loc": { "start": { - "line": 1705, + "line": 1724, "column": 4 }, "end": { - "line": 1708, + "line": 1727, "column": 7 } } @@ -104454,15 +105370,15 @@ }, { "type": "ClassMethod", - "start": 60844, - "end": 61401, + "start": 61561, + "end": 62118, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 4 }, "end": { - "line": 1728, + "line": 1747, "column": 5 } }, @@ -104470,15 +105386,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60844, - "end": 60861, + "start": 61561, + "end": 61578, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 4 }, "end": { - "line": 1709, + "line": 1728, "column": 21 }, "identifierName": "startVideoPreview" @@ -104494,72 +105410,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 60864, - "end": 61401, + "start": 61581, + "end": 62118, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 24 }, "end": { - "line": 1728, + "line": 1747, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 60909, - "end": 60936, + "start": 61626, + "end": 61653, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 60909, - "end": 60935, + "start": 61626, + "end": 61652, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 60909, - "end": 60917, + "start": 61626, + "end": 61634, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60909, - "end": 60913, + "start": 61626, + "end": 61630, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 12 } }, @@ -104567,15 +105483,15 @@ }, "property": { "type": "Identifier", - "start": 60914, - "end": 60917, + "start": 61631, + "end": 61634, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 13 }, "end": { - "line": 1711, + "line": 1730, "column": 16 }, "identifierName": "off" @@ -104588,29 +105504,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60918, - "end": 60934, + "start": 61635, + "end": 61651, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 17 }, "end": { - "line": 1711, + "line": 1730, "column": 33 } }, "object": { "type": "Identifier", - "start": 60918, - "end": 60923, + "start": 61635, + "end": 61640, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 17 }, "end": { - "line": 1711, + "line": 1730, "column": 22 }, "identifierName": "Event" @@ -104619,15 +105535,15 @@ }, "property": { "type": "Identifier", - "start": 60924, - "end": 60934, + "start": 61641, + "end": 61651, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 23 }, "end": { - "line": 1711, + "line": 1730, "column": 33 }, "identifierName": "TIMEUPDATE" @@ -104643,15 +105559,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 60874, - "end": 60900, + "start": 61591, + "end": 61617, "loc": { "start": { - "line": 1710, + "line": 1729, "column": 8 }, "end": { - "line": 1710, + "line": 1729, "column": 34 } } @@ -104660,72 +105576,72 @@ }, { "type": "ExpressionStatement", - "start": 60945, - "end": 60976, + "start": 61662, + "end": 61693, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 60945, - "end": 60975, + "start": 61662, + "end": 61692, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 60945, - "end": 60953, + "start": 61662, + "end": 61670, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60945, - "end": 60949, + "start": 61662, + "end": 61666, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60950, - "end": 60953, + "start": 61667, + "end": 61670, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 13 }, "end": { - "line": 1712, + "line": 1731, "column": 16 }, "identifierName": "off" @@ -104737,29 +105653,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60954, - "end": 60974, + "start": 61671, + "end": 61691, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 17 }, "end": { - "line": 1712, + "line": 1731, "column": 37 } }, "object": { "type": "Identifier", - "start": 60954, - "end": 60959, + "start": 61671, + "end": 61676, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 17 }, "end": { - "line": 1712, + "line": 1731, "column": 22 }, "identifierName": "Event" @@ -104768,15 +105684,15 @@ }, "property": { "type": "Identifier", - "start": 60960, - "end": 60974, + "start": 61677, + "end": 61691, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 23 }, "end": { - "line": 1712, + "line": 1731, "column": 37 }, "identifierName": "DURATIONCHANGE" @@ -104790,72 +105706,72 @@ }, { "type": "ExpressionStatement", - "start": 60985, - "end": 61016, + "start": 61702, + "end": 61733, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 60985, - "end": 61015, + "start": 61702, + "end": 61732, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 60985, - "end": 60993, + "start": 61702, + "end": 61710, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60985, - "end": 60989, + "start": 61702, + "end": 61706, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60990, - "end": 60993, + "start": 61707, + "end": 61710, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 13 }, "end": { - "line": 1713, + "line": 1732, "column": 16 }, "identifierName": "off" @@ -104867,29 +105783,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60994, - "end": 61014, + "start": 61711, + "end": 61731, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 17 }, "end": { - "line": 1713, + "line": 1732, "column": 37 } }, "object": { "type": "Identifier", - "start": 60994, - "end": 60999, + "start": 61711, + "end": 61716, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 17 }, "end": { - "line": 1713, + "line": 1732, "column": 22 }, "identifierName": "Event" @@ -104898,15 +105814,15 @@ }, "property": { "type": "Identifier", - "start": 61000, - "end": 61014, + "start": 61717, + "end": 61731, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 23 }, "end": { - "line": 1713, + "line": 1732, "column": 37 }, "identifierName": "LOADEDMETADATA" @@ -104920,72 +105836,72 @@ }, { "type": "ExpressionStatement", - "start": 61025, - "end": 61046, + "start": 61742, + "end": 61763, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 61025, - "end": 61045, + "start": 61742, + "end": 61762, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 61025, - "end": 61033, + "start": 61742, + "end": 61750, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 61025, - "end": 61029, + "start": 61742, + "end": 61746, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61030, - "end": 61033, + "start": 61747, + "end": 61750, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 13 }, "end": { - "line": 1714, + "line": 1733, "column": 16 }, "identifierName": "off" @@ -104997,29 +105913,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 61034, - "end": 61044, + "start": 61751, + "end": 61761, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 17 }, "end": { - "line": 1714, + "line": 1733, "column": 27 } }, "object": { "type": "Identifier", - "start": 61034, - "end": 61039, + "start": 61751, + "end": 61756, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 17 }, "end": { - "line": 1714, + "line": 1733, "column": 22 }, "identifierName": "Event" @@ -105028,15 +105944,15 @@ }, "property": { "type": "Identifier", - "start": 61040, - "end": 61044, + "start": 61757, + "end": 61761, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 23 }, "end": { - "line": 1714, + "line": 1733, "column": 27 }, "identifierName": "PLAY" @@ -105051,15 +105967,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 61056, - "end": 61075, + "start": 61773, + "end": 61792, "loc": { "start": { - "line": 1716, + "line": 1735, "column": 8 }, "end": { - "line": 1716, + "line": 1735, "column": 27 } } @@ -105068,72 +105984,72 @@ }, { "type": "ExpressionStatement", - "start": 61084, - "end": 61115, + "start": 61801, + "end": 61832, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 61084, - "end": 61114, + "start": 61801, + "end": 61831, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61084, - "end": 61107, + "start": 61801, + "end": 61824, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 61084, - "end": 61101, + "start": 61801, + "end": 61818, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 61084, - "end": 61088, + "start": 61801, + "end": 61805, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 12 } }, @@ -105141,15 +106057,15 @@ }, "property": { "type": "Identifier", - "start": 61089, - "end": 61101, + "start": 61806, + "end": 61818, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 13 }, "end": { - "line": 1717, + "line": 1736, "column": 25 }, "identifierName": "mediaElement" @@ -105161,15 +106077,15 @@ }, "property": { "type": "Identifier", - "start": 61102, - "end": 61107, + "start": 61819, + "end": 61824, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 26 }, "end": { - "line": 1717, + "line": 1736, "column": 31 }, "identifierName": "muted" @@ -105181,15 +106097,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 61110, - "end": 61114, + "start": 61827, + "end": 61831, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 34 }, "end": { - "line": 1717, + "line": 1736, "column": 38 } }, @@ -105201,15 +106117,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 61056, - "end": 61075, + "start": 61773, + "end": 61792, "loc": { "start": { - "line": 1716, + "line": 1735, "column": 8 }, "end": { - "line": 1716, + "line": 1735, "column": 27 } } @@ -105219,15 +106135,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 61125, - "end": 61167, + "start": 61842, + "end": 61884, "loc": { "start": { - "line": 1719, + "line": 1738, "column": 8 }, "end": { - "line": 1719, + "line": 1738, "column": 50 } } @@ -105236,57 +106152,57 @@ }, { "type": "ExpressionStatement", - "start": 61176, - "end": 61209, + "start": 61893, + "end": 61926, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 61176, - "end": 61208, + "start": 61893, + "end": 61925, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 61176, - "end": 61201, + "start": 61893, + "end": 61918, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 61176, - "end": 61180, + "start": 61893, + "end": 61897, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 12 } }, @@ -105294,15 +106210,15 @@ }, "property": { "type": "Identifier", - "start": 61181, - "end": 61201, + "start": 61898, + "end": 61918, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 13 }, "end": { - "line": 1720, + "line": 1739, "column": 33 }, "identifierName": "displayVolumeControl" @@ -105315,15 +106231,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 61202, - "end": 61207, + "start": 61919, + "end": 61924, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 34 }, "end": { - "line": 1720, + "line": 1739, "column": 39 } }, @@ -105336,15 +106252,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 61125, - "end": 61167, + "start": 61842, + "end": 61884, "loc": { "start": { - "line": 1719, + "line": 1738, "column": 8 }, "end": { - "line": 1719, + "line": 1738, "column": 50 } } @@ -105354,15 +106270,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61219, - "end": 61256, + "start": 61936, + "end": 61973, "loc": { "start": { - "line": 1722, + "line": 1741, "column": 8 }, "end": { - "line": 1722, + "line": 1741, "column": 45 } } @@ -105371,57 +106287,57 @@ }, { "type": "ExpressionStatement", - "start": 61265, - "end": 61288, + "start": 61982, + "end": 62005, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 61265, - "end": 61287, + "start": 61982, + "end": 62004, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 61265, - "end": 61285, + "start": 61982, + "end": 62002, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 61265, - "end": 61269, + "start": 61982, + "end": 61986, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 12 } }, @@ -105429,15 +106345,15 @@ }, "property": { "type": "Identifier", - "start": 61270, - "end": 61285, + "start": 61987, + "end": 62002, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 13 }, "end": { - "line": 1723, + "line": 1742, "column": 28 }, "identifierName": "removeRecording" @@ -105454,15 +106370,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61219, - "end": 61256, + "start": 61936, + "end": 61973, "loc": { "start": { - "line": 1722, + "line": 1741, "column": 8 }, "end": { - "line": 1722, + "line": 1741, "column": 45 } } @@ -105472,15 +106388,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61298, - "end": 61329, + "start": 62015, + "end": 62046, "loc": { "start": { - "line": 1725, + "line": 1744, "column": 8 }, "end": { - "line": 1725, + "line": 1744, "column": 39 } } @@ -105489,57 +106405,57 @@ }, { "type": "ExpressionStatement", - "start": 61338, - "end": 61361, + "start": 62055, + "end": 62078, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 61338, - "end": 61360, + "start": 62055, + "end": 62077, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 61338, - "end": 61347, + "start": 62055, + "end": 62064, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 61338, - "end": 61342, + "start": 62055, + "end": 62059, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 12 } }, @@ -105547,15 +106463,15 @@ }, "property": { "type": "Identifier", - "start": 61343, - "end": 61347, + "start": 62060, + "end": 62064, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 13 }, "end": { - "line": 1726, + "line": 1745, "column": 17 }, "identifierName": "load" @@ -105568,44 +106484,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 61348, - "end": 61359, + "start": 62065, + "end": 62076, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 18 }, "end": { - "line": 1726, + "line": 1745, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 61348, - "end": 61352, + "start": 62065, + "end": 62069, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 18 }, "end": { - "line": 1726, + "line": 1745, "column": 22 } } }, "property": { "type": "Identifier", - "start": 61353, - "end": 61359, + "start": 62070, + "end": 62076, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 23 }, "end": { - "line": 1726, + "line": 1745, "column": 29 }, "identifierName": "stream" @@ -105621,15 +106537,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61298, - "end": 61329, + "start": 62015, + "end": 62046, "loc": { "start": { - "line": 1725, + "line": 1744, "column": 8 }, "end": { - "line": 1725, + "line": 1744, "column": 39 } } @@ -105638,86 +106554,86 @@ }, { "type": "ExpressionStatement", - "start": 61370, - "end": 61395, + "start": 62087, + "end": 62112, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 61370, - "end": 61394, + "start": 62087, + "end": 62111, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 61370, - "end": 61392, + "start": 62087, + "end": 62109, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 61370, - "end": 61387, + "start": 62087, + "end": 62104, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 61370, - "end": 61374, + "start": 62087, + "end": 62091, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61375, - "end": 61387, + "start": 62092, + "end": 62104, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 13 }, "end": { - "line": 1727, + "line": 1746, "column": 25 }, "identifierName": "mediaElement" @@ -105728,15 +106644,15 @@ }, "property": { "type": "Identifier", - "start": 61388, - "end": 61392, + "start": 62105, + "end": 62109, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 26 }, "end": { - "line": 1727, + "line": 1746, "column": 30 }, "identifierName": "play" @@ -105756,15 +106672,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60774, - "end": 60839, + "start": 61491, + "end": 61556, "loc": { "start": { - "line": 1705, + "line": 1724, "column": 4 }, "end": { - "line": 1708, + "line": 1727, "column": 7 } } @@ -105774,15 +106690,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61407, - "end": 61460, + "start": 62124, + "end": 62177, "loc": { "start": { - "line": 1730, + "line": 1749, "column": 4 }, "end": { - "line": 1733, + "line": 1752, "column": 7 } } @@ -105791,15 +106707,15 @@ }, { "type": "ClassMethod", - "start": 61465, - "end": 61966, + "start": 62182, + "end": 62683, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 4 }, "end": { - "line": 1747, + "line": 1766, "column": 5 } }, @@ -105807,15 +106723,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61465, - "end": 61478, + "start": 62182, + "end": 62195, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 4 }, "end": { - "line": 1734, + "line": 1753, "column": 17 }, "identifierName": "showAnimation" @@ -105831,59 +106747,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 61481, - "end": 61966, + "start": 62198, + "end": 62683, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 20 }, "end": { - "line": 1747, + "line": 1766, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 61491, - "end": 61559, + "start": 62208, + "end": 62276, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 8 }, "end": { - "line": 1735, + "line": 1754, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 61495, - "end": 61558, + "start": 62212, + "end": 62275, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 12 }, "end": { - "line": 1735, + "line": 1754, "column": 75 } }, "id": { "type": "Identifier", - "start": 61495, - "end": 61511, + "start": 62212, + "end": 62228, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 12 }, "end": { - "line": 1735, + "line": 1754, "column": 28 }, "identifierName": "animationDisplay" @@ -105892,100 +106808,100 @@ }, "init": { "type": "MemberExpression", - "start": 61514, - "end": 61558, + "start": 62231, + "end": 62275, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 75 } }, "object": { "type": "CallExpression", - "start": 61514, - "end": 61547, + "start": 62231, + "end": 62264, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 61514, - "end": 61545, + "start": 62231, + "end": 62262, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 61514, - "end": 61542, + "start": 62231, + "end": 62259, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 61514, - "end": 61525, + "start": 62231, + "end": 62242, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 61514, - "end": 61518, + "start": 62231, + "end": 62235, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 35 } } }, "property": { "type": "Identifier", - "start": 61519, - "end": 61525, + "start": 62236, + "end": 62242, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 36 }, "end": { - "line": 1735, + "line": 1754, "column": 42 }, "identifierName": "player" @@ -105996,15 +106912,15 @@ }, "property": { "type": "Identifier", - "start": 61526, - "end": 61542, + "start": 62243, + "end": 62259, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 43 }, "end": { - "line": 1735, + "line": 1754, "column": 59 }, "identifierName": "animationDisplay" @@ -106015,15 +106931,15 @@ }, "property": { "type": "Identifier", - "start": 61543, - "end": 61545, + "start": 62260, + "end": 62262, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 60 }, "end": { - "line": 1735, + "line": 1754, "column": 62 }, "identifierName": "el" @@ -106036,15 +106952,15 @@ }, "property": { "type": "Identifier", - "start": 61548, - "end": 61558, + "start": 62265, + "end": 62275, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 65 }, "end": { - "line": 1735, + "line": 1754, "column": 75 }, "identifierName": "firstChild" @@ -106060,15 +106976,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61569, - "end": 61634, + "start": 62286, + "end": 62351, "loc": { "start": { - "line": 1737, + "line": 1756, "column": 8 }, "end": { - "line": 1737, + "line": 1756, "column": 73 } } @@ -106077,58 +106993,58 @@ }, { "type": "ExpressionStatement", - "start": 61643, - "end": 61688, + "start": 62360, + "end": 62405, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 61643, - "end": 61687, + "start": 62360, + "end": 62404, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61643, - "end": 61665, + "start": 62360, + "end": 62382, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 30 } }, "object": { "type": "Identifier", - "start": 61643, - "end": 61659, + "start": 62360, + "end": 62376, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 24 }, "identifierName": "animationDisplay" @@ -106138,15 +107054,15 @@ }, "property": { "type": "Identifier", - "start": 61660, - "end": 61665, + "start": 62377, + "end": 62382, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 25 }, "end": { - "line": 1738, + "line": 1757, "column": 30 }, "identifierName": "width" @@ -106158,72 +107074,72 @@ }, "right": { "type": "CallExpression", - "start": 61668, - "end": 61687, + "start": 62385, + "end": 62404, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 61668, - "end": 61685, + "start": 62385, + "end": 62402, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 61668, - "end": 61679, + "start": 62385, + "end": 62396, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 61668, - "end": 61672, + "start": 62385, + "end": 62389, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 37 } } }, "property": { "type": "Identifier", - "start": 61673, - "end": 61679, + "start": 62390, + "end": 62396, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 38 }, "end": { - "line": 1738, + "line": 1757, "column": 44 }, "identifierName": "player" @@ -106234,15 +107150,15 @@ }, "property": { "type": "Identifier", - "start": 61680, - "end": 61685, + "start": 62397, + "end": 62402, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 45 }, "end": { - "line": 1738, + "line": 1757, "column": 50 }, "identifierName": "width" @@ -106259,15 +107175,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61569, - "end": 61634, + "start": 62286, + "end": 62351, "loc": { "start": { - "line": 1737, + "line": 1756, "column": 8 }, "end": { - "line": 1737, + "line": 1756, "column": 73 } } @@ -106276,58 +107192,58 @@ }, { "type": "ExpressionStatement", - "start": 61697, - "end": 61744, + "start": 62414, + "end": 62461, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 61697, - "end": 61743, + "start": 62414, + "end": 62460, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61697, - "end": 61720, + "start": 62414, + "end": 62437, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 31 } }, "object": { "type": "Identifier", - "start": 61697, - "end": 61713, + "start": 62414, + "end": 62430, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 24 }, "identifierName": "animationDisplay" @@ -106336,15 +107252,15 @@ }, "property": { "type": "Identifier", - "start": 61714, - "end": 61720, + "start": 62431, + "end": 62437, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 25 }, "end": { - "line": 1739, + "line": 1758, "column": 31 }, "identifierName": "height" @@ -106355,72 +107271,72 @@ }, "right": { "type": "CallExpression", - "start": 61723, - "end": 61743, + "start": 62440, + "end": 62460, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 61723, - "end": 61741, + "start": 62440, + "end": 62458, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 61723, - "end": 61734, + "start": 62440, + "end": 62451, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 61723, - "end": 61727, + "start": 62440, + "end": 62444, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 38 } } }, "property": { "type": "Identifier", - "start": 61728, - "end": 61734, + "start": 62445, + "end": 62451, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 39 }, "end": { - "line": 1739, + "line": 1758, "column": 45 }, "identifierName": "player" @@ -106431,15 +107347,15 @@ }, "property": { "type": "Identifier", - "start": 61735, - "end": 61741, + "start": 62452, + "end": 62458, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 46 }, "end": { - "line": 1739, + "line": 1758, "column": 52 }, "identifierName": "height" @@ -106455,15 +107371,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61754, - "end": 61777, + "start": 62471, + "end": 62494, "loc": { "start": { - "line": 1741, + "line": 1760, "column": 8 }, "end": { - "line": 1741, + "line": 1760, "column": 31 } } @@ -106472,85 +107388,85 @@ }, { "type": "ExpressionStatement", - "start": 61786, - "end": 61818, + "start": 62503, + "end": 62535, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 61786, - "end": 61817, + "start": 62503, + "end": 62534, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 61786, - "end": 61815, + "start": 62503, + "end": 62532, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 61786, - "end": 61810, + "start": 62503, + "end": 62527, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 61786, - "end": 61797, + "start": 62503, + "end": 62514, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61786, - "end": 61790, + "start": 62503, + "end": 62507, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 12 } }, @@ -106558,15 +107474,15 @@ }, "property": { "type": "Identifier", - "start": 61791, - "end": 61797, + "start": 62508, + "end": 62514, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 13 }, "end": { - "line": 1742, + "line": 1761, "column": 19 }, "identifierName": "player" @@ -106578,15 +107494,15 @@ }, "property": { "type": "Identifier", - "start": 61798, - "end": 61810, + "start": 62515, + "end": 62527, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 20 }, "end": { - "line": 1742, + "line": 1761, "column": 32 }, "identifierName": "recordCanvas" @@ -106598,15 +107514,15 @@ }, "property": { "type": "Identifier", - "start": 61811, - "end": 61815, + "start": 62528, + "end": 62532, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 33 }, "end": { - "line": 1742, + "line": 1761, "column": 37 }, "identifierName": "hide" @@ -106623,15 +107539,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61754, - "end": 61777, + "start": 62471, + "end": 62494, "loc": { "start": { - "line": 1741, + "line": 1760, "column": 8 }, "end": { - "line": 1741, + "line": 1760, "column": 31 } } @@ -106641,15 +107557,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61828, - "end": 61849, + "start": 62545, + "end": 62566, "loc": { "start": { - "line": 1744, + "line": 1763, "column": 8 }, "end": { - "line": 1744, + "line": 1763, "column": 29 } } @@ -106658,43 +107574,43 @@ }, { "type": "ExpressionStatement", - "start": 61858, - "end": 61915, + "start": 62575, + "end": 62632, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 8 }, "end": { - "line": 1745, + "line": 1764, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 61858, - "end": 61914, + "start": 62575, + "end": 62631, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 8 }, "end": { - "line": 1745, + "line": 1764, "column": 64 } }, "callee": { "type": "Identifier", - "start": 61858, - "end": 61870, + "start": 62575, + "end": 62587, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 8 }, "end": { - "line": 1745, + "line": 1764, "column": 20 }, "identifierName": "setSrcObject" @@ -106705,58 +107621,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 61871, - "end": 61895, + "start": 62588, + "end": 62612, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 21 }, "end": { - "line": 1745, + "line": 1764, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 61871, - "end": 61882, + "start": 62588, + "end": 62599, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 21 }, "end": { - "line": 1745, + "line": 1764, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 61871, - "end": 61875, + "start": 62588, + "end": 62592, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 21 }, "end": { - "line": 1745, + "line": 1764, "column": 25 } } }, "property": { "type": "Identifier", - "start": 61876, - "end": 61882, + "start": 62593, + "end": 62599, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 26 }, "end": { - "line": 1745, + "line": 1764, "column": 32 }, "identifierName": "player" @@ -106767,15 +107683,15 @@ }, "property": { "type": "Identifier", - "start": 61883, - "end": 61895, + "start": 62600, + "end": 62612, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 33 }, "end": { - "line": 1745, + "line": 1764, "column": 45 }, "identifierName": "recordedData" @@ -106786,15 +107702,15 @@ }, { "type": "Identifier", - "start": 61897, - "end": 61913, + "start": 62614, + "end": 62630, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 47 }, "end": { - "line": 1745, + "line": 1764, "column": 63 }, "identifierName": "animationDisplay" @@ -106808,15 +107724,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61828, - "end": 61849, + "start": 62545, + "end": 62566, "loc": { "start": { - "line": 1744, + "line": 1763, "column": 8 }, "end": { - "line": 1744, + "line": 1763, "column": 29 } } @@ -106825,100 +107741,100 @@ }, { "type": "ExpressionStatement", - "start": 61924, - "end": 61960, + "start": 62641, + "end": 62677, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 61924, - "end": 61959, + "start": 62641, + "end": 62676, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 61924, - "end": 61957, + "start": 62641, + "end": 62674, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 61924, - "end": 61952, + "start": 62641, + "end": 62669, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 61924, - "end": 61935, + "start": 62641, + "end": 62652, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61924, - "end": 61928, + "start": 62641, + "end": 62645, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61929, - "end": 61935, + "start": 62646, + "end": 62652, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 13 }, "end": { - "line": 1746, + "line": 1765, "column": 19 }, "identifierName": "player" @@ -106929,15 +107845,15 @@ }, "property": { "type": "Identifier", - "start": 61936, - "end": 61952, + "start": 62653, + "end": 62669, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 20 }, "end": { - "line": 1746, + "line": 1765, "column": 36 }, "identifierName": "animationDisplay" @@ -106948,15 +107864,15 @@ }, "property": { "type": "Identifier", - "start": 61953, - "end": 61957, + "start": 62670, + "end": 62674, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 37 }, "end": { - "line": 1746, + "line": 1765, "column": 41 }, "identifierName": "show" @@ -106976,15 +107892,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61407, - "end": 61460, + "start": 62124, + "end": 62177, "loc": { "start": { - "line": 1730, + "line": 1749, "column": 4 }, "end": { - "line": 1733, + "line": 1752, "column": 7 } } @@ -106994,15 +107910,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61972, - "end": 62025, + "start": 62689, + "end": 62742, "loc": { "start": { - "line": 1749, + "line": 1768, "column": 4 }, "end": { - "line": 1752, + "line": 1771, "column": 7 } } @@ -107011,15 +107927,15 @@ }, { "type": "ClassMethod", - "start": 62030, - "end": 62202, + "start": 62747, + "end": 62919, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 4 }, "end": { - "line": 1759, + "line": 1778, "column": 5 } }, @@ -107027,15 +107943,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62030, - "end": 62043, + "start": 62747, + "end": 62760, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 4 }, "end": { - "line": 1753, + "line": 1772, "column": 17 }, "identifierName": "hideAnimation" @@ -107051,100 +107967,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62046, - "end": 62202, + "start": 62763, + "end": 62919, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 20 }, "end": { - "line": 1759, + "line": 1778, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62088, - "end": 62120, + "start": 62805, + "end": 62837, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 62088, - "end": 62119, + "start": 62805, + "end": 62836, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 62088, - "end": 62117, + "start": 62805, + "end": 62834, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 62088, - "end": 62112, + "start": 62805, + "end": 62829, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 62088, - "end": 62099, + "start": 62805, + "end": 62816, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62088, - "end": 62092, + "start": 62805, + "end": 62809, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 12 } }, @@ -107152,15 +108068,15 @@ }, "property": { "type": "Identifier", - "start": 62093, - "end": 62099, + "start": 62810, + "end": 62816, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 13 }, "end": { - "line": 1755, + "line": 1774, "column": 19 }, "identifierName": "player" @@ -107172,15 +108088,15 @@ }, "property": { "type": "Identifier", - "start": 62100, - "end": 62112, + "start": 62817, + "end": 62829, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 20 }, "end": { - "line": 1755, + "line": 1774, "column": 32 }, "identifierName": "recordCanvas" @@ -107192,15 +108108,15 @@ }, "property": { "type": "Identifier", - "start": 62113, - "end": 62117, + "start": 62830, + "end": 62834, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 33 }, "end": { - "line": 1755, + "line": 1774, "column": 37 }, "identifierName": "show" @@ -107217,15 +108133,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 62056, - "end": 62079, + "start": 62773, + "end": 62796, "loc": { "start": { - "line": 1754, + "line": 1773, "column": 8 }, "end": { - "line": 1754, + "line": 1773, "column": 31 } } @@ -107235,15 +108151,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 62130, - "end": 62151, + "start": 62847, + "end": 62868, "loc": { "start": { - "line": 1757, + "line": 1776, "column": 8 }, "end": { - "line": 1757, + "line": 1776, "column": 29 } } @@ -107252,85 +108168,85 @@ }, { "type": "ExpressionStatement", - "start": 62160, - "end": 62196, + "start": 62877, + "end": 62913, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 62160, - "end": 62195, + "start": 62877, + "end": 62912, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 62160, - "end": 62193, + "start": 62877, + "end": 62910, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 62160, - "end": 62188, + "start": 62877, + "end": 62905, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 62160, - "end": 62171, + "start": 62877, + "end": 62888, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62160, - "end": 62164, + "start": 62877, + "end": 62881, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 12 } }, @@ -107338,15 +108254,15 @@ }, "property": { "type": "Identifier", - "start": 62165, - "end": 62171, + "start": 62882, + "end": 62888, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 13 }, "end": { - "line": 1758, + "line": 1777, "column": 19 }, "identifierName": "player" @@ -107358,15 +108274,15 @@ }, "property": { "type": "Identifier", - "start": 62172, - "end": 62188, + "start": 62889, + "end": 62905, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 20 }, "end": { - "line": 1758, + "line": 1777, "column": 36 }, "identifierName": "animationDisplay" @@ -107378,15 +108294,15 @@ }, "property": { "type": "Identifier", - "start": 62189, - "end": 62193, + "start": 62906, + "end": 62910, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 37 }, "end": { - "line": 1758, + "line": 1777, "column": 41 }, "identifierName": "hide" @@ -107403,15 +108319,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 62130, - "end": 62151, + "start": 62847, + "end": 62868, "loc": { "start": { - "line": 1757, + "line": 1776, "column": 8 }, "end": { - "line": 1757, + "line": 1776, "column": 29 } } @@ -107426,15 +108342,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61972, - "end": 62025, + "start": 62689, + "end": 62742, "loc": { "start": { - "line": 1749, + "line": 1768, "column": 4 }, "end": { - "line": 1752, + "line": 1771, "column": 7 } } @@ -107444,15 +108360,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62208, - "end": 62271, + "start": 62925, + "end": 62988, "loc": { "start": { - "line": 1761, + "line": 1780, "column": 4 }, "end": { - "line": 1764, + "line": 1783, "column": 7 } } @@ -107461,15 +108377,15 @@ }, { "type": "ClassMethod", - "start": 62276, - "end": 62393, + "start": 62993, + "end": 63110, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 4 }, "end": { - "line": 1768, + "line": 1787, "column": 5 } }, @@ -107477,15 +108393,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62276, - "end": 62294, + "start": 62993, + "end": 63011, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 4 }, "end": { - "line": 1765, + "line": 1784, "column": 22 }, "identifierName": "playbackTimeUpdate" @@ -107501,87 +108417,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62297, - "end": 62393, + "start": 63014, + "end": 63110, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 25 }, "end": { - "line": 1768, + "line": 1787, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62307, - "end": 62387, + "start": 63024, + "end": 63104, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1767, + "line": 1786, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 62307, - "end": 62386, + "start": 63024, + "end": 63103, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1767, + "line": 1786, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 62307, - "end": 62326, + "start": 63024, + "end": 63043, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1766, + "line": 1785, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 62307, - "end": 62311, + "start": 63024, + "end": 63028, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1766, + "line": 1785, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62312, - "end": 62326, + "start": 63029, + "end": 63043, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 13 }, "end": { - "line": 1766, + "line": 1785, "column": 27 }, "identifierName": "setCurrentTime" @@ -107593,72 +108509,72 @@ "arguments": [ { "type": "CallExpression", - "start": 62327, - "end": 62352, + "start": 63044, + "end": 63069, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 62327, - "end": 62350, + "start": 63044, + "end": 63067, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 62327, - "end": 62338, + "start": 63044, + "end": 63055, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 62327, - "end": 62331, + "start": 63044, + "end": 63048, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 32 } } }, "property": { "type": "Identifier", - "start": 62332, - "end": 62338, + "start": 63049, + "end": 63055, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 33 }, "end": { - "line": 1766, + "line": 1785, "column": 39 }, "identifierName": "player" @@ -107669,15 +108585,15 @@ }, "property": { "type": "Identifier", - "start": 62339, - "end": 62350, + "start": 63056, + "end": 63067, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 40 }, "end": { - "line": 1766, + "line": 1785, "column": 51 }, "identifierName": "currentTime" @@ -107690,44 +108606,44 @@ }, { "type": "MemberExpression", - "start": 62366, - "end": 62385, + "start": 63083, + "end": 63102, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 12 }, "end": { - "line": 1767, + "line": 1786, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 62366, - "end": 62370, + "start": 63083, + "end": 63087, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 12 }, "end": { - "line": 1767, + "line": 1786, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62371, - "end": 62385, + "start": 63088, + "end": 63102, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 17 }, "end": { - "line": 1767, + "line": 1786, "column": 31 }, "identifierName": "streamDuration" @@ -107747,15 +108663,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62208, - "end": 62271, + "start": 62925, + "end": 62988, "loc": { "start": { - "line": 1761, + "line": 1780, "column": 4 }, "end": { - "line": 1764, + "line": 1783, "column": 7 } } @@ -107765,15 +108681,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62399, - "end": 62511, + "start": 63116, + "end": 63228, "loc": { "start": { - "line": 1770, + "line": 1789, "column": 4 }, "end": { - "line": 1773, + "line": 1792, "column": 7 } } @@ -107782,15 +108698,15 @@ }, { "type": "ClassMethod", - "start": 62516, - "end": 63275, + "start": 63233, + "end": 63992, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 4 }, "end": { - "line": 1794, + "line": 1813, "column": 5 } }, @@ -107798,15 +108714,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62516, - "end": 62532, + "start": 63233, + "end": 63249, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 4 }, "end": { - "line": 1774, + "line": 1793, "column": 20 }, "identifierName": "enumerateDevices" @@ -107822,58 +108738,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62535, - "end": 63275, + "start": 63252, + "end": 63992, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 23 }, "end": { - "line": 1794, + "line": 1813, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 62545, - "end": 62787, + "start": 63262, + "end": 63504, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 8 }, "end": { - "line": 1779, + "line": 1798, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 62549, - "end": 62616, + "start": 63266, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 12 }, "end": { - "line": 1775, + "line": 1794, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 62549, - "end": 62572, + "start": 63266, + "end": 63289, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 12 }, "end": { - "line": 1775, + "line": 1794, "column": 35 } }, @@ -107881,29 +108797,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 62550, - "end": 62572, + "start": 63267, + "end": 63289, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 13 }, "end": { - "line": 1775, + "line": 1794, "column": 35 } }, "object": { "type": "Identifier", - "start": 62550, - "end": 62559, + "start": 63267, + "end": 63276, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 13 }, "end": { - "line": 1775, + "line": 1794, "column": 22 }, "identifierName": "navigator" @@ -107912,15 +108828,15 @@ }, "property": { "type": "Identifier", - "start": 62560, - "end": 62572, + "start": 63277, + "end": 63289, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 23 }, "end": { - "line": 1775, + "line": 1794, "column": 35 }, "identifierName": "mediaDevices" @@ -107936,15 +108852,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 62576, - "end": 62616, + "start": 63293, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 39 }, "end": { - "line": 1775, + "line": 1794, "column": 79 } }, @@ -107952,43 +108868,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 62577, - "end": 62616, + "start": 63294, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 40 }, "end": { - "line": 1775, + "line": 1794, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 62577, - "end": 62599, + "start": 63294, + "end": 63316, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 40 }, "end": { - "line": 1775, + "line": 1794, "column": 62 } }, "object": { "type": "Identifier", - "start": 62577, - "end": 62586, + "start": 63294, + "end": 63303, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 40 }, "end": { - "line": 1775, + "line": 1794, "column": 49 }, "identifierName": "navigator" @@ -107997,15 +108913,15 @@ }, "property": { "type": "Identifier", - "start": 62587, - "end": 62599, + "start": 63304, + "end": 63316, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 50 }, "end": { - "line": 1775, + "line": 1794, "column": 62 }, "identifierName": "mediaDevices" @@ -108016,15 +108932,15 @@ }, "property": { "type": "Identifier", - "start": 62600, - "end": 62616, + "start": 63317, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 63 }, "end": { - "line": 1775, + "line": 1794, "column": 79 }, "identifierName": "enumerateDevices" @@ -108040,102 +108956,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 62618, - "end": 62787, + "start": 63335, + "end": 63504, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 81 }, "end": { - "line": 1779, + "line": 1798, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62632, - "end": 62701, + "start": 63349, + "end": 63418, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 62632, - "end": 62700, + "start": 63349, + "end": 63417, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62632, - "end": 62662, + "start": 63349, + "end": 63379, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 62632, - "end": 62643, + "start": 63349, + "end": 63360, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62632, - "end": 62636, + "start": 63349, + "end": 63353, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62637, - "end": 62643, + "start": 63354, + "end": 63360, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 17 }, "end": { - "line": 1776, + "line": 1795, "column": 23 }, "identifierName": "player" @@ -108146,15 +109062,15 @@ }, "property": { "type": "Identifier", - "start": 62644, - "end": 62662, + "start": 63361, + "end": 63379, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 24 }, "end": { - "line": 1776, + "line": 1795, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -108165,15 +109081,15 @@ }, "right": { "type": "StringLiteral", - "start": 62665, - "end": 62700, + "start": 63382, + "end": 63417, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 45 }, "end": { - "line": 1776, + "line": 1795, "column": 80 } }, @@ -108187,86 +109103,86 @@ }, { "type": "ExpressionStatement", - "start": 62714, - "end": 62757, + "start": 63431, + "end": 63474, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 62714, - "end": 62756, + "start": 63431, + "end": 63473, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 62714, - "end": 62733, + "start": 63431, + "end": 63450, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 62714, - "end": 62725, + "start": 63431, + "end": 63442, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62714, - "end": 62718, + "start": 63431, + "end": 63435, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62719, - "end": 62725, + "start": 63436, + "end": 63442, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 17 }, "end": { - "line": 1777, + "line": 1796, "column": 23 }, "identifierName": "player" @@ -108277,15 +109193,15 @@ }, "property": { "type": "Identifier", - "start": 62726, - "end": 62733, + "start": 63443, + "end": 63450, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 24 }, "end": { - "line": 1777, + "line": 1796, "column": 31 }, "identifierName": "trigger" @@ -108297,29 +109213,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62734, - "end": 62755, + "start": 63451, + "end": 63472, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 32 }, "end": { - "line": 1777, + "line": 1796, "column": 53 } }, "object": { "type": "Identifier", - "start": 62734, - "end": 62739, + "start": 63451, + "end": 63456, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 32 }, "end": { - "line": 1777, + "line": 1796, "column": 37 }, "identifierName": "Event" @@ -108328,15 +109244,15 @@ }, "property": { "type": "Identifier", - "start": 62740, - "end": 62755, + "start": 63457, + "end": 63472, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 38 }, "end": { - "line": 1777, + "line": 1796, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -108350,15 +109266,15 @@ }, { "type": "ReturnStatement", - "start": 62770, - "end": 62777, + "start": 63487, + "end": 63494, "loc": { "start": { - "line": 1778, + "line": 1797, "column": 12 }, "end": { - "line": 1778, + "line": 1797, "column": 19 } }, @@ -108373,15 +109289,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62797, - "end": 62828, + "start": 63514, + "end": 63545, "loc": { "start": { - "line": 1781, + "line": 1800, "column": 8 }, "end": { - "line": 1781, + "line": 1800, "column": 39 } } @@ -108390,127 +109306,127 @@ }, { "type": "ExpressionStatement", - "start": 62837, - "end": 63269, + "start": 63554, + "end": 63986, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1793, + "line": 1812, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 62837, - "end": 63268, + "start": 63554, + "end": 63985, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1793, + "line": 1812, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 62837, - "end": 63140, + "start": 63554, + "end": 63857, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1790, + "line": 1809, "column": 16 } }, "object": { "type": "CallExpression", - "start": 62837, - "end": 63134, + "start": 63554, + "end": 63851, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1790, + "line": 1809, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 62837, - "end": 62887, + "start": 63554, + "end": 63604, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 58 } }, "object": { "type": "CallExpression", - "start": 62837, - "end": 62882, + "start": 63554, + "end": 63599, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 62837, - "end": 62876, + "start": 63554, + "end": 63593, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 62837, - "end": 62859, + "start": 63554, + "end": 63576, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 30 } }, "object": { "type": "Identifier", - "start": 62837, - "end": 62846, + "start": 63554, + "end": 63563, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 17 }, "identifierName": "navigator" @@ -108520,15 +109436,15 @@ }, "property": { "type": "Identifier", - "start": 62847, - "end": 62859, + "start": 63564, + "end": 63576, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 18 }, "end": { - "line": 1782, + "line": 1801, "column": 30 }, "identifierName": "mediaDevices" @@ -108540,15 +109456,15 @@ }, "property": { "type": "Identifier", - "start": 62860, - "end": 62876, + "start": 63577, + "end": 63593, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 31 }, "end": { - "line": 1782, + "line": 1801, "column": 47 }, "identifierName": "enumerateDevices" @@ -108561,15 +109477,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 62877, - "end": 62881, + "start": 63594, + "end": 63598, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 48 }, "end": { - "line": 1782, + "line": 1801, "column": 52 } } @@ -108579,15 +109495,15 @@ }, "property": { "type": "Identifier", - "start": 62883, - "end": 62887, + "start": 63600, + "end": 63604, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 54 }, "end": { - "line": 1782, + "line": 1801, "column": 58 }, "identifierName": "then" @@ -108600,15 +109516,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62888, - "end": 63133, + "start": 63605, + "end": 63850, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 59 }, "end": { - "line": 1790, + "line": 1809, "column": 9 } }, @@ -108619,15 +109535,15 @@ "params": [ { "type": "Identifier", - "start": 62889, - "end": 62896, + "start": 63606, + "end": 63613, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 60 }, "end": { - "line": 1782, + "line": 1801, "column": 67 }, "identifierName": "devices" @@ -108637,88 +109553,88 @@ ], "body": { "type": "BlockStatement", - "start": 62901, - "end": 63133, + "start": 63618, + "end": 63850, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 72 }, "end": { - "line": 1790, + "line": 1809, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62915, - "end": 62933, + "start": 63632, + "end": 63650, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 62915, - "end": 62932, + "start": 63632, + "end": 63649, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62915, - "end": 62927, + "start": 63632, + "end": 63644, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 62915, - "end": 62919, + "start": 63632, + "end": 63636, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62920, - "end": 62927, + "start": 63637, + "end": 63644, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 17 }, "end": { - "line": 1783, + "line": 1802, "column": 24 }, "identifierName": "devices" @@ -108729,15 +109645,15 @@ }, "right": { "type": "ArrayExpression", - "start": 62930, - "end": 62932, + "start": 63647, + "end": 63649, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 27 }, "end": { - "line": 1783, + "line": 1802, "column": 29 } }, @@ -108747,57 +109663,57 @@ }, { "type": "ExpressionStatement", - "start": 62946, - "end": 63034, + "start": 63663, + "end": 63751, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1786, + "line": 1805, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 62946, - "end": 63033, + "start": 63663, + "end": 63750, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1786, + "line": 1805, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 62946, - "end": 62961, + "start": 63663, + "end": 63678, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1784, + "line": 1803, "column": 27 } }, "object": { "type": "Identifier", - "start": 62946, - "end": 62953, + "start": 63663, + "end": 63670, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1784, + "line": 1803, "column": 19 }, "identifierName": "devices" @@ -108806,15 +109722,15 @@ }, "property": { "type": "Identifier", - "start": 62954, - "end": 62961, + "start": 63671, + "end": 63678, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 20 }, "end": { - "line": 1784, + "line": 1803, "column": 27 }, "identifierName": "forEach" @@ -108826,15 +109742,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62962, - "end": 63032, + "start": 63679, + "end": 63749, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 28 }, "end": { - "line": 1786, + "line": 1805, "column": 13 } }, @@ -108845,15 +109761,15 @@ "params": [ { "type": "Identifier", - "start": 62963, - "end": 62969, + "start": 63680, + "end": 63686, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 29 }, "end": { - "line": 1784, + "line": 1803, "column": 35 }, "identifierName": "device" @@ -108863,101 +109779,101 @@ ], "body": { "type": "BlockStatement", - "start": 62974, - "end": 63032, + "start": 63691, + "end": 63749, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 40 }, "end": { - "line": 1786, + "line": 1805, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 62992, - "end": 63018, + "start": 63709, + "end": 63735, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 62992, - "end": 63017, + "start": 63709, + "end": 63734, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 62992, - "end": 63009, + "start": 63709, + "end": 63726, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 62992, - "end": 63004, + "start": 63709, + "end": 63721, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 62992, - "end": 62996, + "start": 63709, + "end": 63713, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 20 } } }, "property": { "type": "Identifier", - "start": 62997, - "end": 63004, + "start": 63714, + "end": 63721, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 21 }, "end": { - "line": 1785, + "line": 1804, "column": 28 }, "identifierName": "devices" @@ -108968,15 +109884,15 @@ }, "property": { "type": "Identifier", - "start": 63005, - "end": 63009, + "start": 63722, + "end": 63726, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 29 }, "end": { - "line": 1785, + "line": 1804, "column": 33 }, "identifierName": "push" @@ -108988,15 +109904,15 @@ "arguments": [ { "type": "Identifier", - "start": 63010, - "end": 63016, + "start": 63727, + "end": 63733, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 34 }, "end": { - "line": 1785, + "line": 1804, "column": 40 }, "identifierName": "device" @@ -109016,15 +109932,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 63048, - "end": 63067, + "start": 63765, + "end": 63784, "loc": { "start": { - "line": 1788, + "line": 1807, "column": 12 }, "end": { - "line": 1788, + "line": 1807, "column": 31 } } @@ -109033,71 +109949,71 @@ }, { "type": "ExpressionStatement", - "start": 63080, - "end": 63123, + "start": 63797, + "end": 63840, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 63080, - "end": 63122, + "start": 63797, + "end": 63839, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 63080, - "end": 63099, + "start": 63797, + "end": 63816, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 63080, - "end": 63091, + "start": 63797, + "end": 63808, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63080, - "end": 63084, + "start": 63797, + "end": 63801, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 16 } }, @@ -109105,15 +110021,15 @@ }, "property": { "type": "Identifier", - "start": 63085, - "end": 63091, + "start": 63802, + "end": 63808, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 17 }, "end": { - "line": 1789, + "line": 1808, "column": 23 }, "identifierName": "player" @@ -109125,15 +110041,15 @@ }, "property": { "type": "Identifier", - "start": 63092, - "end": 63099, + "start": 63809, + "end": 63816, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 24 }, "end": { - "line": 1789, + "line": 1808, "column": 31 }, "identifierName": "trigger" @@ -109146,29 +110062,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 63100, - "end": 63121, + "start": 63817, + "end": 63838, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 32 }, "end": { - "line": 1789, + "line": 1808, "column": 53 } }, "object": { "type": "Identifier", - "start": 63100, - "end": 63105, + "start": 63817, + "end": 63822, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 32 }, "end": { - "line": 1789, + "line": 1808, "column": 37 }, "identifierName": "Event" @@ -109177,15 +110093,15 @@ }, "property": { "type": "Identifier", - "start": 63106, - "end": 63121, + "start": 63823, + "end": 63838, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 38 }, "end": { - "line": 1789, + "line": 1808, "column": 53 }, "identifierName": "ENUMERATE_READY" @@ -109201,15 +110117,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 63048, - "end": 63067, + "start": 63765, + "end": 63784, "loc": { "start": { - "line": 1788, + "line": 1807, "column": 12 }, "end": { - "line": 1788, + "line": 1807, "column": 31 } } @@ -109225,15 +110141,15 @@ }, "property": { "type": "Identifier", - "start": 63135, - "end": 63140, + "start": 63852, + "end": 63857, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 11 }, "end": { - "line": 1790, + "line": 1809, "column": 16 }, "identifierName": "catch" @@ -109246,15 +110162,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 63141, - "end": 63267, + "start": 63858, + "end": 63984, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 17 }, "end": { - "line": 1793, + "line": 1812, "column": 9 } }, @@ -109265,15 +110181,15 @@ "params": [ { "type": "Identifier", - "start": 63142, - "end": 63145, + "start": 63859, + "end": 63862, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 18 }, "end": { - "line": 1790, + "line": 1809, "column": 21 }, "identifierName": "err" @@ -109283,102 +110199,102 @@ ], "body": { "type": "BlockStatement", - "start": 63150, - "end": 63267, + "start": 63867, + "end": 63984, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 26 }, "end": { - "line": 1793, + "line": 1812, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63164, - "end": 63201, + "start": 63881, + "end": 63918, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 63164, - "end": 63200, + "start": 63881, + "end": 63917, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63164, - "end": 63194, + "start": 63881, + "end": 63911, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 63164, - "end": 63175, + "start": 63881, + "end": 63892, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63164, - "end": 63168, + "start": 63881, + "end": 63885, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63169, - "end": 63175, + "start": 63886, + "end": 63892, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 17 }, "end": { - "line": 1791, + "line": 1810, "column": 23 }, "identifierName": "player" @@ -109389,15 +110305,15 @@ }, "property": { "type": "Identifier", - "start": 63176, - "end": 63194, + "start": 63893, + "end": 63911, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 24 }, "end": { - "line": 1791, + "line": 1810, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -109408,15 +110324,15 @@ }, "right": { "type": "Identifier", - "start": 63197, - "end": 63200, + "start": 63914, + "end": 63917, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 45 }, "end": { - "line": 1791, + "line": 1810, "column": 48 }, "identifierName": "err" @@ -109427,86 +110343,86 @@ }, { "type": "ExpressionStatement", - "start": 63214, - "end": 63257, + "start": 63931, + "end": 63974, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 63214, - "end": 63256, + "start": 63931, + "end": 63973, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 63214, - "end": 63233, + "start": 63931, + "end": 63950, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 63214, - "end": 63225, + "start": 63931, + "end": 63942, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63214, - "end": 63218, + "start": 63931, + "end": 63935, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63219, - "end": 63225, + "start": 63936, + "end": 63942, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 17 }, "end": { - "line": 1792, + "line": 1811, "column": 23 }, "identifierName": "player" @@ -109517,15 +110433,15 @@ }, "property": { "type": "Identifier", - "start": 63226, - "end": 63233, + "start": 63943, + "end": 63950, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 24 }, "end": { - "line": 1792, + "line": 1811, "column": 31 }, "identifierName": "trigger" @@ -109537,29 +110453,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 63234, - "end": 63255, + "start": 63951, + "end": 63972, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 32 }, "end": { - "line": 1792, + "line": 1811, "column": 53 } }, "object": { "type": "Identifier", - "start": 63234, - "end": 63239, + "start": 63951, + "end": 63956, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 32 }, "end": { - "line": 1792, + "line": 1811, "column": 37 }, "identifierName": "Event" @@ -109568,15 +110484,15 @@ }, "property": { "type": "Identifier", - "start": 63240, - "end": 63255, + "start": 63957, + "end": 63972, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 38 }, "end": { - "line": 1792, + "line": 1811, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -109599,15 +110515,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62797, - "end": 62828, + "start": 63514, + "end": 63545, "loc": { "start": { - "line": 1781, + "line": 1800, "column": 8 }, "end": { - "line": 1781, + "line": 1800, "column": 39 } } @@ -109622,15 +110538,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62399, - "end": 62511, + "start": 63116, + "end": 63228, "loc": { "start": { - "line": 1770, + "line": 1789, "column": 4 }, "end": { - "line": 1773, + "line": 1792, "column": 7 } } @@ -109640,15 +110556,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63281, - "end": 63401, + "start": 63998, + "end": 64118, "loc": { "start": { - "line": 1796, + "line": 1815, "column": 4 }, "end": { - "line": 1800, + "line": 1819, "column": 7 } } @@ -109657,15 +110573,15 @@ }, { "type": "ClassMethod", - "start": 63406, - "end": 63976, + "start": 64123, + "end": 64693, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 4 }, "end": { - "line": 1818, + "line": 1837, "column": 5 } }, @@ -109673,15 +110589,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63406, - "end": 63419, + "start": 64123, + "end": 64136, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 4 }, "end": { - "line": 1801, + "line": 1820, "column": 17 }, "identifierName": "setVideoInput" @@ -109697,15 +110613,15 @@ "params": [ { "type": "Identifier", - "start": 63420, - "end": 63428, + "start": 64137, + "end": 64145, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 18 }, "end": { - "line": 1801, + "line": 1820, "column": 26 }, "identifierName": "deviceId" @@ -109715,87 +110631,87 @@ ], "body": { "type": "BlockStatement", - "start": 63430, - "end": 63976, + "start": 64147, + "end": 64693, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 28 }, "end": { - "line": 1818, + "line": 1837, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 63440, - "end": 63813, + "start": 64157, + "end": 64530, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 8 }, "end": { - "line": 1811, + "line": 1830, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63444, - "end": 63489, + "start": 64161, + "end": 64206, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 12 }, "end": { - "line": 1802, + "line": 1821, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 63444, - "end": 63460, + "start": 64161, + "end": 64177, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 12 }, "end": { - "line": 1802, + "line": 1821, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63444, - "end": 63448, + "start": 64161, + "end": 64165, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 12 }, "end": { - "line": 1802, + "line": 1821, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63449, - "end": 63460, + "start": 64166, + "end": 64177, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 17 }, "end": { - "line": 1802, + "line": 1821, "column": 28 }, "identifierName": "recordVideo" @@ -109807,29 +110723,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 63465, - "end": 63489, + "start": 64182, + "end": 64206, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 33 }, "end": { - "line": 1802, + "line": 1821, "column": 57 } }, "callee": { "type": "Identifier", - "start": 63465, - "end": 63471, + "start": 64182, + "end": 64188, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 33 }, "end": { - "line": 1802, + "line": 1821, "column": 39 }, "identifierName": "Object" @@ -109839,44 +110755,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 63472, - "end": 63488, + "start": 64189, + "end": 64205, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 40 }, "end": { - "line": 1802, + "line": 1821, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 63472, - "end": 63476, + "start": 64189, + "end": 64193, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 40 }, "end": { - "line": 1802, + "line": 1821, "column": 44 } } }, "property": { "type": "Identifier", - "start": 63477, - "end": 63488, + "start": 64194, + "end": 64205, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 45 }, "end": { - "line": 1802, + "line": 1821, "column": 56 }, "identifierName": "recordVideo" @@ -109890,87 +110806,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 63491, - "end": 63609, + "start": 64208, + "end": 64326, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 59 }, "end": { - "line": 1806, + "line": 1825, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63552, - "end": 63598, + "start": 64269, + "end": 64315, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 63552, - "end": 63597, + "start": 64269, + "end": 64314, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63552, - "end": 63577, + "start": 64269, + "end": 64294, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 63552, - "end": 63568, + "start": 64269, + "end": 64285, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63552, - "end": 63556, + "start": 64269, + "end": 64273, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 16 } }, @@ -109978,15 +110894,15 @@ }, "property": { "type": "Identifier", - "start": 63557, - "end": 63568, + "start": 64274, + "end": 64285, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 17 }, "end": { - "line": 1804, + "line": 1823, "column": 28 }, "identifierName": "recordVideo" @@ -109998,15 +110914,15 @@ }, "property": { "type": "Identifier", - "start": 63569, - "end": 63577, + "start": 64286, + "end": 64294, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 29 }, "end": { - "line": 1804, + "line": 1823, "column": 37 }, "identifierName": "deviceId" @@ -110018,30 +110934,30 @@ }, "right": { "type": "ObjectExpression", - "start": 63580, - "end": 63597, + "start": 64297, + "end": 64314, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 40 }, "end": { - "line": 1804, + "line": 1823, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 63581, - "end": 63596, + "start": 64298, + "end": 64313, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 41 }, "end": { - "line": 1804, + "line": 1823, "column": 56 } }, @@ -110050,15 +110966,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63581, - "end": 63586, + "start": 64298, + "end": 64303, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 41 }, "end": { - "line": 1804, + "line": 1823, "column": 46 }, "identifierName": "exact" @@ -110067,15 +110983,15 @@ }, "value": { "type": "Identifier", - "start": 63588, - "end": 63596, + "start": 64305, + "end": 64313, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 48 }, "end": { - "line": 1804, + "line": 1823, "column": 56 }, "identifierName": "deviceId" @@ -110091,15 +111007,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 63505, - "end": 63539, + "start": 64222, + "end": 64256, "loc": { "start": { - "line": 1803, + "line": 1822, "column": 12 }, "end": { - "line": 1803, + "line": 1822, "column": 46 } } @@ -110111,72 +111027,72 @@ }, "alternate": { "type": "IfStatement", - "start": 63615, - "end": 63813, + "start": 64332, + "end": 64530, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 15 }, "end": { - "line": 1811, + "line": 1830, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63619, - "end": 63644, + "start": 64336, + "end": 64361, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 19 }, "end": { - "line": 1806, + "line": 1825, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 63619, - "end": 63635, + "start": 64336, + "end": 64352, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 19 }, "end": { - "line": 1806, + "line": 1825, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 63619, - "end": 63623, + "start": 64336, + "end": 64340, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 19 }, "end": { - "line": 1806, + "line": 1825, "column": 23 } } }, "property": { "type": "Identifier", - "start": 63624, - "end": 63635, + "start": 64341, + "end": 64352, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 24 }, "end": { - "line": 1806, + "line": 1825, "column": 35 }, "identifierName": "recordVideo" @@ -110188,15 +111104,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 63640, - "end": 63644, + "start": 64357, + "end": 64361, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 40 }, "end": { - "line": 1806, + "line": 1825, "column": 44 } }, @@ -110205,73 +111121,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 63646, - "end": 63813, + "start": 64363, + "end": 64530, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 46 }, "end": { - "line": 1811, + "line": 1830, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63724, - "end": 63803, + "start": 64441, + "end": 64520, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1810, + "line": 1829, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 63724, - "end": 63802, + "start": 64441, + "end": 64519, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1810, + "line": 1829, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63724, - "end": 63740, + "start": 64441, + "end": 64457, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1808, + "line": 1827, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63724, - "end": 63728, + "start": 64441, + "end": 64445, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1808, + "line": 1827, "column": 16 } }, @@ -110279,15 +111195,15 @@ }, "property": { "type": "Identifier", - "start": 63729, - "end": 63740, + "start": 64446, + "end": 64457, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 17 }, "end": { - "line": 1808, + "line": 1827, "column": 28 }, "identifierName": "recordVideo" @@ -110299,30 +111215,30 @@ }, "right": { "type": "ObjectExpression", - "start": 63743, - "end": 63802, + "start": 64460, + "end": 64519, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 31 }, "end": { - "line": 1810, + "line": 1829, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 63761, - "end": 63788, + "start": 64478, + "end": 64505, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 16 }, "end": { - "line": 1809, + "line": 1828, "column": 43 } }, @@ -110331,15 +111247,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63761, - "end": 63769, + "start": 64478, + "end": 64486, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 16 }, "end": { - "line": 1809, + "line": 1828, "column": 24 }, "identifierName": "deviceId" @@ -110348,30 +111264,30 @@ }, "value": { "type": "ObjectExpression", - "start": 63771, - "end": 63788, + "start": 64488, + "end": 64505, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 26 }, "end": { - "line": 1809, + "line": 1828, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 63772, - "end": 63787, + "start": 64489, + "end": 64504, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 27 }, "end": { - "line": 1809, + "line": 1828, "column": 42 } }, @@ -110380,15 +111296,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63772, - "end": 63777, + "start": 64489, + "end": 64494, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 27 }, "end": { - "line": 1809, + "line": 1828, "column": 32 }, "identifierName": "exact" @@ -110397,15 +111313,15 @@ }, "value": { "type": "Identifier", - "start": 63779, - "end": 63787, + "start": 64496, + "end": 64504, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 34 }, "end": { - "line": 1809, + "line": 1828, "column": 42 }, "identifierName": "deviceId" @@ -110424,15 +111340,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 63660, - "end": 63711, + "start": 64377, + "end": 64428, "loc": { "start": { - "line": 1807, + "line": 1826, "column": 12 }, "end": { - "line": 1807, + "line": 1826, "column": 63 } } @@ -110450,15 +111366,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63823, - "end": 63849, + "start": 64540, + "end": 64566, "loc": { "start": { - "line": 1813, + "line": 1832, "column": 8 }, "end": { - "line": 1813, + "line": 1832, "column": 34 } } @@ -110467,57 +111383,57 @@ }, { "type": "ExpressionStatement", - "start": 63858, - "end": 63876, + "start": 64575, + "end": 64593, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 63858, - "end": 63875, + "start": 64575, + "end": 64592, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 63858, - "end": 63873, + "start": 64575, + "end": 64590, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63858, - "end": 63862, + "start": 64575, + "end": 64579, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 12 } }, @@ -110525,15 +111441,15 @@ }, "property": { "type": "Identifier", - "start": 63863, - "end": 63873, + "start": 64580, + "end": 64590, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 13 }, "end": { - "line": 1814, + "line": 1833, "column": 23 }, "identifierName": "stopDevice" @@ -110550,15 +111466,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63823, - "end": 63849, + "start": 64540, + "end": 64566, "loc": { "start": { - "line": 1813, + "line": 1832, "column": 8 }, "end": { - "line": 1813, + "line": 1832, "column": 34 } } @@ -110568,15 +111484,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63886, - "end": 63944, + "start": 64603, + "end": 64661, "loc": { "start": { - "line": 1816, + "line": 1835, "column": 8 }, "end": { - "line": 1816, + "line": 1835, "column": 66 } } @@ -110585,57 +111501,57 @@ }, { "type": "ExpressionStatement", - "start": 63953, - "end": 63970, + "start": 64670, + "end": 64687, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 63953, - "end": 63969, + "start": 64670, + "end": 64686, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 63953, - "end": 63967, + "start": 64670, + "end": 64684, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 63953, - "end": 63957, + "start": 64670, + "end": 64674, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 12 } }, @@ -110643,15 +111559,15 @@ }, "property": { "type": "Identifier", - "start": 63958, - "end": 63967, + "start": 64675, + "end": 64684, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 13 }, "end": { - "line": 1817, + "line": 1836, "column": 22 }, "identifierName": "getDevice" @@ -110668,15 +111584,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63886, - "end": 63944, + "start": 64603, + "end": 64661, "loc": { "start": { - "line": 1816, + "line": 1835, "column": 8 }, "end": { - "line": 1816, + "line": 1835, "column": 66 } } @@ -110691,15 +111607,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63281, - "end": 63401, + "start": 63998, + "end": 64118, "loc": { "start": { - "line": 1796, + "line": 1815, "column": 4 }, "end": { - "line": 1800, + "line": 1819, "column": 7 } } @@ -110709,15 +111625,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63982, - "end": 64102, + "start": 64699, + "end": 64819, "loc": { "start": { - "line": 1820, + "line": 1839, "column": 4 }, "end": { - "line": 1824, + "line": 1843, "column": 7 } } @@ -110726,15 +111642,15 @@ }, { "type": "ClassMethod", - "start": 64107, - "end": 64998, + "start": 64824, + "end": 65715, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 4 }, "end": { - "line": 1852, + "line": 1871, "column": 5 } }, @@ -110742,15 +111658,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64107, - "end": 64120, + "start": 64824, + "end": 64837, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 4 }, "end": { - "line": 1825, + "line": 1844, "column": 17 }, "identifierName": "setAudioInput" @@ -110766,15 +111682,15 @@ "params": [ { "type": "Identifier", - "start": 64121, - "end": 64129, + "start": 64838, + "end": 64846, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 18 }, "end": { - "line": 1825, + "line": 1844, "column": 26 }, "identifierName": "deviceId" @@ -110784,87 +111700,87 @@ ], "body": { "type": "BlockStatement", - "start": 64131, - "end": 64998, + "start": 64848, + "end": 65715, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 28 }, "end": { - "line": 1852, + "line": 1871, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 64141, - "end": 64514, + "start": 64858, + "end": 65231, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 8 }, "end": { - "line": 1835, + "line": 1854, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 64145, - "end": 64190, + "start": 64862, + "end": 64907, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 12 }, "end": { - "line": 1826, + "line": 1845, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 64145, - "end": 64161, + "start": 64862, + "end": 64878, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 12 }, "end": { - "line": 1826, + "line": 1845, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64145, - "end": 64149, + "start": 64862, + "end": 64866, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 12 }, "end": { - "line": 1826, + "line": 1845, "column": 16 } } }, "property": { "type": "Identifier", - "start": 64150, - "end": 64161, + "start": 64867, + "end": 64878, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 17 }, "end": { - "line": 1826, + "line": 1845, "column": 28 }, "identifierName": "recordAudio" @@ -110876,29 +111792,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 64166, - "end": 64190, + "start": 64883, + "end": 64907, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 33 }, "end": { - "line": 1826, + "line": 1845, "column": 57 } }, "callee": { "type": "Identifier", - "start": 64166, - "end": 64172, + "start": 64883, + "end": 64889, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 33 }, "end": { - "line": 1826, + "line": 1845, "column": 39 }, "identifierName": "Object" @@ -110908,44 +111824,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 64173, - "end": 64189, + "start": 64890, + "end": 64906, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 40 }, "end": { - "line": 1826, + "line": 1845, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 64173, - "end": 64177, + "start": 64890, + "end": 64894, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 40 }, "end": { - "line": 1826, + "line": 1845, "column": 44 } } }, "property": { "type": "Identifier", - "start": 64178, - "end": 64189, + "start": 64895, + "end": 64906, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 45 }, "end": { - "line": 1826, + "line": 1845, "column": 56 }, "identifierName": "recordAudio" @@ -110959,87 +111875,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 64192, - "end": 64310, + "start": 64909, + "end": 65027, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 59 }, "end": { - "line": 1830, + "line": 1849, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 64253, - "end": 64299, + "start": 64970, + "end": 65016, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 64253, - "end": 64298, + "start": 64970, + "end": 65015, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64253, - "end": 64278, + "start": 64970, + "end": 64995, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 64253, - "end": 64269, + "start": 64970, + "end": 64986, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64253, - "end": 64257, + "start": 64970, + "end": 64974, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 16 } }, @@ -111047,15 +111963,15 @@ }, "property": { "type": "Identifier", - "start": 64258, - "end": 64269, + "start": 64975, + "end": 64986, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 17 }, "end": { - "line": 1828, + "line": 1847, "column": 28 }, "identifierName": "recordAudio" @@ -111067,15 +111983,15 @@ }, "property": { "type": "Identifier", - "start": 64270, - "end": 64278, + "start": 64987, + "end": 64995, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 29 }, "end": { - "line": 1828, + "line": 1847, "column": 37 }, "identifierName": "deviceId" @@ -111087,30 +112003,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64281, - "end": 64298, + "start": 64998, + "end": 65015, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 40 }, "end": { - "line": 1828, + "line": 1847, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 64282, - "end": 64297, + "start": 64999, + "end": 65014, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 41 }, "end": { - "line": 1828, + "line": 1847, "column": 56 } }, @@ -111119,15 +112035,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64282, - "end": 64287, + "start": 64999, + "end": 65004, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 41 }, "end": { - "line": 1828, + "line": 1847, "column": 46 }, "identifierName": "exact" @@ -111136,15 +112052,15 @@ }, "value": { "type": "Identifier", - "start": 64289, - "end": 64297, + "start": 65006, + "end": 65014, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 48 }, "end": { - "line": 1828, + "line": 1847, "column": 56 }, "identifierName": "deviceId" @@ -111160,15 +112076,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 64206, - "end": 64240, + "start": 64923, + "end": 64957, "loc": { "start": { - "line": 1827, + "line": 1846, "column": 12 }, "end": { - "line": 1827, + "line": 1846, "column": 46 } } @@ -111180,72 +112096,72 @@ }, "alternate": { "type": "IfStatement", - "start": 64316, - "end": 64514, + "start": 65033, + "end": 65231, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 15 }, "end": { - "line": 1835, + "line": 1854, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 64320, - "end": 64345, + "start": 65037, + "end": 65062, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 19 }, "end": { - "line": 1830, + "line": 1849, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 64320, - "end": 64336, + "start": 65037, + "end": 65053, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 19 }, "end": { - "line": 1830, + "line": 1849, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 64320, - "end": 64324, + "start": 65037, + "end": 65041, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 19 }, "end": { - "line": 1830, + "line": 1849, "column": 23 } } }, "property": { "type": "Identifier", - "start": 64325, - "end": 64336, + "start": 65042, + "end": 65053, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 24 }, "end": { - "line": 1830, + "line": 1849, "column": 35 }, "identifierName": "recordAudio" @@ -111257,15 +112173,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 64341, - "end": 64345, + "start": 65058, + "end": 65062, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 40 }, "end": { - "line": 1830, + "line": 1849, "column": 44 } }, @@ -111274,73 +112190,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64347, - "end": 64514, + "start": 65064, + "end": 65231, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 46 }, "end": { - "line": 1835, + "line": 1854, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 64425, - "end": 64504, + "start": 65142, + "end": 65221, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1834, + "line": 1853, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 64425, - "end": 64503, + "start": 65142, + "end": 65220, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1834, + "line": 1853, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64425, - "end": 64441, + "start": 65142, + "end": 65158, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1832, + "line": 1851, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64425, - "end": 64429, + "start": 65142, + "end": 65146, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1832, + "line": 1851, "column": 16 } }, @@ -111348,15 +112264,15 @@ }, "property": { "type": "Identifier", - "start": 64430, - "end": 64441, + "start": 65147, + "end": 65158, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 17 }, "end": { - "line": 1832, + "line": 1851, "column": 28 }, "identifierName": "recordAudio" @@ -111368,30 +112284,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64444, - "end": 64503, + "start": 65161, + "end": 65220, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 31 }, "end": { - "line": 1834, + "line": 1853, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 64462, - "end": 64489, + "start": 65179, + "end": 65206, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 16 }, "end": { - "line": 1833, + "line": 1852, "column": 43 } }, @@ -111400,15 +112316,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64462, - "end": 64470, + "start": 65179, + "end": 65187, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 16 }, "end": { - "line": 1833, + "line": 1852, "column": 24 }, "identifierName": "deviceId" @@ -111417,30 +112333,30 @@ }, "value": { "type": "ObjectExpression", - "start": 64472, - "end": 64489, + "start": 65189, + "end": 65206, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 26 }, "end": { - "line": 1833, + "line": 1852, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 64473, - "end": 64488, + "start": 65190, + "end": 65205, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 27 }, "end": { - "line": 1833, + "line": 1852, "column": 42 } }, @@ -111449,15 +112365,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64473, - "end": 64478, + "start": 65190, + "end": 65195, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 27 }, "end": { - "line": 1833, + "line": 1852, "column": 32 }, "identifierName": "exact" @@ -111466,15 +112382,15 @@ }, "value": { "type": "Identifier", - "start": 64480, - "end": 64488, + "start": 65197, + "end": 65205, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 34 }, "end": { - "line": 1833, + "line": 1852, "column": 42 }, "identifierName": "deviceId" @@ -111493,15 +112409,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 64361, - "end": 64412, + "start": 65078, + "end": 65129, "loc": { "start": { - "line": 1831, + "line": 1850, "column": 12 }, "end": { - "line": 1831, + "line": 1850, "column": 63 } } @@ -111519,15 +112435,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64524, - "end": 64574, + "start": 65241, + "end": 65291, "loc": { "start": { - "line": 1837, + "line": 1856, "column": 8 }, "end": { - "line": 1837, + "line": 1856, "column": 58 } } @@ -111536,57 +112452,57 @@ }, { "type": "SwitchStatement", - "start": 64583, - "end": 64835, + "start": 65300, + "end": 65552, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 8 }, "end": { - "line": 1845, + "line": 1864, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 64591, - "end": 64611, + "start": 65308, + "end": 65328, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 16 }, "end": { - "line": 1838, + "line": 1857, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 64591, - "end": 64609, + "start": 65308, + "end": 65326, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 16 }, "end": { - "line": 1838, + "line": 1857, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 64591, - "end": 64595, + "start": 65308, + "end": 65312, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 16 }, "end": { - "line": 1838, + "line": 1857, "column": 20 } }, @@ -111594,15 +112510,15 @@ }, "property": { "type": "Identifier", - "start": 64596, - "end": 64609, + "start": 65313, + "end": 65326, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 21 }, "end": { - "line": 1838, + "line": 1857, "column": 34 }, "identifierName": "getRecordType" @@ -111618,130 +112534,130 @@ "cases": [ { "type": "SwitchCase", - "start": 64627, - "end": 64825, + "start": 65344, + "end": 65542, "loc": { "start": { - "line": 1839, + "line": 1858, "column": 12 }, "end": { - "line": 1844, + "line": 1863, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 64660, - "end": 64802, + "start": 65377, + "end": 65519, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1843, + "line": 1862, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 64660, - "end": 64801, + "start": 65377, + "end": 65518, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1843, + "line": 1862, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64660, - "end": 64701, + "start": 65377, + "end": 65418, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 64660, - "end": 64689, + "start": 65377, + "end": 65406, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 64660, - "end": 64678, + "start": 65377, + "end": 65395, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 64660, - "end": 64671, + "start": 65377, + "end": 65388, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 64660, - "end": 64664, + "start": 65377, + "end": 65381, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 20 } } }, "property": { "type": "Identifier", - "start": 64665, - "end": 64671, + "start": 65382, + "end": 65388, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 21 }, "end": { - "line": 1840, + "line": 1859, "column": 27 }, "identifierName": "surfer" @@ -111752,15 +112668,15 @@ }, "property": { "type": "Identifier", - "start": 64672, - "end": 64678, + "start": 65389, + "end": 65395, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 28 }, "end": { - "line": 1840, + "line": 1859, "column": 34 }, "identifierName": "surfer" @@ -111771,15 +112687,15 @@ }, "property": { "type": "Identifier", - "start": 64679, - "end": 64689, + "start": 65396, + "end": 65406, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 35 }, "end": { - "line": 1840, + "line": 1859, "column": 45 }, "identifierName": "microphone" @@ -111790,15 +112706,15 @@ }, "property": { "type": "Identifier", - "start": 64690, - "end": 64701, + "start": 65407, + "end": 65418, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 46 }, "end": { - "line": 1840, + "line": 1859, "column": 57 }, "identifierName": "constraints" @@ -111809,30 +112725,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64704, - "end": 64801, + "start": 65421, + "end": 65518, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 60 }, "end": { - "line": 1843, + "line": 1862, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 64726, - "end": 64738, + "start": 65443, + "end": 65455, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 20 }, "end": { - "line": 1841, + "line": 1860, "column": 32 } }, @@ -111841,15 +112757,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64726, - "end": 64731, + "start": 65443, + "end": 65448, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 20 }, "end": { - "line": 1841, + "line": 1860, "column": 25 }, "identifierName": "video" @@ -111858,15 +112774,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 64733, - "end": 64738, + "start": 65450, + "end": 65455, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 27 }, "end": { - "line": 1841, + "line": 1860, "column": 32 } }, @@ -111875,15 +112791,15 @@ }, { "type": "ObjectProperty", - "start": 64760, - "end": 64783, + "start": 65477, + "end": 65500, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 20 }, "end": { - "line": 1842, + "line": 1861, "column": 43 } }, @@ -111892,15 +112808,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64760, - "end": 64765, + "start": 65477, + "end": 65482, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 20 }, "end": { - "line": 1842, + "line": 1861, "column": 25 }, "identifierName": "audio" @@ -111909,44 +112825,44 @@ }, "value": { "type": "MemberExpression", - "start": 64767, - "end": 64783, + "start": 65484, + "end": 65500, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 27 }, "end": { - "line": 1842, + "line": 1861, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 64767, - "end": 64771, + "start": 65484, + "end": 65488, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 27 }, "end": { - "line": 1842, + "line": 1861, "column": 31 } } }, "property": { "type": "Identifier", - "start": 64772, - "end": 64783, + "start": 65489, + "end": 65500, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 32 }, "end": { - "line": 1842, + "line": 1861, "column": 43 }, "identifierName": "recordAudio" @@ -111962,15 +112878,15 @@ }, { "type": "BreakStatement", - "start": 64819, - "end": 64825, + "start": 65536, + "end": 65542, "loc": { "start": { - "line": 1844, + "line": 1863, "column": 16 }, "end": { - "line": 1844, + "line": 1863, "column": 22 } }, @@ -111979,15 +112895,15 @@ ], "test": { "type": "Identifier", - "start": 64632, - "end": 64642, + "start": 65349, + "end": 65359, "loc": { "start": { - "line": 1839, + "line": 1858, "column": 17 }, "end": { - "line": 1839, + "line": 1858, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -112000,15 +112916,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64524, - "end": 64574, + "start": 65241, + "end": 65291, "loc": { "start": { - "line": 1837, + "line": 1856, "column": 8 }, "end": { - "line": 1837, + "line": 1856, "column": 58 } } @@ -112018,15 +112934,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64845, - "end": 64871, + "start": 65562, + "end": 65588, "loc": { "start": { - "line": 1847, + "line": 1866, "column": 8 }, "end": { - "line": 1847, + "line": 1866, "column": 34 } } @@ -112035,57 +112951,57 @@ }, { "type": "ExpressionStatement", - "start": 64880, - "end": 64898, + "start": 65597, + "end": 65615, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 64880, - "end": 64897, + "start": 65597, + "end": 65614, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 64880, - "end": 64895, + "start": 65597, + "end": 65612, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 64880, - "end": 64884, + "start": 65597, + "end": 65601, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 12 } }, @@ -112093,15 +113009,15 @@ }, "property": { "type": "Identifier", - "start": 64885, - "end": 64895, + "start": 65602, + "end": 65612, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 13 }, "end": { - "line": 1848, + "line": 1867, "column": 23 }, "identifierName": "stopDevice" @@ -112118,15 +113034,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64845, - "end": 64871, + "start": 65562, + "end": 65588, "loc": { "start": { - "line": 1847, + "line": 1866, "column": 8 }, "end": { - "line": 1847, + "line": 1866, "column": 34 } } @@ -112136,15 +113052,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64908, - "end": 64966, + "start": 65625, + "end": 65683, "loc": { "start": { - "line": 1850, + "line": 1869, "column": 8 }, "end": { - "line": 1850, + "line": 1869, "column": 66 } } @@ -112153,57 +113069,57 @@ }, { "type": "ExpressionStatement", - "start": 64975, - "end": 64992, + "start": 65692, + "end": 65709, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 64975, - "end": 64991, + "start": 65692, + "end": 65708, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 64975, - "end": 64989, + "start": 65692, + "end": 65706, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 64975, - "end": 64979, + "start": 65692, + "end": 65696, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 12 } }, @@ -112211,15 +113127,15 @@ }, "property": { "type": "Identifier", - "start": 64980, - "end": 64989, + "start": 65697, + "end": 65706, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 13 }, "end": { - "line": 1851, + "line": 1870, "column": 22 }, "identifierName": "getDevice" @@ -112236,15 +113152,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64908, - "end": 64966, + "start": 65625, + "end": 65683, "loc": { "start": { - "line": 1850, + "line": 1869, "column": 8 }, "end": { - "line": 1850, + "line": 1869, "column": 66 } } @@ -112259,15 +113175,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63982, - "end": 64102, + "start": 64699, + "end": 64819, "loc": { "start": { - "line": 1820, + "line": 1839, "column": 4 }, "end": { - "line": 1824, + "line": 1843, "column": 7 } } @@ -112277,15 +113193,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 65004, - "end": 65122, + "start": 65721, + "end": 65839, "loc": { "start": { - "line": 1854, + "line": 1873, "column": 4 }, "end": { - "line": 1858, + "line": 1877, "column": 7 } } @@ -112294,15 +113210,15 @@ }, { "type": "ClassMethod", - "start": 65127, - "end": 66533, + "start": 65844, + "end": 67250, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 4 }, "end": { - "line": 1895, + "line": 1914, "column": 5 } }, @@ -112310,15 +113226,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 65127, - "end": 65141, + "start": 65844, + "end": 65858, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 4 }, "end": { - "line": 1859, + "line": 1878, "column": 18 }, "identifierName": "setAudioOutput" @@ -112334,15 +113250,15 @@ "params": [ { "type": "Identifier", - "start": 65142, - "end": 65150, + "start": 65859, + "end": 65867, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 19 }, "end": { - "line": 1859, + "line": 1878, "column": 27 }, "identifierName": "deviceId" @@ -112352,59 +113268,59 @@ ], "body": { "type": "BlockStatement", - "start": 65152, - "end": 66533, + "start": 65869, + "end": 67250, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 29 }, "end": { - "line": 1895, + "line": 1914, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 65162, - "end": 65179, + "start": 65879, + "end": 65896, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 8 }, "end": { - "line": 1860, + "line": 1879, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65166, - "end": 65178, + "start": 65883, + "end": 65895, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 12 }, "end": { - "line": 1860, + "line": 1879, "column": 24 } }, "id": { "type": "Identifier", - "start": 65166, - "end": 65178, + "start": 65883, + "end": 65895, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 12 }, "end": { - "line": 1860, + "line": 1879, "column": 24 }, "identifierName": "errorMessage" @@ -112418,72 +113334,72 @@ }, { "type": "SwitchStatement", - "start": 65188, - "end": 66420, + "start": 65905, + "end": 67137, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 8 }, "end": { - "line": 1891, + "line": 1910, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 65196, - "end": 65216, + "start": 65913, + "end": 65933, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 16 }, "end": { - "line": 1861, + "line": 1880, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 65196, - "end": 65214, + "start": 65913, + "end": 65931, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 16 }, "end": { - "line": 1861, + "line": 1880, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 65196, - "end": 65200, + "start": 65913, + "end": 65917, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 16 }, "end": { - "line": 1861, + "line": 1880, "column": 20 } } }, "property": { "type": "Identifier", - "start": 65201, - "end": 65214, + "start": 65918, + "end": 65931, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 21 }, "end": { - "line": 1861, + "line": 1880, "column": 34 }, "identifierName": "getRecordType" @@ -112497,156 +113413,156 @@ "cases": [ { "type": "SwitchCase", - "start": 65232, - "end": 65610, + "start": 65949, + "end": 66327, "loc": { "start": { - "line": 1862, + "line": 1881, "column": 12 }, "end": { - "line": 1871, + "line": 1890, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 65299, - "end": 65587, + "start": 66016, + "end": 66304, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1870, + "line": 1889, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 65299, - "end": 65586, + "start": 66016, + "end": 66303, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1870, + "line": 1889, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 65299, - "end": 65516, + "start": 66016, + "end": 66233, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1868, + "line": 1887, "column": 24 } }, "object": { "type": "CallExpression", - "start": 65299, - "end": 65510, + "start": 66016, + "end": 66227, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1868, + "line": 1887, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 65299, - "end": 65342, + "start": 66016, + "end": 66059, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 59 } }, "object": { "type": "CallExpression", - "start": 65299, - "end": 65337, + "start": 66016, + "end": 66054, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 65299, - "end": 65327, + "start": 66016, + "end": 66044, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 65299, - "end": 65317, + "start": 66016, + "end": 66034, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 65299, - "end": 65310, + "start": 66016, + "end": 66027, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 65299, - "end": 65303, + "start": 66016, + "end": 66020, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 20 } }, @@ -112654,15 +113570,15 @@ }, "property": { "type": "Identifier", - "start": 65304, - "end": 65310, + "start": 66021, + "end": 66027, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 21 }, "end": { - "line": 1864, + "line": 1883, "column": 27 }, "identifierName": "surfer" @@ -112674,15 +113590,15 @@ }, "property": { "type": "Identifier", - "start": 65311, - "end": 65317, + "start": 66028, + "end": 66034, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 28 }, "end": { - "line": 1864, + "line": 1883, "column": 34 }, "identifierName": "surfer" @@ -112694,15 +113610,15 @@ }, "property": { "type": "Identifier", - "start": 65318, - "end": 65327, + "start": 66035, + "end": 66044, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 35 }, "end": { - "line": 1864, + "line": 1883, "column": 44 }, "identifierName": "setSinkId" @@ -112715,15 +113631,15 @@ "arguments": [ { "type": "Identifier", - "start": 65328, - "end": 65336, + "start": 66045, + "end": 66053, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 45 }, "end": { - "line": 1864, + "line": 1883, "column": 53 }, "identifierName": "deviceId" @@ -112735,15 +113651,15 @@ }, "property": { "type": "Identifier", - "start": 65338, - "end": 65342, + "start": 66055, + "end": 66059, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 55 }, "end": { - "line": 1864, + "line": 1883, "column": 59 }, "identifierName": "then" @@ -112756,15 +113672,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65343, - "end": 65509, + "start": 66060, + "end": 66226, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 60 }, "end": { - "line": 1868, + "line": 1887, "column": 17 } }, @@ -112775,15 +113691,15 @@ "params": [ { "type": "Identifier", - "start": 65344, - "end": 65350, + "start": 66061, + "end": 66067, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 61 }, "end": { - "line": 1864, + "line": 1883, "column": 67 }, "identifierName": "result" @@ -112793,86 +113709,86 @@ ], "body": { "type": "BlockStatement", - "start": 65355, - "end": 65509, + "start": 66072, + "end": 66226, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 72 }, "end": { - "line": 1868, + "line": 1887, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 65417, - "end": 65463, + "start": 66134, + "end": 66180, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 65417, - "end": 65462, + "start": 66134, + "end": 66179, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 65417, - "end": 65436, + "start": 66134, + "end": 66153, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 65417, - "end": 65428, + "start": 66134, + "end": 66145, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 65417, - "end": 65421, + "start": 66134, + "end": 66138, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 24 } }, @@ -112880,15 +113796,15 @@ }, "property": { "type": "Identifier", - "start": 65422, - "end": 65428, + "start": 66139, + "end": 66145, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 25 }, "end": { - "line": 1866, + "line": 1885, "column": 31 }, "identifierName": "player" @@ -112900,15 +113816,15 @@ }, "property": { "type": "Identifier", - "start": 65429, - "end": 65436, + "start": 66146, + "end": 66153, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 32 }, "end": { - "line": 1866, + "line": 1885, "column": 39 }, "identifierName": "trigger" @@ -112921,29 +113837,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 65437, - "end": 65461, + "start": 66154, + "end": 66178, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 40 }, "end": { - "line": 1866, + "line": 1885, "column": 64 } }, "object": { "type": "Identifier", - "start": 65437, - "end": 65442, + "start": 66154, + "end": 66159, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 40 }, "end": { - "line": 1866, + "line": 1885, "column": 45 }, "identifierName": "Event" @@ -112952,15 +113868,15 @@ }, "property": { "type": "Identifier", - "start": 65443, - "end": 65461, + "start": 66160, + "end": 66178, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 46 }, "end": { - "line": 1866, + "line": 1885, "column": 64 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -112976,15 +113892,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65377, - "end": 65396, + "start": 66094, + "end": 66113, "loc": { "start": { - "line": 1865, + "line": 1884, "column": 20 }, "end": { - "line": 1865, + "line": 1884, "column": 39 } } @@ -112993,15 +113909,15 @@ }, { "type": "ReturnStatement", - "start": 65484, - "end": 65491, + "start": 66201, + "end": 66208, "loc": { "start": { - "line": 1867, + "line": 1886, "column": 20 }, "end": { - "line": 1867, + "line": 1886, "column": 27 } }, @@ -113016,15 +113932,15 @@ }, "property": { "type": "Identifier", - "start": 65511, - "end": 65516, + "start": 66228, + "end": 66233, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 19 }, "end": { - "line": 1868, + "line": 1887, "column": 24 }, "identifierName": "catch" @@ -113037,15 +113953,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65517, - "end": 65585, + "start": 66234, + "end": 66302, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 25 }, "end": { - "line": 1870, + "line": 1889, "column": 17 } }, @@ -113056,15 +113972,15 @@ "params": [ { "type": "Identifier", - "start": 65518, - "end": 65521, + "start": 66235, + "end": 66238, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 26 }, "end": { - "line": 1868, + "line": 1887, "column": 29 }, "identifierName": "err" @@ -113074,59 +113990,59 @@ ], "body": { "type": "BlockStatement", - "start": 65526, - "end": 65585, + "start": 66243, + "end": 66302, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 34 }, "end": { - "line": 1870, + "line": 1889, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 65548, - "end": 65567, + "start": 66265, + "end": 66284, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 20 }, "end": { - "line": 1869, + "line": 1888, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 65548, - "end": 65566, + "start": 66265, + "end": 66283, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 20 }, "end": { - "line": 1869, + "line": 1888, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65548, - "end": 65560, + "start": 66265, + "end": 66277, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 20 }, "end": { - "line": 1869, + "line": 1888, "column": 32 }, "identifierName": "errorMessage" @@ -113135,15 +114051,15 @@ }, "right": { "type": "Identifier", - "start": 65563, - "end": 65566, + "start": 66280, + "end": 66283, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 35 }, "end": { - "line": 1869, + "line": 1888, "column": 38 }, "identifierName": "err" @@ -113163,15 +114079,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 65265, - "end": 65282, + "start": 65982, + "end": 65999, "loc": { "start": { - "line": 1863, + "line": 1882, "column": 16 }, "end": { - "line": 1863, + "line": 1882, "column": 33 } } @@ -113180,15 +114096,15 @@ }, { "type": "BreakStatement", - "start": 65604, - "end": 65610, + "start": 66321, + "end": 66327, "loc": { "start": { - "line": 1871, + "line": 1890, "column": 16 }, "end": { - "line": 1871, + "line": 1890, "column": 22 } }, @@ -113197,15 +114113,15 @@ ], "test": { "type": "Identifier", - "start": 65237, - "end": 65247, + "start": 65954, + "end": 65964, "loc": { "start": { - "line": 1862, + "line": 1881, "column": 17 }, "end": { - "line": 1862, + "line": 1881, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -113215,59 +114131,59 @@ }, { "type": "SwitchCase", - "start": 65624, - "end": 66410, + "start": 66341, + "end": 67127, "loc": { "start": { - "line": 1873, + "line": 1892, "column": 12 }, "end": { - "line": 1890, + "line": 1909, "column": 22 } }, "consequent": [ { "type": "VariableDeclaration", - "start": 65649, - "end": 65680, + "start": 66366, + "end": 66397, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 16 }, "end": { - "line": 1874, + "line": 1893, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65653, - "end": 65679, + "start": 66370, + "end": 66396, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 20 }, "end": { - "line": 1874, + "line": 1893, "column": 46 } }, "id": { "type": "Identifier", - "start": 65653, - "end": 65660, + "start": 66370, + "end": 66377, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 20 }, "end": { - "line": 1874, + "line": 1893, "column": 27 }, "identifierName": "element" @@ -113276,43 +114192,43 @@ }, "init": { "type": "MemberExpression", - "start": 65663, - "end": 65679, + "start": 66380, + "end": 66396, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 30 }, "end": { - "line": 1874, + "line": 1893, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 65663, - "end": 65675, + "start": 66380, + "end": 66392, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 30 }, "end": { - "line": 1874, + "line": 1893, "column": 42 } }, "object": { "type": "Identifier", - "start": 65663, - "end": 65669, + "start": 66380, + "end": 66386, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 30 }, "end": { - "line": 1874, + "line": 1893, "column": 36 }, "identifierName": "player" @@ -113321,15 +114237,15 @@ }, "property": { "type": "Identifier", - "start": 65670, - "end": 65675, + "start": 66387, + "end": 66392, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 37 }, "end": { - "line": 1874, + "line": 1893, "column": 42 }, "identifierName": "tech_" @@ -113340,15 +114256,15 @@ }, "property": { "type": "Identifier", - "start": 65676, - "end": 65679, + "start": 66393, + "end": 66396, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 43 }, "end": { - "line": 1874, + "line": 1893, "column": 46 }, "identifierName": "el_" @@ -113363,29 +114279,29 @@ }, { "type": "IfStatement", - "start": 65697, - "end": 66387, + "start": 66414, + "end": 67104, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 16 }, "end": { - "line": 1889, + "line": 1908, "column": 17 } }, "test": { "type": "Identifier", - "start": 65701, - "end": 65709, + "start": 66418, + "end": 66426, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 20 }, "end": { - "line": 1875, + "line": 1894, "column": 28 }, "identifierName": "deviceId" @@ -113394,58 +114310,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 65711, - "end": 66294, + "start": 66428, + "end": 67011, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 30 }, "end": { - "line": 1887, + "line": 1906, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 65733, - "end": 66276, + "start": 66450, + "end": 66993, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 20 }, "end": { - "line": 1886, + "line": 1905, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 65737, - "end": 65774, + "start": 66454, + "end": 66491, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 24 }, "end": { - "line": 1876, + "line": 1895, "column": 61 } }, "left": { "type": "UnaryExpression", - "start": 65737, - "end": 65758, + "start": 66454, + "end": 66475, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 24 }, "end": { - "line": 1876, + "line": 1895, "column": 45 } }, @@ -113453,29 +114369,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 65744, - "end": 65758, + "start": 66461, + "end": 66475, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 31 }, "end": { - "line": 1876, + "line": 1895, "column": 45 } }, "object": { "type": "Identifier", - "start": 65744, - "end": 65751, + "start": 66461, + "end": 66468, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 31 }, "end": { - "line": 1876, + "line": 1895, "column": 38 }, "identifierName": "element" @@ -113484,15 +114400,15 @@ }, "property": { "type": "Identifier", - "start": 65752, - "end": 65758, + "start": 66469, + "end": 66475, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 39 }, "end": { - "line": 1876, + "line": 1895, "column": 45 }, "identifierName": "sinkId" @@ -113508,15 +114424,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 65763, - "end": 65774, + "start": 66480, + "end": 66491, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 50 }, "end": { - "line": 1876, + "line": 1895, "column": 61 } }, @@ -113529,128 +114445,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 65776, - "end": 66149, + "start": 66493, + "end": 66866, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 63 }, "end": { - "line": 1884, + "line": 1903, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 65802, - "end": 66127, + "start": 66519, + "end": 66844, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1883, + "line": 1902, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 65802, - "end": 66126, + "start": 66519, + "end": 66843, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1883, + "line": 1902, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 65802, - "end": 66040, + "start": 66519, + "end": 66757, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1881, + "line": 1900, "column": 32 } }, "object": { "type": "CallExpression", - "start": 65802, - "end": 66034, + "start": 66519, + "end": 66751, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1881, + "line": 1900, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 65802, - "end": 65834, + "start": 66519, + "end": 66551, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 56 } }, "object": { "type": "CallExpression", - "start": 65802, - "end": 65829, + "start": 66519, + "end": 66546, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 65802, - "end": 65819, + "start": 66519, + "end": 66536, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 41 } }, "object": { "type": "Identifier", - "start": 65802, - "end": 65809, + "start": 66519, + "end": 66526, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 31 }, "identifierName": "element" @@ -113659,15 +114575,15 @@ }, "property": { "type": "Identifier", - "start": 65810, - "end": 65819, + "start": 66527, + "end": 66536, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 32 }, "end": { - "line": 1877, + "line": 1896, "column": 41 }, "identifierName": "setSinkId" @@ -113679,15 +114595,15 @@ "arguments": [ { "type": "Identifier", - "start": 65820, - "end": 65828, + "start": 66537, + "end": 66545, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 42 }, "end": { - "line": 1877, + "line": 1896, "column": 50 }, "identifierName": "deviceId" @@ -113698,15 +114614,15 @@ }, "property": { "type": "Identifier", - "start": 65830, - "end": 65834, + "start": 66547, + "end": 66551, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 52 }, "end": { - "line": 1877, + "line": 1896, "column": 56 }, "identifierName": "then" @@ -113718,15 +114634,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65835, - "end": 66033, + "start": 66552, + "end": 66750, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 57 }, "end": { - "line": 1881, + "line": 1900, "column": 25 } }, @@ -113737,15 +114653,15 @@ "params": [ { "type": "Identifier", - "start": 65836, - "end": 65842, + "start": 66553, + "end": 66559, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 58 }, "end": { - "line": 1877, + "line": 1896, "column": 64 }, "identifierName": "result" @@ -113755,86 +114671,86 @@ ], "body": { "type": "BlockStatement", - "start": 65847, - "end": 66033, + "start": 66564, + "end": 66750, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 69 }, "end": { - "line": 1881, + "line": 1900, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 65925, - "end": 65971, + "start": 66642, + "end": 66688, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 65925, - "end": 65970, + "start": 66642, + "end": 66687, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 65925, - "end": 65944, + "start": 66642, + "end": 66661, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 65925, - "end": 65936, + "start": 66642, + "end": 66653, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 65925, - "end": 65929, + "start": 66642, + "end": 66646, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 32 } }, @@ -113842,15 +114758,15 @@ }, "property": { "type": "Identifier", - "start": 65930, - "end": 65936, + "start": 66647, + "end": 66653, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 33 }, "end": { - "line": 1879, + "line": 1898, "column": 39 }, "identifierName": "player" @@ -113862,15 +114778,15 @@ }, "property": { "type": "Identifier", - "start": 65937, - "end": 65944, + "start": 66654, + "end": 66661, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 40 }, "end": { - "line": 1879, + "line": 1898, "column": 47 }, "identifierName": "trigger" @@ -113883,29 +114799,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 65945, - "end": 65969, + "start": 66662, + "end": 66686, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 48 }, "end": { - "line": 1879, + "line": 1898, "column": 72 } }, "object": { "type": "Identifier", - "start": 65945, - "end": 65950, + "start": 66662, + "end": 66667, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 48 }, "end": { - "line": 1879, + "line": 1898, "column": 53 }, "identifierName": "Event" @@ -113914,15 +114830,15 @@ }, "property": { "type": "Identifier", - "start": 65951, - "end": 65969, + "start": 66668, + "end": 66686, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 54 }, "end": { - "line": 1879, + "line": 1898, "column": 72 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -113938,15 +114854,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65877, - "end": 65896, + "start": 66594, + "end": 66613, "loc": { "start": { - "line": 1878, + "line": 1897, "column": 28 }, "end": { - "line": 1878, + "line": 1897, "column": 47 } } @@ -113955,15 +114871,15 @@ }, { "type": "ReturnStatement", - "start": 66000, - "end": 66007, + "start": 66717, + "end": 66724, "loc": { "start": { - "line": 1880, + "line": 1899, "column": 28 }, "end": { - "line": 1880, + "line": 1899, "column": 35 } }, @@ -113977,15 +114893,15 @@ }, "property": { "type": "Identifier", - "start": 66035, - "end": 66040, + "start": 66752, + "end": 66757, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 27 }, "end": { - "line": 1881, + "line": 1900, "column": 32 }, "identifierName": "catch" @@ -113997,15 +114913,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 66041, - "end": 66125, + "start": 66758, + "end": 66842, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 33 }, "end": { - "line": 1883, + "line": 1902, "column": 25 } }, @@ -114016,15 +114932,15 @@ "params": [ { "type": "Identifier", - "start": 66042, - "end": 66045, + "start": 66759, + "end": 66762, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 34 }, "end": { - "line": 1881, + "line": 1900, "column": 37 }, "identifierName": "err" @@ -114034,59 +114950,59 @@ ], "body": { "type": "BlockStatement", - "start": 66050, - "end": 66125, + "start": 66767, + "end": 66842, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 42 }, "end": { - "line": 1883, + "line": 1902, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 66080, - "end": 66099, + "start": 66797, + "end": 66816, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 28 }, "end": { - "line": 1882, + "line": 1901, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 66080, - "end": 66098, + "start": 66797, + "end": 66815, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 28 }, "end": { - "line": 1882, + "line": 1901, "column": 46 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66080, - "end": 66092, + "start": 66797, + "end": 66809, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 28 }, "end": { - "line": 1882, + "line": 1901, "column": 40 }, "identifierName": "errorMessage" @@ -114095,15 +115011,15 @@ }, "right": { "type": "Identifier", - "start": 66095, - "end": 66098, + "start": 66812, + "end": 66815, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 43 }, "end": { - "line": 1882, + "line": 1901, "column": 46 }, "identifierName": "err" @@ -114124,59 +115040,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 66155, - "end": 66276, + "start": 66872, + "end": 66993, "loc": { "start": { - "line": 1884, + "line": 1903, "column": 27 }, "end": { - "line": 1886, + "line": 1905, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 66181, - "end": 66254, + "start": 66898, + "end": 66971, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 24 }, "end": { - "line": 1885, + "line": 1904, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 66181, - "end": 66253, + "start": 66898, + "end": 66970, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 24 }, "end": { - "line": 1885, + "line": 1904, "column": 96 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66181, - "end": 66193, + "start": 66898, + "end": 66910, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 24 }, "end": { - "line": 1885, + "line": 1904, "column": 36 }, "identifierName": "errorMessage" @@ -114185,15 +115101,15 @@ }, "right": { "type": "StringLiteral", - "start": 66196, - "end": 66253, + "start": 66913, + "end": 66970, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 39 }, "end": { - "line": 1885, + "line": 1904, "column": 96 } }, @@ -114214,59 +115130,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 66300, - "end": 66387, + "start": 67017, + "end": 67104, "loc": { "start": { - "line": 1887, + "line": 1906, "column": 23 }, "end": { - "line": 1889, + "line": 1908, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 66322, - "end": 66369, + "start": 67039, + "end": 67086, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 20 }, "end": { - "line": 1888, + "line": 1907, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 66322, - "end": 66368, + "start": 67039, + "end": 67085, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 20 }, "end": { - "line": 1888, + "line": 1907, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66322, - "end": 66334, + "start": 67039, + "end": 67051, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 20 }, "end": { - "line": 1888, + "line": 1907, "column": 32 }, "identifierName": "errorMessage" @@ -114275,30 +115191,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 66337, - "end": 66368, + "start": 67054, + "end": 67085, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 35 }, "end": { - "line": 1888, + "line": 1907, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 66358, - "end": 66366, + "start": 67075, + "end": 67083, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 56 }, "end": { - "line": 1888, + "line": 1907, "column": 64 }, "identifierName": "deviceId" @@ -114309,15 +115225,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 66338, - "end": 66356, + "start": 67055, + "end": 67073, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 36 }, "end": { - "line": 1888, + "line": 1907, "column": 54 } }, @@ -114329,15 +115245,15 @@ }, { "type": "TemplateElement", - "start": 66367, - "end": 66367, + "start": 67084, + "end": 67084, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 65 }, "end": { - "line": 1888, + "line": 1907, "column": 65 } }, @@ -114357,15 +115273,15 @@ }, { "type": "BreakStatement", - "start": 66404, - "end": 66410, + "start": 67121, + "end": 67127, "loc": { "start": { - "line": 1890, + "line": 1909, "column": 16 }, "end": { - "line": 1890, + "line": 1909, "column": 22 } }, @@ -114379,15 +115295,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66430, - "end": 66471, + "start": 67147, + "end": 67188, "loc": { "start": { - "line": 1893, + "line": 1912, "column": 8 }, "end": { - "line": 1893, + "line": 1912, "column": 49 } } @@ -114396,71 +115312,71 @@ }, { "type": "ExpressionStatement", - "start": 66480, - "end": 66527, + "start": 67197, + "end": 67244, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 66480, - "end": 66526, + "start": 67197, + "end": 67243, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 66480, - "end": 66499, + "start": 67197, + "end": 67216, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 66480, - "end": 66491, + "start": 67197, + "end": 67208, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 66480, - "end": 66484, + "start": 67197, + "end": 67201, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 12 } }, @@ -114468,15 +115384,15 @@ }, "property": { "type": "Identifier", - "start": 66485, - "end": 66491, + "start": 67202, + "end": 67208, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 13 }, "end": { - "line": 1894, + "line": 1913, "column": 19 }, "identifierName": "player" @@ -114488,15 +115404,15 @@ }, "property": { "type": "Identifier", - "start": 66492, - "end": 66499, + "start": 67209, + "end": 67216, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 20 }, "end": { - "line": 1894, + "line": 1913, "column": 27 }, "identifierName": "trigger" @@ -114509,29 +115425,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 66500, - "end": 66511, + "start": 67217, + "end": 67228, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 28 }, "end": { - "line": 1894, + "line": 1913, "column": 39 } }, "object": { "type": "Identifier", - "start": 66500, - "end": 66505, + "start": 67217, + "end": 67222, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 28 }, "end": { - "line": 1894, + "line": 1913, "column": 33 }, "identifierName": "Event" @@ -114540,15 +115456,15 @@ }, "property": { "type": "Identifier", - "start": 66506, - "end": 66511, + "start": 67223, + "end": 67228, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 34 }, "end": { - "line": 1894, + "line": 1913, "column": 39 }, "identifierName": "ERROR" @@ -114559,15 +115475,15 @@ }, { "type": "Identifier", - "start": 66513, - "end": 66525, + "start": 67230, + "end": 67242, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 41 }, "end": { - "line": 1894, + "line": 1913, "column": 53 }, "identifierName": "errorMessage" @@ -114581,15 +115497,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66430, - "end": 66471, + "start": 67147, + "end": 67188, "loc": { "start": { - "line": 1893, + "line": 1912, "column": 8 }, "end": { - "line": 1893, + "line": 1912, "column": 49 } } @@ -114604,15 +115520,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 65004, - "end": 65122, + "start": 65721, + "end": 65839, "loc": { "start": { - "line": 1854, + "line": 1873, "column": 4 }, "end": { - "line": 1858, + "line": 1877, "column": 7 } } @@ -114622,15 +115538,15 @@ { "type": "CommentBlock", "value": "*\n * Replaces the default `formatTime` implementation with a custom implementation.\n *\n * @param {function} customImplementation - A function which will be used in place\n * of the default `formatTime` implementation. Will receive the current time\n * in seconds and the guide (in seconds) as arguments.\n ", - "start": 66539, - "end": 66878, + "start": 67256, + "end": 67595, "loc": { "start": { - "line": 1897, + "line": 1916, "column": 4 }, "end": { - "line": 1903, + "line": 1922, "column": 7 } } @@ -114639,15 +115555,15 @@ }, { "type": "ClassMethod", - "start": 66883, - "end": 67193, + "start": 67600, + "end": 67910, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 4 }, "end": { - "line": 1914, + "line": 1933, "column": 5 } }, @@ -114655,15 +115571,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 66883, - "end": 66896, + "start": 67600, + "end": 67613, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 4 }, "end": { - "line": 1904, + "line": 1923, "column": 17 }, "identifierName": "setFormatTime" @@ -114679,15 +115595,15 @@ "params": [ { "type": "Identifier", - "start": 66897, - "end": 66917, + "start": 67614, + "end": 67634, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 18 }, "end": { - "line": 1904, + "line": 1923, "column": 38 }, "identifierName": "customImplementation" @@ -114697,88 +115613,88 @@ ], "body": { "type": "BlockStatement", - "start": 66919, - "end": 67193, + "start": 67636, + "end": 67910, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 40 }, "end": { - "line": 1914, + "line": 1933, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 66929, - "end": 66969, + "start": 67646, + "end": 67686, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 66929, - "end": 66968, + "start": 67646, + "end": 67685, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 66929, - "end": 66945, + "start": 67646, + "end": 67662, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 66929, - "end": 66933, + "start": 67646, + "end": 67650, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 12 } } }, "property": { "type": "Identifier", - "start": 66934, - "end": 66945, + "start": 67651, + "end": 67662, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 13 }, "end": { - "line": 1905, + "line": 1924, "column": 24 }, "identifierName": "_formatTime" @@ -114789,15 +115705,15 @@ }, "right": { "type": "Identifier", - "start": 66948, - "end": 66968, + "start": 67665, + "end": 67685, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 27 }, "end": { - "line": 1905, + "line": 1924, "column": 47 }, "identifierName": "customImplementation" @@ -114808,57 +115724,57 @@ }, { "type": "ExpressionStatement", - "start": 66979, - "end": 67019, + "start": 67696, + "end": 67736, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 66979, - "end": 67018, + "start": 67696, + "end": 67735, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 66979, - "end": 67000, + "start": 67696, + "end": 67717, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 29 } }, "object": { "type": "Identifier", - "start": 66979, - "end": 66986, + "start": 67696, + "end": 67703, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 15 }, "identifierName": "videojs" @@ -114867,15 +115783,15 @@ }, "property": { "type": "Identifier", - "start": 66987, - "end": 67000, + "start": 67704, + "end": 67717, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 16 }, "end": { - "line": 1907, + "line": 1926, "column": 29 }, "identifierName": "setFormatTime" @@ -114887,44 +115803,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 67001, - "end": 67017, + "start": 67718, + "end": 67734, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 30 }, "end": { - "line": 1907, + "line": 1926, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 67001, - "end": 67005, + "start": 67718, + "end": 67722, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 30 }, "end": { - "line": 1907, + "line": 1926, "column": 34 } } }, "property": { "type": "Identifier", - "start": 67006, - "end": 67017, + "start": 67723, + "end": 67734, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 35 }, "end": { - "line": 1907, + "line": 1926, "column": 46 }, "identifierName": "_formatTime" @@ -114939,15 +115855,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 67029, - "end": 67042, + "start": 67746, + "end": 67759, "loc": { "start": { - "line": 1909, + "line": 1928, "column": 8 }, "end": { - "line": 1909, + "line": 1928, "column": 21 } } @@ -114956,43 +115872,43 @@ }, { "type": "IfStatement", - "start": 67051, - "end": 67187, + "start": 67768, + "end": 67904, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 8 }, "end": { - "line": 1913, + "line": 1932, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 67055, - "end": 67066, + "start": 67772, + "end": 67783, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 12 }, "end": { - "line": 1910, + "line": 1929, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67055, - "end": 67059, + "start": 67772, + "end": 67776, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 12 }, "end": { - "line": 1910, + "line": 1929, "column": 16 } }, @@ -115000,15 +115916,15 @@ }, "property": { "type": "Identifier", - "start": 67060, - "end": 67066, + "start": 67777, + "end": 67783, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 17 }, "end": { - "line": 1910, + "line": 1929, "column": 23 }, "identifierName": "surfer" @@ -115020,86 +115936,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 67068, - "end": 67187, + "start": 67785, + "end": 67904, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 25 }, "end": { - "line": 1913, + "line": 1932, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 67133, - "end": 67177, + "start": 67850, + "end": 67894, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 67133, - "end": 67176, + "start": 67850, + "end": 67893, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 67133, - "end": 67158, + "start": 67850, + "end": 67875, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 67133, - "end": 67144, + "start": 67850, + "end": 67861, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67133, - "end": 67137, + "start": 67850, + "end": 67854, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 16 } }, @@ -115107,15 +116023,15 @@ }, "property": { "type": "Identifier", - "start": 67138, - "end": 67144, + "start": 67855, + "end": 67861, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 17 }, "end": { - "line": 1912, + "line": 1931, "column": 23 }, "identifierName": "surfer" @@ -115127,15 +116043,15 @@ }, "property": { "type": "Identifier", - "start": 67145, - "end": 67158, + "start": 67862, + "end": 67875, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 24 }, "end": { - "line": 1912, + "line": 1931, "column": 37 }, "identifierName": "setFormatTime" @@ -115148,44 +116064,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 67159, - "end": 67175, + "start": 67876, + "end": 67892, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 38 }, "end": { - "line": 1912, + "line": 1931, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 67159, - "end": 67163, + "start": 67876, + "end": 67880, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 38 }, "end": { - "line": 1912, + "line": 1931, "column": 42 } } }, "property": { "type": "Identifier", - "start": 67164, - "end": 67175, + "start": 67881, + "end": 67892, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 43 }, "end": { - "line": 1912, + "line": 1931, "column": 54 }, "identifierName": "_formatTime" @@ -115201,15 +116117,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 67082, - "end": 67120, + "start": 67799, + "end": 67837, "loc": { "start": { - "line": 1911, + "line": 1930, "column": 12 }, "end": { - "line": 1911, + "line": 1930, "column": 50 } } @@ -115224,15 +116140,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 67029, - "end": 67042, + "start": 67746, + "end": 67759, "loc": { "start": { - "line": 1909, + "line": 1928, "column": 8 }, "end": { - "line": 1909, + "line": 1928, "column": 21 } } @@ -115247,15 +116163,15 @@ { "type": "CommentBlock", "value": "*\n * Replaces the default `formatTime` implementation with a custom implementation.\n *\n * @param {function} customImplementation - A function which will be used in place\n * of the default `formatTime` implementation. Will receive the current time\n * in seconds and the guide (in seconds) as arguments.\n ", - "start": 66539, - "end": 66878, + "start": 67256, + "end": 67595, "loc": { "start": { - "line": 1897, + "line": 1916, "column": 4 }, "end": { - "line": 1903, + "line": 1922, "column": 7 } } @@ -115265,15 +116181,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67199, - "end": 67330, + "start": 67916, + "end": 68047, "loc": { "start": { - "line": 1916, + "line": 1935, "column": 4 }, "end": { - "line": 1921, + "line": 1940, "column": 7 } } @@ -115282,15 +116198,15 @@ }, { "type": "ClassMethod", - "start": 67335, - "end": 67662, + "start": 68052, + "end": 68379, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 4 }, "end": { - "line": 1931, + "line": 1950, "column": 5 } }, @@ -115298,15 +116214,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 67335, - "end": 67355, + "start": 68052, + "end": 68072, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 4 }, "end": { - "line": 1922, + "line": 1941, "column": 24 }, "identifierName": "displayVolumeControl" @@ -115322,15 +116238,15 @@ "params": [ { "type": "Identifier", - "start": 67356, - "end": 67363, + "start": 68073, + "end": 68080, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 25 }, "end": { - "line": 1922, + "line": 1941, "column": 32 }, "identifierName": "display" @@ -115340,115 +116256,115 @@ ], "body": { "type": "BlockStatement", - "start": 67365, - "end": 67662, + "start": 68082, + "end": 68379, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 34 }, "end": { - "line": 1931, + "line": 1950, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 67375, - "end": 67656, + "start": 68092, + "end": 68373, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 8 }, "end": { - "line": 1930, + "line": 1949, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 67379, - "end": 67427, + "start": 68096, + "end": 68144, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 67379, - "end": 67413, + "start": 68096, + "end": 68130, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 67379, - "end": 67401, + "start": 68096, + "end": 68118, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 67379, - "end": 67390, + "start": 68096, + "end": 68107, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67379, - "end": 67383, + "start": 68096, + "end": 68100, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67384, - "end": 67390, + "start": 68101, + "end": 68107, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 17 }, "end": { - "line": 1923, + "line": 1942, "column": 23 }, "identifierName": "player" @@ -115459,15 +116375,15 @@ }, "property": { "type": "Identifier", - "start": 67391, - "end": 67401, + "start": 68108, + "end": 68118, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 24 }, "end": { - "line": 1923, + "line": 1942, "column": 34 }, "identifierName": "controlBar" @@ -115478,15 +116394,15 @@ }, "property": { "type": "Identifier", - "start": 67402, - "end": 67413, + "start": 68119, + "end": 68130, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 35 }, "end": { - "line": 1923, + "line": 1942, "column": 46 }, "identifierName": "volumePanel" @@ -115498,15 +116414,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 67418, - "end": 67427, + "start": 68135, + "end": 68144, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 51 }, "end": { - "line": 1923, + "line": 1942, "column": 60 }, "identifierName": "undefined" @@ -115516,58 +116432,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 67429, - "end": 67656, + "start": 68146, + "end": 68373, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 62 }, "end": { - "line": 1930, + "line": 1949, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 67443, - "end": 67569, + "start": 68160, + "end": 68286, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 12 }, "end": { - "line": 1928, + "line": 1947, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 67447, - "end": 67463, + "start": 68164, + "end": 68180, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 16 }, "end": { - "line": 1924, + "line": 1943, "column": 32 } }, "left": { "type": "Identifier", - "start": 67447, - "end": 67454, + "start": 68164, + "end": 68171, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 16 }, "end": { - "line": 1924, + "line": 1943, "column": 23 }, "identifierName": "display" @@ -115577,15 +116493,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 67459, - "end": 67463, + "start": 68176, + "end": 68180, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 28 }, "end": { - "line": 1924, + "line": 1943, "column": 32 } }, @@ -115594,59 +116510,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 67465, - "end": 67514, + "start": 68182, + "end": 68231, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 34 }, "end": { - "line": 1926, + "line": 1945, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67483, - "end": 67500, + "start": 68200, + "end": 68217, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 16 }, "end": { - "line": 1925, + "line": 1944, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 67483, - "end": 67499, + "start": 68200, + "end": 68216, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 16 }, "end": { - "line": 1925, + "line": 1944, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67483, - "end": 67490, + "start": 68200, + "end": 68207, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 16 }, "end": { - "line": 1925, + "line": 1944, "column": 23 }, "identifierName": "display" @@ -115655,15 +116571,15 @@ }, "right": { "type": "StringLiteral", - "start": 67493, - "end": 67499, + "start": 68210, + "end": 68216, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 26 }, "end": { - "line": 1925, + "line": 1944, "column": 32 } }, @@ -115680,59 +116596,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 67520, - "end": 67569, + "start": 68237, + "end": 68286, "loc": { "start": { - "line": 1926, + "line": 1945, "column": 19 }, "end": { - "line": 1928, + "line": 1947, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67538, - "end": 67555, + "start": 68255, + "end": 68272, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 16 }, "end": { - "line": 1927, + "line": 1946, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 67538, - "end": 67554, + "start": 68255, + "end": 68271, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 16 }, "end": { - "line": 1927, + "line": 1946, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67538, - "end": 67545, + "start": 68255, + "end": 68262, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 16 }, "end": { - "line": 1927, + "line": 1946, "column": 23 }, "identifierName": "display" @@ -115741,15 +116657,15 @@ }, "right": { "type": "StringLiteral", - "start": 67548, - "end": 67554, + "start": 68265, + "end": 68271, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 26 }, "end": { - "line": 1927, + "line": 1946, "column": 32 } }, @@ -115767,157 +116683,157 @@ }, { "type": "ExpressionStatement", - "start": 67582, - "end": 67646, + "start": 68299, + "end": 68363, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 67582, - "end": 67645, + "start": 68299, + "end": 68362, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 75 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 67582, - "end": 67635, + "start": 68299, + "end": 68352, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 67582, - "end": 67627, + "start": 68299, + "end": 68344, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 57 } }, "object": { "type": "CallExpression", - "start": 67582, - "end": 67621, + "start": 68299, + "end": 68338, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 67582, - "end": 67619, + "start": 68299, + "end": 68336, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 67582, - "end": 67616, + "start": 68299, + "end": 68333, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 67582, - "end": 67604, + "start": 68299, + "end": 68321, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 67582, - "end": 67593, + "start": 68299, + "end": 68310, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67582, - "end": 67586, + "start": 68299, + "end": 68303, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67587, - "end": 67593, + "start": 68304, + "end": 68310, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 17 }, "end": { - "line": 1929, + "line": 1948, "column": 23 }, "identifierName": "player" @@ -115928,15 +116844,15 @@ }, "property": { "type": "Identifier", - "start": 67594, - "end": 67604, + "start": 68311, + "end": 68321, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 24 }, "end": { - "line": 1929, + "line": 1948, "column": 34 }, "identifierName": "controlBar" @@ -115947,15 +116863,15 @@ }, "property": { "type": "Identifier", - "start": 67605, - "end": 67616, + "start": 68322, + "end": 68333, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 35 }, "end": { - "line": 1929, + "line": 1948, "column": 46 }, "identifierName": "volumePanel" @@ -115966,15 +116882,15 @@ }, "property": { "type": "Identifier", - "start": 67617, - "end": 67619, + "start": 68334, + "end": 68336, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 47 }, "end": { - "line": 1929, + "line": 1948, "column": 49 }, "identifierName": "el" @@ -115987,15 +116903,15 @@ }, "property": { "type": "Identifier", - "start": 67622, - "end": 67627, + "start": 68339, + "end": 68344, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 52 }, "end": { - "line": 1929, + "line": 1948, "column": 57 }, "identifierName": "style" @@ -116006,15 +116922,15 @@ }, "property": { "type": "Identifier", - "start": 67628, - "end": 67635, + "start": 68345, + "end": 68352, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 58 }, "end": { - "line": 1929, + "line": 1948, "column": 65 }, "identifierName": "display" @@ -116025,15 +116941,15 @@ }, "right": { "type": "Identifier", - "start": 67638, - "end": 67645, + "start": 68355, + "end": 68362, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 68 }, "end": { - "line": 1929, + "line": 1948, "column": 75 }, "identifierName": "display" @@ -116055,15 +116971,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67199, - "end": 67330, + "start": 67916, + "end": 68047, "loc": { "start": { - "line": 1916, + "line": 1935, "column": 4 }, "end": { - "line": 1921, + "line": 1940, "column": 7 } } @@ -116073,15 +116989,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 67668, - "end": 67817, + "start": 68385, + "end": 68534, "loc": { "start": { - "line": 1933, + "line": 1952, "column": 4 }, "end": { - "line": 1938, + "line": 1957, "column": 7 } } @@ -116090,15 +117006,15 @@ }, { "type": "ClassMethod", - "start": 67822, - "end": 68121, + "start": 68539, + "end": 68838, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 4 }, "end": { - "line": 1946, + "line": 1965, "column": 5 } }, @@ -116106,15 +117022,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 67822, - "end": 67837, + "start": 68539, + "end": 68554, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 4 }, "end": { - "line": 1939, + "line": 1958, "column": 19 }, "identifierName": "onStreamVisible" @@ -116130,15 +117046,15 @@ "params": [ { "type": "Identifier", - "start": 67838, - "end": 67843, + "start": 68555, + "end": 68560, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 20 }, "end": { - "line": 1939, + "line": 1958, "column": 25 }, "identifierName": "event" @@ -116148,86 +117064,86 @@ ], "body": { "type": "BlockStatement", - "start": 67845, - "end": 68121, + "start": 68562, + "end": 68838, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 27 }, "end": { - "line": 1946, + "line": 1965, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 67909, - "end": 67990, + "start": 68626, + "end": 68707, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 67909, - "end": 67989, + "start": 68626, + "end": 68706, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 67909, - "end": 67946, + "start": 68626, + "end": 68663, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 67909, - "end": 67926, + "start": 68626, + "end": 68643, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 67909, - "end": 67913, + "start": 68626, + "end": 68630, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 12 } }, @@ -116235,15 +117151,15 @@ }, "property": { "type": "Identifier", - "start": 67914, - "end": 67926, + "start": 68631, + "end": 68643, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 13 }, "end": { - "line": 1941, + "line": 1960, "column": 25 }, "identifierName": "mediaElement" @@ -116255,15 +117171,15 @@ }, "property": { "type": "Identifier", - "start": 67927, - "end": 67946, + "start": 68644, + "end": 68663, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 26 }, "end": { - "line": 1941, + "line": 1960, "column": 45 }, "identifierName": "removeEventListener" @@ -116276,29 +117192,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 67947, - "end": 67960, + "start": 68664, + "end": 68677, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 46 }, "end": { - "line": 1941, + "line": 1960, "column": 59 } }, "object": { "type": "Identifier", - "start": 67947, - "end": 67952, + "start": 68664, + "end": 68669, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 46 }, "end": { - "line": 1941, + "line": 1960, "column": 51 }, "identifierName": "Event" @@ -116307,15 +117223,15 @@ }, "property": { "type": "Identifier", - "start": 67953, - "end": 67960, + "start": 68670, + "end": 68677, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 52 }, "end": { - "line": 1941, + "line": 1960, "column": 59 }, "identifierName": "PLAYING" @@ -116326,44 +117242,44 @@ }, { "type": "MemberExpression", - "start": 67962, - "end": 67988, + "start": 68679, + "end": 68705, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 61 }, "end": { - "line": 1941, + "line": 1960, "column": 87 } }, "object": { "type": "ThisExpression", - "start": 67962, - "end": 67966, + "start": 68679, + "end": 68683, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 61 }, "end": { - "line": 1941, + "line": 1960, "column": 65 } } }, "property": { "type": "Identifier", - "start": 67967, - "end": 67988, + "start": 68684, + "end": 68705, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 66 }, "end": { - "line": 1941, + "line": 1960, "column": 87 }, "identifierName": "streamVisibleCallback" @@ -116379,15 +117295,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 67855, - "end": 67900, + "start": 68572, + "end": 68617, "loc": { "start": { - "line": 1940, + "line": 1959, "column": 8 }, "end": { - "line": 1940, + "line": 1959, "column": 53 } } @@ -116397,15 +117313,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 68000, - "end": 68031, + "start": 68717, + "end": 68748, "loc": { "start": { - "line": 1943, + "line": 1962, "column": 8 }, "end": { - "line": 1943, + "line": 1962, "column": 39 } } @@ -116414,85 +117330,85 @@ }, { "type": "ExpressionStatement", - "start": 68040, - "end": 68074, + "start": 68757, + "end": 68791, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 68040, - "end": 68073, + "start": 68757, + "end": 68790, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 68040, - "end": 68071, + "start": 68757, + "end": 68788, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 68040, - "end": 68064, + "start": 68757, + "end": 68781, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 68040, - "end": 68051, + "start": 68757, + "end": 68768, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68040, - "end": 68044, + "start": 68757, + "end": 68761, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 12 } }, @@ -116500,15 +117416,15 @@ }, "property": { "type": "Identifier", - "start": 68045, - "end": 68051, + "start": 68762, + "end": 68768, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 13 }, "end": { - "line": 1944, + "line": 1963, "column": 19 }, "identifierName": "player" @@ -116520,15 +117436,15 @@ }, "property": { "type": "Identifier", - "start": 68052, - "end": 68064, + "start": 68769, + "end": 68781, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 20 }, "end": { - "line": 1944, + "line": 1963, "column": 32 }, "identifierName": "cameraButton" @@ -116540,15 +117456,15 @@ }, "property": { "type": "Identifier", - "start": 68065, - "end": 68071, + "start": 68782, + "end": 68788, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 33 }, "end": { - "line": 1944, + "line": 1963, "column": 39 }, "identifierName": "onStop" @@ -116565,15 +117481,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 68000, - "end": 68031, + "start": 68717, + "end": 68748, "loc": { "start": { - "line": 1943, + "line": 1962, "column": 8 }, "end": { - "line": 1943, + "line": 1962, "column": 39 } } @@ -116582,100 +117498,100 @@ }, { "type": "ExpressionStatement", - "start": 68083, - "end": 68115, + "start": 68800, + "end": 68832, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 68083, - "end": 68114, + "start": 68800, + "end": 68831, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 68083, - "end": 68112, + "start": 68800, + "end": 68829, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 68083, - "end": 68107, + "start": 68800, + "end": 68824, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 68083, - "end": 68094, + "start": 68800, + "end": 68811, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68083, - "end": 68087, + "start": 68800, + "end": 68804, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68088, - "end": 68094, + "start": 68805, + "end": 68811, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 13 }, "end": { - "line": 1945, + "line": 1964, "column": 19 }, "identifierName": "player" @@ -116686,15 +117602,15 @@ }, "property": { "type": "Identifier", - "start": 68095, - "end": 68107, + "start": 68812, + "end": 68824, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 20 }, "end": { - "line": 1945, + "line": 1964, "column": 32 }, "identifierName": "cameraButton" @@ -116705,15 +117621,15 @@ }, "property": { "type": "Identifier", - "start": 68108, - "end": 68112, + "start": 68825, + "end": 68829, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 33 }, "end": { - "line": 1945, + "line": 1964, "column": 37 }, "identifierName": "show" @@ -116733,15 +117649,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 67668, - "end": 67817, + "start": 68385, + "end": 68534, "loc": { "start": { - "line": 1933, + "line": 1952, "column": 4 }, "end": { - "line": 1938, + "line": 1957, "column": 7 } } @@ -116751,15 +117667,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68127, - "end": 68258, + "start": 68844, + "end": 68975, "loc": { "start": { - "line": 1948, + "line": 1967, "column": 4 }, "end": { - "line": 1953, + "line": 1972, "column": 7 } } @@ -116768,15 +117684,15 @@ }, { "type": "ClassMethod", - "start": 68263, - "end": 68341, + "start": 68980, + "end": 69058, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 4 }, "end": { - "line": 1956, + "line": 1975, "column": 5 } }, @@ -116784,15 +117700,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 68263, - "end": 68273, + "start": 68980, + "end": 68990, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 4 }, "end": { - "line": 1954, + "line": 1973, "column": 14 }, "identifierName": "onEnterPiP" @@ -116808,15 +117724,15 @@ "params": [ { "type": "Identifier", - "start": 68274, - "end": 68279, + "start": 68991, + "end": 68996, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 15 }, "end": { - "line": 1954, + "line": 1973, "column": 20 }, "identifierName": "event" @@ -116826,101 +117742,101 @@ ], "body": { "type": "BlockStatement", - "start": 68281, - "end": 68341, + "start": 68998, + "end": 69058, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 22 }, "end": { - "line": 1956, + "line": 1975, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 68291, - "end": 68335, + "start": 69008, + "end": 69052, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 68291, - "end": 68334, + "start": 69008, + "end": 69051, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 68291, - "end": 68310, + "start": 69008, + "end": 69027, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 68291, - "end": 68302, + "start": 69008, + "end": 69019, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68291, - "end": 68295, + "start": 69008, + "end": 69012, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68296, - "end": 68302, + "start": 69013, + "end": 69019, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 13 }, "end": { - "line": 1955, + "line": 1974, "column": 19 }, "identifierName": "player" @@ -116931,15 +117847,15 @@ }, "property": { "type": "Identifier", - "start": 68303, - "end": 68310, + "start": 69020, + "end": 69027, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 20 }, "end": { - "line": 1955, + "line": 1974, "column": 27 }, "identifierName": "trigger" @@ -116951,29 +117867,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 68311, - "end": 68326, + "start": 69028, + "end": 69043, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 28 }, "end": { - "line": 1955, + "line": 1974, "column": 43 } }, "object": { "type": "Identifier", - "start": 68311, - "end": 68316, + "start": 69028, + "end": 69033, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 28 }, "end": { - "line": 1955, + "line": 1974, "column": 33 }, "identifierName": "Event" @@ -116982,15 +117898,15 @@ }, "property": { "type": "Identifier", - "start": 68317, - "end": 68326, + "start": 69034, + "end": 69043, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 34 }, "end": { - "line": 1955, + "line": 1974, "column": 43 }, "identifierName": "ENTER_PIP" @@ -117001,15 +117917,15 @@ }, { "type": "Identifier", - "start": 68328, - "end": 68333, + "start": 69045, + "end": 69050, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 45 }, "end": { - "line": 1955, + "line": 1974, "column": 50 }, "identifierName": "event" @@ -117027,15 +117943,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68127, - "end": 68258, + "start": 68844, + "end": 68975, "loc": { "start": { - "line": 1948, + "line": 1967, "column": 4 }, "end": { - "line": 1953, + "line": 1972, "column": 7 } } @@ -117045,15 +117961,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68347, - "end": 68477, + "start": 69064, + "end": 69194, "loc": { "start": { - "line": 1958, + "line": 1977, "column": 4 }, "end": { - "line": 1963, + "line": 1982, "column": 7 } } @@ -117062,15 +117978,15 @@ }, { "type": "ClassMethod", - "start": 68482, - "end": 68553, + "start": 69199, + "end": 69270, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 4 }, "end": { - "line": 1966, + "line": 1985, "column": 5 } }, @@ -117078,15 +117994,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 68482, - "end": 68492, + "start": 69199, + "end": 69209, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 4 }, "end": { - "line": 1964, + "line": 1983, "column": 14 }, "identifierName": "onLeavePiP" @@ -117102,15 +118018,15 @@ "params": [ { "type": "Identifier", - "start": 68493, - "end": 68498, + "start": 69210, + "end": 69215, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 15 }, "end": { - "line": 1964, + "line": 1983, "column": 20 }, "identifierName": "event" @@ -117120,101 +118036,101 @@ ], "body": { "type": "BlockStatement", - "start": 68500, - "end": 68553, + "start": 69217, + "end": 69270, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 22 }, "end": { - "line": 1966, + "line": 1985, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 68510, - "end": 68547, + "start": 69227, + "end": 69264, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 68510, - "end": 68546, + "start": 69227, + "end": 69263, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 68510, - "end": 68529, + "start": 69227, + "end": 69246, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 68510, - "end": 68521, + "start": 69227, + "end": 69238, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68510, - "end": 68514, + "start": 69227, + "end": 69231, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68515, - "end": 68521, + "start": 69232, + "end": 69238, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 13 }, "end": { - "line": 1965, + "line": 1984, "column": 19 }, "identifierName": "player" @@ -117225,15 +118141,15 @@ }, "property": { "type": "Identifier", - "start": 68522, - "end": 68529, + "start": 69239, + "end": 69246, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 20 }, "end": { - "line": 1965, + "line": 1984, "column": 27 }, "identifierName": "trigger" @@ -117245,29 +118161,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 68530, - "end": 68545, + "start": 69247, + "end": 69262, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 28 }, "end": { - "line": 1965, + "line": 1984, "column": 43 } }, "object": { "type": "Identifier", - "start": 68530, - "end": 68535, + "start": 69247, + "end": 69252, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 28 }, "end": { - "line": 1965, + "line": 1984, "column": 33 }, "identifierName": "Event" @@ -117276,15 +118192,15 @@ }, "property": { "type": "Identifier", - "start": 68536, - "end": 68545, + "start": 69253, + "end": 69262, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 34 }, "end": { - "line": 1965, + "line": 1984, "column": 43 }, "identifierName": "LEAVE_PIP" @@ -117303,15 +118219,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68347, - "end": 68477, + "start": 69064, + "end": 69194, "loc": { "start": { - "line": 1958, + "line": 1977, "column": 4 }, "end": { - "line": 1963, + "line": 1982, "column": 7 } } @@ -117327,58 +118243,58 @@ }, { "type": "ExpressionStatement", - "start": 68596, - "end": 68625, + "start": 69313, + "end": 69342, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 0 }, "end": { - "line": 1970, + "line": 1989, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 68596, - "end": 68624, + "start": 69313, + "end": 69341, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 0 }, "end": { - "line": 1970, + "line": 1989, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68596, - "end": 68610, + "start": 69313, + "end": 69327, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 0 }, "end": { - "line": 1970, + "line": 1989, "column": 14 } }, "object": { "type": "Identifier", - "start": 68596, - "end": 68602, + "start": 69313, + "end": 69319, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 0 }, "end": { - "line": 1970, + "line": 1989, "column": 6 }, "identifierName": "Record" @@ -117388,15 +118304,15 @@ }, "property": { "type": "Identifier", - "start": 68603, - "end": 68610, + "start": 69320, + "end": 69327, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 7 }, "end": { - "line": 1970, + "line": 1989, "column": 14 }, "identifierName": "VERSION" @@ -117408,15 +118324,15 @@ }, "right": { "type": "Identifier", - "start": 68613, - "end": 68624, + "start": 69330, + "end": 69341, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 17 }, "end": { - "line": 1970, + "line": 1989, "column": 28 }, "identifierName": "__VERSION__" @@ -117429,15 +118345,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 68557, - "end": 68595, + "start": 69274, + "end": 69312, "loc": { "start": { - "line": 1969, + "line": 1988, "column": 0 }, "end": { - "line": 1969, + "line": 1988, "column": 38 } } @@ -117447,15 +118363,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 68627, - "end": 68645, + "start": 69344, + "end": 69362, "loc": { "start": { - "line": 1972, + "line": 1991, "column": 0 }, "end": { - "line": 1972, + "line": 1991, "column": 18 } } @@ -117464,58 +118380,58 @@ }, { "type": "ExpressionStatement", - "start": 68646, - "end": 68670, + "start": 69363, + "end": 69387, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 0 }, "end": { - "line": 1973, + "line": 1992, "column": 24 } }, "expression": { "type": "AssignmentExpression", - "start": 68646, - "end": 68669, + "start": 69363, + "end": 69386, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 0 }, "end": { - "line": 1973, + "line": 1992, "column": 23 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 68646, - "end": 68660, + "start": 69363, + "end": 69377, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 0 }, "end": { - "line": 1973, + "line": 1992, "column": 14 } }, "object": { "type": "Identifier", - "start": 68646, - "end": 68653, + "start": 69363, + "end": 69370, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 0 }, "end": { - "line": 1973, + "line": 1992, "column": 7 }, "identifierName": "videojs" @@ -117525,15 +118441,15 @@ }, "property": { "type": "Identifier", - "start": 68654, - "end": 68660, + "start": 69371, + "end": 69377, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 8 }, "end": { - "line": 1973, + "line": 1992, "column": 14 }, "identifierName": "Record" @@ -117545,15 +118461,15 @@ }, "right": { "type": "Identifier", - "start": 68663, - "end": 68669, + "start": 69380, + "end": 69386, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 17 }, "end": { - "line": 1973, + "line": 1992, "column": 23 }, "identifierName": "Record" @@ -117566,15 +118482,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 68627, - "end": 68645, + "start": 69344, + "end": 69362, "loc": { "start": { - "line": 1972, + "line": 1991, "column": 0 }, "end": { - "line": 1972, + "line": 1991, "column": 18 } } @@ -117583,71 +118499,71 @@ }, { "type": "IfStatement", - "start": 68671, - "end": 68767, + "start": 69388, + "end": 69484, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 0 }, "end": { - "line": 1976, + "line": 1995, "column": 1 } }, "test": { "type": "BinaryExpression", - "start": 68675, - "end": 68716, + "start": 69392, + "end": 69433, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 4 }, "end": { - "line": 1974, + "line": 1993, "column": 45 } }, "left": { "type": "CallExpression", - "start": 68675, - "end": 68702, + "start": 69392, + "end": 69419, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 4 }, "end": { - "line": 1974, + "line": 1993, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 68675, - "end": 68692, + "start": 69392, + "end": 69409, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 4 }, "end": { - "line": 1974, + "line": 1993, "column": 21 } }, "object": { "type": "Identifier", - "start": 68675, - "end": 68682, + "start": 69392, + "end": 69399, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 4 }, "end": { - "line": 1974, + "line": 1993, "column": 11 }, "identifierName": "videojs" @@ -117656,15 +118572,15 @@ }, "property": { "type": "Identifier", - "start": 68683, - "end": 68692, + "start": 69400, + "end": 69409, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 12 }, "end": { - "line": 1974, + "line": 1993, "column": 21 }, "identifierName": "getPlugin" @@ -117676,15 +118592,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 68693, - "end": 68701, + "start": 69410, + "end": 69418, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 22 }, "end": { - "line": 1974, + "line": 1993, "column": 30 } }, @@ -117699,15 +118615,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 68707, - "end": 68716, + "start": 69424, + "end": 69433, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 36 }, "end": { - "line": 1974, + "line": 1993, "column": 45 }, "identifierName": "undefined" @@ -117717,72 +118633,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 68718, - "end": 68767, + "start": 69435, + "end": 69484, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 47 }, "end": { - "line": 1976, + "line": 1995, "column": 1 } }, "body": [ { "type": "ExpressionStatement", - "start": 68724, - "end": 68765, + "start": 69441, + "end": 69482, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 4 }, "end": { - "line": 1975, + "line": 1994, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 68724, - "end": 68764, + "start": 69441, + "end": 69481, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 4 }, "end": { - "line": 1975, + "line": 1994, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 68724, - "end": 68746, + "start": 69441, + "end": 69463, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 4 }, "end": { - "line": 1975, + "line": 1994, "column": 26 } }, "object": { "type": "Identifier", - "start": 68724, - "end": 68731, + "start": 69441, + "end": 69448, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 4 }, "end": { - "line": 1975, + "line": 1994, "column": 11 }, "identifierName": "videojs" @@ -117791,15 +118707,15 @@ }, "property": { "type": "Identifier", - "start": 68732, - "end": 68746, + "start": 69449, + "end": 69463, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 12 }, "end": { - "line": 1975, + "line": 1994, "column": 26 }, "identifierName": "registerPlugin" @@ -117811,15 +118727,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 68747, - "end": 68755, + "start": 69464, + "end": 69472, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 27 }, "end": { - "line": 1975, + "line": 1994, "column": 35 } }, @@ -117831,15 +118747,15 @@ }, { "type": "Identifier", - "start": 68757, - "end": 68763, + "start": 69474, + "end": 69480, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 37 }, "end": { - "line": 1975, + "line": 1994, "column": 43 }, "identifierName": "Record" @@ -117858,15 +118774,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 68769, - "end": 68785, + "start": 69486, + "end": 69502, "loc": { "start": { - "line": 1978, + "line": 1997, "column": 0 }, "end": { - "line": 1978, + "line": 1997, "column": 16 } } @@ -117875,15 +118791,15 @@ }, { "type": "ExportNamedDeclaration", - "start": 68786, - "end": 68802, + "start": 69503, + "end": 69519, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 0 }, "end": { - "line": 1979, + "line": 1998, "column": 16 } }, @@ -117891,29 +118807,29 @@ "specifiers": [ { "type": "ExportSpecifier", - "start": 68794, - "end": 68800, + "start": 69511, + "end": 69517, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 8 }, "end": { - "line": 1979, + "line": 1998, "column": 14 } }, "local": { "type": "Identifier", - "start": 68794, - "end": 68800, + "start": 69511, + "end": 69517, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 8 }, "end": { - "line": 1979, + "line": 1998, "column": 14 }, "identifierName": "Record" @@ -117923,15 +118839,15 @@ }, "exported": { "type": "Identifier", - "start": 68794, - "end": 68800, + "start": 69511, + "end": 69517, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 8 }, "end": { - "line": 1979, + "line": 1998, "column": 14 }, "identifierName": "Record" @@ -117946,15 +118862,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 68769, - "end": 68785, + "start": 69486, + "end": 69502, "loc": { "start": { - "line": 1978, + "line": 1997, "column": 0 }, "end": { - "line": 1978, + "line": 1997, "column": 16 } } @@ -117963,29 +118879,29 @@ }, { "type": "ExportNamedDeclaration", - "start": 68786, - "end": 68802, + "start": 69503, + "end": 69519, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 0 }, "end": { - "line": 1979, + "line": 1998, "column": 16 } }, "declaration": { "type": "ClassDeclaration", "start": 1409, - "end": 68555, + "end": 69272, "loc": { "start": { "line": 40, "column": 0 }, "end": { - "line": 1967, + "line": 1986, "column": 1 } }, @@ -118027,14 +118943,14 @@ "body": { "type": "ClassBody", "start": 1437, - "end": 68555, + "end": 69272, "loc": { "start": { "line": 40, "column": 28 }, "end": { - "line": 1967, + "line": 1986, "column": 1 } }, @@ -126276,14 +127192,14 @@ { "type": "ClassMethod", "start": 6184, - "end": 8896, + "end": 8950, "loc": { "start": { "line": 173, "column": 4 }, "end": { - "line": 228, + "line": 229, "column": 5 } }, @@ -126365,14 +127281,14 @@ "body": { "type": "BlockStatement", "start": 6213, - "end": 8896, + "end": 8950, "loc": { "start": { "line": 173, "column": 33 }, "end": { - "line": 228, + "line": 229, "column": 5 } }, @@ -129762,7 +130678,7 @@ { "type": "ExpressionStatement", "start": 7750, - "end": 7805, + "end": 7795, "loc": { "start": { "line": 205, @@ -129770,13 +130686,13 @@ }, "end": { "line": 205, - "column": 63 + "column": 53 } }, "expression": { "type": "AssignmentExpression", "start": 7750, - "end": 7804, + "end": 7794, "loc": { "start": { "line": 205, @@ -129784,14 +130700,14 @@ }, "end": { "line": 205, - "column": 62 + "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 7750, - "end": 7771, + "end": 7766, "loc": { "start": { "line": 205, @@ -129799,7 +130715,7 @@ }, "end": { "line": 205, - "column": 29 + "column": 24 } }, "object": { @@ -129820,7 +130736,7 @@ "property": { "type": "Identifier", "start": 7755, - "end": 7771, + "end": 7766, "loc": { "start": { "line": 205, @@ -129828,40 +130744,40 @@ }, "end": { "line": 205, - "column": 29 + "column": 24 }, - "identifierName": "convertWorkerURL" + "identifierName": "convertAuto" }, - "name": "convertWorkerURL" + "name": "convertAuto" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 7774, - "end": 7804, + "start": 7769, + "end": 7794, "loc": { "start": { "line": 205, - "column": 32 + "column": 27 }, "end": { "line": 205, - "column": 62 + "column": 52 } }, "object": { "type": "Identifier", - "start": 7774, - "end": 7787, + "start": 7769, + "end": 7782, "loc": { "start": { "line": 205, - "column": 32 + "column": 27 }, "end": { "line": 205, - "column": 45 + "column": 40 }, "identifierName": "recordOptions" }, @@ -129869,20 +130785,20 @@ }, "property": { "type": "Identifier", - "start": 7788, - "end": 7804, + "start": 7783, + "end": 7794, "loc": { "start": { "line": 205, - "column": 46 + "column": 41 }, "end": { "line": 205, - "column": 62 + "column": 52 }, - "identifierName": "convertWorkerURL" + "identifierName": "convertAuto" }, - "name": "convertWorkerURL" + "name": "convertAuto" }, "computed": false } @@ -129890,8 +130806,8 @@ }, { "type": "ExpressionStatement", - "start": 7814, - "end": 7865, + "start": 7804, + "end": 7859, "loc": { "start": { "line": 206, @@ -129899,13 +130815,13 @@ }, "end": { "line": 206, - "column": 59 + "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 7814, - "end": 7864, + "start": 7804, + "end": 7858, "loc": { "start": { "line": 206, @@ -129913,14 +130829,14 @@ }, "end": { "line": 206, - "column": 58 + "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7814, - "end": 7833, + "start": 7804, + "end": 7825, "loc": { "start": { "line": 206, @@ -129928,13 +130844,13 @@ }, "end": { "line": 206, - "column": 27 + "column": 29 } }, "object": { "type": "ThisExpression", - "start": 7814, - "end": 7818, + "start": 7804, + "end": 7808, "loc": { "start": { "line": 206, @@ -129948,8 +130864,8 @@ }, "property": { "type": "Identifier", - "start": 7819, - "end": 7833, + "start": 7809, + "end": 7825, "loc": { "start": { "line": 206, @@ -129957,40 +130873,40 @@ }, "end": { "line": 206, - "column": 27 + "column": 29 }, - "identifierName": "convertOptions" + "identifierName": "convertWorkerURL" }, - "name": "convertOptions" + "name": "convertWorkerURL" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 7836, - "end": 7864, + "start": 7828, + "end": 7858, "loc": { "start": { "line": 206, - "column": 30 + "column": 32 }, "end": { "line": 206, - "column": 58 + "column": 62 } }, "object": { "type": "Identifier", - "start": 7836, - "end": 7849, + "start": 7828, + "end": 7841, "loc": { "start": { "line": 206, - "column": 30 + "column": 32 }, "end": { "line": 206, - "column": 43 + "column": 45 }, "identifierName": "recordOptions" }, @@ -129998,148 +130914,128 @@ }, "property": { "type": "Identifier", - "start": 7850, - "end": 7864, + "start": 7842, + "end": 7858, "loc": { "start": { "line": 206, - "column": 44 + "column": 46 }, "end": { "line": 206, - "column": 58 + "column": 62 }, - "identifierName": "convertOptions" + "identifierName": "convertWorkerURL" }, - "name": "convertOptions" + "name": "convertWorkerURL" }, "computed": false } - }, - "trailingComments": [ - { - "type": "CommentLine", - "value": " audio settings", - "start": 7875, - "end": 7892, - "loc": { - "start": { - "line": 208, - "column": 8 - }, - "end": { - "line": 208, - "column": 25 - } - } - } - ] + } }, { "type": "ExpressionStatement", - "start": 7901, - "end": 7946, + "start": 7868, + "end": 7919, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, - "column": 53 + "line": 207, + "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 7901, - "end": 7945, + "start": 7868, + "end": 7918, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, - "column": 52 + "line": 207, + "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 7901, - "end": 7917, + "start": 7868, + "end": 7887, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, - "column": 24 + "line": 207, + "column": 27 } }, "object": { "type": "ThisExpression", - "start": 7901, - "end": 7905, + "start": 7868, + "end": 7872, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, + "line": 207, "column": 12 } - }, - "leadingComments": null + } }, "property": { "type": "Identifier", - "start": 7906, - "end": 7917, + "start": 7873, + "end": 7887, "loc": { "start": { - "line": 209, + "line": 207, "column": 13 }, "end": { - "line": 209, - "column": 24 + "line": 207, + "column": 27 }, - "identifierName": "audioEngine" + "identifierName": "convertOptions" }, - "name": "audioEngine" + "name": "convertOptions" }, - "computed": false, - "leadingComments": null + "computed": false }, "right": { "type": "MemberExpression", - "start": 7920, - "end": 7945, + "start": 7890, + "end": 7918, "loc": { "start": { - "line": 209, - "column": 27 + "line": 207, + "column": 30 }, "end": { - "line": 209, - "column": 52 + "line": 207, + "column": 58 } }, "object": { "type": "Identifier", - "start": 7920, - "end": 7933, + "start": 7890, + "end": 7903, "loc": { "start": { - "line": 209, - "column": 27 + "line": 207, + "column": 30 }, "end": { - "line": 209, - "column": 40 + "line": 207, + "column": 43 }, "identifierName": "recordOptions" }, @@ -130147,38 +131043,37 @@ }, "property": { "type": "Identifier", - "start": 7934, - "end": 7945, + "start": 7904, + "end": 7918, "loc": { "start": { - "line": 209, - "column": 41 + "line": 207, + "column": 44 }, "end": { - "line": 209, - "column": 52 + "line": 207, + "column": 58 }, - "identifierName": "audioEngine" + "identifierName": "convertOptions" }, - "name": "audioEngine" + "name": "convertOptions" }, "computed": false - }, - "leadingComments": null + } }, - "leadingComments": [ + "trailingComments": [ { "type": "CommentLine", "value": " audio settings", - "start": 7875, - "end": 7892, + "start": 7929, + "end": 7946, "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 25 } } @@ -130188,7 +131083,7 @@ { "type": "ExpressionStatement", "start": 7955, - "end": 8012, + "end": 8000, "loc": { "start": { "line": 210, @@ -130196,13 +131091,13 @@ }, "end": { "line": 210, - "column": 65 + "column": 53 } }, "expression": { "type": "AssignmentExpression", "start": 7955, - "end": 8011, + "end": 7999, "loc": { "start": { "line": 210, @@ -130210,14 +131105,14 @@ }, "end": { "line": 210, - "column": 64 + "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", "start": 7955, - "end": 7977, + "end": 7971, "loc": { "start": { "line": 210, @@ -130225,7 +131120,7 @@ }, "end": { "line": 210, - "column": 30 + "column": 24 } }, "object": { @@ -130241,12 +131136,13 @@ "line": 210, "column": 12 } - } + }, + "leadingComments": null }, "property": { "type": "Identifier", "start": 7960, - "end": 7977, + "end": 7971, "loc": { "start": { "line": 210, @@ -130254,40 +131150,41 @@ }, "end": { "line": 210, - "column": 30 + "column": 24 }, - "identifierName": "audioRecorderType" + "identifierName": "audioEngine" }, - "name": "audioRecorderType" + "name": "audioEngine" }, - "computed": false + "computed": false, + "leadingComments": null }, "right": { "type": "MemberExpression", - "start": 7980, - "end": 8011, + "start": 7974, + "end": 7999, "loc": { "start": { "line": 210, - "column": 33 + "column": 27 }, "end": { "line": 210, - "column": 64 + "column": 52 } }, "object": { "type": "Identifier", - "start": 7980, - "end": 7993, + "start": 7974, + "end": 7987, "loc": { "start": { "line": 210, - "column": 33 + "column": 27 }, "end": { "line": 210, - "column": 46 + "column": 40 }, "identifierName": "recordOptions" }, @@ -130295,29 +131192,48 @@ }, "property": { "type": "Identifier", - "start": 7994, - "end": 8011, + "start": 7988, + "end": 7999, "loc": { "start": { "line": 210, - "column": 47 + "column": 41 }, "end": { "line": 210, - "column": 64 + "column": 52 }, - "identifierName": "audioRecorderType" + "identifierName": "audioEngine" }, - "name": "audioRecorderType" + "name": "audioEngine" }, "computed": false + }, + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " audio settings", + "start": 7929, + "end": 7946, + "loc": { + "start": { + "line": 209, + "column": 8 + }, + "end": { + "line": 209, + "column": 25 + } + } } - } + ] }, { "type": "ExpressionStatement", - "start": 8021, - "end": 8072, + "start": 8009, + "end": 8066, "loc": { "start": { "line": 211, @@ -130325,13 +131241,13 @@ }, "end": { "line": 211, - "column": 59 + "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 8021, - "end": 8071, + "start": 8009, + "end": 8065, "loc": { "start": { "line": 211, @@ -130339,14 +131255,14 @@ }, "end": { "line": 211, - "column": 58 + "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8021, - "end": 8040, + "start": 8009, + "end": 8031, "loc": { "start": { "line": 211, @@ -130354,13 +131270,13 @@ }, "end": { "line": 211, - "column": 27 + "column": 30 } }, "object": { "type": "ThisExpression", - "start": 8021, - "end": 8025, + "start": 8009, + "end": 8013, "loc": { "start": { "line": 211, @@ -130374,8 +131290,8 @@ }, "property": { "type": "Identifier", - "start": 8026, - "end": 8040, + "start": 8014, + "end": 8031, "loc": { "start": { "line": 211, @@ -130383,40 +131299,40 @@ }, "end": { "line": 211, - "column": 27 + "column": 30 }, - "identifierName": "audioWorkerURL" + "identifierName": "audioRecorderType" }, - "name": "audioWorkerURL" + "name": "audioRecorderType" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8043, - "end": 8071, + "start": 8034, + "end": 8065, "loc": { "start": { "line": 211, - "column": 30 + "column": 33 }, "end": { "line": 211, - "column": 58 + "column": 64 } }, "object": { "type": "Identifier", - "start": 8043, - "end": 8056, + "start": 8034, + "end": 8047, "loc": { "start": { "line": 211, - "column": 30 + "column": 33 }, "end": { "line": 211, - "column": 43 + "column": 46 }, "identifierName": "recordOptions" }, @@ -130424,20 +131340,20 @@ }, "property": { "type": "Identifier", - "start": 8057, - "end": 8071, + "start": 8048, + "end": 8065, "loc": { "start": { "line": 211, - "column": 44 + "column": 47 }, "end": { "line": 211, - "column": 58 + "column": 64 }, - "identifierName": "audioWorkerURL" + "identifierName": "audioRecorderType" }, - "name": "audioWorkerURL" + "name": "audioRecorderType" }, "computed": false } @@ -130445,8 +131361,8 @@ }, { "type": "ExpressionStatement", - "start": 8081, - "end": 8142, + "start": 8075, + "end": 8126, "loc": { "start": { "line": 212, @@ -130454,13 +131370,13 @@ }, "end": { "line": 212, - "column": 69 + "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 8081, - "end": 8141, + "start": 8075, + "end": 8125, "loc": { "start": { "line": 212, @@ -130468,14 +131384,14 @@ }, "end": { "line": 212, - "column": 68 + "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8081, - "end": 8105, + "start": 8075, + "end": 8094, "loc": { "start": { "line": 212, @@ -130483,13 +131399,13 @@ }, "end": { "line": 212, - "column": 32 + "column": 27 } }, "object": { "type": "ThisExpression", - "start": 8081, - "end": 8085, + "start": 8075, + "end": 8079, "loc": { "start": { "line": 212, @@ -130503,8 +131419,8 @@ }, "property": { "type": "Identifier", - "start": 8086, - "end": 8105, + "start": 8080, + "end": 8094, "loc": { "start": { "line": 212, @@ -130512,40 +131428,40 @@ }, "end": { "line": 212, - "column": 32 + "column": 27 }, - "identifierName": "audioWebAssemblyURL" + "identifierName": "audioWorkerURL" }, - "name": "audioWebAssemblyURL" + "name": "audioWorkerURL" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8108, - "end": 8141, + "start": 8097, + "end": 8125, "loc": { "start": { "line": 212, - "column": 35 + "column": 30 }, "end": { "line": 212, - "column": 68 + "column": 58 } }, "object": { "type": "Identifier", - "start": 8108, - "end": 8121, + "start": 8097, + "end": 8110, "loc": { "start": { "line": 212, - "column": 35 + "column": 30 }, "end": { "line": 212, - "column": 48 + "column": 43 }, "identifierName": "recordOptions" }, @@ -130553,20 +131469,20 @@ }, "property": { "type": "Identifier", - "start": 8122, - "end": 8141, + "start": 8111, + "end": 8125, "loc": { "start": { "line": 212, - "column": 49 + "column": 44 }, "end": { "line": 212, - "column": 68 + "column": 58 }, - "identifierName": "audioWebAssemblyURL" + "identifierName": "audioWorkerURL" }, - "name": "audioWebAssemblyURL" + "name": "audioWorkerURL" }, "computed": false } @@ -130574,8 +131490,8 @@ }, { "type": "ExpressionStatement", - "start": 8151, - "end": 8204, + "start": 8135, + "end": 8196, "loc": { "start": { "line": 213, @@ -130583,13 +131499,13 @@ }, "end": { "line": 213, - "column": 61 + "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 8151, - "end": 8203, + "start": 8135, + "end": 8195, "loc": { "start": { "line": 213, @@ -130597,14 +131513,14 @@ }, "end": { "line": 213, - "column": 60 + "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8151, - "end": 8171, + "start": 8135, + "end": 8159, "loc": { "start": { "line": 213, @@ -130612,13 +131528,13 @@ }, "end": { "line": 213, - "column": 28 + "column": 32 } }, "object": { "type": "ThisExpression", - "start": 8151, - "end": 8155, + "start": 8135, + "end": 8139, "loc": { "start": { "line": 213, @@ -130632,8 +131548,8 @@ }, "property": { "type": "Identifier", - "start": 8156, - "end": 8171, + "start": 8140, + "end": 8159, "loc": { "start": { "line": 213, @@ -130641,40 +131557,40 @@ }, "end": { "line": 213, - "column": 28 + "column": 32 }, - "identifierName": "audioBufferSize" + "identifierName": "audioWebAssemblyURL" }, - "name": "audioBufferSize" + "name": "audioWebAssemblyURL" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8174, - "end": 8203, + "start": 8162, + "end": 8195, "loc": { "start": { "line": 213, - "column": 31 + "column": 35 }, "end": { "line": 213, - "column": 60 + "column": 68 } }, "object": { "type": "Identifier", - "start": 8174, - "end": 8187, + "start": 8162, + "end": 8175, "loc": { "start": { "line": 213, - "column": 31 + "column": 35 }, "end": { "line": 213, - "column": 44 + "column": 48 }, "identifierName": "recordOptions" }, @@ -130682,20 +131598,20 @@ }, "property": { "type": "Identifier", - "start": 8188, - "end": 8203, + "start": 8176, + "end": 8195, "loc": { "start": { "line": 213, - "column": 45 + "column": 49 }, "end": { "line": 213, - "column": 60 + "column": 68 }, - "identifierName": "audioBufferSize" + "identifierName": "audioWebAssemblyURL" }, - "name": "audioBufferSize" + "name": "audioWebAssemblyURL" }, "computed": false } @@ -130703,8 +131619,8 @@ }, { "type": "ExpressionStatement", - "start": 8213, - "end": 8266, + "start": 8205, + "end": 8258, "loc": { "start": { "line": 214, @@ -130717,8 +131633,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 8213, - "end": 8265, + "start": 8205, + "end": 8257, "loc": { "start": { "line": 214, @@ -130732,8 +131648,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 8213, - "end": 8233, + "start": 8205, + "end": 8225, "loc": { "start": { "line": 214, @@ -130746,8 +131662,8 @@ }, "object": { "type": "ThisExpression", - "start": 8213, - "end": 8217, + "start": 8205, + "end": 8209, "loc": { "start": { "line": 214, @@ -130761,8 +131677,8 @@ }, "property": { "type": "Identifier", - "start": 8218, - "end": 8233, + "start": 8210, + "end": 8225, "loc": { "start": { "line": 214, @@ -130772,16 +131688,16 @@ "line": 214, "column": 28 }, - "identifierName": "audioSampleRate" + "identifierName": "audioBufferSize" }, - "name": "audioSampleRate" + "name": "audioBufferSize" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8236, - "end": 8265, + "start": 8228, + "end": 8257, "loc": { "start": { "line": 214, @@ -130794,8 +131710,8 @@ }, "object": { "type": "Identifier", - "start": 8236, - "end": 8249, + "start": 8228, + "end": 8241, "loc": { "start": { "line": 214, @@ -130811,8 +131727,8 @@ }, "property": { "type": "Identifier", - "start": 8250, - "end": 8265, + "start": 8242, + "end": 8257, "loc": { "start": { "line": 214, @@ -130822,9 +131738,9 @@ "line": 214, "column": 60 }, - "identifierName": "audioSampleRate" + "identifierName": "audioBufferSize" }, - "name": "audioSampleRate" + "name": "audioBufferSize" }, "computed": false } @@ -130832,8 +131748,8 @@ }, { "type": "ExpressionStatement", - "start": 8275, - "end": 8322, + "start": 8267, + "end": 8320, "loc": { "start": { "line": 215, @@ -130841,13 +131757,13 @@ }, "end": { "line": 215, - "column": 55 + "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 8275, - "end": 8321, + "start": 8267, + "end": 8319, "loc": { "start": { "line": 215, @@ -130855,14 +131771,14 @@ }, "end": { "line": 215, - "column": 54 + "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8275, - "end": 8292, + "start": 8267, + "end": 8287, "loc": { "start": { "line": 215, @@ -130870,13 +131786,13 @@ }, "end": { "line": 215, - "column": 25 + "column": 28 } }, "object": { "type": "ThisExpression", - "start": 8275, - "end": 8279, + "start": 8267, + "end": 8271, "loc": { "start": { "line": 215, @@ -130890,8 +131806,8 @@ }, "property": { "type": "Identifier", - "start": 8280, - "end": 8292, + "start": 8272, + "end": 8287, "loc": { "start": { "line": 215, @@ -130899,40 +131815,40 @@ }, "end": { "line": 215, - "column": 25 + "column": 28 }, - "identifierName": "audioBitRate" + "identifierName": "audioSampleRate" }, - "name": "audioBitRate" + "name": "audioSampleRate" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8295, - "end": 8321, + "start": 8290, + "end": 8319, "loc": { "start": { "line": 215, - "column": 28 + "column": 31 }, "end": { "line": 215, - "column": 54 + "column": 60 } }, "object": { "type": "Identifier", - "start": 8295, - "end": 8308, + "start": 8290, + "end": 8303, "loc": { "start": { "line": 215, - "column": 28 + "column": 31 }, "end": { "line": 215, - "column": 41 + "column": 44 }, "identifierName": "recordOptions" }, @@ -130940,20 +131856,20 @@ }, "property": { "type": "Identifier", - "start": 8309, - "end": 8321, + "start": 8304, + "end": 8319, "loc": { "start": { "line": 215, - "column": 42 + "column": 45 }, "end": { "line": 215, - "column": 54 + "column": 60 }, - "identifierName": "audioBitRate" + "identifierName": "audioSampleRate" }, - "name": "audioBitRate" + "name": "audioSampleRate" }, "computed": false } @@ -130961,8 +131877,8 @@ }, { "type": "ExpressionStatement", - "start": 8331, - "end": 8380, + "start": 8329, + "end": 8376, "loc": { "start": { "line": 216, @@ -130970,13 +131886,13 @@ }, "end": { "line": 216, - "column": 57 + "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 8331, - "end": 8379, + "start": 8329, + "end": 8375, "loc": { "start": { "line": 216, @@ -130984,14 +131900,14 @@ }, "end": { "line": 216, - "column": 56 + "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8331, - "end": 8349, + "start": 8329, + "end": 8346, "loc": { "start": { "line": 216, @@ -130999,13 +131915,13 @@ }, "end": { "line": 216, - "column": 26 + "column": 25 } }, "object": { "type": "ThisExpression", - "start": 8331, - "end": 8335, + "start": 8329, + "end": 8333, "loc": { "start": { "line": 216, @@ -131019,8 +131935,8 @@ }, "property": { "type": "Identifier", - "start": 8336, - "end": 8349, + "start": 8334, + "end": 8346, "loc": { "start": { "line": 216, @@ -131028,40 +131944,40 @@ }, "end": { "line": 216, - "column": 26 + "column": 25 }, - "identifierName": "audioChannels" + "identifierName": "audioBitRate" }, - "name": "audioChannels" + "name": "audioBitRate" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8352, - "end": 8379, + "start": 8349, + "end": 8375, "loc": { "start": { "line": 216, - "column": 29 + "column": 28 }, "end": { "line": 216, - "column": 56 + "column": 54 } }, "object": { "type": "Identifier", - "start": 8352, - "end": 8365, + "start": 8349, + "end": 8362, "loc": { "start": { "line": 216, - "column": 29 + "column": 28 }, "end": { "line": 216, - "column": 42 + "column": 41 }, "identifierName": "recordOptions" }, @@ -131069,20 +131985,20 @@ }, "property": { "type": "Identifier", - "start": 8366, - "end": 8379, + "start": 8363, + "end": 8375, "loc": { "start": { "line": 216, - "column": 43 + "column": 42 }, "end": { "line": 216, - "column": 56 + "column": 54 }, - "identifierName": "audioChannels" + "identifierName": "audioBitRate" }, - "name": "audioChannels" + "name": "audioBitRate" }, "computed": false } @@ -131090,8 +132006,8 @@ }, { "type": "ExpressionStatement", - "start": 8389, - "end": 8438, + "start": 8385, + "end": 8434, "loc": { "start": { "line": 217, @@ -131104,8 +132020,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 8389, - "end": 8437, + "start": 8385, + "end": 8433, "loc": { "start": { "line": 217, @@ -131119,8 +132035,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 8389, - "end": 8407, + "start": 8385, + "end": 8403, "loc": { "start": { "line": 217, @@ -131133,8 +132049,8 @@ }, "object": { "type": "ThisExpression", - "start": 8389, - "end": 8393, + "start": 8385, + "end": 8389, "loc": { "start": { "line": 217, @@ -131148,8 +132064,8 @@ }, "property": { "type": "Identifier", - "start": 8394, - "end": 8407, + "start": 8390, + "end": 8403, "loc": { "start": { "line": 217, @@ -131159,16 +132075,16 @@ "line": 217, "column": 26 }, - "identifierName": "audioMimeType" + "identifierName": "audioChannels" }, - "name": "audioMimeType" + "name": "audioChannels" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8410, - "end": 8437, + "start": 8406, + "end": 8433, "loc": { "start": { "line": 217, @@ -131181,8 +132097,8 @@ }, "object": { "type": "Identifier", - "start": 8410, - "end": 8423, + "start": 8406, + "end": 8419, "loc": { "start": { "line": 217, @@ -131198,8 +132114,8 @@ }, "property": { "type": "Identifier", - "start": 8424, - "end": 8437, + "start": 8420, + "end": 8433, "loc": { "start": { "line": 217, @@ -131209,9 +132125,9 @@ "line": 217, "column": 56 }, - "identifierName": "audioMimeType" + "identifierName": "audioChannels" }, - "name": "audioMimeType" + "name": "audioChannels" }, "computed": false } @@ -131219,8 +132135,8 @@ }, { "type": "ExpressionStatement", - "start": 8447, - "end": 8504, + "start": 8443, + "end": 8492, "loc": { "start": { "line": 218, @@ -131228,13 +132144,13 @@ }, "end": { "line": 218, - "column": 65 + "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 8447, - "end": 8503, + "start": 8443, + "end": 8491, "loc": { "start": { "line": 218, @@ -131242,14 +132158,14 @@ }, "end": { "line": 218, - "column": 64 + "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8447, - "end": 8469, + "start": 8443, + "end": 8461, "loc": { "start": { "line": 218, @@ -131257,13 +132173,13 @@ }, "end": { "line": 218, - "column": 30 + "column": 26 } }, "object": { "type": "ThisExpression", - "start": 8447, - "end": 8451, + "start": 8443, + "end": 8447, "loc": { "start": { "line": 218, @@ -131277,8 +132193,8 @@ }, "property": { "type": "Identifier", - "start": 8452, - "end": 8469, + "start": 8448, + "end": 8461, "loc": { "start": { "line": 218, @@ -131286,40 +132202,40 @@ }, "end": { "line": 218, - "column": 30 + "column": 26 }, - "identifierName": "audioBufferUpdate" + "identifierName": "audioMimeType" }, - "name": "audioBufferUpdate" + "name": "audioMimeType" }, "computed": false }, "right": { "type": "MemberExpression", - "start": 8472, - "end": 8503, + "start": 8464, + "end": 8491, "loc": { "start": { "line": 218, - "column": 33 + "column": 29 }, "end": { "line": 218, - "column": 64 + "column": 56 } }, "object": { "type": "Identifier", - "start": 8472, - "end": 8485, + "start": 8464, + "end": 8477, "loc": { "start": { "line": 218, - "column": 33 + "column": 29 }, "end": { "line": 218, - "column": 46 + "column": 42 }, "identifierName": "recordOptions" }, @@ -131327,148 +132243,128 @@ }, "property": { "type": "Identifier", - "start": 8486, - "end": 8503, + "start": 8478, + "end": 8491, "loc": { "start": { "line": 218, - "column": 47 + "column": 43 }, "end": { "line": 218, - "column": 64 + "column": 56 }, - "identifierName": "audioBufferUpdate" + "identifierName": "audioMimeType" }, - "name": "audioBufferUpdate" + "name": "audioMimeType" }, "computed": false } - }, - "trailingComments": [ - { - "type": "CommentLine", - "value": " image settings", - "start": 8514, - "end": 8531, - "loc": { - "start": { - "line": 220, - "column": 8 - }, - "end": { - "line": 220, - "column": 25 - } - } - } - ] + } }, { "type": "ExpressionStatement", - "start": 8540, - "end": 8593, + "start": 8501, + "end": 8558, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, - "column": 61 + "line": 219, + "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 8540, - "end": 8592, + "start": 8501, + "end": 8557, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, - "column": 60 + "line": 219, + "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8540, - "end": 8560, + "start": 8501, + "end": 8523, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, - "column": 28 + "line": 219, + "column": 30 } }, "object": { "type": "ThisExpression", - "start": 8540, - "end": 8544, + "start": 8501, + "end": 8505, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, + "line": 219, "column": 12 } - }, - "leadingComments": null + } }, "property": { "type": "Identifier", - "start": 8545, - "end": 8560, + "start": 8506, + "end": 8523, "loc": { "start": { - "line": 221, + "line": 219, "column": 13 }, "end": { - "line": 221, - "column": 28 + "line": 219, + "column": 30 }, - "identifierName": "imageOutputType" + "identifierName": "audioBufferUpdate" }, - "name": "imageOutputType" + "name": "audioBufferUpdate" }, - "computed": false, - "leadingComments": null + "computed": false }, "right": { "type": "MemberExpression", - "start": 8563, - "end": 8592, + "start": 8526, + "end": 8557, "loc": { "start": { - "line": 221, - "column": 31 + "line": 219, + "column": 33 }, "end": { - "line": 221, - "column": 60 + "line": 219, + "column": 64 } }, "object": { "type": "Identifier", - "start": 8563, - "end": 8576, + "start": 8526, + "end": 8539, "loc": { "start": { - "line": 221, - "column": 31 + "line": 219, + "column": 33 }, "end": { - "line": 221, - "column": 44 + "line": 219, + "column": 46 }, "identifierName": "recordOptions" }, @@ -131476,38 +132372,37 @@ }, "property": { "type": "Identifier", - "start": 8577, - "end": 8592, + "start": 8540, + "end": 8557, "loc": { "start": { - "line": 221, - "column": 45 + "line": 219, + "column": 47 }, "end": { - "line": 221, - "column": 60 + "line": 219, + "column": 64 }, - "identifierName": "imageOutputType" + "identifierName": "audioBufferUpdate" }, - "name": "imageOutputType" + "name": "audioBufferUpdate" }, "computed": false - }, - "leadingComments": null + } }, - "leadingComments": [ + "trailingComments": [ { "type": "CommentLine", "value": " image settings", - "start": 8514, - "end": 8531, + "start": 8568, + "end": 8585, "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 25 } } @@ -131516,8 +132411,8 @@ }, { "type": "ExpressionStatement", - "start": 8602, - "end": 8659, + "start": 8594, + "end": 8647, "loc": { "start": { "line": 222, @@ -131525,13 +132420,13 @@ }, "end": { "line": 222, - "column": 65 + "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 8602, - "end": 8658, + "start": 8594, + "end": 8646, "loc": { "start": { "line": 222, @@ -131539,14 +132434,14 @@ }, "end": { "line": 222, - "column": 64 + "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8602, - "end": 8624, + "start": 8594, + "end": 8614, "loc": { "start": { "line": 222, @@ -131554,13 +132449,13 @@ }, "end": { "line": 222, - "column": 30 + "column": 28 } }, "object": { "type": "ThisExpression", - "start": 8602, - "end": 8606, + "start": 8594, + "end": 8598, "loc": { "start": { "line": 222, @@ -131570,12 +132465,13 @@ "line": 222, "column": 12 } - } + }, + "leadingComments": null }, "property": { "type": "Identifier", - "start": 8607, - "end": 8624, + "start": 8599, + "end": 8614, "loc": { "start": { "line": 222, @@ -131583,40 +132479,41 @@ }, "end": { "line": 222, - "column": 30 + "column": 28 }, - "identifierName": "imageOutputFormat" + "identifierName": "imageOutputType" }, - "name": "imageOutputFormat" + "name": "imageOutputType" }, - "computed": false + "computed": false, + "leadingComments": null }, "right": { "type": "MemberExpression", - "start": 8627, - "end": 8658, + "start": 8617, + "end": 8646, "loc": { "start": { "line": 222, - "column": 33 + "column": 31 }, "end": { "line": 222, - "column": 64 + "column": 60 } }, "object": { "type": "Identifier", - "start": 8627, - "end": 8640, + "start": 8617, + "end": 8630, "loc": { "start": { "line": 222, - "column": 33 + "column": 31 }, "end": { "line": 222, - "column": 46 + "column": 44 }, "identifierName": "recordOptions" }, @@ -131624,29 +132521,48 @@ }, "property": { "type": "Identifier", - "start": 8641, - "end": 8658, + "start": 8631, + "end": 8646, "loc": { "start": { "line": 222, - "column": 47 + "column": 45 }, "end": { "line": 222, - "column": 64 + "column": 60 }, - "identifierName": "imageOutputFormat" + "identifierName": "imageOutputType" }, - "name": "imageOutputFormat" + "name": "imageOutputType" }, "computed": false + }, + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " image settings", + "start": 8568, + "end": 8585, + "loc": { + "start": { + "line": 221, + "column": 8 + }, + "end": { + "line": 221, + "column": 25 + } + } } - } + ] }, { "type": "ExpressionStatement", - "start": 8668, - "end": 8727, + "start": 8656, + "end": 8713, "loc": { "start": { "line": 223, @@ -131654,13 +132570,13 @@ }, "end": { "line": 223, - "column": 67 + "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 8668, - "end": 8726, + "start": 8656, + "end": 8712, "loc": { "start": { "line": 223, @@ -131668,14 +132584,14 @@ }, "end": { "line": 223, - "column": 66 + "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8668, - "end": 8691, + "start": 8656, + "end": 8678, "loc": { "start": { "line": 223, @@ -131683,13 +132599,13 @@ }, "end": { "line": 223, - "column": 31 + "column": 30 } }, "object": { "type": "ThisExpression", - "start": 8668, - "end": 8672, + "start": 8656, + "end": 8660, "loc": { "start": { "line": 223, @@ -131703,8 +132619,8 @@ }, "property": { "type": "Identifier", - "start": 8673, - "end": 8691, + "start": 8661, + "end": 8678, "loc": { "start": { "line": 223, @@ -131712,6 +132628,135 @@ }, "end": { "line": 223, + "column": 30 + }, + "identifierName": "imageOutputFormat" + }, + "name": "imageOutputFormat" + }, + "computed": false + }, + "right": { + "type": "MemberExpression", + "start": 8681, + "end": 8712, + "loc": { + "start": { + "line": 223, + "column": 33 + }, + "end": { + "line": 223, + "column": 64 + } + }, + "object": { + "type": "Identifier", + "start": 8681, + "end": 8694, + "loc": { + "start": { + "line": 223, + "column": 33 + }, + "end": { + "line": 223, + "column": 46 + }, + "identifierName": "recordOptions" + }, + "name": "recordOptions" + }, + "property": { + "type": "Identifier", + "start": 8695, + "end": 8712, + "loc": { + "start": { + "line": 223, + "column": 47 + }, + "end": { + "line": 223, + "column": 64 + }, + "identifierName": "imageOutputFormat" + }, + "name": "imageOutputFormat" + }, + "computed": false + } + } + }, + { + "type": "ExpressionStatement", + "start": 8722, + "end": 8781, + "loc": { + "start": { + "line": 224, + "column": 8 + }, + "end": { + "line": 224, + "column": 67 + } + }, + "expression": { + "type": "AssignmentExpression", + "start": 8722, + "end": 8780, + "loc": { + "start": { + "line": 224, + "column": 8 + }, + "end": { + "line": 224, + "column": 66 + } + }, + "operator": "=", + "left": { + "type": "MemberExpression", + "start": 8722, + "end": 8745, + "loc": { + "start": { + "line": 224, + "column": 8 + }, + "end": { + "line": 224, + "column": 31 + } + }, + "object": { + "type": "ThisExpression", + "start": 8722, + "end": 8726, + "loc": { + "start": { + "line": 224, + "column": 8 + }, + "end": { + "line": 224, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "start": 8727, + "end": 8745, + "loc": { + "start": { + "line": 224, + "column": 13 + }, + "end": { + "line": 224, "column": 31 }, "identifierName": "imageOutputQuality" @@ -131722,29 +132767,29 @@ }, "right": { "type": "MemberExpression", - "start": 8694, - "end": 8726, + "start": 8748, + "end": 8780, "loc": { "start": { - "line": 223, + "line": 224, "column": 34 }, "end": { - "line": 223, + "line": 224, "column": 66 } }, "object": { "type": "Identifier", - "start": 8694, - "end": 8707, + "start": 8748, + "end": 8761, "loc": { "start": { - "line": 223, + "line": 224, "column": 34 }, "end": { - "line": 223, + "line": 224, "column": 47 }, "identifierName": "recordOptions" @@ -131753,15 +132798,15 @@ }, "property": { "type": "Identifier", - "start": 8708, - "end": 8726, + "start": 8762, + "end": 8780, "loc": { "start": { - "line": 223, + "line": 224, "column": 48 }, "end": { - "line": 223, + "line": 224, "column": 66 }, "identifierName": "imageOutputQuality" @@ -131775,15 +132820,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8737, - "end": 8758, + "start": 8791, + "end": 8812, "loc": { "start": { - "line": 225, + "line": 226, "column": 8 }, "end": { - "line": 225, + "line": 226, "column": 29 } } @@ -131792,58 +132837,58 @@ }, { "type": "ExpressionStatement", - "start": 8767, - "end": 8826, + "start": 8821, + "end": 8880, "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 8767, - "end": 8825, + "start": 8821, + "end": 8879, "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 66 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8767, - "end": 8790, + "start": 8821, + "end": 8844, "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 8767, - "end": 8771, + "start": 8821, + "end": 8825, "loc": { "start": { - "line": 226, + "line": 227, "column": 8 }, "end": { - "line": 226, + "line": 227, "column": 12 } }, @@ -131851,15 +132896,15 @@ }, "property": { "type": "Identifier", - "start": 8772, - "end": 8790, + "start": 8826, + "end": 8844, "loc": { "start": { - "line": 226, + "line": 227, "column": 13 }, "end": { - "line": 226, + "line": 227, "column": 31 }, "identifierName": "animationFrameRate" @@ -131871,29 +132916,29 @@ }, "right": { "type": "MemberExpression", - "start": 8793, - "end": 8825, + "start": 8847, + "end": 8879, "loc": { "start": { - "line": 226, + "line": 227, "column": 34 }, "end": { - "line": 226, + "line": 227, "column": 66 } }, "object": { "type": "Identifier", - "start": 8793, - "end": 8806, + "start": 8847, + "end": 8860, "loc": { "start": { - "line": 226, + "line": 227, "column": 34 }, "end": { - "line": 226, + "line": 227, "column": 47 }, "identifierName": "recordOptions" @@ -131902,15 +132947,15 @@ }, "property": { "type": "Identifier", - "start": 8807, - "end": 8825, + "start": 8861, + "end": 8879, "loc": { "start": { - "line": 226, + "line": 227, "column": 48 }, "end": { - "line": 226, + "line": 227, "column": 66 }, "identifierName": "animationFrameRate" @@ -131925,15 +132970,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8737, - "end": 8758, + "start": 8791, + "end": 8812, "loc": { "start": { - "line": 225, + "line": 226, "column": 8 }, "end": { - "line": 225, + "line": 226, "column": 29 } } @@ -131942,73 +132987,73 @@ }, { "type": "ExpressionStatement", - "start": 8835, - "end": 8890, + "start": 8889, + "end": 8944, "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 8835, - "end": 8889, + "start": 8889, + "end": 8943, "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 8835, - "end": 8856, + "start": 8889, + "end": 8910, "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 8835, - "end": 8839, + "start": 8889, + "end": 8893, "loc": { "start": { - "line": 227, + "line": 228, "column": 8 }, "end": { - "line": 227, + "line": 228, "column": 12 } } }, "property": { "type": "Identifier", - "start": 8840, - "end": 8856, + "start": 8894, + "end": 8910, "loc": { "start": { - "line": 227, + "line": 228, "column": 13 }, "end": { - "line": 227, + "line": 228, "column": 29 }, "identifierName": "animationQuality" @@ -132019,29 +133064,29 @@ }, "right": { "type": "MemberExpression", - "start": 8859, - "end": 8889, + "start": 8913, + "end": 8943, "loc": { "start": { - "line": 227, + "line": 228, "column": 32 }, "end": { - "line": 227, + "line": 228, "column": 62 } }, "object": { "type": "Identifier", - "start": 8859, - "end": 8872, + "start": 8913, + "end": 8926, "loc": { "start": { - "line": 227, + "line": 228, "column": 32 }, "end": { - "line": 227, + "line": 228, "column": 45 }, "identifierName": "recordOptions" @@ -132050,15 +133095,15 @@ }, "property": { "type": "Identifier", - "start": 8873, - "end": 8889, + "start": 8927, + "end": 8943, "loc": { "start": { - "line": 227, + "line": 228, "column": 46 }, "end": { - "line": 227, + "line": 228, "column": 62 }, "identifierName": "animationQuality" @@ -132095,15 +133140,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8902, - "end": 8956, + "start": 8956, + "end": 9010, "loc": { "start": { - "line": 230, + "line": 231, "column": 4 }, "end": { - "line": 233, + "line": 234, "column": 7 } } @@ -132112,15 +133157,15 @@ }, { "type": "ClassMethod", - "start": 8961, - "end": 14356, + "start": 9015, + "end": 14410, "loc": { "start": { - "line": 234, + "line": 235, "column": 4 }, "end": { - "line": 365, + "line": 366, "column": 5 } }, @@ -132128,15 +133173,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 8961, - "end": 8968, + "start": 9015, + "end": 9022, "loc": { "start": { - "line": 234, + "line": 235, "column": 4 }, "end": { - "line": 234, + "line": 235, "column": 11 }, "identifierName": "setupUI" @@ -132152,100 +133197,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 8971, - "end": 14356, + "start": 9025, + "end": 14410, "loc": { "start": { - "line": 234, + "line": 235, "column": 14 }, "end": { - "line": 365, + "line": 366, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 9042, - "end": 9100, + "start": 9096, + "end": 9154, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 9042, - "end": 9099, + "start": 9096, + "end": 9153, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 9042, - "end": 9073, + "start": 9096, + "end": 9127, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 9042, - "end": 9064, + "start": 9096, + "end": 9118, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 9042, - "end": 9053, + "start": 9096, + "end": 9107, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 9042, - "end": 9046, + "start": 9096, + "end": 9100, "loc": { "start": { - "line": 236, + "line": 237, "column": 8 }, "end": { - "line": 236, + "line": 237, "column": 12 } }, @@ -132253,15 +133298,15 @@ }, "property": { "type": "Identifier", - "start": 9047, - "end": 9053, + "start": 9101, + "end": 9107, "loc": { "start": { - "line": 236, + "line": 237, "column": 13 }, "end": { - "line": 236, + "line": 237, "column": 19 }, "identifierName": "player" @@ -132273,15 +133318,15 @@ }, "property": { "type": "Identifier", - "start": 9054, - "end": 9064, + "start": 9108, + "end": 9118, "loc": { "start": { - "line": 236, + "line": 237, "column": 20 }, "end": { - "line": 236, + "line": 237, "column": 30 }, "identifierName": "controlBar" @@ -132293,15 +133338,15 @@ }, "property": { "type": "Identifier", - "start": 9065, - "end": 9073, + "start": 9119, + "end": 9127, "loc": { "start": { - "line": 236, + "line": 237, "column": 31 }, "end": { - "line": 236, + "line": 237, "column": 39 }, "identifierName": "addChild" @@ -132314,58 +133359,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 9074, - "end": 9098, + "start": 9128, + "end": 9152, "loc": { "start": { - "line": 236, + "line": 237, "column": 40 }, "end": { - "line": 236, + "line": 237, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 9074, - "end": 9085, + "start": 9128, + "end": 9139, "loc": { "start": { - "line": 236, + "line": 237, "column": 40 }, "end": { - "line": 236, + "line": 237, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 9074, - "end": 9078, + "start": 9128, + "end": 9132, "loc": { "start": { - "line": 236, + "line": 237, "column": 40 }, "end": { - "line": 236, + "line": 237, "column": 44 } } }, "property": { "type": "Identifier", - "start": 9079, - "end": 9085, + "start": 9133, + "end": 9139, "loc": { "start": { - "line": 236, + "line": 237, "column": 45 }, "end": { - "line": 236, + "line": 237, "column": 51 }, "identifierName": "player" @@ -132376,15 +133421,15 @@ }, "property": { "type": "Identifier", - "start": 9086, - "end": 9098, + "start": 9140, + "end": 9152, "loc": { "start": { - "line": 236, + "line": 237, "column": 52 }, "end": { - "line": 236, + "line": 237, "column": 64 }, "identifierName": "cameraButton" @@ -132400,15 +133445,15 @@ { "type": "CommentLine", "value": " insert custom controls on left-side of controlbar", - "start": 8981, - "end": 9033, + "start": 9035, + "end": 9087, "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 60 } } @@ -132417,128 +133462,128 @@ }, { "type": "ExpressionStatement", - "start": 9109, - "end": 9246, + "start": 9163, + "end": 9300, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 9109, - "end": 9245, + "start": 9163, + "end": 9299, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 239, + "line": 240, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 9109, - "end": 9149, + "start": 9163, + "end": 9203, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 48 } }, "object": { "type": "CallExpression", - "start": 9109, - "end": 9136, + "start": 9163, + "end": 9190, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 9109, - "end": 9134, + "start": 9163, + "end": 9188, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 9109, - "end": 9131, + "start": 9163, + "end": 9185, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 9109, - "end": 9120, + "start": 9163, + "end": 9174, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 9109, - "end": 9113, + "start": 9163, + "end": 9167, "loc": { "start": { - "line": 237, + "line": 238, "column": 8 }, "end": { - "line": 237, + "line": 238, "column": 12 } } }, "property": { "type": "Identifier", - "start": 9114, - "end": 9120, + "start": 9168, + "end": 9174, "loc": { "start": { - "line": 237, + "line": 238, "column": 13 }, "end": { - "line": 237, + "line": 238, "column": 19 }, "identifierName": "player" @@ -132549,15 +133594,15 @@ }, "property": { "type": "Identifier", - "start": 9121, - "end": 9131, + "start": 9175, + "end": 9185, "loc": { "start": { - "line": 237, + "line": 238, "column": 20 }, "end": { - "line": 237, + "line": 238, "column": 30 }, "identifierName": "controlBar" @@ -132568,15 +133613,15 @@ }, "property": { "type": "Identifier", - "start": 9132, - "end": 9134, + "start": 9186, + "end": 9188, "loc": { "start": { - "line": 237, + "line": 238, "column": 31 }, "end": { - "line": 237, + "line": 238, "column": 33 }, "identifierName": "el" @@ -132589,15 +133634,15 @@ }, "property": { "type": "Identifier", - "start": 9137, - "end": 9149, + "start": 9191, + "end": 9203, "loc": { "start": { - "line": 237, + "line": 238, "column": 36 }, "end": { - "line": 237, + "line": 238, "column": 48 }, "identifierName": "insertBefore" @@ -132609,86 +133654,86 @@ "arguments": [ { "type": "CallExpression", - "start": 9163, - "end": 9192, + "start": 9217, + "end": 9246, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 9163, - "end": 9190, + "start": 9217, + "end": 9244, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 9163, - "end": 9187, + "start": 9217, + "end": 9241, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 9163, - "end": 9174, + "start": 9217, + "end": 9228, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9163, - "end": 9167, + "start": 9217, + "end": 9221, "loc": { "start": { - "line": 238, + "line": 239, "column": 12 }, "end": { - "line": 238, + "line": 239, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9168, - "end": 9174, + "start": 9222, + "end": 9228, "loc": { "start": { - "line": 238, + "line": 239, "column": 17 }, "end": { - "line": 238, + "line": 239, "column": 23 }, "identifierName": "player" @@ -132699,15 +133744,15 @@ }, "property": { "type": "Identifier", - "start": 9175, - "end": 9187, + "start": 9229, + "end": 9241, "loc": { "start": { - "line": 238, + "line": 239, "column": 24 }, "end": { - "line": 238, + "line": 239, "column": 36 }, "identifierName": "cameraButton" @@ -132718,15 +133763,15 @@ }, "property": { "type": "Identifier", - "start": 9188, - "end": 9190, + "start": 9242, + "end": 9244, "loc": { "start": { - "line": 238, + "line": 239, "column": 37 }, "end": { - "line": 238, + "line": 239, "column": 39 }, "identifierName": "el" @@ -132739,100 +133784,100 @@ }, { "type": "MemberExpression", - "start": 9206, - "end": 9244, + "start": 9260, + "end": 9298, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 50 } }, "object": { "type": "CallExpression", - "start": 9206, - "end": 9233, + "start": 9260, + "end": 9287, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 9206, - "end": 9231, + "start": 9260, + "end": 9285, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9206, - "end": 9228, + "start": 9260, + "end": 9282, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9206, - "end": 9217, + "start": 9260, + "end": 9271, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9206, - "end": 9210, + "start": 9260, + "end": 9264, "loc": { "start": { - "line": 239, + "line": 240, "column": 12 }, "end": { - "line": 239, + "line": 240, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9211, - "end": 9217, + "start": 9265, + "end": 9271, "loc": { "start": { - "line": 239, + "line": 240, "column": 17 }, "end": { - "line": 239, + "line": 240, "column": 23 }, "identifierName": "player" @@ -132843,15 +133888,15 @@ }, "property": { "type": "Identifier", - "start": 9218, - "end": 9228, + "start": 9272, + "end": 9282, "loc": { "start": { - "line": 239, + "line": 240, "column": 24 }, "end": { - "line": 239, + "line": 240, "column": 34 }, "identifierName": "controlBar" @@ -132862,15 +133907,15 @@ }, "property": { "type": "Identifier", - "start": 9229, - "end": 9231, + "start": 9283, + "end": 9285, "loc": { "start": { - "line": 239, + "line": 240, "column": 35 }, "end": { - "line": 239, + "line": 240, "column": 37 }, "identifierName": "el" @@ -132883,15 +133928,15 @@ }, "property": { "type": "Identifier", - "start": 9234, - "end": 9244, + "start": 9288, + "end": 9298, "loc": { "start": { - "line": 239, + "line": 240, "column": 40 }, "end": { - "line": 239, + "line": 240, "column": 50 }, "identifierName": "firstChild" @@ -132905,128 +133950,128 @@ }, { "type": "ExpressionStatement", - "start": 9255, - "end": 9392, + "start": 9309, + "end": 9446, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 9255, - "end": 9391, + "start": 9309, + "end": 9445, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 242, + "line": 243, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 9255, - "end": 9295, + "start": 9309, + "end": 9349, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 48 } }, "object": { "type": "CallExpression", - "start": 9255, - "end": 9282, + "start": 9309, + "end": 9336, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 9255, - "end": 9280, + "start": 9309, + "end": 9334, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 9255, - "end": 9277, + "start": 9309, + "end": 9331, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 9255, - "end": 9266, + "start": 9309, + "end": 9320, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 9255, - "end": 9259, + "start": 9309, + "end": 9313, "loc": { "start": { - "line": 240, + "line": 241, "column": 8 }, "end": { - "line": 240, + "line": 241, "column": 12 } } }, "property": { "type": "Identifier", - "start": 9260, - "end": 9266, + "start": 9314, + "end": 9320, "loc": { "start": { - "line": 240, + "line": 241, "column": 13 }, "end": { - "line": 240, + "line": 241, "column": 19 }, "identifierName": "player" @@ -133037,15 +134082,15 @@ }, "property": { "type": "Identifier", - "start": 9267, - "end": 9277, + "start": 9321, + "end": 9331, "loc": { "start": { - "line": 240, + "line": 241, "column": 20 }, "end": { - "line": 240, + "line": 241, "column": 30 }, "identifierName": "controlBar" @@ -133056,15 +134101,15 @@ }, "property": { "type": "Identifier", - "start": 9278, - "end": 9280, + "start": 9332, + "end": 9334, "loc": { "start": { - "line": 240, + "line": 241, "column": 31 }, "end": { - "line": 240, + "line": 241, "column": 33 }, "identifierName": "el" @@ -133077,15 +134122,15 @@ }, "property": { "type": "Identifier", - "start": 9283, - "end": 9295, + "start": 9337, + "end": 9349, "loc": { "start": { - "line": 240, + "line": 241, "column": 36 }, "end": { - "line": 240, + "line": 241, "column": 48 }, "identifierName": "insertBefore" @@ -133097,86 +134142,86 @@ "arguments": [ { "type": "CallExpression", - "start": 9309, - "end": 9338, + "start": 9363, + "end": 9392, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 9309, - "end": 9336, + "start": 9363, + "end": 9390, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 9309, - "end": 9333, + "start": 9363, + "end": 9387, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 9309, - "end": 9320, + "start": 9363, + "end": 9374, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9309, - "end": 9313, + "start": 9363, + "end": 9367, "loc": { "start": { - "line": 241, + "line": 242, "column": 12 }, "end": { - "line": 241, + "line": 242, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9314, - "end": 9320, + "start": 9368, + "end": 9374, "loc": { "start": { - "line": 241, + "line": 242, "column": 17 }, "end": { - "line": 241, + "line": 242, "column": 23 }, "identifierName": "player" @@ -133187,15 +134232,15 @@ }, "property": { "type": "Identifier", - "start": 9321, - "end": 9333, + "start": 9375, + "end": 9387, "loc": { "start": { - "line": 241, + "line": 242, "column": 24 }, "end": { - "line": 241, + "line": 242, "column": 36 }, "identifierName": "recordToggle" @@ -133206,15 +134251,15 @@ }, "property": { "type": "Identifier", - "start": 9334, - "end": 9336, + "start": 9388, + "end": 9390, "loc": { "start": { - "line": 241, + "line": 242, "column": 37 }, "end": { - "line": 241, + "line": 242, "column": 39 }, "identifierName": "el" @@ -133227,100 +134272,100 @@ }, { "type": "MemberExpression", - "start": 9352, - "end": 9390, + "start": 9406, + "end": 9444, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 50 } }, "object": { "type": "CallExpression", - "start": 9352, - "end": 9379, + "start": 9406, + "end": 9433, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 9352, - "end": 9377, + "start": 9406, + "end": 9431, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9352, - "end": 9374, + "start": 9406, + "end": 9428, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 9352, - "end": 9363, + "start": 9406, + "end": 9417, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 9352, - "end": 9356, + "start": 9406, + "end": 9410, "loc": { "start": { - "line": 242, + "line": 243, "column": 12 }, "end": { - "line": 242, + "line": 243, "column": 16 } } }, "property": { "type": "Identifier", - "start": 9357, - "end": 9363, + "start": 9411, + "end": 9417, "loc": { "start": { - "line": 242, + "line": 243, "column": 17 }, "end": { - "line": 242, + "line": 243, "column": 23 }, "identifierName": "player" @@ -133331,15 +134376,15 @@ }, "property": { "type": "Identifier", - "start": 9364, - "end": 9374, + "start": 9418, + "end": 9428, "loc": { "start": { - "line": 242, + "line": 243, "column": 24 }, "end": { - "line": 242, + "line": 243, "column": 34 }, "identifierName": "controlBar" @@ -133350,15 +134395,15 @@ }, "property": { "type": "Identifier", - "start": 9375, - "end": 9377, + "start": 9429, + "end": 9431, "loc": { "start": { - "line": 242, + "line": 243, "column": 35 }, "end": { - "line": 242, + "line": 243, "column": 37 }, "identifierName": "el" @@ -133371,15 +134416,15 @@ }, "property": { "type": "Identifier", - "start": 9380, - "end": 9390, + "start": 9434, + "end": 9444, "loc": { "start": { - "line": 242, + "line": 243, "column": 40 }, "end": { - "line": 242, + "line": 243, "column": 50 }, "identifierName": "firstChild" @@ -133394,15 +134439,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 9402, - "end": 9423, + "start": 9456, + "end": 9477, "loc": { "start": { - "line": 244, + "line": 245, "column": 8 }, "end": { - "line": 244, + "line": 245, "column": 29 } } @@ -133411,57 +134456,57 @@ }, { "type": "IfStatement", - "start": 9432, - "end": 10210, + "start": 9486, + "end": 10264, "loc": { "start": { - "line": 245, + "line": 246, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 9436, - "end": 9466, + "start": 9490, + "end": 9520, "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 42 } }, "left": { "type": "MemberExpression", - "start": 9436, - "end": 9457, + "start": 9490, + "end": 9511, "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 9436, - "end": 9440, + "start": 9490, + "end": 9494, "loc": { "start": { - "line": 245, + "line": 246, "column": 12 }, "end": { - "line": 245, + "line": 246, "column": 16 } }, @@ -133469,15 +134514,15 @@ }, "property": { "type": "Identifier", - "start": 9441, - "end": 9457, + "start": 9495, + "end": 9511, "loc": { "start": { - "line": 245, + "line": 246, "column": 17 }, "end": { - "line": 245, + "line": 246, "column": 33 }, "identifierName": "pictureInPicture" @@ -133490,15 +134535,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 9462, - "end": 9466, + "start": 9516, + "end": 9520, "loc": { "start": { - "line": 245, + "line": 246, "column": 38 }, "end": { - "line": 245, + "line": 246, "column": 42 } }, @@ -133508,129 +134553,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 9468, - "end": 10002, + "start": 9522, + "end": 10056, "loc": { "start": { - "line": 245, + "line": 246, "column": 44 }, "end": { - "line": 255, + "line": 256, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 9482, - "end": 9992, + "start": 9536, + "end": 10046, "loc": { "start": { - "line": 246, + "line": 247, "column": 12 }, "end": { - "line": 254, + "line": 255, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 9486, - "end": 9600, + "start": 9540, + "end": 9654, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 9486, - "end": 9545, + "start": 9540, + "end": 9599, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 75 } }, "left": { "type": "MemberExpression", - "start": 9486, - "end": 9531, + "start": 9540, + "end": 9585, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 9486, - "end": 9508, + "start": 9540, + "end": 9562, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 9486, - "end": 9497, + "start": 9540, + "end": 9551, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9486, - "end": 9490, + "start": 9540, + "end": 9544, "loc": { "start": { - "line": 246, + "line": 247, "column": 16 }, "end": { - "line": 246, + "line": 247, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9491, - "end": 9497, + "start": 9545, + "end": 9551, "loc": { "start": { - "line": 246, + "line": 247, "column": 21 }, "end": { - "line": 246, + "line": 247, "column": 27 }, "identifierName": "player" @@ -133641,15 +134686,15 @@ }, "property": { "type": "Identifier", - "start": 9498, - "end": 9508, + "start": 9552, + "end": 9562, "loc": { "start": { - "line": 246, + "line": 247, "column": 28 }, "end": { - "line": 246, + "line": 247, "column": 38 }, "identifierName": "controlBar" @@ -133660,15 +134705,15 @@ }, "property": { "type": "Identifier", - "start": 9509, - "end": 9531, + "start": 9563, + "end": 9585, "loc": { "start": { - "line": 246, + "line": 247, "column": 39 }, "end": { - "line": 246, + "line": 247, "column": 61 }, "identifierName": "pictureInPictureToggle" @@ -133680,15 +134725,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 9536, - "end": 9545, + "start": 9590, + "end": 9599, "loc": { "start": { - "line": 246, + "line": 247, "column": 66 }, "end": { - "line": 246, + "line": 247, "column": 75 }, "identifierName": "undefined" @@ -133699,72 +134744,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 9565, - "end": 9600, + "start": 9619, + "end": 9654, "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 9565, - "end": 9586, + "start": 9619, + "end": 9640, "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9565, - "end": 9576, + "start": 9619, + "end": 9630, "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9565, - "end": 9569, + "start": 9619, + "end": 9623, "loc": { "start": { - "line": 247, + "line": 248, "column": 16 }, "end": { - "line": 247, + "line": 248, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9570, - "end": 9576, + "start": 9624, + "end": 9630, "loc": { "start": { - "line": 247, + "line": 248, "column": 21 }, "end": { - "line": 247, + "line": 248, "column": 27 }, "identifierName": "player" @@ -133775,15 +134820,15 @@ }, "property": { "type": "Identifier", - "start": 9577, - "end": 9586, + "start": 9631, + "end": 9640, "loc": { "start": { - "line": 247, + "line": 248, "column": 28 }, "end": { - "line": 247, + "line": 248, "column": 37 }, "identifierName": "pipToggle" @@ -133795,15 +134840,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9591, - "end": 9600, + "start": 9645, + "end": 9654, "loc": { "start": { - "line": 247, + "line": 248, "column": 42 }, "end": { - "line": 247, + "line": 248, "column": 51 }, "identifierName": "undefined" @@ -133814,100 +134859,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 9602, - "end": 9730, + "start": 9656, + "end": 9784, "loc": { "start": { - "line": 247, + "line": 248, "column": 53 }, "end": { - "line": 250, + "line": 251, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 9661, - "end": 9716, + "start": 9715, + "end": 9770, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 9661, - "end": 9715, + "start": 9715, + "end": 9769, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 9661, - "end": 9692, + "start": 9715, + "end": 9746, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 9661, - "end": 9683, + "start": 9715, + "end": 9737, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 9661, - "end": 9672, + "start": 9715, + "end": 9726, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9661, - "end": 9665, + "start": 9715, + "end": 9719, "loc": { "start": { - "line": 249, + "line": 250, "column": 16 }, "end": { - "line": 249, + "line": 250, "column": 20 } }, @@ -133915,15 +134960,15 @@ }, "property": { "type": "Identifier", - "start": 9666, - "end": 9672, + "start": 9720, + "end": 9726, "loc": { "start": { - "line": 249, + "line": 250, "column": 21 }, "end": { - "line": 249, + "line": 250, "column": 27 }, "identifierName": "player" @@ -133935,15 +134980,15 @@ }, "property": { "type": "Identifier", - "start": 9673, - "end": 9683, + "start": 9727, + "end": 9737, "loc": { "start": { - "line": 249, + "line": 250, "column": 28 }, "end": { - "line": 249, + "line": 250, "column": 38 }, "identifierName": "controlBar" @@ -133955,15 +135000,15 @@ }, "property": { "type": "Identifier", - "start": 9684, - "end": 9692, + "start": 9738, + "end": 9746, "loc": { "start": { - "line": 249, + "line": 250, "column": 39 }, "end": { - "line": 249, + "line": 250, "column": 47 }, "identifierName": "addChild" @@ -133976,58 +135021,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 9693, - "end": 9714, + "start": 9747, + "end": 9768, "loc": { "start": { - "line": 249, + "line": 250, "column": 48 }, "end": { - "line": 249, + "line": 250, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 9693, - "end": 9704, + "start": 9747, + "end": 9758, "loc": { "start": { - "line": 249, + "line": 250, "column": 48 }, "end": { - "line": 249, + "line": 250, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 9693, - "end": 9697, + "start": 9747, + "end": 9751, "loc": { "start": { - "line": 249, + "line": 250, "column": 48 }, "end": { - "line": 249, + "line": 250, "column": 52 } } }, "property": { "type": "Identifier", - "start": 9698, - "end": 9704, + "start": 9752, + "end": 9758, "loc": { "start": { - "line": 249, + "line": 250, "column": 53 }, "end": { - "line": 249, + "line": 250, "column": 59 }, "identifierName": "player" @@ -134038,15 +135083,15 @@ }, "property": { "type": "Identifier", - "start": 9705, - "end": 9714, + "start": 9759, + "end": 9768, "loc": { "start": { - "line": 249, + "line": 250, "column": 60 }, "end": { - "line": 249, + "line": 250, "column": 69 }, "identifierName": "pipToggle" @@ -134062,15 +135107,15 @@ { "type": "CommentLine", "value": " add custom PiP toggle", - "start": 9620, - "end": 9644, + "start": 9674, + "end": 9698, "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 40 } } @@ -134082,100 +135127,100 @@ }, "alternate": { "type": "IfStatement", - "start": 9736, - "end": 9992, + "start": 9790, + "end": 10046, "loc": { "start": { - "line": 250, + "line": 251, "column": 19 }, "end": { - "line": 254, + "line": 255, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 9740, - "end": 9799, + "start": 9794, + "end": 9853, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 82 } }, "left": { "type": "MemberExpression", - "start": 9740, - "end": 9785, + "start": 9794, + "end": 9839, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 9740, - "end": 9762, + "start": 9794, + "end": 9816, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 9740, - "end": 9751, + "start": 9794, + "end": 9805, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 9740, - "end": 9744, + "start": 9794, + "end": 9798, "loc": { "start": { - "line": 250, + "line": 251, "column": 23 }, "end": { - "line": 250, + "line": 251, "column": 27 } } }, "property": { "type": "Identifier", - "start": 9745, - "end": 9751, + "start": 9799, + "end": 9805, "loc": { "start": { - "line": 250, + "line": 251, "column": 28 }, "end": { - "line": 250, + "line": 251, "column": 34 }, "identifierName": "player" @@ -134186,15 +135231,15 @@ }, "property": { "type": "Identifier", - "start": 9752, - "end": 9762, + "start": 9806, + "end": 9816, "loc": { "start": { - "line": 250, + "line": 251, "column": 35 }, "end": { - "line": 250, + "line": 251, "column": 45 }, "identifierName": "controlBar" @@ -134205,15 +135250,15 @@ }, "property": { "type": "Identifier", - "start": 9763, - "end": 9785, + "start": 9817, + "end": 9839, "loc": { "start": { - "line": 250, + "line": 251, "column": 46 }, "end": { - "line": 250, + "line": 251, "column": 68 }, "identifierName": "pictureInPictureToggle" @@ -134225,15 +135270,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 9790, - "end": 9799, + "start": 9844, + "end": 9853, "loc": { "start": { - "line": 250, + "line": 251, "column": 73 }, "end": { - "line": 250, + "line": 251, "column": 82 }, "identifierName": "undefined" @@ -134243,87 +135288,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 9801, - "end": 9992, + "start": 9855, + "end": 10046, "loc": { "start": { - "line": 250, + "line": 251, "column": 84 }, "end": { - "line": 254, + "line": 255, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 9862, - "end": 9932, + "start": 9916, + "end": 9986, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 86 } }, "expression": { "type": "AssignmentExpression", - "start": 9862, - "end": 9931, + "start": 9916, + "end": 9985, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 85 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 9862, - "end": 9883, + "start": 9916, + "end": 9937, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9862, - "end": 9873, + "start": 9916, + "end": 9927, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9862, - "end": 9866, + "start": 9916, + "end": 9920, "loc": { "start": { - "line": 252, + "line": 253, "column": 16 }, "end": { - "line": 252, + "line": 253, "column": 20 } }, @@ -134331,15 +135376,15 @@ }, "property": { "type": "Identifier", - "start": 9867, - "end": 9873, + "start": 9921, + "end": 9927, "loc": { "start": { - "line": 252, + "line": 253, "column": 21 }, "end": { - "line": 252, + "line": 253, "column": 27 }, "identifierName": "player" @@ -134351,15 +135396,15 @@ }, "property": { "type": "Identifier", - "start": 9874, - "end": 9883, + "start": 9928, + "end": 9937, "loc": { "start": { - "line": 252, + "line": 253, "column": 28 }, "end": { - "line": 252, + "line": 253, "column": 37 }, "identifierName": "pipToggle" @@ -134371,72 +135416,72 @@ }, "right": { "type": "MemberExpression", - "start": 9886, - "end": 9931, + "start": 9940, + "end": 9985, "loc": { "start": { - "line": 252, + "line": 253, "column": 40 }, "end": { - "line": 252, + "line": 253, "column": 85 } }, "object": { "type": "MemberExpression", - "start": 9886, - "end": 9908, + "start": 9940, + "end": 9962, "loc": { "start": { - "line": 252, + "line": 253, "column": 40 }, "end": { - "line": 252, + "line": 253, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 9886, - "end": 9897, + "start": 9940, + "end": 9951, "loc": { "start": { - "line": 252, + "line": 253, "column": 40 }, "end": { - "line": 252, + "line": 253, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 9886, - "end": 9890, + "start": 9940, + "end": 9944, "loc": { "start": { - "line": 252, + "line": 253, "column": 40 }, "end": { - "line": 252, + "line": 253, "column": 44 } } }, "property": { "type": "Identifier", - "start": 9891, - "end": 9897, + "start": 9945, + "end": 9951, "loc": { "start": { - "line": 252, + "line": 253, "column": 45 }, "end": { - "line": 252, + "line": 253, "column": 51 }, "identifierName": "player" @@ -134447,15 +135492,15 @@ }, "property": { "type": "Identifier", - "start": 9898, - "end": 9908, + "start": 9952, + "end": 9962, "loc": { "start": { - "line": 252, + "line": 253, "column": 52 }, "end": { - "line": 252, + "line": 253, "column": 62 }, "identifierName": "controlBar" @@ -134466,15 +135511,15 @@ }, "property": { "type": "Identifier", - "start": 9909, - "end": 9931, + "start": 9963, + "end": 9985, "loc": { "start": { - "line": 252, + "line": 253, "column": 63 }, "end": { - "line": 252, + "line": 253, "column": 85 }, "identifierName": "pictureInPictureToggle" @@ -134489,15 +135534,15 @@ { "type": "CommentLine", "value": " use video.js PiP toggle", - "start": 9819, - "end": 9845, + "start": 9873, + "end": 9899, "loc": { "start": { - "line": 251, + "line": 252, "column": 16 }, "end": { - "line": 251, + "line": 252, "column": 42 } } @@ -134506,100 +135551,100 @@ }, { "type": "ExpressionStatement", - "start": 9949, - "end": 9978, + "start": 10003, + "end": 10032, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 9949, - "end": 9977, + "start": 10003, + "end": 10031, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 9949, - "end": 9975, + "start": 10003, + "end": 10029, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 9949, - "end": 9970, + "start": 10003, + "end": 10024, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 9949, - "end": 9960, + "start": 10003, + "end": 10014, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 9949, - "end": 9953, + "start": 10003, + "end": 10007, "loc": { "start": { - "line": 253, + "line": 254, "column": 16 }, "end": { - "line": 253, + "line": 254, "column": 20 } } }, "property": { "type": "Identifier", - "start": 9954, - "end": 9960, + "start": 10008, + "end": 10014, "loc": { "start": { - "line": 253, + "line": 254, "column": 21 }, "end": { - "line": 253, + "line": 254, "column": 27 }, "identifierName": "player" @@ -134610,15 +135655,15 @@ }, "property": { "type": "Identifier", - "start": 9961, - "end": 9970, + "start": 10015, + "end": 10024, "loc": { "start": { - "line": 253, + "line": 254, "column": 28 }, "end": { - "line": 253, + "line": 254, "column": 37 }, "identifierName": "pipToggle" @@ -134629,15 +135674,15 @@ }, "property": { "type": "Identifier", - "start": 9971, - "end": 9975, + "start": 10025, + "end": 10029, "loc": { "start": { - "line": 253, + "line": 254, "column": 38 }, "end": { - "line": 253, + "line": 254, "column": 42 }, "identifierName": "hide" @@ -134660,86 +135705,86 @@ }, "alternate": { "type": "IfStatement", - "start": 10008, - "end": 10210, + "start": 10062, + "end": 10264, "loc": { "start": { - "line": 255, + "line": 256, "column": 15 }, "end": { - "line": 259, + "line": 260, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 10025, - "end": 10131, + "start": 10079, + "end": 10185, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 71 } }, "left": { "type": "BinaryExpression", - "start": 10025, - "end": 10056, + "start": 10079, + "end": 10110, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 256, + "line": 257, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 10025, - "end": 10046, + "start": 10079, + "end": 10100, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 256, + "line": 257, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 10025, - "end": 10029, + "start": 10079, + "end": 10083, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 256, + "line": 257, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10030, - "end": 10046, + "start": 10084, + "end": 10100, "loc": { "start": { - "line": 256, + "line": 257, "column": 17 }, "end": { - "line": 256, + "line": 257, "column": 33 }, "identifierName": "pictureInPicture" @@ -134751,15 +135796,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 10051, - "end": 10056, + "start": 10105, + "end": 10110, "loc": { "start": { - "line": 256, + "line": 257, "column": 38 }, "end": { - "line": 256, + "line": 257, "column": 43 } }, @@ -134769,86 +135814,86 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 10072, - "end": 10131, + "start": 10126, + "end": 10185, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 71 } }, "left": { "type": "MemberExpression", - "start": 10072, - "end": 10117, + "start": 10126, + "end": 10171, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 10072, - "end": 10094, + "start": 10126, + "end": 10148, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10072, - "end": 10083, + "start": 10126, + "end": 10137, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10072, - "end": 10076, + "start": 10126, + "end": 10130, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10077, - "end": 10083, + "start": 10131, + "end": 10137, "loc": { "start": { - "line": 257, + "line": 258, "column": 17 }, "end": { - "line": 257, + "line": 258, "column": 23 }, "identifierName": "player" @@ -134859,15 +135904,15 @@ }, "property": { "type": "Identifier", - "start": 10084, - "end": 10094, + "start": 10138, + "end": 10148, "loc": { "start": { - "line": 257, + "line": 258, "column": 24 }, "end": { - "line": 257, + "line": 258, "column": 34 }, "identifierName": "controlBar" @@ -134878,15 +135923,15 @@ }, "property": { "type": "Identifier", - "start": 10095, - "end": 10117, + "start": 10149, + "end": 10171, "loc": { "start": { - "line": 257, + "line": 258, "column": 35 }, "end": { - "line": 257, + "line": 258, "column": 57 }, "identifierName": "pictureInPictureToggle" @@ -134898,15 +135943,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 10122, - "end": 10131, + "start": 10176, + "end": 10185, "loc": { "start": { - "line": 257, + "line": 258, "column": 62 }, "end": { - "line": 257, + "line": 258, "column": 71 }, "identifierName": "undefined" @@ -134917,129 +135962,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 10133, - "end": 10210, + "start": 10187, + "end": 10264, "loc": { "start": { - "line": 257, + "line": 258, "column": 73 }, "end": { - "line": 259, + "line": 260, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 10147, - "end": 10200, + "start": 10201, + "end": 10254, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 10147, - "end": 10199, + "start": 10201, + "end": 10253, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 10147, - "end": 10197, + "start": 10201, + "end": 10251, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 10147, - "end": 10192, + "start": 10201, + "end": 10246, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 10147, - "end": 10169, + "start": 10201, + "end": 10223, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10147, - "end": 10158, + "start": 10201, + "end": 10212, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10147, - "end": 10151, + "start": 10201, + "end": 10205, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10152, - "end": 10158, + "start": 10206, + "end": 10212, "loc": { "start": { - "line": 258, + "line": 259, "column": 17 }, "end": { - "line": 258, + "line": 259, "column": 23 }, "identifierName": "player" @@ -135050,15 +136095,15 @@ }, "property": { "type": "Identifier", - "start": 10159, - "end": 10169, + "start": 10213, + "end": 10223, "loc": { "start": { - "line": 258, + "line": 259, "column": 24 }, "end": { - "line": 258, + "line": 259, "column": 34 }, "identifierName": "controlBar" @@ -135069,15 +136114,15 @@ }, "property": { "type": "Identifier", - "start": 10170, - "end": 10192, + "start": 10224, + "end": 10246, "loc": { "start": { - "line": 258, + "line": 259, "column": 35 }, "end": { - "line": 258, + "line": 259, "column": 57 }, "identifierName": "pictureInPictureToggle" @@ -135088,15 +136133,15 @@ }, "property": { "type": "Identifier", - "start": 10193, - "end": 10197, + "start": 10247, + "end": 10251, "loc": { "start": { - "line": 258, + "line": 259, "column": 58 }, "end": { - "line": 258, + "line": 259, "column": 62 }, "identifierName": "hide" @@ -135119,15 +136164,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 9402, - "end": 9423, + "start": 9456, + "end": 9477, "loc": { "start": { - "line": 244, + "line": 245, "column": 8 }, "end": { - "line": 244, + "line": 245, "column": 29 } } @@ -135137,15 +136182,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 10220, - "end": 10249, + "start": 10274, + "end": 10303, "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 37 } } @@ -135154,85 +136199,85 @@ }, { "type": "IfStatement", - "start": 10258, - "end": 10417, + "start": 10312, + "end": 10471, "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 10262, - "end": 10319, + "start": 10316, + "end": 10373, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 69 } }, "left": { "type": "MemberExpression", - "start": 10262, - "end": 10305, + "start": 10316, + "end": 10359, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 10262, - "end": 10284, + "start": 10316, + "end": 10338, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10262, - "end": 10273, + "start": 10316, + "end": 10327, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10262, - "end": 10266, + "start": 10316, + "end": 10320, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 16 } }, @@ -135240,15 +136285,15 @@ }, "property": { "type": "Identifier", - "start": 10267, - "end": 10273, + "start": 10321, + "end": 10327, "loc": { "start": { - "line": 262, + "line": 263, "column": 17 }, "end": { - "line": 262, + "line": 263, "column": 23 }, "identifierName": "player" @@ -135260,15 +136305,15 @@ }, "property": { "type": "Identifier", - "start": 10274, - "end": 10284, + "start": 10328, + "end": 10338, "loc": { "start": { - "line": 262, + "line": 263, "column": 24 }, "end": { - "line": 262, + "line": 263, "column": 34 }, "identifierName": "controlBar" @@ -135280,15 +136325,15 @@ }, "property": { "type": "Identifier", - "start": 10285, - "end": 10305, + "start": 10339, + "end": 10359, "loc": { "start": { - "line": 262, + "line": 263, "column": 35 }, "end": { - "line": 262, + "line": 263, "column": 55 }, "identifierName": "remainingTimeDisplay" @@ -135301,15 +136346,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 10310, - "end": 10319, + "start": 10364, + "end": 10373, "loc": { "start": { - "line": 262, + "line": 263, "column": 60 }, "end": { - "line": 262, + "line": 263, "column": 69 }, "identifierName": "undefined" @@ -135320,172 +136365,172 @@ }, "consequent": { "type": "BlockStatement", - "start": 10321, - "end": 10417, + "start": 10375, + "end": 10471, "loc": { "start": { - "line": 262, + "line": 263, "column": 71 }, "end": { - "line": 264, + "line": 265, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 10335, - "end": 10407, + "start": 10389, + "end": 10461, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 84 } }, "expression": { "type": "AssignmentExpression", - "start": 10335, - "end": 10406, + "start": 10389, + "end": 10460, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 83 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 10335, - "end": 10397, + "start": 10389, + "end": 10451, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 74 } }, "object": { "type": "MemberExpression", - "start": 10335, - "end": 10389, + "start": 10389, + "end": 10443, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 66 } }, "object": { "type": "CallExpression", - "start": 10335, - "end": 10383, + "start": 10389, + "end": 10437, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 10335, - "end": 10381, + "start": 10389, + "end": 10435, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 10335, - "end": 10378, + "start": 10389, + "end": 10432, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 10335, - "end": 10357, + "start": 10389, + "end": 10411, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10335, - "end": 10346, + "start": 10389, + "end": 10400, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10335, - "end": 10339, + "start": 10389, + "end": 10393, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10340, - "end": 10346, + "start": 10394, + "end": 10400, "loc": { "start": { - "line": 263, + "line": 264, "column": 17 }, "end": { - "line": 263, + "line": 264, "column": 23 }, "identifierName": "player" @@ -135496,15 +136541,15 @@ }, "property": { "type": "Identifier", - "start": 10347, - "end": 10357, + "start": 10401, + "end": 10411, "loc": { "start": { - "line": 263, + "line": 264, "column": 24 }, "end": { - "line": 263, + "line": 264, "column": 34 }, "identifierName": "controlBar" @@ -135515,15 +136560,15 @@ }, "property": { "type": "Identifier", - "start": 10358, - "end": 10378, + "start": 10412, + "end": 10432, "loc": { "start": { - "line": 263, + "line": 264, "column": 35 }, "end": { - "line": 263, + "line": 264, "column": 55 }, "identifierName": "remainingTimeDisplay" @@ -135534,15 +136579,15 @@ }, "property": { "type": "Identifier", - "start": 10379, - "end": 10381, + "start": 10433, + "end": 10435, "loc": { "start": { - "line": 263, + "line": 264, "column": 56 }, "end": { - "line": 263, + "line": 264, "column": 58 }, "identifierName": "el" @@ -135555,15 +136600,15 @@ }, "property": { "type": "Identifier", - "start": 10384, - "end": 10389, + "start": 10438, + "end": 10443, "loc": { "start": { - "line": 263, + "line": 264, "column": 61 }, "end": { - "line": 263, + "line": 264, "column": 66 }, "identifierName": "style" @@ -135574,15 +136619,15 @@ }, "property": { "type": "Identifier", - "start": 10390, - "end": 10397, + "start": 10444, + "end": 10451, "loc": { "start": { - "line": 263, + "line": 264, "column": 67 }, "end": { - "line": 263, + "line": 264, "column": 74 }, "identifierName": "display" @@ -135593,15 +136638,15 @@ }, "right": { "type": "StringLiteral", - "start": 10400, - "end": 10406, + "start": 10454, + "end": 10460, "loc": { "start": { - "line": 263, + "line": 264, "column": 77 }, "end": { - "line": 263, + "line": 264, "column": 83 } }, @@ -135621,15 +136666,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 10220, - "end": 10249, + "start": 10274, + "end": 10303, "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 37 } } @@ -135638,100 +136683,100 @@ }, { "type": "IfStatement", - "start": 10426, - "end": 10567, + "start": 10480, + "end": 10621, "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 267, + "line": 268, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 10430, - "end": 10478, + "start": 10484, + "end": 10532, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 10430, - "end": 10464, + "start": 10484, + "end": 10518, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 10430, - "end": 10452, + "start": 10484, + "end": 10506, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10430, - "end": 10441, + "start": 10484, + "end": 10495, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10430, - "end": 10434, + "start": 10484, + "end": 10488, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10435, - "end": 10441, + "start": 10489, + "end": 10495, "loc": { "start": { - "line": 265, + "line": 266, "column": 17 }, "end": { - "line": 265, + "line": 266, "column": 23 }, "identifierName": "player" @@ -135742,15 +136787,15 @@ }, "property": { "type": "Identifier", - "start": 10442, - "end": 10452, + "start": 10496, + "end": 10506, "loc": { "start": { - "line": 265, + "line": 266, "column": 24 }, "end": { - "line": 265, + "line": 266, "column": 34 }, "identifierName": "controlBar" @@ -135761,15 +136806,15 @@ }, "property": { "type": "Identifier", - "start": 10453, - "end": 10464, + "start": 10507, + "end": 10518, "loc": { "start": { - "line": 265, + "line": 266, "column": 35 }, "end": { - "line": 265, + "line": 266, "column": 46 }, "identifierName": "liveDisplay" @@ -135781,15 +136826,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 10469, - "end": 10478, + "start": 10523, + "end": 10532, "loc": { "start": { - "line": 265, + "line": 266, "column": 51 }, "end": { - "line": 265, + "line": 266, "column": 60 }, "identifierName": "undefined" @@ -135799,172 +136844,172 @@ }, "consequent": { "type": "BlockStatement", - "start": 10480, - "end": 10567, + "start": 10534, + "end": 10621, "loc": { "start": { - "line": 265, + "line": 266, "column": 62 }, "end": { - "line": 267, + "line": 268, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 10494, - "end": 10557, + "start": 10548, + "end": 10611, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 75 } }, "expression": { "type": "AssignmentExpression", - "start": 10494, - "end": 10556, + "start": 10548, + "end": 10610, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 74 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 10494, - "end": 10547, + "start": 10548, + "end": 10601, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 10494, - "end": 10539, + "start": 10548, + "end": 10593, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 57 } }, "object": { "type": "CallExpression", - "start": 10494, - "end": 10533, + "start": 10548, + "end": 10587, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 10494, - "end": 10531, + "start": 10548, + "end": 10585, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 10494, - "end": 10528, + "start": 10548, + "end": 10582, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 10494, - "end": 10516, + "start": 10548, + "end": 10570, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 10494, - "end": 10505, + "start": 10548, + "end": 10559, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 10494, - "end": 10498, + "start": 10548, + "end": 10552, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 16 } } }, "property": { "type": "Identifier", - "start": 10499, - "end": 10505, + "start": 10553, + "end": 10559, "loc": { "start": { - "line": 266, + "line": 267, "column": 17 }, "end": { - "line": 266, + "line": 267, "column": 23 }, "identifierName": "player" @@ -135975,15 +137020,15 @@ }, "property": { "type": "Identifier", - "start": 10506, - "end": 10516, + "start": 10560, + "end": 10570, "loc": { "start": { - "line": 266, + "line": 267, "column": 24 }, "end": { - "line": 266, + "line": 267, "column": 34 }, "identifierName": "controlBar" @@ -135994,15 +137039,15 @@ }, "property": { "type": "Identifier", - "start": 10517, - "end": 10528, + "start": 10571, + "end": 10582, "loc": { "start": { - "line": 266, + "line": 267, "column": 35 }, "end": { - "line": 266, + "line": 267, "column": 46 }, "identifierName": "liveDisplay" @@ -136013,15 +137058,15 @@ }, "property": { "type": "Identifier", - "start": 10529, - "end": 10531, + "start": 10583, + "end": 10585, "loc": { "start": { - "line": 266, + "line": 267, "column": 47 }, "end": { - "line": 266, + "line": 267, "column": 49 }, "identifierName": "el" @@ -136034,15 +137079,15 @@ }, "property": { "type": "Identifier", - "start": 10534, - "end": 10539, + "start": 10588, + "end": 10593, "loc": { "start": { - "line": 266, + "line": 267, "column": 52 }, "end": { - "line": 266, + "line": 267, "column": 57 }, "identifierName": "style" @@ -136053,15 +137098,15 @@ }, "property": { "type": "Identifier", - "start": 10540, - "end": 10547, + "start": 10594, + "end": 10601, "loc": { "start": { - "line": 266, + "line": 267, "column": 58 }, "end": { - "line": 266, + "line": 267, "column": 65 }, "identifierName": "display" @@ -136072,15 +137117,15 @@ }, "right": { "type": "StringLiteral", - "start": 10550, - "end": 10556, + "start": 10604, + "end": 10610, "loc": { "start": { - "line": 266, + "line": 267, "column": 68 }, "end": { - "line": 266, + "line": 267, "column": 74 } }, @@ -136101,15 +137146,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 10577, - "end": 10621, + "start": 10631, + "end": 10675, "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 52 } } @@ -136118,71 +137163,71 @@ }, { "type": "ExpressionStatement", - "start": 10630, - "end": 10654, + "start": 10684, + "end": 10708, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 10630, - "end": 10653, + "start": 10684, + "end": 10707, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 10630, - "end": 10646, + "start": 10684, + "end": 10700, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 24 } }, "object": { "type": "MemberExpression", - "start": 10630, - "end": 10641, + "start": 10684, + "end": 10695, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 10630, - "end": 10634, + "start": 10684, + "end": 10688, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 12 } }, @@ -136190,15 +137235,15 @@ }, "property": { "type": "Identifier", - "start": 10635, - "end": 10641, + "start": 10689, + "end": 10695, "loc": { "start": { - "line": 270, + "line": 271, "column": 13 }, "end": { - "line": 270, + "line": 271, "column": 19 }, "identifierName": "player" @@ -136210,15 +137255,15 @@ }, "property": { "type": "Identifier", - "start": 10642, - "end": 10646, + "start": 10696, + "end": 10700, "loc": { "start": { - "line": 270, + "line": 271, "column": 20 }, "end": { - "line": 270, + "line": 271, "column": 24 }, "identifierName": "loop" @@ -136231,15 +137276,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 10647, - "end": 10652, + "start": 10701, + "end": 10706, "loc": { "start": { - "line": 270, + "line": 271, "column": 25 }, "end": { - "line": 270, + "line": 271, "column": 30 } }, @@ -136252,15 +137297,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 10577, - "end": 10621, + "start": 10631, + "end": 10675, "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 52 } } @@ -136270,15 +137315,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 10664, - "end": 10696, + "start": 10718, + "end": 10750, "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 40 } } @@ -136287,57 +137332,57 @@ }, { "type": "SwitchStatement", - "start": 10705, - "end": 13249, + "start": 10759, + "end": 13303, "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 333, + "line": 334, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 10713, - "end": 10733, + "start": 10767, + "end": 10787, "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 10713, - "end": 10731, + "start": 10767, + "end": 10785, "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 10713, - "end": 10717, + "start": 10767, + "end": 10771, "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 20 } }, @@ -136345,15 +137390,15 @@ }, "property": { "type": "Identifier", - "start": 10718, - "end": 10731, + "start": 10772, + "end": 10785, "loc": { "start": { - "line": 273, + "line": 274, "column": 21 }, "end": { - "line": 273, + "line": 274, "column": 34 }, "identifierName": "getRecordType" @@ -136369,73 +137414,73 @@ "cases": [ { "type": "SwitchCase", - "start": 10749, - "end": 11019, + "start": 10803, + "end": 11073, "loc": { "start": { - "line": 274, + "line": 275, "column": 12 }, "end": { - "line": 280, + "line": 281, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 10840, - "end": 10879, + "start": 10894, + "end": 10933, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 10840, - "end": 10878, + "start": 10894, + "end": 10932, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 10840, - "end": 10851, + "start": 10894, + "end": 10905, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10840, - "end": 10844, + "start": 10894, + "end": 10898, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 20 } }, @@ -136443,15 +137488,15 @@ }, "property": { "type": "Identifier", - "start": 10845, - "end": 10851, + "start": 10899, + "end": 10905, "loc": { "start": { - "line": 276, + "line": 277, "column": 21 }, "end": { - "line": 276, + "line": 277, "column": 27 }, "identifierName": "surfer" @@ -136463,72 +137508,72 @@ }, "right": { "type": "CallExpression", - "start": 10854, - "end": 10878, + "start": 10908, + "end": 10932, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 10854, - "end": 10876, + "start": 10908, + "end": 10930, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 10854, - "end": 10865, + "start": 10908, + "end": 10919, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 10854, - "end": 10858, + "start": 10908, + "end": 10912, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 34 } } }, "property": { "type": "Identifier", - "start": 10859, - "end": 10865, + "start": 10913, + "end": 10919, "loc": { "start": { - "line": 276, + "line": 277, "column": 35 }, "end": { - "line": 276, + "line": 277, "column": 41 }, "identifierName": "player" @@ -136539,15 +137584,15 @@ }, "property": { "type": "Identifier", - "start": 10866, - "end": 10876, + "start": 10920, + "end": 10930, "loc": { "start": { - "line": 276, + "line": 277, "column": 42 }, "end": { - "line": 276, + "line": 277, "column": 52 }, "identifierName": "wavesurfer" @@ -136564,15 +137609,15 @@ { "type": "CommentLine", "value": " reference to videojs-wavesurfer plugin", - "start": 10782, - "end": 10823, + "start": 10836, + "end": 10877, "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 57 } } @@ -136582,15 +137627,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 10897, - "end": 10935, + "start": 10951, + "end": 10989, "loc": { "start": { - "line": 278, + "line": 279, "column": 16 }, "end": { - "line": 278, + "line": 279, "column": 54 } } @@ -136599,71 +137644,71 @@ }, { "type": "ExpressionStatement", - "start": 10952, - "end": 10996, + "start": 11006, + "end": 11050, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 10952, - "end": 10995, + "start": 11006, + "end": 11049, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 10952, - "end": 10977, + "start": 11006, + "end": 11031, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 10952, - "end": 10963, + "start": 11006, + "end": 11017, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 10952, - "end": 10956, + "start": 11006, + "end": 11010, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 20 } }, @@ -136671,15 +137716,15 @@ }, "property": { "type": "Identifier", - "start": 10957, - "end": 10963, + "start": 11011, + "end": 11017, "loc": { "start": { - "line": 279, + "line": 280, "column": 21 }, "end": { - "line": 279, + "line": 280, "column": 27 }, "identifierName": "surfer" @@ -136691,15 +137736,15 @@ }, "property": { "type": "Identifier", - "start": 10964, - "end": 10977, + "start": 11018, + "end": 11031, "loc": { "start": { - "line": 279, + "line": 280, "column": 28 }, "end": { - "line": 279, + "line": 280, "column": 41 }, "identifierName": "setFormatTime" @@ -136712,44 +137757,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 10978, - "end": 10994, + "start": 11032, + "end": 11048, "loc": { "start": { - "line": 279, + "line": 280, "column": 42 }, "end": { - "line": 279, + "line": 280, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 10978, - "end": 10982, + "start": 11032, + "end": 11036, "loc": { "start": { - "line": 279, + "line": 280, "column": 42 }, "end": { - "line": 279, + "line": 280, "column": 46 } } }, "property": { "type": "Identifier", - "start": 10983, - "end": 10994, + "start": 11037, + "end": 11048, "loc": { "start": { - "line": 279, + "line": 280, "column": 47 }, "end": { - "line": 279, + "line": 280, "column": 58 }, "identifierName": "_formatTime" @@ -136765,15 +137810,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 10897, - "end": 10935, + "start": 10951, + "end": 10989, "loc": { "start": { - "line": 278, + "line": 279, "column": 16 }, "end": { - "line": 278, + "line": 279, "column": 54 } } @@ -136782,15 +137827,15 @@ }, { "type": "BreakStatement", - "start": 11013, - "end": 11019, + "start": 11067, + "end": 11073, "loc": { "start": { - "line": 280, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 281, "column": 22 } }, @@ -136799,15 +137844,15 @@ ], "test": { "type": "Identifier", - "start": 10754, - "end": 10764, + "start": 10808, + "end": 10818, "loc": { "start": { - "line": 274, + "line": 275, "column": 17 }, "end": { - "line": 274, + "line": 275, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -136817,30 +137862,30 @@ }, { "type": "SwitchCase", - "start": 11033, - "end": 11049, + "start": 11087, + "end": 11103, "loc": { "start": { - "line": 282, + "line": 283, "column": 12 }, "end": { - "line": 282, + "line": 283, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11038, - "end": 11048, + "start": 11092, + "end": 11102, "loc": { "start": { - "line": 282, + "line": 283, "column": 17 }, "end": { - "line": 282, + "line": 283, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -136850,30 +137895,30 @@ }, { "type": "SwitchCase", - "start": 11062, - "end": 11078, + "start": 11116, + "end": 11132, "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 283, + "line": 284, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11067, - "end": 11077, + "start": 11121, + "end": 11131, "loc": { "start": { - "line": 283, + "line": 284, "column": 17 }, "end": { - "line": 283, + "line": 284, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -136883,30 +137928,30 @@ }, { "type": "SwitchCase", - "start": 11091, - "end": 11108, + "start": 11145, + "end": 11162, "loc": { "start": { - "line": 284, + "line": 285, "column": 12 }, "end": { - "line": 284, + "line": 285, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11096, - "end": 11107, + "start": 11150, + "end": 11161, "loc": { "start": { - "line": 284, + "line": 285, "column": 17 }, "end": { - "line": 284, + "line": 285, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -136916,30 +137961,30 @@ }, { "type": "SwitchCase", - "start": 11121, - "end": 11136, + "start": 11175, + "end": 11190, "loc": { "start": { - "line": 285, + "line": 286, "column": 12 }, "end": { - "line": 285, + "line": 286, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11126, - "end": 11135, + "start": 11180, + "end": 11189, "loc": { "start": { - "line": 285, + "line": 286, "column": 17 }, "end": { - "line": 285, + "line": 286, "column": 26 }, "identifierName": "ANIMATION" @@ -136949,30 +137994,30 @@ }, { "type": "SwitchCase", - "start": 11149, - "end": 11166, + "start": 11203, + "end": 11220, "loc": { "start": { - "line": 286, + "line": 287, "column": 12 }, "end": { - "line": 286, + "line": 287, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 11154, - "end": 11165, + "start": 11208, + "end": 11219, "loc": { "start": { - "line": 286, + "line": 287, "column": 17 }, "end": { - "line": 286, + "line": 287, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -136982,86 +138027,86 @@ }, { "type": "SwitchCase", - "start": 11179, - "end": 13239, + "start": 11233, + "end": 13293, "loc": { "start": { - "line": 287, + "line": 288, "column": 12 }, "end": { - "line": 332, + "line": 333, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 11252, - "end": 11370, + "start": 11306, + "end": 11424, "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 291, + "line": 292, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 11256, - "end": 11295, + "start": 11310, + "end": 11349, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 11256, - "end": 11281, + "start": 11310, + "end": 11335, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 11256, - "end": 11267, + "start": 11310, + "end": 11321, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11256, - "end": 11260, + "start": 11310, + "end": 11314, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 24 } }, @@ -137069,15 +138114,15 @@ }, "property": { "type": "Identifier", - "start": 11261, - "end": 11267, + "start": 11315, + "end": 11321, "loc": { "start": { - "line": 289, + "line": 290, "column": 25 }, "end": { - "line": 289, + "line": 290, "column": 31 }, "identifierName": "player" @@ -137089,15 +138134,15 @@ }, "property": { "type": "Identifier", - "start": 11268, - "end": 11281, + "start": 11322, + "end": 11335, "loc": { "start": { - "line": 289, + "line": 290, "column": 32 }, "end": { - "line": 289, + "line": 290, "column": 45 }, "identifierName": "bigPlayButton" @@ -137110,15 +138155,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 11286, - "end": 11295, + "start": 11340, + "end": 11349, "loc": { "start": { - "line": 289, + "line": 290, "column": 50 }, "end": { - "line": 289, + "line": 290, "column": 59 }, "identifierName": "undefined" @@ -137129,115 +138174,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 11297, - "end": 11370, + "start": 11351, + "end": 11424, "loc": { "start": { - "line": 289, + "line": 290, "column": 61 }, "end": { - "line": 291, + "line": 292, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 11319, - "end": 11352, + "start": 11373, + "end": 11406, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 11319, - "end": 11351, + "start": 11373, + "end": 11405, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 11319, - "end": 11349, + "start": 11373, + "end": 11403, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 11319, - "end": 11344, + "start": 11373, + "end": 11398, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 11319, - "end": 11330, + "start": 11373, + "end": 11384, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 11319, - "end": 11323, + "start": 11373, + "end": 11377, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 24 } } }, "property": { "type": "Identifier", - "start": 11324, - "end": 11330, + "start": 11378, + "end": 11384, "loc": { "start": { - "line": 290, + "line": 291, "column": 25 }, "end": { - "line": 290, + "line": 291, "column": 31 }, "identifierName": "player" @@ -137248,15 +138293,15 @@ }, "property": { "type": "Identifier", - "start": 11331, - "end": 11344, + "start": 11385, + "end": 11398, "loc": { "start": { - "line": 290, + "line": 291, "column": 32 }, "end": { - "line": 290, + "line": 291, "column": 45 }, "identifierName": "bigPlayButton" @@ -137267,15 +138312,15 @@ }, "property": { "type": "Identifier", - "start": 11345, - "end": 11349, + "start": 11399, + "end": 11403, "loc": { "start": { - "line": 290, + "line": 291, "column": 46 }, "end": { - "line": 290, + "line": 291, "column": 50 }, "identifierName": "hide" @@ -137296,15 +138341,15 @@ { "type": "CommentLine", "value": " customize controls", - "start": 11214, - "end": 11235, + "start": 11268, + "end": 11289, "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 37 } } @@ -137314,15 +138359,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 11388, - "end": 11440, + "start": 11442, + "end": 11494, "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 68 } } @@ -137330,15 +138375,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 11457, - "end": 11508, + "start": 11511, + "end": 11562, "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 67 } } @@ -137347,71 +138392,71 @@ }, { "type": "ExpressionStatement", - "start": 11525, - "end": 11691, + "start": 11579, + "end": 11745, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 11525, - "end": 11690, + "start": 11579, + "end": 11744, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 11525, - "end": 11540, + "start": 11579, + "end": 11594, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 11525, - "end": 11536, + "start": 11579, + "end": 11590, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 11525, - "end": 11529, + "start": 11579, + "end": 11583, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 20 } }, @@ -137419,15 +138464,15 @@ }, "property": { "type": "Identifier", - "start": 11530, - "end": 11536, + "start": 11584, + "end": 11590, "loc": { "start": { - "line": 295, + "line": 296, "column": 21 }, "end": { - "line": 295, + "line": 296, "column": 27 }, "identifierName": "player" @@ -137439,15 +138484,15 @@ }, "property": { "type": "Identifier", - "start": 11537, - "end": 11540, + "start": 11591, + "end": 11594, "loc": { "start": { - "line": 295, + "line": 296, "column": 28 }, "end": { - "line": 295, + "line": 296, "column": 31 }, "identifierName": "one" @@ -137460,29 +138505,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 11541, - "end": 11561, + "start": 11595, + "end": 11615, "loc": { "start": { - "line": 295, + "line": 296, "column": 32 }, "end": { - "line": 295, + "line": 296, "column": 52 } }, "object": { "type": "Identifier", - "start": 11541, - "end": 11546, + "start": 11595, + "end": 11600, "loc": { "start": { - "line": 295, + "line": 296, "column": 32 }, "end": { - "line": 295, + "line": 296, "column": 37 }, "identifierName": "Event" @@ -137491,15 +138536,15 @@ }, "property": { "type": "Identifier", - "start": 11547, - "end": 11561, + "start": 11601, + "end": 11615, "loc": { "start": { - "line": 295, + "line": 296, "column": 38 }, "end": { - "line": 295, + "line": 296, "column": 52 }, "identifierName": "LOADEDMETADATA" @@ -137510,15 +138555,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 11563, - "end": 11689, + "start": 11617, + "end": 11743, "loc": { "start": { - "line": 295, + "line": 296, "column": 54 }, "end": { - "line": 298, + "line": 299, "column": 17 } }, @@ -137529,72 +138574,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 11569, - "end": 11689, + "start": 11623, + "end": 11743, "loc": { "start": { - "line": 295, + "line": 296, "column": 60 }, "end": { - "line": 298, + "line": 299, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 11638, - "end": 11671, + "start": 11692, + "end": 11725, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 11638, - "end": 11670, + "start": 11692, + "end": 11724, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 11638, - "end": 11654, + "start": 11692, + "end": 11708, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 11638, - "end": 11642, + "start": 11692, + "end": 11696, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 24 } }, @@ -137602,15 +138647,15 @@ }, "property": { "type": "Identifier", - "start": 11643, - "end": 11654, + "start": 11697, + "end": 11708, "loc": { "start": { - "line": 297, + "line": 298, "column": 25 }, "end": { - "line": 297, + "line": 298, "column": 36 }, "identifierName": "setDuration" @@ -137623,44 +138668,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 11655, - "end": 11669, + "start": 11709, + "end": 11723, "loc": { "start": { - "line": 297, + "line": 298, "column": 37 }, "end": { - "line": 297, + "line": 298, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 11655, - "end": 11659, + "start": 11709, + "end": 11713, "loc": { "start": { - "line": 297, + "line": 298, "column": 37 }, "end": { - "line": 297, + "line": 298, "column": 41 } } }, "property": { "type": "Identifier", - "start": 11660, - "end": 11669, + "start": 11714, + "end": 11723, "loc": { "start": { - "line": 297, + "line": 298, "column": 42 }, "end": { - "line": 297, + "line": 298, "column": 51 }, "identifierName": "maxLength" @@ -137676,15 +138721,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 11591, - "end": 11617, + "start": 11645, + "end": 11671, "loc": { "start": { - "line": 296, + "line": 297, "column": 20 }, "end": { - "line": 296, + "line": 297, "column": 46 } } @@ -137702,15 +138747,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 11388, - "end": 11440, + "start": 11442, + "end": 11494, "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 68 } } @@ -137718,15 +138763,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 11457, - "end": 11508, + "start": 11511, + "end": 11562, "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 67 } } @@ -137735,86 +138780,86 @@ }, { "type": "ExpressionStatement", - "start": 11708, - "end": 11869, + "start": 11762, + "end": 11923, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 302, + "line": 303, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 11708, - "end": 11868, + "start": 11762, + "end": 11922, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 302, + "line": 303, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 11708, - "end": 11723, + "start": 11762, + "end": 11777, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 11708, - "end": 11719, + "start": 11762, + "end": 11773, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 11708, - "end": 11712, + "start": 11762, + "end": 11766, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 20 } } }, "property": { "type": "Identifier", - "start": 11713, - "end": 11719, + "start": 11767, + "end": 11773, "loc": { "start": { - "line": 299, + "line": 300, "column": 21 }, "end": { - "line": 299, + "line": 300, "column": 27 }, "identifierName": "player" @@ -137825,15 +138870,15 @@ }, "property": { "type": "Identifier", - "start": 11720, - "end": 11723, + "start": 11774, + "end": 11777, "loc": { "start": { - "line": 299, + "line": 300, "column": 28 }, "end": { - "line": 299, + "line": 300, "column": 31 }, "identifierName": "one" @@ -137845,29 +138890,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 11724, - "end": 11739, + "start": 11778, + "end": 11793, "loc": { "start": { - "line": 299, + "line": 300, "column": 32 }, "end": { - "line": 299, + "line": 300, "column": 47 } }, "object": { "type": "Identifier", - "start": 11724, - "end": 11729, + "start": 11778, + "end": 11783, "loc": { "start": { - "line": 299, + "line": 300, "column": 32 }, "end": { - "line": 299, + "line": 300, "column": 37 }, "identifierName": "Event" @@ -137876,15 +138921,15 @@ }, "property": { "type": "Identifier", - "start": 11730, - "end": 11739, + "start": 11784, + "end": 11793, "loc": { "start": { - "line": 299, + "line": 300, "column": 38 }, "end": { - "line": 299, + "line": 300, "column": 47 }, "identifierName": "LOADSTART" @@ -137895,15 +138940,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 11741, - "end": 11867, + "start": 11795, + "end": 11921, "loc": { "start": { - "line": 299, + "line": 300, "column": 49 }, "end": { - "line": 302, + "line": 303, "column": 17 } }, @@ -137914,72 +138959,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 11747, - "end": 11867, + "start": 11801, + "end": 11921, "loc": { "start": { - "line": 299, + "line": 300, "column": 55 }, "end": { - "line": 302, + "line": 303, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 11816, - "end": 11849, + "start": 11870, + "end": 11903, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 11816, - "end": 11848, + "start": 11870, + "end": 11902, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 11816, - "end": 11832, + "start": 11870, + "end": 11886, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 11816, - "end": 11820, + "start": 11870, + "end": 11874, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 24 } }, @@ -137987,15 +139032,15 @@ }, "property": { "type": "Identifier", - "start": 11821, - "end": 11832, + "start": 11875, + "end": 11886, "loc": { "start": { - "line": 301, + "line": 302, "column": 25 }, "end": { - "line": 301, + "line": 302, "column": 36 }, "identifierName": "setDuration" @@ -138008,44 +139053,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 11833, - "end": 11847, + "start": 11887, + "end": 11901, "loc": { "start": { - "line": 301, + "line": 302, "column": 37 }, "end": { - "line": 301, + "line": 302, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 11833, - "end": 11837, + "start": 11887, + "end": 11891, "loc": { "start": { - "line": 301, + "line": 302, "column": 37 }, "end": { - "line": 301, + "line": 302, "column": 41 } } }, "property": { "type": "Identifier", - "start": 11838, - "end": 11847, + "start": 11892, + "end": 11901, "loc": { "start": { - "line": 301, + "line": 302, "column": 42 }, "end": { - "line": 301, + "line": 302, "column": 51 }, "identifierName": "maxLength" @@ -138061,15 +139106,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 11769, - "end": 11795, + "start": 11823, + "end": 11849, "loc": { "start": { - "line": 300, + "line": 301, "column": 20 }, "end": { - "line": 300, + "line": 301, "column": 46 } } @@ -138086,15 +139131,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11887, - "end": 11943, + "start": 11941, + "end": 11997, "loc": { "start": { - "line": 304, + "line": 305, "column": 16 }, "end": { - "line": 304, + "line": 305, "column": 72 } } @@ -138102,15 +139147,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11960, - "end": 11982, + "start": 12014, + "end": 12036, "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 38 } } @@ -138119,71 +139164,71 @@ }, { "type": "IfStatement", - "start": 11999, - "end": 12214, + "start": 12053, + "end": 12268, "loc": { "start": { - "line": 306, + "line": 307, "column": 16 }, "end": { - "line": 310, + "line": 311, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 12003, - "end": 12044, + "start": 12057, + "end": 12098, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 61 } }, "left": { "type": "MemberExpression", - "start": 12003, - "end": 12035, + "start": 12057, + "end": 12089, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 12003, - "end": 12014, + "start": 12057, + "end": 12068, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12003, - "end": 12007, + "start": 12057, + "end": 12061, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 24 } }, @@ -138191,15 +139236,15 @@ }, "property": { "type": "Identifier", - "start": 12008, - "end": 12014, + "start": 12062, + "end": 12068, "loc": { "start": { - "line": 306, + "line": 307, "column": 25 }, "end": { - "line": 306, + "line": 307, "column": 31 }, "identifierName": "player" @@ -138211,15 +139256,15 @@ }, "property": { "type": "Identifier", - "start": 12015, - "end": 12035, + "start": 12069, + "end": 12089, "loc": { "start": { - "line": 306, + "line": 307, "column": 32 }, "end": { - "line": 306, + "line": 307, "column": 52 }, "identifierName": "usingNativeControls_" @@ -138232,15 +139277,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 12040, - "end": 12044, + "start": 12094, + "end": 12098, "loc": { "start": { - "line": 306, + "line": 307, "column": 57 }, "end": { - "line": 306, + "line": 307, "column": 61 } }, @@ -138250,115 +139295,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 12046, - "end": 12214, + "start": 12100, + "end": 12268, "loc": { "start": { - "line": 306, + "line": 307, "column": 63 }, "end": { - "line": 310, + "line": 311, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 12068, - "end": 12196, + "start": 12122, + "end": 12250, "loc": { "start": { - "line": 307, + "line": 308, "column": 20 }, "end": { - "line": 309, + "line": 310, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 12072, - "end": 12107, + "start": 12126, + "end": 12161, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 12072, - "end": 12093, + "start": 12126, + "end": 12147, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 12072, - "end": 12089, + "start": 12126, + "end": 12143, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 12072, - "end": 12083, + "start": 12126, + "end": 12137, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12072, - "end": 12076, + "start": 12126, + "end": 12130, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 28 } } }, "property": { "type": "Identifier", - "start": 12077, - "end": 12083, + "start": 12131, + "end": 12137, "loc": { "start": { - "line": 307, + "line": 308, "column": 29 }, "end": { - "line": 307, + "line": 308, "column": 35 }, "identifierName": "player" @@ -138369,15 +139414,15 @@ }, "property": { "type": "Identifier", - "start": 12084, - "end": 12089, + "start": 12138, + "end": 12143, "loc": { "start": { - "line": 307, + "line": 308, "column": 36 }, "end": { - "line": 307, + "line": 308, "column": 41 }, "identifierName": "tech_" @@ -138388,15 +139433,15 @@ }, "property": { "type": "Identifier", - "start": 12090, - "end": 12093, + "start": 12144, + "end": 12147, "loc": { "start": { - "line": 307, + "line": 308, "column": 42 }, "end": { - "line": 307, + "line": 308, "column": 45 }, "identifierName": "el_" @@ -138408,15 +139453,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 12098, - "end": 12107, + "start": 12152, + "end": 12161, "loc": { "start": { - "line": 307, + "line": 308, "column": 50 }, "end": { - "line": 307, + "line": 308, "column": 59 }, "identifierName": "undefined" @@ -138426,130 +139471,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 12109, - "end": 12196, + "start": 12163, + "end": 12250, "loc": { "start": { - "line": 307, + "line": 308, "column": 61 }, "end": { - "line": 309, + "line": 310, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 12135, - "end": 12174, + "start": 12189, + "end": 12228, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 12135, - "end": 12173, + "start": 12189, + "end": 12227, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 62 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 12135, - "end": 12165, + "start": 12189, + "end": 12219, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 12135, - "end": 12156, + "start": 12189, + "end": 12210, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 12135, - "end": 12152, + "start": 12189, + "end": 12206, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 12135, - "end": 12146, + "start": 12189, + "end": 12200, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12135, - "end": 12139, + "start": 12189, + "end": 12193, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 28 } } }, "property": { "type": "Identifier", - "start": 12140, - "end": 12146, + "start": 12194, + "end": 12200, "loc": { "start": { - "line": 308, + "line": 309, "column": 29 }, "end": { - "line": 308, + "line": 309, "column": 35 }, "identifierName": "player" @@ -138560,15 +139605,15 @@ }, "property": { "type": "Identifier", - "start": 12147, - "end": 12152, + "start": 12201, + "end": 12206, "loc": { "start": { - "line": 308, + "line": 309, "column": 36 }, "end": { - "line": 308, + "line": 309, "column": 41 }, "identifierName": "tech_" @@ -138579,15 +139624,15 @@ }, "property": { "type": "Identifier", - "start": 12153, - "end": 12156, + "start": 12207, + "end": 12210, "loc": { "start": { - "line": 308, + "line": 309, "column": 42 }, "end": { - "line": 308, + "line": 309, "column": 45 }, "identifierName": "el_" @@ -138598,15 +139643,15 @@ }, "property": { "type": "Identifier", - "start": 12157, - "end": 12165, + "start": 12211, + "end": 12219, "loc": { "start": { - "line": 308, + "line": 309, "column": 46 }, "end": { - "line": 308, + "line": 309, "column": 54 }, "identifierName": "controls" @@ -138617,15 +139662,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 12168, - "end": 12173, + "start": 12222, + "end": 12227, "loc": { "start": { - "line": 308, + "line": 309, "column": 57 }, "end": { - "line": 308, + "line": 309, "column": 62 } }, @@ -138647,15 +139692,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11887, - "end": 11943, + "start": 11941, + "end": 11997, "loc": { "start": { - "line": 304, + "line": 305, "column": 16 }, "end": { - "line": 304, + "line": 305, "column": 72 } } @@ -138663,15 +139708,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11960, - "end": 11982, + "start": 12014, + "end": 12036, "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 38 } } @@ -138681,15 +139726,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 12232, - "end": 12294, + "start": 12286, + "end": 12348, "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 78 } } @@ -138697,15 +139742,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 12311, - "end": 12331, + "start": 12365, + "end": 12385, "loc": { "start": { - "line": 313, + "line": 314, "column": 16 }, "end": { - "line": 313, + "line": 314, "column": 36 } } @@ -138714,71 +139759,71 @@ }, { "type": "ExpressionStatement", - "start": 12348, - "end": 12391, + "start": 12402, + "end": 12445, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 12348, - "end": 12390, + "start": 12402, + "end": 12444, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 12348, - "end": 12388, + "start": 12402, + "end": 12442, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 12348, - "end": 12359, + "start": 12402, + "end": 12413, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 12348, - "end": 12352, + "start": 12402, + "end": 12406, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 20 } }, @@ -138786,15 +139831,15 @@ }, "property": { "type": "Identifier", - "start": 12353, - "end": 12359, + "start": 12407, + "end": 12413, "loc": { "start": { - "line": 314, + "line": 315, "column": 21 }, "end": { - "line": 314, + "line": 315, "column": 27 }, "identifierName": "player" @@ -138806,15 +139851,15 @@ }, "property": { "type": "Identifier", - "start": 12360, - "end": 12388, + "start": 12414, + "end": 12442, "loc": { "start": { - "line": 314, + "line": 315, "column": 28 }, "end": { - "line": 314, + "line": 315, "column": 56 }, "identifierName": "removeTechControlsListeners_" @@ -138831,15 +139876,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 12232, - "end": 12294, + "start": 12286, + "end": 12348, "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 78 } } @@ -138847,15 +139892,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 12311, - "end": 12331, + "start": 12365, + "end": 12385, "loc": { "start": { - "line": 313, + "line": 314, "column": 16 }, "end": { - "line": 313, + "line": 314, "column": 36 } } @@ -138864,86 +139909,86 @@ }, { "type": "IfStatement", - "start": 12409, - "end": 13216, + "start": 12463, + "end": 13270, "loc": { "start": { - "line": 316, + "line": 317, "column": 16 }, "end": { - "line": 331, + "line": 332, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 12413, - "end": 12442, + "start": 12467, + "end": 12496, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 12413, - "end": 12433, + "start": 12467, + "end": 12487, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 12413, - "end": 12424, + "start": 12467, + "end": 12478, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12413, - "end": 12417, + "start": 12467, + "end": 12471, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 24 } } }, "property": { "type": "Identifier", - "start": 12418, - "end": 12424, + "start": 12472, + "end": 12478, "loc": { "start": { - "line": 316, + "line": 317, "column": 25 }, "end": { - "line": 316, + "line": 317, "column": 31 }, "identifierName": "player" @@ -138954,15 +139999,15 @@ }, "property": { "type": "Identifier", - "start": 12425, - "end": 12433, + "start": 12479, + "end": 12487, "loc": { "start": { - "line": 316, + "line": 317, "column": 32 }, "end": { - "line": 316, + "line": 317, "column": 40 }, "identifierName": "options_" @@ -138973,15 +140018,15 @@ }, "property": { "type": "Identifier", - "start": 12434, - "end": 12442, + "start": 12488, + "end": 12496, "loc": { "start": { - "line": 316, + "line": 317, "column": 41 }, "end": { - "line": 316, + "line": 317, "column": 49 }, "identifierName": "controls" @@ -138992,100 +140037,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 12444, - "end": 13216, + "start": 12498, + "end": 13270, "loc": { "start": { - "line": 316, + "line": 317, "column": 51 }, "end": { - "line": 331, + "line": 332, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 12549, - "end": 12701, + "start": 12603, + "end": 12755, "loc": { "start": { - "line": 318, + "line": 319, "column": 20 }, "end": { - "line": 320, + "line": 321, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 12553, - "end": 12605, + "start": 12607, + "end": 12659, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 76 } }, "left": { "type": "MemberExpression", - "start": 12553, - "end": 12591, + "start": 12607, + "end": 12645, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 12553, - "end": 12575, + "start": 12607, + "end": 12629, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 12553, - "end": 12564, + "start": 12607, + "end": 12618, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12553, - "end": 12557, + "start": 12607, + "end": 12611, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 28 } }, @@ -139093,15 +140138,15 @@ }, "property": { "type": "Identifier", - "start": 12558, - "end": 12564, + "start": 12612, + "end": 12618, "loc": { "start": { - "line": 318, + "line": 319, "column": 29 }, "end": { - "line": 318, + "line": 319, "column": 35 }, "identifierName": "player" @@ -139113,15 +140158,15 @@ }, "property": { "type": "Identifier", - "start": 12565, - "end": 12575, + "start": 12619, + "end": 12629, "loc": { "start": { - "line": 318, + "line": 319, "column": 36 }, "end": { - "line": 318, + "line": 319, "column": 46 }, "identifierName": "controlBar" @@ -139133,15 +140178,15 @@ }, "property": { "type": "Identifier", - "start": 12576, - "end": 12591, + "start": 12630, + "end": 12645, "loc": { "start": { - "line": 318, + "line": 319, "column": 47 }, "end": { - "line": 318, + "line": 319, "column": 62 }, "identifierName": "progressControl" @@ -139154,15 +140199,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 12596, - "end": 12605, + "start": 12650, + "end": 12659, "loc": { "start": { - "line": 318, + "line": 319, "column": 67 }, "end": { - "line": 318, + "line": 319, "column": 76 }, "identifierName": "undefined" @@ -139173,129 +140218,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 12607, - "end": 12701, + "start": 12661, + "end": 12755, "loc": { "start": { - "line": 318, + "line": 319, "column": 78 }, "end": { - "line": 320, + "line": 321, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 12633, - "end": 12679, + "start": 12687, + "end": 12733, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 12633, - "end": 12678, + "start": 12687, + "end": 12732, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 12633, - "end": 12676, + "start": 12687, + "end": 12730, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 67 } }, "object": { "type": "MemberExpression", - "start": 12633, - "end": 12671, + "start": 12687, + "end": 12725, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 12633, - "end": 12655, + "start": 12687, + "end": 12709, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 12633, - "end": 12644, + "start": 12687, + "end": 12698, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12633, - "end": 12637, + "start": 12687, + "end": 12691, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 28 } } }, "property": { "type": "Identifier", - "start": 12638, - "end": 12644, + "start": 12692, + "end": 12698, "loc": { "start": { - "line": 319, + "line": 320, "column": 29 }, "end": { - "line": 319, + "line": 320, "column": 35 }, "identifierName": "player" @@ -139306,15 +140351,15 @@ }, "property": { "type": "Identifier", - "start": 12645, - "end": 12655, + "start": 12699, + "end": 12709, "loc": { "start": { - "line": 319, + "line": 320, "column": 36 }, "end": { - "line": 319, + "line": 320, "column": 46 }, "identifierName": "controlBar" @@ -139325,15 +140370,15 @@ }, "property": { "type": "Identifier", - "start": 12656, - "end": 12671, + "start": 12710, + "end": 12725, "loc": { "start": { - "line": 319, + "line": 320, "column": 47 }, "end": { - "line": 319, + "line": 320, "column": 62 }, "identifierName": "progressControl" @@ -139344,15 +140389,15 @@ }, "property": { "type": "Identifier", - "start": 12672, - "end": 12676, + "start": 12726, + "end": 12730, "loc": { "start": { - "line": 319, + "line": 320, "column": 63 }, "end": { - "line": 319, + "line": 320, "column": 67 }, "identifierName": "hide" @@ -139373,15 +140418,15 @@ { "type": "CommentLine", "value": " progress control isn't used by this plugin, hide if present", - "start": 12466, - "end": 12528, + "start": 12520, + "end": 12582, "loc": { "start": { - "line": 317, + "line": 318, "column": 20 }, "end": { - "line": 317, + "line": 318, "column": 82 } } @@ -139391,15 +140436,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 12723, - "end": 12752, + "start": 12777, + "end": 12806, "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 49 } } @@ -139408,71 +140453,71 @@ }, { "type": "ExpressionStatement", - "start": 12773, - "end": 12898, + "start": 12827, + "end": 12952, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 325, + "line": 326, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 12773, - "end": 12897, + "start": 12827, + "end": 12951, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 325, + "line": 326, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 12773, - "end": 12787, + "start": 12827, + "end": 12841, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 12773, - "end": 12784, + "start": 12827, + "end": 12838, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 12773, - "end": 12777, + "start": 12827, + "end": 12831, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 24 } }, @@ -139480,15 +140525,15 @@ }, "property": { "type": "Identifier", - "start": 12778, - "end": 12784, + "start": 12832, + "end": 12838, "loc": { "start": { - "line": 323, + "line": 324, "column": 25 }, "end": { - "line": 323, + "line": 324, "column": 31 }, "identifierName": "player" @@ -139500,15 +140545,15 @@ }, "property": { "type": "Identifier", - "start": 12785, - "end": 12787, + "start": 12839, + "end": 12841, "loc": { "start": { - "line": 323, + "line": 324, "column": 32 }, "end": { - "line": 323, + "line": 324, "column": 34 }, "identifierName": "on" @@ -139521,29 +140566,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 12788, - "end": 12806, + "start": 12842, + "end": 12860, "loc": { "start": { - "line": 323, + "line": 324, "column": 35 }, "end": { - "line": 323, + "line": 324, "column": 53 } }, "object": { "type": "Identifier", - "start": 12788, - "end": 12793, + "start": 12842, + "end": 12847, "loc": { "start": { - "line": 323, + "line": 324, "column": 35 }, "end": { - "line": 323, + "line": 324, "column": 40 }, "identifierName": "Event" @@ -139552,15 +140597,15 @@ }, "property": { "type": "Identifier", - "start": 12794, - "end": 12806, + "start": 12848, + "end": 12860, "loc": { "start": { - "line": 323, + "line": 324, "column": 41 }, "end": { - "line": 323, + "line": 324, "column": 53 }, "identifierName": "USERINACTIVE" @@ -139571,15 +140616,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 12808, - "end": 12896, + "start": 12862, + "end": 12950, "loc": { "start": { - "line": 323, + "line": 324, "column": 55 }, "end": { - "line": 325, + "line": 326, "column": 21 } }, @@ -139590,15 +140635,15 @@ "params": [ { "type": "Identifier", - "start": 12809, - "end": 12814, + "start": 12863, + "end": 12868, "loc": { "start": { - "line": 323, + "line": 324, "column": 56 }, "end": { - "line": 323, + "line": 324, "column": 61 }, "identifierName": "event" @@ -139608,101 +140653,101 @@ ], "body": { "type": "BlockStatement", - "start": 12819, - "end": 12896, + "start": 12873, + "end": 12950, "loc": { "start": { - "line": 323, + "line": 324, "column": 66 }, "end": { - "line": 325, + "line": 326, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 12845, - "end": 12874, + "start": 12899, + "end": 12928, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 12845, - "end": 12873, + "start": 12899, + "end": 12927, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 12845, - "end": 12867, + "start": 12899, + "end": 12921, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 12845, - "end": 12856, + "start": 12899, + "end": 12910, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 12845, - "end": 12849, + "start": 12899, + "end": 12903, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 28 } } }, "property": { "type": "Identifier", - "start": 12850, - "end": 12856, + "start": 12904, + "end": 12910, "loc": { "start": { - "line": 324, + "line": 325, "column": 29 }, "end": { - "line": 324, + "line": 325, "column": 35 }, "identifierName": "player" @@ -139713,15 +140758,15 @@ }, "property": { "type": "Identifier", - "start": 12857, - "end": 12867, + "start": 12911, + "end": 12921, "loc": { "start": { - "line": 324, + "line": 325, "column": 36 }, "end": { - "line": 324, + "line": 325, "column": 46 }, "identifierName": "userActive" @@ -139733,15 +140778,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 12868, - "end": 12872, + "start": 12922, + "end": 12926, "loc": { "start": { - "line": 324, + "line": 325, "column": 47 }, "end": { - "line": 324, + "line": 325, "column": 51 } }, @@ -139761,15 +140806,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 12723, - "end": 12752, + "start": 12777, + "end": 12806, "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 49 } } @@ -139779,15 +140824,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12920, - "end": 12986, + "start": 12974, + "end": 13040, "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 86 } } @@ -139795,15 +140840,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 13007, - "end": 13075, + "start": 13061, + "end": 13129, "loc": { "start": { - "line": 328, + "line": 329, "column": 20 }, "end": { - "line": 328, + "line": 329, "column": 88 } } @@ -139812,85 +140857,85 @@ }, { "type": "ExpressionStatement", - "start": 13096, - "end": 13126, + "start": 13150, + "end": 13180, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 13096, - "end": 13125, + "start": 13150, + "end": 13179, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 13096, - "end": 13123, + "start": 13150, + "end": 13177, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 13096, - "end": 13118, + "start": 13150, + "end": 13172, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 13096, - "end": 13107, + "start": 13150, + "end": 13161, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 13096, - "end": 13100, + "start": 13150, + "end": 13154, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 24 } }, @@ -139898,15 +140943,15 @@ }, "property": { "type": "Identifier", - "start": 13101, - "end": 13107, + "start": 13155, + "end": 13161, "loc": { "start": { - "line": 329, + "line": 330, "column": 25 }, "end": { - "line": 329, + "line": 330, "column": 31 }, "identifierName": "player" @@ -139918,15 +140963,15 @@ }, "property": { "type": "Identifier", - "start": 13108, - "end": 13118, + "start": 13162, + "end": 13172, "loc": { "start": { - "line": 329, + "line": 330, "column": 32 }, "end": { - "line": 329, + "line": 330, "column": 42 }, "identifierName": "controlBar" @@ -139938,15 +140983,15 @@ }, "property": { "type": "Identifier", - "start": 13119, - "end": 13123, + "start": 13173, + "end": 13177, "loc": { "start": { - "line": 329, + "line": 330, "column": 43 }, "end": { - "line": 329, + "line": 330, "column": 47 }, "identifierName": "show" @@ -139963,15 +141008,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12920, - "end": 12986, + "start": 12974, + "end": 13040, "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 86 } } @@ -139979,15 +141024,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 13007, - "end": 13075, + "start": 13061, + "end": 13129, "loc": { "start": { - "line": 328, + "line": 329, "column": 20 }, "end": { - "line": 328, + "line": 329, "column": 88 } } @@ -139996,143 +141041,143 @@ }, { "type": "ExpressionStatement", - "start": 13147, - "end": 13198, + "start": 13201, + "end": 13252, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 13147, - "end": 13197, + "start": 13201, + "end": 13251, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 13147, - "end": 13188, + "start": 13201, + "end": 13242, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 13147, - "end": 13180, + "start": 13201, + "end": 13234, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 53 } }, "object": { "type": "CallExpression", - "start": 13147, - "end": 13174, + "start": 13201, + "end": 13228, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 13147, - "end": 13172, + "start": 13201, + "end": 13226, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 13147, - "end": 13169, + "start": 13201, + "end": 13223, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 13147, - "end": 13158, + "start": 13201, + "end": 13212, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 13147, - "end": 13151, + "start": 13201, + "end": 13205, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 24 } } }, "property": { "type": "Identifier", - "start": 13152, - "end": 13158, + "start": 13206, + "end": 13212, "loc": { "start": { - "line": 330, + "line": 331, "column": 25 }, "end": { - "line": 330, + "line": 331, "column": 31 }, "identifierName": "player" @@ -140143,15 +141188,15 @@ }, "property": { "type": "Identifier", - "start": 13159, - "end": 13169, + "start": 13213, + "end": 13223, "loc": { "start": { - "line": 330, + "line": 331, "column": 32 }, "end": { - "line": 330, + "line": 331, "column": 42 }, "identifierName": "controlBar" @@ -140162,15 +141207,15 @@ }, "property": { "type": "Identifier", - "start": 13170, - "end": 13172, + "start": 13224, + "end": 13226, "loc": { "start": { - "line": 330, + "line": 331, "column": 43 }, "end": { - "line": 330, + "line": 331, "column": 45 }, "identifierName": "el" @@ -140183,15 +141228,15 @@ }, "property": { "type": "Identifier", - "start": 13175, - "end": 13180, + "start": 13229, + "end": 13234, "loc": { "start": { - "line": 330, + "line": 331, "column": 48 }, "end": { - "line": 330, + "line": 331, "column": 53 }, "identifierName": "style" @@ -140202,15 +141247,15 @@ }, "property": { "type": "Identifier", - "start": 13181, - "end": 13188, + "start": 13235, + "end": 13242, "loc": { "start": { - "line": 330, + "line": 331, "column": 54 }, "end": { - "line": 330, + "line": 331, "column": 61 }, "identifierName": "display" @@ -140221,15 +141266,15 @@ }, "right": { "type": "StringLiteral", - "start": 13191, - "end": 13197, + "start": 13245, + "end": 13251, "loc": { "start": { - "line": 330, + "line": 331, "column": 64 }, "end": { - "line": 330, + "line": 331, "column": 70 } }, @@ -140248,15 +141293,15 @@ }, { "type": "BreakStatement", - "start": 13233, - "end": 13239, + "start": 13287, + "end": 13293, "loc": { "start": { - "line": 332, + "line": 333, "column": 16 }, "end": { - "line": 332, + "line": 333, "column": 22 } }, @@ -140265,15 +141310,15 @@ ], "test": { "type": "Identifier", - "start": 11184, - "end": 11196, + "start": 11238, + "end": 11250, "loc": { "start": { - "line": 287, + "line": 288, "column": 17 }, "end": { - "line": 287, + "line": 288, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -140286,15 +141331,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 10664, - "end": 10696, + "start": 10718, + "end": 10750, "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 40 } } @@ -140304,24 +141349,8 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 13259, - "end": 13335, - "loc": { - "start": { - "line": 335, - "column": 8 - }, - "end": { - "line": 335, - "column": 84 - } - } - }, - { - "type": "CommentLine", - "value": " and duration values", - "start": 13344, - "end": 13366, + "start": 13313, + "end": 13389, "loc": { "start": { "line": 336, @@ -140329,191 +141358,6 @@ }, "end": { "line": 336, - "column": 30 - } - } - } - ] - }, - { - "type": "ExpressionStatement", - "start": 13375, - "end": 13409, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 42 - } - }, - "expression": { - "type": "CallExpression", - "start": 13375, - "end": 13408, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 41 - } - }, - "callee": { - "type": "MemberExpression", - "start": 13375, - "end": 13390, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 23 - } - }, - "object": { - "type": "MemberExpression", - "start": 13375, - "end": 13386, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 19 - } - }, - "object": { - "type": "ThisExpression", - "start": 13375, - "end": 13379, - "loc": { - "start": { - "line": 337, - "column": 8 - }, - "end": { - "line": 337, - "column": 12 - } - }, - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 13380, - "end": 13386, - "loc": { - "start": { - "line": 337, - "column": 13 - }, - "end": { - "line": 337, - "column": 19 - }, - "identifierName": "player" - }, - "name": "player" - }, - "computed": false, - "leadingComments": null - }, - "property": { - "type": "Identifier", - "start": 13387, - "end": 13390, - "loc": { - "start": { - "line": 337, - "column": 20 - }, - "end": { - "line": 337, - "column": 23 - }, - "identifierName": "off" - }, - "name": "off" - }, - "computed": false, - "leadingComments": null - }, - "arguments": [ - { - "type": "MemberExpression", - "start": 13391, - "end": 13407, - "loc": { - "start": { - "line": 337, - "column": 24 - }, - "end": { - "line": 337, - "column": 40 - } - }, - "object": { - "type": "Identifier", - "start": 13391, - "end": 13396, - "loc": { - "start": { - "line": 337, - "column": 24 - }, - "end": { - "line": 337, - "column": 29 - }, - "identifierName": "Event" - }, - "name": "Event" - }, - "property": { - "type": "Identifier", - "start": 13397, - "end": 13407, - "loc": { - "start": { - "line": 337, - "column": 30 - }, - "end": { - "line": 337, - "column": 40 - }, - "identifierName": "TIMEUPDATE" - }, - "name": "TIMEUPDATE" - }, - "computed": false - } - ], - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " disable time display events that constantly try to reset the current time", - "start": 13259, - "end": 13335, - "loc": { - "start": { - "line": 335, - "column": 8 - }, - "end": { - "line": 335, "column": 84 } } @@ -140521,15 +141365,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 13344, - "end": 13366, + "start": 13398, + "end": 13420, "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 30 } } @@ -140538,8 +141382,8 @@ }, { "type": "ExpressionStatement", - "start": 13418, - "end": 13456, + "start": 13429, + "end": 13463, "loc": { "start": { "line": 338, @@ -140547,13 +141391,13 @@ }, "end": { "line": 338, - "column": 46 + "column": 42 } }, "expression": { "type": "CallExpression", - "start": 13418, - "end": 13455, + "start": 13429, + "end": 13462, "loc": { "start": { "line": 338, @@ -140561,13 +141405,13 @@ }, "end": { "line": 338, - "column": 45 + "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 13418, - "end": 13433, + "start": 13429, + "end": 13444, "loc": { "start": { "line": 338, @@ -140580,8 +141424,8 @@ }, "object": { "type": "MemberExpression", - "start": 13418, - "end": 13429, + "start": 13429, + "end": 13440, "loc": { "start": { "line": 338, @@ -140594,8 +141438,8 @@ }, "object": { "type": "ThisExpression", - "start": 13418, - "end": 13422, + "start": 13429, + "end": 13433, "loc": { "start": { "line": 338, @@ -140605,12 +141449,13 @@ "line": 338, "column": 12 } - } + }, + "leadingComments": null }, "property": { "type": "Identifier", - "start": 13423, - "end": 13429, + "start": 13434, + "end": 13440, "loc": { "start": { "line": 338, @@ -140624,12 +141469,13 @@ }, "name": "player" }, - "computed": false + "computed": false, + "leadingComments": null }, "property": { "type": "Identifier", - "start": 13430, - "end": 13433, + "start": 13441, + "end": 13444, "loc": { "start": { "line": 338, @@ -140643,13 +141489,14 @@ }, "name": "off" }, - "computed": false + "computed": false, + "leadingComments": null }, "arguments": [ { "type": "MemberExpression", - "start": 13434, - "end": 13454, + "start": 13445, + "end": 13461, "loc": { "start": { "line": 338, @@ -140657,13 +141504,13 @@ }, "end": { "line": 338, - "column": 44 + "column": 40 } }, "object": { "type": "Identifier", - "start": 13434, - "end": 13439, + "start": 13445, + "end": 13450, "loc": { "start": { "line": 338, @@ -140679,8 +141526,8 @@ }, "property": { "type": "Identifier", - "start": 13440, - "end": 13454, + "start": 13451, + "end": 13461, "loc": { "start": { "line": 338, @@ -140688,21 +141535,56 @@ }, "end": { "line": 338, - "column": 44 + "column": 40 }, - "identifierName": "DURATIONCHANGE" + "identifierName": "TIMEUPDATE" }, - "name": "DURATIONCHANGE" + "name": "TIMEUPDATE" }, "computed": false } - ] - } + ], + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " disable time display events that constantly try to reset the current time", + "start": 13313, + "end": 13389, + "loc": { + "start": { + "line": 336, + "column": 8 + }, + "end": { + "line": 336, + "column": 84 + } + } + }, + { + "type": "CommentLine", + "value": " and duration values", + "start": 13398, + "end": 13420, + "loc": { + "start": { + "line": 337, + "column": 8 + }, + "end": { + "line": 337, + "column": 30 + } + } + } + ] }, { "type": "ExpressionStatement", - "start": 13465, - "end": 13503, + "start": 13472, + "end": 13510, "loc": { "start": { "line": 339, @@ -140715,8 +141597,8 @@ }, "expression": { "type": "CallExpression", - "start": 13465, - "end": 13502, + "start": 13472, + "end": 13509, "loc": { "start": { "line": 339, @@ -140729,8 +141611,8 @@ }, "callee": { "type": "MemberExpression", - "start": 13465, - "end": 13480, + "start": 13472, + "end": 13487, "loc": { "start": { "line": 339, @@ -140743,8 +141625,8 @@ }, "object": { "type": "MemberExpression", - "start": 13465, - "end": 13476, + "start": 13472, + "end": 13483, "loc": { "start": { "line": 339, @@ -140757,8 +141639,8 @@ }, "object": { "type": "ThisExpression", - "start": 13465, - "end": 13469, + "start": 13472, + "end": 13476, "loc": { "start": { "line": 339, @@ -140772,8 +141654,8 @@ }, "property": { "type": "Identifier", - "start": 13470, - "end": 13476, + "start": 13477, + "end": 13483, "loc": { "start": { "line": 339, @@ -140791,8 +141673,8 @@ }, "property": { "type": "Identifier", - "start": 13477, - "end": 13480, + "start": 13484, + "end": 13487, "loc": { "start": { "line": 339, @@ -140811,8 +141693,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 13481, - "end": 13501, + "start": 13488, + "end": 13508, "loc": { "start": { "line": 339, @@ -140825,8 +141707,8 @@ }, "object": { "type": "Identifier", - "start": 13481, - "end": 13486, + "start": 13488, + "end": 13493, "loc": { "start": { "line": 339, @@ -140842,8 +141724,8 @@ }, "property": { "type": "Identifier", - "start": 13487, - "end": 13501, + "start": 13494, + "end": 13508, "loc": { "start": { "line": 339, @@ -140853,9 +141735,9 @@ "line": 339, "column": 44 }, - "identifierName": "LOADEDMETADATA" + "identifierName": "DURATIONCHANGE" }, - "name": "LOADEDMETADATA" + "name": "DURATIONCHANGE" }, "computed": false } @@ -140864,8 +141746,8 @@ }, { "type": "ExpressionStatement", - "start": 13512, - "end": 13545, + "start": 13519, + "end": 13557, "loc": { "start": { "line": 340, @@ -140873,13 +141755,13 @@ }, "end": { "line": 340, - "column": 41 + "column": 46 } }, "expression": { "type": "CallExpression", - "start": 13512, - "end": 13544, + "start": 13519, + "end": 13556, "loc": { "start": { "line": 340, @@ -140887,13 +141769,13 @@ }, "end": { "line": 340, - "column": 40 + "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 13512, - "end": 13527, + "start": 13519, + "end": 13534, "loc": { "start": { "line": 340, @@ -140906,8 +141788,8 @@ }, "object": { "type": "MemberExpression", - "start": 13512, - "end": 13523, + "start": 13519, + "end": 13530, "loc": { "start": { "line": 340, @@ -140920,8 +141802,8 @@ }, "object": { "type": "ThisExpression", - "start": 13512, - "end": 13516, + "start": 13519, + "end": 13523, "loc": { "start": { "line": 340, @@ -140935,8 +141817,8 @@ }, "property": { "type": "Identifier", - "start": 13517, - "end": 13523, + "start": 13524, + "end": 13530, "loc": { "start": { "line": 340, @@ -140954,8 +141836,8 @@ }, "property": { "type": "Identifier", - "start": 13524, - "end": 13527, + "start": 13531, + "end": 13534, "loc": { "start": { "line": 340, @@ -140974,8 +141856,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 13528, - "end": 13543, + "start": 13535, + "end": 13555, "loc": { "start": { "line": 340, @@ -140983,13 +141865,13 @@ }, "end": { "line": 340, - "column": 39 + "column": 44 } }, "object": { "type": "Identifier", - "start": 13528, - "end": 13533, + "start": 13535, + "end": 13540, "loc": { "start": { "line": 340, @@ -141005,8 +141887,8 @@ }, "property": { "type": "Identifier", - "start": 13534, - "end": 13543, + "start": 13541, + "end": 13555, "loc": { "start": { "line": 340, @@ -141014,11 +141896,11 @@ }, "end": { "line": 340, - "column": 39 + "column": 44 }, - "identifierName": "LOADSTART" + "identifierName": "LOADEDMETADATA" }, - "name": "LOADSTART" + "name": "LOADEDMETADATA" }, "computed": false } @@ -141027,8 +141909,8 @@ }, { "type": "ExpressionStatement", - "start": 13554, - "end": 13583, + "start": 13566, + "end": 13599, "loc": { "start": { "line": 341, @@ -141036,13 +141918,13 @@ }, "end": { "line": 341, - "column": 37 + "column": 41 } }, "expression": { "type": "CallExpression", - "start": 13554, - "end": 13582, + "start": 13566, + "end": 13598, "loc": { "start": { "line": 341, @@ -141050,13 +141932,13 @@ }, "end": { "line": 341, - "column": 36 + "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 13554, - "end": 13569, + "start": 13566, + "end": 13581, "loc": { "start": { "line": 341, @@ -141069,8 +141951,8 @@ }, "object": { "type": "MemberExpression", - "start": 13554, - "end": 13565, + "start": 13566, + "end": 13577, "loc": { "start": { "line": 341, @@ -141083,8 +141965,8 @@ }, "object": { "type": "ThisExpression", - "start": 13554, - "end": 13558, + "start": 13566, + "end": 13570, "loc": { "start": { "line": 341, @@ -141098,8 +141980,8 @@ }, "property": { "type": "Identifier", - "start": 13559, - "end": 13565, + "start": 13571, + "end": 13577, "loc": { "start": { "line": 341, @@ -141117,8 +141999,8 @@ }, "property": { "type": "Identifier", - "start": 13566, - "end": 13569, + "start": 13578, + "end": 13581, "loc": { "start": { "line": 341, @@ -141137,8 +142019,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 13570, - "end": 13581, + "start": 13582, + "end": 13597, "loc": { "start": { "line": 341, @@ -141146,13 +142028,13 @@ }, "end": { "line": 341, - "column": 35 + "column": 39 } }, "object": { "type": "Identifier", - "start": 13570, - "end": 13575, + "start": 13582, + "end": 13587, "loc": { "start": { "line": 341, @@ -141168,8 +142050,8 @@ }, "property": { "type": "Identifier", - "start": 13576, - "end": 13581, + "start": 13588, + "end": 13597, "loc": { "start": { "line": 341, @@ -141177,6 +142059,169 @@ }, "end": { "line": 341, + "column": 39 + }, + "identifierName": "LOADSTART" + }, + "name": "LOADSTART" + }, + "computed": false + } + ] + } + }, + { + "type": "ExpressionStatement", + "start": 13608, + "end": 13637, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 37 + } + }, + "expression": { + "type": "CallExpression", + "start": 13608, + "end": 13636, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 36 + } + }, + "callee": { + "type": "MemberExpression", + "start": 13608, + "end": 13623, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 23 + } + }, + "object": { + "type": "MemberExpression", + "start": 13608, + "end": 13619, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 19 + } + }, + "object": { + "type": "ThisExpression", + "start": 13608, + "end": 13612, + "loc": { + "start": { + "line": 342, + "column": 8 + }, + "end": { + "line": 342, + "column": 12 + } + } + }, + "property": { + "type": "Identifier", + "start": 13613, + "end": 13619, + "loc": { + "start": { + "line": 342, + "column": 13 + }, + "end": { + "line": 342, + "column": 19 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 13620, + "end": 13623, + "loc": { + "start": { + "line": 342, + "column": 20 + }, + "end": { + "line": 342, + "column": 23 + }, + "identifierName": "off" + }, + "name": "off" + }, + "computed": false + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 13624, + "end": 13635, + "loc": { + "start": { + "line": 342, + "column": 24 + }, + "end": { + "line": 342, + "column": 35 + } + }, + "object": { + "type": "Identifier", + "start": 13624, + "end": 13629, + "loc": { + "start": { + "line": 342, + "column": 24 + }, + "end": { + "line": 342, + "column": 29 + }, + "identifierName": "Event" + }, + "name": "Event" + }, + "property": { + "type": "Identifier", + "start": 13630, + "end": 13635, + "loc": { + "start": { + "line": 342, + "column": 30 + }, + "end": { + "line": 342, "column": 35 }, "identifierName": "ENDED" @@ -141191,15 +142236,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 13593, - "end": 13619, + "start": 13647, + "end": 13673, "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 34 } } @@ -141208,57 +142253,57 @@ }, { "type": "ExpressionStatement", - "start": 13628, - "end": 13661, + "start": 13682, + "end": 13715, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 13628, - "end": 13660, + "start": 13682, + "end": 13714, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 13628, - "end": 13644, + "start": 13682, + "end": 13698, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 13628, - "end": 13632, + "start": 13682, + "end": 13686, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 12 } }, @@ -141266,15 +142311,15 @@ }, "property": { "type": "Identifier", - "start": 13633, - "end": 13644, + "start": 13687, + "end": 13698, "loc": { "start": { - "line": 344, + "line": 345, "column": 13 }, "end": { - "line": 344, + "line": 345, "column": 24 }, "identifierName": "setDuration" @@ -141287,44 +142332,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 13645, - "end": 13659, + "start": 13699, + "end": 13713, "loc": { "start": { - "line": 344, + "line": 345, "column": 25 }, "end": { - "line": 344, + "line": 345, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 13645, - "end": 13649, + "start": 13699, + "end": 13703, "loc": { "start": { - "line": 344, + "line": 345, "column": 25 }, "end": { - "line": 344, + "line": 345, "column": 29 } } }, "property": { "type": "Identifier", - "start": 13650, - "end": 13659, + "start": 13704, + "end": 13713, "loc": { "start": { - "line": 344, + "line": 345, "column": 30 }, "end": { - "line": 344, + "line": 345, "column": 39 }, "identifierName": "maxLength" @@ -141340,15 +142385,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 13593, - "end": 13619, + "start": 13647, + "end": 13673, "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 34 } } @@ -141358,15 +142403,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 13671, - "end": 13682, + "start": 13725, + "end": 13736, "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 19 } } @@ -141375,113 +142420,113 @@ }, { "type": "IfStatement", - "start": 13691, - "end": 14180, + "start": 13745, + "end": 14234, "loc": { "start": { - "line": 347, + "line": 348, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 13695, - "end": 13860, + "start": 13749, + "end": 13914, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 349, + "line": 350, "column": 67 } }, "left": { "type": "LogicalExpression", - "start": 13695, - "end": 13789, + "start": 13749, + "end": 13843, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 55 } }, "left": { "type": "MemberExpression", - "start": 13695, - "end": 13730, + "start": 13749, + "end": 13784, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 13695, - "end": 13723, + "start": 13749, + "end": 13777, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 13695, - "end": 13715, + "start": 13749, + "end": 13769, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 13695, - "end": 13706, + "start": 13749, + "end": 13760, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13695, - "end": 13699, + "start": 13749, + "end": 13753, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 16 } }, @@ -141489,15 +142534,15 @@ }, "property": { "type": "Identifier", - "start": 13700, - "end": 13706, + "start": 13754, + "end": 13760, "loc": { "start": { - "line": 347, + "line": 348, "column": 17 }, "end": { - "line": 347, + "line": 348, "column": 23 }, "identifierName": "player" @@ -141509,15 +142554,15 @@ }, "property": { "type": "Identifier", - "start": 13707, - "end": 13715, + "start": 13761, + "end": 13769, "loc": { "start": { - "line": 347, + "line": 348, "column": 24 }, "end": { - "line": 347, + "line": 348, "column": 32 }, "identifierName": "options_" @@ -141529,15 +142574,15 @@ }, "property": { "type": "Identifier", - "start": 13716, - "end": 13723, + "start": 13770, + "end": 13777, "loc": { "start": { - "line": 347, + "line": 348, "column": 33 }, "end": { - "line": 347, + "line": 348, "column": 40 }, "identifierName": "plugins" @@ -141549,15 +142594,15 @@ }, "property": { "type": "Identifier", - "start": 13724, - "end": 13730, + "start": 13778, + "end": 13784, "loc": { "start": { - "line": 347, + "line": 348, "column": 41 }, "end": { - "line": 347, + "line": 348, "column": 47 }, "identifierName": "record" @@ -141570,100 +142615,100 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 13746, - "end": 13789, + "start": 13800, + "end": 13843, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 13746, - "end": 13781, + "start": 13800, + "end": 13835, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 13746, - "end": 13774, + "start": 13800, + "end": 13828, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 13746, - "end": 13766, + "start": 13800, + "end": 13820, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 13746, - "end": 13757, + "start": 13800, + "end": 13811, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 13746, - "end": 13750, + "start": 13800, + "end": 13804, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 16 } } }, "property": { "type": "Identifier", - "start": 13751, - "end": 13757, + "start": 13805, + "end": 13811, "loc": { "start": { - "line": 348, + "line": 349, "column": 17 }, "end": { - "line": 348, + "line": 349, "column": 23 }, "identifierName": "player" @@ -141674,15 +142719,15 @@ }, "property": { "type": "Identifier", - "start": 13758, - "end": 13766, + "start": 13812, + "end": 13820, "loc": { "start": { - "line": 348, + "line": 349, "column": 24 }, "end": { - "line": 348, + "line": 349, "column": 32 }, "identifierName": "options_" @@ -141693,15 +142738,15 @@ }, "property": { "type": "Identifier", - "start": 13767, - "end": 13774, + "start": 13821, + "end": 13828, "loc": { "start": { - "line": 348, + "line": 349, "column": 33 }, "end": { - "line": 348, + "line": 349, "column": 40 }, "identifierName": "plugins" @@ -141712,15 +142757,15 @@ }, "property": { "type": "Identifier", - "start": 13775, - "end": 13781, + "start": 13829, + "end": 13835, "loc": { "start": { - "line": 348, + "line": 349, "column": 41 }, "end": { - "line": 348, + "line": 349, "column": 47 }, "identifierName": "record" @@ -141731,15 +142776,15 @@ }, "property": { "type": "Identifier", - "start": 13782, - "end": 13789, + "start": 13836, + "end": 13843, "loc": { "start": { - "line": 348, + "line": 349, "column": 48 }, "end": { - "line": 348, + "line": 349, "column": 55 }, "identifierName": "hotKeys" @@ -141753,114 +142798,114 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 13806, - "end": 13859, + "start": 13860, + "end": 13913, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 66 } }, "left": { "type": "MemberExpression", - "start": 13806, - "end": 13849, + "start": 13860, + "end": 13903, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 13806, - "end": 13841, + "start": 13860, + "end": 13895, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 13806, - "end": 13834, + "start": 13860, + "end": 13888, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 13806, - "end": 13826, + "start": 13860, + "end": 13880, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 13806, - "end": 13817, + "start": 13860, + "end": 13871, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 13806, - "end": 13810, + "start": 13860, + "end": 13864, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 17 } } }, "property": { "type": "Identifier", - "start": 13811, - "end": 13817, + "start": 13865, + "end": 13871, "loc": { "start": { - "line": 349, + "line": 350, "column": 18 }, "end": { - "line": 349, + "line": 350, "column": 24 }, "identifierName": "player" @@ -141871,15 +142916,15 @@ }, "property": { "type": "Identifier", - "start": 13818, - "end": 13826, + "start": 13872, + "end": 13880, "loc": { "start": { - "line": 349, + "line": 350, "column": 25 }, "end": { - "line": 349, + "line": 350, "column": 33 }, "identifierName": "options_" @@ -141890,15 +142935,15 @@ }, "property": { "type": "Identifier", - "start": 13827, - "end": 13834, + "start": 13881, + "end": 13888, "loc": { "start": { - "line": 349, + "line": 350, "column": 34 }, "end": { - "line": 349, + "line": 350, "column": 41 }, "identifierName": "plugins" @@ -141909,15 +142954,15 @@ }, "property": { "type": "Identifier", - "start": 13835, - "end": 13841, + "start": 13889, + "end": 13895, "loc": { "start": { - "line": 349, + "line": 350, "column": 42 }, "end": { - "line": 349, + "line": 350, "column": 48 }, "identifierName": "record" @@ -141928,15 +142973,15 @@ }, "property": { "type": "Identifier", - "start": 13842, - "end": 13849, + "start": 13896, + "end": 13903, "loc": { "start": { - "line": 349, + "line": 350, "column": 49 }, "end": { - "line": 349, + "line": 350, "column": 56 }, "identifierName": "hotKeys" @@ -141948,15 +142993,15 @@ "operator": "!==", "right": { "type": "BooleanLiteral", - "start": 13854, - "end": 13859, + "start": 13908, + "end": 13913, "loc": { "start": { - "line": 349, + "line": 350, "column": 61 }, "end": { - "line": 349, + "line": 350, "column": 66 } }, @@ -141964,66 +143009,66 @@ }, "extra": { "parenthesized": true, - "parenStart": 13805 + "parenStart": 13859 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 13862, - "end": 14180, + "start": 13916, + "end": 14234, "loc": { "start": { - "line": 349, + "line": 350, "column": 69 }, "end": { - "line": 359, + "line": 360, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 13877, - "end": 13935, + "start": 13931, + "end": 13989, "loc": { "start": { - "line": 351, + "line": 352, "column": 12 }, "end": { - "line": 351, + "line": 352, "column": 70 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 13881, - "end": 13934, + "start": 13935, + "end": 13988, "loc": { "start": { - "line": 351, + "line": 352, "column": 16 }, "end": { - "line": 351, + "line": 352, "column": 69 } }, "id": { "type": "Identifier", - "start": 13881, - "end": 13888, + "start": 13935, + "end": 13942, "loc": { "start": { - "line": 351, + "line": 352, "column": 16 }, "end": { - "line": 351, + "line": 352, "column": 23 }, "identifierName": "handler" @@ -142032,100 +143077,100 @@ }, "init": { "type": "MemberExpression", - "start": 13891, - "end": 13934, + "start": 13945, + "end": 13988, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 13891, - "end": 13926, + "start": 13945, + "end": 13980, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 13891, - "end": 13919, + "start": 13945, + "end": 13973, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 13891, - "end": 13911, + "start": 13945, + "end": 13965, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 13891, - "end": 13902, + "start": 13945, + "end": 13956, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 13891, - "end": 13895, + "start": 13945, + "end": 13949, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 30 } } }, "property": { "type": "Identifier", - "start": 13896, - "end": 13902, + "start": 13950, + "end": 13956, "loc": { "start": { - "line": 351, + "line": 352, "column": 31 }, "end": { - "line": 351, + "line": 352, "column": 37 }, "identifierName": "player" @@ -142136,15 +143181,15 @@ }, "property": { "type": "Identifier", - "start": 13903, - "end": 13911, + "start": 13957, + "end": 13965, "loc": { "start": { - "line": 351, + "line": 352, "column": 38 }, "end": { - "line": 351, + "line": 352, "column": 46 }, "identifierName": "options_" @@ -142155,15 +143200,15 @@ }, "property": { "type": "Identifier", - "start": 13912, - "end": 13919, + "start": 13966, + "end": 13973, "loc": { "start": { - "line": 351, + "line": 352, "column": 47 }, "end": { - "line": 351, + "line": 352, "column": 54 }, "identifierName": "plugins" @@ -142174,15 +143219,15 @@ }, "property": { "type": "Identifier", - "start": 13920, - "end": 13926, + "start": 13974, + "end": 13980, "loc": { "start": { - "line": 351, + "line": 352, "column": 55 }, "end": { - "line": 351, + "line": 352, "column": 61 }, "identifierName": "record" @@ -142193,15 +143238,15 @@ }, "property": { "type": "Identifier", - "start": 13927, - "end": 13934, + "start": 13981, + "end": 13988, "loc": { "start": { - "line": 351, + "line": 352, "column": 62 }, "end": { - "line": 351, + "line": 352, "column": 69 }, "identifierName": "hotKeys" @@ -142216,43 +143261,43 @@ }, { "type": "IfStatement", - "start": 13948, - "end": 14030, + "start": 14002, + "end": 14084, "loc": { "start": { - "line": 352, + "line": 353, "column": 12 }, "end": { - "line": 354, + "line": 355, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 13952, - "end": 13968, + "start": 14006, + "end": 14022, "loc": { "start": { - "line": 352, + "line": 353, "column": 16 }, "end": { - "line": 352, + "line": 353, "column": 32 } }, "left": { "type": "Identifier", - "start": 13952, - "end": 13959, + "start": 14006, + "end": 14013, "loc": { "start": { - "line": 352, + "line": 353, "column": 16 }, "end": { - "line": 352, + "line": 353, "column": 23 }, "identifierName": "handler" @@ -142262,15 +143307,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 13964, - "end": 13968, + "start": 14018, + "end": 14022, "loc": { "start": { - "line": 352, + "line": 353, "column": 28 }, "end": { - "line": 352, + "line": 353, "column": 32 } }, @@ -142279,59 +143324,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 13970, - "end": 14030, + "start": 14024, + "end": 14084, "loc": { "start": { - "line": 352, + "line": 353, "column": 34 }, "end": { - "line": 354, + "line": 355, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 13988, - "end": 14016, + "start": 14042, + "end": 14070, "loc": { "start": { - "line": 353, + "line": 354, "column": 16 }, "end": { - "line": 353, + "line": 354, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 13988, - "end": 14015, + "start": 14042, + "end": 14069, "loc": { "start": { - "line": 353, + "line": 354, "column": 16 }, "end": { - "line": 353, + "line": 354, "column": 43 } }, "operator": "=", "left": { "type": "Identifier", - "start": 13988, - "end": 13995, + "start": 14042, + "end": 14049, "loc": { "start": { - "line": 353, + "line": 354, "column": 16 }, "end": { - "line": 353, + "line": 354, "column": 23 }, "identifierName": "handler" @@ -142340,15 +143385,15 @@ }, "right": { "type": "Identifier", - "start": 13998, - "end": 14015, + "start": 14052, + "end": 14069, "loc": { "start": { - "line": 353, + "line": 354, "column": 26 }, "end": { - "line": 353, + "line": 354, "column": 43 }, "identifierName": "defaultKeyHandler" @@ -142366,15 +143411,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 14043, - "end": 14073, + "start": 14097, + "end": 14127, "loc": { "start": { - "line": 355, + "line": 356, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 42 } } @@ -142383,86 +143428,86 @@ }, { "type": "ExpressionStatement", - "start": 14086, - "end": 14170, + "start": 14140, + "end": 14224, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 358, + "line": 359, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 14086, - "end": 14169, + "start": 14140, + "end": 14223, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 358, + "line": 359, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 14086, - "end": 14118, + "start": 14140, + "end": 14172, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 14086, - "end": 14106, + "start": 14140, + "end": 14160, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 14086, - "end": 14097, + "start": 14140, + "end": 14151, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 14086, - "end": 14090, + "start": 14140, + "end": 14144, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 16 } }, @@ -142470,15 +143515,15 @@ }, "property": { "type": "Identifier", - "start": 14091, - "end": 14097, + "start": 14145, + "end": 14151, "loc": { "start": { - "line": 356, + "line": 357, "column": 17 }, "end": { - "line": 356, + "line": 357, "column": 23 }, "identifierName": "player" @@ -142490,15 +143535,15 @@ }, "property": { "type": "Identifier", - "start": 14098, - "end": 14106, + "start": 14152, + "end": 14160, "loc": { "start": { - "line": 356, + "line": 357, "column": 24 }, "end": { - "line": 356, + "line": 357, "column": 32 }, "identifierName": "options_" @@ -142510,15 +143555,15 @@ }, "property": { "type": "Identifier", - "start": 14107, - "end": 14118, + "start": 14161, + "end": 14172, "loc": { "start": { - "line": 356, + "line": 357, "column": 33 }, "end": { - "line": 356, + "line": 357, "column": 44 }, "identifierName": "userActions" @@ -142530,30 +143575,30 @@ }, "right": { "type": "ObjectExpression", - "start": 14121, - "end": 14169, + "start": 14175, + "end": 14223, "loc": { "start": { - "line": 356, + "line": 357, "column": 47 }, "end": { - "line": 358, + "line": 359, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 14139, - "end": 14155, + "start": 14193, + "end": 14209, "loc": { "start": { - "line": 357, + "line": 358, "column": 16 }, "end": { - "line": 357, + "line": 358, "column": 32 } }, @@ -142562,15 +143607,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14139, - "end": 14146, + "start": 14193, + "end": 14200, "loc": { "start": { - "line": 357, + "line": 358, "column": 16 }, "end": { - "line": 357, + "line": 358, "column": 23 }, "identifierName": "hotkeys" @@ -142579,15 +143624,15 @@ }, "value": { "type": "Identifier", - "start": 14148, - "end": 14155, + "start": 14202, + "end": 14209, "loc": { "start": { - "line": 357, + "line": 358, "column": 25 }, "end": { - "line": 357, + "line": 358, "column": 32 }, "identifierName": "handler" @@ -142603,15 +143648,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 14043, - "end": 14073, + "start": 14097, + "end": 14127, "loc": { "start": { - "line": 355, + "line": 356, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 42 } } @@ -142627,15 +143672,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 13671, - "end": 13682, + "start": 13725, + "end": 13736, "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 19 } } @@ -142645,15 +143690,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 14190, - "end": 14223, + "start": 14244, + "end": 14277, "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 41 } } @@ -142662,85 +143707,85 @@ }, { "type": "IfStatement", - "start": 14232, - "end": 14350, + "start": 14286, + "end": 14404, "loc": { "start": { - "line": 362, + "line": 363, "column": 8 }, "end": { - "line": 364, + "line": 365, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 14236, - "end": 14283, + "start": 14290, + "end": 14337, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 14236, - "end": 14269, + "start": 14290, + "end": 14323, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 14236, - "end": 14258, + "start": 14290, + "end": 14312, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 14236, - "end": 14247, + "start": 14290, + "end": 14301, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 14236, - "end": 14240, + "start": 14290, + "end": 14294, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 16 } }, @@ -142748,15 +143793,15 @@ }, "property": { "type": "Identifier", - "start": 14241, - "end": 14247, + "start": 14295, + "end": 14301, "loc": { "start": { - "line": 362, + "line": 363, "column": 17 }, "end": { - "line": 362, + "line": 363, "column": 23 }, "identifierName": "player" @@ -142768,15 +143813,15 @@ }, "property": { "type": "Identifier", - "start": 14248, - "end": 14258, + "start": 14302, + "end": 14312, "loc": { "start": { - "line": 362, + "line": 363, "column": 24 }, "end": { - "line": 362, + "line": 363, "column": 34 }, "identifierName": "controlBar" @@ -142788,15 +143833,15 @@ }, "property": { "type": "Identifier", - "start": 14259, - "end": 14269, + "start": 14313, + "end": 14323, "loc": { "start": { - "line": 362, + "line": 363, "column": 35 }, "end": { - "line": 362, + "line": 363, "column": 45 }, "identifierName": "playToggle" @@ -142809,15 +143854,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 14274, - "end": 14283, + "start": 14328, + "end": 14337, "loc": { "start": { - "line": 362, + "line": 363, "column": 50 }, "end": { - "line": 362, + "line": 363, "column": 59 }, "identifierName": "undefined" @@ -142828,129 +143873,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 14285, - "end": 14350, + "start": 14339, + "end": 14404, "loc": { "start": { - "line": 362, + "line": 363, "column": 61 }, "end": { - "line": 364, + "line": 365, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 14299, - "end": 14340, + "start": 14353, + "end": 14394, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 14299, - "end": 14339, + "start": 14353, + "end": 14393, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 14299, - "end": 14337, + "start": 14353, + "end": 14391, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 14299, - "end": 14332, + "start": 14353, + "end": 14386, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 14299, - "end": 14321, + "start": 14353, + "end": 14375, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 14299, - "end": 14310, + "start": 14353, + "end": 14364, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 14299, - "end": 14303, + "start": 14353, + "end": 14357, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 16 } } }, "property": { "type": "Identifier", - "start": 14304, - "end": 14310, + "start": 14358, + "end": 14364, "loc": { "start": { - "line": 363, + "line": 364, "column": 17 }, "end": { - "line": 363, + "line": 364, "column": 23 }, "identifierName": "player" @@ -142961,15 +144006,15 @@ }, "property": { "type": "Identifier", - "start": 14311, - "end": 14321, + "start": 14365, + "end": 14375, "loc": { "start": { - "line": 363, + "line": 364, "column": 24 }, "end": { - "line": 363, + "line": 364, "column": 34 }, "identifierName": "controlBar" @@ -142980,15 +144025,15 @@ }, "property": { "type": "Identifier", - "start": 14322, - "end": 14332, + "start": 14376, + "end": 14386, "loc": { "start": { - "line": 363, + "line": 364, "column": 35 }, "end": { - "line": 363, + "line": 364, "column": 45 }, "identifierName": "playToggle" @@ -142999,15 +144044,15 @@ }, "property": { "type": "Identifier", - "start": 14333, - "end": 14337, + "start": 14387, + "end": 14391, "loc": { "start": { - "line": 363, + "line": 364, "column": 46 }, "end": { - "line": 363, + "line": 364, "column": 50 }, "identifierName": "hide" @@ -143027,15 +144072,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 14190, - "end": 14223, + "start": 14244, + "end": 14277, "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 41 } } @@ -143050,15 +144095,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8902, - "end": 8956, + "start": 8956, + "end": 9010, "loc": { "start": { - "line": 230, + "line": 231, "column": 4 }, "end": { - "line": 233, + "line": 234, "column": 7 } } @@ -143068,15 +144113,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 14362, - "end": 14507, + "start": 14416, + "end": 14561, "loc": { "start": { - "line": 367, + "line": 368, "column": 4 }, "end": { - "line": 371, + "line": 372, "column": 7 } } @@ -143085,15 +144130,15 @@ }, { "type": "ClassMethod", - "start": 14512, - "end": 14565, + "start": 14566, + "end": 14619, "loc": { "start": { - "line": 372, + "line": 373, "column": 4 }, "end": { - "line": 374, + "line": 375, "column": 5 } }, @@ -143101,15 +144146,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14512, - "end": 14523, + "start": 14566, + "end": 14577, "loc": { "start": { - "line": 372, + "line": 373, "column": 4 }, "end": { - "line": 372, + "line": 373, "column": 15 }, "identifierName": "isRecording" @@ -143125,73 +144170,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14526, - "end": 14565, + "start": 14580, + "end": 14619, "loc": { "start": { - "line": 372, + "line": 373, "column": 18 }, "end": { - "line": 374, + "line": 375, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 14536, - "end": 14559, + "start": 14590, + "end": 14613, "loc": { "start": { - "line": 373, + "line": 374, "column": 8 }, "end": { - "line": 373, + "line": 374, "column": 31 } }, "argument": { "type": "MemberExpression", - "start": 14543, - "end": 14558, + "start": 14597, + "end": 14612, "loc": { "start": { - "line": 373, + "line": 374, "column": 15 }, "end": { - "line": 373, + "line": 374, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 14543, - "end": 14547, + "start": 14597, + "end": 14601, "loc": { "start": { - "line": 373, + "line": 374, "column": 15 }, "end": { - "line": 373, + "line": 374, "column": 19 } } }, "property": { "type": "Identifier", - "start": 14548, - "end": 14558, + "start": 14602, + "end": 14612, "loc": { "start": { - "line": 373, + "line": 374, "column": 20 }, "end": { - "line": 373, + "line": 374, "column": 30 }, "identifierName": "_recording" @@ -143209,15 +144254,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 14362, - "end": 14507, + "start": 14416, + "end": 14561, "loc": { "start": { - "line": 367, + "line": 368, "column": 4 }, "end": { - "line": 371, + "line": 372, "column": 7 } } @@ -143227,15 +144272,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 14571, - "end": 14729, + "start": 14625, + "end": 14783, "loc": { "start": { - "line": 376, + "line": 377, "column": 4 }, "end": { - "line": 381, + "line": 382, "column": 7 } } @@ -143244,15 +144289,15 @@ }, { "type": "ClassMethod", - "start": 14734, - "end": 14789, + "start": 14788, + "end": 14843, "loc": { "start": { - "line": 382, + "line": 383, "column": 4 }, "end": { - "line": 384, + "line": 385, "column": 5 } }, @@ -143260,15 +144305,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14734, - "end": 14746, + "start": 14788, + "end": 14800, "loc": { "start": { - "line": 382, + "line": 383, "column": 4 }, "end": { - "line": 382, + "line": 383, "column": 16 }, "identifierName": "isProcessing" @@ -143284,73 +144329,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14749, - "end": 14789, + "start": 14803, + "end": 14843, "loc": { "start": { - "line": 382, + "line": 383, "column": 19 }, "end": { - "line": 384, + "line": 385, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 14759, - "end": 14783, + "start": 14813, + "end": 14837, "loc": { "start": { - "line": 383, + "line": 384, "column": 8 }, "end": { - "line": 383, + "line": 384, "column": 32 } }, "argument": { "type": "MemberExpression", - "start": 14766, - "end": 14782, + "start": 14820, + "end": 14836, "loc": { "start": { - "line": 383, + "line": 384, "column": 15 }, "end": { - "line": 383, + "line": 384, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 14766, - "end": 14770, + "start": 14820, + "end": 14824, "loc": { "start": { - "line": 383, + "line": 384, "column": 15 }, "end": { - "line": 383, + "line": 384, "column": 19 } } }, "property": { "type": "Identifier", - "start": 14771, - "end": 14782, + "start": 14825, + "end": 14836, "loc": { "start": { - "line": 383, + "line": 384, "column": 20 }, "end": { - "line": 383, + "line": 384, "column": 31 }, "identifierName": "_processing" @@ -143368,15 +144413,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 14571, - "end": 14729, + "start": 14625, + "end": 14783, "loc": { "start": { - "line": 376, + "line": 377, "column": 4 }, "end": { - "line": 381, + "line": 382, "column": 7 } } @@ -143386,15 +144431,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 14795, - "end": 14920, + "start": 14849, + "end": 14974, "loc": { "start": { - "line": 386, + "line": 387, "column": 4 }, "end": { - "line": 390, + "line": 391, "column": 7 } } @@ -143403,15 +144448,15 @@ }, { "type": "ClassMethod", - "start": 14925, - "end": 15124, + "start": 14979, + "end": 15178, "loc": { "start": { - "line": 391, + "line": 392, "column": 4 }, "end": { - "line": 397, + "line": 398, "column": 5 } }, @@ -143419,15 +144464,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 14925, - "end": 14936, + "start": 14979, + "end": 14990, "loc": { "start": { - "line": 391, + "line": 392, "column": 4 }, "end": { - "line": 391, + "line": 392, "column": 15 }, "identifierName": "isDestroyed" @@ -143443,59 +144488,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 14939, - "end": 15124, + "start": 14993, + "end": 15178, "loc": { "start": { - "line": 391, + "line": 392, "column": 18 }, "end": { - "line": 397, + "line": 398, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 14949, - "end": 14988, + "start": 15003, + "end": 15042, "loc": { "start": { - "line": 392, + "line": 393, "column": 8 }, "end": { - "line": 392, + "line": 393, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 14953, - "end": 14987, + "start": 15007, + "end": 15041, "loc": { "start": { - "line": 392, + "line": 393, "column": 12 }, "end": { - "line": 392, + "line": 393, "column": 46 } }, "id": { "type": "Identifier", - "start": 14953, - "end": 14962, + "start": 15007, + "end": 15016, "loc": { "start": { - "line": 392, + "line": 393, "column": 12 }, "end": { - "line": 392, + "line": 393, "column": 21 }, "identifierName": "destroyed" @@ -143504,58 +144549,58 @@ }, "init": { "type": "BinaryExpression", - "start": 14966, - "end": 14986, + "start": 15020, + "end": 15040, "loc": { "start": { - "line": 392, + "line": 393, "column": 25 }, "end": { - "line": 392, + "line": 393, "column": 45 } }, "left": { "type": "MemberExpression", - "start": 14966, - "end": 14977, + "start": 15020, + "end": 15031, "loc": { "start": { - "line": 392, + "line": 393, "column": 25 }, "end": { - "line": 392, + "line": 393, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 14966, - "end": 14970, + "start": 15020, + "end": 15024, "loc": { "start": { - "line": 392, + "line": 393, "column": 25 }, "end": { - "line": 392, + "line": 393, "column": 29 } } }, "property": { "type": "Identifier", - "start": 14971, - "end": 14977, + "start": 15025, + "end": 15031, "loc": { "start": { - "line": 392, + "line": 393, "column": 30 }, "end": { - "line": 392, + "line": 393, "column": 36 }, "identifierName": "player" @@ -143567,22 +144612,22 @@ "operator": "===", "right": { "type": "NullLiteral", - "start": 14982, - "end": 14986, + "start": 15036, + "end": 15040, "loc": { "start": { - "line": 392, + "line": 393, "column": 41 }, "end": { - "line": 392, + "line": 393, "column": 45 } } }, "extra": { "parenthesized": true, - "parenStart": 14965 + "parenStart": 15019 } } } @@ -143591,43 +144636,43 @@ }, { "type": "IfStatement", - "start": 14997, - "end": 15092, + "start": 15051, + "end": 15146, "loc": { "start": { - "line": 393, + "line": 394, "column": 8 }, "end": { - "line": 395, + "line": 396, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15001, - "end": 15020, + "start": 15055, + "end": 15074, "loc": { "start": { - "line": 393, + "line": 394, "column": 12 }, "end": { - "line": 393, + "line": 394, "column": 31 } }, "left": { "type": "Identifier", - "start": 15001, - "end": 15010, + "start": 15055, + "end": 15064, "loc": { "start": { - "line": 393, + "line": 394, "column": 12 }, "end": { - "line": 393, + "line": 394, "column": 21 }, "identifierName": "destroyed" @@ -143637,15 +144682,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 15015, - "end": 15020, + "start": 15069, + "end": 15074, "loc": { "start": { - "line": 393, + "line": 394, "column": 26 }, "end": { - "line": 393, + "line": 394, "column": 31 } }, @@ -143654,59 +144699,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 15022, - "end": 15092, + "start": 15076, + "end": 15146, "loc": { "start": { - "line": 393, + "line": 394, "column": 33 }, "end": { - "line": 395, + "line": 396, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15036, - "end": 15082, + "start": 15090, + "end": 15136, "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 15036, - "end": 15081, + "start": 15090, + "end": 15135, "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 15036, - "end": 15045, + "start": 15090, + "end": 15099, "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 21 }, "identifierName": "destroyed" @@ -143715,86 +144760,86 @@ }, "right": { "type": "BinaryExpression", - "start": 15049, - "end": 15080, + "start": 15103, + "end": 15134, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 56 } }, "left": { "type": "CallExpression", - "start": 15049, - "end": 15071, + "start": 15103, + "end": 15125, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 15049, - "end": 15069, + "start": 15103, + "end": 15123, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 15049, - "end": 15060, + "start": 15103, + "end": 15114, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15049, - "end": 15053, + "start": 15103, + "end": 15107, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 29 } } }, "property": { "type": "Identifier", - "start": 15054, - "end": 15060, + "start": 15108, + "end": 15114, "loc": { "start": { - "line": 394, + "line": 395, "column": 30 }, "end": { - "line": 394, + "line": 395, "column": 36 }, "identifierName": "player" @@ -143805,15 +144850,15 @@ }, "property": { "type": "Identifier", - "start": 15061, - "end": 15069, + "start": 15115, + "end": 15123, "loc": { "start": { - "line": 394, + "line": 395, "column": 37 }, "end": { - "line": 394, + "line": 395, "column": 45 }, "identifierName": "children" @@ -143827,22 +144872,22 @@ "operator": "===", "right": { "type": "NullLiteral", - "start": 15076, - "end": 15080, + "start": 15130, + "end": 15134, "loc": { "start": { - "line": 394, + "line": 395, "column": 52 }, "end": { - "line": 394, + "line": 395, "column": 56 } } }, "extra": { "parenthesized": true, - "parenStart": 15048 + "parenStart": 15102 } } } @@ -143854,29 +144899,29 @@ }, { "type": "ReturnStatement", - "start": 15101, - "end": 15118, + "start": 15155, + "end": 15172, "loc": { "start": { - "line": 396, + "line": 397, "column": 8 }, "end": { - "line": 396, + "line": 397, "column": 25 } }, "argument": { "type": "Identifier", - "start": 15108, - "end": 15117, + "start": 15162, + "end": 15171, "loc": { "start": { - "line": 396, + "line": 397, "column": 15 }, "end": { - "line": 396, + "line": 397, "column": 24 }, "identifierName": "destroyed" @@ -143892,15 +144937,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 14795, - "end": 14920, + "start": 14849, + "end": 14974, "loc": { "start": { - "line": 386, + "line": 387, "column": 4 }, "end": { - "line": 390, + "line": 391, "column": 7 } } @@ -143910,15 +144955,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 15130, - "end": 15230, + "start": 15184, + "end": 15284, "loc": { "start": { - "line": 399, + "line": 400, "column": 4 }, "end": { - "line": 402, + "line": 403, "column": 7 } } @@ -143927,15 +144972,15 @@ }, { "type": "ClassMethod", - "start": 15235, - "end": 24066, + "start": 15289, + "end": 24521, "loc": { "start": { - "line": 403, + "line": 404, "column": 4 }, "end": { - "line": 604, + "line": 610, "column": 5 } }, @@ -143943,15 +144988,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 15235, - "end": 15244, + "start": 15289, + "end": 15298, "loc": { "start": { - "line": 403, + "line": 404, "column": 4 }, "end": { - "line": 403, + "line": 404, "column": 13 }, "identifierName": "getDevice" @@ -143967,72 +145012,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 15247, - "end": 24066, + "start": 15301, + "end": 24521, "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 604, + "line": 610, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 15297, - "end": 15422, + "start": 15351, + "end": 15476, "loc": { "start": { - "line": 405, + "line": 406, "column": 8 }, "end": { - "line": 407, + "line": 408, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15301, - "end": 15339, + "start": 15355, + "end": 15393, "loc": { "start": { - "line": 405, + "line": 406, "column": 12 }, "end": { - "line": 405, + "line": 406, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 15301, - "end": 15325, + "start": 15355, + "end": 15379, "loc": { "start": { - "line": 405, + "line": 406, "column": 12 }, "end": { - "line": 405, + "line": 406, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15301, - "end": 15305, + "start": 15355, + "end": 15359, "loc": { "start": { - "line": 405, + "line": 406, "column": 12 }, "end": { - "line": 405, + "line": 406, "column": 16 } }, @@ -144040,15 +145085,15 @@ }, "property": { "type": "Identifier", - "start": 15306, - "end": 15325, + "start": 15360, + "end": 15379, "loc": { "start": { - "line": 405, + "line": 406, "column": 17 }, "end": { - "line": 405, + "line": 406, "column": 36 }, "identifierName": "deviceReadyCallback" @@ -144061,15 +145106,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15330, - "end": 15339, + "start": 15384, + "end": 15393, "loc": { "start": { - "line": 405, + "line": 406, "column": 41 }, "end": { - "line": 405, + "line": 406, "column": 50 }, "identifierName": "undefined" @@ -144080,88 +145125,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 15341, - "end": 15422, + "start": 15395, + "end": 15476, "loc": { "start": { - "line": 405, + "line": 406, "column": 52 }, "end": { - "line": 407, + "line": 408, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15355, - "end": 15412, + "start": 15409, + "end": 15466, "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 15355, - "end": 15411, + "start": 15409, + "end": 15465, "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15355, - "end": 15379, + "start": 15409, + "end": 15433, "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15355, - "end": 15359, + "start": 15409, + "end": 15413, "loc": { "start": { - "line": 406, + "line": 407, "column": 12 }, "end": { - "line": 406, + "line": 407, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15360, - "end": 15379, + "start": 15414, + "end": 15433, "loc": { "start": { - "line": 406, + "line": 407, "column": 17 }, "end": { - "line": 406, + "line": 407, "column": 36 }, "identifierName": "deviceReadyCallback" @@ -144172,72 +145217,72 @@ }, "right": { "type": "CallExpression", - "start": 15382, - "end": 15411, + "start": 15436, + "end": 15465, "loc": { "start": { - "line": 406, + "line": 407, "column": 39 }, "end": { - "line": 406, + "line": 407, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 15382, - "end": 15405, + "start": 15436, + "end": 15459, "loc": { "start": { - "line": 406, + "line": 407, "column": 39 }, "end": { - "line": 406, + "line": 407, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 15382, - "end": 15400, + "start": 15436, + "end": 15454, "loc": { "start": { - "line": 406, + "line": 407, "column": 39 }, "end": { - "line": 406, + "line": 407, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 15382, - "end": 15386, + "start": 15436, + "end": 15440, "loc": { "start": { - "line": 406, + "line": 407, "column": 39 }, "end": { - "line": 406, + "line": 407, "column": 43 } } }, "property": { "type": "Identifier", - "start": 15387, - "end": 15400, + "start": 15441, + "end": 15454, "loc": { "start": { - "line": 406, + "line": 407, "column": 44 }, "end": { - "line": 406, + "line": 407, "column": 57 }, "identifierName": "onDeviceReady" @@ -144248,15 +145293,15 @@ }, "property": { "type": "Identifier", - "start": 15401, - "end": 15405, + "start": 15455, + "end": 15459, "loc": { "start": { - "line": 406, + "line": 407, "column": 58 }, "end": { - "line": 406, + "line": 407, "column": 62 }, "identifierName": "bind" @@ -144268,15 +145313,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 15406, - "end": 15410, + "start": 15460, + "end": 15464, "loc": { "start": { - "line": 406, + "line": 407, "column": 63 }, "end": { - "line": 406, + "line": 407, "column": 67 } } @@ -144293,15 +145338,15 @@ { "type": "CommentLine", "value": " define device callbacks once", - "start": 15257, - "end": 15288, + "start": 15311, + "end": 15342, "loc": { "start": { - "line": 404, + "line": 405, "column": 8 }, "end": { - "line": 404, + "line": 405, "column": 39 } } @@ -144310,72 +145355,72 @@ }, { "type": "IfStatement", - "start": 15431, - "end": 15556, + "start": 15485, + "end": 15610, "loc": { "start": { - "line": 408, + "line": 409, "column": 8 }, "end": { - "line": 410, + "line": 411, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15435, - "end": 15473, + "start": 15489, + "end": 15527, "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 50 } }, "left": { "type": "MemberExpression", - "start": 15435, - "end": 15459, + "start": 15489, + "end": 15513, "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15435, - "end": 15439, + "start": 15489, + "end": 15493, "loc": { "start": { - "line": 408, + "line": 409, "column": 12 }, "end": { - "line": 408, + "line": 409, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15440, - "end": 15459, + "start": 15494, + "end": 15513, "loc": { "start": { - "line": 408, + "line": 409, "column": 17 }, "end": { - "line": 408, + "line": 409, "column": 36 }, "identifierName": "deviceErrorCallback" @@ -144387,15 +145432,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15464, - "end": 15473, + "start": 15518, + "end": 15527, "loc": { "start": { - "line": 408, + "line": 409, "column": 41 }, "end": { - "line": 408, + "line": 409, "column": 50 }, "identifierName": "undefined" @@ -144405,88 +145450,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 15475, - "end": 15556, + "start": 15529, + "end": 15610, "loc": { "start": { - "line": 408, + "line": 409, "column": 52 }, "end": { - "line": 410, + "line": 411, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15489, - "end": 15546, + "start": 15543, + "end": 15600, "loc": { "start": { - "line": 409, + "line": 410, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 15489, - "end": 15545, + "start": 15543, + "end": 15599, "loc": { "start": { - "line": 409, + "line": 410, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15489, - "end": 15513, + "start": 15543, + "end": 15567, "loc": { "start": { - "line": 409, + "line": 410, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 15489, - "end": 15493, + "start": 15543, + "end": 15547, "loc": { "start": { - "line": 409, + "line": 410, "column": 12 }, "end": { - "line": 409, + "line": 410, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15494, - "end": 15513, + "start": 15548, + "end": 15567, "loc": { "start": { - "line": 409, + "line": 410, "column": 17 }, "end": { - "line": 409, + "line": 410, "column": 36 }, "identifierName": "deviceErrorCallback" @@ -144497,72 +145542,72 @@ }, "right": { "type": "CallExpression", - "start": 15516, - "end": 15545, + "start": 15570, + "end": 15599, "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 15516, - "end": 15539, + "start": 15570, + "end": 15593, "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 15516, - "end": 15534, + "start": 15570, + "end": 15588, "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 15516, - "end": 15520, + "start": 15570, + "end": 15574, "loc": { "start": { - "line": 409, + "line": 410, "column": 39 }, "end": { - "line": 409, + "line": 410, "column": 43 } } }, "property": { "type": "Identifier", - "start": 15521, - "end": 15534, + "start": 15575, + "end": 15588, "loc": { "start": { - "line": 409, + "line": 410, "column": 44 }, "end": { - "line": 409, + "line": 410, "column": 57 }, "identifierName": "onDeviceError" @@ -144573,15 +145618,15 @@ }, "property": { "type": "Identifier", - "start": 15535, - "end": 15539, + "start": 15589, + "end": 15593, "loc": { "start": { - "line": 409, + "line": 410, "column": 58 }, "end": { - "line": 409, + "line": 410, "column": 62 }, "identifierName": "bind" @@ -144593,15 +145638,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 15540, - "end": 15544, + "start": 15594, + "end": 15598, "loc": { "start": { - "line": 409, + "line": 410, "column": 63 }, "end": { - "line": 409, + "line": 410, "column": 67 } } @@ -144617,72 +145662,72 @@ }, { "type": "IfStatement", - "start": 15565, - "end": 15691, + "start": 15619, + "end": 15745, "loc": { "start": { - "line": 411, + "line": 412, "column": 8 }, "end": { - "line": 413, + "line": 414, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15569, - "end": 15606, + "start": 15623, + "end": 15660, "loc": { "start": { - "line": 411, + "line": 412, "column": 12 }, "end": { - "line": 411, + "line": 412, "column": 49 } }, "left": { "type": "MemberExpression", - "start": 15569, - "end": 15592, + "start": 15623, + "end": 15646, "loc": { "start": { - "line": 411, + "line": 412, "column": 12 }, "end": { - "line": 411, + "line": 412, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 15569, - "end": 15573, + "start": 15623, + "end": 15627, "loc": { "start": { - "line": 411, + "line": 412, "column": 12 }, "end": { - "line": 411, + "line": 412, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15574, - "end": 15592, + "start": 15628, + "end": 15646, "loc": { "start": { - "line": 411, + "line": 412, "column": 17 }, "end": { - "line": 411, + "line": 412, "column": 35 }, "identifierName": "engineStopCallback" @@ -144694,15 +145739,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15597, - "end": 15606, + "start": 15651, + "end": 15660, "loc": { "start": { - "line": 411, + "line": 412, "column": 40 }, "end": { - "line": 411, + "line": 412, "column": 49 }, "identifierName": "undefined" @@ -144712,88 +145757,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 15608, - "end": 15691, + "start": 15662, + "end": 15745, "loc": { "start": { - "line": 411, + "line": 412, "column": 51 }, "end": { - "line": 413, + "line": 414, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15622, - "end": 15681, + "start": 15676, + "end": 15735, "loc": { "start": { - "line": 412, + "line": 413, "column": 12 }, "end": { - "line": 412, + "line": 413, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 15622, - "end": 15680, + "start": 15676, + "end": 15734, "loc": { "start": { - "line": 412, + "line": 413, "column": 12 }, "end": { - "line": 412, + "line": 413, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15622, - "end": 15645, + "start": 15676, + "end": 15699, "loc": { "start": { - "line": 412, + "line": 413, "column": 12 }, "end": { - "line": 412, + "line": 413, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 15622, - "end": 15626, + "start": 15676, + "end": 15680, "loc": { "start": { - "line": 412, + "line": 413, "column": 12 }, "end": { - "line": 412, + "line": 413, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15627, - "end": 15645, + "start": 15681, + "end": 15699, "loc": { "start": { - "line": 412, + "line": 413, "column": 17 }, "end": { - "line": 412, + "line": 413, "column": 35 }, "identifierName": "engineStopCallback" @@ -144804,72 +145849,72 @@ }, "right": { "type": "CallExpression", - "start": 15648, - "end": 15680, + "start": 15702, + "end": 15734, "loc": { "start": { - "line": 412, + "line": 413, "column": 38 }, "end": { - "line": 412, + "line": 413, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 15648, - "end": 15674, + "start": 15702, + "end": 15728, "loc": { "start": { - "line": 412, + "line": 413, "column": 38 }, "end": { - "line": 412, + "line": 413, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 15648, - "end": 15669, + "start": 15702, + "end": 15723, "loc": { "start": { - "line": 412, + "line": 413, "column": 38 }, "end": { - "line": 412, + "line": 413, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 15648, - "end": 15652, + "start": 15702, + "end": 15706, "loc": { "start": { - "line": 412, + "line": 413, "column": 38 }, "end": { - "line": 412, + "line": 413, "column": 42 } } }, "property": { "type": "Identifier", - "start": 15653, - "end": 15669, + "start": 15707, + "end": 15723, "loc": { "start": { - "line": 412, + "line": 413, "column": 43 }, "end": { - "line": 412, + "line": 413, "column": 59 }, "identifierName": "onRecordComplete" @@ -144880,15 +145925,15 @@ }, "property": { "type": "Identifier", - "start": 15670, - "end": 15674, + "start": 15724, + "end": 15728, "loc": { "start": { - "line": 412, + "line": 413, "column": 60 }, "end": { - "line": 412, + "line": 413, "column": 64 }, "identifierName": "bind" @@ -144900,15 +145945,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 15675, - "end": 15679, + "start": 15729, + "end": 15733, "loc": { "start": { - "line": 412, + "line": 413, "column": 65 }, "end": { - "line": 412, + "line": 413, "column": 69 } } @@ -144924,72 +145969,72 @@ }, { "type": "IfStatement", - "start": 15700, - "end": 15831, + "start": 15754, + "end": 15885, "loc": { "start": { - "line": 414, + "line": 415, "column": 8 }, "end": { - "line": 416, + "line": 417, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 15704, - "end": 15744, + "start": 15758, + "end": 15798, "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 15704, - "end": 15730, + "start": 15758, + "end": 15784, "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 15704, - "end": 15708, + "start": 15758, + "end": 15762, "loc": { "start": { - "line": 414, + "line": 415, "column": 12 }, "end": { - "line": 414, + "line": 415, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15709, - "end": 15730, + "start": 15763, + "end": 15784, "loc": { "start": { - "line": 414, + "line": 415, "column": 17 }, "end": { - "line": 414, + "line": 415, "column": 38 }, "identifierName": "streamVisibleCallback" @@ -145001,15 +146046,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 15735, - "end": 15744, + "start": 15789, + "end": 15798, "loc": { "start": { - "line": 414, + "line": 415, "column": 43 }, "end": { - "line": 414, + "line": 415, "column": 52 }, "identifierName": "undefined" @@ -145019,88 +146064,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 15746, - "end": 15831, + "start": 15800, + "end": 15885, "loc": { "start": { - "line": 414, + "line": 415, "column": 54 }, "end": { - "line": 416, + "line": 417, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 15760, - "end": 15821, + "start": 15814, + "end": 15875, "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 15760, - "end": 15820, + "start": 15814, + "end": 15874, "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 15760, - "end": 15786, + "start": 15814, + "end": 15840, "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 15760, - "end": 15764, + "start": 15814, + "end": 15818, "loc": { "start": { - "line": 415, + "line": 416, "column": 12 }, "end": { - "line": 415, + "line": 416, "column": 16 } } }, "property": { "type": "Identifier", - "start": 15765, - "end": 15786, + "start": 15819, + "end": 15840, "loc": { "start": { - "line": 415, + "line": 416, "column": 17 }, "end": { - "line": 415, + "line": 416, "column": 38 }, "identifierName": "streamVisibleCallback" @@ -145111,72 +146156,72 @@ }, "right": { "type": "CallExpression", - "start": 15789, - "end": 15820, + "start": 15843, + "end": 15874, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 15789, - "end": 15814, + "start": 15843, + "end": 15868, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 66 } }, "object": { "type": "MemberExpression", - "start": 15789, - "end": 15809, + "start": 15843, + "end": 15863, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 15789, - "end": 15793, + "start": 15843, + "end": 15847, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 45 } } }, "property": { "type": "Identifier", - "start": 15794, - "end": 15809, + "start": 15848, + "end": 15863, "loc": { "start": { - "line": 415, + "line": 416, "column": 46 }, "end": { - "line": 415, + "line": 416, "column": 61 }, "identifierName": "onStreamVisible" @@ -145187,15 +146232,15 @@ }, "property": { "type": "Identifier", - "start": 15810, - "end": 15814, + "start": 15864, + "end": 15868, "loc": { "start": { - "line": 415, + "line": 416, "column": 62 }, "end": { - "line": 415, + "line": 416, "column": 66 }, "identifierName": "bind" @@ -145207,15 +146252,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 15815, - "end": 15819, + "start": 15869, + "end": 15873, "loc": { "start": { - "line": 415, + "line": 416, "column": 67 }, "end": { - "line": 415, + "line": 416, "column": 71 } } @@ -145233,15 +146278,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 15841, - "end": 15904, + "start": 15895, + "end": 15958, "loc": { "start": { - "line": 418, + "line": 419, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 71 } } @@ -145249,15 +146294,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 15913, - "end": 15970, + "start": 15967, + "end": 16024, "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 65 } } @@ -145265,15 +146310,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15979, - "end": 16043, + "start": 16033, + "end": 16097, "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 72 } } @@ -145282,85 +146327,85 @@ }, { "type": "IfStatement", - "start": 16052, - "end": 16773, + "start": 16106, + "end": 16827, "loc": { "start": { - "line": 421, + "line": 422, "column": 8 }, "end": { - "line": 435, + "line": 436, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 16056, - "end": 16133, + "start": 16110, + "end": 16187, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 89 } }, "left": { "type": "BinaryExpression", - "start": 16056, - "end": 16092, + "start": 16110, + "end": 16146, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 48 } }, "left": { "type": "CallExpression", - "start": 16056, - "end": 16076, + "start": 16110, + "end": 16130, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 16056, - "end": 16074, + "start": 16110, + "end": 16128, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 16056, - "end": 16060, + "start": 16110, + "end": 16114, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 16 } }, @@ -145368,15 +146413,15 @@ }, "property": { "type": "Identifier", - "start": 16061, - "end": 16074, + "start": 16115, + "end": 16128, "loc": { "start": { - "line": 421, + "line": 422, "column": 17 }, "end": { - "line": 421, + "line": 422, "column": 30 }, "identifierName": "getRecordType" @@ -145392,15 +146437,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16081, - "end": 16092, + "start": 16135, + "end": 16146, "loc": { "start": { - "line": 421, + "line": 422, "column": 37 }, "end": { - "line": 421, + "line": 422, "column": 48 }, "identifierName": "SCREEN_ONLY" @@ -145412,72 +146457,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 16096, - "end": 16133, + "start": 16150, + "end": 16187, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 89 } }, "left": { "type": "CallExpression", - "start": 16096, - "end": 16116, + "start": 16150, + "end": 16170, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 16096, - "end": 16114, + "start": 16150, + "end": 16168, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 16096, - "end": 16100, + "start": 16150, + "end": 16154, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 56 } } }, "property": { "type": "Identifier", - "start": 16101, - "end": 16114, + "start": 16155, + "end": 16168, "loc": { "start": { - "line": 421, + "line": 422, "column": 57 }, "end": { - "line": 421, + "line": 422, "column": 70 }, "identifierName": "getRecordType" @@ -145491,15 +146536,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16121, - "end": 16133, + "start": 16175, + "end": 16187, "loc": { "start": { - "line": 421, + "line": 422, "column": 77 }, "end": { - "line": 421, + "line": 422, "column": 89 }, "identifierName": "AUDIO_SCREEN" @@ -145511,86 +146556,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 16135, - "end": 16454, + "start": 16189, + "end": 16508, "loc": { "start": { - "line": 421, + "line": 422, "column": 91 }, "end": { - "line": 428, + "line": 429, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 16149, - "end": 16444, + "start": 16203, + "end": 16498, "loc": { "start": { - "line": 422, + "line": 423, "column": 12 }, "end": { - "line": 427, + "line": 428, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 16153, - "end": 16261, + "start": 16207, + "end": 16315, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 68 } }, "left": { "type": "BinaryExpression", - "start": 16153, - "end": 16189, + "start": 16207, + "end": 16243, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 422, + "line": 423, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 16153, - "end": 16175, + "start": 16207, + "end": 16229, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 422, + "line": 423, "column": 38 } }, "object": { "type": "Identifier", - "start": 16153, - "end": 16162, + "start": 16207, + "end": 16216, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 422, + "line": 423, "column": 25 }, "identifierName": "navigator" @@ -145599,15 +146644,15 @@ }, "property": { "type": "Identifier", - "start": 16163, - "end": 16175, + "start": 16217, + "end": 16229, "loc": { "start": { - "line": 422, + "line": 423, "column": 26 }, "end": { - "line": 422, + "line": 423, "column": 38 }, "identifierName": "mediaDevices" @@ -145619,15 +146664,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16180, - "end": 16189, + "start": 16234, + "end": 16243, "loc": { "start": { - "line": 422, + "line": 423, "column": 43 }, "end": { - "line": 422, + "line": 423, "column": 52 }, "identifierName": "undefined" @@ -145638,57 +146683,57 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 16209, - "end": 16261, + "start": 16263, + "end": 16315, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 68 } }, "left": { "type": "MemberExpression", - "start": 16209, - "end": 16247, + "start": 16263, + "end": 16301, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 16209, - "end": 16231, + "start": 16263, + "end": 16285, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 38 } }, "object": { "type": "Identifier", - "start": 16209, - "end": 16218, + "start": 16263, + "end": 16272, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 25 }, "identifierName": "navigator" @@ -145697,15 +146742,15 @@ }, "property": { "type": "Identifier", - "start": 16219, - "end": 16231, + "start": 16273, + "end": 16285, "loc": { "start": { - "line": 423, + "line": 424, "column": 26 }, "end": { - "line": 423, + "line": 424, "column": 38 }, "identifierName": "mediaDevices" @@ -145716,15 +146761,15 @@ }, "property": { "type": "Identifier", - "start": 16232, - "end": 16247, + "start": 16286, + "end": 16301, "loc": { "start": { - "line": 423, + "line": 424, "column": 39 }, "end": { - "line": 423, + "line": 424, "column": 54 }, "identifierName": "getDisplayMedia" @@ -145736,15 +146781,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16252, - "end": 16261, + "start": 16306, + "end": 16315, "loc": { "start": { - "line": 423, + "line": 424, "column": 59 }, "end": { - "line": 423, + "line": 424, "column": 68 }, "identifierName": "undefined" @@ -145755,101 +146800,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 16263, - "end": 16444, + "start": 16317, + "end": 16498, "loc": { "start": { - "line": 423, + "line": 424, "column": 70 }, "end": { - "line": 427, + "line": 428, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 16281, - "end": 16406, + "start": 16335, + "end": 16460, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 425, + "line": 426, "column": 92 } }, "expression": { "type": "CallExpression", - "start": 16281, - "end": 16405, + "start": 16335, + "end": 16459, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 425, + "line": 426, "column": 91 } }, "callee": { "type": "MemberExpression", - "start": 16281, - "end": 16300, + "start": 16335, + "end": 16354, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 16281, - "end": 16292, + "start": 16335, + "end": 16346, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16281, - "end": 16285, + "start": 16335, + "end": 16339, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 20 } } }, "property": { "type": "Identifier", - "start": 16286, - "end": 16292, + "start": 16340, + "end": 16346, "loc": { "start": { - "line": 424, + "line": 425, "column": 21 }, "end": { - "line": 424, + "line": 425, "column": 27 }, "identifierName": "player" @@ -145860,15 +146905,15 @@ }, "property": { "type": "Identifier", - "start": 16293, - "end": 16300, + "start": 16347, + "end": 16354, "loc": { "start": { - "line": 424, + "line": 425, "column": 28 }, "end": { - "line": 424, + "line": 425, "column": 35 }, "identifierName": "trigger" @@ -145880,29 +146925,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16301, - "end": 16312, + "start": 16355, + "end": 16366, "loc": { "start": { - "line": 424, + "line": 425, "column": 36 }, "end": { - "line": 424, + "line": 425, "column": 47 } }, "object": { "type": "Identifier", - "start": 16301, - "end": 16306, + "start": 16355, + "end": 16360, "loc": { "start": { - "line": 424, + "line": 425, "column": 36 }, "end": { - "line": 424, + "line": 425, "column": 41 }, "identifierName": "Event" @@ -145911,15 +146956,15 @@ }, "property": { "type": "Identifier", - "start": 16307, - "end": 16312, + "start": 16361, + "end": 16366, "loc": { "start": { - "line": 424, + "line": 425, "column": 42 }, "end": { - "line": 424, + "line": 425, "column": 47 }, "identifierName": "ERROR" @@ -145930,15 +146975,15 @@ }, { "type": "StringLiteral", - "start": 16334, - "end": 16404, + "start": 16388, + "end": 16458, "loc": { "start": { - "line": 425, + "line": 426, "column": 20 }, "end": { - "line": 425, + "line": 426, "column": 90 } }, @@ -145953,15 +146998,15 @@ }, { "type": "ReturnStatement", - "start": 16423, - "end": 16430, + "start": 16477, + "end": 16484, "loc": { "start": { - "line": 426, + "line": 427, "column": 16 }, "end": { - "line": 426, + "line": 427, "column": 23 } }, @@ -145977,86 +147022,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 16460, - "end": 16773, + "start": 16514, + "end": 16827, "loc": { "start": { - "line": 428, + "line": 429, "column": 15 }, "end": { - "line": 435, + "line": 436, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 16474, - "end": 16763, + "start": 16528, + "end": 16817, "loc": { "start": { - "line": 429, + "line": 430, "column": 12 }, "end": { - "line": 434, + "line": 435, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 16478, - "end": 16583, + "start": 16532, + "end": 16637, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 65 } }, "left": { "type": "BinaryExpression", - "start": 16478, - "end": 16514, + "start": 16532, + "end": 16568, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 429, + "line": 430, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 16478, - "end": 16500, + "start": 16532, + "end": 16554, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 429, + "line": 430, "column": 38 } }, "object": { "type": "Identifier", - "start": 16478, - "end": 16487, + "start": 16532, + "end": 16541, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 429, + "line": 430, "column": 25 }, "identifierName": "navigator" @@ -146065,15 +147110,15 @@ }, "property": { "type": "Identifier", - "start": 16488, - "end": 16500, + "start": 16542, + "end": 16554, "loc": { "start": { - "line": 429, + "line": 430, "column": 26 }, "end": { - "line": 429, + "line": 430, "column": 38 }, "identifierName": "mediaDevices" @@ -146085,15 +147130,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16505, - "end": 16514, + "start": 16559, + "end": 16568, "loc": { "start": { - "line": 429, + "line": 430, "column": 43 }, "end": { - "line": 429, + "line": 430, "column": 52 }, "identifierName": "undefined" @@ -146104,57 +147149,57 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 16534, - "end": 16583, + "start": 16588, + "end": 16637, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 65 } }, "left": { "type": "MemberExpression", - "start": 16534, - "end": 16569, + "start": 16588, + "end": 16623, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 16534, - "end": 16556, + "start": 16588, + "end": 16610, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 38 } }, "object": { "type": "Identifier", - "start": 16534, - "end": 16543, + "start": 16588, + "end": 16597, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 25 }, "identifierName": "navigator" @@ -146163,15 +147208,15 @@ }, "property": { "type": "Identifier", - "start": 16544, - "end": 16556, + "start": 16598, + "end": 16610, "loc": { "start": { - "line": 430, + "line": 431, "column": 26 }, "end": { - "line": 430, + "line": 431, "column": 38 }, "identifierName": "mediaDevices" @@ -146182,15 +147227,15 @@ }, "property": { "type": "Identifier", - "start": 16557, - "end": 16569, + "start": 16611, + "end": 16623, "loc": { "start": { - "line": 430, + "line": 431, "column": 39 }, "end": { - "line": 430, + "line": 431, "column": 51 }, "identifierName": "getUserMedia" @@ -146202,15 +147247,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 16574, - "end": 16583, + "start": 16628, + "end": 16637, "loc": { "start": { - "line": 430, + "line": 431, "column": 56 }, "end": { - "line": 430, + "line": 431, "column": 65 }, "identifierName": "undefined" @@ -146221,101 +147266,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 16585, - "end": 16763, + "start": 16639, + "end": 16817, "loc": { "start": { - "line": 430, + "line": 431, "column": 67 }, "end": { - "line": 434, + "line": 435, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 16603, - "end": 16725, + "start": 16657, + "end": 16779, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 16603, - "end": 16724, + "start": 16657, + "end": 16778, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 432, + "line": 433, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 16603, - "end": 16622, + "start": 16657, + "end": 16676, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 16603, - "end": 16614, + "start": 16657, + "end": 16668, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 16603, - "end": 16607, + "start": 16657, + "end": 16661, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 20 } } }, "property": { "type": "Identifier", - "start": 16608, - "end": 16614, + "start": 16662, + "end": 16668, "loc": { "start": { - "line": 431, + "line": 432, "column": 21 }, "end": { - "line": 431, + "line": 432, "column": 27 }, "identifierName": "player" @@ -146326,15 +147371,15 @@ }, "property": { "type": "Identifier", - "start": 16615, - "end": 16622, + "start": 16669, + "end": 16676, "loc": { "start": { - "line": 431, + "line": 432, "column": 28 }, "end": { - "line": 431, + "line": 432, "column": 35 }, "identifierName": "trigger" @@ -146346,29 +147391,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 16623, - "end": 16634, + "start": 16677, + "end": 16688, "loc": { "start": { - "line": 431, + "line": 432, "column": 36 }, "end": { - "line": 431, + "line": 432, "column": 47 } }, "object": { "type": "Identifier", - "start": 16623, - "end": 16628, + "start": 16677, + "end": 16682, "loc": { "start": { - "line": 431, + "line": 432, "column": 36 }, "end": { - "line": 431, + "line": 432, "column": 41 }, "identifierName": "Event" @@ -146377,15 +147422,15 @@ }, "property": { "type": "Identifier", - "start": 16629, - "end": 16634, + "start": 16683, + "end": 16688, "loc": { "start": { - "line": 431, + "line": 432, "column": 42 }, "end": { - "line": 431, + "line": 432, "column": 47 }, "identifierName": "ERROR" @@ -146396,15 +147441,15 @@ }, { "type": "StringLiteral", - "start": 16656, - "end": 16723, + "start": 16710, + "end": 16777, "loc": { "start": { - "line": 432, + "line": 433, "column": 20 }, "end": { - "line": 432, + "line": 433, "column": 87 } }, @@ -146419,15 +147464,15 @@ }, { "type": "ReturnStatement", - "start": 16742, - "end": 16749, + "start": 16796, + "end": 16803, "loc": { "start": { - "line": 433, + "line": 434, "column": 16 }, "end": { - "line": 433, + "line": 434, "column": 23 } }, @@ -146446,15 +147491,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 15841, - "end": 15904, + "start": 15895, + "end": 15958, "loc": { "start": { - "line": 418, + "line": 419, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 71 } } @@ -146462,15 +147507,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 15913, - "end": 15970, + "start": 15967, + "end": 16024, "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 65 } } @@ -146478,15 +147523,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15979, - "end": 16043, + "start": 16033, + "end": 16097, "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 72 } } @@ -146496,15 +147541,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 16783, - "end": 16845, + "start": 16837, + "end": 16899, "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 70 } } @@ -146512,15 +147557,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 16854, - "end": 16908, + "start": 16908, + "end": 16962, "loc": { "start": { - "line": 438, + "line": 439, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 62 } } @@ -146529,57 +147574,57 @@ }, { "type": "SwitchStatement", - "start": 16917, - "end": 24060, + "start": 16971, + "end": 24515, "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 603, + "line": 609, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 16925, - "end": 16945, + "start": 16979, + "end": 16999, "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 16925, - "end": 16943, + "start": 16979, + "end": 16997, "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 16925, - "end": 16929, + "start": 16979, + "end": 16983, "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 20 } }, @@ -146587,15 +147632,15 @@ }, "property": { "type": "Identifier", - "start": 16930, - "end": 16943, + "start": 16984, + "end": 16997, "loc": { "start": { - "line": 439, + "line": 440, "column": 21 }, "end": { - "line": 439, + "line": 440, "column": 34 }, "identifierName": "getRecordType" @@ -146611,73 +147656,73 @@ "cases": [ { "type": "SwitchCase", - "start": 16961, - "end": 19424, + "start": 17015, + "end": 19478, "loc": { "start": { - "line": 440, + "line": 441, "column": 12 }, "end": { - "line": 490, + "line": 491, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 17030, - "end": 17194, + "start": 17084, + "end": 17248, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 445, + "line": 446, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 17030, - "end": 17193, + "start": 17084, + "end": 17247, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 445, + "line": 446, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17030, - "end": 17044, + "start": 17084, + "end": 17098, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 442, + "line": 443, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 17030, - "end": 17034, + "start": 17084, + "end": 17088, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 442, + "line": 443, "column": 20 } }, @@ -146685,15 +147730,15 @@ }, "property": { "type": "Identifier", - "start": 17035, - "end": 17044, + "start": 17089, + "end": 17098, "loc": { "start": { - "line": 442, + "line": 443, "column": 21 }, "end": { - "line": 442, + "line": 443, "column": 30 }, "identifierName": "mediaType" @@ -146705,30 +147750,30 @@ }, "right": { "type": "ObjectExpression", - "start": 17047, - "end": 17193, + "start": 17101, + "end": 17247, "loc": { "start": { - "line": 442, + "line": 443, "column": 33 }, "end": { - "line": 445, + "line": 446, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 17069, - "end": 17141, + "start": 17123, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 20 }, "end": { - "line": 443, + "line": 444, "column": 92 } }, @@ -146737,15 +147782,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 17069, - "end": 17074, + "start": 17123, + "end": 17128, "loc": { "start": { - "line": 443, + "line": 444, "column": 20 }, "end": { - "line": 443, + "line": 444, "column": 25 }, "identifierName": "audio" @@ -146754,72 +147799,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 17076, - "end": 17141, + "start": 17130, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 27 }, "end": { - "line": 443, + "line": 444, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 17077, - "end": 17108, + "start": 17131, + "end": 17162, "loc": { "start": { - "line": 443, + "line": 444, "column": 28 }, "end": { - "line": 443, + "line": 444, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 17077, - "end": 17099, + "start": 17131, + "end": 17153, "loc": { "start": { - "line": 443, + "line": 444, "column": 28 }, "end": { - "line": 443, + "line": 444, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 17077, - "end": 17081, + "start": 17131, + "end": 17135, "loc": { "start": { - "line": 443, + "line": 444, "column": 28 }, "end": { - "line": 443, + "line": 444, "column": 32 } } }, "property": { "type": "Identifier", - "start": 17082, - "end": 17099, + "start": 17136, + "end": 17153, "loc": { "start": { - "line": 443, + "line": 444, "column": 33 }, "end": { - "line": 443, + "line": 444, "column": 50 }, "identifierName": "audioRecorderType" @@ -146831,15 +147876,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 17104, - "end": 17108, + "start": 17158, + "end": 17162, "loc": { "start": { - "line": 443, + "line": 444, "column": 55 }, "end": { - "line": 443, + "line": 444, "column": 59 }, "identifierName": "AUTO" @@ -146848,20 +147893,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 17076 + "parenStart": 17130 } }, "consequent": { "type": "BooleanLiteral", - "start": 17112, - "end": 17116, + "start": 17166, + "end": 17170, "loc": { "start": { - "line": 443, + "line": 444, "column": 63 }, "end": { - "line": 443, + "line": 444, "column": 67 } }, @@ -146869,44 +147914,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 17119, - "end": 17141, + "start": 17173, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 70 }, "end": { - "line": 443, + "line": 444, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 17119, - "end": 17123, + "start": 17173, + "end": 17177, "loc": { "start": { - "line": 443, + "line": 444, "column": 70 }, "end": { - "line": 443, + "line": 444, "column": 74 } } }, "property": { "type": "Identifier", - "start": 17124, - "end": 17141, + "start": 17178, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 75 }, "end": { - "line": 443, + "line": 444, "column": 92 }, "identifierName": "audioRecorderType" @@ -146919,15 +147964,15 @@ }, { "type": "ObjectProperty", - "start": 17163, - "end": 17175, + "start": 17217, + "end": 17229, "loc": { "start": { - "line": 444, + "line": 445, "column": 20 }, "end": { - "line": 444, + "line": 445, "column": 32 } }, @@ -146936,15 +147981,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 17163, - "end": 17168, + "start": 17217, + "end": 17222, "loc": { "start": { - "line": 444, + "line": 445, "column": 20 }, "end": { - "line": 444, + "line": 445, "column": 25 }, "identifierName": "video" @@ -146953,15 +147998,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 17170, - "end": 17175, + "start": 17224, + "end": 17229, "loc": { "start": { - "line": 444, + "line": 445, "column": 27 }, "end": { - "line": 444, + "line": 445, "column": 32 } }, @@ -146976,15 +148021,15 @@ { "type": "CommentLine", "value": " setup microphone", - "start": 16994, - "end": 17013, + "start": 17048, + "end": 17067, "loc": { "start": { - "line": 441, + "line": 442, "column": 16 }, "end": { - "line": 441, + "line": 442, "column": 35 } } @@ -146994,15 +148039,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 17211, - "end": 17250, + "start": 17265, + "end": 17304, "loc": { "start": { - "line": 446, + "line": 447, "column": 16 }, "end": { - "line": 446, + "line": 447, "column": 55 } } @@ -147011,99 +148056,99 @@ }, { "type": "ExpressionStatement", - "start": 17267, - "end": 17366, + "start": 17321, + "end": 17420, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 448, + "line": 449, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 17267, - "end": 17365, + "start": 17321, + "end": 17419, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 448, + "line": 449, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 17267, - "end": 17299, + "start": 17321, + "end": 17353, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 17267, - "end": 17296, + "start": 17321, + "end": 17350, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17267, - "end": 17285, + "start": 17321, + "end": 17339, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17267, - "end": 17278, + "start": 17321, + "end": 17332, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17267, - "end": 17271, + "start": 17321, + "end": 17325, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 20 } }, @@ -147111,15 +148156,15 @@ }, "property": { "type": "Identifier", - "start": 17272, - "end": 17278, + "start": 17326, + "end": 17332, "loc": { "start": { - "line": 447, + "line": 448, "column": 21 }, "end": { - "line": 447, + "line": 448, "column": 27 }, "identifierName": "surfer" @@ -147131,15 +148176,15 @@ }, "property": { "type": "Identifier", - "start": 17279, - "end": 17285, + "start": 17333, + "end": 17339, "loc": { "start": { - "line": 447, + "line": 448, "column": 28 }, "end": { - "line": 447, + "line": 448, "column": 34 }, "identifierName": "surfer" @@ -147151,15 +148196,15 @@ }, "property": { "type": "Identifier", - "start": 17286, - "end": 17296, + "start": 17340, + "end": 17350, "loc": { "start": { - "line": 447, + "line": 448, "column": 35 }, "end": { - "line": 447, + "line": 448, "column": 45 }, "identifierName": "microphone" @@ -147171,15 +148216,15 @@ }, "property": { "type": "Identifier", - "start": 17297, - "end": 17299, + "start": 17351, + "end": 17353, "loc": { "start": { - "line": 447, + "line": 448, "column": 46 }, "end": { - "line": 447, + "line": 448, "column": 48 }, "identifierName": "un" @@ -147192,29 +148237,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17300, - "end": 17318, + "start": 17354, + "end": 17372, "loc": { "start": { - "line": 447, + "line": 448, "column": 49 }, "end": { - "line": 447, + "line": 448, "column": 67 } }, "object": { "type": "Identifier", - "start": 17300, - "end": 17305, + "start": 17354, + "end": 17359, "loc": { "start": { - "line": 447, + "line": 448, "column": 49 }, "end": { - "line": 447, + "line": 448, "column": 54 }, "identifierName": "Event" @@ -147223,15 +148268,15 @@ }, "property": { "type": "Identifier", - "start": 17306, - "end": 17318, + "start": 17360, + "end": 17372, "loc": { "start": { - "line": 447, + "line": 448, "column": 55 }, "end": { - "line": 447, + "line": 448, "column": 67 }, "identifierName": "DEVICE_READY" @@ -147242,44 +148287,44 @@ }, { "type": "MemberExpression", - "start": 17340, - "end": 17364, + "start": 17394, + "end": 17418, "loc": { "start": { - "line": 448, + "line": 449, "column": 20 }, "end": { - "line": 448, + "line": 449, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 17340, - "end": 17344, + "start": 17394, + "end": 17398, "loc": { "start": { - "line": 448, + "line": 449, "column": 20 }, "end": { - "line": 448, + "line": 449, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17345, - "end": 17364, + "start": 17399, + "end": 17418, "loc": { "start": { - "line": 448, + "line": 449, "column": 25 }, "end": { - "line": 448, + "line": 449, "column": 44 }, "identifierName": "deviceReadyCallback" @@ -147295,15 +148340,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 17211, - "end": 17250, + "start": 17265, + "end": 17304, "loc": { "start": { - "line": 446, + "line": 447, "column": 16 }, "end": { - "line": 446, + "line": 447, "column": 55 } } @@ -147312,114 +148357,114 @@ }, { "type": "ExpressionStatement", - "start": 17383, - "end": 17482, + "start": 17437, + "end": 17536, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 450, + "line": 451, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 17383, - "end": 17481, + "start": 17437, + "end": 17535, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 450, + "line": 451, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 17383, - "end": 17415, + "start": 17437, + "end": 17469, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 17383, - "end": 17412, + "start": 17437, + "end": 17466, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17383, - "end": 17401, + "start": 17437, + "end": 17455, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17383, - "end": 17394, + "start": 17437, + "end": 17448, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17383, - "end": 17387, + "start": 17437, + "end": 17441, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17388, - "end": 17394, + "start": 17442, + "end": 17448, "loc": { "start": { - "line": 449, + "line": 450, "column": 21 }, "end": { - "line": 449, + "line": 450, "column": 27 }, "identifierName": "surfer" @@ -147430,15 +148475,15 @@ }, "property": { "type": "Identifier", - "start": 17395, - "end": 17401, + "start": 17449, + "end": 17455, "loc": { "start": { - "line": 449, + "line": 450, "column": 28 }, "end": { - "line": 449, + "line": 450, "column": 34 }, "identifierName": "surfer" @@ -147449,15 +148494,15 @@ }, "property": { "type": "Identifier", - "start": 17402, - "end": 17412, + "start": 17456, + "end": 17466, "loc": { "start": { - "line": 449, + "line": 450, "column": 35 }, "end": { - "line": 449, + "line": 450, "column": 45 }, "identifierName": "microphone" @@ -147468,15 +148513,15 @@ }, "property": { "type": "Identifier", - "start": 17413, - "end": 17415, + "start": 17467, + "end": 17469, "loc": { "start": { - "line": 449, + "line": 450, "column": 46 }, "end": { - "line": 449, + "line": 450, "column": 48 }, "identifierName": "un" @@ -147488,29 +148533,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17416, - "end": 17434, + "start": 17470, + "end": 17488, "loc": { "start": { - "line": 449, + "line": 450, "column": 49 }, "end": { - "line": 449, + "line": 450, "column": 67 } }, "object": { "type": "Identifier", - "start": 17416, - "end": 17421, + "start": 17470, + "end": 17475, "loc": { "start": { - "line": 449, + "line": 450, "column": 49 }, "end": { - "line": 449, + "line": 450, "column": 54 }, "identifierName": "Event" @@ -147519,15 +148564,15 @@ }, "property": { "type": "Identifier", - "start": 17422, - "end": 17434, + "start": 17476, + "end": 17488, "loc": { "start": { - "line": 449, + "line": 450, "column": 55 }, "end": { - "line": 449, + "line": 450, "column": 67 }, "identifierName": "DEVICE_ERROR" @@ -147538,44 +148583,44 @@ }, { "type": "MemberExpression", - "start": 17456, - "end": 17480, + "start": 17510, + "end": 17534, "loc": { "start": { - "line": 450, + "line": 451, "column": 20 }, "end": { - "line": 450, + "line": 451, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 17456, - "end": 17460, + "start": 17510, + "end": 17514, "loc": { "start": { - "line": 450, + "line": 451, "column": 20 }, "end": { - "line": 450, + "line": 451, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17461, - "end": 17480, + "start": 17515, + "end": 17534, "loc": { "start": { - "line": 450, + "line": 451, "column": 25 }, "end": { - "line": 450, + "line": 451, "column": 44 }, "identifierName": "deviceErrorCallback" @@ -147590,15 +148635,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 17500, - "end": 17533, + "start": 17554, + "end": 17587, "loc": { "start": { - "line": 452, + "line": 453, "column": 16 }, "end": { - "line": 452, + "line": 453, "column": 49 } } @@ -147607,99 +148652,99 @@ }, { "type": "ExpressionStatement", - "start": 17550, - "end": 17649, + "start": 17604, + "end": 17703, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 454, + "line": 455, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 17550, - "end": 17648, + "start": 17604, + "end": 17702, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 454, + "line": 455, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 17550, - "end": 17582, + "start": 17604, + "end": 17636, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 17550, - "end": 17579, + "start": 17604, + "end": 17633, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17550, - "end": 17568, + "start": 17604, + "end": 17622, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17550, - "end": 17561, + "start": 17604, + "end": 17615, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17550, - "end": 17554, + "start": 17604, + "end": 17608, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 20 } }, @@ -147707,15 +148752,15 @@ }, "property": { "type": "Identifier", - "start": 17555, - "end": 17561, + "start": 17609, + "end": 17615, "loc": { "start": { - "line": 453, + "line": 454, "column": 21 }, "end": { - "line": 453, + "line": 454, "column": 27 }, "identifierName": "surfer" @@ -147727,15 +148772,15 @@ }, "property": { "type": "Identifier", - "start": 17562, - "end": 17568, + "start": 17616, + "end": 17622, "loc": { "start": { - "line": 453, + "line": 454, "column": 28 }, "end": { - "line": 453, + "line": 454, "column": 34 }, "identifierName": "surfer" @@ -147747,15 +148792,15 @@ }, "property": { "type": "Identifier", - "start": 17569, - "end": 17579, + "start": 17623, + "end": 17633, "loc": { "start": { - "line": 453, + "line": 454, "column": 35 }, "end": { - "line": 453, + "line": 454, "column": 45 }, "identifierName": "microphone" @@ -147767,15 +148812,15 @@ }, "property": { "type": "Identifier", - "start": 17580, - "end": 17582, + "start": 17634, + "end": 17636, "loc": { "start": { - "line": 453, + "line": 454, "column": 46 }, "end": { - "line": 453, + "line": 454, "column": 48 }, "identifierName": "on" @@ -147788,29 +148833,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17583, - "end": 17601, + "start": 17637, + "end": 17655, "loc": { "start": { - "line": 453, + "line": 454, "column": 49 }, "end": { - "line": 453, + "line": 454, "column": 67 } }, "object": { "type": "Identifier", - "start": 17583, - "end": 17588, + "start": 17637, + "end": 17642, "loc": { "start": { - "line": 453, + "line": 454, "column": 49 }, "end": { - "line": 453, + "line": 454, "column": 54 }, "identifierName": "Event" @@ -147819,15 +148864,15 @@ }, "property": { "type": "Identifier", - "start": 17589, - "end": 17601, + "start": 17643, + "end": 17655, "loc": { "start": { - "line": 453, + "line": 454, "column": 55 }, "end": { - "line": 453, + "line": 454, "column": 67 }, "identifierName": "DEVICE_READY" @@ -147838,44 +148883,44 @@ }, { "type": "MemberExpression", - "start": 17623, - "end": 17647, + "start": 17677, + "end": 17701, "loc": { "start": { - "line": 454, + "line": 455, "column": 20 }, "end": { - "line": 454, + "line": 455, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 17623, - "end": 17627, + "start": 17677, + "end": 17681, "loc": { "start": { - "line": 454, + "line": 455, "column": 20 }, "end": { - "line": 454, + "line": 455, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17628, - "end": 17647, + "start": 17682, + "end": 17701, "loc": { "start": { - "line": 454, + "line": 455, "column": 25 }, "end": { - "line": 454, + "line": 455, "column": 44 }, "identifierName": "deviceReadyCallback" @@ -147891,15 +148936,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 17500, - "end": 17533, + "start": 17554, + "end": 17587, "loc": { "start": { - "line": 452, + "line": 453, "column": 16 }, "end": { - "line": 452, + "line": 453, "column": 49 } } @@ -147908,114 +148953,114 @@ }, { "type": "ExpressionStatement", - "start": 17666, - "end": 17765, + "start": 17720, + "end": 17819, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 456, + "line": 457, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 17666, - "end": 17764, + "start": 17720, + "end": 17818, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 456, + "line": 457, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 17666, - "end": 17698, + "start": 17720, + "end": 17752, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 17666, - "end": 17695, + "start": 17720, + "end": 17749, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17666, - "end": 17684, + "start": 17720, + "end": 17738, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17666, - "end": 17677, + "start": 17720, + "end": 17731, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17666, - "end": 17670, + "start": 17720, + "end": 17724, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17671, - "end": 17677, + "start": 17725, + "end": 17731, "loc": { "start": { - "line": 455, + "line": 456, "column": 21 }, "end": { - "line": 455, + "line": 456, "column": 27 }, "identifierName": "surfer" @@ -148026,15 +149071,15 @@ }, "property": { "type": "Identifier", - "start": 17678, - "end": 17684, + "start": 17732, + "end": 17738, "loc": { "start": { - "line": 455, + "line": 456, "column": 28 }, "end": { - "line": 455, + "line": 456, "column": 34 }, "identifierName": "surfer" @@ -148045,15 +149090,15 @@ }, "property": { "type": "Identifier", - "start": 17685, - "end": 17695, + "start": 17739, + "end": 17749, "loc": { "start": { - "line": 455, + "line": 456, "column": 35 }, "end": { - "line": 455, + "line": 456, "column": 45 }, "identifierName": "microphone" @@ -148064,15 +149109,15 @@ }, "property": { "type": "Identifier", - "start": 17696, - "end": 17698, + "start": 17750, + "end": 17752, "loc": { "start": { - "line": 455, + "line": 456, "column": 46 }, "end": { - "line": 455, + "line": 456, "column": 48 }, "identifierName": "on" @@ -148084,29 +149129,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 17699, - "end": 17717, + "start": 17753, + "end": 17771, "loc": { "start": { - "line": 455, + "line": 456, "column": 49 }, "end": { - "line": 455, + "line": 456, "column": 67 } }, "object": { "type": "Identifier", - "start": 17699, - "end": 17704, + "start": 17753, + "end": 17758, "loc": { "start": { - "line": 455, + "line": 456, "column": 49 }, "end": { - "line": 455, + "line": 456, "column": 54 }, "identifierName": "Event" @@ -148115,15 +149160,15 @@ }, "property": { "type": "Identifier", - "start": 17705, - "end": 17717, + "start": 17759, + "end": 17771, "loc": { "start": { - "line": 455, + "line": 456, "column": 55 }, "end": { - "line": 455, + "line": 456, "column": 67 }, "identifierName": "DEVICE_ERROR" @@ -148134,44 +149179,44 @@ }, { "type": "MemberExpression", - "start": 17739, - "end": 17763, + "start": 17793, + "end": 17817, "loc": { "start": { - "line": 456, + "line": 457, "column": 20 }, "end": { - "line": 456, + "line": 457, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 17739, - "end": 17743, + "start": 17793, + "end": 17797, "loc": { "start": { - "line": 456, + "line": 457, "column": 20 }, "end": { - "line": 456, + "line": 457, "column": 24 } } }, "property": { "type": "Identifier", - "start": 17744, - "end": 17763, + "start": 17798, + "end": 17817, "loc": { "start": { - "line": 456, + "line": 457, "column": 25 }, "end": { - "line": 456, + "line": 457, "column": 44 }, "identifierName": "deviceErrorCallback" @@ -148186,15 +149231,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 17783, - "end": 17818, + "start": 17837, + "end": 17872, "loc": { "start": { - "line": 458, + "line": 459, "column": 16 }, "end": { - "line": 458, + "line": 459, "column": 51 } } @@ -148203,71 +149248,71 @@ }, { "type": "ExpressionStatement", - "start": 17835, - "end": 17874, + "start": 17889, + "end": 17928, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 17835, - "end": 17873, + "start": 17889, + "end": 17927, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 17835, - "end": 17866, + "start": 17889, + "end": 17920, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 17835, - "end": 17846, + "start": 17889, + "end": 17900, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17835, - "end": 17839, + "start": 17889, + "end": 17893, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 20 } }, @@ -148275,15 +149320,15 @@ }, "property": { "type": "Identifier", - "start": 17840, - "end": 17846, + "start": 17894, + "end": 17900, "loc": { "start": { - "line": 459, + "line": 460, "column": 21 }, "end": { - "line": 459, + "line": 460, "column": 27 }, "identifierName": "surfer" @@ -148295,15 +149340,15 @@ }, "property": { "type": "Identifier", - "start": 17847, - "end": 17866, + "start": 17901, + "end": 17920, "loc": { "start": { - "line": 459, + "line": 460, "column": 28 }, "end": { - "line": 459, + "line": 460, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -148316,15 +149361,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 17867, - "end": 17872, + "start": 17921, + "end": 17926, "loc": { "start": { - "line": 459, + "line": 460, "column": 48 }, "end": { - "line": 459, + "line": 460, "column": 53 } }, @@ -148337,15 +149382,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 17783, - "end": 17818, + "start": 17837, + "end": 17872, "loc": { "start": { - "line": 458, + "line": 459, "column": 16 }, "end": { - "line": 458, + "line": 459, "column": 51 } } @@ -148355,15 +149400,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 17892, - "end": 17918, + "start": 17946, + "end": 17972, "loc": { "start": { - "line": 461, + "line": 462, "column": 16 }, "end": { - "line": 461, + "line": 462, "column": 42 } } @@ -148372,72 +149417,72 @@ }, { "type": "ExpressionStatement", - "start": 17935, - "end": 17963, + "start": 17989, + "end": 18017, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 17935, - "end": 17962, + "start": 17989, + "end": 18016, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 43 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17935, - "end": 17955, + "start": 17989, + "end": 18009, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 17935, - "end": 17946, + "start": 17989, + "end": 18000, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17935, - "end": 17939, + "start": 17989, + "end": 17993, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 20 } }, @@ -148445,15 +149490,15 @@ }, "property": { "type": "Identifier", - "start": 17940, - "end": 17946, + "start": 17994, + "end": 18000, "loc": { "start": { - "line": 462, + "line": 463, "column": 21 }, "end": { - "line": 462, + "line": 463, "column": 27 }, "identifierName": "surfer" @@ -148465,15 +149510,15 @@ }, "property": { "type": "Identifier", - "start": 17947, - "end": 17955, + "start": 18001, + "end": 18009, "loc": { "start": { - "line": 462, + "line": 463, "column": 28 }, "end": { - "line": 462, + "line": 463, "column": 36 }, "identifierName": "liveMode" @@ -148485,15 +149530,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 17958, - "end": 17962, + "start": 18012, + "end": 18016, "loc": { "start": { - "line": 462, + "line": 463, "column": 39 }, "end": { - "line": 462, + "line": 463, "column": 43 } }, @@ -148505,15 +149550,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 17892, - "end": 17918, + "start": 17946, + "end": 17972, "loc": { "start": { - "line": 461, + "line": 462, "column": 16 }, "end": { - "line": 461, + "line": 462, "column": 42 } } @@ -148522,115 +149567,115 @@ }, { "type": "ExpressionStatement", - "start": 17980, - "end": 18025, + "start": 18034, + "end": 18079, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 17980, - "end": 18024, + "start": 18034, + "end": 18078, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 17980, - "end": 18016, + "start": 18034, + "end": 18070, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 17980, - "end": 18009, + "start": 18034, + "end": 18063, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 17980, - "end": 17998, + "start": 18034, + "end": 18052, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 17980, - "end": 17991, + "start": 18034, + "end": 18045, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 17980, - "end": 17984, + "start": 18034, + "end": 18038, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 20 } } }, "property": { "type": "Identifier", - "start": 17985, - "end": 17991, + "start": 18039, + "end": 18045, "loc": { "start": { - "line": 463, + "line": 464, "column": 21 }, "end": { - "line": 463, + "line": 464, "column": 27 }, "identifierName": "surfer" @@ -148641,15 +149686,15 @@ }, "property": { "type": "Identifier", - "start": 17992, - "end": 17998, + "start": 18046, + "end": 18052, "loc": { "start": { - "line": 463, + "line": 464, "column": 28 }, "end": { - "line": 463, + "line": 464, "column": 34 }, "identifierName": "surfer" @@ -148660,15 +149705,15 @@ }, "property": { "type": "Identifier", - "start": 17999, - "end": 18009, + "start": 18053, + "end": 18063, "loc": { "start": { - "line": 463, + "line": 464, "column": 35 }, "end": { - "line": 463, + "line": 464, "column": 45 }, "identifierName": "microphone" @@ -148679,15 +149724,15 @@ }, "property": { "type": "Identifier", - "start": 18010, - "end": 18016, + "start": 18064, + "end": 18070, "loc": { "start": { - "line": 463, + "line": 464, "column": 46 }, "end": { - "line": 463, + "line": 464, "column": 52 }, "identifierName": "paused" @@ -148698,15 +149743,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 18019, - "end": 18024, + "start": 18073, + "end": 18078, "loc": { "start": { - "line": 463, + "line": 464, "column": 55 }, "end": { - "line": 463, + "line": 464, "column": 60 } }, @@ -148717,15 +149762,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 18043, - "end": 18108, + "start": 18097, + "end": 18162, "loc": { "start": { - "line": 465, + "line": 466, "column": 16 }, "end": { - "line": 465, + "line": 466, "column": 81 } } @@ -148733,15 +149778,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 18125, - "end": 18184, + "start": 18179, + "end": 18238, "loc": { "start": { - "line": 466, + "line": 467, "column": 16 }, "end": { - "line": 466, + "line": 467, "column": 75 } } @@ -148749,15 +149794,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 18201, - "end": 18266, + "start": 18255, + "end": 18320, "loc": { "start": { - "line": 467, + "line": 468, "column": 16 }, "end": { - "line": 467, + "line": 468, "column": 81 } } @@ -148765,15 +149810,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 18283, - "end": 18333, + "start": 18337, + "end": 18387, "loc": { "start": { - "line": 468, + "line": 469, "column": 16 }, "end": { - "line": 468, + "line": 469, "column": 66 } } @@ -148782,113 +149827,113 @@ }, { "type": "IfStatement", - "start": 18350, - "end": 18486, + "start": 18404, + "end": 18540, "loc": { "start": { - "line": 469, + "line": 470, "column": 16 }, "end": { - "line": 471, + "line": 472, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 18354, - "end": 18405, + "start": 18408, + "end": 18459, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 71 } }, "left": { "type": "MemberExpression", - "start": 18354, - "end": 18389, + "start": 18408, + "end": 18443, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 18354, - "end": 18383, + "start": 18408, + "end": 18437, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 18354, - "end": 18380, + "start": 18408, + "end": 18434, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18354, - "end": 18372, + "start": 18408, + "end": 18426, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 18354, - "end": 18365, + "start": 18408, + "end": 18419, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 18354, - "end": 18358, + "start": 18408, + "end": 18412, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 24 } }, @@ -148896,15 +149941,15 @@ }, "property": { "type": "Identifier", - "start": 18359, - "end": 18365, + "start": 18413, + "end": 18419, "loc": { "start": { - "line": 469, + "line": 470, "column": 25 }, "end": { - "line": 469, + "line": 470, "column": 31 }, "identifierName": "surfer" @@ -148916,15 +149961,15 @@ }, "property": { "type": "Identifier", - "start": 18366, - "end": 18372, + "start": 18420, + "end": 18426, "loc": { "start": { - "line": 469, + "line": 470, "column": 32 }, "end": { - "line": 469, + "line": 470, "column": 38 }, "identifierName": "surfer" @@ -148936,15 +149981,15 @@ }, "property": { "type": "Identifier", - "start": 18373, - "end": 18380, + "start": 18427, + "end": 18434, "loc": { "start": { - "line": 469, + "line": 470, "column": 39 }, "end": { - "line": 469, + "line": 470, "column": 46 }, "identifierName": "backend" @@ -148956,15 +150001,15 @@ }, "property": { "type": "Identifier", - "start": 18381, - "end": 18383, + "start": 18435, + "end": 18437, "loc": { "start": { - "line": 469, + "line": 470, "column": 47 }, "end": { - "line": 469, + "line": 470, "column": 49 }, "identifierName": "ac" @@ -148976,15 +150021,15 @@ }, "property": { "type": "Identifier", - "start": 18384, - "end": 18389, + "start": 18438, + "end": 18443, "loc": { "start": { - "line": 469, + "line": 470, "column": 50 }, "end": { - "line": 469, + "line": 470, "column": 55 }, "identifierName": "state" @@ -148997,15 +150042,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 18394, - "end": 18405, + "start": 18448, + "end": 18459, "loc": { "start": { - "line": 469, + "line": 470, "column": 60 }, "end": { - "line": 469, + "line": 470, "column": 71 } }, @@ -149019,143 +150064,143 @@ }, "consequent": { "type": "BlockStatement", - "start": 18407, - "end": 18486, + "start": 18461, + "end": 18540, "loc": { "start": { - "line": 469, + "line": 470, "column": 73 }, "end": { - "line": 471, + "line": 472, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 18429, - "end": 18468, + "start": 18483, + "end": 18522, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 18429, - "end": 18467, + "start": 18483, + "end": 18521, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 18429, - "end": 18465, + "start": 18483, + "end": 18519, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 18429, - "end": 18458, + "start": 18483, + "end": 18512, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 18429, - "end": 18455, + "start": 18483, + "end": 18509, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18429, - "end": 18447, + "start": 18483, + "end": 18501, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 18429, - "end": 18440, + "start": 18483, + "end": 18494, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 18429, - "end": 18433, + "start": 18483, + "end": 18487, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 24 } } }, "property": { "type": "Identifier", - "start": 18434, - "end": 18440, + "start": 18488, + "end": 18494, "loc": { "start": { - "line": 470, + "line": 471, "column": 25 }, "end": { - "line": 470, + "line": 471, "column": 31 }, "identifierName": "surfer" @@ -149166,15 +150211,15 @@ }, "property": { "type": "Identifier", - "start": 18441, - "end": 18447, + "start": 18495, + "end": 18501, "loc": { "start": { - "line": 470, + "line": 471, "column": 32 }, "end": { - "line": 470, + "line": 471, "column": 38 }, "identifierName": "surfer" @@ -149185,15 +150230,15 @@ }, "property": { "type": "Identifier", - "start": 18448, - "end": 18455, + "start": 18502, + "end": 18509, "loc": { "start": { - "line": 470, + "line": 471, "column": 39 }, "end": { - "line": 470, + "line": 471, "column": 46 }, "identifierName": "backend" @@ -149204,15 +150249,15 @@ }, "property": { "type": "Identifier", - "start": 18456, - "end": 18458, + "start": 18510, + "end": 18512, "loc": { "start": { - "line": 470, + "line": 471, "column": 47 }, "end": { - "line": 470, + "line": 471, "column": 49 }, "identifierName": "ac" @@ -149223,15 +150268,15 @@ }, "property": { "type": "Identifier", - "start": 18459, - "end": 18465, + "start": 18513, + "end": 18519, "loc": { "start": { - "line": 470, + "line": 471, "column": 50 }, "end": { - "line": 470, + "line": 471, "column": 56 }, "identifierName": "resume" @@ -149252,15 +150297,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 18043, - "end": 18108, + "start": 18097, + "end": 18162, "loc": { "start": { - "line": 465, + "line": 466, "column": 16 }, "end": { - "line": 465, + "line": 466, "column": 81 } } @@ -149268,15 +150313,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 18125, - "end": 18184, + "start": 18179, + "end": 18238, "loc": { "start": { - "line": 466, + "line": 467, "column": 16 }, "end": { - "line": 466, + "line": 467, "column": 75 } } @@ -149284,15 +150329,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 18201, - "end": 18266, + "start": 18255, + "end": 18320, "loc": { "start": { - "line": 467, + "line": 468, "column": 16 }, "end": { - "line": 467, + "line": 468, "column": 81 } } @@ -149300,15 +150345,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 18283, - "end": 18333, + "start": 18337, + "end": 18387, "loc": { "start": { - "line": 468, + "line": 469, "column": 16 }, "end": { - "line": 468, + "line": 469, "column": 66 } } @@ -149318,15 +150363,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 18504, - "end": 18566, + "start": 18558, + "end": 18620, "loc": { "start": { - "line": 473, + "line": 474, "column": 16 }, "end": { - "line": 473, + "line": 474, "column": 78 } } @@ -149334,15 +150379,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 18583, - "end": 18611, + "start": 18637, + "end": 18665, "loc": { "start": { - "line": 474, + "line": 475, "column": 16 }, "end": { - "line": 474, + "line": 475, "column": 44 } } @@ -149351,57 +150396,57 @@ }, { "type": "IfStatement", - "start": 18628, - "end": 19278, + "start": 18682, + "end": 19332, "loc": { "start": { - "line": 475, + "line": 476, "column": 16 }, "end": { - "line": 487, + "line": 488, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 18632, - "end": 18663, + "start": 18686, + "end": 18717, "loc": { "start": { - "line": 475, + "line": 476, "column": 20 }, "end": { - "line": 475, + "line": 476, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 18632, - "end": 18654, + "start": 18686, + "end": 18708, "loc": { "start": { - "line": 475, + "line": 476, "column": 20 }, "end": { - "line": 475, + "line": 476, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 18632, - "end": 18636, + "start": 18686, + "end": 18690, "loc": { "start": { - "line": 475, + "line": 476, "column": 20 }, "end": { - "line": 475, + "line": 476, "column": 24 } }, @@ -149409,15 +150454,15 @@ }, "property": { "type": "Identifier", - "start": 18637, - "end": 18654, + "start": 18691, + "end": 18708, "loc": { "start": { - "line": 475, + "line": 476, "column": 25 }, "end": { - "line": 475, + "line": 476, "column": 42 }, "identifierName": "audioBufferUpdate" @@ -149430,15 +150475,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 18659, - "end": 18663, + "start": 18713, + "end": 18717, "loc": { "start": { - "line": 475, + "line": 476, "column": 47 }, "end": { - "line": 475, + "line": 476, "column": 51 } }, @@ -149448,130 +150493,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 18665, - "end": 19278, + "start": 18719, + "end": 19332, "loc": { "start": { - "line": 475, + "line": 476, "column": 53 }, "end": { - "line": 487, + "line": 488, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 18687, - "end": 19260, + "start": 18741, + "end": 19314, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 486, + "line": 487, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 18687, - "end": 19259, + "start": 18741, + "end": 19313, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 486, + "line": 487, "column": 21 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 18687, - "end": 18737, + "start": 18741, + "end": 18791, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 70 } }, "object": { "type": "MemberExpression", - "start": 18687, - "end": 18716, + "start": 18741, + "end": 18770, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 18687, - "end": 18705, + "start": 18741, + "end": 18759, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 18687, - "end": 18698, + "start": 18741, + "end": 18752, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 18687, - "end": 18691, + "start": 18741, + "end": 18745, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 24 } } }, "property": { "type": "Identifier", - "start": 18692, - "end": 18698, + "start": 18746, + "end": 18752, "loc": { "start": { - "line": 476, + "line": 477, "column": 25 }, "end": { - "line": 476, + "line": 477, "column": 31 }, "identifierName": "surfer" @@ -149582,15 +150627,15 @@ }, "property": { "type": "Identifier", - "start": 18699, - "end": 18705, + "start": 18753, + "end": 18759, "loc": { "start": { - "line": 476, + "line": 477, "column": 32 }, "end": { - "line": 476, + "line": 477, "column": 38 }, "identifierName": "surfer" @@ -149601,15 +150646,15 @@ }, "property": { "type": "Identifier", - "start": 18706, - "end": 18716, + "start": 18760, + "end": 18770, "loc": { "start": { - "line": 476, + "line": 477, "column": 39 }, "end": { - "line": 476, + "line": 477, "column": 49 }, "identifierName": "microphone" @@ -149620,15 +150665,15 @@ }, "property": { "type": "Identifier", - "start": 18717, - "end": 18737, + "start": 18771, + "end": 18791, "loc": { "start": { - "line": 476, + "line": 477, "column": 50 }, "end": { - "line": 476, + "line": 477, "column": 70 }, "identifierName": "reloadBufferFunction" @@ -149639,15 +150684,15 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 18740, - "end": 19259, + "start": 18794, + "end": 19313, "loc": { "start": { - "line": 476, + "line": 477, "column": 73 }, "end": { - "line": 486, + "line": 487, "column": 21 } }, @@ -149658,15 +150703,15 @@ "params": [ { "type": "Identifier", - "start": 18741, - "end": 18746, + "start": 18795, + "end": 18800, "loc": { "start": { - "line": 476, + "line": 477, "column": 74 }, "end": { - "line": 476, + "line": 477, "column": 79 }, "identifierName": "event" @@ -149676,44 +150721,44 @@ ], "body": { "type": "BlockStatement", - "start": 18751, - "end": 19259, + "start": 18805, + "end": 19313, "loc": { "start": { - "line": 476, + "line": 477, "column": 84 }, "end": { - "line": 486, + "line": 487, "column": 21 } }, "body": [ { "type": "IfStatement", - "start": 18777, - "end": 19237, + "start": 18831, + "end": 19291, "loc": { "start": { - "line": 477, + "line": 478, "column": 24 }, "end": { - "line": 485, + "line": 486, "column": 25 } }, "test": { "type": "UnaryExpression", - "start": 18781, - "end": 18818, + "start": 18835, + "end": 18872, "loc": { "start": { - "line": 477, + "line": 478, "column": 28 }, "end": { - "line": 477, + "line": 478, "column": 65 } }, @@ -149721,86 +150766,86 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 18782, - "end": 18818, + "start": 18836, + "end": 18872, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 18782, - "end": 18811, + "start": 18836, + "end": 18865, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 18782, - "end": 18800, + "start": 18836, + "end": 18854, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 18782, - "end": 18793, + "start": 18836, + "end": 18847, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 18782, - "end": 18786, + "start": 18836, + "end": 18840, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 33 } } }, "property": { "type": "Identifier", - "start": 18787, - "end": 18793, + "start": 18841, + "end": 18847, "loc": { "start": { - "line": 477, + "line": 478, "column": 34 }, "end": { - "line": 477, + "line": 478, "column": 40 }, "identifierName": "surfer" @@ -149811,15 +150856,15 @@ }, "property": { "type": "Identifier", - "start": 18794, - "end": 18800, + "start": 18848, + "end": 18854, "loc": { "start": { - "line": 477, + "line": 478, "column": 41 }, "end": { - "line": 477, + "line": 478, "column": 47 }, "identifierName": "surfer" @@ -149830,15 +150875,15 @@ }, "property": { "type": "Identifier", - "start": 18801, - "end": 18811, + "start": 18855, + "end": 18865, "loc": { "start": { - "line": 477, + "line": 478, "column": 48 }, "end": { - "line": 477, + "line": 478, "column": 58 }, "identifierName": "microphone" @@ -149849,15 +150894,15 @@ }, "property": { "type": "Identifier", - "start": 18812, - "end": 18818, + "start": 18866, + "end": 18872, "loc": { "start": { - "line": 477, + "line": 478, "column": 59 }, "end": { - "line": 477, + "line": 478, "column": 65 }, "identifierName": "paused" @@ -149872,100 +150917,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 18820, - "end": 19237, + "start": 18874, + "end": 19291, "loc": { "start": { - "line": 477, + "line": 478, "column": 67 }, "end": { - "line": 485, + "line": 486, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 18888, - "end": 18915, + "start": 18942, + "end": 18969, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 18888, - "end": 18914, + "start": 18942, + "end": 18968, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 18888, - "end": 18912, + "start": 18942, + "end": 18966, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 18888, - "end": 18906, + "start": 18942, + "end": 18960, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18888, - "end": 18899, + "start": 18942, + "end": 18953, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18888, - "end": 18892, + "start": 18942, + "end": 18946, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 32 } }, @@ -149973,15 +151018,15 @@ }, "property": { "type": "Identifier", - "start": 18893, - "end": 18899, + "start": 18947, + "end": 18953, "loc": { "start": { - "line": 479, + "line": 480, "column": 33 }, "end": { - "line": 479, + "line": 480, "column": 39 }, "identifierName": "surfer" @@ -149993,15 +151038,15 @@ }, "property": { "type": "Identifier", - "start": 18900, - "end": 18906, + "start": 18954, + "end": 18960, "loc": { "start": { - "line": 479, + "line": 480, "column": 40 }, "end": { - "line": 479, + "line": 480, "column": 46 }, "identifierName": "surfer" @@ -150013,15 +151058,15 @@ }, "property": { "type": "Identifier", - "start": 18907, - "end": 18912, + "start": 18961, + "end": 18966, "loc": { "start": { - "line": 479, + "line": 480, "column": 47 }, "end": { - "line": 479, + "line": 480, "column": 52 }, "identifierName": "empty" @@ -150038,15 +151083,15 @@ { "type": "CommentLine", "value": " redraw", - "start": 18850, - "end": 18859, + "start": 18904, + "end": 18913, "loc": { "start": { - "line": 478, + "line": 479, "column": 28 }, "end": { - "line": 478, + "line": 479, "column": 37 } } @@ -150055,100 +151100,100 @@ }, { "type": "ExpressionStatement", - "start": 18944, - "end": 19000, + "start": 18998, + "end": 19054, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 84 } }, "expression": { "type": "CallExpression", - "start": 18944, - "end": 18999, + "start": 18998, + "end": 19053, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 83 } }, "callee": { "type": "MemberExpression", - "start": 18944, - "end": 18980, + "start": 18998, + "end": 19034, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 18944, - "end": 18962, + "start": 18998, + "end": 19016, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 18944, - "end": 18955, + "start": 18998, + "end": 19009, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 18944, - "end": 18948, + "start": 18998, + "end": 19002, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 32 } } }, "property": { "type": "Identifier", - "start": 18949, - "end": 18955, + "start": 19003, + "end": 19009, "loc": { "start": { - "line": 480, + "line": 481, "column": 33 }, "end": { - "line": 480, + "line": 481, "column": 39 }, "identifierName": "surfer" @@ -150159,15 +151204,15 @@ }, "property": { "type": "Identifier", - "start": 18956, - "end": 18962, + "start": 19010, + "end": 19016, "loc": { "start": { - "line": 480, + "line": 481, "column": 40 }, "end": { - "line": 480, + "line": 481, "column": 46 }, "identifierName": "surfer" @@ -150178,15 +151223,15 @@ }, "property": { "type": "Identifier", - "start": 18963, - "end": 18980, + "start": 19017, + "end": 19034, "loc": { "start": { - "line": 480, + "line": 481, "column": 47 }, "end": { - "line": 480, + "line": 481, "column": 64 }, "identifierName": "loadDecodedBuffer" @@ -150198,29 +151243,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 18981, - "end": 18998, + "start": 19035, + "end": 19052, "loc": { "start": { - "line": 480, + "line": 481, "column": 65 }, "end": { - "line": 480, + "line": 481, "column": 82 } }, "object": { "type": "Identifier", - "start": 18981, - "end": 18986, + "start": 19035, + "end": 19040, "loc": { "start": { - "line": 480, + "line": 481, "column": 65 }, "end": { - "line": 480, + "line": 481, "column": 70 }, "identifierName": "event" @@ -150229,15 +151274,15 @@ }, "property": { "type": "Identifier", - "start": 18987, - "end": 18998, + "start": 19041, + "end": 19052, "loc": { "start": { - "line": 480, + "line": 481, "column": 71 }, "end": { - "line": 480, + "line": 481, "column": 82 }, "identifierName": "inputBuffer" @@ -150252,15 +151297,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 19030, - "end": 19061, + "start": 19084, + "end": 19115, "loc": { "start": { - "line": 482, + "line": 483, "column": 28 }, "end": { - "line": 482, + "line": 483, "column": 59 } } @@ -150269,72 +151314,72 @@ }, { "type": "ExpressionStatement", - "start": 19090, - "end": 19135, + "start": 19144, + "end": 19189, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 19090, - "end": 19134, + "start": 19144, + "end": 19188, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19090, - "end": 19114, + "start": 19144, + "end": 19168, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 19090, - "end": 19101, + "start": 19144, + "end": 19155, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 19090, - "end": 19094, + "start": 19144, + "end": 19148, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 32 } }, @@ -150342,15 +151387,15 @@ }, "property": { "type": "Identifier", - "start": 19095, - "end": 19101, + "start": 19149, + "end": 19155, "loc": { "start": { - "line": 483, + "line": 484, "column": 33 }, "end": { - "line": 483, + "line": 484, "column": 39 }, "identifierName": "player" @@ -150362,15 +151407,15 @@ }, "property": { "type": "Identifier", - "start": 19102, - "end": 19114, + "start": 19156, + "end": 19168, "loc": { "start": { - "line": 483, + "line": 484, "column": 40 }, "end": { - "line": 483, + "line": 484, "column": 52 }, "identifierName": "recordedData" @@ -150382,29 +151427,29 @@ }, "right": { "type": "MemberExpression", - "start": 19117, - "end": 19134, + "start": 19171, + "end": 19188, "loc": { "start": { - "line": 483, + "line": 484, "column": 55 }, "end": { - "line": 483, + "line": 484, "column": 72 } }, "object": { "type": "Identifier", - "start": 19117, - "end": 19122, + "start": 19171, + "end": 19176, "loc": { "start": { - "line": 483, + "line": 484, "column": 55 }, "end": { - "line": 483, + "line": 484, "column": 60 }, "identifierName": "event" @@ -150413,15 +151458,15 @@ }, "property": { "type": "Identifier", - "start": 19123, - "end": 19134, + "start": 19177, + "end": 19188, "loc": { "start": { - "line": 483, + "line": 484, "column": 61 }, "end": { - "line": 483, + "line": 484, "column": 72 }, "identifierName": "inputBuffer" @@ -150436,15 +151481,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 19030, - "end": 19061, + "start": 19084, + "end": 19115, "loc": { "start": { - "line": 482, + "line": 483, "column": 28 }, "end": { - "line": 482, + "line": 483, "column": 59 } } @@ -150453,86 +151498,86 @@ }, { "type": "ExpressionStatement", - "start": 19164, - "end": 19211, + "start": 19218, + "end": 19265, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 19164, - "end": 19210, + "start": 19218, + "end": 19264, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 19164, - "end": 19183, + "start": 19218, + "end": 19237, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 19164, - "end": 19175, + "start": 19218, + "end": 19229, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 19164, - "end": 19168, + "start": 19218, + "end": 19222, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19169, - "end": 19175, + "start": 19223, + "end": 19229, "loc": { "start": { - "line": 484, + "line": 485, "column": 33 }, "end": { - "line": 484, + "line": 485, "column": 39 }, "identifierName": "player" @@ -150543,15 +151588,15 @@ }, "property": { "type": "Identifier", - "start": 19176, - "end": 19183, + "start": 19230, + "end": 19237, "loc": { "start": { - "line": 484, + "line": 485, "column": 40 }, "end": { - "line": 484, + "line": 485, "column": 47 }, "identifierName": "trigger" @@ -150563,29 +151608,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 19184, - "end": 19209, + "start": 19238, + "end": 19263, "loc": { "start": { - "line": 484, + "line": 485, "column": 48 }, "end": { - "line": 484, + "line": 485, "column": 73 } }, "object": { "type": "Identifier", - "start": 19184, - "end": 19189, + "start": 19238, + "end": 19243, "loc": { "start": { - "line": 484, + "line": 485, "column": 48 }, "end": { - "line": 484, + "line": 485, "column": 53 }, "identifierName": "Event" @@ -150594,15 +151639,15 @@ }, "property": { "type": "Identifier", - "start": 19190, - "end": 19209, + "start": 19244, + "end": 19263, "loc": { "start": { - "line": 484, + "line": 485, "column": 54 }, "end": { - "line": 484, + "line": 485, "column": 73 }, "identifierName": "AUDIO_BUFFER_UPDATE" @@ -150634,15 +151679,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 18504, - "end": 18566, + "start": 18558, + "end": 18620, "loc": { "start": { - "line": 473, + "line": 474, "column": 16 }, "end": { - "line": 473, + "line": 474, "column": 78 } } @@ -150650,15 +151695,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 18583, - "end": 18611, + "start": 18637, + "end": 18665, "loc": { "start": { - "line": 474, + "line": 475, "column": 16 }, "end": { - "line": 474, + "line": 475, "column": 44 } } @@ -150668,15 +151713,15 @@ { "type": "CommentLine", "value": " open browser device selection/permissions dialog", - "start": 19295, - "end": 19346, + "start": 19349, + "end": 19400, "loc": { "start": { - "line": 488, + "line": 489, "column": 16 }, "end": { - "line": 488, + "line": 489, "column": 67 } } @@ -150685,99 +151730,99 @@ }, { "type": "ExpressionStatement", - "start": 19363, - "end": 19401, + "start": 19417, + "end": 19455, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 19363, - "end": 19400, + "start": 19417, + "end": 19454, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 19363, - "end": 19398, + "start": 19417, + "end": 19452, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 19363, - "end": 19392, + "start": 19417, + "end": 19446, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 19363, - "end": 19381, + "start": 19417, + "end": 19435, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 19363, - "end": 19374, + "start": 19417, + "end": 19428, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 19363, - "end": 19367, + "start": 19417, + "end": 19421, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 20 } }, @@ -150785,15 +151830,15 @@ }, "property": { "type": "Identifier", - "start": 19368, - "end": 19374, + "start": 19422, + "end": 19428, "loc": { "start": { - "line": 489, + "line": 490, "column": 21 }, "end": { - "line": 489, + "line": 490, "column": 27 }, "identifierName": "surfer" @@ -150805,15 +151850,15 @@ }, "property": { "type": "Identifier", - "start": 19375, - "end": 19381, + "start": 19429, + "end": 19435, "loc": { "start": { - "line": 489, + "line": 490, "column": 28 }, "end": { - "line": 489, + "line": 490, "column": 34 }, "identifierName": "surfer" @@ -150825,15 +151870,15 @@ }, "property": { "type": "Identifier", - "start": 19382, - "end": 19392, + "start": 19436, + "end": 19446, "loc": { "start": { - "line": 489, + "line": 490, "column": 35 }, "end": { - "line": 489, + "line": 490, "column": 45 }, "identifierName": "microphone" @@ -150845,15 +151890,15 @@ }, "property": { "type": "Identifier", - "start": 19393, - "end": 19398, + "start": 19447, + "end": 19452, "loc": { "start": { - "line": 489, + "line": 490, "column": 46 }, "end": { - "line": 489, + "line": 490, "column": 51 }, "identifierName": "start" @@ -150870,15 +151915,15 @@ { "type": "CommentLine", "value": " open browser device selection/permissions dialog", - "start": 19295, - "end": 19346, + "start": 19349, + "end": 19400, "loc": { "start": { - "line": 488, + "line": 489, "column": 16 }, "end": { - "line": 488, + "line": 489, "column": 67 } } @@ -150887,15 +151932,15 @@ }, { "type": "BreakStatement", - "start": 19418, - "end": 19424, + "start": 19472, + "end": 19478, "loc": { "start": { - "line": 490, + "line": 491, "column": 16 }, "end": { - "line": 490, + "line": 491, "column": 22 } }, @@ -150904,15 +151949,15 @@ ], "test": { "type": "Identifier", - "start": 16966, - "end": 16976, + "start": 17020, + "end": 17030, "loc": { "start": { - "line": 440, + "line": 441, "column": 17 }, "end": { - "line": 440, + "line": 441, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -150922,30 +151967,30 @@ }, { "type": "SwitchCase", - "start": 19438, - "end": 19454, + "start": 19492, + "end": 19508, "loc": { "start": { - "line": 492, + "line": 493, "column": 12 }, "end": { - "line": 492, + "line": 493, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 19443, - "end": 19453, + "start": 19497, + "end": 19507, "loc": { "start": { - "line": 492, + "line": 493, "column": 17 }, "end": { - "line": 492, + "line": 493, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -150955,101 +152000,101 @@ }, { "type": "SwitchCase", - "start": 19467, - "end": 20383, + "start": 19521, + "end": 20437, "loc": { "start": { - "line": 493, + "line": 494, "column": 12 }, "end": { - "line": 513, + "line": 514, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 19500, - "end": 19786, + "start": 19554, + "end": 19840, "loc": { "start": { - "line": 494, + "line": 495, "column": 16 }, "end": { - "line": 498, + "line": 499, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 19504, - "end": 19539, + "start": 19558, + "end": 19593, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 55 } }, "left": { "type": "CallExpression", - "start": 19504, - "end": 19524, + "start": 19558, + "end": 19578, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 19504, - "end": 19522, + "start": 19558, + "end": 19576, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 19504, - "end": 19508, + "start": 19558, + "end": 19562, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 24 } } }, "property": { "type": "Identifier", - "start": 19509, - "end": 19522, + "start": 19563, + "end": 19576, "loc": { "start": { - "line": 494, + "line": 495, "column": 25 }, "end": { - "line": 494, + "line": 495, "column": 38 }, "identifierName": "getRecordType" @@ -151063,15 +152108,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19529, - "end": 19539, + "start": 19583, + "end": 19593, "loc": { "start": { - "line": 494, + "line": 495, "column": 45 }, "end": { - "line": 494, + "line": 495, "column": 55 }, "identifierName": "IMAGE_ONLY" @@ -151081,128 +152126,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 19541, - "end": 19786, + "start": 19595, + "end": 19840, "loc": { "start": { - "line": 494, + "line": 495, "column": 57 }, "end": { - "line": 498, + "line": 499, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 19656, - "end": 19768, + "start": 19710, + "end": 19822, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 497, + "line": 498, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 19656, - "end": 19767, + "start": 19710, + "end": 19821, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 497, + "line": 498, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 19656, - "end": 19700, + "start": 19710, + "end": 19754, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 64 } }, "object": { "type": "MemberExpression", - "start": 19656, - "end": 19683, + "start": 19710, + "end": 19737, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 47 } }, "object": { "type": "CallExpression", - "start": 19656, - "end": 19672, + "start": 19710, + "end": 19726, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 19656, - "end": 19670, + "start": 19710, + "end": 19724, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 19656, - "end": 19667, + "start": 19710, + "end": 19721, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 19656, - "end": 19660, + "start": 19710, + "end": 19714, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 24 } }, @@ -151210,15 +152255,15 @@ }, "property": { "type": "Identifier", - "start": 19661, - "end": 19667, + "start": 19715, + "end": 19721, "loc": { "start": { - "line": 496, + "line": 497, "column": 25 }, "end": { - "line": 496, + "line": 497, "column": 31 }, "identifierName": "player" @@ -151230,15 +152275,15 @@ }, "property": { "type": "Identifier", - "start": 19668, - "end": 19670, + "start": 19722, + "end": 19724, "loc": { "start": { - "line": 496, + "line": 497, "column": 32 }, "end": { - "line": 496, + "line": 497, "column": 34 }, "identifierName": "el" @@ -151253,15 +152298,15 @@ }, "property": { "type": "Identifier", - "start": 19673, - "end": 19683, + "start": 19727, + "end": 19737, "loc": { "start": { - "line": 496, + "line": 497, "column": 37 }, "end": { - "line": 496, + "line": 497, "column": 47 }, "identifierName": "firstChild" @@ -151273,15 +152318,15 @@ }, "property": { "type": "Identifier", - "start": 19684, - "end": 19700, + "start": 19738, + "end": 19754, "loc": { "start": { - "line": 496, + "line": 497, "column": 48 }, "end": { - "line": 496, + "line": 497, "column": 64 }, "identifierName": "addEventListener" @@ -151294,29 +152339,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 19701, - "end": 19714, + "start": 19755, + "end": 19768, "loc": { "start": { - "line": 496, + "line": 497, "column": 65 }, "end": { - "line": 496, + "line": 497, "column": 78 } }, "object": { "type": "Identifier", - "start": 19701, - "end": 19706, + "start": 19755, + "end": 19760, "loc": { "start": { - "line": 496, + "line": 497, "column": 65 }, "end": { - "line": 496, + "line": 497, "column": 70 }, "identifierName": "Event" @@ -151325,15 +152370,15 @@ }, "property": { "type": "Identifier", - "start": 19707, - "end": 19714, + "start": 19761, + "end": 19768, "loc": { "start": { - "line": 496, + "line": 497, "column": 71 }, "end": { - "line": 496, + "line": 497, "column": 78 }, "identifierName": "PLAYING" @@ -151344,44 +152389,44 @@ }, { "type": "MemberExpression", - "start": 19740, - "end": 19766, + "start": 19794, + "end": 19820, "loc": { "start": { - "line": 497, + "line": 498, "column": 24 }, "end": { - "line": 497, + "line": 498, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19740, - "end": 19744, + "start": 19794, + "end": 19798, "loc": { "start": { - "line": 497, + "line": 498, "column": 24 }, "end": { - "line": 497, + "line": 498, "column": 28 } } }, "property": { "type": "Identifier", - "start": 19745, - "end": 19766, + "start": 19799, + "end": 19820, "loc": { "start": { - "line": 497, + "line": 498, "column": 29 }, "end": { - "line": 497, + "line": 498, "column": 50 }, "identifierName": "streamVisibleCallback" @@ -151397,15 +152442,15 @@ { "type": "CommentLine", "value": " using player.el() here because this.mediaElement is not available yet", - "start": 19563, - "end": 19635, + "start": 19617, + "end": 19689, "loc": { "start": { - "line": 495, + "line": 496, "column": 20 }, "end": { - "line": 495, + "line": 496, "column": 92 } } @@ -151421,15 +152466,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 19804, - "end": 19819, + "start": 19858, + "end": 19873, "loc": { "start": { - "line": 500, + "line": 501, "column": 16 }, "end": { - "line": 500, + "line": 501, "column": 31 } } @@ -151438,58 +152483,58 @@ }, { "type": "ExpressionStatement", - "start": 19836, - "end": 20000, + "start": 19890, + "end": 20054, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 504, + "line": 505, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 19836, - "end": 19999, + "start": 19890, + "end": 20053, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 504, + "line": 505, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 19836, - "end": 19850, + "start": 19890, + "end": 19904, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 501, + "line": 502, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 19836, - "end": 19840, + "start": 19890, + "end": 19894, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 501, + "line": 502, "column": 20 } }, @@ -151497,15 +152542,15 @@ }, "property": { "type": "Identifier", - "start": 19841, - "end": 19850, + "start": 19895, + "end": 19904, "loc": { "start": { - "line": 501, + "line": 502, "column": 21 }, "end": { - "line": 501, + "line": 502, "column": 30 }, "identifierName": "mediaType" @@ -151517,30 +152562,30 @@ }, "right": { "type": "ObjectExpression", - "start": 19853, - "end": 19999, + "start": 19907, + "end": 20053, "loc": { "start": { - "line": 501, + "line": 502, "column": 33 }, "end": { - "line": 504, + "line": 505, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 19875, - "end": 19887, + "start": 19929, + "end": 19941, "loc": { "start": { - "line": 502, + "line": 503, "column": 20 }, "end": { - "line": 502, + "line": 503, "column": 32 } }, @@ -151549,15 +152594,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19875, - "end": 19880, + "start": 19929, + "end": 19934, "loc": { "start": { - "line": 502, + "line": 503, "column": 20 }, "end": { - "line": 502, + "line": 503, "column": 25 }, "identifierName": "audio" @@ -151566,15 +152611,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 19882, - "end": 19887, + "start": 19936, + "end": 19941, "loc": { "start": { - "line": 502, + "line": 503, "column": 27 }, "end": { - "line": 502, + "line": 503, "column": 32 } }, @@ -151583,15 +152628,15 @@ }, { "type": "ObjectProperty", - "start": 19909, - "end": 19981, + "start": 19963, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 20 }, "end": { - "line": 503, + "line": 504, "column": 92 } }, @@ -151600,15 +152645,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 19909, - "end": 19914, + "start": 19963, + "end": 19968, "loc": { "start": { - "line": 503, + "line": 504, "column": 20 }, "end": { - "line": 503, + "line": 504, "column": 25 }, "identifierName": "video" @@ -151617,72 +152662,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 19916, - "end": 19981, + "start": 19970, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 27 }, "end": { - "line": 503, + "line": 504, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 19917, - "end": 19948, + "start": 19971, + "end": 20002, "loc": { "start": { - "line": 503, + "line": 504, "column": 28 }, "end": { - "line": 503, + "line": 504, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 19917, - "end": 19939, + "start": 19971, + "end": 19993, "loc": { "start": { - "line": 503, + "line": 504, "column": 28 }, "end": { - "line": 503, + "line": 504, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 19917, - "end": 19921, + "start": 19971, + "end": 19975, "loc": { "start": { - "line": 503, + "line": 504, "column": 28 }, "end": { - "line": 503, + "line": 504, "column": 32 } } }, "property": { "type": "Identifier", - "start": 19922, - "end": 19939, + "start": 19976, + "end": 19993, "loc": { "start": { - "line": 503, + "line": 504, "column": 33 }, "end": { - "line": 503, + "line": 504, "column": 50 }, "identifierName": "videoRecorderType" @@ -151694,15 +152739,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 19944, - "end": 19948, + "start": 19998, + "end": 20002, "loc": { "start": { - "line": 503, + "line": 504, "column": 55 }, "end": { - "line": 503, + "line": 504, "column": 59 }, "identifierName": "AUTO" @@ -151711,20 +152756,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 19916 + "parenStart": 19970 } }, "consequent": { "type": "BooleanLiteral", - "start": 19952, - "end": 19956, + "start": 20006, + "end": 20010, "loc": { "start": { - "line": 503, + "line": 504, "column": 63 }, "end": { - "line": 503, + "line": 504, "column": 67 } }, @@ -151732,44 +152777,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 19959, - "end": 19981, + "start": 20013, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 70 }, "end": { - "line": 503, + "line": 504, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 19959, - "end": 19963, + "start": 20013, + "end": 20017, "loc": { "start": { - "line": 503, + "line": 504, "column": 70 }, "end": { - "line": 503, + "line": 504, "column": 74 } } }, "property": { "type": "Identifier", - "start": 19964, - "end": 19981, + "start": 20018, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 75 }, "end": { - "line": 503, + "line": 504, "column": 92 }, "identifierName": "videoRecorderType" @@ -151788,15 +152833,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 19804, - "end": 19819, + "start": 19858, + "end": 19873, "loc": { "start": { - "line": 500, + "line": 501, "column": 16 }, "end": { - "line": 500, + "line": 501, "column": 31 } } @@ -151805,127 +152850,127 @@ }, { "type": "ExpressionStatement", - "start": 20017, - "end": 20360, + "start": 20071, + "end": 20414, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 512, + "line": 513, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 20017, - "end": 20359, + "start": 20071, + "end": 20413, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 512, + "line": 513, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 20017, - "end": 20290, + "start": 20071, + "end": 20344, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 510, + "line": 511, "column": 23 } }, "object": { "type": "CallExpression", - "start": 20017, - "end": 20284, + "start": 20071, + "end": 20338, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 510, + "line": 511, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 20017, - "end": 20215, + "start": 20071, + "end": 20269, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 508, + "line": 509, "column": 23 } }, "object": { "type": "CallExpression", - "start": 20017, - "end": 20210, + "start": 20071, + "end": 20264, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 508, + "line": 509, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 20017, - "end": 20052, + "start": 20071, + "end": 20106, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 505, + "line": 506, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 20017, - "end": 20039, + "start": 20071, + "end": 20093, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 505, + "line": 506, "column": 38 } }, "object": { "type": "Identifier", - "start": 20017, - "end": 20026, + "start": 20071, + "end": 20080, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 505, + "line": 506, "column": 25 }, "identifierName": "navigator" @@ -151934,15 +152979,15 @@ }, "property": { "type": "Identifier", - "start": 20027, - "end": 20039, + "start": 20081, + "end": 20093, "loc": { "start": { - "line": 505, + "line": 506, "column": 26 }, "end": { - "line": 505, + "line": 506, "column": 38 }, "identifierName": "mediaDevices" @@ -151953,15 +152998,15 @@ }, "property": { "type": "Identifier", - "start": 20040, - "end": 20052, + "start": 20094, + "end": 20106, "loc": { "start": { - "line": 505, + "line": 506, "column": 39 }, "end": { - "line": 505, + "line": 506, "column": 51 }, "identifierName": "getUserMedia" @@ -151973,30 +153018,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 20053, - "end": 20209, + "start": 20107, + "end": 20263, "loc": { "start": { - "line": 505, + "line": 506, "column": 52 }, "end": { - "line": 508, + "line": 509, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 20075, - "end": 20087, + "start": 20129, + "end": 20141, "loc": { "start": { - "line": 506, + "line": 507, "column": 20 }, "end": { - "line": 506, + "line": 507, "column": 32 } }, @@ -152005,15 +153050,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20075, - "end": 20080, + "start": 20129, + "end": 20134, "loc": { "start": { - "line": 506, + "line": 507, "column": 20 }, "end": { - "line": 506, + "line": 507, "column": 25 }, "identifierName": "audio" @@ -152022,15 +153067,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 20082, - "end": 20087, + "start": 20136, + "end": 20141, "loc": { "start": { - "line": 506, + "line": 507, "column": 27 }, "end": { - "line": 506, + "line": 507, "column": 32 } }, @@ -152039,15 +153084,15 @@ }, { "type": "ObjectProperty", - "start": 20109, - "end": 20191, + "start": 20163, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 20 }, "end": { - "line": 507, + "line": 508, "column": 102 } }, @@ -152056,15 +153101,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20109, - "end": 20114, + "start": 20163, + "end": 20168, "loc": { "start": { - "line": 507, + "line": 508, "column": 20 }, "end": { - "line": 507, + "line": 508, "column": 25 }, "identifierName": "video" @@ -152073,86 +153118,86 @@ }, "value": { "type": "ConditionalExpression", - "start": 20116, - "end": 20191, + "start": 20170, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 27 }, "end": { - "line": 507, + "line": 508, "column": 102 } }, "test": { "type": "BinaryExpression", - "start": 20117, - "end": 20152, + "start": 20171, + "end": 20206, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 63 } }, "left": { "type": "CallExpression", - "start": 20117, - "end": 20137, + "start": 20171, + "end": 20191, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 20117, - "end": 20135, + "start": 20171, + "end": 20189, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 20117, - "end": 20121, + "start": 20171, + "end": 20175, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 32 } } }, "property": { "type": "Identifier", - "start": 20122, - "end": 20135, + "start": 20176, + "end": 20189, "loc": { "start": { - "line": 507, + "line": 508, "column": 33 }, "end": { - "line": 507, + "line": 508, "column": 46 }, "identifierName": "getRecordType" @@ -152166,15 +153211,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 20142, - "end": 20152, + "start": 20196, + "end": 20206, "loc": { "start": { - "line": 507, + "line": 508, "column": 53 }, "end": { - "line": 507, + "line": 508, "column": 63 }, "identifierName": "IMAGE_ONLY" @@ -152183,49 +153228,49 @@ }, "extra": { "parenthesized": true, - "parenStart": 20116 + "parenStart": 20170 } }, "consequent": { "type": "MemberExpression", - "start": 20156, - "end": 20172, + "start": 20210, + "end": 20226, "loc": { "start": { - "line": 507, + "line": 508, "column": 67 }, "end": { - "line": 507, + "line": 508, "column": 83 } }, "object": { "type": "ThisExpression", - "start": 20156, - "end": 20160, + "start": 20210, + "end": 20214, "loc": { "start": { - "line": 507, + "line": 508, "column": 67 }, "end": { - "line": 507, + "line": 508, "column": 71 } } }, "property": { "type": "Identifier", - "start": 20161, - "end": 20172, + "start": 20215, + "end": 20226, "loc": { "start": { - "line": 507, + "line": 508, "column": 72 }, "end": { - "line": 507, + "line": 508, "column": 83 }, "identifierName": "recordImage" @@ -152236,44 +153281,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 20175, - "end": 20191, + "start": 20229, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 86 }, "end": { - "line": 507, + "line": 508, "column": 102 } }, "object": { "type": "ThisExpression", - "start": 20175, - "end": 20179, + "start": 20229, + "end": 20233, "loc": { "start": { - "line": 507, + "line": 508, "column": 86 }, "end": { - "line": 507, + "line": 508, "column": 90 } } }, "property": { "type": "Identifier", - "start": 20180, - "end": 20191, + "start": 20234, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 91 }, "end": { - "line": 507, + "line": 508, "column": 102 }, "identifierName": "recordVideo" @@ -152290,15 +153335,15 @@ }, "property": { "type": "Identifier", - "start": 20211, - "end": 20215, + "start": 20265, + "end": 20269, "loc": { "start": { - "line": 508, + "line": 509, "column": 19 }, "end": { - "line": 508, + "line": 509, "column": 23 }, "identifierName": "then" @@ -152310,72 +153355,72 @@ "arguments": [ { "type": "CallExpression", - "start": 20237, - "end": 20266, + "start": 20291, + "end": 20320, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 20237, - "end": 20260, + "start": 20291, + "end": 20314, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 20237, - "end": 20255, + "start": 20291, + "end": 20309, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 20237, - "end": 20241, + "start": 20291, + "end": 20295, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20242, - "end": 20255, + "start": 20296, + "end": 20309, "loc": { "start": { - "line": 509, + "line": 510, "column": 25 }, "end": { - "line": 509, + "line": 510, "column": 38 }, "identifierName": "onDeviceReady" @@ -152386,15 +153431,15 @@ }, "property": { "type": "Identifier", - "start": 20256, - "end": 20260, + "start": 20310, + "end": 20314, "loc": { "start": { - "line": 509, + "line": 510, "column": 39 }, "end": { - "line": 509, + "line": 510, "column": 43 }, "identifierName": "bind" @@ -152406,15 +153451,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 20261, - "end": 20265, + "start": 20315, + "end": 20319, "loc": { "start": { - "line": 509, + "line": 510, "column": 44 }, "end": { - "line": 509, + "line": 510, "column": 48 } } @@ -152425,15 +153470,15 @@ }, "property": { "type": "Identifier", - "start": 20285, - "end": 20290, + "start": 20339, + "end": 20344, "loc": { "start": { - "line": 510, + "line": 511, "column": 18 }, "end": { - "line": 510, + "line": 511, "column": 23 }, "identifierName": "catch" @@ -152445,72 +153490,72 @@ "arguments": [ { "type": "CallExpression", - "start": 20312, - "end": 20341, + "start": 20366, + "end": 20395, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 20312, - "end": 20335, + "start": 20366, + "end": 20389, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 20312, - "end": 20330, + "start": 20366, + "end": 20384, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 20312, - "end": 20316, + "start": 20366, + "end": 20370, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20317, - "end": 20330, + "start": 20371, + "end": 20384, "loc": { "start": { - "line": 511, + "line": 512, "column": 25 }, "end": { - "line": 511, + "line": 512, "column": 38 }, "identifierName": "onDeviceError" @@ -152521,15 +153566,15 @@ }, "property": { "type": "Identifier", - "start": 20331, - "end": 20335, + "start": 20385, + "end": 20389, "loc": { "start": { - "line": 511, + "line": 512, "column": 39 }, "end": { - "line": 511, + "line": 512, "column": 43 }, "identifierName": "bind" @@ -152541,15 +153586,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 20336, - "end": 20340, + "start": 20390, + "end": 20394, "loc": { "start": { - "line": 511, + "line": 512, "column": 44 }, "end": { - "line": 511, + "line": 512, "column": 48 } } @@ -152561,15 +153606,15 @@ }, { "type": "BreakStatement", - "start": 20377, - "end": 20383, + "start": 20431, + "end": 20437, "loc": { "start": { - "line": 513, + "line": 514, "column": 16 }, "end": { - "line": 513, + "line": 514, "column": 22 } }, @@ -152578,15 +153623,15 @@ ], "test": { "type": "Identifier", - "start": 19472, - "end": 19482, + "start": 19526, + "end": 19536, "loc": { "start": { - "line": 493, + "line": 494, "column": 17 }, "end": { - "line": 493, + "line": 494, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -152596,73 +153641,73 @@ }, { "type": "SwitchCase", - "start": 20397, - "end": 21864, + "start": 20451, + "end": 22319, "loc": { "start": { - "line": 515, + "line": 516, "column": 12 }, "end": { - "line": 543, + "line": 549, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 20479, - "end": 20703, + "start": 20533, + "end": 20757, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 520, + "line": 521, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 20479, - "end": 20702, + "start": 20533, + "end": 20756, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 520, + "line": 521, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 20479, - "end": 20493, + "start": 20533, + "end": 20547, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 517, + "line": 518, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 20479, - "end": 20483, + "start": 20533, + "end": 20537, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 517, + "line": 518, "column": 20 } }, @@ -152670,15 +153715,15 @@ }, "property": { "type": "Identifier", - "start": 20484, - "end": 20493, + "start": 20538, + "end": 20547, "loc": { "start": { - "line": 517, + "line": 518, "column": 21 }, "end": { - "line": 517, + "line": 518, "column": 30 }, "identifierName": "mediaType" @@ -152690,222 +153735,23 @@ }, "right": { "type": "ObjectExpression", - "start": 20496, - "end": 20702, + "start": 20550, + "end": 20756, "loc": { "start": { - "line": 517, + "line": 518, "column": 33 }, "end": { - "line": 520, + "line": 521, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 20518, - "end": 20590, - "loc": { - "start": { - "line": 518, - "column": 20 - }, - "end": { - "line": 518, - "column": 92 - } - }, - "method": false, - "shorthand": false, - "computed": false, - "key": { - "type": "Identifier", - "start": 20518, - "end": 20523, - "loc": { - "start": { - "line": 518, - "column": 20 - }, - "end": { - "line": 518, - "column": 25 - }, - "identifierName": "audio" - }, - "name": "audio" - }, - "value": { - "type": "ConditionalExpression", - "start": 20525, - "end": 20590, - "loc": { - "start": { - "line": 518, - "column": 27 - }, - "end": { - "line": 518, - "column": 92 - } - }, - "test": { - "type": "BinaryExpression", - "start": 20526, - "end": 20557, - "loc": { - "start": { - "line": 518, - "column": 28 - }, - "end": { - "line": 518, - "column": 59 - } - }, - "left": { - "type": "MemberExpression", - "start": 20526, - "end": 20548, - "loc": { - "start": { - "line": 518, - "column": 28 - }, - "end": { - "line": 518, - "column": 50 - } - }, - "object": { - "type": "ThisExpression", - "start": 20526, - "end": 20530, - "loc": { - "start": { - "line": 518, - "column": 28 - }, - "end": { - "line": 518, - "column": 32 - } - } - }, - "property": { - "type": "Identifier", - "start": 20531, - "end": 20548, - "loc": { - "start": { - "line": 518, - "column": 33 - }, - "end": { - "line": 518, - "column": 50 - }, - "identifierName": "audioRecorderType" - }, - "name": "audioRecorderType" - }, - "computed": false - }, - "operator": "===", - "right": { - "type": "Identifier", - "start": 20553, - "end": 20557, - "loc": { - "start": { - "line": 518, - "column": 55 - }, - "end": { - "line": 518, - "column": 59 - }, - "identifierName": "AUTO" - }, - "name": "AUTO" - }, - "extra": { - "parenthesized": true, - "parenStart": 20525 - } - }, - "consequent": { - "type": "BooleanLiteral", - "start": 20561, - "end": 20565, - "loc": { - "start": { - "line": 518, - "column": 63 - }, - "end": { - "line": 518, - "column": 67 - } - }, - "value": true - }, - "alternate": { - "type": "MemberExpression", - "start": 20568, - "end": 20590, - "loc": { - "start": { - "line": 518, - "column": 70 - }, - "end": { - "line": 518, - "column": 92 - } - }, - "object": { - "type": "ThisExpression", - "start": 20568, - "end": 20572, - "loc": { - "start": { - "line": 518, - "column": 70 - }, - "end": { - "line": 518, - "column": 74 - } - } - }, - "property": { - "type": "Identifier", - "start": 20573, - "end": 20590, - "loc": { - "start": { - "line": 518, - "column": 75 - }, - "end": { - "line": 518, - "column": 92 - }, - "identifierName": "audioRecorderType" - }, - "name": "audioRecorderType" - }, - "computed": false - } - } - }, - { - "type": "ObjectProperty", - "start": 20612, - "end": 20684, + "start": 20572, + "end": 20644, "loc": { "start": { "line": 519, @@ -152921,8 +153767,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 20612, - "end": 20617, + "start": 20572, + "end": 20577, "loc": { "start": { "line": 519, @@ -152932,14 +153778,14 @@ "line": 519, "column": 25 }, - "identifierName": "video" + "identifierName": "audio" }, - "name": "video" + "name": "audio" }, "value": { "type": "ConditionalExpression", - "start": 20619, - "end": 20684, + "start": 20579, + "end": 20644, "loc": { "start": { "line": 519, @@ -152952,8 +153798,8 @@ }, "test": { "type": "BinaryExpression", - "start": 20620, - "end": 20651, + "start": 20580, + "end": 20611, "loc": { "start": { "line": 519, @@ -152966,8 +153812,8 @@ }, "left": { "type": "MemberExpression", - "start": 20620, - "end": 20642, + "start": 20580, + "end": 20602, "loc": { "start": { "line": 519, @@ -152980,8 +153826,8 @@ }, "object": { "type": "ThisExpression", - "start": 20620, - "end": 20624, + "start": 20580, + "end": 20584, "loc": { "start": { "line": 519, @@ -152995,8 +153841,8 @@ }, "property": { "type": "Identifier", - "start": 20625, - "end": 20642, + "start": 20585, + "end": 20602, "loc": { "start": { "line": 519, @@ -153006,17 +153852,17 @@ "line": 519, "column": 50 }, - "identifierName": "videoRecorderType" + "identifierName": "audioRecorderType" }, - "name": "videoRecorderType" + "name": "audioRecorderType" }, "computed": false }, "operator": "===", "right": { "type": "Identifier", - "start": 20647, - "end": 20651, + "start": 20607, + "end": 20611, "loc": { "start": { "line": 519, @@ -153032,13 +153878,13 @@ }, "extra": { "parenthesized": true, - "parenStart": 20619 + "parenStart": 20579 } }, "consequent": { "type": "BooleanLiteral", - "start": 20655, - "end": 20659, + "start": 20615, + "end": 20619, "loc": { "start": { "line": 519, @@ -153053,8 +153899,8 @@ }, "alternate": { "type": "MemberExpression", - "start": 20662, - "end": 20684, + "start": 20622, + "end": 20644, "loc": { "start": { "line": 519, @@ -153067,8 +153913,8 @@ }, "object": { "type": "ThisExpression", - "start": 20662, - "end": 20666, + "start": 20622, + "end": 20626, "loc": { "start": { "line": 519, @@ -153082,8 +153928,8 @@ }, "property": { "type": "Identifier", - "start": 20667, - "end": 20684, + "start": 20627, + "end": 20644, "loc": { "start": { "line": 519, @@ -153093,6 +153939,205 @@ "line": 519, "column": 92 }, + "identifierName": "audioRecorderType" + }, + "name": "audioRecorderType" + }, + "computed": false + } + } + }, + { + "type": "ObjectProperty", + "start": 20666, + "end": 20738, + "loc": { + "start": { + "line": 520, + "column": 20 + }, + "end": { + "line": 520, + "column": 92 + } + }, + "method": false, + "shorthand": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 20666, + "end": 20671, + "loc": { + "start": { + "line": 520, + "column": 20 + }, + "end": { + "line": 520, + "column": 25 + }, + "identifierName": "video" + }, + "name": "video" + }, + "value": { + "type": "ConditionalExpression", + "start": 20673, + "end": 20738, + "loc": { + "start": { + "line": 520, + "column": 27 + }, + "end": { + "line": 520, + "column": 92 + } + }, + "test": { + "type": "BinaryExpression", + "start": 20674, + "end": 20705, + "loc": { + "start": { + "line": 520, + "column": 28 + }, + "end": { + "line": 520, + "column": 59 + } + }, + "left": { + "type": "MemberExpression", + "start": 20674, + "end": 20696, + "loc": { + "start": { + "line": 520, + "column": 28 + }, + "end": { + "line": 520, + "column": 50 + } + }, + "object": { + "type": "ThisExpression", + "start": 20674, + "end": 20678, + "loc": { + "start": { + "line": 520, + "column": 28 + }, + "end": { + "line": 520, + "column": 32 + } + } + }, + "property": { + "type": "Identifier", + "start": 20679, + "end": 20696, + "loc": { + "start": { + "line": 520, + "column": 33 + }, + "end": { + "line": 520, + "column": 50 + }, + "identifierName": "videoRecorderType" + }, + "name": "videoRecorderType" + }, + "computed": false + }, + "operator": "===", + "right": { + "type": "Identifier", + "start": 20701, + "end": 20705, + "loc": { + "start": { + "line": 520, + "column": 55 + }, + "end": { + "line": 520, + "column": 59 + }, + "identifierName": "AUTO" + }, + "name": "AUTO" + }, + "extra": { + "parenthesized": true, + "parenStart": 20673 + } + }, + "consequent": { + "type": "BooleanLiteral", + "start": 20709, + "end": 20713, + "loc": { + "start": { + "line": 520, + "column": 63 + }, + "end": { + "line": 520, + "column": 67 + } + }, + "value": true + }, + "alternate": { + "type": "MemberExpression", + "start": 20716, + "end": 20738, + "loc": { + "start": { + "line": 520, + "column": 70 + }, + "end": { + "line": 520, + "column": 92 + } + }, + "object": { + "type": "ThisExpression", + "start": 20716, + "end": 20720, + "loc": { + "start": { + "line": 520, + "column": 70 + }, + "end": { + "line": 520, + "column": 74 + } + } + }, + "property": { + "type": "Identifier", + "start": 20721, + "end": 20738, + "loc": { + "start": { + "line": 520, + "column": 75 + }, + "end": { + "line": 520, + "column": 92 + }, "identifierName": "videoRecorderType" }, "name": "videoRecorderType" @@ -153109,15 +154154,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 20432, - "end": 20462, + "start": 20486, + "end": 20516, "loc": { "start": { - "line": 516, + "line": 517, "column": 16 }, "end": { - "line": 516, + "line": 517, "column": 46 } } @@ -153126,44 +154171,44 @@ }, { "type": "VariableDeclaration", - "start": 20720, - "end": 20752, + "start": 20774, + "end": 20806, "loc": { "start": { - "line": 521, + "line": 522, "column": 16 }, "end": { - "line": 521, + "line": 522, "column": 48 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 20724, - "end": 20751, + "start": 20778, + "end": 20805, "loc": { "start": { - "line": 521, + "line": 522, "column": 20 }, "end": { - "line": 521, + "line": 522, "column": 47 } }, "id": { "type": "Identifier", - "start": 20724, - "end": 20746, + "start": 20778, + "end": 20800, "loc": { "start": { - "line": 521, + "line": 522, "column": 20 }, "end": { - "line": 521, + "line": 522, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -153172,15 +154217,15 @@ }, "init": { "type": "ObjectExpression", - "start": 20749, - "end": 20751, + "start": 20803, + "end": 20805, "loc": { "start": { - "line": 521, + "line": 522, "column": 45 }, "end": { - "line": 521, + "line": 522, "column": 47 } }, @@ -153192,72 +154237,72 @@ }, { "type": "IfStatement", - "start": 20769, - "end": 21168, + "start": 20823, + "end": 21222, "loc": { "start": { - "line": 522, + "line": 523, "column": 16 }, "end": { - "line": 529, + "line": 530, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 20773, - "end": 20799, + "start": 20827, + "end": 20853, "loc": { "start": { - "line": 522, + "line": 523, "column": 20 }, "end": { - "line": 522, + "line": 523, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 20773, - "end": 20790, + "start": 20827, + "end": 20844, "loc": { "start": { - "line": 522, + "line": 523, "column": 20 }, "end": { - "line": 522, + "line": 523, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 20773, - "end": 20777, + "start": 20827, + "end": 20831, "loc": { "start": { - "line": 522, + "line": 523, "column": 20 }, "end": { - "line": 522, + "line": 523, "column": 24 } } }, "property": { "type": "Identifier", - "start": 20778, - "end": 20790, + "start": 20832, + "end": 20844, "loc": { "start": { - "line": 522, + "line": 523, "column": 25 }, "end": { - "line": 522, + "line": 523, "column": 37 }, "identifierName": "recordScreen" @@ -153269,15 +154314,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 20795, - "end": 20799, + "start": 20849, + "end": 20853, "loc": { "start": { - "line": 522, + "line": 523, "column": 42 }, "end": { - "line": 522, + "line": 523, "column": 46 } }, @@ -153286,59 +154331,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 20801, - "end": 20972, + "start": 20855, + "end": 21026, "loc": { "start": { - "line": 522, + "line": 523, "column": 48 }, "end": { - "line": 526, + "line": 527, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 20823, - "end": 20954, + "start": 20877, + "end": 21008, "loc": { "start": { - "line": 523, + "line": 524, "column": 20 }, "end": { - "line": 525, + "line": 526, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 20823, - "end": 20953, + "start": 20877, + "end": 21007, "loc": { "start": { - "line": 523, + "line": 524, "column": 20 }, "end": { - "line": 525, + "line": 526, "column": 21 } }, "operator": "=", "left": { "type": "Identifier", - "start": 20823, - "end": 20845, + "start": 20877, + "end": 20899, "loc": { "start": { - "line": 523, + "line": 524, "column": 20 }, "end": { - "line": 523, + "line": 524, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -153347,30 +154392,30 @@ }, "right": { "type": "ObjectExpression", - "start": 20848, - "end": 20953, + "start": 20902, + "end": 21007, "loc": { "start": { - "line": 523, + "line": 524, "column": 45 }, "end": { - "line": 525, + "line": 526, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 20874, - "end": 20885, + "start": 20928, + "end": 20939, "loc": { "start": { - "line": 524, + "line": 525, "column": 24 }, "end": { - "line": 524, + "line": 525, "column": 35 } }, @@ -153379,15 +154424,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 20874, - "end": 20879, + "start": 20928, + "end": 20933, "loc": { "start": { - "line": 524, + "line": 525, "column": 24 }, "end": { - "line": 524, + "line": 525, "column": 29 }, "identifierName": "video" @@ -153396,15 +154441,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 20881, - "end": 20885, + "start": 20935, + "end": 20939, "loc": { "start": { - "line": 524, + "line": 525, "column": 31 }, "end": { - "line": 524, + "line": 525, "column": 35 } }, @@ -153416,15 +154461,15 @@ { "type": "CommentLine", "value": " needs to be true for it to work in Firefox", - "start": 20886, - "end": 20931, + "start": 20940, + "end": 20985, "loc": { "start": { - "line": 524, + "line": 525, "column": 36 }, "end": { - "line": 524, + "line": 525, "column": 81 } } @@ -153440,57 +154485,57 @@ }, "alternate": { "type": "IfStatement", - "start": 20978, - "end": 21168, + "start": 21032, + "end": 21222, "loc": { "start": { - "line": 526, + "line": 527, "column": 23 }, "end": { - "line": 529, + "line": 530, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 20982, - "end": 21083, + "start": 21036, + "end": 21137, "loc": { "start": { - "line": 526, + "line": 527, "column": 27 }, "end": { - "line": 527, + "line": 528, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 20982, - "end": 21019, + "start": 21036, + "end": 21073, "loc": { "start": { - "line": 526, + "line": 527, "column": 27 }, "end": { - "line": 526, + "line": 527, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 20982, - "end": 21006, + "start": 21036, + "end": 21060, "loc": { "start": { - "line": 526, + "line": 527, "column": 27 }, "end": { - "line": 526, + "line": 527, "column": 51 } }, @@ -153498,44 +154543,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 20989, - "end": 21006, + "start": 21043, + "end": 21060, "loc": { "start": { - "line": 526, + "line": 527, "column": 34 }, "end": { - "line": 526, + "line": 527, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 20989, - "end": 20993, + "start": 21043, + "end": 21047, "loc": { "start": { - "line": 526, + "line": 527, "column": 34 }, "end": { - "line": 526, + "line": 527, "column": 38 } } }, "property": { "type": "Identifier", - "start": 20994, - "end": 21006, + "start": 21048, + "end": 21060, "loc": { "start": { - "line": 526, + "line": 527, "column": 39 }, "end": { - "line": 526, + "line": 527, "column": 51 }, "identifierName": "recordScreen" @@ -153551,15 +154596,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 21011, - "end": 21019, + "start": 21065, + "end": 21073, "loc": { "start": { - "line": 526, + "line": 527, "column": 56 }, "end": { - "line": 526, + "line": 527, "column": 64 } }, @@ -153573,72 +154618,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 21043, - "end": 21083, + "start": 21097, + "end": 21137, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 21043, - "end": 21072, + "start": 21097, + "end": 21126, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 21043, - "end": 21060, + "start": 21097, + "end": 21114, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 21043, - "end": 21047, + "start": 21097, + "end": 21101, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21048, - "end": 21060, + "start": 21102, + "end": 21114, "loc": { "start": { - "line": 527, + "line": 528, "column": 25 }, "end": { - "line": 527, + "line": 528, "column": 37 }, "identifierName": "recordScreen" @@ -153649,15 +154694,15 @@ }, "property": { "type": "Identifier", - "start": 21061, - "end": 21072, + "start": 21115, + "end": 21126, "loc": { "start": { - "line": 527, + "line": 528, "column": 38 }, "end": { - "line": 527, + "line": 528, "column": 49 }, "identifierName": "constructor" @@ -153669,15 +154714,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 21077, - "end": 21083, + "start": 21131, + "end": 21137, "loc": { "start": { - "line": 527, + "line": 528, "column": 54 }, "end": { - "line": 527, + "line": 528, "column": 60 }, "identifierName": "Object" @@ -153688,59 +154733,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 21085, - "end": 21168, + "start": 21139, + "end": 21222, "loc": { "start": { - "line": 527, + "line": 528, "column": 62 }, "end": { - "line": 529, + "line": 530, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 21107, - "end": 21150, + "start": 21161, + "end": 21204, "loc": { "start": { - "line": 528, + "line": 529, "column": 20 }, "end": { - "line": 528, + "line": 529, "column": 63 } }, "expression": { "type": "AssignmentExpression", - "start": 21107, - "end": 21149, + "start": 21161, + "end": 21203, "loc": { "start": { - "line": 528, + "line": 529, "column": 20 }, "end": { - "line": 528, + "line": 529, "column": 62 } }, "operator": "=", "left": { "type": "Identifier", - "start": 21107, - "end": 21129, + "start": 21161, + "end": 21183, "loc": { "start": { - "line": 528, + "line": 529, "column": 20 }, "end": { - "line": 528, + "line": 529, "column": 42 }, "identifierName": "audioScreenConstraints" @@ -153749,44 +154794,44 @@ }, "right": { "type": "MemberExpression", - "start": 21132, - "end": 21149, + "start": 21186, + "end": 21203, "loc": { "start": { - "line": 528, + "line": 529, "column": 45 }, "end": { - "line": 528, + "line": 529, "column": 62 } }, "object": { "type": "ThisExpression", - "start": 21132, - "end": 21136, + "start": 21186, + "end": 21190, "loc": { "start": { - "line": 528, + "line": 529, "column": 45 }, "end": { - "line": 528, + "line": 529, "column": 49 } } }, "property": { "type": "Identifier", - "start": 21137, - "end": 21149, + "start": 21191, + "end": 21203, "loc": { "start": { - "line": 528, + "line": 529, "column": 50 }, "end": { - "line": 528, + "line": 529, "column": 62 }, "identifierName": "recordScreen" @@ -153805,127 +154850,127 @@ }, { "type": "ExpressionStatement", - "start": 21185, - "end": 21841, + "start": 21239, + "end": 22296, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 542, + "line": 548, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 21185, - "end": 21840, + "start": 21239, + "end": 22295, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 542, + "line": 548, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21771, + "start": 21239, + "end": 22226, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 540, + "line": 546, "column": 24 } }, "object": { "type": "CallExpression", - "start": 21185, - "end": 21765, + "start": 21239, + "end": 22220, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 540, + "line": 546, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21252, + "start": 21239, + "end": 21306, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 83 } }, "object": { "type": "CallExpression", - "start": 21185, - "end": 21247, + "start": 21239, + "end": 21301, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 78 } }, "callee": { "type": "MemberExpression", - "start": 21185, - "end": 21223, + "start": 21239, + "end": 21277, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 21185, - "end": 21207, + "start": 21239, + "end": 21261, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 38 } }, "object": { "type": "Identifier", - "start": 21185, - "end": 21194, + "start": 21239, + "end": 21248, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 25 }, "identifierName": "navigator" @@ -153934,15 +154979,15 @@ }, "property": { "type": "Identifier", - "start": 21195, - "end": 21207, + "start": 21249, + "end": 21261, "loc": { "start": { - "line": 530, + "line": 531, "column": 26 }, "end": { - "line": 530, + "line": 531, "column": 38 }, "identifierName": "mediaDevices" @@ -153953,15 +154998,15 @@ }, "property": { "type": "Identifier", - "start": 21208, - "end": 21223, + "start": 21262, + "end": 21277, "loc": { "start": { - "line": 530, + "line": 531, "column": 39 }, "end": { - "line": 530, + "line": 531, "column": 54 }, "identifierName": "getDisplayMedia" @@ -153973,15 +155018,15 @@ "arguments": [ { "type": "Identifier", - "start": 21224, - "end": 21246, + "start": 21278, + "end": 21300, "loc": { "start": { - "line": 530, + "line": 531, "column": 55 }, "end": { - "line": 530, + "line": 531, "column": 77 }, "identifierName": "audioScreenConstraints" @@ -153992,15 +155037,15 @@ }, "property": { "type": "Identifier", - "start": 21248, - "end": 21252, + "start": 21302, + "end": 21306, "loc": { "start": { - "line": 530, + "line": 531, "column": 79 }, "end": { - "line": 530, + "line": 531, "column": 83 }, "identifierName": "then" @@ -154012,15 +155057,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 21253, - "end": 21764, + "start": 21307, + "end": 22219, "loc": { "start": { - "line": 530, + "line": 531, "column": 84 }, "end": { - "line": 540, + "line": 546, "column": 17 } }, @@ -154031,15 +155076,15 @@ "params": [ { "type": "Identifier", - "start": 21253, - "end": 21265, + "start": 21307, + "end": 21319, "loc": { "start": { - "line": 530, + "line": 531, "column": 84 }, "end": { - "line": 530, + "line": 531, "column": 96 }, "identifierName": "screenStream" @@ -154049,142 +155094,142 @@ ], "body": { "type": "BlockStatement", - "start": 21269, - "end": 21764, + "start": 21323, + "end": 22219, "loc": { "start": { - "line": 530, + "line": 531, "column": 100 }, "end": { - "line": 540, + "line": 546, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 21291, - "end": 21746, + "start": 21345, + "end": 22201, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 539, - "column": 22 + "line": 545, + "column": 23 } }, "expression": { "type": "CallExpression", - "start": 21291, - "end": 21745, + "start": 21345, + "end": 22200, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 539, - "column": 21 + "line": 545, + "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 21291, - "end": 21668, + "start": 21345, + "end": 21722, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 537, + "line": 538, "column": 28 } }, "object": { "type": "CallExpression", - "start": 21291, - "end": 21662, + "start": 21345, + "end": 21716, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 537, + "line": 538, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 21291, - "end": 21404, + "start": 21345, + "end": 21458, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 533, + "line": 534, "column": 27 } }, "object": { "type": "CallExpression", - "start": 21291, - "end": 21399, + "start": 21345, + "end": 21453, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 533, + "line": 534, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 21291, - "end": 21326, + "start": 21345, + "end": 21380, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 531, + "line": 532, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 21291, - "end": 21313, + "start": 21345, + "end": 21367, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 531, + "line": 532, "column": 42 } }, "object": { "type": "Identifier", - "start": 21291, - "end": 21300, + "start": 21345, + "end": 21354, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 531, + "line": 532, "column": 29 }, "identifierName": "navigator" @@ -154193,15 +155238,15 @@ }, "property": { "type": "Identifier", - "start": 21301, - "end": 21313, + "start": 21355, + "end": 21367, "loc": { "start": { - "line": 531, + "line": 532, "column": 30 }, "end": { - "line": 531, + "line": 532, "column": 42 }, "identifierName": "mediaDevices" @@ -154212,15 +155257,15 @@ }, "property": { "type": "Identifier", - "start": 21314, - "end": 21326, + "start": 21368, + "end": 21380, "loc": { "start": { - "line": 531, + "line": 532, "column": 43 }, "end": { - "line": 531, + "line": 532, "column": 55 }, "identifierName": "getUserMedia" @@ -154232,30 +155277,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 21327, - "end": 21398, + "start": 21381, + "end": 21452, "loc": { "start": { - "line": 531, + "line": 532, "column": 56 }, "end": { - "line": 533, + "line": 534, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 21353, - "end": 21376, + "start": 21407, + "end": 21430, "loc": { "start": { - "line": 532, + "line": 533, "column": 24 }, "end": { - "line": 532, + "line": 533, "column": 47 } }, @@ -154264,15 +155309,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21353, - "end": 21358, + "start": 21407, + "end": 21412, "loc": { "start": { - "line": 532, + "line": 533, "column": 24 }, "end": { - "line": 532, + "line": 533, "column": 29 }, "identifierName": "audio" @@ -154281,44 +155326,44 @@ }, "value": { "type": "MemberExpression", - "start": 21360, - "end": 21376, + "start": 21414, + "end": 21430, "loc": { "start": { - "line": 532, + "line": 533, "column": 31 }, "end": { - "line": 532, + "line": 533, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 21360, - "end": 21364, + "start": 21414, + "end": 21418, "loc": { "start": { - "line": 532, + "line": 533, "column": 31 }, "end": { - "line": 532, + "line": 533, "column": 35 } } }, "property": { "type": "Identifier", - "start": 21365, - "end": 21376, + "start": 21419, + "end": 21430, "loc": { "start": { - "line": 532, + "line": 533, "column": 36 }, "end": { - "line": 532, + "line": 533, "column": 47 }, "identifierName": "recordAudio" @@ -154334,15 +155379,15 @@ }, "property": { "type": "Identifier", - "start": 21400, - "end": 21404, + "start": 21454, + "end": 21458, "loc": { "start": { - "line": 533, + "line": 534, "column": 23 }, "end": { - "line": 533, + "line": 534, "column": 27 }, "identifierName": "then" @@ -154354,15 +155399,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 21405, - "end": 21661, + "start": 21459, + "end": 21715, "loc": { "start": { - "line": 533, + "line": 534, "column": 28 }, "end": { - "line": 537, + "line": 538, "column": 21 } }, @@ -154373,15 +155418,15 @@ "params": [ { "type": "Identifier", - "start": 21406, - "end": 21409, + "start": 21460, + "end": 21463, "loc": { "start": { - "line": 533, + "line": 534, "column": 29 }, "end": { - "line": 533, + "line": 534, "column": 32 }, "identifierName": "mic" @@ -154391,72 +155436,72 @@ ], "body": { "type": "BlockStatement", - "start": 21414, - "end": 21661, + "start": 21468, + "end": 21715, "loc": { "start": { - "line": 533, + "line": 534, "column": 37 }, "end": { - "line": 537, + "line": 538, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 21528, - "end": 21570, + "start": 21582, + "end": 21624, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 21528, - "end": 21569, + "start": 21582, + "end": 21623, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 21528, - "end": 21549, + "start": 21582, + "end": 21603, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 45 } }, "object": { "type": "Identifier", - "start": 21528, - "end": 21540, + "start": 21582, + "end": 21594, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 36 }, "identifierName": "screenStream" @@ -154466,15 +155511,15 @@ }, "property": { "type": "Identifier", - "start": 21541, - "end": 21549, + "start": 21595, + "end": 21603, "loc": { "start": { - "line": 535, + "line": 536, "column": 37 }, "end": { - "line": 535, + "line": 536, "column": 45 }, "identifierName": "addTrack" @@ -154487,57 +155532,57 @@ "arguments": [ { "type": "MemberExpression", - "start": 21550, - "end": 21568, + "start": 21604, + "end": 21622, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 64 } }, "object": { "type": "CallExpression", - "start": 21550, - "end": 21565, + "start": 21604, + "end": 21619, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 21550, - "end": 21563, + "start": 21604, + "end": 21617, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 59 } }, "object": { "type": "Identifier", - "start": 21550, - "end": 21553, + "start": 21604, + "end": 21607, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 49 }, "identifierName": "mic" @@ -154546,15 +155591,15 @@ }, "property": { "type": "Identifier", - "start": 21554, - "end": 21563, + "start": 21608, + "end": 21617, "loc": { "start": { - "line": 535, + "line": 536, "column": 50 }, "end": { - "line": 535, + "line": 536, "column": 59 }, "identifierName": "getTracks" @@ -154567,15 +155612,15 @@ }, "property": { "type": "NumericLiteral", - "start": 21566, - "end": 21567, + "start": 21620, + "end": 21621, "loc": { "start": { - "line": 535, + "line": 536, "column": 62 }, "end": { - "line": 535, + "line": 536, "column": 63 } }, @@ -154594,15 +155639,15 @@ { "type": "CommentLine", "value": " join microphone track with screencast stream (order matters)", - "start": 21440, - "end": 21503, + "start": 21494, + "end": 21557, "loc": { "start": { - "line": 534, + "line": 535, "column": 24 }, "end": { - "line": 534, + "line": 535, "column": 87 } } @@ -154611,100 +155656,100 @@ }, { "type": "ExpressionStatement", - "start": 21595, - "end": 21639, + "start": 21649, + "end": 21693, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 21595, - "end": 21638, + "start": 21649, + "end": 21692, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 67 } }, "callee": { "type": "CallExpression", - "start": 21595, - "end": 21624, + "start": 21649, + "end": 21678, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 21595, - "end": 21618, + "start": 21649, + "end": 21672, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 21595, - "end": 21613, + "start": 21649, + "end": 21667, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 21595, - "end": 21599, + "start": 21649, + "end": 21653, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 28 } } }, "property": { "type": "Identifier", - "start": 21600, - "end": 21613, + "start": 21654, + "end": 21667, "loc": { "start": { - "line": 536, + "line": 537, "column": 29 }, "end": { - "line": 536, + "line": 537, "column": 42 }, "identifierName": "onDeviceReady" @@ -154715,15 +155760,15 @@ }, "property": { "type": "Identifier", - "start": 21614, - "end": 21618, + "start": 21668, + "end": 21672, "loc": { "start": { - "line": 536, + "line": 537, "column": 43 }, "end": { - "line": 536, + "line": 537, "column": 47 }, "identifierName": "bind" @@ -154735,15 +155780,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21619, - "end": 21623, + "start": 21673, + "end": 21677, "loc": { "start": { - "line": 536, + "line": 537, "column": 48 }, "end": { - "line": 536, + "line": 537, "column": 52 } } @@ -154753,15 +155798,15 @@ "arguments": [ { "type": "Identifier", - "start": 21625, - "end": 21637, + "start": 21679, + "end": 21691, "loc": { "start": { - "line": 536, + "line": 537, "column": 54 }, "end": { - "line": 536, + "line": 537, "column": 66 }, "identifierName": "screenStream" @@ -154779,15 +155824,15 @@ }, "property": { "type": "Identifier", - "start": 21663, - "end": 21668, + "start": 21717, + "end": 21722, "loc": { "start": { - "line": 537, + "line": 538, "column": 23 }, "end": { - "line": 537, + "line": 538, "column": 28 }, "identifierName": "catch" @@ -154798,117 +155843,358 @@ }, "arguments": [ { - "type": "CallExpression", - "start": 21694, - "end": 21723, + "type": "ArrowFunctionExpression", + "start": 21723, + "end": 22199, "loc": { "start": { "line": 538, - "column": 24 + "column": 29 }, "end": { - "line": 538, - "column": 53 + "line": 545, + "column": 21 } }, - "callee": { - "type": "MemberExpression", - "start": 21694, - "end": 21717, - "loc": { - "start": { - "line": 538, - "column": 24 - }, - "end": { - "line": 538, - "column": 47 - } - }, - "object": { - "type": "MemberExpression", - "start": 21694, - "end": 21712, + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [ + { + "type": "Identifier", + "start": 21724, + "end": 21728, "loc": { "start": { "line": 538, - "column": 24 + "column": 30 }, "end": { "line": 538, - "column": 42 - } + "column": 34 + }, + "identifierName": "code" }, - "object": { - "type": "ThisExpression", - "start": 21694, - "end": 21698, + "name": "code" + } + ], + "body": { + "type": "BlockStatement", + "start": 21733, + "end": 22199, + "loc": { + "start": { + "line": 538, + "column": 39 + }, + "end": { + "line": 545, + "column": 21 + } + }, + "body": [ + { + "type": "IfStatement", + "start": 22026, + "end": 22127, "loc": { "start": { - "line": 538, + "line": 541, "column": 24 }, "end": { - "line": 538, - "column": 28 + "line": 543, + "column": 25 } - } - }, - "property": { - "type": "Identifier", - "start": 21699, - "end": 21712, - "loc": { - "start": { - "line": 538, - "column": 29 + }, + "test": { + "type": "MemberExpression", + "start": 22030, + "end": 22049, + "loc": { + "start": { + "line": 541, + "column": 28 + }, + "end": { + "line": 541, + "column": 47 + } }, - "end": { - "line": 538, - "column": 42 + "object": { + "type": "Identifier", + "start": 22030, + "end": 22042, + "loc": { + "start": { + "line": 541, + "column": 28 + }, + "end": { + "line": 541, + "column": 40 + }, + "identifierName": "screenStream" + }, + "name": "screenStream", + "leadingComments": null }, - "identifierName": "onDeviceError" - }, - "name": "onDeviceError" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 21713, - "end": 21717, - "loc": { - "start": { - "line": 538, - "column": 43 + "property": { + "type": "Identifier", + "start": 22043, + "end": 22049, + "loc": { + "start": { + "line": 541, + "column": 41 + }, + "end": { + "line": 541, + "column": 47 + }, + "identifierName": "active" + }, + "name": "active" + }, + "computed": false, + "leadingComments": null }, - "end": { - "line": 538, - "column": 47 + "consequent": { + "type": "BlockStatement", + "start": 22051, + "end": 22127, + "loc": { + "start": { + "line": 541, + "column": 49 + }, + "end": { + "line": 543, + "column": 25 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 22081, + "end": 22101, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 48 + } + }, + "expression": { + "type": "CallExpression", + "start": 22081, + "end": 22100, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 47 + } + }, + "callee": { + "type": "MemberExpression", + "start": 22081, + "end": 22098, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 45 + } + }, + "object": { + "type": "Identifier", + "start": 22081, + "end": 22093, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 40 + }, + "identifierName": "screenStream" + }, + "name": "screenStream" + }, + "property": { + "type": "Identifier", + "start": 22094, + "end": 22098, + "loc": { + "start": { + "line": 542, + "column": 41 + }, + "end": { + "line": 542, + "column": 45 + }, + "identifierName": "stop" + }, + "name": "stop" + }, + "computed": false + }, + "arguments": [] + } + } + ], + "directives": [] }, - "identifierName": "bind" + "alternate": null, + "leadingComments": [ + { + "type": "CommentLine", + "value": " here the screen sharing is in progress as successful result of navigator.mediaDevices.getDisplayMedia and", + "start": 21759, + "end": 21867, + "loc": { + "start": { + "line": 539, + "column": 24 + }, + "end": { + "line": 539, + "column": 132 + } + } + }, + { + "type": "CommentLine", + "value": " needs to be stopped because microphone permissions are not acquired by navigator.mediaDevices.getUserMedia", + "start": 21892, + "end": 22001, + "loc": { + "start": { + "line": 540, + "column": 24 + }, + "end": { + "line": 540, + "column": 133 + } + } + } + ] }, - "name": "bind" - }, - "computed": false - }, - "arguments": [ - { - "type": "ThisExpression", - "start": 21718, - "end": 21722, - "loc": { - "start": { - "line": 538, - "column": 48 + { + "type": "ExpressionStatement", + "start": 22152, + "end": 22177, + "loc": { + "start": { + "line": 544, + "column": 24 + }, + "end": { + "line": 544, + "column": 49 + } }, - "end": { - "line": 538, - "column": 52 + "expression": { + "type": "CallExpression", + "start": 22152, + "end": 22176, + "loc": { + "start": { + "line": 544, + "column": 24 + }, + "end": { + "line": 544, + "column": 48 + } + }, + "callee": { + "type": "MemberExpression", + "start": 22152, + "end": 22170, + "loc": { + "start": { + "line": 544, + "column": 24 + }, + "end": { + "line": 544, + "column": 42 + } + }, + "object": { + "type": "ThisExpression", + "start": 22152, + "end": 22156, + "loc": { + "start": { + "line": 544, + "column": 24 + }, + "end": { + "line": 544, + "column": 28 + } + } + }, + "property": { + "type": "Identifier", + "start": 22157, + "end": 22170, + "loc": { + "start": { + "line": 544, + "column": 29 + }, + "end": { + "line": 544, + "column": 42 + }, + "identifierName": "onDeviceError" + }, + "name": "onDeviceError" + }, + "computed": false + }, + "arguments": [ + { + "type": "Identifier", + "start": 22171, + "end": 22175, + "loc": { + "start": { + "line": 544, + "column": 43 + }, + "end": { + "line": 544, + "column": 47 + }, + "identifierName": "code" + }, + "name": "code" + } + ] } } - } - ] + ], + "directives": [] + } } ] } @@ -154921,15 +156207,15 @@ }, "property": { "type": "Identifier", - "start": 21766, - "end": 21771, + "start": 22221, + "end": 22226, "loc": { "start": { - "line": 540, + "line": 546, "column": 19 }, "end": { - "line": 540, + "line": 546, "column": 24 }, "identifierName": "catch" @@ -154941,72 +156227,72 @@ "arguments": [ { "type": "CallExpression", - "start": 21793, - "end": 21822, + "start": 22248, + "end": 22277, "loc": { "start": { - "line": 541, + "line": 547, "column": 20 }, "end": { - "line": 541, + "line": 547, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 21793, - "end": 21816, + "start": 22248, + "end": 22271, "loc": { "start": { - "line": 541, + "line": 547, "column": 20 }, "end": { - "line": 541, + "line": 547, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 21793, - "end": 21811, + "start": 22248, + "end": 22266, "loc": { "start": { - "line": 541, + "line": 547, "column": 20 }, "end": { - "line": 541, + "line": 547, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 21793, - "end": 21797, + "start": 22248, + "end": 22252, "loc": { "start": { - "line": 541, + "line": 547, "column": 20 }, "end": { - "line": 541, + "line": 547, "column": 24 } } }, "property": { "type": "Identifier", - "start": 21798, - "end": 21811, + "start": 22253, + "end": 22266, "loc": { "start": { - "line": 541, + "line": 547, "column": 25 }, "end": { - "line": 541, + "line": 547, "column": 38 }, "identifierName": "onDeviceError" @@ -155017,15 +156303,15 @@ }, "property": { "type": "Identifier", - "start": 21812, - "end": 21816, + "start": 22267, + "end": 22271, "loc": { "start": { - "line": 541, + "line": 547, "column": 39 }, "end": { - "line": 541, + "line": 547, "column": 43 }, "identifierName": "bind" @@ -155037,15 +156323,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 21817, - "end": 21821, + "start": 22272, + "end": 22276, "loc": { "start": { - "line": 541, + "line": 547, "column": 44 }, "end": { - "line": 541, + "line": 547, "column": 48 } } @@ -155057,15 +156343,15 @@ }, { "type": "BreakStatement", - "start": 21858, - "end": 21864, + "start": 22313, + "end": 22319, "loc": { "start": { - "line": 543, + "line": 549, "column": 16 }, "end": { - "line": 543, + "line": 549, "column": 22 } }, @@ -155074,15 +156360,15 @@ ], "test": { "type": "Identifier", - "start": 20402, - "end": 20414, + "start": 20456, + "end": 20468, "loc": { "start": { - "line": 515, + "line": 516, "column": 17 }, "end": { - "line": 515, + "line": 516, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -155092,73 +156378,73 @@ }, { "type": "SwitchCase", - "start": 21878, - "end": 22518, + "start": 22333, + "end": 22973, "loc": { "start": { - "line": 545, + "line": 551, "column": 12 }, "end": { - "line": 559, + "line": 565, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 21959, - "end": 22183, + "start": 22414, + "end": 22638, "loc": { "start": { - "line": 547, + "line": 553, "column": 16 }, "end": { - "line": 550, + "line": 556, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 21959, - "end": 22182, + "start": 22414, + "end": 22637, "loc": { "start": { - "line": 547, + "line": 553, "column": 16 }, "end": { - "line": 550, + "line": 556, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 21959, - "end": 21973, + "start": 22414, + "end": 22428, "loc": { "start": { - "line": 547, + "line": 553, "column": 16 }, "end": { - "line": 547, + "line": 553, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 21959, - "end": 21963, + "start": 22414, + "end": 22418, "loc": { "start": { - "line": 547, + "line": 553, "column": 16 }, "end": { - "line": 547, + "line": 553, "column": 20 } }, @@ -155166,15 +156452,15 @@ }, "property": { "type": "Identifier", - "start": 21964, - "end": 21973, + "start": 22419, + "end": 22428, "loc": { "start": { - "line": 547, + "line": 553, "column": 21 }, "end": { - "line": 547, + "line": 553, "column": 30 }, "identifierName": "mediaType" @@ -155186,30 +156472,30 @@ }, "right": { "type": "ObjectExpression", - "start": 21976, - "end": 22182, + "start": 22431, + "end": 22637, "loc": { "start": { - "line": 547, + "line": 553, "column": 33 }, "end": { - "line": 550, + "line": 556, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 21998, - "end": 22070, + "start": 22453, + "end": 22525, "loc": { "start": { - "line": 548, + "line": 554, "column": 20 }, "end": { - "line": 548, + "line": 554, "column": 92 } }, @@ -155218,15 +156504,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 21998, - "end": 22003, + "start": 22453, + "end": 22458, "loc": { "start": { - "line": 548, + "line": 554, "column": 20 }, "end": { - "line": 548, + "line": 554, "column": 25 }, "identifierName": "audio" @@ -155235,72 +156521,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 22005, - "end": 22070, + "start": 22460, + "end": 22525, "loc": { "start": { - "line": 548, + "line": 554, "column": 27 }, "end": { - "line": 548, + "line": 554, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 22006, - "end": 22037, + "start": 22461, + "end": 22492, "loc": { "start": { - "line": 548, + "line": 554, "column": 28 }, "end": { - "line": 548, + "line": 554, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 22006, - "end": 22028, + "start": 22461, + "end": 22483, "loc": { "start": { - "line": 548, + "line": 554, "column": 28 }, "end": { - "line": 548, + "line": 554, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 22006, - "end": 22010, + "start": 22461, + "end": 22465, "loc": { "start": { - "line": 548, + "line": 554, "column": 28 }, "end": { - "line": 548, + "line": 554, "column": 32 } } }, "property": { "type": "Identifier", - "start": 22011, - "end": 22028, + "start": 22466, + "end": 22483, "loc": { "start": { - "line": 548, + "line": 554, "column": 33 }, "end": { - "line": 548, + "line": 554, "column": 50 }, "identifierName": "audioRecorderType" @@ -155312,15 +156598,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 22033, - "end": 22037, + "start": 22488, + "end": 22492, "loc": { "start": { - "line": 548, + "line": 554, "column": 55 }, "end": { - "line": 548, + "line": 554, "column": 59 }, "identifierName": "AUTO" @@ -155329,20 +156615,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 22005 + "parenStart": 22460 } }, "consequent": { "type": "BooleanLiteral", - "start": 22041, - "end": 22045, + "start": 22496, + "end": 22500, "loc": { "start": { - "line": 548, + "line": 554, "column": 63 }, "end": { - "line": 548, + "line": 554, "column": 67 } }, @@ -155350,44 +156636,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 22048, - "end": 22070, + "start": 22503, + "end": 22525, "loc": { "start": { - "line": 548, + "line": 554, "column": 70 }, "end": { - "line": 548, + "line": 554, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 22048, - "end": 22052, + "start": 22503, + "end": 22507, "loc": { "start": { - "line": 548, + "line": 554, "column": 70 }, "end": { - "line": 548, + "line": 554, "column": 74 } } }, "property": { "type": "Identifier", - "start": 22053, - "end": 22070, + "start": 22508, + "end": 22525, "loc": { "start": { - "line": 548, + "line": 554, "column": 75 }, "end": { - "line": 548, + "line": 554, "column": 92 }, "identifierName": "audioRecorderType" @@ -155400,15 +156686,15 @@ }, { "type": "ObjectProperty", - "start": 22092, - "end": 22164, + "start": 22547, + "end": 22619, "loc": { "start": { - "line": 549, + "line": 555, "column": 20 }, "end": { - "line": 549, + "line": 555, "column": 92 } }, @@ -155417,15 +156703,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22092, - "end": 22097, + "start": 22547, + "end": 22552, "loc": { "start": { - "line": 549, + "line": 555, "column": 20 }, "end": { - "line": 549, + "line": 555, "column": 25 }, "identifierName": "video" @@ -155434,72 +156720,72 @@ }, "value": { "type": "ConditionalExpression", - "start": 22099, - "end": 22164, + "start": 22554, + "end": 22619, "loc": { "start": { - "line": 549, + "line": 555, "column": 27 }, "end": { - "line": 549, + "line": 555, "column": 92 } }, "test": { "type": "BinaryExpression", - "start": 22100, - "end": 22131, + "start": 22555, + "end": 22586, "loc": { "start": { - "line": 549, + "line": 555, "column": 28 }, "end": { - "line": 549, + "line": 555, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 22100, - "end": 22122, + "start": 22555, + "end": 22577, "loc": { "start": { - "line": 549, + "line": 555, "column": 28 }, "end": { - "line": 549, + "line": 555, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 22100, - "end": 22104, + "start": 22555, + "end": 22559, "loc": { "start": { - "line": 549, + "line": 555, "column": 28 }, "end": { - "line": 549, + "line": 555, "column": 32 } } }, "property": { "type": "Identifier", - "start": 22105, - "end": 22122, + "start": 22560, + "end": 22577, "loc": { "start": { - "line": 549, + "line": 555, "column": 33 }, "end": { - "line": 549, + "line": 555, "column": 50 }, "identifierName": "videoRecorderType" @@ -155511,15 +156797,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 22127, - "end": 22131, + "start": 22582, + "end": 22586, "loc": { "start": { - "line": 549, + "line": 555, "column": 55 }, "end": { - "line": 549, + "line": 555, "column": 59 }, "identifierName": "AUTO" @@ -155528,20 +156814,20 @@ }, "extra": { "parenthesized": true, - "parenStart": 22099 + "parenStart": 22554 } }, "consequent": { "type": "BooleanLiteral", - "start": 22135, - "end": 22139, + "start": 22590, + "end": 22594, "loc": { "start": { - "line": 549, + "line": 555, "column": 63 }, "end": { - "line": 549, + "line": 555, "column": 67 } }, @@ -155549,44 +156835,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 22142, - "end": 22164, + "start": 22597, + "end": 22619, "loc": { "start": { - "line": 549, + "line": 555, "column": 70 }, "end": { - "line": 549, + "line": 555, "column": 92 } }, "object": { "type": "ThisExpression", - "start": 22142, - "end": 22146, + "start": 22597, + "end": 22601, "loc": { "start": { - "line": 549, + "line": 555, "column": 70 }, "end": { - "line": 549, + "line": 555, "column": 74 } } }, "property": { "type": "Identifier", - "start": 22147, - "end": 22164, + "start": 22602, + "end": 22619, "loc": { "start": { - "line": 549, + "line": 555, "column": 75 }, "end": { - "line": 549, + "line": 555, "column": 92 }, "identifierName": "videoRecorderType" @@ -155605,15 +156891,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 21912, - "end": 21942, + "start": 22367, + "end": 22397, "loc": { "start": { - "line": 546, + "line": 552, "column": 16 }, "end": { - "line": 546, + "line": 552, "column": 46 } } @@ -155622,127 +156908,127 @@ }, { "type": "ExpressionStatement", - "start": 22200, - "end": 22495, + "start": 22655, + "end": 22950, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 558, + "line": 564, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 22200, - "end": 22494, + "start": 22655, + "end": 22949, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 558, + "line": 564, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22200, - "end": 22425, + "start": 22655, + "end": 22880, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 556, + "line": 562, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22200, - "end": 22419, + "start": 22655, + "end": 22874, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 556, + "line": 562, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22200, - "end": 22350, + "start": 22655, + "end": 22805, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 554, + "line": 560, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22200, - "end": 22345, + "start": 22655, + "end": 22800, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 554, + "line": 560, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 22200, - "end": 22235, + "start": 22655, + "end": 22690, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 551, + "line": 557, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 22200, - "end": 22222, + "start": 22655, + "end": 22677, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 551, + "line": 557, "column": 38 } }, "object": { "type": "Identifier", - "start": 22200, - "end": 22209, + "start": 22655, + "end": 22664, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 551, + "line": 557, "column": 25 }, "identifierName": "navigator" @@ -155751,15 +157037,15 @@ }, "property": { "type": "Identifier", - "start": 22210, - "end": 22222, + "start": 22665, + "end": 22677, "loc": { "start": { - "line": 551, + "line": 557, "column": 26 }, "end": { - "line": 551, + "line": 557, "column": 38 }, "identifierName": "mediaDevices" @@ -155770,15 +157056,15 @@ }, "property": { "type": "Identifier", - "start": 22223, - "end": 22235, + "start": 22678, + "end": 22690, "loc": { "start": { - "line": 551, + "line": 557, "column": 39 }, "end": { - "line": 551, + "line": 557, "column": 51 }, "identifierName": "getUserMedia" @@ -155790,30 +157076,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 22236, - "end": 22344, + "start": 22691, + "end": 22799, "loc": { "start": { - "line": 551, + "line": 557, "column": 52 }, "end": { - "line": 554, + "line": 560, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 22258, - "end": 22281, + "start": 22713, + "end": 22736, "loc": { "start": { - "line": 552, + "line": 558, "column": 20 }, "end": { - "line": 552, + "line": 558, "column": 43 } }, @@ -155822,15 +157108,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22258, - "end": 22263, + "start": 22713, + "end": 22718, "loc": { "start": { - "line": 552, + "line": 558, "column": 20 }, "end": { - "line": 552, + "line": 558, "column": 25 }, "identifierName": "audio" @@ -155839,44 +157125,44 @@ }, "value": { "type": "MemberExpression", - "start": 22265, - "end": 22281, + "start": 22720, + "end": 22736, "loc": { "start": { - "line": 552, + "line": 558, "column": 27 }, "end": { - "line": 552, + "line": 558, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 22265, - "end": 22269, + "start": 22720, + "end": 22724, "loc": { "start": { - "line": 552, + "line": 558, "column": 27 }, "end": { - "line": 552, + "line": 558, "column": 31 } } }, "property": { "type": "Identifier", - "start": 22270, - "end": 22281, + "start": 22725, + "end": 22736, "loc": { "start": { - "line": 552, + "line": 558, "column": 32 }, "end": { - "line": 552, + "line": 558, "column": 43 }, "identifierName": "recordAudio" @@ -155888,15 +157174,15 @@ }, { "type": "ObjectProperty", - "start": 22303, - "end": 22326, + "start": 22758, + "end": 22781, "loc": { "start": { - "line": 553, + "line": 559, "column": 20 }, "end": { - "line": 553, + "line": 559, "column": 43 } }, @@ -155905,15 +157191,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22303, - "end": 22308, + "start": 22758, + "end": 22763, "loc": { "start": { - "line": 553, + "line": 559, "column": 20 }, "end": { - "line": 553, + "line": 559, "column": 25 }, "identifierName": "video" @@ -155922,44 +157208,44 @@ }, "value": { "type": "MemberExpression", - "start": 22310, - "end": 22326, + "start": 22765, + "end": 22781, "loc": { "start": { - "line": 553, + "line": 559, "column": 27 }, "end": { - "line": 553, + "line": 559, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 22310, - "end": 22314, + "start": 22765, + "end": 22769, "loc": { "start": { - "line": 553, + "line": 559, "column": 27 }, "end": { - "line": 553, + "line": 559, "column": 31 } } }, "property": { "type": "Identifier", - "start": 22315, - "end": 22326, + "start": 22770, + "end": 22781, "loc": { "start": { - "line": 553, + "line": 559, "column": 32 }, "end": { - "line": 553, + "line": 559, "column": 43 }, "identifierName": "recordVideo" @@ -155975,15 +157261,15 @@ }, "property": { "type": "Identifier", - "start": 22346, - "end": 22350, + "start": 22801, + "end": 22805, "loc": { "start": { - "line": 554, + "line": 560, "column": 19 }, "end": { - "line": 554, + "line": 560, "column": 23 }, "identifierName": "then" @@ -155995,72 +157281,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22372, - "end": 22401, + "start": 22827, + "end": 22856, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22372, - "end": 22395, + "start": 22827, + "end": 22850, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22372, - "end": 22390, + "start": 22827, + "end": 22845, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22372, - "end": 22376, + "start": 22827, + "end": 22831, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22377, - "end": 22390, + "start": 22832, + "end": 22845, "loc": { "start": { - "line": 555, + "line": 561, "column": 25 }, "end": { - "line": 555, + "line": 561, "column": 38 }, "identifierName": "onDeviceReady" @@ -156071,15 +157357,15 @@ }, "property": { "type": "Identifier", - "start": 22391, - "end": 22395, + "start": 22846, + "end": 22850, "loc": { "start": { - "line": 555, + "line": 561, "column": 39 }, "end": { - "line": 555, + "line": 561, "column": 43 }, "identifierName": "bind" @@ -156091,15 +157377,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22396, - "end": 22400, + "start": 22851, + "end": 22855, "loc": { "start": { - "line": 555, + "line": 561, "column": 44 }, "end": { - "line": 555, + "line": 561, "column": 48 } } @@ -156110,15 +157396,15 @@ }, "property": { "type": "Identifier", - "start": 22420, - "end": 22425, + "start": 22875, + "end": 22880, "loc": { "start": { - "line": 556, + "line": 562, "column": 18 }, "end": { - "line": 556, + "line": 562, "column": 23 }, "identifierName": "catch" @@ -156130,72 +157416,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22447, - "end": 22476, + "start": 22902, + "end": 22931, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22447, - "end": 22470, + "start": 22902, + "end": 22925, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22447, - "end": 22465, + "start": 22902, + "end": 22920, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22447, - "end": 22451, + "start": 22902, + "end": 22906, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22452, - "end": 22465, + "start": 22907, + "end": 22920, "loc": { "start": { - "line": 557, + "line": 563, "column": 25 }, "end": { - "line": 557, + "line": 563, "column": 38 }, "identifierName": "onDeviceError" @@ -156206,15 +157492,15 @@ }, "property": { "type": "Identifier", - "start": 22466, - "end": 22470, + "start": 22921, + "end": 22925, "loc": { "start": { - "line": 557, + "line": 563, "column": 39 }, "end": { - "line": 557, + "line": 563, "column": 43 }, "identifierName": "bind" @@ -156226,15 +157512,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22471, - "end": 22475, + "start": 22926, + "end": 22930, "loc": { "start": { - "line": 557, + "line": 563, "column": 44 }, "end": { - "line": 557, + "line": 563, "column": 48 } } @@ -156246,15 +157532,15 @@ }, { "type": "BreakStatement", - "start": 22512, - "end": 22518, + "start": 22967, + "end": 22973, "loc": { "start": { - "line": 559, + "line": 565, "column": 16 }, "end": { - "line": 559, + "line": 565, "column": 22 } }, @@ -156263,15 +157549,15 @@ ], "test": { "type": "Identifier", - "start": 21883, - "end": 21894, + "start": 22338, + "end": 22349, "loc": { "start": { - "line": 545, + "line": 551, "column": 17 }, "end": { - "line": 545, + "line": 551, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -156281,73 +157567,73 @@ }, { "type": "SwitchCase", - "start": 22532, - "end": 23095, + "start": 22987, + "end": 23550, "loc": { "start": { - "line": 561, + "line": 567, "column": 12 }, "end": { - "line": 577, + "line": 583, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 22596, - "end": 22767, + "start": 23051, + "end": 23222, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 568, + "line": 574, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 22596, - "end": 22766, + "start": 23051, + "end": 23221, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 568, + "line": 574, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 22596, - "end": 22610, + "start": 23051, + "end": 23065, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 563, + "line": 569, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 22596, - "end": 22600, + "start": 23051, + "end": 23055, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 563, + "line": 569, "column": 20 } }, @@ -156355,15 +157641,15 @@ }, "property": { "type": "Identifier", - "start": 22601, - "end": 22610, + "start": 23056, + "end": 23065, "loc": { "start": { - "line": 563, + "line": 569, "column": 21 }, "end": { - "line": 563, + "line": 569, "column": 30 }, "identifierName": "mediaType" @@ -156375,30 +157661,30 @@ }, "right": { "type": "ObjectExpression", - "start": 22613, - "end": 22766, + "start": 23068, + "end": 23221, "loc": { "start": { - "line": 563, + "line": 569, "column": 33 }, "end": { - "line": 568, + "line": 574, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 22671, - "end": 22683, + "start": 23126, + "end": 23138, "loc": { "start": { - "line": 565, + "line": 571, "column": 20 }, "end": { - "line": 565, + "line": 571, "column": 32 } }, @@ -156407,15 +157693,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22671, - "end": 22676, + "start": 23126, + "end": 23131, "loc": { "start": { - "line": 565, + "line": 571, "column": 20 }, "end": { - "line": 565, + "line": 571, "column": 25 }, "identifierName": "audio" @@ -156425,15 +157711,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22678, - "end": 22683, + "start": 23133, + "end": 23138, "loc": { "start": { - "line": 565, + "line": 571, "column": 27 }, "end": { - "line": 565, + "line": 571, "column": 32 } }, @@ -156443,15 +157729,15 @@ { "type": "CommentLine", "value": " animated GIF", - "start": 22635, - "end": 22650, + "start": 23090, + "end": 23105, "loc": { "start": { - "line": 564, + "line": 570, "column": 20 }, "end": { - "line": 564, + "line": 570, "column": 35 } } @@ -156460,15 +157746,15 @@ }, { "type": "ObjectProperty", - "start": 22705, - "end": 22717, + "start": 23160, + "end": 23172, "loc": { "start": { - "line": 566, + "line": 572, "column": 20 }, "end": { - "line": 566, + "line": 572, "column": 32 } }, @@ -156477,15 +157763,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22705, - "end": 22710, + "start": 23160, + "end": 23165, "loc": { "start": { - "line": 566, + "line": 572, "column": 20 }, "end": { - "line": 566, + "line": 572, "column": 25 }, "identifierName": "video" @@ -156494,15 +157780,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22712, - "end": 22717, + "start": 23167, + "end": 23172, "loc": { "start": { - "line": 566, + "line": 572, "column": 27 }, "end": { - "line": 566, + "line": 572, "column": 32 } }, @@ -156511,15 +157797,15 @@ }, { "type": "ObjectProperty", - "start": 22739, - "end": 22748, + "start": 23194, + "end": 23203, "loc": { "start": { - "line": 567, + "line": 573, "column": 20 }, "end": { - "line": 567, + "line": 573, "column": 29 } }, @@ -156528,15 +157814,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22739, - "end": 22742, + "start": 23194, + "end": 23197, "loc": { "start": { - "line": 567, + "line": 573, "column": 20 }, "end": { - "line": 567, + "line": 573, "column": 23 }, "identifierName": "gif" @@ -156545,15 +157831,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22744, - "end": 22748, + "start": 23199, + "end": 23203, "loc": { "start": { - "line": 567, + "line": 573, "column": 25 }, "end": { - "line": 567, + "line": 573, "column": 29 } }, @@ -156568,15 +157854,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 22564, - "end": 22579, + "start": 23019, + "end": 23034, "loc": { "start": { - "line": 562, + "line": 568, "column": 16 }, "end": { - "line": 562, + "line": 568, "column": 31 } } @@ -156585,127 +157871,127 @@ }, { "type": "ExpressionStatement", - "start": 22784, - "end": 23072, + "start": 23239, + "end": 23527, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 576, + "line": 582, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 22784, - "end": 23071, + "start": 23239, + "end": 23526, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 576, + "line": 582, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22784, - "end": 23002, + "start": 23239, + "end": 23457, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 574, + "line": 580, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22784, - "end": 22996, + "start": 23239, + "end": 23451, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 574, + "line": 580, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 22784, - "end": 22927, + "start": 23239, + "end": 23382, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 572, + "line": 578, "column": 23 } }, "object": { "type": "CallExpression", - "start": 22784, - "end": 22922, + "start": 23239, + "end": 23377, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 572, + "line": 578, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 22784, - "end": 22819, + "start": 23239, + "end": 23274, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 569, + "line": 575, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 22784, - "end": 22806, + "start": 23239, + "end": 23261, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 569, + "line": 575, "column": 38 } }, "object": { "type": "Identifier", - "start": 22784, - "end": 22793, + "start": 23239, + "end": 23248, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 569, + "line": 575, "column": 25 }, "identifierName": "navigator" @@ -156714,15 +158000,15 @@ }, "property": { "type": "Identifier", - "start": 22794, - "end": 22806, + "start": 23249, + "end": 23261, "loc": { "start": { - "line": 569, + "line": 575, "column": 26 }, "end": { - "line": 569, + "line": 575, "column": 38 }, "identifierName": "mediaDevices" @@ -156733,15 +158019,15 @@ }, "property": { "type": "Identifier", - "start": 22807, - "end": 22819, + "start": 23262, + "end": 23274, "loc": { "start": { - "line": 569, + "line": 575, "column": 39 }, "end": { - "line": 569, + "line": 575, "column": 51 }, "identifierName": "getUserMedia" @@ -156753,30 +158039,30 @@ "arguments": [ { "type": "ObjectExpression", - "start": 22820, - "end": 22921, + "start": 23275, + "end": 23376, "loc": { "start": { - "line": 569, + "line": 575, "column": 52 }, "end": { - "line": 572, + "line": 578, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 22842, - "end": 22854, + "start": 23297, + "end": 23309, "loc": { "start": { - "line": 570, + "line": 576, "column": 20 }, "end": { - "line": 570, + "line": 576, "column": 32 } }, @@ -156785,15 +158071,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22842, - "end": 22847, + "start": 23297, + "end": 23302, "loc": { "start": { - "line": 570, + "line": 576, "column": 20 }, "end": { - "line": 570, + "line": 576, "column": 25 }, "identifierName": "audio" @@ -156802,15 +158088,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 22849, - "end": 22854, + "start": 23304, + "end": 23309, "loc": { "start": { - "line": 570, + "line": 576, "column": 27 }, "end": { - "line": 570, + "line": 576, "column": 32 } }, @@ -156819,15 +158105,15 @@ }, { "type": "ObjectProperty", - "start": 22876, - "end": 22903, + "start": 23331, + "end": 23358, "loc": { "start": { - "line": 571, + "line": 577, "column": 20 }, "end": { - "line": 571, + "line": 577, "column": 47 } }, @@ -156836,15 +158122,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 22876, - "end": 22881, + "start": 23331, + "end": 23336, "loc": { "start": { - "line": 571, + "line": 577, "column": 20 }, "end": { - "line": 571, + "line": 577, "column": 25 }, "identifierName": "video" @@ -156853,44 +158139,44 @@ }, "value": { "type": "MemberExpression", - "start": 22883, - "end": 22903, + "start": 23338, + "end": 23358, "loc": { "start": { - "line": 571, + "line": 577, "column": 27 }, "end": { - "line": 571, + "line": 577, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 22883, - "end": 22887, + "start": 23338, + "end": 23342, "loc": { "start": { - "line": 571, + "line": 577, "column": 27 }, "end": { - "line": 571, + "line": 577, "column": 31 } } }, "property": { "type": "Identifier", - "start": 22888, - "end": 22903, + "start": 23343, + "end": 23358, "loc": { "start": { - "line": 571, + "line": 577, "column": 32 }, "end": { - "line": 571, + "line": 577, "column": 47 }, "identifierName": "recordAnimation" @@ -156906,15 +158192,15 @@ }, "property": { "type": "Identifier", - "start": 22923, - "end": 22927, + "start": 23378, + "end": 23382, "loc": { "start": { - "line": 572, + "line": 578, "column": 19 }, "end": { - "line": 572, + "line": 578, "column": 23 }, "identifierName": "then" @@ -156926,72 +158212,72 @@ "arguments": [ { "type": "CallExpression", - "start": 22949, - "end": 22978, + "start": 23404, + "end": 23433, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 22949, - "end": 22972, + "start": 23404, + "end": 23427, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 22949, - "end": 22967, + "start": 23404, + "end": 23422, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 22949, - "end": 22953, + "start": 23404, + "end": 23408, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 24 } } }, "property": { "type": "Identifier", - "start": 22954, - "end": 22967, + "start": 23409, + "end": 23422, "loc": { "start": { - "line": 573, + "line": 579, "column": 25 }, "end": { - "line": 573, + "line": 579, "column": 38 }, "identifierName": "onDeviceReady" @@ -157002,15 +158288,15 @@ }, "property": { "type": "Identifier", - "start": 22968, - "end": 22972, + "start": 23423, + "end": 23427, "loc": { "start": { - "line": 573, + "line": 579, "column": 39 }, "end": { - "line": 573, + "line": 579, "column": 43 }, "identifierName": "bind" @@ -157022,15 +158308,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 22973, - "end": 22977, + "start": 23428, + "end": 23432, "loc": { "start": { - "line": 573, + "line": 579, "column": 44 }, "end": { - "line": 573, + "line": 579, "column": 48 } } @@ -157041,15 +158327,15 @@ }, "property": { "type": "Identifier", - "start": 22997, - "end": 23002, + "start": 23452, + "end": 23457, "loc": { "start": { - "line": 574, + "line": 580, "column": 18 }, "end": { - "line": 574, + "line": 580, "column": 23 }, "identifierName": "catch" @@ -157061,72 +158347,72 @@ "arguments": [ { "type": "CallExpression", - "start": 23024, - "end": 23053, + "start": 23479, + "end": 23508, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 23024, - "end": 23047, + "start": 23479, + "end": 23502, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 23024, - "end": 23042, + "start": 23479, + "end": 23497, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 23024, - "end": 23028, + "start": 23479, + "end": 23483, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23029, - "end": 23042, + "start": 23484, + "end": 23497, "loc": { "start": { - "line": 575, + "line": 581, "column": 25 }, "end": { - "line": 575, + "line": 581, "column": 38 }, "identifierName": "onDeviceError" @@ -157137,15 +158423,15 @@ }, "property": { "type": "Identifier", - "start": 23043, - "end": 23047, + "start": 23498, + "end": 23502, "loc": { "start": { - "line": 575, + "line": 581, "column": 39 }, "end": { - "line": 575, + "line": 581, "column": 43 }, "identifierName": "bind" @@ -157157,15 +158443,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 23048, - "end": 23052, + "start": 23503, + "end": 23507, "loc": { "start": { - "line": 575, + "line": 581, "column": 44 }, "end": { - "line": 575, + "line": 581, "column": 48 } } @@ -157177,15 +158463,15 @@ }, { "type": "BreakStatement", - "start": 23089, - "end": 23095, + "start": 23544, + "end": 23550, "loc": { "start": { - "line": 577, + "line": 583, "column": 16 }, "end": { - "line": 577, + "line": 583, "column": 22 } }, @@ -157194,15 +158480,15 @@ ], "test": { "type": "Identifier", - "start": 22537, - "end": 22546, + "start": 22992, + "end": 23001, "loc": { "start": { - "line": 561, + "line": 567, "column": 17 }, "end": { - "line": 561, + "line": 567, "column": 26 }, "identifierName": "ANIMATION" @@ -157212,73 +158498,73 @@ }, { "type": "SwitchCase", - "start": 23109, - "end": 24050, + "start": 23564, + "end": 24505, "loc": { "start": { - "line": 579, + "line": 585, "column": 12 }, "end": { - "line": 602, + "line": 608, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 23175, - "end": 23383, + "start": 23630, + "end": 23838, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 587, + "line": 593, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 23175, - "end": 23382, + "start": 23630, + "end": 23837, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 587, + "line": 593, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 23175, - "end": 23189, + "start": 23630, + "end": 23644, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 581, + "line": 587, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 23175, - "end": 23179, + "start": 23630, + "end": 23634, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 581, + "line": 587, "column": 20 } }, @@ -157286,15 +158572,15 @@ }, "property": { "type": "Identifier", - "start": 23180, - "end": 23189, + "start": 23635, + "end": 23644, "loc": { "start": { - "line": 581, + "line": 587, "column": 21 }, "end": { - "line": 581, + "line": 587, "column": 30 }, "identifierName": "mediaType" @@ -157306,30 +158592,30 @@ }, "right": { "type": "ObjectExpression", - "start": 23192, - "end": 23382, + "start": 23647, + "end": 23837, "loc": { "start": { - "line": 581, + "line": 587, "column": 33 }, "end": { - "line": 587, + "line": 593, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 23252, - "end": 23264, + "start": 23707, + "end": 23719, "loc": { "start": { - "line": 583, + "line": 589, "column": 20 }, "end": { - "line": 583, + "line": 589, "column": 32 } }, @@ -157338,15 +158624,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23252, - "end": 23257, + "start": 23707, + "end": 23712, "loc": { "start": { - "line": 583, + "line": 589, "column": 20 }, "end": { - "line": 583, + "line": 589, "column": 25 }, "identifierName": "audio" @@ -157356,15 +158642,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23259, - "end": 23264, + "start": 23714, + "end": 23719, "loc": { "start": { - "line": 583, + "line": 589, "column": 27 }, "end": { - "line": 583, + "line": 589, "column": 32 } }, @@ -157374,15 +158660,15 @@ { "type": "CommentLine", "value": " screen capture", - "start": 23214, - "end": 23231, + "start": 23669, + "end": 23686, "loc": { "start": { - "line": 582, + "line": 588, "column": 20 }, "end": { - "line": 582, + "line": 588, "column": 37 } } @@ -157391,15 +158677,15 @@ }, { "type": "ObjectProperty", - "start": 23286, - "end": 23298, + "start": 23741, + "end": 23753, "loc": { "start": { - "line": 584, + "line": 590, "column": 20 }, "end": { - "line": 584, + "line": 590, "column": 32 } }, @@ -157408,15 +158694,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23286, - "end": 23291, + "start": 23741, + "end": 23746, "loc": { "start": { - "line": 584, + "line": 590, "column": 20 }, "end": { - "line": 584, + "line": 590, "column": 25 }, "identifierName": "video" @@ -157425,15 +158711,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23293, - "end": 23298, + "start": 23748, + "end": 23753, "loc": { "start": { - "line": 584, + "line": 590, "column": 27 }, "end": { - "line": 584, + "line": 590, "column": 32 } }, @@ -157442,15 +158728,15 @@ }, { "type": "ObjectProperty", - "start": 23320, - "end": 23332, + "start": 23775, + "end": 23787, "loc": { "start": { - "line": 585, + "line": 591, "column": 20 }, "end": { - "line": 585, + "line": 591, "column": 32 } }, @@ -157459,15 +158745,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23320, - "end": 23326, + "start": 23775, + "end": 23781, "loc": { "start": { - "line": 585, + "line": 591, "column": 20 }, "end": { - "line": 585, + "line": 591, "column": 26 }, "identifierName": "screen" @@ -157476,15 +158762,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23328, - "end": 23332, + "start": 23783, + "end": 23787, "loc": { "start": { - "line": 585, + "line": 591, "column": 28 }, "end": { - "line": 585, + "line": 591, "column": 32 } }, @@ -157493,15 +158779,15 @@ }, { "type": "ObjectProperty", - "start": 23354, - "end": 23364, + "start": 23809, + "end": 23819, "loc": { "start": { - "line": 586, + "line": 592, "column": 20 }, "end": { - "line": 586, + "line": 592, "column": 30 } }, @@ -157510,15 +158796,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23354, - "end": 23357, + "start": 23809, + "end": 23812, "loc": { "start": { - "line": 586, + "line": 592, "column": 20 }, "end": { - "line": 586, + "line": 592, "column": 23 }, "identifierName": "gif" @@ -157527,15 +158813,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23359, - "end": 23364, + "start": 23814, + "end": 23819, "loc": { "start": { - "line": 586, + "line": 592, "column": 25 }, "end": { - "line": 586, + "line": 592, "column": 30 } }, @@ -157550,15 +158836,15 @@ { "type": "CommentLine", "value": " setup screen", - "start": 23143, - "end": 23158, + "start": 23598, + "end": 23613, "loc": { "start": { - "line": 580, + "line": 586, "column": 16 }, "end": { - "line": 580, + "line": 586, "column": 31 } } @@ -157567,44 +158853,44 @@ }, { "type": "VariableDeclaration", - "start": 23400, - "end": 23431, + "start": 23855, + "end": 23886, "loc": { "start": { - "line": 588, + "line": 594, "column": 16 }, "end": { - "line": 588, + "line": 594, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 23404, - "end": 23430, + "start": 23859, + "end": 23885, "loc": { "start": { - "line": 588, + "line": 594, "column": 20 }, "end": { - "line": 588, + "line": 594, "column": 46 } }, "id": { "type": "Identifier", - "start": 23404, - "end": 23425, + "start": 23859, + "end": 23880, "loc": { "start": { - "line": 588, + "line": 594, "column": 20 }, "end": { - "line": 588, + "line": 594, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -157613,15 +158899,15 @@ }, "init": { "type": "ObjectExpression", - "start": 23428, - "end": 23430, + "start": 23883, + "end": 23885, "loc": { "start": { - "line": 588, + "line": 594, "column": 44 }, "end": { - "line": 588, + "line": 594, "column": 46 } }, @@ -157633,72 +158919,72 @@ }, { "type": "IfStatement", - "start": 23448, - "end": 23799, + "start": 23903, + "end": 24254, "loc": { "start": { - "line": 589, + "line": 595, "column": 16 }, "end": { - "line": 596, + "line": 602, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 23452, - "end": 23478, + "start": 23907, + "end": 23933, "loc": { "start": { - "line": 589, + "line": 595, "column": 20 }, "end": { - "line": 589, + "line": 595, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 23452, - "end": 23469, + "start": 23907, + "end": 23924, "loc": { "start": { - "line": 589, + "line": 595, "column": 20 }, "end": { - "line": 589, + "line": 595, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 23452, - "end": 23456, + "start": 23907, + "end": 23911, "loc": { "start": { - "line": 589, + "line": 595, "column": 20 }, "end": { - "line": 589, + "line": 595, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23457, - "end": 23469, + "start": 23912, + "end": 23924, "loc": { "start": { - "line": 589, + "line": 595, "column": 25 }, "end": { - "line": 589, + "line": 595, "column": 37 }, "identifierName": "recordScreen" @@ -157710,15 +158996,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 23474, - "end": 23478, + "start": 23929, + "end": 23933, "loc": { "start": { - "line": 589, + "line": 595, "column": 42 }, "end": { - "line": 589, + "line": 595, "column": 46 } }, @@ -157727,59 +159013,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 23480, - "end": 23604, + "start": 23935, + "end": 24059, "loc": { "start": { - "line": 589, + "line": 595, "column": 48 }, "end": { - "line": 593, + "line": 599, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 23502, - "end": 23586, + "start": 23957, + "end": 24041, "loc": { "start": { - "line": 590, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 598, "column": 22 } }, "expression": { "type": "AssignmentExpression", - "start": 23502, - "end": 23585, + "start": 23957, + "end": 24040, "loc": { "start": { - "line": 590, + "line": 596, "column": 20 }, "end": { - "line": 592, + "line": 598, "column": 21 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23502, - "end": 23523, + "start": 23957, + "end": 23978, "loc": { "start": { - "line": 590, + "line": 596, "column": 20 }, "end": { - "line": 590, + "line": 596, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -157788,30 +159074,30 @@ }, "right": { "type": "ObjectExpression", - "start": 23526, - "end": 23585, + "start": 23981, + "end": 24040, "loc": { "start": { - "line": 590, + "line": 596, "column": 44 }, "end": { - "line": 592, + "line": 598, "column": 21 } }, "properties": [ { "type": "ObjectProperty", - "start": 23552, - "end": 23563, + "start": 24007, + "end": 24018, "loc": { "start": { - "line": 591, + "line": 597, "column": 24 }, "end": { - "line": 591, + "line": 597, "column": 35 } }, @@ -157820,15 +159106,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 23552, - "end": 23557, + "start": 24007, + "end": 24012, "loc": { "start": { - "line": 591, + "line": 597, "column": 24 }, "end": { - "line": 591, + "line": 597, "column": 29 }, "identifierName": "video" @@ -157837,15 +159123,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 23559, - "end": 23563, + "start": 24014, + "end": 24018, "loc": { "start": { - "line": 591, + "line": 597, "column": 31 }, "end": { - "line": 591, + "line": 597, "column": 35 } }, @@ -157861,57 +159147,57 @@ }, "alternate": { "type": "IfStatement", - "start": 23610, - "end": 23799, + "start": 24065, + "end": 24254, "loc": { "start": { - "line": 593, + "line": 599, "column": 23 }, "end": { - "line": 596, + "line": 602, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 23614, - "end": 23715, + "start": 24069, + "end": 24170, "loc": { "start": { - "line": 593, + "line": 599, "column": 27 }, "end": { - "line": 594, + "line": 600, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 23614, - "end": 23651, + "start": 24069, + "end": 24106, "loc": { "start": { - "line": 593, + "line": 599, "column": 27 }, "end": { - "line": 593, + "line": 599, "column": 64 } }, "left": { "type": "UnaryExpression", - "start": 23614, - "end": 23638, + "start": 24069, + "end": 24093, "loc": { "start": { - "line": 593, + "line": 599, "column": 27 }, "end": { - "line": 593, + "line": 599, "column": 51 } }, @@ -157919,44 +159205,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 23621, - "end": 23638, + "start": 24076, + "end": 24093, "loc": { "start": { - "line": 593, + "line": 599, "column": 34 }, "end": { - "line": 593, + "line": 599, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 23621, - "end": 23625, + "start": 24076, + "end": 24080, "loc": { "start": { - "line": 593, + "line": 599, "column": 34 }, "end": { - "line": 593, + "line": 599, "column": 38 } } }, "property": { "type": "Identifier", - "start": 23626, - "end": 23638, + "start": 24081, + "end": 24093, "loc": { "start": { - "line": 593, + "line": 599, "column": 39 }, "end": { - "line": 593, + "line": 599, "column": 51 }, "identifierName": "recordScreen" @@ -157972,15 +159258,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 23643, - "end": 23651, + "start": 24098, + "end": 24106, "loc": { "start": { - "line": 593, + "line": 599, "column": 56 }, "end": { - "line": 593, + "line": 599, "column": 64 } }, @@ -157994,72 +159280,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 23675, - "end": 23715, + "start": 24130, + "end": 24170, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 23675, - "end": 23704, + "start": 24130, + "end": 24159, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 23675, - "end": 23692, + "start": 24130, + "end": 24147, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 23675, - "end": 23679, + "start": 24130, + "end": 24134, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23680, - "end": 23692, + "start": 24135, + "end": 24147, "loc": { "start": { - "line": 594, + "line": 600, "column": 25 }, "end": { - "line": 594, + "line": 600, "column": 37 }, "identifierName": "recordScreen" @@ -158070,15 +159356,15 @@ }, "property": { "type": "Identifier", - "start": 23693, - "end": 23704, + "start": 24148, + "end": 24159, "loc": { "start": { - "line": 594, + "line": 600, "column": 38 }, "end": { - "line": 594, + "line": 600, "column": 49 }, "identifierName": "constructor" @@ -158090,15 +159376,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 23709, - "end": 23715, + "start": 24164, + "end": 24170, "loc": { "start": { - "line": 594, + "line": 600, "column": 54 }, "end": { - "line": 594, + "line": 600, "column": 60 }, "identifierName": "Object" @@ -158109,59 +159395,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 23717, - "end": 23799, + "start": 24172, + "end": 24254, "loc": { "start": { - "line": 594, + "line": 600, "column": 62 }, "end": { - "line": 596, + "line": 602, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 23739, - "end": 23781, + "start": 24194, + "end": 24236, "loc": { "start": { - "line": 595, + "line": 601, "column": 20 }, "end": { - "line": 595, + "line": 601, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 23739, - "end": 23780, + "start": 24194, + "end": 24235, "loc": { "start": { - "line": 595, + "line": 601, "column": 20 }, "end": { - "line": 595, + "line": 601, "column": 61 } }, "operator": "=", "left": { "type": "Identifier", - "start": 23739, - "end": 23760, + "start": 24194, + "end": 24215, "loc": { "start": { - "line": 595, + "line": 601, "column": 20 }, "end": { - "line": 595, + "line": 601, "column": 41 }, "identifierName": "screenOnlyConstraints" @@ -158170,44 +159456,44 @@ }, "right": { "type": "MemberExpression", - "start": 23763, - "end": 23780, + "start": 24218, + "end": 24235, "loc": { "start": { - "line": 595, + "line": 601, "column": 44 }, "end": { - "line": 595, + "line": 601, "column": 61 } }, "object": { "type": "ThisExpression", - "start": 23763, - "end": 23767, + "start": 24218, + "end": 24222, "loc": { "start": { - "line": 595, + "line": 601, "column": 44 }, "end": { - "line": 595, + "line": 601, "column": 48 } } }, "property": { "type": "Identifier", - "start": 23768, - "end": 23780, + "start": 24223, + "end": 24235, "loc": { "start": { - "line": 595, + "line": 601, "column": 49 }, "end": { - "line": 595, + "line": 601, "column": 61 }, "identifierName": "recordScreen" @@ -158226,127 +159512,127 @@ }, { "type": "ExpressionStatement", - "start": 23816, - "end": 24027, + "start": 24271, + "end": 24482, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 601, + "line": 607, "column": 18 } }, "expression": { "type": "CallExpression", - "start": 23816, - "end": 24026, + "start": 24271, + "end": 24481, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 601, + "line": 607, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 23816, - "end": 23957, + "start": 24271, + "end": 24412, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 599, + "line": 605, "column": 23 } }, "object": { "type": "CallExpression", - "start": 23816, - "end": 23951, + "start": 24271, + "end": 24406, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 599, + "line": 605, "column": 17 } }, "callee": { "type": "MemberExpression", - "start": 23816, - "end": 23882, + "start": 24271, + "end": 24337, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 82 } }, "object": { "type": "CallExpression", - "start": 23816, - "end": 23877, + "start": 24271, + "end": 24332, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 23816, - "end": 23854, + "start": 24271, + "end": 24309, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 23816, - "end": 23838, + "start": 24271, + "end": 24293, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 38 } }, "object": { "type": "Identifier", - "start": 23816, - "end": 23825, + "start": 24271, + "end": 24280, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 25 }, "identifierName": "navigator" @@ -158355,15 +159641,15 @@ }, "property": { "type": "Identifier", - "start": 23826, - "end": 23838, + "start": 24281, + "end": 24293, "loc": { "start": { - "line": 597, + "line": 603, "column": 26 }, "end": { - "line": 597, + "line": 603, "column": 38 }, "identifierName": "mediaDevices" @@ -158374,15 +159660,15 @@ }, "property": { "type": "Identifier", - "start": 23839, - "end": 23854, + "start": 24294, + "end": 24309, "loc": { "start": { - "line": 597, + "line": 603, "column": 39 }, "end": { - "line": 597, + "line": 603, "column": 54 }, "identifierName": "getDisplayMedia" @@ -158394,15 +159680,15 @@ "arguments": [ { "type": "Identifier", - "start": 23855, - "end": 23876, + "start": 24310, + "end": 24331, "loc": { "start": { - "line": 597, + "line": 603, "column": 55 }, "end": { - "line": 597, + "line": 603, "column": 76 }, "identifierName": "screenOnlyConstraints" @@ -158413,15 +159699,15 @@ }, "property": { "type": "Identifier", - "start": 23878, - "end": 23882, + "start": 24333, + "end": 24337, "loc": { "start": { - "line": 597, + "line": 603, "column": 78 }, "end": { - "line": 597, + "line": 603, "column": 82 }, "identifierName": "then" @@ -158433,72 +159719,72 @@ "arguments": [ { "type": "CallExpression", - "start": 23904, - "end": 23933, + "start": 24359, + "end": 24388, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 23904, - "end": 23927, + "start": 24359, + "end": 24382, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 23904, - "end": 23922, + "start": 24359, + "end": 24377, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 23904, - "end": 23908, + "start": 24359, + "end": 24363, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23909, - "end": 23922, + "start": 24364, + "end": 24377, "loc": { "start": { - "line": 598, + "line": 604, "column": 25 }, "end": { - "line": 598, + "line": 604, "column": 38 }, "identifierName": "onDeviceReady" @@ -158509,15 +159795,15 @@ }, "property": { "type": "Identifier", - "start": 23923, - "end": 23927, + "start": 24378, + "end": 24382, "loc": { "start": { - "line": 598, + "line": 604, "column": 39 }, "end": { - "line": 598, + "line": 604, "column": 43 }, "identifierName": "bind" @@ -158529,15 +159815,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 23928, - "end": 23932, + "start": 24383, + "end": 24387, "loc": { "start": { - "line": 598, + "line": 604, "column": 44 }, "end": { - "line": 598, + "line": 604, "column": 48 } } @@ -158548,15 +159834,15 @@ }, "property": { "type": "Identifier", - "start": 23952, - "end": 23957, + "start": 24407, + "end": 24412, "loc": { "start": { - "line": 599, + "line": 605, "column": 18 }, "end": { - "line": 599, + "line": 605, "column": 23 }, "identifierName": "catch" @@ -158568,72 +159854,72 @@ "arguments": [ { "type": "CallExpression", - "start": 23979, - "end": 24008, + "start": 24434, + "end": 24463, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 23979, - "end": 24002, + "start": 24434, + "end": 24457, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 23979, - "end": 23997, + "start": 24434, + "end": 24452, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 23979, - "end": 23983, + "start": 24434, + "end": 24438, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 24 } } }, "property": { "type": "Identifier", - "start": 23984, - "end": 23997, + "start": 24439, + "end": 24452, "loc": { "start": { - "line": 600, + "line": 606, "column": 25 }, "end": { - "line": 600, + "line": 606, "column": 38 }, "identifierName": "onDeviceError" @@ -158644,15 +159930,15 @@ }, "property": { "type": "Identifier", - "start": 23998, - "end": 24002, + "start": 24453, + "end": 24457, "loc": { "start": { - "line": 600, + "line": 606, "column": 39 }, "end": { - "line": 600, + "line": 606, "column": 43 }, "identifierName": "bind" @@ -158664,15 +159950,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 24003, - "end": 24007, + "start": 24458, + "end": 24462, "loc": { "start": { - "line": 600, + "line": 606, "column": 44 }, "end": { - "line": 600, + "line": 606, "column": 48 } } @@ -158684,15 +159970,15 @@ }, { "type": "BreakStatement", - "start": 24044, - "end": 24050, + "start": 24499, + "end": 24505, "loc": { "start": { - "line": 602, + "line": 608, "column": 16 }, "end": { - "line": 602, + "line": 608, "column": 22 } }, @@ -158701,15 +159987,15 @@ ], "test": { "type": "Identifier", - "start": 23114, - "end": 23125, + "start": 23569, + "end": 23580, "loc": { "start": { - "line": 579, + "line": 585, "column": 17 }, "end": { - "line": 579, + "line": 585, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -158722,15 +160008,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 16783, - "end": 16845, + "start": 16837, + "end": 16899, "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 70 } } @@ -158738,15 +160024,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 16854, - "end": 16908, + "start": 16908, + "end": 16962, "loc": { "start": { - "line": 438, + "line": 439, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 62 } } @@ -158761,15 +160047,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 15130, - "end": 15230, + "start": 15184, + "end": 15284, "loc": { "start": { - "line": 399, + "line": 400, "column": 4 }, "end": { - "line": 402, + "line": 403, "column": 7 } } @@ -158779,15 +160065,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 24072, - "end": 24221, + "start": 24527, + "end": 24676, "loc": { "start": { - "line": 606, + "line": 612, "column": 4 }, "end": { - "line": 611, + "line": 617, "column": 7 } } @@ -158796,15 +160082,15 @@ }, { "type": "ClassMethod", - "start": 24226, - "end": 31935, + "start": 24681, + "end": 32453, "loc": { "start": { - "line": 612, + "line": 618, "column": 4 }, "end": { - "line": 809, + "line": 816, "column": 5 } }, @@ -158812,15 +160098,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 24226, - "end": 24239, + "start": 24681, + "end": 24694, "loc": { "start": { - "line": 612, + "line": 618, "column": 4 }, "end": { - "line": 612, + "line": 618, "column": 17 }, "identifierName": "onDeviceReady" @@ -158836,15 +160122,15 @@ "params": [ { "type": "Identifier", - "start": 24240, - "end": 24246, + "start": 24695, + "end": 24701, "loc": { "start": { - "line": 612, + "line": 618, "column": 18 }, "end": { - "line": 612, + "line": 618, "column": 24 }, "identifierName": "stream" @@ -158854,88 +160140,88 @@ ], "body": { "type": "BlockStatement", - "start": 24248, - "end": 31935, + "start": 24703, + "end": 32453, "loc": { "start": { - "line": 612, + "line": 618, "column": 26 }, "end": { - "line": 809, + "line": 816, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 24258, - "end": 24284, + "start": 24713, + "end": 24739, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 34 } }, "expression": { "type": "AssignmentExpression", - "start": 24258, - "end": 24283, + "start": 24713, + "end": 24738, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 33 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 24258, - "end": 24276, + "start": 24713, + "end": 24731, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 24258, - "end": 24262, + "start": 24713, + "end": 24717, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 12 } } }, "property": { "type": "Identifier", - "start": 24263, - "end": 24276, + "start": 24718, + "end": 24731, "loc": { "start": { - "line": 613, + "line": 619, "column": 13 }, "end": { - "line": 613, + "line": 619, "column": 26 }, "identifierName": "_deviceActive" @@ -158946,15 +160232,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 24279, - "end": 24283, + "start": 24734, + "end": 24738, "loc": { "start": { - "line": 613, + "line": 619, "column": 29 }, "end": { - "line": 613, + "line": 619, "column": 33 } }, @@ -158965,15 +160251,15 @@ { "type": "CommentLine", "value": " stop previous stream if it is active", - "start": 24294, - "end": 24333, + "start": 24749, + "end": 24788, "loc": { "start": { - "line": 615, + "line": 621, "column": 8 }, "end": { - "line": 615, + "line": 621, "column": 47 } } @@ -158982,71 +160268,71 @@ }, { "type": "IfStatement", - "start": 24342, - "end": 24438, + "start": 24797, + "end": 24893, "loc": { "start": { - "line": 616, + "line": 622, "column": 8 }, "end": { - "line": 618, + "line": 624, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 24346, - "end": 24393, + "start": 24801, + "end": 24848, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 59 } }, "left": { "type": "BinaryExpression", - "start": 24346, - "end": 24371, + "start": 24801, + "end": 24826, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 37 } }, "left": { "type": "MemberExpression", - "start": 24346, - "end": 24357, + "start": 24801, + "end": 24812, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24346, - "end": 24350, + "start": 24801, + "end": 24805, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 16 } }, @@ -159054,15 +160340,15 @@ }, "property": { "type": "Identifier", - "start": 24351, - "end": 24357, + "start": 24806, + "end": 24812, "loc": { "start": { - "line": 616, + "line": 622, "column": 17 }, "end": { - "line": 616, + "line": 622, "column": 23 }, "identifierName": "stream" @@ -159075,15 +160361,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24362, - "end": 24371, + "start": 24817, + "end": 24826, "loc": { "start": { - "line": 616, + "line": 622, "column": 28 }, "end": { - "line": 616, + "line": 622, "column": 37 }, "identifierName": "undefined" @@ -159095,58 +160381,58 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 24375, - "end": 24393, + "start": 24830, + "end": 24848, "loc": { "start": { - "line": 616, + "line": 622, "column": 41 }, "end": { - "line": 616, + "line": 622, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 24375, - "end": 24386, + "start": 24830, + "end": 24841, "loc": { "start": { - "line": 616, + "line": 622, "column": 41 }, "end": { - "line": 616, + "line": 622, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 24375, - "end": 24379, + "start": 24830, + "end": 24834, "loc": { "start": { - "line": 616, + "line": 622, "column": 41 }, "end": { - "line": 616, + "line": 622, "column": 45 } } }, "property": { "type": "Identifier", - "start": 24380, - "end": 24386, + "start": 24835, + "end": 24841, "loc": { "start": { - "line": 616, + "line": 622, "column": 46 }, "end": { - "line": 616, + "line": 622, "column": 52 }, "identifierName": "stream" @@ -159157,15 +160443,15 @@ }, "property": { "type": "Identifier", - "start": 24387, - "end": 24393, + "start": 24842, + "end": 24848, "loc": { "start": { - "line": 616, + "line": 622, "column": 53 }, "end": { - "line": 616, + "line": 622, "column": 59 }, "identifierName": "active" @@ -159178,101 +160464,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 24395, - "end": 24438, + "start": 24850, + "end": 24893, "loc": { "start": { - "line": 616, + "line": 622, "column": 61 }, "end": { - "line": 618, + "line": 624, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 24409, - "end": 24428, + "start": 24864, + "end": 24883, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 24409, - "end": 24427, + "start": 24864, + "end": 24882, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 24409, - "end": 24425, + "start": 24864, + "end": 24880, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 28 } }, "object": { "type": "MemberExpression", - "start": 24409, - "end": 24420, + "start": 24864, + "end": 24875, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24409, - "end": 24413, + "start": 24864, + "end": 24868, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 16 } } }, "property": { "type": "Identifier", - "start": 24414, - "end": 24420, + "start": 24869, + "end": 24875, "loc": { "start": { - "line": 617, + "line": 623, "column": 17 }, "end": { - "line": 617, + "line": 623, "column": 23 }, "identifierName": "stream" @@ -159283,15 +160569,15 @@ }, "property": { "type": "Identifier", - "start": 24421, - "end": 24425, + "start": 24876, + "end": 24880, "loc": { "start": { - "line": 617, + "line": 623, "column": 24 }, "end": { - "line": 617, + "line": 623, "column": 28 }, "identifierName": "stop" @@ -159312,15 +160598,15 @@ { "type": "CommentLine", "value": " stop previous stream if it is active", - "start": 24294, - "end": 24333, + "start": 24749, + "end": 24788, "loc": { "start": { - "line": 615, + "line": 621, "column": 8 }, "end": { - "line": 615, + "line": 621, "column": 47 } } @@ -159330,15 +160616,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 24448, - "end": 24494, + "start": 24903, + "end": 24949, "loc": { "start": { - "line": 620, + "line": 626, "column": 8 }, "end": { - "line": 620, + "line": 626, "column": 54 } } @@ -159347,58 +160633,58 @@ }, { "type": "ExpressionStatement", - "start": 24503, - "end": 24524, + "start": 24958, + "end": 24979, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 29 } }, "expression": { "type": "AssignmentExpression", - "start": 24503, - "end": 24523, + "start": 24958, + "end": 24978, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 28 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 24503, - "end": 24514, + "start": 24958, + "end": 24969, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 24503, - "end": 24507, + "start": 24958, + "end": 24962, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 12 } }, @@ -159406,15 +160692,15 @@ }, "property": { "type": "Identifier", - "start": 24508, - "end": 24514, + "start": 24963, + "end": 24969, "loc": { "start": { - "line": 621, + "line": 627, "column": 13 }, "end": { - "line": 621, + "line": 627, "column": 19 }, "identifierName": "stream" @@ -159426,15 +160712,15 @@ }, "right": { "type": "Identifier", - "start": 24517, - "end": 24523, + "start": 24972, + "end": 24978, "loc": { "start": { - "line": 621, + "line": 627, "column": 22 }, "end": { - "line": 621, + "line": 627, "column": 28 }, "identifierName": "stream" @@ -159447,15 +160733,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 24448, - "end": 24494, + "start": 24903, + "end": 24949, "loc": { "start": { - "line": 620, + "line": 626, "column": 8 }, "end": { - "line": 620, + "line": 626, "column": 54 } } @@ -159465,15 +160751,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24534, - "end": 24565, + "start": 24989, + "end": 25020, "loc": { "start": { - "line": 623, + "line": 629, "column": 8 }, "end": { - "line": 623, + "line": 629, "column": 39 } } @@ -159482,85 +160768,85 @@ }, { "type": "ExpressionStatement", - "start": 24574, - "end": 24606, + "start": 25029, + "end": 25061, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 24574, - "end": 24605, + "start": 25029, + "end": 25060, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 24574, - "end": 24603, + "start": 25029, + "end": 25058, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 24574, - "end": 24598, + "start": 25029, + "end": 25053, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 24574, - "end": 24585, + "start": 25029, + "end": 25040, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 24574, - "end": 24578, + "start": 25029, + "end": 25033, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 12 } }, @@ -159568,15 +160854,15 @@ }, "property": { "type": "Identifier", - "start": 24579, - "end": 24585, + "start": 25034, + "end": 25040, "loc": { "start": { - "line": 624, + "line": 630, "column": 13 }, "end": { - "line": 624, + "line": 630, "column": 19 }, "identifierName": "player" @@ -159588,15 +160874,15 @@ }, "property": { "type": "Identifier", - "start": 24586, - "end": 24598, + "start": 25041, + "end": 25053, "loc": { "start": { - "line": 624, + "line": 630, "column": 20 }, "end": { - "line": 624, + "line": 630, "column": 32 }, "identifierName": "deviceButton" @@ -159608,15 +160894,15 @@ }, "property": { "type": "Identifier", - "start": 24599, - "end": 24603, + "start": 25054, + "end": 25058, "loc": { "start": { - "line": 624, + "line": 630, "column": 33 }, "end": { - "line": 624, + "line": 630, "column": 37 }, "identifierName": "hide" @@ -159633,15 +160919,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24534, - "end": 24565, + "start": 24989, + "end": 25020, "loc": { "start": { - "line": 623, + "line": 629, "column": 8 }, "end": { - "line": 623, + "line": 629, "column": 39 } } @@ -159651,15 +160937,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24616, - "end": 24661, + "start": 25071, + "end": 25116, "loc": { "start": { - "line": 626, + "line": 632, "column": 8 }, "end": { - "line": 626, + "line": 632, "column": 53 } } @@ -159668,57 +160954,57 @@ }, { "type": "ExpressionStatement", - "start": 24670, - "end": 24703, + "start": 25125, + "end": 25158, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 24670, - "end": 24702, + "start": 25125, + "end": 25157, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 24670, - "end": 24686, + "start": 25125, + "end": 25141, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 24670, - "end": 24674, + "start": 25125, + "end": 25129, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 12 } }, @@ -159726,15 +161012,15 @@ }, "property": { "type": "Identifier", - "start": 24675, - "end": 24686, + "start": 25130, + "end": 25141, "loc": { "start": { - "line": 627, + "line": 633, "column": 13 }, "end": { - "line": 627, + "line": 633, "column": 24 }, "identifierName": "setDuration" @@ -159747,44 +161033,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24687, - "end": 24701, + "start": 25142, + "end": 25156, "loc": { "start": { - "line": 627, + "line": 633, "column": 25 }, "end": { - "line": 627, + "line": 633, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 24687, - "end": 24691, + "start": 25142, + "end": 25146, "loc": { "start": { - "line": 627, + "line": 633, "column": 25 }, "end": { - "line": 627, + "line": 633, "column": 29 } } }, "property": { "type": "Identifier", - "start": 24692, - "end": 24701, + "start": 25147, + "end": 25156, "loc": { "start": { - "line": 627, + "line": 633, "column": 30 }, "end": { - "line": 627, + "line": 633, "column": 39 }, "identifierName": "maxLength" @@ -159800,15 +161086,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24616, - "end": 24661, + "start": 25071, + "end": 25116, "loc": { "start": { - "line": 626, + "line": 632, "column": 8 }, "end": { - "line": 626, + "line": 632, "column": 53 } } @@ -159817,72 +161103,72 @@ }, { "type": "ExpressionStatement", - "start": 24712, - "end": 24735, + "start": 25167, + "end": 25190, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 24712, - "end": 24734, + "start": 25167, + "end": 25189, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 24712, - "end": 24731, + "start": 25167, + "end": 25186, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 24712, - "end": 24716, + "start": 25167, + "end": 25171, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 12 } } }, "property": { "type": "Identifier", - "start": 24717, - "end": 24731, + "start": 25172, + "end": 25186, "loc": { "start": { - "line": 628, + "line": 634, "column": 13 }, "end": { - "line": 628, + "line": 634, "column": 27 }, "identifierName": "setCurrentTime" @@ -159894,15 +161180,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 24732, - "end": 24733, + "start": 25187, + "end": 25188, "loc": { "start": { - "line": 628, + "line": 634, "column": 28 }, "end": { - "line": 628, + "line": 634, "column": 29 } }, @@ -159918,15 +161204,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24745, - "end": 24803, + "start": 25200, + "end": 25258, "loc": { "start": { - "line": 630, + "line": 636, "column": 8 }, "end": { - "line": 630, + "line": 636, "column": 66 } } @@ -159935,85 +161221,85 @@ }, { "type": "IfStatement", - "start": 24812, - "end": 24930, + "start": 25267, + "end": 25385, "loc": { "start": { - "line": 631, + "line": 637, "column": 8 }, "end": { - "line": 633, + "line": 639, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 24816, - "end": 24863, + "start": 25271, + "end": 25318, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 24816, - "end": 24849, + "start": 25271, + "end": 25304, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 24816, - "end": 24838, + "start": 25271, + "end": 25293, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 24816, - "end": 24827, + "start": 25271, + "end": 25282, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24816, - "end": 24820, + "start": 25271, + "end": 25275, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 16 } }, @@ -160021,15 +161307,15 @@ }, "property": { "type": "Identifier", - "start": 24821, - "end": 24827, + "start": 25276, + "end": 25282, "loc": { "start": { - "line": 631, + "line": 637, "column": 17 }, "end": { - "line": 631, + "line": 637, "column": 23 }, "identifierName": "player" @@ -160041,15 +161327,15 @@ }, "property": { "type": "Identifier", - "start": 24828, - "end": 24838, + "start": 25283, + "end": 25293, "loc": { "start": { - "line": 631, + "line": 637, "column": 24 }, "end": { - "line": 631, + "line": 637, "column": 34 }, "identifierName": "controlBar" @@ -160061,15 +161347,15 @@ }, "property": { "type": "Identifier", - "start": 24839, - "end": 24849, + "start": 25294, + "end": 25304, "loc": { "start": { - "line": 631, + "line": 637, "column": 35 }, "end": { - "line": 631, + "line": 637, "column": 45 }, "identifierName": "playToggle" @@ -160082,15 +161368,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 24854, - "end": 24863, + "start": 25309, + "end": 25318, "loc": { "start": { - "line": 631, + "line": 637, "column": 50 }, "end": { - "line": 631, + "line": 637, "column": 59 }, "identifierName": "undefined" @@ -160101,129 +161387,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 24865, - "end": 24930, + "start": 25320, + "end": 25385, "loc": { "start": { - "line": 631, + "line": 637, "column": 61 }, "end": { - "line": 633, + "line": 639, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 24879, - "end": 24920, + "start": 25334, + "end": 25375, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 24879, - "end": 24919, + "start": 25334, + "end": 25374, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 24879, - "end": 24917, + "start": 25334, + "end": 25372, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 24879, - "end": 24912, + "start": 25334, + "end": 25367, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 24879, - "end": 24901, + "start": 25334, + "end": 25356, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 24879, - "end": 24890, + "start": 25334, + "end": 25345, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 24879, - "end": 24883, + "start": 25334, + "end": 25338, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 16 } } }, "property": { "type": "Identifier", - "start": 24884, - "end": 24890, + "start": 25339, + "end": 25345, "loc": { "start": { - "line": 632, + "line": 638, "column": 17 }, "end": { - "line": 632, + "line": 638, "column": 23 }, "identifierName": "player" @@ -160234,15 +161520,15 @@ }, "property": { "type": "Identifier", - "start": 24891, - "end": 24901, + "start": 25346, + "end": 25356, "loc": { "start": { - "line": 632, + "line": 638, "column": 24 }, "end": { - "line": 632, + "line": 638, "column": 34 }, "identifierName": "controlBar" @@ -160253,15 +161539,15 @@ }, "property": { "type": "Identifier", - "start": 24902, - "end": 24912, + "start": 25357, + "end": 25367, "loc": { "start": { - "line": 632, + "line": 638, "column": 35 }, "end": { - "line": 632, + "line": 638, "column": 45 }, "identifierName": "playToggle" @@ -160272,15 +161558,15 @@ }, "property": { "type": "Identifier", - "start": 24913, - "end": 24917, + "start": 25368, + "end": 25372, "loc": { "start": { - "line": 632, + "line": 638, "column": 46 }, "end": { - "line": 632, + "line": 638, "column": 50 }, "identifierName": "hide" @@ -160301,15 +161587,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24745, - "end": 24803, + "start": 25200, + "end": 25258, "loc": { "start": { - "line": 630, + "line": 636, "column": 8 }, "end": { - "line": 630, + "line": 636, "column": 66 } } @@ -160319,15 +161605,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24940, - "end": 24967, + "start": 25395, + "end": 25422, "loc": { "start": { - "line": 635, + "line": 641, "column": 8 }, "end": { - "line": 635, + "line": 641, "column": 35 } } @@ -160336,57 +161622,57 @@ }, { "type": "ExpressionStatement", - "start": 24976, - "end": 25041, + "start": 25431, + "end": 25496, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 73 } }, "expression": { "type": "CallExpression", - "start": 24976, - "end": 25040, + "start": 25431, + "end": 25495, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 72 } }, "callee": { "type": "MemberExpression", - "start": 24976, - "end": 24984, + "start": 25431, + "end": 25439, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 24976, - "end": 24980, + "start": 25431, + "end": 25435, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 12 } }, @@ -160394,15 +161680,15 @@ }, "property": { "type": "Identifier", - "start": 24981, - "end": 24984, + "start": 25436, + "end": 25439, "loc": { "start": { - "line": 636, + "line": 642, "column": 13 }, "end": { - "line": 636, + "line": 642, "column": 16 }, "identifierName": "off" @@ -160415,44 +161701,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 24985, - "end": 24996, + "start": 25440, + "end": 25451, "loc": { "start": { - "line": 636, + "line": 642, "column": 17 }, "end": { - "line": 636, + "line": 642, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 24985, - "end": 24989, + "start": 25440, + "end": 25444, "loc": { "start": { - "line": 636, + "line": 642, "column": 17 }, "end": { - "line": 636, + "line": 642, "column": 21 } } }, "property": { "type": "Identifier", - "start": 24990, - "end": 24996, + "start": 25445, + "end": 25451, "loc": { "start": { - "line": 636, + "line": 642, "column": 22 }, "end": { - "line": 636, + "line": 642, "column": 28 }, "identifierName": "player" @@ -160463,29 +161749,29 @@ }, { "type": "MemberExpression", - "start": 24998, - "end": 25014, + "start": 25453, + "end": 25469, "loc": { "start": { - "line": 636, + "line": 642, "column": 30 }, "end": { - "line": 636, + "line": 642, "column": 46 } }, "object": { "type": "Identifier", - "start": 24998, - "end": 25003, + "start": 25453, + "end": 25458, "loc": { "start": { - "line": 636, + "line": 642, "column": 30 }, "end": { - "line": 636, + "line": 642, "column": 35 }, "identifierName": "Event" @@ -160494,15 +161780,15 @@ }, "property": { "type": "Identifier", - "start": 25004, - "end": 25014, + "start": 25459, + "end": 25469, "loc": { "start": { - "line": 636, + "line": 642, "column": 36 }, "end": { - "line": 636, + "line": 642, "column": 46 }, "identifierName": "TIMEUPDATE" @@ -160513,44 +161799,44 @@ }, { "type": "MemberExpression", - "start": 25016, - "end": 25039, + "start": 25471, + "end": 25494, "loc": { "start": { - "line": 636, + "line": 642, "column": 48 }, "end": { - "line": 636, + "line": 642, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 25016, - "end": 25020, + "start": 25471, + "end": 25475, "loc": { "start": { - "line": 636, + "line": 642, "column": 48 }, "end": { - "line": 636, + "line": 642, "column": 52 } } }, "property": { "type": "Identifier", - "start": 25021, - "end": 25039, + "start": 25476, + "end": 25494, "loc": { "start": { - "line": 636, + "line": 642, "column": 53 }, "end": { - "line": 636, + "line": 642, "column": 71 }, "identifierName": "playbackTimeUpdate" @@ -160566,15 +161852,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24940, - "end": 24967, + "start": 25395, + "end": 25422, "loc": { "start": { - "line": 635, + "line": 641, "column": 8 }, "end": { - "line": 635, + "line": 641, "column": 35 } } @@ -160583,72 +161869,72 @@ }, { "type": "ExpressionStatement", - "start": 25050, - "end": 25110, + "start": 25505, + "end": 25565, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 25050, - "end": 25109, + "start": 25505, + "end": 25564, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 25050, - "end": 25058, + "start": 25505, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 25050, - "end": 25054, + "start": 25505, + "end": 25509, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 12 } } }, "property": { "type": "Identifier", - "start": 25055, - "end": 25058, + "start": 25510, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 643, "column": 13 }, "end": { - "line": 637, + "line": 643, "column": 16 }, "identifierName": "off" @@ -160660,44 +161946,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25059, - "end": 25070, + "start": 25514, + "end": 25525, "loc": { "start": { - "line": 637, + "line": 643, "column": 17 }, "end": { - "line": 637, + "line": 643, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 25059, - "end": 25063, + "start": 25514, + "end": 25518, "loc": { "start": { - "line": 637, + "line": 643, "column": 17 }, "end": { - "line": 637, + "line": 643, "column": 21 } } }, "property": { "type": "Identifier", - "start": 25064, - "end": 25070, + "start": 25519, + "end": 25525, "loc": { "start": { - "line": 637, + "line": 643, "column": 22 }, "end": { - "line": 637, + "line": 643, "column": 28 }, "identifierName": "player" @@ -160708,29 +161994,29 @@ }, { "type": "MemberExpression", - "start": 25072, - "end": 25083, + "start": 25527, + "end": 25538, "loc": { "start": { - "line": 637, + "line": 643, "column": 30 }, "end": { - "line": 637, + "line": 643, "column": 41 } }, "object": { "type": "Identifier", - "start": 25072, - "end": 25077, + "start": 25527, + "end": 25532, "loc": { "start": { - "line": 637, + "line": 643, "column": 30 }, "end": { - "line": 637, + "line": 643, "column": 35 }, "identifierName": "Event" @@ -160739,15 +162025,15 @@ }, "property": { "type": "Identifier", - "start": 25078, - "end": 25083, + "start": 25533, + "end": 25538, "loc": { "start": { - "line": 637, + "line": 643, "column": 36 }, "end": { - "line": 637, + "line": 643, "column": 41 }, "identifierName": "ENDED" @@ -160758,44 +162044,44 @@ }, { "type": "MemberExpression", - "start": 25085, - "end": 25108, + "start": 25540, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 643, "column": 43 }, "end": { - "line": 637, + "line": 643, "column": 66 } }, "object": { "type": "ThisExpression", - "start": 25085, - "end": 25089, + "start": 25540, + "end": 25544, "loc": { "start": { - "line": 637, + "line": 643, "column": 43 }, "end": { - "line": 637, + "line": 643, "column": 47 } } }, "property": { "type": "Identifier", - "start": 25090, - "end": 25108, + "start": 25545, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 643, "column": 48 }, "end": { - "line": 637, + "line": 643, "column": 66 }, "identifierName": "playbackTimeUpdate" @@ -160810,15 +162096,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 25120, - "end": 25145, + "start": 25575, + "end": 25600, "loc": { "start": { - "line": 639, + "line": 645, "column": 8 }, "end": { - "line": 639, + "line": 645, "column": 33 } } @@ -160827,71 +162113,71 @@ }, { "type": "IfStatement", - "start": 25154, - "end": 30234, + "start": 25609, + "end": 30752, "loc": { "start": { - "line": 640, + "line": 646, "column": 8 }, "end": { - "line": 764, + "line": 771, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 25158, - "end": 25193, + "start": 25613, + "end": 25648, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 47 } }, "left": { "type": "CallExpression", - "start": 25158, - "end": 25178, + "start": 25613, + "end": 25633, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 25158, - "end": 25176, + "start": 25613, + "end": 25631, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 25158, - "end": 25162, + "start": 25613, + "end": 25617, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 16 } }, @@ -160899,15 +162185,15 @@ }, "property": { "type": "Identifier", - "start": 25163, - "end": 25176, + "start": 25618, + "end": 25631, "loc": { "start": { - "line": 640, + "line": 646, "column": 17 }, "end": { - "line": 640, + "line": 646, "column": 30 }, "identifierName": "getRecordType" @@ -160923,15 +162209,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 25183, - "end": 25193, + "start": 25638, + "end": 25648, "loc": { "start": { - "line": 640, + "line": 646, "column": 37 }, "end": { - "line": 640, + "line": 646, "column": 47 }, "identifierName": "IMAGE_ONLY" @@ -160942,100 +162228,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 25195, - "end": 29912, + "start": 25650, + "end": 30430, "loc": { "start": { - "line": 640, + "line": 646, "column": 49 }, "end": { - "line": 755, + "line": 762, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 25287, - "end": 25513, + "start": 25742, + "end": 25968, "loc": { "start": { - "line": 642, + "line": 648, "column": 12 }, "end": { - "line": 645, + "line": 651, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 25291, - "end": 25367, + "start": 25746, + "end": 25822, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 92 } }, "left": { "type": "BinaryExpression", - "start": 25291, - "end": 25326, + "start": 25746, + "end": 25781, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 51 } }, "left": { "type": "CallExpression", - "start": 25291, - "end": 25311, + "start": 25746, + "end": 25766, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 25291, - "end": 25309, + "start": 25746, + "end": 25764, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 25291, - "end": 25295, + "start": 25746, + "end": 25750, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 20 } }, @@ -161043,15 +162329,15 @@ }, "property": { "type": "Identifier", - "start": 25296, - "end": 25309, + "start": 25751, + "end": 25764, "loc": { "start": { - "line": 642, + "line": 648, "column": 21 }, "end": { - "line": 642, + "line": 648, "column": 34 }, "identifierName": "getRecordType" @@ -161067,15 +162353,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 25316, - "end": 25326, + "start": 25771, + "end": 25781, "loc": { "start": { - "line": 642, + "line": 648, "column": 41 }, "end": { - "line": 642, + "line": 648, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -161087,29 +162373,29 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 25330, - "end": 25367, + "start": 25785, + "end": 25822, "loc": { "start": { - "line": 642, + "line": 648, "column": 55 }, "end": { - "line": 642, + "line": 648, "column": 92 } }, "callee": { "type": "Identifier", - "start": 25330, - "end": 25349, + "start": 25785, + "end": 25804, "loc": { "start": { - "line": 642, + "line": 648, "column": 55 }, "end": { - "line": 642, + "line": 648, "column": 74 }, "identifierName": "isAudioPluginActive" @@ -161119,44 +162405,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25350, - "end": 25366, + "start": 25805, + "end": 25821, "loc": { "start": { - "line": 642, + "line": 648, "column": 75 }, "end": { - "line": 642, + "line": 648, "column": 91 } }, "object": { "type": "ThisExpression", - "start": 25350, - "end": 25354, + "start": 25805, + "end": 25809, "loc": { "start": { - "line": 642, + "line": 648, "column": 75 }, "end": { - "line": 642, + "line": 648, "column": 79 } } }, "property": { "type": "Identifier", - "start": 25355, - "end": 25366, + "start": 25810, + "end": 25821, "loc": { "start": { - "line": 642, + "line": 648, "column": 80 }, "end": { - "line": 642, + "line": 648, "column": 91 }, "identifierName": "audioEngine" @@ -161171,58 +162457,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 25369, - "end": 25513, + "start": 25824, + "end": 25968, "loc": { "start": { - "line": 642, + "line": 648, "column": 94 }, "end": { - "line": 645, + "line": 651, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 25387, - "end": 25499, + "start": 25842, + "end": 25954, "loc": { "start": { - "line": 643, + "line": 649, "column": 16 }, "end": { - "line": 644, + "line": 650, "column": 62 } }, "argument": { "type": "NewExpression", - "start": 25393, - "end": 25498, + "start": 25848, + "end": 25953, "loc": { "start": { - "line": 643, + "line": 649, "column": 22 }, "end": { - "line": 644, + "line": 650, "column": 61 } }, "callee": { "type": "Identifier", - "start": 25397, - "end": 25402, + "start": 25852, + "end": 25857, "loc": { "start": { - "line": 643, + "line": 649, "column": 26 }, "end": { - "line": 643, + "line": 649, "column": 31 }, "identifierName": "Error" @@ -161232,43 +162518,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 25403, - "end": 25497, + "start": 25858, + "end": 25952, "loc": { "start": { - "line": 643, + "line": 649, "column": 32 }, "end": { - "line": 644, + "line": 650, "column": 60 } }, "left": { "type": "BinaryExpression", - "start": 25403, - "end": 25434, + "start": 25858, + "end": 25889, "loc": { "start": { - "line": 643, + "line": 649, "column": 32 }, "end": { - "line": 643, + "line": 649, "column": 63 } }, "left": { "type": "StringLiteral", - "start": 25403, - "end": 25415, + "start": 25858, + "end": 25870, "loc": { "start": { - "line": 643, + "line": 649, "column": 32 }, "end": { - "line": 643, + "line": 649, "column": 44 } }, @@ -161281,44 +162567,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 25418, - "end": 25434, + "start": 25873, + "end": 25889, "loc": { "start": { - "line": 643, + "line": 649, "column": 47 }, "end": { - "line": 643, + "line": 649, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 25418, - "end": 25422, + "start": 25873, + "end": 25877, "loc": { "start": { - "line": 643, + "line": 649, "column": 47 }, "end": { - "line": 643, + "line": 649, "column": 51 } } }, "property": { "type": "Identifier", - "start": 25423, - "end": 25434, + "start": 25878, + "end": 25889, "loc": { "start": { - "line": 643, + "line": 649, "column": 52 }, "end": { - "line": 643, + "line": 649, "column": 63 }, "identifierName": "audioEngine" @@ -161331,15 +162617,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 25457, - "end": 25497, + "start": 25912, + "end": 25952, "loc": { "start": { - "line": 644, + "line": 650, "column": 20 }, "end": { - "line": 644, + "line": 650, "column": 60 } }, @@ -161362,15 +162648,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 25209, - "end": 25274, + "start": 25664, + "end": 25729, "loc": { "start": { - "line": 641, + "line": 647, "column": 12 }, "end": { - "line": 641, + "line": 647, "column": 77 } } @@ -161380,15 +162666,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25527, - "end": 25550, + "start": 25982, + "end": 26005, "loc": { "start": { - "line": 647, + "line": 653, "column": 12 }, "end": { - "line": 647, + "line": 653, "column": 35 } } @@ -161397,44 +162683,44 @@ }, { "type": "VariableDeclaration", - "start": 25563, - "end": 25591, + "start": 26018, + "end": 26046, "loc": { "start": { - "line": 648, + "line": 654, "column": 12 }, "end": { - "line": 648, + "line": 654, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 25567, - "end": 25578, + "start": 26022, + "end": 26033, "loc": { "start": { - "line": 648, + "line": 654, "column": 16 }, "end": { - "line": 648, + "line": 654, "column": 27 } }, "id": { "type": "Identifier", - "start": 25567, - "end": 25578, + "start": 26022, + "end": 26033, "loc": { "start": { - "line": 648, + "line": 654, "column": 16 }, "end": { - "line": 648, + "line": 654, "column": 27 }, "identifierName": "EngineClass" @@ -161447,29 +162733,29 @@ }, { "type": "VariableDeclarator", - "start": 25580, - "end": 25590, + "start": 26035, + "end": 26045, "loc": { "start": { - "line": 648, + "line": 654, "column": 29 }, "end": { - "line": 648, + "line": 654, "column": 39 } }, "id": { "type": "Identifier", - "start": 25580, - "end": 25590, + "start": 26035, + "end": 26045, "loc": { "start": { - "line": 648, + "line": 654, "column": 29 }, "end": { - "line": 648, + "line": 654, "column": 39 }, "identifierName": "engineType" @@ -161484,15 +162770,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25527, - "end": 25550, + "start": 25982, + "end": 26005, "loc": { "start": { - "line": 647, + "line": 653, "column": 12 }, "end": { - "line": 647, + "line": 653, "column": 35 } } @@ -161501,72 +162787,72 @@ }, { "type": "SwitchStatement", - "start": 25604, - "end": 26139, + "start": 26059, + "end": 26594, "loc": { "start": { - "line": 649, + "line": 655, "column": 12 }, "end": { - "line": 660, + "line": 666, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 25612, - "end": 25632, + "start": 26067, + "end": 26087, "loc": { "start": { - "line": 649, + "line": 655, "column": 20 }, "end": { - "line": 649, + "line": 655, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 25612, - "end": 25630, + "start": 26067, + "end": 26085, "loc": { "start": { - "line": 649, + "line": 655, "column": 20 }, "end": { - "line": 649, + "line": 655, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 25612, - "end": 25616, + "start": 26067, + "end": 26071, "loc": { "start": { - "line": 649, + "line": 655, "column": 20 }, "end": { - "line": 649, + "line": 655, "column": 24 } } }, "property": { "type": "Identifier", - "start": 25617, - "end": 25630, + "start": 26072, + "end": 26085, "loc": { "start": { - "line": 649, + "line": 655, "column": 25 }, "end": { - "line": 649, + "line": 655, "column": 38 }, "identifierName": "getRecordType" @@ -161580,59 +162866,59 @@ "cases": [ { "type": "SwitchCase", - "start": 25652, - "end": 25897, + "start": 26107, + "end": 26352, "loc": { "start": { - "line": 650, + "line": 656, "column": 16 }, "end": { - "line": 654, + "line": 660, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 25772, - "end": 25819, + "start": 26227, + "end": 26274, "loc": { "start": { - "line": 652, + "line": 658, "column": 20 }, "end": { - "line": 652, + "line": 658, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 25772, - "end": 25818, + "start": 26227, + "end": 26273, "loc": { "start": { - "line": 652, + "line": 658, "column": 20 }, "end": { - "line": 652, + "line": 658, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25772, - "end": 25783, + "start": 26227, + "end": 26238, "loc": { "start": { - "line": 652, + "line": 658, "column": 20 }, "end": { - "line": 652, + "line": 658, "column": 31 }, "identifierName": "EngineClass" @@ -161642,29 +162928,29 @@ }, "right": { "type": "CallExpression", - "start": 25786, - "end": 25818, + "start": 26241, + "end": 26273, "loc": { "start": { - "line": 652, + "line": 658, "column": 34 }, "end": { - "line": 652, + "line": 658, "column": 66 } }, "callee": { "type": "Identifier", - "start": 25786, - "end": 25800, + "start": 26241, + "end": 26255, "loc": { "start": { - "line": 652, + "line": 658, "column": 34 }, "end": { - "line": 652, + "line": 658, "column": 48 }, "identifierName": "getAudioEngine" @@ -161674,44 +162960,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 25801, - "end": 25817, + "start": 26256, + "end": 26272, "loc": { "start": { - "line": 652, + "line": 658, "column": 49 }, "end": { - "line": 652, + "line": 658, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 25801, - "end": 25805, + "start": 26256, + "end": 26260, "loc": { "start": { - "line": 652, + "line": 658, "column": 49 }, "end": { - "line": 652, + "line": 658, "column": 53 } } }, "property": { "type": "Identifier", - "start": 25806, - "end": 25817, + "start": 26261, + "end": 26272, "loc": { "start": { - "line": 652, + "line": 658, "column": 54 }, "end": { - "line": 652, + "line": 658, "column": 65 }, "identifierName": "audioEngine" @@ -161728,15 +163014,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 25689, - "end": 25751, + "start": 26144, + "end": 26206, "loc": { "start": { - "line": 651, + "line": 657, "column": 20 }, "end": { - "line": 651, + "line": 657, "column": 82 } } @@ -161745,44 +163031,44 @@ }, { "type": "ExpressionStatement", - "start": 25840, - "end": 25870, + "start": 26295, + "end": 26325, "loc": { "start": { - "line": 653, + "line": 659, "column": 20 }, "end": { - "line": 653, + "line": 659, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 25840, - "end": 25869, + "start": 26295, + "end": 26324, "loc": { "start": { - "line": 653, + "line": 659, "column": 20 }, "end": { - "line": 653, + "line": 659, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 25840, - "end": 25850, + "start": 26295, + "end": 26305, "loc": { "start": { - "line": 653, + "line": 659, "column": 20 }, "end": { - "line": 653, + "line": 659, "column": 30 }, "identifierName": "engineType" @@ -161791,44 +163077,44 @@ }, "right": { "type": "MemberExpression", - "start": 25853, - "end": 25869, + "start": 26308, + "end": 26324, "loc": { "start": { - "line": 653, + "line": 659, "column": 33 }, "end": { - "line": 653, + "line": 659, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 25853, - "end": 25857, + "start": 26308, + "end": 26312, "loc": { "start": { - "line": 653, + "line": 659, "column": 33 }, "end": { - "line": 653, + "line": 659, "column": 37 } } }, "property": { "type": "Identifier", - "start": 25858, - "end": 25869, + "start": 26313, + "end": 26324, "loc": { "start": { - "line": 653, + "line": 659, "column": 38 }, "end": { - "line": 653, + "line": 659, "column": 49 }, "identifierName": "audioEngine" @@ -161841,15 +163127,15 @@ }, { "type": "BreakStatement", - "start": 25891, - "end": 25897, + "start": 26346, + "end": 26352, "loc": { "start": { - "line": 654, + "line": 660, "column": 20 }, "end": { - "line": 654, + "line": 660, "column": 26 } }, @@ -161858,15 +163144,15 @@ ], "test": { "type": "Identifier", - "start": 25657, - "end": 25667, + "start": 26112, + "end": 26122, "loc": { "start": { - "line": 650, + "line": 656, "column": 21 }, "end": { - "line": 650, + "line": 656, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -161876,59 +163162,59 @@ }, { "type": "SwitchCase", - "start": 25915, - "end": 26125, + "start": 26370, + "end": 26580, "loc": { "start": { - "line": 656, + "line": 662, "column": 16 }, "end": { - "line": 659, + "line": 665, "column": 50 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 26027, - "end": 26074, + "start": 26482, + "end": 26529, "loc": { "start": { - "line": 658, + "line": 664, "column": 20 }, "end": { - "line": 658, + "line": 664, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 26027, - "end": 26073, + "start": 26482, + "end": 26528, "loc": { "start": { - "line": 658, + "line": 664, "column": 20 }, "end": { - "line": 658, + "line": 664, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 26027, - "end": 26038, + "start": 26482, + "end": 26493, "loc": { "start": { - "line": 658, + "line": 664, "column": 20 }, "end": { - "line": 658, + "line": 664, "column": 31 }, "identifierName": "EngineClass" @@ -161938,29 +163224,29 @@ }, "right": { "type": "CallExpression", - "start": 26041, - "end": 26073, + "start": 26496, + "end": 26528, "loc": { "start": { - "line": 658, + "line": 664, "column": 34 }, "end": { - "line": 658, + "line": 664, "column": 66 } }, "callee": { "type": "Identifier", - "start": 26041, - "end": 26055, + "start": 26496, + "end": 26510, "loc": { "start": { - "line": 658, + "line": 664, "column": 34 }, "end": { - "line": 658, + "line": 664, "column": 48 }, "identifierName": "getVideoEngine" @@ -161970,44 +163256,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 26056, - "end": 26072, + "start": 26511, + "end": 26527, "loc": { "start": { - "line": 658, + "line": 664, "column": 49 }, "end": { - "line": 658, + "line": 664, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 26056, - "end": 26060, + "start": 26511, + "end": 26515, "loc": { "start": { - "line": 658, + "line": 664, "column": 49 }, "end": { - "line": 658, + "line": 664, "column": 53 } } }, "property": { "type": "Identifier", - "start": 26061, - "end": 26072, + "start": 26516, + "end": 26527, "loc": { "start": { - "line": 658, + "line": 664, "column": 54 }, "end": { - "line": 658, + "line": 664, "column": 65 }, "identifierName": "videoEngine" @@ -162024,15 +163310,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 25944, - "end": 26006, + "start": 26399, + "end": 26461, "loc": { "start": { - "line": 657, + "line": 663, "column": 20 }, "end": { - "line": 657, + "line": 663, "column": 82 } } @@ -162041,44 +163327,44 @@ }, { "type": "ExpressionStatement", - "start": 26095, - "end": 26125, + "start": 26550, + "end": 26580, "loc": { "start": { - "line": 659, + "line": 665, "column": 20 }, "end": { - "line": 659, + "line": 665, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 26095, - "end": 26124, + "start": 26550, + "end": 26579, "loc": { "start": { - "line": 659, + "line": 665, "column": 20 }, "end": { - "line": 659, + "line": 665, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 26095, - "end": 26105, + "start": 26550, + "end": 26560, "loc": { "start": { - "line": 659, + "line": 665, "column": 20 }, "end": { - "line": 659, + "line": 665, "column": 30 }, "identifierName": "engineType" @@ -162087,44 +163373,44 @@ }, "right": { "type": "MemberExpression", - "start": 26108, - "end": 26124, + "start": 26563, + "end": 26579, "loc": { "start": { - "line": 659, + "line": 665, "column": 33 }, "end": { - "line": 659, + "line": 665, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 26108, - "end": 26112, + "start": 26563, + "end": 26567, "loc": { "start": { - "line": 659, + "line": 665, "column": 33 }, "end": { - "line": 659, + "line": 665, "column": 37 } } }, "property": { "type": "Identifier", - "start": 26113, - "end": 26124, + "start": 26568, + "end": 26579, "loc": { "start": { - "line": 659, + "line": 665, "column": 38 }, "end": { - "line": 659, + "line": 665, "column": 49 }, "identifierName": "videoEngine" @@ -162143,15 +163429,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 26153, - "end": 26179, + "start": 26608, + "end": 26634, "loc": { "start": { - "line": 662, + "line": 668, "column": 12 }, "end": { - "line": 662, + "line": 668, "column": 38 } } @@ -162160,87 +163446,87 @@ }, { "type": "TryStatement", - "start": 26192, - "end": 26452, + "start": 26647, + "end": 26907, "loc": { "start": { - "line": 663, + "line": 669, "column": 12 }, "end": { - "line": 668, + "line": 674, "column": 13 } }, "block": { "type": "BlockStatement", - "start": 26196, - "end": 26347, + "start": 26651, + "end": 26802, "loc": { "start": { - "line": 663, + "line": 669, "column": 16 }, "end": { - "line": 666, + "line": 672, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 26268, - "end": 26333, + "start": 26723, + "end": 26788, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 26268, - "end": 26332, + "start": 26723, + "end": 26787, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26268, - "end": 26279, + "start": 26723, + "end": 26734, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 26268, - "end": 26272, + "start": 26723, + "end": 26727, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 20 } }, @@ -162248,15 +163534,15 @@ }, "property": { "type": "Identifier", - "start": 26273, - "end": 26279, + "start": 26728, + "end": 26734, "loc": { "start": { - "line": 665, + "line": 671, "column": 21 }, "end": { - "line": 665, + "line": 671, "column": 27 }, "identifierName": "engine" @@ -162268,29 +163554,29 @@ }, "right": { "type": "NewExpression", - "start": 26282, - "end": 26332, + "start": 26737, + "end": 26787, "loc": { "start": { - "line": 665, + "line": 671, "column": 30 }, "end": { - "line": 665, + "line": 671, "column": 80 } }, "callee": { "type": "Identifier", - "start": 26286, - "end": 26297, + "start": 26741, + "end": 26752, "loc": { "start": { - "line": 665, + "line": 671, "column": 34 }, "end": { - "line": 665, + "line": 671, "column": 45 }, "identifierName": "EngineClass" @@ -162300,44 +163586,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 26298, - "end": 26309, + "start": 26753, + "end": 26764, "loc": { "start": { - "line": 665, + "line": 671, "column": 46 }, "end": { - "line": 665, + "line": 671, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26298, - "end": 26302, + "start": 26753, + "end": 26757, "loc": { "start": { - "line": 665, + "line": 671, "column": 46 }, "end": { - "line": 665, + "line": 671, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26303, - "end": 26309, + "start": 26758, + "end": 26764, "loc": { "start": { - "line": 665, + "line": 671, "column": 51 }, "end": { - "line": 665, + "line": 671, "column": 57 }, "identifierName": "player" @@ -162348,58 +163634,58 @@ }, { "type": "MemberExpression", - "start": 26311, - "end": 26331, + "start": 26766, + "end": 26786, "loc": { "start": { - "line": 665, + "line": 671, "column": 59 }, "end": { - "line": 665, + "line": 671, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 26311, - "end": 26322, + "start": 26766, + "end": 26777, "loc": { "start": { - "line": 665, + "line": 671, "column": 59 }, "end": { - "line": 665, + "line": 671, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26311, - "end": 26315, + "start": 26766, + "end": 26770, "loc": { "start": { - "line": 665, + "line": 671, "column": 59 }, "end": { - "line": 665, + "line": 671, "column": 63 } } }, "property": { "type": "Identifier", - "start": 26316, - "end": 26322, + "start": 26771, + "end": 26777, "loc": { "start": { - "line": 665, + "line": 671, "column": 64 }, "end": { - "line": 665, + "line": 671, "column": 70 }, "identifierName": "player" @@ -162410,15 +163696,15 @@ }, "property": { "type": "Identifier", - "start": 26323, - "end": 26331, + "start": 26778, + "end": 26786, "loc": { "start": { - "line": 665, + "line": 671, "column": 71 }, "end": { - "line": 665, + "line": 671, "column": 79 }, "identifierName": "options_" @@ -162435,15 +163721,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 26214, - "end": 26251, + "start": 26669, + "end": 26706, "loc": { "start": { - "line": 664, + "line": 670, "column": 16 }, "end": { - "line": 664, + "line": 670, "column": 53 } } @@ -162456,29 +163742,29 @@ }, "handler": { "type": "CatchClause", - "start": 26348, - "end": 26452, + "start": 26803, + "end": 26907, "loc": { "start": { - "line": 666, + "line": 672, "column": 14 }, "end": { - "line": 668, + "line": 674, "column": 13 } }, "param": { "type": "Identifier", - "start": 26355, - "end": 26358, + "start": 26810, + "end": 26813, "loc": { "start": { - "line": 666, + "line": 672, "column": 21 }, "end": { - "line": 666, + "line": 672, "column": 24 }, "identifierName": "err" @@ -162487,58 +163773,58 @@ }, "body": { "type": "BlockStatement", - "start": 26360, - "end": 26452, + "start": 26815, + "end": 26907, "loc": { "start": { - "line": 666, + "line": 672, "column": 26 }, "end": { - "line": 668, + "line": 674, "column": 13 } }, "body": [ { "type": "ThrowStatement", - "start": 26378, - "end": 26438, + "start": 26833, + "end": 26893, "loc": { "start": { - "line": 667, + "line": 673, "column": 16 }, "end": { - "line": 667, + "line": 673, "column": 76 } }, "argument": { "type": "NewExpression", - "start": 26384, - "end": 26437, + "start": 26839, + "end": 26892, "loc": { "start": { - "line": 667, + "line": 673, "column": 22 }, "end": { - "line": 667, + "line": 673, "column": 75 } }, "callee": { "type": "Identifier", - "start": 26388, - "end": 26393, + "start": 26843, + "end": 26848, "loc": { "start": { - "line": 667, + "line": 673, "column": 26 }, "end": { - "line": 667, + "line": 673, "column": 31 }, "identifierName": "Error" @@ -162548,43 +163834,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 26394, - "end": 26436, + "start": 26849, + "end": 26891, "loc": { "start": { - "line": 667, + "line": 673, "column": 32 }, "end": { - "line": 667, + "line": 673, "column": 74 } }, "left": { "type": "BinaryExpression", - "start": 26394, - "end": 26424, + "start": 26849, + "end": 26879, "loc": { "start": { - "line": 667, + "line": 673, "column": 32 }, "end": { - "line": 667, + "line": 673, "column": 62 } }, "left": { "type": "StringLiteral", - "start": 26394, - "end": 26411, + "start": 26849, + "end": 26866, "loc": { "start": { - "line": 667, + "line": 673, "column": 32 }, "end": { - "line": 667, + "line": 673, "column": 49 } }, @@ -162597,15 +163883,15 @@ "operator": "+", "right": { "type": "Identifier", - "start": 26414, - "end": 26424, + "start": 26869, + "end": 26879, "loc": { "start": { - "line": 667, + "line": 673, "column": 52 }, "end": { - "line": 667, + "line": 673, "column": 62 }, "identifierName": "engineType" @@ -162616,15 +163902,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 26427, - "end": 26436, + "start": 26882, + "end": 26891, "loc": { "start": { - "line": 667, + "line": 673, "column": 65 }, "end": { - "line": 667, + "line": 673, "column": 74 } }, @@ -162650,15 +163936,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 26153, - "end": 26179, + "start": 26608, + "end": 26634, "loc": { "start": { - "line": 662, + "line": 668, "column": 12 }, "end": { - "line": 662, + "line": 668, "column": 38 } } @@ -162668,15 +163954,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26466, - "end": 26486, + "start": 26921, + "end": 26941, "loc": { "start": { - "line": 670, + "line": 676, "column": 12 }, "end": { - "line": 670, + "line": 676, "column": 32 } } @@ -162685,71 +163971,71 @@ }, { "type": "ExpressionStatement", - "start": 26499, - "end": 26562, + "start": 26954, + "end": 27017, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 75 } }, "expression": { "type": "CallExpression", - "start": 26499, - "end": 26561, + "start": 26954, + "end": 27016, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 26499, - "end": 26513, + "start": 26954, + "end": 26968, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 26 } }, "object": { "type": "MemberExpression", - "start": 26499, - "end": 26510, + "start": 26954, + "end": 26965, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26499, - "end": 26503, + "start": 26954, + "end": 26958, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 16 } }, @@ -162757,15 +164043,15 @@ }, "property": { "type": "Identifier", - "start": 26504, - "end": 26510, + "start": 26959, + "end": 26965, "loc": { "start": { - "line": 671, + "line": 677, "column": 17 }, "end": { - "line": 671, + "line": 677, "column": 23 }, "identifierName": "engine" @@ -162777,15 +164063,15 @@ }, "property": { "type": "Identifier", - "start": 26511, - "end": 26513, + "start": 26966, + "end": 26968, "loc": { "start": { - "line": 671, + "line": 677, "column": 24 }, "end": { - "line": 671, + "line": 677, "column": 26 }, "identifierName": "on" @@ -162798,29 +164084,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 26514, - "end": 26535, + "start": 26969, + "end": 26990, "loc": { "start": { - "line": 671, + "line": 677, "column": 27 }, "end": { - "line": 671, + "line": 677, "column": 48 } }, "object": { "type": "Identifier", - "start": 26514, - "end": 26519, + "start": 26969, + "end": 26974, "loc": { "start": { - "line": 671, + "line": 677, "column": 27 }, "end": { - "line": 671, + "line": 677, "column": 32 }, "identifierName": "Event" @@ -162829,15 +164115,15 @@ }, "property": { "type": "Identifier", - "start": 26520, - "end": 26535, + "start": 26975, + "end": 26990, "loc": { "start": { - "line": 671, + "line": 677, "column": 33 }, "end": { - "line": 671, + "line": 677, "column": 48 }, "identifierName": "RECORD_COMPLETE" @@ -162848,44 +164134,44 @@ }, { "type": "MemberExpression", - "start": 26537, - "end": 26560, + "start": 26992, + "end": 27015, "loc": { "start": { - "line": 671, + "line": 677, "column": 50 }, "end": { - "line": 671, + "line": 677, "column": 73 } }, "object": { "type": "ThisExpression", - "start": 26537, - "end": 26541, + "start": 26992, + "end": 26996, "loc": { "start": { - "line": 671, + "line": 677, "column": 50 }, "end": { - "line": 671, + "line": 677, "column": 54 } } }, "property": { "type": "Identifier", - "start": 26542, - "end": 26560, + "start": 26997, + "end": 27015, "loc": { "start": { - "line": 671, + "line": 677, "column": 55 }, "end": { - "line": 671, + "line": 677, "column": 73 }, "identifierName": "engineStopCallback" @@ -162901,15 +164187,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26466, - "end": 26486, + "start": 26921, + "end": 26941, "loc": { "start": { - "line": 670, + "line": 676, "column": 12 }, "end": { - "line": 670, + "line": 676, "column": 32 } } @@ -162919,15 +164205,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26576, - "end": 26593, + "start": 27031, + "end": 27048, "loc": { "start": { - "line": 673, + "line": 679, "column": 12 }, "end": { - "line": 673, + "line": 679, "column": 29 } } @@ -162936,72 +164222,72 @@ }, { "type": "ExpressionStatement", - "start": 26606, - "end": 26652, + "start": 27061, + "end": 27107, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 26606, - "end": 26651, + "start": 27061, + "end": 27106, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26606, - "end": 26628, + "start": 27061, + "end": 27083, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 26606, - "end": 26617, + "start": 27061, + "end": 27072, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26606, - "end": 26610, + "start": 27061, + "end": 27065, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 16 } }, @@ -163009,15 +164295,15 @@ }, "property": { "type": "Identifier", - "start": 26611, - "end": 26617, + "start": 27066, + "end": 27072, "loc": { "start": { - "line": 674, + "line": 680, "column": 17 }, "end": { - "line": 674, + "line": 680, "column": 23 }, "identifierName": "engine" @@ -163029,15 +164315,15 @@ }, "property": { "type": "Identifier", - "start": 26618, - "end": 26628, + "start": 27073, + "end": 27083, "loc": { "start": { - "line": 674, + "line": 680, "column": 24 }, "end": { - "line": 674, + "line": 680, "column": 34 }, "identifierName": "bufferSize" @@ -163049,44 +164335,44 @@ }, "right": { "type": "MemberExpression", - "start": 26631, - "end": 26651, + "start": 27086, + "end": 27106, "loc": { "start": { - "line": 674, + "line": 680, "column": 37 }, "end": { - "line": 674, + "line": 680, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26631, - "end": 26635, + "start": 27086, + "end": 27090, "loc": { "start": { - "line": 674, + "line": 680, "column": 37 }, "end": { - "line": 674, + "line": 680, "column": 41 } } }, "property": { "type": "Identifier", - "start": 26636, - "end": 26651, + "start": 27091, + "end": 27106, "loc": { "start": { - "line": 674, + "line": 680, "column": 42 }, "end": { - "line": 674, + "line": 680, "column": 57 }, "identifierName": "audioBufferSize" @@ -163101,15 +164387,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26576, - "end": 26593, + "start": 27031, + "end": 27048, "loc": { "start": { - "line": 673, + "line": 679, "column": 12 }, "end": { - "line": 673, + "line": 679, "column": 29 } } @@ -163118,87 +164404,87 @@ }, { "type": "ExpressionStatement", - "start": 26665, - "end": 26711, + "start": 27120, + "end": 27166, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 26665, - "end": 26710, + "start": 27120, + "end": 27165, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26665, - "end": 26687, + "start": 27120, + "end": 27142, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 26665, - "end": 26676, + "start": 27120, + "end": 27131, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26665, - "end": 26669, + "start": 27120, + "end": 27124, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26670, - "end": 26676, + "start": 27125, + "end": 27131, "loc": { "start": { - "line": 675, + "line": 681, "column": 17 }, "end": { - "line": 675, + "line": 681, "column": 23 }, "identifierName": "engine" @@ -163209,15 +164495,15 @@ }, "property": { "type": "Identifier", - "start": 26677, - "end": 26687, + "start": 27132, + "end": 27142, "loc": { "start": { - "line": 675, + "line": 681, "column": 24 }, "end": { - "line": 675, + "line": 681, "column": 34 }, "identifierName": "sampleRate" @@ -163228,44 +164514,44 @@ }, "right": { "type": "MemberExpression", - "start": 26690, - "end": 26710, + "start": 27145, + "end": 27165, "loc": { "start": { - "line": 675, + "line": 681, "column": 37 }, "end": { - "line": 675, + "line": 681, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 26690, - "end": 26694, + "start": 27145, + "end": 27149, "loc": { "start": { - "line": 675, + "line": 681, "column": 37 }, "end": { - "line": 675, + "line": 681, "column": 41 } } }, "property": { "type": "Identifier", - "start": 26695, - "end": 26710, + "start": 27150, + "end": 27165, "loc": { "start": { - "line": 675, + "line": 681, "column": 42 }, "end": { - "line": 675, + "line": 681, "column": 57 }, "identifierName": "audioSampleRate" @@ -163278,87 +164564,87 @@ }, { "type": "ExpressionStatement", - "start": 26724, - "end": 26764, + "start": 27179, + "end": 27219, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 26724, - "end": 26763, + "start": 27179, + "end": 27218, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26724, - "end": 26743, + "start": 27179, + "end": 27198, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 26724, - "end": 26735, + "start": 27179, + "end": 27190, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26724, - "end": 26728, + "start": 27179, + "end": 27183, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26729, - "end": 26735, + "start": 27184, + "end": 27190, "loc": { "start": { - "line": 676, + "line": 682, "column": 17 }, "end": { - "line": 676, + "line": 682, "column": 23 }, "identifierName": "engine" @@ -163369,15 +164655,15 @@ }, "property": { "type": "Identifier", - "start": 26736, - "end": 26743, + "start": 27191, + "end": 27198, "loc": { "start": { - "line": 676, + "line": 682, "column": 24 }, "end": { - "line": 676, + "line": 682, "column": 31 }, "identifierName": "bitRate" @@ -163388,44 +164674,44 @@ }, "right": { "type": "MemberExpression", - "start": 26746, - "end": 26763, + "start": 27201, + "end": 27218, "loc": { "start": { - "line": 676, + "line": 682, "column": 34 }, "end": { - "line": 676, + "line": 682, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 26746, - "end": 26750, + "start": 27201, + "end": 27205, "loc": { "start": { - "line": 676, + "line": 682, "column": 34 }, "end": { - "line": 676, + "line": 682, "column": 38 } } }, "property": { "type": "Identifier", - "start": 26751, - "end": 26763, + "start": 27206, + "end": 27218, "loc": { "start": { - "line": 676, + "line": 682, "column": 39 }, "end": { - "line": 676, + "line": 682, "column": 51 }, "identifierName": "audioBitRate" @@ -163438,87 +164724,87 @@ }, { "type": "ExpressionStatement", - "start": 26777, - "end": 26824, + "start": 27232, + "end": 27279, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 26777, - "end": 26823, + "start": 27232, + "end": 27278, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26777, - "end": 26802, + "start": 27232, + "end": 27257, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 26777, - "end": 26788, + "start": 27232, + "end": 27243, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26777, - "end": 26781, + "start": 27232, + "end": 27236, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26782, - "end": 26788, + "start": 27237, + "end": 27243, "loc": { "start": { - "line": 677, + "line": 683, "column": 17 }, "end": { - "line": 677, + "line": 683, "column": 23 }, "identifierName": "engine" @@ -163529,15 +164815,15 @@ }, "property": { "type": "Identifier", - "start": 26789, - "end": 26802, + "start": 27244, + "end": 27257, "loc": { "start": { - "line": 677, + "line": 683, "column": 24 }, "end": { - "line": 677, + "line": 683, "column": 37 }, "identifierName": "audioChannels" @@ -163548,44 +164834,44 @@ }, "right": { "type": "MemberExpression", - "start": 26805, - "end": 26823, + "start": 27260, + "end": 27278, "loc": { "start": { - "line": 677, + "line": 683, "column": 40 }, "end": { - "line": 677, + "line": 683, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 26805, - "end": 26809, + "start": 27260, + "end": 27264, "loc": { "start": { - "line": 677, + "line": 683, "column": 40 }, "end": { - "line": 677, + "line": 683, "column": 44 } } }, "property": { "type": "Identifier", - "start": 26810, - "end": 26823, + "start": 27265, + "end": 27278, "loc": { "start": { - "line": 677, + "line": 683, "column": 45 }, "end": { - "line": 677, + "line": 683, "column": 58 }, "identifierName": "audioChannels" @@ -163598,87 +164884,87 @@ }, { "type": "ExpressionStatement", - "start": 26837, - "end": 26886, + "start": 27292, + "end": 27341, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 26837, - "end": 26885, + "start": 27292, + "end": 27340, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26837, - "end": 26863, + "start": 27292, + "end": 27318, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 26837, - "end": 26848, + "start": 27292, + "end": 27303, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26837, - "end": 26841, + "start": 27292, + "end": 27296, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26842, - "end": 26848, + "start": 27297, + "end": 27303, "loc": { "start": { - "line": 678, + "line": 684, "column": 17 }, "end": { - "line": 678, + "line": 684, "column": 23 }, "identifierName": "engine" @@ -163689,15 +164975,15 @@ }, "property": { "type": "Identifier", - "start": 26849, - "end": 26863, + "start": 27304, + "end": 27318, "loc": { "start": { - "line": 678, + "line": 684, "column": 24 }, "end": { - "line": 678, + "line": 684, "column": 38 }, "identifierName": "audioWorkerURL" @@ -163708,44 +164994,44 @@ }, "right": { "type": "MemberExpression", - "start": 26866, - "end": 26885, + "start": 27321, + "end": 27340, "loc": { "start": { - "line": 678, + "line": 684, "column": 41 }, "end": { - "line": 678, + "line": 684, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 26866, - "end": 26870, + "start": 27321, + "end": 27325, "loc": { "start": { - "line": 678, + "line": 684, "column": 41 }, "end": { - "line": 678, + "line": 684, "column": 45 } } }, "property": { "type": "Identifier", - "start": 26871, - "end": 26885, + "start": 27326, + "end": 27340, "loc": { "start": { - "line": 678, + "line": 684, "column": 46 }, "end": { - "line": 678, + "line": 684, "column": 60 }, "identifierName": "audioWorkerURL" @@ -163758,87 +165044,87 @@ }, { "type": "ExpressionStatement", - "start": 26899, - "end": 26958, + "start": 27354, + "end": 27413, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 26899, - "end": 26957, + "start": 27354, + "end": 27412, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26899, - "end": 26930, + "start": 27354, + "end": 27385, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 26899, - "end": 26910, + "start": 27354, + "end": 27365, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26899, - "end": 26903, + "start": 27354, + "end": 27358, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 16 } } }, "property": { "type": "Identifier", - "start": 26904, - "end": 26910, + "start": 27359, + "end": 27365, "loc": { "start": { - "line": 679, + "line": 685, "column": 17 }, "end": { - "line": 679, + "line": 685, "column": 23 }, "identifierName": "engine" @@ -163849,15 +165135,15 @@ }, "property": { "type": "Identifier", - "start": 26911, - "end": 26930, + "start": 27366, + "end": 27385, "loc": { "start": { - "line": 679, + "line": 685, "column": 24 }, "end": { - "line": 679, + "line": 685, "column": 43 }, "identifierName": "audioWebAssemblyURL" @@ -163868,44 +165154,44 @@ }, "right": { "type": "MemberExpression", - "start": 26933, - "end": 26957, + "start": 27388, + "end": 27412, "loc": { "start": { - "line": 679, + "line": 685, "column": 46 }, "end": { - "line": 679, + "line": 685, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 26933, - "end": 26937, + "start": 27388, + "end": 27392, "loc": { "start": { - "line": 679, + "line": 685, "column": 46 }, "end": { - "line": 679, + "line": 685, "column": 50 } } }, "property": { "type": "Identifier", - "start": 26938, - "end": 26957, + "start": 27393, + "end": 27412, "loc": { "start": { - "line": 679, + "line": 685, "column": 51 }, "end": { - "line": 679, + "line": 685, "column": 70 }, "identifierName": "audioWebAssemblyURL" @@ -163919,15 +165205,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26972, - "end": 26984, + "start": 27427, + "end": 27439, "loc": { "start": { - "line": 681, + "line": 687, "column": 12 }, "end": { - "line": 681, + "line": 687, "column": 24 } } @@ -163936,72 +165222,72 @@ }, { "type": "ExpressionStatement", - "start": 26997, - "end": 27112, + "start": 27452, + "end": 27567, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 685, + "line": 691, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 26997, - "end": 27111, + "start": 27452, + "end": 27566, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 685, + "line": 691, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 26997, - "end": 27017, + "start": 27452, + "end": 27472, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 682, + "line": 688, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 26997, - "end": 27008, + "start": 27452, + "end": 27463, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 682, + "line": 688, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 26997, - "end": 27001, + "start": 27452, + "end": 27456, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 682, + "line": 688, "column": 16 } }, @@ -164009,15 +165295,15 @@ }, "property": { "type": "Identifier", - "start": 27002, - "end": 27008, + "start": 27457, + "end": 27463, "loc": { "start": { - "line": 682, + "line": 688, "column": 17 }, "end": { - "line": 682, + "line": 688, "column": 23 }, "identifierName": "engine" @@ -164029,15 +165315,15 @@ }, "property": { "type": "Identifier", - "start": 27009, - "end": 27017, + "start": 27464, + "end": 27472, "loc": { "start": { - "line": 682, + "line": 688, "column": 24 }, "end": { - "line": 682, + "line": 688, "column": 32 }, "identifierName": "mimeType" @@ -164049,30 +165335,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27020, - "end": 27111, + "start": 27475, + "end": 27566, "loc": { "start": { - "line": 682, + "line": 688, "column": 35 }, "end": { - "line": 685, + "line": 691, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27038, - "end": 27063, + "start": 27493, + "end": 27518, "loc": { "start": { - "line": 683, + "line": 689, "column": 16 }, "end": { - "line": 683, + "line": 689, "column": 41 } }, @@ -164081,15 +165367,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27038, - "end": 27043, + "start": 27493, + "end": 27498, "loc": { "start": { - "line": 683, + "line": 689, "column": 16 }, "end": { - "line": 683, + "line": 689, "column": 21 }, "identifierName": "video" @@ -164098,44 +165384,44 @@ }, "value": { "type": "MemberExpression", - "start": 27045, - "end": 27063, + "start": 27500, + "end": 27518, "loc": { "start": { - "line": 683, + "line": 689, "column": 23 }, "end": { - "line": 683, + "line": 689, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 27045, - "end": 27049, + "start": 27500, + "end": 27504, "loc": { "start": { - "line": 683, + "line": 689, "column": 23 }, "end": { - "line": 683, + "line": 689, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27050, - "end": 27063, + "start": 27505, + "end": 27518, "loc": { "start": { - "line": 683, + "line": 689, "column": 28 }, "end": { - "line": 683, + "line": 689, "column": 41 }, "identifierName": "videoMimeType" @@ -164147,15 +165433,15 @@ }, { "type": "ObjectProperty", - "start": 27081, - "end": 27097, + "start": 27536, + "end": 27552, "loc": { "start": { - "line": 684, + "line": 690, "column": 16 }, "end": { - "line": 684, + "line": 690, "column": 32 } }, @@ -164164,15 +165450,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27081, - "end": 27084, + "start": 27536, + "end": 27539, "loc": { "start": { - "line": 684, + "line": 690, "column": 16 }, "end": { - "line": 684, + "line": 690, "column": 19 }, "identifierName": "gif" @@ -164181,15 +165467,15 @@ }, "value": { "type": "StringLiteral", - "start": 27086, - "end": 27097, + "start": 27541, + "end": 27552, "loc": { "start": { - "line": 684, + "line": 690, "column": 21 }, "end": { - "line": 684, + "line": 690, "column": 32 } }, @@ -164208,15 +165494,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26972, - "end": 26984, + "start": 27427, + "end": 27439, "loc": { "start": { - "line": 681, + "line": 687, "column": 12 }, "end": { - "line": 681, + "line": 687, "column": 24 } } @@ -164225,86 +165511,86 @@ }, { "type": "IfStatement", - "start": 27125, - "end": 27285, + "start": 27580, + "end": 27740, "loc": { "start": { - "line": 686, + "line": 692, "column": 12 }, "end": { - "line": 689, + "line": 695, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 27129, - "end": 27203, + "start": 27584, + "end": 27658, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 43 } }, "left": { "type": "BinaryExpression", - "start": 27129, - "end": 27156, + "start": 27584, + "end": 27611, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 686, + "line": 692, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 27129, - "end": 27147, + "start": 27584, + "end": 27602, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 686, + "line": 692, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27129, - "end": 27133, + "start": 27584, + "end": 27588, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 686, + "line": 692, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27134, - "end": 27147, + "start": 27589, + "end": 27602, "loc": { "start": { - "line": 686, + "line": 692, "column": 21 }, "end": { - "line": 686, + "line": 692, "column": 34 }, "identifierName": "audioMimeType" @@ -164316,15 +165602,15 @@ "operator": "!==", "right": { "type": "NullLiteral", - "start": 27152, - "end": 27156, + "start": 27607, + "end": 27611, "loc": { "start": { - "line": 686, + "line": 692, "column": 39 }, "end": { - "line": 686, + "line": 692, "column": 43 } } @@ -164333,58 +165619,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 27176, - "end": 27203, + "start": 27631, + "end": 27658, "loc": { "start": { - "line": 687, + "line": 693, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 43 } }, "left": { "type": "MemberExpression", - "start": 27176, - "end": 27194, + "start": 27631, + "end": 27649, "loc": { "start": { - "line": 687, + "line": 693, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 27176, - "end": 27180, + "start": 27631, + "end": 27635, "loc": { "start": { - "line": 687, + "line": 693, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27181, - "end": 27194, + "start": 27636, + "end": 27649, "loc": { "start": { - "line": 687, + "line": 693, "column": 21 }, "end": { - "line": 687, + "line": 693, "column": 34 }, "identifierName": "audioMimeType" @@ -164396,15 +165682,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 27199, - "end": 27203, + "start": 27654, + "end": 27658, "loc": { "start": { - "line": 687, + "line": 693, "column": 39 }, "end": { - "line": 687, + "line": 693, "column": 43 }, "identifierName": "AUTO" @@ -164415,116 +165701,116 @@ }, "consequent": { "type": "BlockStatement", - "start": 27205, - "end": 27285, + "start": 27660, + "end": 27740, "loc": { "start": { - "line": 687, + "line": 693, "column": 45 }, "end": { - "line": 689, + "line": 695, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 27223, - "end": 27271, + "start": 27678, + "end": 27726, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 64 } }, "expression": { "type": "AssignmentExpression", - "start": 27223, - "end": 27270, + "start": 27678, + "end": 27725, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 63 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27223, - "end": 27249, + "start": 27678, + "end": 27704, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 27223, - "end": 27243, + "start": 27678, + "end": 27698, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 27223, - "end": 27234, + "start": 27678, + "end": 27689, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 27223, - "end": 27227, + "start": 27678, + "end": 27682, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 20 } } }, "property": { "type": "Identifier", - "start": 27228, - "end": 27234, + "start": 27683, + "end": 27689, "loc": { "start": { - "line": 688, + "line": 694, "column": 21 }, "end": { - "line": 688, + "line": 694, "column": 27 }, "identifierName": "engine" @@ -164535,15 +165821,15 @@ }, "property": { "type": "Identifier", - "start": 27235, - "end": 27243, + "start": 27690, + "end": 27698, "loc": { "start": { - "line": 688, + "line": 694, "column": 28 }, "end": { - "line": 688, + "line": 694, "column": 36 }, "identifierName": "mimeType" @@ -164554,15 +165840,15 @@ }, "property": { "type": "Identifier", - "start": 27244, - "end": 27249, + "start": 27699, + "end": 27704, "loc": { "start": { - "line": 688, + "line": 694, "column": 37 }, "end": { - "line": 688, + "line": 694, "column": 42 }, "identifierName": "audio" @@ -164573,44 +165859,44 @@ }, "right": { "type": "MemberExpression", - "start": 27252, - "end": 27270, + "start": 27707, + "end": 27725, "loc": { "start": { - "line": 688, + "line": 694, "column": 45 }, "end": { - "line": 688, + "line": 694, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 27252, - "end": 27256, + "start": 27707, + "end": 27711, "loc": { "start": { - "line": 688, + "line": 694, "column": 45 }, "end": { - "line": 688, + "line": 694, "column": 49 } } }, "property": { "type": "Identifier", - "start": 27257, - "end": 27270, + "start": 27712, + "end": 27725, "loc": { "start": { - "line": 688, + "line": 694, "column": 50 }, "end": { - "line": 688, + "line": 694, "column": 63 }, "identifierName": "audioMimeType" @@ -164630,15 +165916,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27299, - "end": 27323, + "start": 27754, + "end": 27778, "loc": { "start": { - "line": 691, + "line": 697, "column": 12 }, "end": { - "line": 691, + "line": 697, "column": 36 } } @@ -164647,72 +165933,72 @@ }, { "type": "ExpressionStatement", - "start": 27336, - "end": 27385, + "start": 27791, + "end": 27840, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27336, - "end": 27384, + "start": 27791, + "end": 27839, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27336, - "end": 27362, + "start": 27791, + "end": 27817, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 27336, - "end": 27347, + "start": 27791, + "end": 27802, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27336, - "end": 27340, + "start": 27791, + "end": 27795, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 16 } }, @@ -164720,15 +166006,15 @@ }, "property": { "type": "Identifier", - "start": 27341, - "end": 27347, + "start": 27796, + "end": 27802, "loc": { "start": { - "line": 692, + "line": 698, "column": 17 }, "end": { - "line": 692, + "line": 698, "column": 23 }, "identifierName": "engine" @@ -164740,15 +166026,15 @@ }, "property": { "type": "Identifier", - "start": 27348, - "end": 27362, + "start": 27803, + "end": 27817, "loc": { "start": { - "line": 692, + "line": 698, "column": 24 }, "end": { - "line": 692, + "line": 698, "column": 38 }, "identifierName": "videoWorkerURL" @@ -164760,44 +166046,44 @@ }, "right": { "type": "MemberExpression", - "start": 27365, - "end": 27384, + "start": 27820, + "end": 27839, "loc": { "start": { - "line": 692, + "line": 698, "column": 41 }, "end": { - "line": 692, + "line": 698, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27365, - "end": 27369, + "start": 27820, + "end": 27824, "loc": { "start": { - "line": 692, + "line": 698, "column": 41 }, "end": { - "line": 692, + "line": 698, "column": 45 } } }, "property": { "type": "Identifier", - "start": 27370, - "end": 27384, + "start": 27825, + "end": 27839, "loc": { "start": { - "line": 692, + "line": 698, "column": 46 }, "end": { - "line": 692, + "line": 698, "column": 60 }, "identifierName": "videoWorkerURL" @@ -164812,15 +166098,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27299, - "end": 27323, + "start": 27754, + "end": 27778, "loc": { "start": { - "line": 691, + "line": 697, "column": 12 }, "end": { - "line": 691, + "line": 697, "column": 36 } } @@ -164829,87 +166115,87 @@ }, { "type": "ExpressionStatement", - "start": 27398, - "end": 27457, + "start": 27853, + "end": 27912, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 71 } }, "expression": { "type": "AssignmentExpression", - "start": 27398, - "end": 27456, + "start": 27853, + "end": 27911, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 70 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27398, - "end": 27429, + "start": 27853, + "end": 27884, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 27398, - "end": 27409, + "start": 27853, + "end": 27864, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27398, - "end": 27402, + "start": 27853, + "end": 27857, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27403, - "end": 27409, + "start": 27858, + "end": 27864, "loc": { "start": { - "line": 693, + "line": 699, "column": 17 }, "end": { - "line": 693, + "line": 699, "column": 23 }, "identifierName": "engine" @@ -164920,15 +166206,15 @@ }, "property": { "type": "Identifier", - "start": 27410, - "end": 27429, + "start": 27865, + "end": 27884, "loc": { "start": { - "line": 693, + "line": 699, "column": 24 }, "end": { - "line": 693, + "line": 699, "column": 43 }, "identifierName": "videoWebAssemblyURL" @@ -164939,44 +166225,44 @@ }, "right": { "type": "MemberExpression", - "start": 27432, - "end": 27456, + "start": 27887, + "end": 27911, "loc": { "start": { - "line": 693, + "line": 699, "column": 46 }, "end": { - "line": 693, + "line": 699, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 27432, - "end": 27436, + "start": 27887, + "end": 27891, "loc": { "start": { - "line": 693, + "line": 699, "column": 46 }, "end": { - "line": 693, + "line": 699, "column": 50 } } }, "property": { "type": "Identifier", - "start": 27437, - "end": 27456, + "start": 27892, + "end": 27911, "loc": { "start": { - "line": 693, + "line": 699, "column": 51 }, "end": { - "line": 693, + "line": 699, "column": 70 }, "identifierName": "videoWebAssemblyURL" @@ -164989,87 +166275,87 @@ }, { "type": "ExpressionStatement", - "start": 27470, - "end": 27515, + "start": 27925, + "end": 27970, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 27470, - "end": 27514, + "start": 27925, + "end": 27969, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27470, - "end": 27494, + "start": 27925, + "end": 27949, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 27470, - "end": 27481, + "start": 27925, + "end": 27936, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27470, - "end": 27474, + "start": 27925, + "end": 27929, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27475, - "end": 27481, + "start": 27930, + "end": 27936, "loc": { "start": { - "line": 694, + "line": 700, "column": 17 }, "end": { - "line": 694, + "line": 700, "column": 23 }, "identifierName": "engine" @@ -165080,15 +166366,15 @@ }, "property": { "type": "Identifier", - "start": 27482, - "end": 27494, + "start": 27937, + "end": 27949, "loc": { "start": { - "line": 694, + "line": 700, "column": 24 }, "end": { - "line": 694, + "line": 700, "column": 36 }, "identifierName": "videoBitRate" @@ -165099,44 +166385,44 @@ }, "right": { "type": "MemberExpression", - "start": 27497, - "end": 27514, + "start": 27952, + "end": 27969, "loc": { "start": { - "line": 694, + "line": 700, "column": 39 }, "end": { - "line": 694, + "line": 700, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 27497, - "end": 27501, + "start": 27952, + "end": 27956, "loc": { "start": { - "line": 694, + "line": 700, "column": 39 }, "end": { - "line": 694, + "line": 700, "column": 43 } } }, "property": { "type": "Identifier", - "start": 27502, - "end": 27514, + "start": 27957, + "end": 27969, "loc": { "start": { - "line": 694, + "line": 700, "column": 44 }, "end": { - "line": 694, + "line": 700, "column": 56 }, "identifierName": "videoBitRate" @@ -165149,87 +166435,87 @@ }, { "type": "ExpressionStatement", - "start": 27528, - "end": 27577, + "start": 27983, + "end": 28032, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 27528, - "end": 27576, + "start": 27983, + "end": 28031, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27528, - "end": 27554, + "start": 27983, + "end": 28009, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 27528, - "end": 27539, + "start": 27983, + "end": 27994, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27528, - "end": 27532, + "start": 27983, + "end": 27987, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27533, - "end": 27539, + "start": 27988, + "end": 27994, "loc": { "start": { - "line": 695, + "line": 701, "column": 17 }, "end": { - "line": 695, + "line": 701, "column": 23 }, "identifierName": "engine" @@ -165240,15 +166526,15 @@ }, "property": { "type": "Identifier", - "start": 27540, - "end": 27554, + "start": 27995, + "end": 28009, "loc": { "start": { - "line": 695, + "line": 701, "column": 24 }, "end": { - "line": 695, + "line": 701, "column": 38 }, "identifierName": "videoFrameRate" @@ -165259,44 +166545,44 @@ }, "right": { "type": "MemberExpression", - "start": 27557, - "end": 27576, + "start": 28012, + "end": 28031, "loc": { "start": { - "line": 695, + "line": 701, "column": 41 }, "end": { - "line": 695, + "line": 701, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 27557, - "end": 27561, + "start": 28012, + "end": 28016, "loc": { "start": { - "line": 695, + "line": 701, "column": 41 }, "end": { - "line": 695, + "line": 701, "column": 45 } } }, "property": { "type": "Identifier", - "start": 27562, - "end": 27576, + "start": 28017, + "end": 28031, "loc": { "start": { - "line": 695, + "line": 701, "column": 46 }, "end": { - "line": 695, + "line": 701, "column": 60 }, "identifierName": "videoFrameRate" @@ -165309,87 +166595,87 @@ }, { "type": "ExpressionStatement", - "start": 27590, - "end": 27717, + "start": 28045, + "end": 28172, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 699, + "line": 705, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 27590, - "end": 27716, + "start": 28045, + "end": 28171, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 699, + "line": 705, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27590, - "end": 27607, + "start": 28045, + "end": 28062, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 696, + "line": 702, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 27590, - "end": 27601, + "start": 28045, + "end": 28056, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 696, + "line": 702, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27590, - "end": 27594, + "start": 28045, + "end": 28049, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 696, + "line": 702, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27595, - "end": 27601, + "start": 28050, + "end": 28056, "loc": { "start": { - "line": 696, + "line": 702, "column": 17 }, "end": { - "line": 696, + "line": 702, "column": 23 }, "identifierName": "engine" @@ -165400,15 +166686,15 @@ }, "property": { "type": "Identifier", - "start": 27602, - "end": 27607, + "start": 28057, + "end": 28062, "loc": { "start": { - "line": 696, + "line": 702, "column": 24 }, "end": { - "line": 696, + "line": 702, "column": 29 }, "identifierName": "video" @@ -165419,30 +166705,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27610, - "end": 27716, + "start": 28065, + "end": 28171, "loc": { "start": { - "line": 696, + "line": 702, "column": 32 }, "end": { - "line": 699, + "line": 705, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27628, - "end": 27655, + "start": 28083, + "end": 28110, "loc": { "start": { - "line": 697, + "line": 703, "column": 16 }, "end": { - "line": 697, + "line": 703, "column": 43 } }, @@ -165451,15 +166737,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27628, - "end": 27633, + "start": 28083, + "end": 28088, "loc": { "start": { - "line": 697, + "line": 703, "column": 16 }, "end": { - "line": 697, + "line": 703, "column": 21 }, "identifierName": "width" @@ -165468,44 +166754,44 @@ }, "value": { "type": "MemberExpression", - "start": 27635, - "end": 27655, + "start": 28090, + "end": 28110, "loc": { "start": { - "line": 697, + "line": 703, "column": 23 }, "end": { - "line": 697, + "line": 703, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 27635, - "end": 27639, + "start": 28090, + "end": 28094, "loc": { "start": { - "line": 697, + "line": 703, "column": 23 }, "end": { - "line": 697, + "line": 703, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27640, - "end": 27655, + "start": 28095, + "end": 28110, "loc": { "start": { - "line": 697, + "line": 703, "column": 28 }, "end": { - "line": 697, + "line": 703, "column": 43 }, "identifierName": "videoFrameWidth" @@ -165517,15 +166803,15 @@ }, { "type": "ObjectProperty", - "start": 27673, - "end": 27702, + "start": 28128, + "end": 28157, "loc": { "start": { - "line": 698, + "line": 704, "column": 16 }, "end": { - "line": 698, + "line": 704, "column": 45 } }, @@ -165534,15 +166820,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27673, - "end": 27679, + "start": 28128, + "end": 28134, "loc": { "start": { - "line": 698, + "line": 704, "column": 16 }, "end": { - "line": 698, + "line": 704, "column": 22 }, "identifierName": "height" @@ -165551,44 +166837,44 @@ }, "value": { "type": "MemberExpression", - "start": 27681, - "end": 27702, + "start": 28136, + "end": 28157, "loc": { "start": { - "line": 698, + "line": 704, "column": 24 }, "end": { - "line": 698, + "line": 704, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 27681, - "end": 27685, + "start": 28136, + "end": 28140, "loc": { "start": { - "line": 698, + "line": 704, "column": 24 }, "end": { - "line": 698, + "line": 704, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27686, - "end": 27702, + "start": 28141, + "end": 28157, "loc": { "start": { - "line": 698, + "line": 704, "column": 29 }, "end": { - "line": 698, + "line": 704, "column": 45 }, "identifierName": "videoFrameHeight" @@ -165604,87 +166890,87 @@ }, { "type": "ExpressionStatement", - "start": 27730, - "end": 27858, + "start": 28185, + "end": 28313, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 703, + "line": 709, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 27730, - "end": 27857, + "start": 28185, + "end": 28312, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 703, + "line": 709, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27730, - "end": 27748, + "start": 28185, + "end": 28203, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 700, + "line": 706, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 27730, - "end": 27741, + "start": 28185, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 700, + "line": 706, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27730, - "end": 27734, + "start": 28185, + "end": 28189, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 700, + "line": 706, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27735, - "end": 27741, + "start": 28190, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 706, "column": 17 }, "end": { - "line": 700, + "line": 706, "column": 23 }, "identifierName": "engine" @@ -165695,15 +166981,15 @@ }, "property": { "type": "Identifier", - "start": 27742, - "end": 27748, + "start": 28197, + "end": 28203, "loc": { "start": { - "line": 700, + "line": 706, "column": 24 }, "end": { - "line": 700, + "line": 706, "column": 30 }, "identifierName": "canvas" @@ -165714,30 +167000,30 @@ }, "right": { "type": "ObjectExpression", - "start": 27751, - "end": 27857, + "start": 28206, + "end": 28312, "loc": { "start": { - "line": 700, + "line": 706, "column": 33 }, "end": { - "line": 703, + "line": 709, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 27769, - "end": 27796, + "start": 28224, + "end": 28251, "loc": { "start": { - "line": 701, + "line": 707, "column": 16 }, "end": { - "line": 701, + "line": 707, "column": 43 } }, @@ -165746,15 +167032,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27769, - "end": 27774, + "start": 28224, + "end": 28229, "loc": { "start": { - "line": 701, + "line": 707, "column": 16 }, "end": { - "line": 701, + "line": 707, "column": 21 }, "identifierName": "width" @@ -165763,44 +167049,44 @@ }, "value": { "type": "MemberExpression", - "start": 27776, - "end": 27796, + "start": 28231, + "end": 28251, "loc": { "start": { - "line": 701, + "line": 707, "column": 23 }, "end": { - "line": 701, + "line": 707, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 27776, - "end": 27780, + "start": 28231, + "end": 28235, "loc": { "start": { - "line": 701, + "line": 707, "column": 23 }, "end": { - "line": 701, + "line": 707, "column": 27 } } }, "property": { "type": "Identifier", - "start": 27781, - "end": 27796, + "start": 28236, + "end": 28251, "loc": { "start": { - "line": 701, + "line": 707, "column": 28 }, "end": { - "line": 701, + "line": 707, "column": 43 }, "identifierName": "videoFrameWidth" @@ -165812,15 +167098,15 @@ }, { "type": "ObjectProperty", - "start": 27814, - "end": 27843, + "start": 28269, + "end": 28298, "loc": { "start": { - "line": 702, + "line": 708, "column": 16 }, "end": { - "line": 702, + "line": 708, "column": 45 } }, @@ -165829,15 +167115,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 27814, - "end": 27820, + "start": 28269, + "end": 28275, "loc": { "start": { - "line": 702, + "line": 708, "column": 16 }, "end": { - "line": 702, + "line": 708, "column": 22 }, "identifierName": "height" @@ -165846,44 +167132,44 @@ }, "value": { "type": "MemberExpression", - "start": 27822, - "end": 27843, + "start": 28277, + "end": 28298, "loc": { "start": { - "line": 702, + "line": 708, "column": 24 }, "end": { - "line": 702, + "line": 708, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 27822, - "end": 27826, + "start": 28277, + "end": 28281, "loc": { "start": { - "line": 702, + "line": 708, "column": 24 }, "end": { - "line": 702, + "line": 708, "column": 28 } } }, "property": { "type": "Identifier", - "start": 27827, - "end": 27843, + "start": 28282, + "end": 28298, "loc": { "start": { - "line": 702, + "line": 708, "column": 29 }, "end": { - "line": 702, + "line": 708, "column": 45 }, "identifierName": "videoFrameHeight" @@ -165900,15 +167186,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27872, - "end": 27896, + "start": 28327, + "end": 28351, "loc": { "start": { - "line": 705, + "line": 711, "column": 12 }, "end": { - "line": 705, + "line": 711, "column": 36 } } @@ -165917,72 +167203,72 @@ }, { "type": "ExpressionStatement", - "start": 27909, - "end": 27953, + "start": 28364, + "end": 28408, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 27909, - "end": 27952, + "start": 28364, + "end": 28407, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27909, - "end": 27928, + "start": 28364, + "end": 28383, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 27909, - "end": 27920, + "start": 28364, + "end": 28375, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27909, - "end": 27913, + "start": 28364, + "end": 28368, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 16 } }, @@ -165990,15 +167276,15 @@ }, "property": { "type": "Identifier", - "start": 27914, - "end": 27920, + "start": 28369, + "end": 28375, "loc": { "start": { - "line": 706, + "line": 712, "column": 17 }, "end": { - "line": 706, + "line": 712, "column": 23 }, "identifierName": "engine" @@ -166010,15 +167296,15 @@ }, "property": { "type": "Identifier", - "start": 27921, - "end": 27928, + "start": 28376, + "end": 28383, "loc": { "start": { - "line": 706, + "line": 712, "column": 24 }, "end": { - "line": 706, + "line": 712, "column": 31 }, "identifierName": "quality" @@ -166030,44 +167316,44 @@ }, "right": { "type": "MemberExpression", - "start": 27931, - "end": 27952, + "start": 28386, + "end": 28407, "loc": { "start": { - "line": 706, + "line": 712, "column": 34 }, "end": { - "line": 706, + "line": 712, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 27931, - "end": 27935, + "start": 28386, + "end": 28390, "loc": { "start": { - "line": 706, + "line": 712, "column": 34 }, "end": { - "line": 706, + "line": 712, "column": 38 } } }, "property": { "type": "Identifier", - "start": 27936, - "end": 27952, + "start": 28391, + "end": 28407, "loc": { "start": { - "line": 706, + "line": 712, "column": 39 }, "end": { - "line": 706, + "line": 712, "column": 55 }, "identifierName": "animationQuality" @@ -166082,15 +167368,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27872, - "end": 27896, + "start": 28327, + "end": 28351, "loc": { "start": { - "line": 705, + "line": 711, "column": 12 }, "end": { - "line": 705, + "line": 711, "column": 36 } } @@ -166099,87 +167385,87 @@ }, { "type": "ExpressionStatement", - "start": 27966, - "end": 28014, + "start": 28421, + "end": 28469, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 27966, - "end": 28013, + "start": 28421, + "end": 28468, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 27966, - "end": 27987, + "start": 28421, + "end": 28442, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 27966, - "end": 27977, + "start": 28421, + "end": 28432, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 27966, - "end": 27970, + "start": 28421, + "end": 28425, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 16 } } }, "property": { "type": "Identifier", - "start": 27971, - "end": 27977, + "start": 28426, + "end": 28432, "loc": { "start": { - "line": 707, + "line": 713, "column": 17 }, "end": { - "line": 707, + "line": 713, "column": 23 }, "identifierName": "engine" @@ -166190,15 +167476,15 @@ }, "property": { "type": "Identifier", - "start": 27978, - "end": 27987, + "start": 28433, + "end": 28442, "loc": { "start": { - "line": 707, + "line": 713, "column": 24 }, "end": { - "line": 707, + "line": 713, "column": 33 }, "identifierName": "frameRate" @@ -166209,44 +167495,44 @@ }, "right": { "type": "MemberExpression", - "start": 27990, - "end": 28013, + "start": 28445, + "end": 28468, "loc": { "start": { - "line": 707, + "line": 713, "column": 36 }, "end": { - "line": 707, + "line": 713, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 27990, - "end": 27994, + "start": 28445, + "end": 28449, "loc": { "start": { - "line": 707, + "line": 713, "column": 36 }, "end": { - "line": 707, + "line": 713, "column": 40 } } }, "property": { "type": "Identifier", - "start": 27995, - "end": 28013, + "start": 28450, + "end": 28468, "loc": { "start": { - "line": 707, + "line": 713, "column": 41 }, "end": { - "line": 707, + "line": 713, "column": 59 }, "identifierName": "animationFrameRate" @@ -166260,15 +167546,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 28028, - "end": 28040, + "start": 28483, + "end": 28495, "loc": { "start": { - "line": 709, + "line": 715, "column": 12 }, "end": { - "line": 709, + "line": 715, "column": 24 } } @@ -166277,57 +167563,57 @@ }, { "type": "IfStatement", - "start": 28053, - "end": 28244, + "start": 28508, + "end": 28699, "loc": { "start": { - "line": 710, + "line": 716, "column": 12 }, "end": { - "line": 713, + "line": 719, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 28057, - "end": 28105, + "start": 28512, + "end": 28560, "loc": { "start": { - "line": 710, + "line": 716, "column": 16 }, "end": { - "line": 710, + "line": 716, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 28057, - "end": 28077, + "start": 28512, + "end": 28532, "loc": { "start": { - "line": 710, + "line": 716, "column": 16 }, "end": { - "line": 710, + "line": 716, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 28057, - "end": 28061, + "start": 28512, + "end": 28516, "loc": { "start": { - "line": 710, + "line": 716, "column": 16 }, "end": { - "line": 710, + "line": 716, "column": 20 } }, @@ -166335,15 +167621,15 @@ }, "property": { "type": "Identifier", - "start": 28062, - "end": 28077, + "start": 28517, + "end": 28532, "loc": { "start": { - "line": 710, + "line": 716, "column": 21 }, "end": { - "line": 710, + "line": 716, "column": 36 }, "identifierName": "recordTimeSlice" @@ -166356,58 +167642,58 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 28081, - "end": 28105, + "start": 28536, + "end": 28560, "loc": { "start": { - "line": 710, + "line": 716, "column": 40 }, "end": { - "line": 710, + "line": 716, "column": 64 } }, "left": { "type": "MemberExpression", - "start": 28081, - "end": 28101, + "start": 28536, + "end": 28556, "loc": { "start": { - "line": 710, + "line": 716, "column": 40 }, "end": { - "line": 710, + "line": 716, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 28081, - "end": 28085, + "start": 28536, + "end": 28540, "loc": { "start": { - "line": 710, + "line": 716, "column": 40 }, "end": { - "line": 710, + "line": 716, "column": 44 } } }, "property": { "type": "Identifier", - "start": 28086, - "end": 28101, + "start": 28541, + "end": 28556, "loc": { "start": { - "line": 710, + "line": 716, "column": 45 }, "end": { - "line": 710, + "line": 716, "column": 60 }, "identifierName": "recordTimeSlice" @@ -166419,15 +167705,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 28104, - "end": 28105, + "start": 28559, + "end": 28560, "loc": { "start": { - "line": 710, + "line": 716, "column": 63 }, "end": { - "line": 710, + "line": 716, "column": 64 } }, @@ -166442,102 +167728,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 28107, - "end": 28244, + "start": 28562, + "end": 28699, "loc": { "start": { - "line": 710, + "line": 716, "column": 66 }, "end": { - "line": 713, + "line": 719, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 28125, - "end": 28170, + "start": 28580, + "end": 28625, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 61 } }, "expression": { "type": "AssignmentExpression", - "start": 28125, - "end": 28169, + "start": 28580, + "end": 28624, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 60 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28125, - "end": 28146, + "start": 28580, + "end": 28601, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 28125, - "end": 28136, + "start": 28580, + "end": 28591, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 28125, - "end": 28129, + "start": 28580, + "end": 28584, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 20 } } }, "property": { "type": "Identifier", - "start": 28130, - "end": 28136, + "start": 28585, + "end": 28591, "loc": { "start": { - "line": 711, + "line": 717, "column": 21 }, "end": { - "line": 711, + "line": 717, "column": 27 }, "identifierName": "engine" @@ -166548,15 +167834,15 @@ }, "property": { "type": "Identifier", - "start": 28137, - "end": 28146, + "start": 28592, + "end": 28601, "loc": { "start": { - "line": 711, + "line": 717, "column": 28 }, "end": { - "line": 711, + "line": 717, "column": 37 }, "identifierName": "timeSlice" @@ -166567,44 +167853,44 @@ }, "right": { "type": "MemberExpression", - "start": 28149, - "end": 28169, + "start": 28604, + "end": 28624, "loc": { "start": { - "line": 711, + "line": 717, "column": 40 }, "end": { - "line": 711, + "line": 717, "column": 60 } }, "object": { "type": "ThisExpression", - "start": 28149, - "end": 28153, + "start": 28604, + "end": 28608, "loc": { "start": { - "line": 711, + "line": 717, "column": 40 }, "end": { - "line": 711, + "line": 717, "column": 44 } } }, "property": { "type": "Identifier", - "start": 28154, - "end": 28169, + "start": 28609, + "end": 28624, "loc": { "start": { - "line": 711, + "line": 717, "column": 45 }, "end": { - "line": 711, + "line": 717, "column": 60 }, "identifierName": "recordTimeSlice" @@ -166617,87 +167903,87 @@ }, { "type": "ExpressionStatement", - "start": 28187, - "end": 28230, + "start": 28642, + "end": 28685, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 28187, - "end": 28229, + "start": 28642, + "end": 28684, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 58 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28187, - "end": 28210, + "start": 28642, + "end": 28665, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 28187, - "end": 28198, + "start": 28642, + "end": 28653, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 28187, - "end": 28191, + "start": 28642, + "end": 28646, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 20 } } }, "property": { "type": "Identifier", - "start": 28192, - "end": 28198, + "start": 28647, + "end": 28653, "loc": { "start": { - "line": 712, + "line": 718, "column": 21 }, "end": { - "line": 712, + "line": 718, "column": 27 }, "identifierName": "engine" @@ -166708,15 +167994,15 @@ }, "property": { "type": "Identifier", - "start": 28199, - "end": 28210, + "start": 28654, + "end": 28665, "loc": { "start": { - "line": 712, + "line": 718, "column": 28 }, "end": { - "line": 712, + "line": 718, "column": 39 }, "identifierName": "maxFileSize" @@ -166727,44 +168013,44 @@ }, "right": { "type": "MemberExpression", - "start": 28213, - "end": 28229, + "start": 28668, + "end": 28684, "loc": { "start": { - "line": 712, + "line": 718, "column": 42 }, "end": { - "line": 712, + "line": 718, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 28213, - "end": 28217, + "start": 28668, + "end": 28672, "loc": { "start": { - "line": 712, + "line": 718, "column": 42 }, "end": { - "line": 712, + "line": 718, "column": 46 } } }, "property": { "type": "Identifier", - "start": 28218, - "end": 28229, + "start": 28673, + "end": 28684, "loc": { "start": { - "line": 712, + "line": 718, "column": 47 }, "end": { - "line": 712, + "line": 718, "column": 58 }, "identifierName": "maxFileSize" @@ -166784,15 +168070,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 28028, - "end": 28040, + "start": 28483, + "end": 28495, "loc": { "start": { - "line": 709, + "line": 715, "column": 12 }, "end": { - "line": 709, + "line": 715, "column": 24 } } @@ -166802,15 +168088,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28258, - "end": 28297, + "start": 28713, + "end": 28752, "loc": { "start": { - "line": 715, + "line": 721, "column": 12 }, "end": { - "line": 715, + "line": 721, "column": 51 } } @@ -166819,72 +168105,72 @@ }, { "type": "ExpressionStatement", - "start": 28310, - "end": 28371, + "start": 28765, + "end": 28826, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 73 } }, "expression": { "type": "AssignmentExpression", - "start": 28310, - "end": 28370, + "start": 28765, + "end": 28825, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 72 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28310, - "end": 28342, + "start": 28765, + "end": 28797, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 28310, - "end": 28321, + "start": 28765, + "end": 28776, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28310, - "end": 28314, + "start": 28765, + "end": 28769, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 16 } }, @@ -166892,15 +168178,15 @@ }, "property": { "type": "Identifier", - "start": 28315, - "end": 28321, + "start": 28770, + "end": 28776, "loc": { "start": { - "line": 716, + "line": 722, "column": 17 }, "end": { - "line": 716, + "line": 722, "column": 23 }, "identifierName": "engine" @@ -166912,15 +168198,15 @@ }, "property": { "type": "Identifier", - "start": 28322, - "end": 28342, + "start": 28777, + "end": 28797, "loc": { "start": { - "line": 716, + "line": 722, "column": 24 }, "end": { - "line": 716, + "line": 722, "column": 44 }, "identifierName": "pluginLibraryOptions" @@ -166932,44 +168218,44 @@ }, "right": { "type": "MemberExpression", - "start": 28345, - "end": 28370, + "start": 28800, + "end": 28825, "loc": { "start": { - "line": 716, + "line": 722, "column": 47 }, "end": { - "line": 716, + "line": 722, "column": 72 } }, "object": { "type": "ThisExpression", - "start": 28345, - "end": 28349, + "start": 28800, + "end": 28804, "loc": { "start": { - "line": 716, + "line": 722, "column": 47 }, "end": { - "line": 716, + "line": 722, "column": 51 } } }, "property": { "type": "Identifier", - "start": 28350, - "end": 28370, + "start": 28805, + "end": 28825, "loc": { "start": { - "line": 716, + "line": 722, "column": 52 }, "end": { - "line": 716, + "line": 722, "column": 72 }, "identifierName": "pluginLibraryOptions" @@ -166984,15 +168270,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28258, - "end": 28297, + "start": 28713, + "end": 28752, "loc": { "start": { - "line": 715, + "line": 721, "column": 12 }, "end": { - "line": 715, + "line": 721, "column": 51 } } @@ -167002,15 +168288,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28385, - "end": 28407, + "start": 28840, + "end": 28862, "loc": { "start": { - "line": 718, + "line": 724, "column": 12 }, "end": { - "line": 718, + "line": 724, "column": 34 } } @@ -167019,71 +168305,71 @@ }, { "type": "ExpressionStatement", - "start": 28420, - "end": 28479, + "start": 28875, + "end": 28934, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 28420, - "end": 28478, + "start": 28875, + "end": 28933, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 28420, - "end": 28437, + "start": 28875, + "end": 28892, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 28420, - "end": 28431, + "start": 28875, + "end": 28886, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 28420, - "end": 28424, + "start": 28875, + "end": 28879, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 16 } }, @@ -167091,15 +168377,15 @@ }, "property": { "type": "Identifier", - "start": 28425, - "end": 28431, + "start": 28880, + "end": 28886, "loc": { "start": { - "line": 719, + "line": 725, "column": 17 }, "end": { - "line": 719, + "line": 725, "column": 23 }, "identifierName": "engine" @@ -167111,15 +168397,15 @@ }, "property": { "type": "Identifier", - "start": 28432, - "end": 28437, + "start": 28887, + "end": 28892, "loc": { "start": { - "line": 719, + "line": 725, "column": 24 }, "end": { - "line": 719, + "line": 725, "column": 29 }, "identifierName": "setup" @@ -167132,44 +168418,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28438, - "end": 28449, + "start": 28893, + "end": 28904, "loc": { "start": { - "line": 719, + "line": 725, "column": 30 }, "end": { - "line": 719, + "line": 725, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 28438, - "end": 28442, + "start": 28893, + "end": 28897, "loc": { "start": { - "line": 719, + "line": 725, "column": 30 }, "end": { - "line": 719, + "line": 725, "column": 34 } } }, "property": { "type": "Identifier", - "start": 28443, - "end": 28449, + "start": 28898, + "end": 28904, "loc": { "start": { - "line": 719, + "line": 725, "column": 35 }, "end": { - "line": 719, + "line": 725, "column": 41 }, "identifierName": "stream" @@ -167180,44 +168466,44 @@ }, { "type": "MemberExpression", - "start": 28451, - "end": 28465, + "start": 28906, + "end": 28920, "loc": { "start": { - "line": 719, + "line": 725, "column": 43 }, "end": { - "line": 719, + "line": 725, "column": 57 } }, "object": { "type": "ThisExpression", - "start": 28451, - "end": 28455, + "start": 28906, + "end": 28910, "loc": { "start": { - "line": 719, + "line": 725, "column": 43 }, "end": { - "line": 719, + "line": 725, "column": 47 } } }, "property": { "type": "Identifier", - "start": 28456, - "end": 28465, + "start": 28911, + "end": 28920, "loc": { "start": { - "line": 719, + "line": 725, "column": 48 }, "end": { - "line": 719, + "line": 725, "column": 57 }, "identifierName": "mediaType" @@ -167228,44 +168514,44 @@ }, { "type": "MemberExpression", - "start": 28467, - "end": 28477, + "start": 28922, + "end": 28932, "loc": { "start": { - "line": 719, + "line": 725, "column": 59 }, "end": { - "line": 719, + "line": 725, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 28467, - "end": 28471, + "start": 28922, + "end": 28926, "loc": { "start": { - "line": 719, + "line": 725, "column": 59 }, "end": { - "line": 719, + "line": 725, "column": 63 } } }, "property": { "type": "Identifier", - "start": 28472, - "end": 28477, + "start": 28927, + "end": 28932, "loc": { "start": { - "line": 719, + "line": 725, "column": 64 }, "end": { - "line": 719, + "line": 725, "column": 69 }, "identifierName": "debug" @@ -167281,15 +168567,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28385, - "end": 28407, + "start": 28840, + "end": 28862, "loc": { "start": { - "line": 718, + "line": 724, "column": 12 }, "end": { - "line": 718, + "line": 724, "column": 34 } } @@ -167299,15 +168585,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28493, - "end": 28519, + "start": 28948, + "end": 28974, "loc": { "start": { - "line": 721, + "line": 727, "column": 12 }, "end": { - "line": 721, + "line": 727, "column": 38 } } @@ -167316,57 +168602,57 @@ }, { "type": "IfStatement", - "start": 28532, - "end": 29345, + "start": 28987, + "end": 29863, "loc": { "start": { - "line": 722, + "line": 728, "column": 12 }, "end": { - "line": 740, + "line": 747, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 28536, - "end": 28561, + "start": 28991, + "end": 29016, "loc": { "start": { - "line": 722, + "line": 728, "column": 16 }, "end": { - "line": 722, + "line": 728, "column": 41 } }, "left": { "type": "MemberExpression", - "start": 28536, - "end": 28554, + "start": 28991, + "end": 29009, "loc": { "start": { - "line": 722, + "line": 728, "column": 16 }, "end": { - "line": 722, + "line": 728, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 28536, - "end": 28540, + "start": 28991, + "end": 28995, "loc": { "start": { - "line": 722, + "line": 728, "column": 16 }, "end": { - "line": 722, + "line": 728, "column": 20 } }, @@ -167374,15 +168660,15 @@ }, "property": { "type": "Identifier", - "start": 28541, - "end": 28554, + "start": 28996, + "end": 29009, "loc": { "start": { - "line": 722, + "line": 728, "column": 21 }, "end": { - "line": 722, + "line": 728, "column": 34 }, "identifierName": "convertEngine" @@ -167395,15 +168681,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 28559, - "end": 28561, + "start": 29014, + "end": 29016, "loc": { "start": { - "line": 722, + "line": 728, "column": 39 }, "end": { - "line": 722, + "line": 728, "column": 41 } }, @@ -167417,59 +168703,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 28563, - "end": 29345, + "start": 29018, + "end": 29863, "loc": { "start": { - "line": 722, + "line": 728, "column": 43 }, "end": { - "line": 740, + "line": 747, "column": 13 } }, "body": [ { "type": "VariableDeclaration", - "start": 28581, - "end": 28643, + "start": 29036, + "end": 29098, "loc": { "start": { - "line": 723, + "line": 729, "column": 16 }, "end": { - "line": 723, + "line": 729, "column": 78 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 28585, - "end": 28642, + "start": 29040, + "end": 29097, "loc": { "start": { - "line": 723, + "line": 729, "column": 20 }, "end": { - "line": 723, + "line": 729, "column": 77 } }, "id": { "type": "Identifier", - "start": 28585, - "end": 28603, + "start": 29040, + "end": 29058, "loc": { "start": { - "line": 723, + "line": 729, "column": 20 }, "end": { - "line": 723, + "line": 729, "column": 38 }, "identifierName": "ConvertEngineClass" @@ -167478,29 +168764,29 @@ }, "init": { "type": "CallExpression", - "start": 28606, - "end": 28642, + "start": 29061, + "end": 29097, "loc": { "start": { - "line": 723, + "line": 729, "column": 41 }, "end": { - "line": 723, + "line": 729, "column": 77 } }, "callee": { "type": "Identifier", - "start": 28606, - "end": 28622, + "start": 29061, + "end": 29077, "loc": { "start": { - "line": 723, + "line": 729, "column": 41 }, "end": { - "line": 723, + "line": 729, "column": 57 }, "identifierName": "getConvertEngine" @@ -167510,44 +168796,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28623, - "end": 28641, + "start": 29078, + "end": 29096, "loc": { "start": { - "line": 723, + "line": 729, "column": 58 }, "end": { - "line": 723, + "line": 729, "column": 76 } }, "object": { "type": "ThisExpression", - "start": 28623, - "end": 28627, + "start": 29078, + "end": 29082, "loc": { "start": { - "line": 723, + "line": 729, "column": 58 }, "end": { - "line": 723, + "line": 729, "column": 62 } } }, "property": { "type": "Identifier", - "start": 28628, - "end": 28641, + "start": 29083, + "end": 29096, "loc": { "start": { - "line": 723, + "line": 729, "column": 63 }, "end": { - "line": 723, + "line": 729, "column": 76 }, "identifierName": "convertEngine" @@ -167564,102 +168850,102 @@ }, { "type": "TryStatement", - "start": 28660, - "end": 28964, + "start": 29115, + "end": 29419, "loc": { "start": { - "line": 724, + "line": 730, "column": 16 }, "end": { - "line": 731, + "line": 737, "column": 17 } }, "block": { "type": "BlockStatement", - "start": 28664, - "end": 28803, + "start": 29119, + "end": 29258, "loc": { "start": { - "line": 724, + "line": 730, "column": 20 }, "end": { - "line": 727, + "line": 733, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 28686, - "end": 28785, + "start": 29141, + "end": 29240, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 726, + "line": 732, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 28686, - "end": 28784, + "start": 29141, + "end": 29239, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 726, + "line": 732, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 28686, - "end": 28700, + "start": 29141, + "end": 29155, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 725, + "line": 731, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 28686, - "end": 28690, + "start": 29141, + "end": 29145, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 725, + "line": 731, "column": 24 } } }, "property": { "type": "Identifier", - "start": 28691, - "end": 28700, + "start": 29146, + "end": 29155, "loc": { "start": { - "line": 725, + "line": 731, "column": 25 }, "end": { - "line": 725, + "line": 731, "column": 34 }, "identifierName": "converter" @@ -167670,29 +168956,29 @@ }, "right": { "type": "NewExpression", - "start": 28703, - "end": 28784, + "start": 29158, + "end": 29239, "loc": { "start": { - "line": 725, + "line": 731, "column": 37 }, "end": { - "line": 726, + "line": 732, "column": 45 } }, "callee": { "type": "Identifier", - "start": 28707, - "end": 28725, + "start": 29162, + "end": 29180, "loc": { "start": { - "line": 725, + "line": 731, "column": 41 }, "end": { - "line": 725, + "line": 731, "column": 59 }, "identifierName": "ConvertEngineClass" @@ -167702,44 +168988,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 28726, - "end": 28737, + "start": 29181, + "end": 29192, "loc": { "start": { - "line": 725, + "line": 731, "column": 60 }, "end": { - "line": 725, + "line": 731, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 28726, - "end": 28730, + "start": 29181, + "end": 29185, "loc": { "start": { - "line": 725, + "line": 731, "column": 60 }, "end": { - "line": 725, + "line": 731, "column": 64 } } }, "property": { "type": "Identifier", - "start": 28731, - "end": 28737, + "start": 29186, + "end": 29192, "loc": { "start": { - "line": 725, + "line": 731, "column": 65 }, "end": { - "line": 725, + "line": 731, "column": 71 }, "identifierName": "player" @@ -167750,58 +169036,58 @@ }, { "type": "MemberExpression", - "start": 28763, - "end": 28783, + "start": 29218, + "end": 29238, "loc": { "start": { - "line": 726, + "line": 732, "column": 24 }, "end": { - "line": 726, + "line": 732, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 28763, - "end": 28774, + "start": 29218, + "end": 29229, "loc": { "start": { - "line": 726, + "line": 732, "column": 24 }, "end": { - "line": 726, + "line": 732, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 28763, - "end": 28767, + "start": 29218, + "end": 29222, "loc": { "start": { - "line": 726, + "line": 732, "column": 24 }, "end": { - "line": 726, + "line": 732, "column": 28 } } }, "property": { "type": "Identifier", - "start": 28768, - "end": 28774, + "start": 29223, + "end": 29229, "loc": { "start": { - "line": 726, + "line": 732, "column": 29 }, "end": { - "line": 726, + "line": 732, "column": 35 }, "identifierName": "player" @@ -167812,15 +169098,15 @@ }, "property": { "type": "Identifier", - "start": 28775, - "end": 28783, + "start": 29230, + "end": 29238, "loc": { "start": { - "line": 726, + "line": 732, "column": 36 }, "end": { - "line": 726, + "line": 732, "column": 44 }, "identifierName": "options_" @@ -167838,29 +169124,29 @@ }, "handler": { "type": "CatchClause", - "start": 28820, - "end": 28964, + "start": 29275, + "end": 29419, "loc": { "start": { - "line": 728, + "line": 734, "column": 16 }, "end": { - "line": 731, + "line": 737, "column": 17 } }, "param": { "type": "Identifier", - "start": 28827, - "end": 28830, + "start": 29282, + "end": 29285, "loc": { "start": { - "line": 728, + "line": 734, "column": 23 }, "end": { - "line": 728, + "line": 734, "column": 26 }, "identifierName": "err" @@ -167869,58 +169155,58 @@ }, "body": { "type": "BlockStatement", - "start": 28832, - "end": 28964, + "start": 29287, + "end": 29419, "loc": { "start": { - "line": 728, + "line": 734, "column": 28 }, "end": { - "line": 731, + "line": 737, "column": 17 } }, "body": [ { "type": "ThrowStatement", - "start": 28854, - "end": 28946, + "start": 29309, + "end": 29401, "loc": { "start": { - "line": 729, + "line": 735, "column": 20 }, "end": { - "line": 730, + "line": 736, "column": 35 } }, "argument": { "type": "NewExpression", - "start": 28860, - "end": 28945, + "start": 29315, + "end": 29400, "loc": { "start": { - "line": 729, + "line": 735, "column": 26 }, "end": { - "line": 730, + "line": 736, "column": 34 } }, "callee": { "type": "Identifier", - "start": 28864, - "end": 28869, + "start": 29319, + "end": 29324, "loc": { "start": { - "line": 729, + "line": 735, "column": 30 }, "end": { - "line": 729, + "line": 735, "column": 35 }, "identifierName": "Error" @@ -167930,43 +169216,43 @@ "arguments": [ { "type": "BinaryExpression", - "start": 28870, - "end": 28944, + "start": 29325, + "end": 29399, "loc": { "start": { - "line": 729, + "line": 735, "column": 36 }, "end": { - "line": 730, + "line": 736, "column": 33 } }, "left": { "type": "BinaryExpression", - "start": 28870, - "end": 28908, + "start": 29325, + "end": 29363, "loc": { "start": { - "line": 729, + "line": 735, "column": 36 }, "end": { - "line": 729, + "line": 735, "column": 74 } }, "left": { "type": "StringLiteral", - "start": 28870, - "end": 28887, + "start": 29325, + "end": 29342, "loc": { "start": { - "line": 729, + "line": 735, "column": 36 }, "end": { - "line": 729, + "line": 735, "column": 53 } }, @@ -167979,44 +169265,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 28890, - "end": 28908, + "start": 29345, + "end": 29363, "loc": { "start": { - "line": 729, + "line": 735, "column": 56 }, "end": { - "line": 729, + "line": 735, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 28890, - "end": 28894, + "start": 29345, + "end": 29349, "loc": { "start": { - "line": 729, + "line": 735, "column": 56 }, "end": { - "line": 729, + "line": 735, "column": 60 } } }, "property": { "type": "Identifier", - "start": 28895, - "end": 28908, + "start": 29350, + "end": 29363, "loc": { "start": { - "line": 729, + "line": 735, "column": 61 }, "end": { - "line": 729, + "line": 735, "column": 74 }, "identifierName": "convertEngine" @@ -168029,15 +169315,15 @@ "operator": "+", "right": { "type": "StringLiteral", - "start": 28935, - "end": 28944, + "start": 29390, + "end": 29399, "loc": { "start": { - "line": 730, + "line": 736, "column": 24 }, "end": { - "line": 730, + "line": 736, "column": 33 } }, @@ -168063,15 +169349,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28982, - "end": 29001, + "start": 29437, + "end": 29456, "loc": { "start": { - "line": 733, + "line": 739, "column": 16 }, "end": { - "line": 733, + "line": 739, "column": 35 } } @@ -168080,157 +169366,336 @@ }, { "type": "ExpressionStatement", - "start": 29018, - "end": 29074, + "start": 29473, + "end": 29519, "loc": { "start": { - "line": 734, + "line": 740, "column": 16 }, "end": { - "line": 734, + "line": 740, + "column": 62 + } + }, + "expression": { + "type": "AssignmentExpression", + "start": 29473, + "end": 29518, + "loc": { + "start": { + "line": 740, + "column": 16 + }, + "end": { + "line": 740, + "column": 61 + } + }, + "operator": "=", + "left": { + "type": "MemberExpression", + "start": 29473, + "end": 29499, + "loc": { + "start": { + "line": 740, + "column": 16 + }, + "end": { + "line": 740, + "column": 42 + } + }, + "object": { + "type": "MemberExpression", + "start": 29473, + "end": 29487, + "loc": { + "start": { + "line": 740, + "column": 16 + }, + "end": { + "line": 740, + "column": 30 + } + }, + "object": { + "type": "ThisExpression", + "start": 29473, + "end": 29477, + "loc": { + "start": { + "line": 740, + "column": 16 + }, + "end": { + "line": 740, + "column": 20 + } + }, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 29478, + "end": 29487, + "loc": { + "start": { + "line": 740, + "column": 21 + }, + "end": { + "line": 740, + "column": 30 + }, + "identifierName": "converter" + }, + "name": "converter" + }, + "computed": false, + "leadingComments": null + }, + "property": { + "type": "Identifier", + "start": 29488, + "end": 29499, + "loc": { + "start": { + "line": 740, + "column": 31 + }, + "end": { + "line": 740, + "column": 42 + }, + "identifierName": "convertAuto" + }, + "name": "convertAuto" + }, + "computed": false, + "leadingComments": null + }, + "right": { + "type": "MemberExpression", + "start": 29502, + "end": 29518, + "loc": { + "start": { + "line": 740, + "column": 45 + }, + "end": { + "line": 740, + "column": 61 + } + }, + "object": { + "type": "ThisExpression", + "start": 29502, + "end": 29506, + "loc": { + "start": { + "line": 740, + "column": 45 + }, + "end": { + "line": 740, + "column": 49 + } + } + }, + "property": { + "type": "Identifier", + "start": 29507, + "end": 29518, + "loc": { + "start": { + "line": 740, + "column": 50 + }, + "end": { + "line": 740, + "column": 61 + }, + "identifierName": "convertAuto" + }, + "name": "convertAuto" + }, + "computed": false + }, + "leadingComments": null + }, + "leadingComments": [ + { + "type": "CommentLine", + "value": " convert settings", + "start": 29437, + "end": 29456, + "loc": { + "start": { + "line": 739, + "column": 16 + }, + "end": { + "line": 739, + "column": 35 + } + } + } + ] + }, + { + "type": "ExpressionStatement", + "start": 29536, + "end": 29592, + "loc": { + "start": { + "line": 741, + "column": 16 + }, + "end": { + "line": 741, "column": 72 } }, "expression": { "type": "AssignmentExpression", - "start": 29018, - "end": 29073, + "start": 29536, + "end": 29591, "loc": { "start": { - "line": 734, + "line": 741, "column": 16 }, "end": { - "line": 734, + "line": 741, "column": 71 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29018, - "end": 29049, + "start": 29536, + "end": 29567, "loc": { "start": { - "line": 734, + "line": 741, "column": 16 }, "end": { - "line": 734, + "line": 741, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 29018, - "end": 29032, + "start": 29536, + "end": 29550, "loc": { "start": { - "line": 734, + "line": 741, "column": 16 }, "end": { - "line": 734, + "line": 741, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29018, - "end": 29022, + "start": 29536, + "end": 29540, "loc": { "start": { - "line": 734, + "line": 741, "column": 16 }, "end": { - "line": 734, + "line": 741, "column": 20 } - }, - "leadingComments": null + } }, "property": { "type": "Identifier", - "start": 29023, - "end": 29032, + "start": 29541, + "end": 29550, "loc": { "start": { - "line": 734, + "line": 741, "column": 21 }, "end": { - "line": 734, + "line": 741, "column": 30 }, "identifierName": "converter" }, "name": "converter" }, - "computed": false, - "leadingComments": null + "computed": false }, "property": { "type": "Identifier", - "start": 29033, - "end": 29049, + "start": 29551, + "end": 29567, "loc": { "start": { - "line": 734, + "line": 741, "column": 31 }, "end": { - "line": 734, + "line": 741, "column": 47 }, "identifierName": "convertWorkerURL" }, "name": "convertWorkerURL" }, - "computed": false, - "leadingComments": null + "computed": false }, "right": { "type": "MemberExpression", - "start": 29052, - "end": 29073, + "start": 29570, + "end": 29591, "loc": { "start": { - "line": 734, + "line": 741, "column": 50 }, "end": { - "line": 734, + "line": 741, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 29052, - "end": 29056, + "start": 29570, + "end": 29574, "loc": { "start": { - "line": 734, + "line": 741, "column": 50 }, "end": { - "line": 734, + "line": 741, "column": 54 } } }, "property": { "type": "Identifier", - "start": 29057, - "end": 29073, + "start": 29575, + "end": 29591, "loc": { "start": { - "line": 734, + "line": 741, "column": 55 }, "end": { - "line": 734, + "line": 741, "column": 71 }, "identifierName": "convertWorkerURL" @@ -168238,111 +169703,92 @@ "name": "convertWorkerURL" }, "computed": false - }, - "leadingComments": null - }, - "leadingComments": [ - { - "type": "CommentLine", - "value": " convert settings", - "start": 28982, - "end": 29001, - "loc": { - "start": { - "line": 733, - "column": 16 - }, - "end": { - "line": 733, - "column": 35 - } - } } - ] + } }, { "type": "ExpressionStatement", - "start": 29091, - "end": 29143, + "start": 29609, + "end": 29661, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 68 } }, "expression": { "type": "AssignmentExpression", - "start": 29091, - "end": 29142, + "start": 29609, + "end": 29660, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 67 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29091, - "end": 29120, + "start": 29609, + "end": 29638, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 29091, - "end": 29105, + "start": 29609, + "end": 29623, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29091, - "end": 29095, + "start": 29609, + "end": 29613, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29096, - "end": 29105, + "start": 29614, + "end": 29623, "loc": { "start": { - "line": 735, + "line": 742, "column": 21 }, "end": { - "line": 735, + "line": 742, "column": 30 }, "identifierName": "converter" @@ -168353,15 +169799,15 @@ }, "property": { "type": "Identifier", - "start": 29106, - "end": 29120, + "start": 29624, + "end": 29638, "loc": { "start": { - "line": 735, + "line": 742, "column": 31 }, "end": { - "line": 735, + "line": 742, "column": 45 }, "identifierName": "convertOptions" @@ -168372,44 +169818,44 @@ }, "right": { "type": "MemberExpression", - "start": 29123, - "end": 29142, + "start": 29641, + "end": 29660, "loc": { "start": { - "line": 735, + "line": 742, "column": 48 }, "end": { - "line": 735, + "line": 742, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 29123, - "end": 29127, + "start": 29641, + "end": 29645, "loc": { "start": { - "line": 735, + "line": 742, "column": 48 }, "end": { - "line": 735, + "line": 742, "column": 52 } } }, "property": { "type": "Identifier", - "start": 29128, - "end": 29142, + "start": 29646, + "end": 29660, "loc": { "start": { - "line": 735, + "line": 742, "column": 53 }, "end": { - "line": 735, + "line": 742, "column": 67 }, "identifierName": "convertOptions" @@ -168422,87 +169868,87 @@ }, { "type": "ExpressionStatement", - "start": 29160, - "end": 29224, + "start": 29678, + "end": 29742, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 80 } }, "expression": { "type": "AssignmentExpression", - "start": 29160, - "end": 29223, + "start": 29678, + "end": 29741, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 79 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29160, - "end": 29195, + "start": 29678, + "end": 29713, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 29160, - "end": 29174, + "start": 29678, + "end": 29692, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29160, - "end": 29164, + "start": 29678, + "end": 29682, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 20 } } }, "property": { "type": "Identifier", - "start": 29165, - "end": 29174, + "start": 29683, + "end": 29692, "loc": { "start": { - "line": 736, + "line": 743, "column": 21 }, "end": { - "line": 736, + "line": 743, "column": 30 }, "identifierName": "converter" @@ -168513,15 +169959,15 @@ }, "property": { "type": "Identifier", - "start": 29175, - "end": 29195, + "start": 29693, + "end": 29713, "loc": { "start": { - "line": 736, + "line": 743, "column": 31 }, "end": { - "line": 736, + "line": 743, "column": 51 }, "identifierName": "pluginLibraryOptions" @@ -168532,44 +169978,44 @@ }, "right": { "type": "MemberExpression", - "start": 29198, - "end": 29223, + "start": 29716, + "end": 29741, "loc": { "start": { - "line": 736, + "line": 743, "column": 54 }, "end": { - "line": 736, + "line": 743, "column": 79 } }, "object": { "type": "ThisExpression", - "start": 29198, - "end": 29202, + "start": 29716, + "end": 29720, "loc": { "start": { - "line": 736, + "line": 743, "column": 54 }, "end": { - "line": 736, + "line": 743, "column": 58 } } }, "property": { "type": "Identifier", - "start": 29203, - "end": 29223, + "start": 29721, + "end": 29741, "loc": { "start": { - "line": 736, + "line": 743, "column": 59 }, "end": { - "line": 736, + "line": 743, "column": 79 }, "identifierName": "pluginLibraryOptions" @@ -168583,15 +170029,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29242, - "end": 29265, + "start": 29760, + "end": 29783, "loc": { "start": { - "line": 738, + "line": 745, "column": 16 }, "end": { - "line": 738, + "line": 745, "column": 39 } } @@ -168600,71 +170046,71 @@ }, { "type": "ExpressionStatement", - "start": 29282, - "end": 29331, + "start": 29800, + "end": 29849, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 29282, - "end": 29330, + "start": 29800, + "end": 29848, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 29282, - "end": 29302, + "start": 29800, + "end": 29820, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 29282, - "end": 29296, + "start": 29800, + "end": 29814, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 29282, - "end": 29286, + "start": 29800, + "end": 29804, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 20 } }, @@ -168672,15 +170118,15 @@ }, "property": { "type": "Identifier", - "start": 29287, - "end": 29296, + "start": 29805, + "end": 29814, "loc": { "start": { - "line": 739, + "line": 746, "column": 21 }, "end": { - "line": 739, + "line": 746, "column": 30 }, "identifierName": "converter" @@ -168692,15 +170138,15 @@ }, "property": { "type": "Identifier", - "start": 29297, - "end": 29302, + "start": 29815, + "end": 29820, "loc": { "start": { - "line": 739, + "line": 746, "column": 31 }, "end": { - "line": 739, + "line": 746, "column": 36 }, "identifierName": "setup" @@ -168713,44 +170159,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 29303, - "end": 29317, + "start": 29821, + "end": 29835, "loc": { "start": { - "line": 739, + "line": 746, "column": 37 }, "end": { - "line": 739, + "line": 746, "column": 51 } }, "object": { "type": "ThisExpression", - "start": 29303, - "end": 29307, + "start": 29821, + "end": 29825, "loc": { "start": { - "line": 739, + "line": 746, "column": 37 }, "end": { - "line": 739, + "line": 746, "column": 41 } } }, "property": { "type": "Identifier", - "start": 29308, - "end": 29317, + "start": 29826, + "end": 29835, "loc": { "start": { - "line": 739, + "line": 746, "column": 42 }, "end": { - "line": 739, + "line": 746, "column": 51 }, "identifierName": "mediaType" @@ -168761,44 +170207,44 @@ }, { "type": "MemberExpression", - "start": 29319, - "end": 29329, + "start": 29837, + "end": 29847, "loc": { "start": { - "line": 739, + "line": 746, "column": 53 }, "end": { - "line": 739, + "line": 746, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 29319, - "end": 29323, + "start": 29837, + "end": 29841, "loc": { "start": { - "line": 739, + "line": 746, "column": 53 }, "end": { - "line": 739, + "line": 746, "column": 57 } } }, "property": { "type": "Identifier", - "start": 29324, - "end": 29329, + "start": 29842, + "end": 29847, "loc": { "start": { - "line": 739, + "line": 746, "column": 58 }, "end": { - "line": 739, + "line": 746, "column": 63 }, "identifierName": "debug" @@ -168814,15 +170260,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29242, - "end": 29265, + "start": 29760, + "end": 29783, "loc": { "start": { - "line": 738, + "line": 745, "column": 16 }, "end": { - "line": 738, + "line": 745, "column": 39 } } @@ -168838,15 +170284,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28493, - "end": 28519, + "start": 28948, + "end": 28974, "loc": { "start": { - "line": 721, + "line": 727, "column": 12 }, "end": { - "line": 721, + "line": 727, "column": 38 } } @@ -168856,15 +170302,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29359, - "end": 29417, + "start": 29877, + "end": 29935, "loc": { "start": { - "line": 742, + "line": 749, "column": 12 }, "end": { - "line": 742, + "line": 749, "column": 70 } } @@ -168872,15 +170318,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29430, - "end": 29457, + "start": 29948, + "end": 29975, "loc": { "start": { - "line": 743, + "line": 750, "column": 12 }, "end": { - "line": 743, + "line": 750, "column": 39 } } @@ -168889,44 +170335,44 @@ }, { "type": "VariableDeclaration", - "start": 29470, - "end": 29544, + "start": 29988, + "end": 30062, "loc": { "start": { - "line": 744, + "line": 751, "column": 12 }, "end": { - "line": 744, + "line": 751, "column": 86 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 29474, - "end": 29543, + "start": 29992, + "end": 30061, "loc": { "start": { - "line": 744, + "line": 751, "column": 16 }, "end": { - "line": 744, + "line": 751, "column": 85 } }, "id": { "type": "Identifier", - "start": 29474, - "end": 29484, + "start": 29992, + "end": 30002, "loc": { "start": { - "line": 744, + "line": 751, "column": 16 }, "end": { - "line": 744, + "line": 751, "column": 26 }, "identifierName": "uiElements" @@ -168936,30 +170382,30 @@ }, "init": { "type": "ArrayExpression", - "start": 29487, - "end": 29543, + "start": 30005, + "end": 30061, "loc": { "start": { - "line": 744, + "line": 751, "column": 29 }, "end": { - "line": 744, + "line": 751, "column": 85 } }, "elements": [ { "type": "StringLiteral", - "start": 29488, - "end": 29508, + "start": 30006, + "end": 30026, "loc": { "start": { - "line": 744, + "line": 751, "column": 30 }, "end": { - "line": 744, + "line": 751, "column": 50 } }, @@ -168971,15 +170417,15 @@ }, { "type": "StringLiteral", - "start": 29510, - "end": 29523, + "start": 30028, + "end": 30041, "loc": { "start": { - "line": 744, + "line": 751, "column": 52 }, "end": { - "line": 744, + "line": 751, "column": 65 } }, @@ -168991,15 +170437,15 @@ }, { "type": "StringLiteral", - "start": 29525, - "end": 29542, + "start": 30043, + "end": 30060, "loc": { "start": { - "line": 744, + "line": 751, "column": 67 }, "end": { - "line": 744, + "line": 751, "column": 84 } }, @@ -169019,15 +170465,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29359, - "end": 29417, + "start": 29877, + "end": 29935, "loc": { "start": { - "line": 742, + "line": 749, "column": 12 }, "end": { - "line": 742, + "line": 749, "column": 70 } } @@ -169035,15 +170481,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29430, - "end": 29457, + "start": 29948, + "end": 29975, "loc": { "start": { - "line": 743, + "line": 750, "column": 12 }, "end": { - "line": 743, + "line": 750, "column": 39 } } @@ -169052,57 +170498,57 @@ }, { "type": "ExpressionStatement", - "start": 29557, - "end": 29822, + "start": 30075, + "end": 30340, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 751, + "line": 758, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 29557, - "end": 29821, + "start": 30075, + "end": 30339, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 751, + "line": 758, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 29557, - "end": 29575, + "start": 30075, + "end": 30093, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 745, + "line": 752, "column": 30 } }, "object": { "type": "Identifier", - "start": 29557, - "end": 29567, + "start": 30075, + "end": 30085, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 745, + "line": 752, "column": 22 }, "identifierName": "uiElements" @@ -169111,15 +170557,15 @@ }, "property": { "type": "Identifier", - "start": 29568, - "end": 29575, + "start": 30086, + "end": 30093, "loc": { "start": { - "line": 745, + "line": 752, "column": 23 }, "end": { - "line": 745, + "line": 752, "column": 30 }, "identifierName": "forEach" @@ -169131,15 +170577,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 29576, - "end": 29820, + "start": 30094, + "end": 30338, "loc": { "start": { - "line": 745, + "line": 752, "column": 31 }, "end": { - "line": 751, + "line": 758, "column": 13 } }, @@ -169150,15 +170596,15 @@ "params": [ { "type": "Identifier", - "start": 29577, - "end": 29584, + "start": 30095, + "end": 30102, "loc": { "start": { - "line": 745, + "line": 752, "column": 32 }, "end": { - "line": 745, + "line": 752, "column": 39 }, "identifierName": "element" @@ -169168,59 +170614,59 @@ ], "body": { "type": "BlockStatement", - "start": 29589, - "end": 29820, + "start": 30107, + "end": 30338, "loc": { "start": { - "line": 745, + "line": 752, "column": 44 }, "end": { - "line": 751, + "line": 758, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 29607, - "end": 29649, + "start": 30125, + "end": 30167, "loc": { "start": { - "line": 746, + "line": 753, "column": 16 }, "end": { - "line": 746, + "line": 753, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 29607, - "end": 29648, + "start": 30125, + "end": 30166, "loc": { "start": { - "line": 746, + "line": 753, "column": 16 }, "end": { - "line": 746, + "line": 753, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 29607, - "end": 29614, + "start": 30125, + "end": 30132, "loc": { "start": { - "line": 746, + "line": 753, "column": 16 }, "end": { - "line": 746, + "line": 753, "column": 23 }, "identifierName": "element" @@ -169229,72 +170675,72 @@ }, "right": { "type": "MemberExpression", - "start": 29617, - "end": 29648, + "start": 30135, + "end": 30166, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 29617, - "end": 29639, + "start": 30135, + "end": 30157, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 29617, - "end": 29628, + "start": 30135, + "end": 30146, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 29617, - "end": 29621, + "start": 30135, + "end": 30139, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 30 } } }, "property": { "type": "Identifier", - "start": 29622, - "end": 29628, + "start": 30140, + "end": 30146, "loc": { "start": { - "line": 746, + "line": 753, "column": 31 }, "end": { - "line": 746, + "line": 753, "column": 37 }, "identifierName": "player" @@ -169305,15 +170751,15 @@ }, "property": { "type": "Identifier", - "start": 29629, - "end": 29639, + "start": 30147, + "end": 30157, "loc": { "start": { - "line": 746, + "line": 753, "column": 38 }, "end": { - "line": 746, + "line": 753, "column": 48 }, "identifierName": "controlBar" @@ -169324,15 +170770,15 @@ }, "property": { "type": "Identifier", - "start": 29640, - "end": 29647, + "start": 30158, + "end": 30165, "loc": { "start": { - "line": 746, + "line": 753, "column": 49 }, "end": { - "line": 746, + "line": 753, "column": 56 }, "identifierName": "element" @@ -169345,43 +170791,43 @@ }, { "type": "IfStatement", - "start": 29666, - "end": 29806, + "start": 30184, + "end": 30324, "loc": { "start": { - "line": 747, + "line": 754, "column": 16 }, "end": { - "line": 750, + "line": 757, "column": 17 } }, "test": { "type": "BinaryExpression", - "start": 29670, - "end": 29691, + "start": 30188, + "end": 30209, "loc": { "start": { - "line": 747, + "line": 754, "column": 20 }, "end": { - "line": 747, + "line": 754, "column": 41 } }, "left": { "type": "Identifier", - "start": 29670, - "end": 29677, + "start": 30188, + "end": 30195, "loc": { "start": { - "line": 747, + "line": 754, "column": 20 }, "end": { - "line": 747, + "line": 754, "column": 27 }, "identifierName": "element" @@ -169391,15 +170837,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 29682, - "end": 29691, + "start": 30200, + "end": 30209, "loc": { "start": { - "line": 747, + "line": 754, "column": 32 }, "end": { - "line": 747, + "line": 754, "column": 41 }, "identifierName": "undefined" @@ -169409,115 +170855,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 29693, - "end": 29806, + "start": 30211, + "end": 30324, "loc": { "start": { - "line": 747, + "line": 754, "column": 43 }, "end": { - "line": 750, + "line": 757, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 29715, - "end": 29752, + "start": 30233, + "end": 30270, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 29715, - "end": 29751, + "start": 30233, + "end": 30269, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 29715, - "end": 29741, + "start": 30233, + "end": 30259, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 29715, - "end": 29733, + "start": 30233, + "end": 30251, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 38 } }, "object": { "type": "CallExpression", - "start": 29715, - "end": 29727, + "start": 30233, + "end": 30245, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 29715, - "end": 29725, + "start": 30233, + "end": 30243, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 30 } }, "object": { "type": "Identifier", - "start": 29715, - "end": 29722, + "start": 30233, + "end": 30240, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 27 }, "identifierName": "element" @@ -169526,15 +170972,15 @@ }, "property": { "type": "Identifier", - "start": 29723, - "end": 29725, + "start": 30241, + "end": 30243, "loc": { "start": { - "line": 748, + "line": 755, "column": 28 }, "end": { - "line": 748, + "line": 755, "column": 30 }, "identifierName": "el" @@ -169547,15 +170993,15 @@ }, "property": { "type": "Identifier", - "start": 29728, - "end": 29733, + "start": 30246, + "end": 30251, "loc": { "start": { - "line": 748, + "line": 755, "column": 33 }, "end": { - "line": 748, + "line": 755, "column": 38 }, "identifierName": "style" @@ -169566,15 +171012,15 @@ }, "property": { "type": "Identifier", - "start": 29734, - "end": 29741, + "start": 30252, + "end": 30259, "loc": { "start": { - "line": 748, + "line": 755, "column": 39 }, "end": { - "line": 748, + "line": 755, "column": 46 }, "identifierName": "display" @@ -169585,15 +171031,15 @@ }, "right": { "type": "StringLiteral", - "start": 29744, - "end": 29751, + "start": 30262, + "end": 30269, "loc": { "start": { - "line": 748, + "line": 755, "column": 49 }, "end": { - "line": 748, + "line": 755, "column": 56 } }, @@ -169607,57 +171053,57 @@ }, { "type": "ExpressionStatement", - "start": 29773, - "end": 29788, + "start": 30291, + "end": 30306, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 29773, - "end": 29787, + "start": 30291, + "end": 30305, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 29773, - "end": 29785, + "start": 30291, + "end": 30303, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 32 } }, "object": { "type": "Identifier", - "start": 29773, - "end": 29780, + "start": 30291, + "end": 30298, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 27 }, "identifierName": "element" @@ -169666,15 +171112,15 @@ }, "property": { "type": "Identifier", - "start": 29781, - "end": 29785, + "start": 30299, + "end": 30303, "loc": { "start": { - "line": 749, + "line": 756, "column": 28 }, "end": { - "line": 749, + "line": 756, "column": 32 }, "identifierName": "show" @@ -169701,15 +171147,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29836, - "end": 29857, + "start": 30354, + "end": 30375, "loc": { "start": { - "line": 753, + "line": 760, "column": 12 }, "end": { - "line": 753, + "line": 760, "column": 33 } } @@ -169718,85 +171164,85 @@ }, { "type": "ExpressionStatement", - "start": 29870, - "end": 29902, + "start": 30388, + "end": 30420, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 29870, - "end": 29901, + "start": 30388, + "end": 30419, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 29870, - "end": 29899, + "start": 30388, + "end": 30417, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 29870, - "end": 29894, + "start": 30388, + "end": 30412, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 29870, - "end": 29881, + "start": 30388, + "end": 30399, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 29870, - "end": 29874, + "start": 30388, + "end": 30392, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 16 } }, @@ -169804,15 +171250,15 @@ }, "property": { "type": "Identifier", - "start": 29875, - "end": 29881, + "start": 30393, + "end": 30399, "loc": { "start": { - "line": 754, + "line": 761, "column": 17 }, "end": { - "line": 754, + "line": 761, "column": 23 }, "identifierName": "player" @@ -169824,15 +171270,15 @@ }, "property": { "type": "Identifier", - "start": 29882, - "end": 29894, + "start": 30400, + "end": 30412, "loc": { "start": { - "line": 754, + "line": 761, "column": 24 }, "end": { - "line": 754, + "line": 761, "column": 36 }, "identifierName": "recordToggle" @@ -169844,15 +171290,15 @@ }, "property": { "type": "Identifier", - "start": 29895, - "end": 29899, + "start": 30413, + "end": 30417, "loc": { "start": { - "line": 754, + "line": 761, "column": 37 }, "end": { - "line": 754, + "line": 761, "column": 41 }, "identifierName": "show" @@ -169869,15 +171315,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29836, - "end": 29857, + "start": 30354, + "end": 30375, "loc": { "start": { - "line": 753, + "line": 760, "column": 12 }, "end": { - "line": 753, + "line": 760, "column": 33 } } @@ -169889,100 +171335,100 @@ }, "alternate": { "type": "BlockStatement", - "start": 29918, - "end": 30234, + "start": 30436, + "end": 30752, "loc": { "start": { - "line": 755, + "line": 762, "column": 15 }, "end": { - "line": 764, + "line": 771, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 29972, - "end": 30010, + "start": 30490, + "end": 30528, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 29972, - "end": 30009, + "start": 30490, + "end": 30527, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 29972, - "end": 30007, + "start": 30490, + "end": 30525, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 29972, - "end": 29999, + "start": 30490, + "end": 30517, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 29972, - "end": 29983, + "start": 30490, + "end": 30501, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 29972, - "end": 29976, + "start": 30490, + "end": 30494, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 16 } }, @@ -169990,15 +171436,15 @@ }, "property": { "type": "Identifier", - "start": 29977, - "end": 29983, + "start": 30495, + "end": 30501, "loc": { "start": { - "line": 757, + "line": 764, "column": 17 }, "end": { - "line": 757, + "line": 764, "column": 23 }, "identifierName": "player" @@ -170010,15 +171456,15 @@ }, "property": { "type": "Identifier", - "start": 29984, - "end": 29999, + "start": 30502, + "end": 30517, "loc": { "start": { - "line": 757, + "line": 764, "column": 24 }, "end": { - "line": 757, + "line": 764, "column": 39 }, "identifierName": "recordIndicator" @@ -170030,15 +171476,15 @@ }, "property": { "type": "Identifier", - "start": 30000, - "end": 30007, + "start": 30518, + "end": 30525, "loc": { "start": { - "line": 757, + "line": 764, "column": 40 }, "end": { - "line": 757, + "line": 764, "column": 47 }, "identifierName": "disable" @@ -170055,15 +171501,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 29932, - "end": 29959, + "start": 30450, + "end": 30477, "loc": { "start": { - "line": 756, + "line": 763, "column": 12 }, "end": { - "line": 756, + "line": 763, "column": 39 } } @@ -170073,15 +171519,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 30024, - "end": 30083, + "start": 30542, + "end": 30601, "loc": { "start": { - "line": 759, + "line": 766, "column": 12 }, "end": { - "line": 759, + "line": 766, "column": 71 } } @@ -170089,15 +171535,15 @@ { "type": "CommentLine", "value": " used)", - "start": 30096, - "end": 30104, + "start": 30614, + "end": 30622, "loc": { "start": { - "line": 760, + "line": 767, "column": 12 }, "end": { - "line": 760, + "line": 767, "column": 20 } } @@ -170106,57 +171552,57 @@ }, { "type": "ExpressionStatement", - "start": 30117, - "end": 30138, + "start": 30635, + "end": 30656, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 30117, - "end": 30137, + "start": 30635, + "end": 30655, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 30117, - "end": 30135, + "start": 30635, + "end": 30653, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 30117, - "end": 30121, + "start": 30635, + "end": 30639, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 16 } }, @@ -170164,15 +171610,15 @@ }, "property": { "type": "Identifier", - "start": 30122, - "end": 30135, + "start": 30640, + "end": 30653, "loc": { "start": { - "line": 761, + "line": 768, "column": 17 }, "end": { - "line": 761, + "line": 768, "column": 30 }, "identifierName": "retrySnapshot" @@ -170189,15 +171635,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 30024, - "end": 30083, + "start": 30542, + "end": 30601, "loc": { "start": { - "line": 759, + "line": 766, "column": 12 }, "end": { - "line": 759, + "line": 766, "column": 71 } } @@ -170205,15 +171651,15 @@ { "type": "CommentLine", "value": " used)", - "start": 30096, - "end": 30104, + "start": 30614, + "end": 30622, "loc": { "start": { - "line": 760, + "line": 767, "column": 12 }, "end": { - "line": 760, + "line": 767, "column": 20 } } @@ -170223,15 +171669,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 30152, - "end": 30224, + "start": 30670, + "end": 30742, "loc": { "start": { - "line": 763, + "line": 770, "column": 12 }, "end": { - "line": 763, + "line": 770, "column": 84 } } @@ -170246,15 +171692,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 25120, - "end": 25145, + "start": 25575, + "end": 25600, "loc": { "start": { - "line": 639, + "line": 645, "column": 8 }, "end": { - "line": 639, + "line": 645, "column": 33 } } @@ -170264,15 +171710,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30244, - "end": 30260, + "start": 30762, + "end": 30778, "loc": { "start": { - "line": 766, + "line": 773, "column": 8 }, "end": { - "line": 766, + "line": 773, "column": 24 } } @@ -170281,71 +171727,71 @@ }, { "type": "IfStatement", - "start": 30269, - "end": 31929, + "start": 30787, + "end": 32447, "loc": { "start": { - "line": 767, + "line": 774, "column": 8 }, "end": { - "line": 808, + "line": 815, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 30273, - "end": 30308, + "start": 30791, + "end": 30826, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 47 } }, "left": { "type": "CallExpression", - "start": 30273, - "end": 30293, + "start": 30791, + "end": 30811, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 30273, - "end": 30291, + "start": 30791, + "end": 30809, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 30273, - "end": 30277, + "start": 30791, + "end": 30795, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 16 } }, @@ -170353,15 +171799,15 @@ }, "property": { "type": "Identifier", - "start": 30278, - "end": 30291, + "start": 30796, + "end": 30809, "loc": { "start": { - "line": 767, + "line": 774, "column": 17 }, "end": { - "line": 767, + "line": 774, "column": 30 }, "identifierName": "getRecordType" @@ -170377,15 +171823,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 30298, - "end": 30308, + "start": 30816, + "end": 30826, "loc": { "start": { - "line": 767, + "line": 774, "column": 37 }, "end": { - "line": 767, + "line": 774, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -170396,73 +171842,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 30310, - "end": 31823, + "start": 30828, + "end": 32341, "loc": { "start": { - "line": 767, + "line": 774, "column": 49 }, "end": { - "line": 805, + "line": 812, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 30357, - "end": 30405, + "start": 30875, + "end": 30923, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 30357, - "end": 30404, + "start": 30875, + "end": 30922, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30357, - "end": 30374, + "start": 30875, + "end": 30892, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30357, - "end": 30361, + "start": 30875, + "end": 30879, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 16 } }, @@ -170470,15 +171916,15 @@ }, "property": { "type": "Identifier", - "start": 30362, - "end": 30374, + "start": 30880, + "end": 30892, "loc": { "start": { - "line": 769, + "line": 776, "column": 17 }, "end": { - "line": 769, + "line": 776, "column": 29 }, "identifierName": "mediaElement" @@ -170490,86 +171936,86 @@ }, "right": { "type": "MemberExpression", - "start": 30377, - "end": 30404, + "start": 30895, + "end": 30922, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 59 } }, "object": { "type": "CallExpression", - "start": 30377, - "end": 30393, + "start": 30895, + "end": 30911, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 30377, - "end": 30391, + "start": 30895, + "end": 30909, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 30377, - "end": 30388, + "start": 30895, + "end": 30906, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 30377, - "end": 30381, + "start": 30895, + "end": 30899, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 36 } } }, "property": { "type": "Identifier", - "start": 30382, - "end": 30388, + "start": 30900, + "end": 30906, "loc": { "start": { - "line": 769, + "line": 776, "column": 37 }, "end": { - "line": 769, + "line": 776, "column": 43 }, "identifierName": "player" @@ -170580,15 +172026,15 @@ }, "property": { "type": "Identifier", - "start": 30389, - "end": 30391, + "start": 30907, + "end": 30909, "loc": { "start": { - "line": 769, + "line": 776, "column": 44 }, "end": { - "line": 769, + "line": 776, "column": 46 }, "identifierName": "el" @@ -170601,15 +172047,15 @@ }, "property": { "type": "Identifier", - "start": 30394, - "end": 30404, + "start": 30912, + "end": 30922, "loc": { "start": { - "line": 769, + "line": 776, "column": 49 }, "end": { - "line": 769, + "line": 776, "column": 59 }, "identifierName": "firstChild" @@ -170624,15 +172070,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 30324, - "end": 30344, + "start": 30842, + "end": 30862, "loc": { "start": { - "line": 768, + "line": 775, "column": 12 }, "end": { - "line": 768, + "line": 775, "column": 32 } } @@ -170641,87 +172087,87 @@ }, { "type": "ExpressionStatement", - "start": 30418, - "end": 30453, + "start": 30936, + "end": 30971, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 30418, - "end": 30452, + "start": 30936, + "end": 30970, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30418, - "end": 30444, + "start": 30936, + "end": 30962, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 30418, - "end": 30435, + "start": 30936, + "end": 30953, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30418, - "end": 30422, + "start": 30936, + "end": 30940, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 16 } } }, "property": { "type": "Identifier", - "start": 30423, - "end": 30435, + "start": 30941, + "end": 30953, "loc": { "start": { - "line": 770, + "line": 777, "column": 17 }, "end": { - "line": 770, + "line": 777, "column": 29 }, "identifierName": "mediaElement" @@ -170732,15 +172178,15 @@ }, "property": { "type": "Identifier", - "start": 30436, - "end": 30444, + "start": 30954, + "end": 30962, "loc": { "start": { - "line": 770, + "line": 777, "column": 30 }, "end": { - "line": 770, + "line": 777, "column": 38 }, "identifierName": "controls" @@ -170751,15 +172197,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30447, - "end": 30452, + "start": 30965, + "end": 30970, "loc": { "start": { - "line": 770, + "line": 777, "column": 41 }, "end": { - "line": 770, + "line": 777, "column": 46 } }, @@ -170770,15 +172216,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30467, - "end": 30508, + "start": 30985, + "end": 31026, "loc": { "start": { - "line": 772, + "line": 779, "column": 12 }, "end": { - "line": 772, + "line": 779, "column": 53 } } @@ -170787,72 +172233,72 @@ }, { "type": "ExpressionStatement", - "start": 30521, - "end": 30552, + "start": 31039, + "end": 31070, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 30521, - "end": 30551, + "start": 31039, + "end": 31069, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 30521, - "end": 30544, + "start": 31039, + "end": 31062, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 30521, - "end": 30538, + "start": 31039, + "end": 31056, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 30521, - "end": 30525, + "start": 31039, + "end": 31043, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 16 } }, @@ -170860,15 +172306,15 @@ }, "property": { "type": "Identifier", - "start": 30526, - "end": 30538, + "start": 31044, + "end": 31056, "loc": { "start": { - "line": 773, + "line": 780, "column": 17 }, "end": { - "line": 773, + "line": 780, "column": 29 }, "identifierName": "mediaElement" @@ -170880,15 +172326,15 @@ }, "property": { "type": "Identifier", - "start": 30539, - "end": 30544, + "start": 31057, + "end": 31062, "loc": { "start": { - "line": 773, + "line": 780, "column": 30 }, "end": { - "line": 773, + "line": 780, "column": 35 }, "identifierName": "muted" @@ -170900,15 +172346,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 30547, - "end": 30551, + "start": 31065, + "end": 31069, "loc": { "start": { - "line": 773, + "line": 780, "column": 38 }, "end": { - "line": 773, + "line": 780, "column": 42 } }, @@ -170920,15 +172366,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30467, - "end": 30508, + "start": 30985, + "end": 31026, "loc": { "start": { - "line": 772, + "line": 779, "column": 12 }, "end": { - "line": 772, + "line": 779, "column": 53 } } @@ -170938,15 +172384,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30566, - "end": 30605, + "start": 31084, + "end": 31123, "loc": { "start": { - "line": 775, + "line": 782, "column": 12 }, "end": { - "line": 775, + "line": 782, "column": 51 } } @@ -170955,57 +172401,57 @@ }, { "type": "ExpressionStatement", - "start": 30618, - "end": 30651, + "start": 31136, + "end": 31169, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 30618, - "end": 30650, + "start": 31136, + "end": 31168, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 30618, - "end": 30643, + "start": 31136, + "end": 31161, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30618, - "end": 30622, + "start": 31136, + "end": 31140, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 16 } }, @@ -171013,15 +172459,15 @@ }, "property": { "type": "Identifier", - "start": 30623, - "end": 30643, + "start": 31141, + "end": 31161, "loc": { "start": { - "line": 776, + "line": 783, "column": 17 }, "end": { - "line": 776, + "line": 783, "column": 37 }, "identifierName": "displayVolumeControl" @@ -171034,15 +172480,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 30644, - "end": 30649, + "start": 31162, + "end": 31167, "loc": { "start": { - "line": 776, + "line": 783, "column": 38 }, "end": { - "line": 776, + "line": 783, "column": 43 } }, @@ -171055,15 +172501,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30566, - "end": 30605, + "start": 31084, + "end": 31123, "loc": { "start": { - "line": 775, + "line": 782, "column": 12 }, "end": { - "line": 775, + "line": 782, "column": 51 } } @@ -171073,15 +172519,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30665, - "end": 30686, + "start": 31183, + "end": 31204, "loc": { "start": { - "line": 778, + "line": 785, "column": 12 }, "end": { - "line": 778, + "line": 785, "column": 33 } } @@ -171090,57 +172536,57 @@ }, { "type": "IfStatement", - "start": 30699, - "end": 31401, + "start": 31217, + "end": 31919, "loc": { "start": { - "line": 779, + "line": 786, "column": 12 }, "end": { - "line": 792, + "line": 799, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 30703, - "end": 30733, + "start": 31221, + "end": 31251, "loc": { "start": { - "line": 779, + "line": 786, "column": 16 }, "end": { - "line": 779, + "line": 786, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 30703, - "end": 30724, + "start": 31221, + "end": 31242, "loc": { "start": { - "line": 779, + "line": 786, "column": 16 }, "end": { - "line": 779, + "line": 786, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 30703, - "end": 30707, + "start": 31221, + "end": 31225, "loc": { "start": { - "line": 779, + "line": 786, "column": 16 }, "end": { - "line": 779, + "line": 786, "column": 20 } }, @@ -171148,15 +172594,15 @@ }, "property": { "type": "Identifier", - "start": 30708, - "end": 30724, + "start": 31226, + "end": 31242, "loc": { "start": { - "line": 779, + "line": 786, "column": 21 }, "end": { - "line": 779, + "line": 786, "column": 37 }, "identifierName": "pictureInPicture" @@ -171169,15 +172615,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 30729, - "end": 30733, + "start": 31247, + "end": 31251, "loc": { "start": { - "line": 779, + "line": 786, "column": 42 }, "end": { - "line": 779, + "line": 786, "column": 46 } }, @@ -171187,100 +172633,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 30735, - "end": 31401, + "start": 31253, + "end": 31919, "loc": { "start": { - "line": 779, + "line": 786, "column": 48 }, "end": { - "line": 792, + "line": 799, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 30784, - "end": 30813, + "start": 31302, + "end": 31331, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 30784, - "end": 30812, + "start": 31302, + "end": 31330, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 30784, - "end": 30810, + "start": 31302, + "end": 31328, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 30784, - "end": 30805, + "start": 31302, + "end": 31323, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 30784, - "end": 30795, + "start": 31302, + "end": 31313, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 30784, - "end": 30788, + "start": 31302, + "end": 31306, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 20 } }, @@ -171288,15 +172734,15 @@ }, "property": { "type": "Identifier", - "start": 30789, - "end": 30795, + "start": 31307, + "end": 31313, "loc": { "start": { - "line": 781, + "line": 788, "column": 21 }, "end": { - "line": 781, + "line": 788, "column": 27 }, "identifierName": "player" @@ -171308,15 +172754,15 @@ }, "property": { "type": "Identifier", - "start": 30796, - "end": 30805, + "start": 31314, + "end": 31323, "loc": { "start": { - "line": 781, + "line": 788, "column": 28 }, "end": { - "line": 781, + "line": 788, "column": 37 }, "identifierName": "pipToggle" @@ -171328,15 +172774,15 @@ }, "property": { "type": "Identifier", - "start": 30806, - "end": 30810, + "start": 31324, + "end": 31328, "loc": { "start": { - "line": 781, + "line": 788, "column": 38 }, "end": { - "line": 781, + "line": 788, "column": 42 }, "identifierName": "show" @@ -171353,15 +172799,15 @@ { "type": "CommentLine", "value": " show button", - "start": 30753, - "end": 30767, + "start": 31271, + "end": 31285, "loc": { "start": { - "line": 780, + "line": 787, "column": 16 }, "end": { - "line": 780, + "line": 787, "column": 30 } } @@ -171371,15 +172817,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30831, - "end": 30881, + "start": 31349, + "end": 31399, "loc": { "start": { - "line": 783, + "line": 790, "column": 16 }, "end": { - "line": 783, + "line": 790, "column": 66 } } @@ -171388,71 +172834,71 @@ }, { "type": "ExpressionStatement", - "start": 30898, - "end": 31009, + "start": 31416, + "end": 31527, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 785, + "line": 792, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 30898, - "end": 31008, + "start": 31416, + "end": 31526, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 785, + "line": 792, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 30898, - "end": 30935, + "start": 31416, + "end": 31453, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 784, + "line": 791, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 30898, - "end": 30915, + "start": 31416, + "end": 31433, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 784, + "line": 791, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 30898, - "end": 30902, + "start": 31416, + "end": 31420, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 784, + "line": 791, "column": 20 } }, @@ -171460,15 +172906,15 @@ }, "property": { "type": "Identifier", - "start": 30903, - "end": 30915, + "start": 31421, + "end": 31433, "loc": { "start": { - "line": 784, + "line": 791, "column": 21 }, "end": { - "line": 784, + "line": 791, "column": 33 }, "identifierName": "mediaElement" @@ -171480,15 +172926,15 @@ }, "property": { "type": "Identifier", - "start": 30916, - "end": 30935, + "start": 31434, + "end": 31453, "loc": { "start": { - "line": 784, + "line": 791, "column": 34 }, "end": { - "line": 784, + "line": 791, "column": 53 }, "identifierName": "removeEventListener" @@ -171501,29 +172947,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 30936, - "end": 30963, + "start": 31454, + "end": 31481, "loc": { "start": { - "line": 784, + "line": 791, "column": 54 }, "end": { - "line": 784, + "line": 791, "column": 81 } }, "object": { "type": "Identifier", - "start": 30936, - "end": 30941, + "start": 31454, + "end": 31459, "loc": { "start": { - "line": 784, + "line": 791, "column": 54 }, "end": { - "line": 784, + "line": 791, "column": 59 }, "identifierName": "Event" @@ -171532,15 +172978,15 @@ }, "property": { "type": "Identifier", - "start": 30942, - "end": 30963, + "start": 31460, + "end": 31481, "loc": { "start": { - "line": 784, + "line": 791, "column": 60 }, "end": { - "line": 784, + "line": 791, "column": 81 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -171551,44 +172997,44 @@ }, { "type": "MemberExpression", - "start": 30985, - "end": 31007, + "start": 31503, + "end": 31525, "loc": { "start": { - "line": 785, + "line": 792, "column": 20 }, "end": { - "line": 785, + "line": 792, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 30985, - "end": 30989, + "start": 31503, + "end": 31507, "loc": { "start": { - "line": 785, + "line": 792, "column": 20 }, "end": { - "line": 785, + "line": 792, "column": 24 } } }, "property": { "type": "Identifier", - "start": 30990, - "end": 31007, + "start": 31508, + "end": 31525, "loc": { "start": { - "line": 785, + "line": 792, "column": 25 }, "end": { - "line": 785, + "line": 792, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -171604,15 +173050,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30831, - "end": 30881, + "start": 31349, + "end": 31399, "loc": { "start": { - "line": 783, + "line": 790, "column": 16 }, "end": { - "line": 783, + "line": 790, "column": 66 } } @@ -171621,86 +173067,86 @@ }, { "type": "ExpressionStatement", - "start": 31026, - "end": 31137, + "start": 31544, + "end": 31655, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 787, + "line": 794, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31026, - "end": 31136, + "start": 31544, + "end": 31654, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 787, + "line": 794, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31026, - "end": 31063, + "start": 31544, + "end": 31581, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 786, + "line": 793, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 31026, - "end": 31043, + "start": 31544, + "end": 31561, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 786, + "line": 793, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31026, - "end": 31030, + "start": 31544, + "end": 31548, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 786, + "line": 793, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31031, - "end": 31043, + "start": 31549, + "end": 31561, "loc": { "start": { - "line": 786, + "line": 793, "column": 21 }, "end": { - "line": 786, + "line": 793, "column": 33 }, "identifierName": "mediaElement" @@ -171711,15 +173157,15 @@ }, "property": { "type": "Identifier", - "start": 31044, - "end": 31063, + "start": 31562, + "end": 31581, "loc": { "start": { - "line": 786, + "line": 793, "column": 34 }, "end": { - "line": 786, + "line": 793, "column": 53 }, "identifierName": "removeEventListener" @@ -171731,29 +173177,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31064, - "end": 31091, + "start": 31582, + "end": 31609, "loc": { "start": { - "line": 786, + "line": 793, "column": 54 }, "end": { - "line": 786, + "line": 793, "column": 81 } }, "object": { "type": "Identifier", - "start": 31064, - "end": 31069, + "start": 31582, + "end": 31587, "loc": { "start": { - "line": 786, + "line": 793, "column": 54 }, "end": { - "line": 786, + "line": 793, "column": 59 }, "identifierName": "Event" @@ -171762,15 +173208,15 @@ }, "property": { "type": "Identifier", - "start": 31070, - "end": 31091, + "start": 31588, + "end": 31609, "loc": { "start": { - "line": 786, + "line": 793, "column": 60 }, "end": { - "line": 786, + "line": 793, "column": 81 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -171781,44 +173227,44 @@ }, { "type": "MemberExpression", - "start": 31113, - "end": 31135, + "start": 31631, + "end": 31653, "loc": { "start": { - "line": 787, + "line": 794, "column": 20 }, "end": { - "line": 787, + "line": 794, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31113, - "end": 31117, + "start": 31631, + "end": 31635, "loc": { "start": { - "line": 787, + "line": 794, "column": 20 }, "end": { - "line": 787, + "line": 794, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31118, - "end": 31135, + "start": 31636, + "end": 31653, "loc": { "start": { - "line": 787, + "line": 794, "column": 25 }, "end": { - "line": 787, + "line": 794, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -171832,86 +173278,86 @@ }, { "type": "ExpressionStatement", - "start": 31154, - "end": 31262, + "start": 31672, + "end": 31780, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 789, + "line": 796, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31154, - "end": 31261, + "start": 31672, + "end": 31779, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 789, + "line": 796, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31154, - "end": 31188, + "start": 31672, + "end": 31706, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 788, + "line": 795, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 31154, - "end": 31171, + "start": 31672, + "end": 31689, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 788, + "line": 795, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31154, - "end": 31158, + "start": 31672, + "end": 31676, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 788, + "line": 795, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31159, - "end": 31171, + "start": 31677, + "end": 31689, "loc": { "start": { - "line": 788, + "line": 795, "column": 21 }, "end": { - "line": 788, + "line": 795, "column": 33 }, "identifierName": "mediaElement" @@ -171922,15 +173368,15 @@ }, "property": { "type": "Identifier", - "start": 31172, - "end": 31188, + "start": 31690, + "end": 31706, "loc": { "start": { - "line": 788, + "line": 795, "column": 34 }, "end": { - "line": 788, + "line": 795, "column": 50 }, "identifierName": "addEventListener" @@ -171942,29 +173388,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31189, - "end": 31216, + "start": 31707, + "end": 31734, "loc": { "start": { - "line": 788, + "line": 795, "column": 51 }, "end": { - "line": 788, + "line": 795, "column": 78 } }, "object": { "type": "Identifier", - "start": 31189, - "end": 31194, + "start": 31707, + "end": 31712, "loc": { "start": { - "line": 788, + "line": 795, "column": 51 }, "end": { - "line": 788, + "line": 795, "column": 56 }, "identifierName": "Event" @@ -171973,15 +173419,15 @@ }, "property": { "type": "Identifier", - "start": 31195, - "end": 31216, + "start": 31713, + "end": 31734, "loc": { "start": { - "line": 788, + "line": 795, "column": 57 }, "end": { - "line": 788, + "line": 795, "column": 78 }, "identifierName": "ENTERPICTUREINPICTURE" @@ -171992,44 +173438,44 @@ }, { "type": "MemberExpression", - "start": 31238, - "end": 31260, + "start": 31756, + "end": 31778, "loc": { "start": { - "line": 789, + "line": 796, "column": 20 }, "end": { - "line": 789, + "line": 796, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31238, - "end": 31242, + "start": 31756, + "end": 31760, "loc": { "start": { - "line": 789, + "line": 796, "column": 20 }, "end": { - "line": 789, + "line": 796, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31243, - "end": 31260, + "start": 31761, + "end": 31778, "loc": { "start": { - "line": 789, + "line": 796, "column": 25 }, "end": { - "line": 789, + "line": 796, "column": 42 }, "identifierName": "onEnterPiPHandler" @@ -172043,86 +173489,86 @@ }, { "type": "ExpressionStatement", - "start": 31279, - "end": 31387, + "start": 31797, + "end": 31905, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 791, + "line": 798, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 31279, - "end": 31386, + "start": 31797, + "end": 31904, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 791, + "line": 798, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 31279, - "end": 31313, + "start": 31797, + "end": 31831, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 790, + "line": 797, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 31279, - "end": 31296, + "start": 31797, + "end": 31814, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 790, + "line": 797, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31279, - "end": 31283, + "start": 31797, + "end": 31801, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 790, + "line": 797, "column": 20 } } }, "property": { "type": "Identifier", - "start": 31284, - "end": 31296, + "start": 31802, + "end": 31814, "loc": { "start": { - "line": 790, + "line": 797, "column": 21 }, "end": { - "line": 790, + "line": 797, "column": 33 }, "identifierName": "mediaElement" @@ -172133,15 +173579,15 @@ }, "property": { "type": "Identifier", - "start": 31297, - "end": 31313, + "start": 31815, + "end": 31831, "loc": { "start": { - "line": 790, + "line": 797, "column": 34 }, "end": { - "line": 790, + "line": 797, "column": 50 }, "identifierName": "addEventListener" @@ -172153,29 +173599,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31314, - "end": 31341, + "start": 31832, + "end": 31859, "loc": { "start": { - "line": 790, + "line": 797, "column": 51 }, "end": { - "line": 790, + "line": 797, "column": 78 } }, "object": { "type": "Identifier", - "start": 31314, - "end": 31319, + "start": 31832, + "end": 31837, "loc": { "start": { - "line": 790, + "line": 797, "column": 51 }, "end": { - "line": 790, + "line": 797, "column": 56 }, "identifierName": "Event" @@ -172184,15 +173630,15 @@ }, "property": { "type": "Identifier", - "start": 31320, - "end": 31341, + "start": 31838, + "end": 31859, "loc": { "start": { - "line": 790, + "line": 797, "column": 57 }, "end": { - "line": 790, + "line": 797, "column": 78 }, "identifierName": "LEAVEPICTUREINPICTURE" @@ -172203,44 +173649,44 @@ }, { "type": "MemberExpression", - "start": 31363, - "end": 31385, + "start": 31881, + "end": 31903, "loc": { "start": { - "line": 791, + "line": 798, "column": 20 }, "end": { - "line": 791, + "line": 798, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 31363, - "end": 31367, + "start": 31881, + "end": 31885, "loc": { "start": { - "line": 791, + "line": 798, "column": 20 }, "end": { - "line": 791, + "line": 798, "column": 24 } } }, "property": { "type": "Identifier", - "start": 31368, - "end": 31385, + "start": 31886, + "end": 31903, "loc": { "start": { - "line": 791, + "line": 798, "column": 25 }, "end": { - "line": 791, + "line": 798, "column": 42 }, "identifierName": "onLeavePiPHandler" @@ -172261,15 +173707,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30665, - "end": 30686, + "start": 31183, + "end": 31204, "loc": { "start": { - "line": 778, + "line": 785, "column": 12 }, "end": { - "line": 778, + "line": 785, "column": 33 } } @@ -172279,15 +173725,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31414, - "end": 31428, + "start": 31932, + "end": 31946, "loc": { "start": { - "line": 793, + "line": 800, "column": 12 }, "end": { - "line": 793, + "line": 800, "column": 26 } } @@ -172296,57 +173742,57 @@ }, { "type": "ExpressionStatement", - "start": 31441, - "end": 31464, + "start": 31959, + "end": 31982, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 31441, - "end": 31463, + "start": 31959, + "end": 31981, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 31441, - "end": 31450, + "start": 31959, + "end": 31968, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 31441, - "end": 31445, + "start": 31959, + "end": 31963, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 16 } }, @@ -172354,15 +173800,15 @@ }, "property": { "type": "Identifier", - "start": 31446, - "end": 31450, + "start": 31964, + "end": 31968, "loc": { "start": { - "line": 794, + "line": 801, "column": 17 }, "end": { - "line": 794, + "line": 801, "column": 21 }, "identifierName": "load" @@ -172375,44 +173821,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 31451, - "end": 31462, + "start": 31969, + "end": 31980, "loc": { "start": { - "line": 794, + "line": 801, "column": 22 }, "end": { - "line": 794, + "line": 801, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31451, - "end": 31455, + "start": 31969, + "end": 31973, "loc": { "start": { - "line": 794, + "line": 801, "column": 22 }, "end": { - "line": 794, + "line": 801, "column": 26 } } }, "property": { "type": "Identifier", - "start": 31456, - "end": 31462, + "start": 31974, + "end": 31980, "loc": { "start": { - "line": 794, + "line": 801, "column": 27 }, "end": { - "line": 794, + "line": 801, "column": 33 }, "identifierName": "stream" @@ -172428,15 +173874,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31414, - "end": 31428, + "start": 31932, + "end": 31946, "loc": { "start": { - "line": 793, + "line": 800, "column": 12 }, "end": { - "line": 793, + "line": 800, "column": 26 } } @@ -172446,15 +173892,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31478, - "end": 31541, + "start": 31996, + "end": 32059, "loc": { "start": { - "line": 796, + "line": 803, "column": 12 }, "end": { - "line": 796, + "line": 803, "column": 75 } } @@ -172462,15 +173908,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31554, - "end": 31567, + "start": 32072, + "end": 32085, "loc": { "start": { - "line": 797, + "line": 804, "column": 12 }, "end": { - "line": 797, + "line": 804, "column": 25 } } @@ -172479,71 +173925,71 @@ }, { "type": "ExpressionStatement", - "start": 31580, - "end": 31813, + "start": 32098, + "end": 32331, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 804, + "line": 811, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 31580, - "end": 31812, + "start": 32098, + "end": 32330, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 804, + "line": 811, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 31580, - "end": 31595, + "start": 32098, + "end": 32113, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 798, + "line": 805, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 31580, - "end": 31591, + "start": 32098, + "end": 32109, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 798, + "line": 805, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31580, - "end": 31584, + "start": 32098, + "end": 32102, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 798, + "line": 805, "column": 16 } }, @@ -172551,15 +173997,15 @@ }, "property": { "type": "Identifier", - "start": 31585, - "end": 31591, + "start": 32103, + "end": 32109, "loc": { "start": { - "line": 798, + "line": 805, "column": 17 }, "end": { - "line": 798, + "line": 805, "column": 23 }, "identifierName": "player" @@ -172571,15 +174017,15 @@ }, "property": { "type": "Identifier", - "start": 31592, - "end": 31595, + "start": 32110, + "end": 32113, "loc": { "start": { - "line": 798, + "line": 805, "column": 24 }, "end": { - "line": 798, + "line": 805, "column": 27 }, "identifierName": "one" @@ -172592,29 +174038,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31596, - "end": 31616, + "start": 32114, + "end": 32134, "loc": { "start": { - "line": 798, + "line": 805, "column": 28 }, "end": { - "line": 798, + "line": 805, "column": 48 } }, "object": { "type": "Identifier", - "start": 31596, - "end": 31601, + "start": 32114, + "end": 32119, "loc": { "start": { - "line": 798, + "line": 805, "column": 28 }, "end": { - "line": 798, + "line": 805, "column": 33 }, "identifierName": "Event" @@ -172623,15 +174069,15 @@ }, "property": { "type": "Identifier", - "start": 31602, - "end": 31616, + "start": 32120, + "end": 32134, "loc": { "start": { - "line": 798, + "line": 805, "column": 34 }, "end": { - "line": 798, + "line": 805, "column": 48 }, "identifierName": "LOADEDMETADATA" @@ -172642,15 +174088,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 31618, - "end": 31811, + "start": 32136, + "end": 32329, "loc": { "start": { - "line": 798, + "line": 805, "column": 50 }, "end": { - "line": 804, + "line": 811, "column": 13 } }, @@ -172661,86 +174107,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 31624, - "end": 31811, + "start": 32142, + "end": 32329, "loc": { "start": { - "line": 798, + "line": 805, "column": 56 }, "end": { - "line": 804, + "line": 811, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 31674, - "end": 31699, + "start": 32192, + "end": 32217, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 31674, - "end": 31698, + "start": 32192, + "end": 32216, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 31674, - "end": 31696, + "start": 32192, + "end": 32214, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 31674, - "end": 31691, + "start": 32192, + "end": 32209, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 31674, - "end": 31678, + "start": 32192, + "end": 32196, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 20 } }, @@ -172748,15 +174194,15 @@ }, "property": { "type": "Identifier", - "start": 31679, - "end": 31691, + "start": 32197, + "end": 32209, "loc": { "start": { - "line": 800, + "line": 807, "column": 21 }, "end": { - "line": 800, + "line": 807, "column": 33 }, "identifierName": "mediaElement" @@ -172768,15 +174214,15 @@ }, "property": { "type": "Identifier", - "start": 31692, - "end": 31696, + "start": 32210, + "end": 32214, "loc": { "start": { - "line": 800, + "line": 807, "column": 34 }, "end": { - "line": 800, + "line": 807, "column": 38 }, "identifierName": "play" @@ -172793,15 +174239,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 31642, - "end": 31657, + "start": 32160, + "end": 32175, "loc": { "start": { - "line": 799, + "line": 806, "column": 16 }, "end": { - "line": 799, + "line": 806, "column": 31 } } @@ -172811,15 +174257,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31717, - "end": 31740, + "start": 32235, + "end": 32258, "loc": { "start": { - "line": 802, + "line": 809, "column": 16 }, "end": { - "line": 802, + "line": 809, "column": 39 } } @@ -172828,71 +174274,71 @@ }, { "type": "ExpressionStatement", - "start": 31757, - "end": 31797, + "start": 32275, + "end": 32315, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 31757, - "end": 31796, + "start": 32275, + "end": 32314, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 31757, - "end": 31776, + "start": 32275, + "end": 32294, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 31757, - "end": 31768, + "start": 32275, + "end": 32286, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 31757, - "end": 31761, + "start": 32275, + "end": 32279, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 20 } }, @@ -172900,15 +174346,15 @@ }, "property": { "type": "Identifier", - "start": 31762, - "end": 31768, + "start": 32280, + "end": 32286, "loc": { "start": { - "line": 803, + "line": 810, "column": 21 }, "end": { - "line": 803, + "line": 810, "column": 27 }, "identifierName": "player" @@ -172920,15 +174366,15 @@ }, "property": { "type": "Identifier", - "start": 31769, - "end": 31776, + "start": 32287, + "end": 32294, "loc": { "start": { - "line": 803, + "line": 810, "column": 28 }, "end": { - "line": 803, + "line": 810, "column": 35 }, "identifierName": "trigger" @@ -172941,29 +174387,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31777, - "end": 31795, + "start": 32295, + "end": 32313, "loc": { "start": { - "line": 803, + "line": 810, "column": 36 }, "end": { - "line": 803, + "line": 810, "column": 54 } }, "object": { "type": "Identifier", - "start": 31777, - "end": 31782, + "start": 32295, + "end": 32300, "loc": { "start": { - "line": 803, + "line": 810, "column": 36 }, "end": { - "line": 803, + "line": 810, "column": 41 }, "identifierName": "Event" @@ -172972,15 +174418,15 @@ }, "property": { "type": "Identifier", - "start": 31783, - "end": 31795, + "start": 32301, + "end": 32313, "loc": { "start": { - "line": 803, + "line": 810, "column": 42 }, "end": { - "line": 803, + "line": 810, "column": 54 }, "identifierName": "DEVICE_READY" @@ -172996,15 +174442,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31717, - "end": 31740, + "start": 32235, + "end": 32258, "loc": { "start": { - "line": 802, + "line": 809, "column": 16 }, "end": { - "line": 802, + "line": 809, "column": 39 } } @@ -173022,15 +174468,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31478, - "end": 31541, + "start": 31996, + "end": 32059, "loc": { "start": { - "line": 796, + "line": 803, "column": 12 }, "end": { - "line": 796, + "line": 803, "column": 75 } } @@ -173038,15 +174484,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31554, - "end": 31567, + "start": 32072, + "end": 32085, "loc": { "start": { - "line": 797, + "line": 804, "column": 12 }, "end": { - "line": 797, + "line": 804, "column": 25 } } @@ -173058,86 +174504,86 @@ }, "alternate": { "type": "BlockStatement", - "start": 31829, - "end": 31929, + "start": 32347, + "end": 32447, "loc": { "start": { - "line": 805, + "line": 812, "column": 15 }, "end": { - "line": 808, + "line": 815, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 31879, - "end": 31919, + "start": 32397, + "end": 32437, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 31879, - "end": 31918, + "start": 32397, + "end": 32436, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 31879, - "end": 31898, + "start": 32397, + "end": 32416, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 31879, - "end": 31890, + "start": 32397, + "end": 32408, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 31879, - "end": 31883, + "start": 32397, + "end": 32401, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 16 } }, @@ -173145,15 +174591,15 @@ }, "property": { "type": "Identifier", - "start": 31884, - "end": 31890, + "start": 32402, + "end": 32408, "loc": { "start": { - "line": 807, + "line": 814, "column": 17 }, "end": { - "line": 807, + "line": 814, "column": 23 }, "identifierName": "player" @@ -173165,15 +174611,15 @@ }, "property": { "type": "Identifier", - "start": 31891, - "end": 31898, + "start": 32409, + "end": 32416, "loc": { "start": { - "line": 807, + "line": 814, "column": 24 }, "end": { - "line": 807, + "line": 814, "column": 31 }, "identifierName": "trigger" @@ -173186,29 +174632,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 31899, - "end": 31917, + "start": 32417, + "end": 32435, "loc": { "start": { - "line": 807, + "line": 814, "column": 32 }, "end": { - "line": 807, + "line": 814, "column": 50 } }, "object": { "type": "Identifier", - "start": 31899, - "end": 31904, + "start": 32417, + "end": 32422, "loc": { "start": { - "line": 807, + "line": 814, "column": 32 }, "end": { - "line": 807, + "line": 814, "column": 37 }, "identifierName": "Event" @@ -173217,15 +174663,15 @@ }, "property": { "type": "Identifier", - "start": 31905, - "end": 31917, + "start": 32423, + "end": 32435, "loc": { "start": { - "line": 807, + "line": 814, "column": 38 }, "end": { - "line": 807, + "line": 814, "column": 50 }, "identifierName": "DEVICE_READY" @@ -173241,15 +174687,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31843, - "end": 31866, + "start": 32361, + "end": 32384, "loc": { "start": { - "line": 806, + "line": 813, "column": 12 }, "end": { - "line": 806, + "line": 813, "column": 35 } } @@ -173263,15 +174709,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30244, - "end": 30260, + "start": 30762, + "end": 30778, "loc": { "start": { - "line": 766, + "line": 773, "column": 8 }, "end": { - "line": 766, + "line": 773, "column": 24 } } @@ -173286,15 +174732,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 24072, - "end": 24221, + "start": 24527, + "end": 24676, "loc": { "start": { - "line": 606, + "line": 612, "column": 4 }, "end": { - "line": 611, + "line": 617, "column": 7 } } @@ -173304,15 +174750,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31941, - "end": 32084, + "start": 32459, + "end": 32602, "loc": { "start": { - "line": 811, + "line": 818, "column": 4 }, "end": { - "line": 816, + "line": 823, "column": 7 } } @@ -173321,15 +174767,15 @@ }, { "type": "ClassMethod", - "start": 32089, - "end": 32365, + "start": 32607, + "end": 32883, "loc": { "start": { - "line": 817, + "line": 824, "column": 4 }, "end": { - "line": 827, + "line": 834, "column": 5 } }, @@ -173337,15 +174783,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 32089, - "end": 32102, + "start": 32607, + "end": 32620, "loc": { "start": { - "line": 817, + "line": 824, "column": 4 }, "end": { - "line": 817, + "line": 824, "column": 17 }, "identifierName": "onDeviceError" @@ -173361,15 +174807,15 @@ "params": [ { "type": "Identifier", - "start": 32103, - "end": 32107, + "start": 32621, + "end": 32625, "loc": { "start": { - "line": 817, + "line": 824, "column": 18 }, "end": { - "line": 817, + "line": 824, "column": 22 }, "identifierName": "code" @@ -173379,88 +174825,88 @@ ], "body": { "type": "BlockStatement", - "start": 32109, - "end": 32365, + "start": 32627, + "end": 32883, "loc": { "start": { - "line": 817, + "line": 824, "column": 24 }, "end": { - "line": 827, + "line": 834, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 32119, - "end": 32146, + "start": 32637, + "end": 32664, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 32119, - "end": 32145, + "start": 32637, + "end": 32663, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32119, - "end": 32137, + "start": 32637, + "end": 32655, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 32119, - "end": 32123, + "start": 32637, + "end": 32641, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 12 } } }, "property": { "type": "Identifier", - "start": 32124, - "end": 32137, + "start": 32642, + "end": 32655, "loc": { "start": { - "line": 818, + "line": 825, "column": 13 }, "end": { - "line": 818, + "line": 825, "column": 26 }, "identifierName": "_deviceActive" @@ -173471,15 +174917,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32140, - "end": 32145, + "start": 32658, + "end": 32663, "loc": { "start": { - "line": 818, + "line": 825, "column": 29 }, "end": { - "line": 818, + "line": 825, "column": 34 } }, @@ -173489,29 +174935,29 @@ }, { "type": "IfStatement", - "start": 32156, - "end": 32359, + "start": 32674, + "end": 32877, "loc": { "start": { - "line": 820, + "line": 827, "column": 8 }, "end": { - "line": 826, + "line": 833, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 32160, - "end": 32179, + "start": 32678, + "end": 32697, "loc": { "start": { - "line": 820, + "line": 827, "column": 12 }, "end": { - "line": 820, + "line": 827, "column": 31 } }, @@ -173519,58 +174965,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 32161, - "end": 32179, + "start": 32679, + "end": 32697, "loc": { "start": { - "line": 820, + "line": 827, "column": 13 }, "end": { - "line": 820, + "line": 827, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 32161, - "end": 32177, + "start": 32679, + "end": 32695, "loc": { "start": { - "line": 820, + "line": 827, "column": 13 }, "end": { - "line": 820, + "line": 827, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 32161, - "end": 32165, + "start": 32679, + "end": 32683, "loc": { "start": { - "line": 820, + "line": 827, "column": 13 }, "end": { - "line": 820, + "line": 827, "column": 17 } } }, "property": { "type": "Identifier", - "start": 32166, - "end": 32177, + "start": 32684, + "end": 32695, "loc": { "start": { - "line": 820, + "line": 827, "column": 18 }, "end": { - "line": 820, + "line": 827, "column": 29 }, "identifierName": "isDestroyed" @@ -173587,87 +175033,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 32181, - "end": 32359, + "start": 32699, + "end": 32877, "loc": { "start": { - "line": 820, + "line": 827, "column": 33 }, "end": { - "line": 826, + "line": 833, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 32221, - "end": 32256, + "start": 32739, + "end": 32774, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 32221, - "end": 32255, + "start": 32739, + "end": 32773, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32221, - "end": 32248, + "start": 32739, + "end": 32766, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 32221, - "end": 32232, + "start": 32739, + "end": 32750, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 32221, - "end": 32225, + "start": 32739, + "end": 32743, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 16 } }, @@ -173675,15 +175121,15 @@ }, "property": { "type": "Identifier", - "start": 32226, - "end": 32232, + "start": 32744, + "end": 32750, "loc": { "start": { - "line": 822, + "line": 829, "column": 17 }, "end": { - "line": 822, + "line": 829, "column": 23 }, "identifierName": "player" @@ -173695,15 +175141,15 @@ }, "property": { "type": "Identifier", - "start": 32233, - "end": 32248, + "start": 32751, + "end": 32766, "loc": { "start": { - "line": 822, + "line": 829, "column": 24 }, "end": { - "line": 822, + "line": 829, "column": 39 }, "identifierName": "deviceErrorCode" @@ -173715,15 +175161,15 @@ }, "right": { "type": "Identifier", - "start": 32251, - "end": 32255, + "start": 32769, + "end": 32773, "loc": { "start": { - "line": 822, + "line": 829, "column": 42 }, "end": { - "line": 822, + "line": 829, "column": 46 }, "identifierName": "code" @@ -173736,15 +175182,15 @@ { "type": "CommentLine", "value": " store code", - "start": 32195, - "end": 32208, + "start": 32713, + "end": 32726, "loc": { "start": { - "line": 821, + "line": 828, "column": 12 }, "end": { - "line": 821, + "line": 828, "column": 25 } } @@ -173754,15 +175200,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32270, - "end": 32296, + "start": 32788, + "end": 32814, "loc": { "start": { - "line": 824, + "line": 831, "column": 12 }, "end": { - "line": 824, + "line": 831, "column": 38 } } @@ -173771,71 +175217,71 @@ }, { "type": "ExpressionStatement", - "start": 32309, - "end": 32349, + "start": 32827, + "end": 32867, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 32309, - "end": 32348, + "start": 32827, + "end": 32866, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 32309, - "end": 32328, + "start": 32827, + "end": 32846, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 32309, - "end": 32320, + "start": 32827, + "end": 32838, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 32309, - "end": 32313, + "start": 32827, + "end": 32831, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 16 } }, @@ -173843,15 +175289,15 @@ }, "property": { "type": "Identifier", - "start": 32314, - "end": 32320, + "start": 32832, + "end": 32838, "loc": { "start": { - "line": 825, + "line": 832, "column": 17 }, "end": { - "line": 825, + "line": 832, "column": 23 }, "identifierName": "player" @@ -173863,15 +175309,15 @@ }, "property": { "type": "Identifier", - "start": 32321, - "end": 32328, + "start": 32839, + "end": 32846, "loc": { "start": { - "line": 825, + "line": 832, "column": 24 }, "end": { - "line": 825, + "line": 832, "column": 31 }, "identifierName": "trigger" @@ -173884,29 +175330,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 32329, - "end": 32347, + "start": 32847, + "end": 32865, "loc": { "start": { - "line": 825, + "line": 832, "column": 32 }, "end": { - "line": 825, + "line": 832, "column": 50 } }, "object": { "type": "Identifier", - "start": 32329, - "end": 32334, + "start": 32847, + "end": 32852, "loc": { "start": { - "line": 825, + "line": 832, "column": 32 }, "end": { - "line": 825, + "line": 832, "column": 37 }, "identifierName": "Event" @@ -173915,15 +175361,15 @@ }, "property": { "type": "Identifier", - "start": 32335, - "end": 32347, + "start": 32853, + "end": 32865, "loc": { "start": { - "line": 825, + "line": 832, "column": 38 }, "end": { - "line": 825, + "line": 832, "column": 50 }, "identifierName": "DEVICE_ERROR" @@ -173939,15 +175385,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32270, - "end": 32296, + "start": 32788, + "end": 32814, "loc": { "start": { - "line": 824, + "line": 831, "column": 12 }, "end": { - "line": 824, + "line": 831, "column": 38 } } @@ -173967,15 +175413,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31941, - "end": 32084, + "start": 32459, + "end": 32602, "loc": { "start": { - "line": 811, + "line": 818, "column": 4 }, "end": { - "line": 816, + "line": 823, "column": 7 } } @@ -173985,15 +175431,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32371, - "end": 32406, + "start": 32889, + "end": 32924, "loc": { "start": { - "line": 829, + "line": 836, "column": 4 }, "end": { - "line": 831, + "line": 838, "column": 7 } } @@ -174002,15 +175448,15 @@ }, { "type": "ClassMethod", - "start": 32411, - "end": 35755, + "start": 32929, + "end": 36273, "loc": { "start": { - "line": 832, + "line": 839, "column": 4 }, "end": { - "line": 924, + "line": 931, "column": 5 } }, @@ -174018,15 +175464,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 32411, - "end": 32416, + "start": 32929, + "end": 32934, "loc": { "start": { - "line": 832, + "line": 839, "column": 4 }, "end": { - "line": 832, + "line": 839, "column": 9 }, "identifierName": "start" @@ -174042,44 +175488,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 32419, - "end": 35755, + "start": 32937, + "end": 36273, "loc": { "start": { - "line": 832, + "line": 839, "column": 12 }, "end": { - "line": 924, + "line": 931, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 32429, - "end": 35749, + "start": 32947, + "end": 36267, "loc": { "start": { - "line": 833, + "line": 840, "column": 8 }, "end": { - "line": 923, + "line": 930, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 32433, - "end": 32453, + "start": 32951, + "end": 32971, "loc": { "start": { - "line": 833, + "line": 840, "column": 12 }, "end": { - "line": 833, + "line": 840, "column": 32 } }, @@ -174087,58 +175533,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 32434, - "end": 32453, + "start": 32952, + "end": 32971, "loc": { "start": { - "line": 833, + "line": 840, "column": 13 }, "end": { - "line": 833, + "line": 840, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 32434, - "end": 32451, + "start": 32952, + "end": 32969, "loc": { "start": { - "line": 833, + "line": 840, "column": 13 }, "end": { - "line": 833, + "line": 840, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 32434, - "end": 32438, + "start": 32952, + "end": 32956, "loc": { "start": { - "line": 833, + "line": 840, "column": 13 }, "end": { - "line": 833, + "line": 840, "column": 17 } } }, "property": { "type": "Identifier", - "start": 32439, - "end": 32451, + "start": 32957, + "end": 32969, "loc": { "start": { - "line": 833, + "line": 840, "column": 18 }, "end": { - "line": 833, + "line": 840, "column": 30 }, "identifierName": "isProcessing" @@ -174155,72 +175601,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 32455, - "end": 35749, + "start": 32973, + "end": 36267, "loc": { "start": { - "line": 833, + "line": 840, "column": 34 }, "end": { - "line": 923, + "line": 930, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 32551, - "end": 32718, + "start": 33069, + "end": 33236, "loc": { "start": { - "line": 835, + "line": 842, "column": 12 }, "end": { - "line": 839, + "line": 846, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 32555, - "end": 32598, + "start": 33073, + "end": 33116, "loc": { "start": { - "line": 835, + "line": 842, "column": 16 }, "end": { - "line": 835, + "line": 842, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 32555, - "end": 32566, + "start": 33073, + "end": 33084, "loc": { "start": { - "line": 835, + "line": 842, "column": 16 }, "end": { - "line": 835, + "line": 842, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32555, - "end": 32559, + "start": 33073, + "end": 33077, "loc": { "start": { - "line": 835, + "line": 842, "column": 16 }, "end": { - "line": 835, + "line": 842, "column": 20 } }, @@ -174228,15 +175674,15 @@ }, "property": { "type": "Identifier", - "start": 32560, - "end": 32566, + "start": 33078, + "end": 33084, "loc": { "start": { - "line": 835, + "line": 842, "column": 21 }, "end": { - "line": 835, + "line": 842, "column": 27 }, "identifierName": "stream" @@ -174249,72 +175695,72 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 32570, - "end": 32598, + "start": 33088, + "end": 33116, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 32570, - "end": 32588, + "start": 33088, + "end": 33106, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32570, - "end": 32581, + "start": 33088, + "end": 33099, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 32570, - "end": 32574, + "start": 33088, + "end": 33092, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 35 } } }, "property": { "type": "Identifier", - "start": 32575, - "end": 32581, + "start": 33093, + "end": 33099, "loc": { "start": { - "line": 835, + "line": 842, "column": 36 }, "end": { - "line": 835, + "line": 842, "column": 42 }, "identifierName": "stream" @@ -174325,15 +175771,15 @@ }, "property": { "type": "Identifier", - "start": 32582, - "end": 32588, + "start": 33100, + "end": 33106, "loc": { "start": { - "line": 835, + "line": 842, "column": 43 }, "end": { - "line": 835, + "line": 842, "column": 49 }, "identifierName": "active" @@ -174345,15 +175791,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 32593, - "end": 32598, + "start": 33111, + "end": 33116, "loc": { "start": { - "line": 835, + "line": 842, "column": 54 }, "end": { - "line": 835, + "line": 842, "column": 59 } }, @@ -174364,72 +175810,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 32600, - "end": 32718, + "start": 33118, + "end": 33236, "loc": { "start": { - "line": 835, + "line": 842, "column": 61 }, "end": { - "line": 839, + "line": 846, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 32663, - "end": 32680, + "start": 33181, + "end": 33198, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 32663, - "end": 32679, + "start": 33181, + "end": 33197, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 32663, - "end": 32677, + "start": 33181, + "end": 33195, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 32663, - "end": 32667, + "start": 33181, + "end": 33185, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 20 } }, @@ -174437,15 +175883,15 @@ }, "property": { "type": "Identifier", - "start": 32668, - "end": 32677, + "start": 33186, + "end": 33195, "loc": { "start": { - "line": 837, + "line": 844, "column": 21 }, "end": { - "line": 837, + "line": 844, "column": 30 }, "identifierName": "getDevice" @@ -174462,15 +175908,15 @@ { "type": "CommentLine", "value": " ask for permissions again", - "start": 32618, - "end": 32646, + "start": 33136, + "end": 33164, "loc": { "start": { - "line": 836, + "line": 843, "column": 16 }, "end": { - "line": 836, + "line": 843, "column": 44 } } @@ -174479,15 +175925,15 @@ }, { "type": "ReturnStatement", - "start": 32697, - "end": 32704, + "start": 33215, + "end": 33222, "loc": { "start": { - "line": 838, + "line": 845, "column": 16 }, "end": { - "line": 838, + "line": 845, "column": 23 } }, @@ -174501,15 +175947,15 @@ { "type": "CommentLine", "value": " check if user didn't revoke permissions after a previous recording", - "start": 32469, - "end": 32538, + "start": 32987, + "end": 33056, "loc": { "start": { - "line": 834, + "line": 841, "column": 12 }, "end": { - "line": 834, + "line": 841, "column": 81 } } @@ -174518,73 +175964,73 @@ }, { "type": "ExpressionStatement", - "start": 32731, - "end": 32754, + "start": 33249, + "end": 33272, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 32731, - "end": 32753, + "start": 33249, + "end": 33271, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 32731, - "end": 32746, + "start": 33249, + "end": 33264, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32731, - "end": 32735, + "start": 33249, + "end": 33253, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 16 } } }, "property": { "type": "Identifier", - "start": 32736, - "end": 32746, + "start": 33254, + "end": 33264, "loc": { "start": { - "line": 840, + "line": 847, "column": 17 }, "end": { - "line": 840, + "line": 847, "column": 27 }, "identifierName": "_recording" @@ -174595,15 +176041,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 32749, - "end": 32753, + "start": 33267, + "end": 33271, "loc": { "start": { - "line": 840, + "line": 847, "column": 30 }, "end": { - "line": 840, + "line": 847, "column": 34 } }, @@ -174614,15 +176060,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32768, - "end": 32794, + "start": 33286, + "end": 33312, "loc": { "start": { - "line": 842, + "line": 849, "column": 12 }, "end": { - "line": 842, + "line": 849, "column": 38 } } @@ -174631,85 +176077,85 @@ }, { "type": "IfStatement", - "start": 32807, - "end": 32933, + "start": 33325, + "end": 33451, "loc": { "start": { - "line": 843, + "line": 850, "column": 12 }, "end": { - "line": 845, + "line": 852, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 32811, - "end": 32858, + "start": 33329, + "end": 33376, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 32811, - "end": 32844, + "start": 33329, + "end": 33362, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32811, - "end": 32833, + "start": 33329, + "end": 33351, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32811, - "end": 32822, + "start": 33329, + "end": 33340, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32811, - "end": 32815, + "start": 33329, + "end": 33333, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 20 } }, @@ -174717,15 +176163,15 @@ }, "property": { "type": "Identifier", - "start": 32816, - "end": 32822, + "start": 33334, + "end": 33340, "loc": { "start": { - "line": 843, + "line": 850, "column": 21 }, "end": { - "line": 843, + "line": 850, "column": 27 }, "identifierName": "player" @@ -174737,15 +176183,15 @@ }, "property": { "type": "Identifier", - "start": 32823, - "end": 32833, + "start": 33341, + "end": 33351, "loc": { "start": { - "line": 843, + "line": 850, "column": 28 }, "end": { - "line": 843, + "line": 850, "column": 38 }, "identifierName": "controlBar" @@ -174757,15 +176203,15 @@ }, "property": { "type": "Identifier", - "start": 32834, - "end": 32844, + "start": 33352, + "end": 33362, "loc": { "start": { - "line": 843, + "line": 850, "column": 39 }, "end": { - "line": 843, + "line": 850, "column": 49 }, "identifierName": "playToggle" @@ -174778,15 +176224,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 32849, - "end": 32858, + "start": 33367, + "end": 33376, "loc": { "start": { - "line": 843, + "line": 850, "column": 54 }, "end": { - "line": 843, + "line": 850, "column": 63 }, "identifierName": "undefined" @@ -174797,129 +176243,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 32860, - "end": 32933, + "start": 33378, + "end": 33451, "loc": { "start": { - "line": 843, + "line": 850, "column": 65 }, "end": { - "line": 845, + "line": 852, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 32878, - "end": 32919, + "start": 33396, + "end": 33437, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 32878, - "end": 32918, + "start": 33396, + "end": 33436, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 32878, - "end": 32916, + "start": 33396, + "end": 33434, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 32878, - "end": 32911, + "start": 33396, + "end": 33429, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 32878, - "end": 32900, + "start": 33396, + "end": 33418, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 32878, - "end": 32889, + "start": 33396, + "end": 33407, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 32878, - "end": 32882, + "start": 33396, + "end": 33400, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 20 } } }, "property": { "type": "Identifier", - "start": 32883, - "end": 32889, + "start": 33401, + "end": 33407, "loc": { "start": { - "line": 844, + "line": 851, "column": 21 }, "end": { - "line": 844, + "line": 851, "column": 27 }, "identifierName": "player" @@ -174930,15 +176376,15 @@ }, "property": { "type": "Identifier", - "start": 32890, - "end": 32900, + "start": 33408, + "end": 33418, "loc": { "start": { - "line": 844, + "line": 851, "column": 28 }, "end": { - "line": 844, + "line": 851, "column": 38 }, "identifierName": "controlBar" @@ -174949,15 +176395,15 @@ }, "property": { "type": "Identifier", - "start": 32901, - "end": 32911, + "start": 33419, + "end": 33429, "loc": { "start": { - "line": 844, + "line": 851, "column": 39 }, "end": { - "line": 844, + "line": 851, "column": 49 }, "identifierName": "playToggle" @@ -174968,15 +176414,15 @@ }, "property": { "type": "Identifier", - "start": 32912, - "end": 32916, + "start": 33430, + "end": 33434, "loc": { "start": { - "line": 844, + "line": 851, "column": 50 }, "end": { - "line": 844, + "line": 851, "column": 54 }, "identifierName": "hide" @@ -174997,15 +176443,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32768, - "end": 32794, + "start": 33286, + "end": 33312, "loc": { "start": { - "line": 842, + "line": 849, "column": 12 }, "end": { - "line": 842, + "line": 849, "column": 38 } } @@ -175015,15 +176461,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32947, - "end": 32974, + "start": 33465, + "end": 33492, "loc": { "start": { - "line": 847, + "line": 854, "column": 12 }, "end": { - "line": 847, + "line": 854, "column": 39 } } @@ -175032,57 +176478,57 @@ }, { "type": "ExpressionStatement", - "start": 32987, - "end": 33052, + "start": 33505, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 32987, - "end": 33051, + "start": 33505, + "end": 33569, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 32987, - "end": 32995, + "start": 33505, + "end": 33513, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 32987, - "end": 32991, + "start": 33505, + "end": 33509, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 16 } }, @@ -175090,15 +176536,15 @@ }, "property": { "type": "Identifier", - "start": 32992, - "end": 32995, + "start": 33510, + "end": 33513, "loc": { "start": { - "line": 848, + "line": 855, "column": 17 }, "end": { - "line": 848, + "line": 855, "column": 20 }, "identifierName": "off" @@ -175111,44 +176557,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 32996, - "end": 33007, + "start": 33514, + "end": 33525, "loc": { "start": { - "line": 848, + "line": 855, "column": 21 }, "end": { - "line": 848, + "line": 855, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 32996, - "end": 33000, + "start": 33514, + "end": 33518, "loc": { "start": { - "line": 848, + "line": 855, "column": 21 }, "end": { - "line": 848, + "line": 855, "column": 25 } } }, "property": { "type": "Identifier", - "start": 33001, - "end": 33007, + "start": 33519, + "end": 33525, "loc": { "start": { - "line": 848, + "line": 855, "column": 26 }, "end": { - "line": 848, + "line": 855, "column": 32 }, "identifierName": "player" @@ -175159,29 +176605,29 @@ }, { "type": "MemberExpression", - "start": 33009, - "end": 33025, + "start": 33527, + "end": 33543, "loc": { "start": { - "line": 848, + "line": 855, "column": 34 }, "end": { - "line": 848, + "line": 855, "column": 50 } }, "object": { "type": "Identifier", - "start": 33009, - "end": 33014, + "start": 33527, + "end": 33532, "loc": { "start": { - "line": 848, + "line": 855, "column": 34 }, "end": { - "line": 848, + "line": 855, "column": 39 }, "identifierName": "Event" @@ -175190,15 +176636,15 @@ }, "property": { "type": "Identifier", - "start": 33015, - "end": 33025, + "start": 33533, + "end": 33543, "loc": { "start": { - "line": 848, + "line": 855, "column": 40 }, "end": { - "line": 848, + "line": 855, "column": 50 }, "identifierName": "TIMEUPDATE" @@ -175209,44 +176655,44 @@ }, { "type": "MemberExpression", - "start": 33027, - "end": 33050, + "start": 33545, + "end": 33568, "loc": { "start": { - "line": 848, + "line": 855, "column": 52 }, "end": { - "line": 848, + "line": 855, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 33027, - "end": 33031, + "start": 33545, + "end": 33549, "loc": { "start": { - "line": 848, + "line": 855, "column": 52 }, "end": { - "line": 848, + "line": 855, "column": 56 } } }, "property": { "type": "Identifier", - "start": 33032, - "end": 33050, + "start": 33550, + "end": 33568, "loc": { "start": { - "line": 848, + "line": 855, "column": 57 }, "end": { - "line": 848, + "line": 855, "column": 75 }, "identifierName": "playbackTimeUpdate" @@ -175262,15 +176708,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32947, - "end": 32974, + "start": 33465, + "end": 33492, "loc": { "start": { - "line": 847, + "line": 854, "column": 12 }, "end": { - "line": 847, + "line": 854, "column": 39 } } @@ -175279,72 +176725,72 @@ }, { "type": "ExpressionStatement", - "start": 33065, - "end": 33125, + "start": 33583, + "end": 33643, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 33065, - "end": 33124, + "start": 33583, + "end": 33642, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 33065, - "end": 33073, + "start": 33583, + "end": 33591, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 33065, - "end": 33069, + "start": 33583, + "end": 33587, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 16 } } }, "property": { "type": "Identifier", - "start": 33070, - "end": 33073, + "start": 33588, + "end": 33591, "loc": { "start": { - "line": 849, + "line": 856, "column": 17 }, "end": { - "line": 849, + "line": 856, "column": 20 }, "identifierName": "off" @@ -175356,44 +176802,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 33074, - "end": 33085, + "start": 33592, + "end": 33603, "loc": { "start": { - "line": 849, + "line": 856, "column": 21 }, "end": { - "line": 849, + "line": 856, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 33074, - "end": 33078, + "start": 33592, + "end": 33596, "loc": { "start": { - "line": 849, + "line": 856, "column": 21 }, "end": { - "line": 849, + "line": 856, "column": 25 } } }, "property": { "type": "Identifier", - "start": 33079, - "end": 33085, + "start": 33597, + "end": 33603, "loc": { "start": { - "line": 849, + "line": 856, "column": 26 }, "end": { - "line": 849, + "line": 856, "column": 32 }, "identifierName": "player" @@ -175404,29 +176850,29 @@ }, { "type": "MemberExpression", - "start": 33087, - "end": 33098, + "start": 33605, + "end": 33616, "loc": { "start": { - "line": 849, + "line": 856, "column": 34 }, "end": { - "line": 849, + "line": 856, "column": 45 } }, "object": { "type": "Identifier", - "start": 33087, - "end": 33092, + "start": 33605, + "end": 33610, "loc": { "start": { - "line": 849, + "line": 856, "column": 34 }, "end": { - "line": 849, + "line": 856, "column": 39 }, "identifierName": "Event" @@ -175435,15 +176881,15 @@ }, "property": { "type": "Identifier", - "start": 33093, - "end": 33098, + "start": 33611, + "end": 33616, "loc": { "start": { - "line": 849, + "line": 856, "column": 40 }, "end": { - "line": 849, + "line": 856, "column": 45 }, "identifierName": "ENDED" @@ -175454,44 +176900,44 @@ }, { "type": "MemberExpression", - "start": 33100, - "end": 33123, + "start": 33618, + "end": 33641, "loc": { "start": { - "line": 849, + "line": 856, "column": 47 }, "end": { - "line": 849, + "line": 856, "column": 70 } }, "object": { "type": "ThisExpression", - "start": 33100, - "end": 33104, + "start": 33618, + "end": 33622, "loc": { "start": { - "line": 849, + "line": 856, "column": 47 }, "end": { - "line": 849, + "line": 856, "column": 51 } } }, "property": { "type": "Identifier", - "start": 33105, - "end": 33123, + "start": 33623, + "end": 33641, "loc": { "start": { - "line": 849, + "line": 856, "column": 52 }, "end": { - "line": 849, + "line": 856, "column": 70 }, "identifierName": "playbackTimeUpdate" @@ -175506,15 +176952,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 33139, - "end": 33155, + "start": 33657, + "end": 33673, "loc": { "start": { - "line": 851, + "line": 858, "column": 12 }, "end": { - "line": 851, + "line": 858, "column": 28 } } @@ -175523,57 +176969,57 @@ }, { "type": "SwitchStatement", - "start": 33168, - "end": 34626, + "start": 33686, + "end": 35144, "loc": { "start": { - "line": 852, + "line": 859, "column": 12 }, "end": { - "line": 889, + "line": 896, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 33176, - "end": 33196, + "start": 33694, + "end": 33714, "loc": { "start": { - "line": 852, + "line": 859, "column": 20 }, "end": { - "line": 852, + "line": 859, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 33176, - "end": 33194, + "start": 33694, + "end": 33712, "loc": { "start": { - "line": 852, + "line": 859, "column": 20 }, "end": { - "line": 852, + "line": 859, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 33176, - "end": 33180, + "start": 33694, + "end": 33698, "loc": { "start": { - "line": 852, + "line": 859, "column": 20 }, "end": { - "line": 852, + "line": 859, "column": 24 } }, @@ -175581,15 +177027,15 @@ }, "property": { "type": "Identifier", - "start": 33181, - "end": 33194, + "start": 33699, + "end": 33712, "loc": { "start": { - "line": 852, + "line": 859, "column": 25 }, "end": { - "line": 852, + "line": 859, "column": 38 }, "identifierName": "getRecordType" @@ -175605,86 +177051,86 @@ "cases": [ { "type": "SwitchCase", - "start": 33216, - "end": 33601, + "start": 33734, + "end": 34119, "loc": { "start": { - "line": 853, + "line": 860, "column": 16 }, "end": { - "line": 861, + "line": 868, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33300, - "end": 33339, + "start": 33818, + "end": 33857, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 33300, - "end": 33338, + "start": 33818, + "end": 33856, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 33300, - "end": 33331, + "start": 33818, + "end": 33849, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 33300, - "end": 33311, + "start": 33818, + "end": 33829, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33300, - "end": 33304, + "start": 33818, + "end": 33822, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 24 } }, @@ -175692,15 +177138,15 @@ }, "property": { "type": "Identifier", - "start": 33305, - "end": 33311, + "start": 33823, + "end": 33829, "loc": { "start": { - "line": 855, + "line": 862, "column": 25 }, "end": { - "line": 855, + "line": 862, "column": 31 }, "identifierName": "surfer" @@ -175712,15 +177158,15 @@ }, "property": { "type": "Identifier", - "start": 33312, - "end": 33331, + "start": 33830, + "end": 33849, "loc": { "start": { - "line": 855, + "line": 862, "column": 32 }, "end": { - "line": 855, + "line": 862, "column": 51 }, "identifierName": "setupPlaybackEvents" @@ -175733,15 +177179,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 33332, - "end": 33337, + "start": 33850, + "end": 33855, "loc": { "start": { - "line": 855, + "line": 862, "column": 52 }, "end": { - "line": 855, + "line": 862, "column": 57 } }, @@ -175754,15 +177200,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 33253, - "end": 33279, + "start": 33771, + "end": 33797, "loc": { "start": { - "line": 854, + "line": 861, "column": 20 }, "end": { - "line": 854, + "line": 861, "column": 46 } } @@ -175772,15 +177218,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33361, - "end": 33401, + "start": 33879, + "end": 33919, "loc": { "start": { - "line": 857, + "line": 864, "column": 20 }, "end": { - "line": 857, + "line": 864, "column": 60 } } @@ -175789,100 +177235,100 @@ }, { "type": "ExpressionStatement", - "start": 33422, - "end": 33467, + "start": 33940, + "end": 33985, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 65 } }, "expression": { "type": "AssignmentExpression", - "start": 33422, - "end": 33466, + "start": 33940, + "end": 33984, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 64 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 33422, - "end": 33458, + "start": 33940, + "end": 33976, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 33422, - "end": 33451, + "start": 33940, + "end": 33969, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33422, - "end": 33440, + "start": 33940, + "end": 33958, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 33422, - "end": 33433, + "start": 33940, + "end": 33951, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33422, - "end": 33426, + "start": 33940, + "end": 33944, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 24 } }, @@ -175890,15 +177336,15 @@ }, "property": { "type": "Identifier", - "start": 33427, - "end": 33433, + "start": 33945, + "end": 33951, "loc": { "start": { - "line": 858, + "line": 865, "column": 25 }, "end": { - "line": 858, + "line": 865, "column": 31 }, "identifierName": "surfer" @@ -175910,15 +177356,15 @@ }, "property": { "type": "Identifier", - "start": 33434, - "end": 33440, + "start": 33952, + "end": 33958, "loc": { "start": { - "line": 858, + "line": 865, "column": 32 }, "end": { - "line": 858, + "line": 865, "column": 38 }, "identifierName": "surfer" @@ -175930,15 +177376,15 @@ }, "property": { "type": "Identifier", - "start": 33441, - "end": 33451, + "start": 33959, + "end": 33969, "loc": { "start": { - "line": 858, + "line": 865, "column": 39 }, "end": { - "line": 858, + "line": 865, "column": 49 }, "identifierName": "microphone" @@ -175950,15 +177396,15 @@ }, "property": { "type": "Identifier", - "start": 33452, - "end": 33458, + "start": 33970, + "end": 33976, "loc": { "start": { - "line": 858, + "line": 865, "column": 50 }, "end": { - "line": 858, + "line": 865, "column": 56 }, "identifierName": "paused" @@ -175970,15 +177416,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 33461, - "end": 33466, + "start": 33979, + "end": 33984, "loc": { "start": { - "line": 858, + "line": 865, "column": 59 }, "end": { - "line": 858, + "line": 865, "column": 64 } }, @@ -175990,15 +177436,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33361, - "end": 33401, + "start": 33879, + "end": 33919, "loc": { "start": { - "line": 857, + "line": 864, "column": 20 }, "end": { - "line": 857, + "line": 864, "column": 60 } } @@ -176007,87 +177453,87 @@ }, { "type": "ExpressionStatement", - "start": 33488, - "end": 33516, + "start": 34006, + "end": 34034, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 33488, - "end": 33515, + "start": 34006, + "end": 34033, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 33488, - "end": 33508, + "start": 34006, + "end": 34026, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 33488, - "end": 33499, + "start": 34006, + "end": 34017, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33488, - "end": 33492, + "start": 34006, + "end": 34010, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 24 } } }, "property": { "type": "Identifier", - "start": 33493, - "end": 33499, + "start": 34011, + "end": 34017, "loc": { "start": { - "line": 859, + "line": 866, "column": 25 }, "end": { - "line": 859, + "line": 866, "column": 31 }, "identifierName": "surfer" @@ -176098,15 +177544,15 @@ }, "property": { "type": "Identifier", - "start": 33500, - "end": 33508, + "start": 34018, + "end": 34026, "loc": { "start": { - "line": 859, + "line": 866, "column": 32 }, "end": { - "line": 859, + "line": 866, "column": 40 }, "identifierName": "liveMode" @@ -176117,15 +177563,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 33511, - "end": 33515, + "start": 34029, + "end": 34033, "loc": { "start": { - "line": 859, + "line": 866, "column": 43 }, "end": { - "line": 859, + "line": 866, "column": 47 } }, @@ -176135,114 +177581,114 @@ }, { "type": "ExpressionStatement", - "start": 33537, - "end": 33574, + "start": 34055, + "end": 34092, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 33537, - "end": 33573, + "start": 34055, + "end": 34091, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 33537, - "end": 33571, + "start": 34055, + "end": 34089, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 33537, - "end": 33566, + "start": 34055, + "end": 34084, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33537, - "end": 33555, + "start": 34055, + "end": 34073, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 33537, - "end": 33548, + "start": 34055, + "end": 34066, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33537, - "end": 33541, + "start": 34055, + "end": 34059, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 24 } } }, "property": { "type": "Identifier", - "start": 33542, - "end": 33548, + "start": 34060, + "end": 34066, "loc": { "start": { - "line": 860, + "line": 867, "column": 25 }, "end": { - "line": 860, + "line": 867, "column": 31 }, "identifierName": "surfer" @@ -176253,15 +177699,15 @@ }, "property": { "type": "Identifier", - "start": 33549, - "end": 33555, + "start": 34067, + "end": 34073, "loc": { "start": { - "line": 860, + "line": 867, "column": 32 }, "end": { - "line": 860, + "line": 867, "column": 38 }, "identifierName": "surfer" @@ -176272,15 +177718,15 @@ }, "property": { "type": "Identifier", - "start": 33556, - "end": 33566, + "start": 34074, + "end": 34084, "loc": { "start": { - "line": 860, + "line": 867, "column": 39 }, "end": { - "line": 860, + "line": 867, "column": 49 }, "identifierName": "microphone" @@ -176291,15 +177737,15 @@ }, "property": { "type": "Identifier", - "start": 33567, - "end": 33571, + "start": 34085, + "end": 34089, "loc": { "start": { - "line": 860, + "line": 867, "column": 50 }, "end": { - "line": 860, + "line": 867, "column": 54 }, "identifierName": "play" @@ -176313,15 +177759,15 @@ }, { "type": "BreakStatement", - "start": 33595, - "end": 33601, + "start": 34113, + "end": 34119, "loc": { "start": { - "line": 861, + "line": 868, "column": 20 }, "end": { - "line": 861, + "line": 868, "column": 26 } }, @@ -176330,15 +177776,15 @@ ], "test": { "type": "Identifier", - "start": 33221, - "end": 33231, + "start": 33739, + "end": 33749, "loc": { "start": { - "line": 853, + "line": 860, "column": 21 }, "end": { - "line": 853, + "line": 860, "column": 31 }, "identifierName": "AUDIO_ONLY" @@ -176348,30 +177794,30 @@ }, { "type": "SwitchCase", - "start": 33619, - "end": 33635, + "start": 34137, + "end": 34153, "loc": { "start": { - "line": 863, + "line": 870, "column": 16 }, "end": { - "line": 863, + "line": 870, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33624, - "end": 33634, + "start": 34142, + "end": 34152, "loc": { "start": { - "line": 863, + "line": 870, "column": 21 }, "end": { - "line": 863, + "line": 870, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -176381,30 +177827,30 @@ }, { "type": "SwitchCase", - "start": 33652, - "end": 33669, + "start": 34170, + "end": 34187, "loc": { "start": { - "line": 864, + "line": 871, "column": 16 }, "end": { - "line": 864, + "line": 871, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33657, - "end": 33668, + "start": 34175, + "end": 34186, "loc": { "start": { - "line": 864, + "line": 871, "column": 21 }, "end": { - "line": 864, + "line": 871, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -176414,30 +177860,30 @@ }, { "type": "SwitchCase", - "start": 33686, - "end": 33704, + "start": 34204, + "end": 34222, "loc": { "start": { - "line": 865, + "line": 872, "column": 16 }, "end": { - "line": 865, + "line": 872, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 33691, - "end": 33703, + "start": 34209, + "end": 34221, "loc": { "start": { - "line": 865, + "line": 872, "column": 21 }, "end": { - "line": 865, + "line": 872, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -176447,72 +177893,72 @@ }, { "type": "SwitchCase", - "start": 33721, - "end": 33872, + "start": 34239, + "end": 34390, "loc": { "start": { - "line": 866, + "line": 873, "column": 16 }, "end": { - "line": 869, + "line": 876, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33820, - "end": 33845, + "start": 34338, + "end": 34363, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 33820, - "end": 33844, + "start": 34338, + "end": 34362, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 33820, - "end": 33842, + "start": 34338, + "end": 34360, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 33820, - "end": 33824, + "start": 34338, + "end": 34342, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 24 } }, @@ -176520,15 +177966,15 @@ }, "property": { "type": "Identifier", - "start": 33825, - "end": 33842, + "start": 34343, + "end": 34360, "loc": { "start": { - "line": 868, + "line": 875, "column": 25 }, "end": { - "line": 868, + "line": 875, "column": 42 }, "identifierName": "startVideoPreview" @@ -176545,15 +177991,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 33759, - "end": 33799, + "start": 34277, + "end": 34317, "loc": { "start": { - "line": 867, + "line": 874, "column": 20 }, "end": { - "line": 867, + "line": 874, "column": 60 } } @@ -176562,15 +178008,15 @@ }, { "type": "BreakStatement", - "start": 33866, - "end": 33872, + "start": 34384, + "end": 34390, "loc": { "start": { - "line": 869, + "line": 876, "column": 20 }, "end": { - "line": 869, + "line": 876, "column": 26 } }, @@ -176579,15 +178025,15 @@ ], "test": { "type": "Identifier", - "start": 33726, - "end": 33737, + "start": 34244, + "end": 34255, "loc": { "start": { - "line": 866, + "line": 873, "column": 21 }, "end": { - "line": 866, + "line": 873, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -176597,100 +178043,100 @@ }, { "type": "SwitchCase", - "start": 33890, - "end": 34612, + "start": 34408, + "end": 35130, "loc": { "start": { - "line": 871, + "line": 878, "column": 16 }, "end": { - "line": 888, + "line": 895, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 33970, - "end": 34002, + "start": 34488, + "end": 34520, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 33970, - "end": 34001, + "start": 34488, + "end": 34519, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 33970, - "end": 33999, + "start": 34488, + "end": 34517, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 33970, - "end": 33994, + "start": 34488, + "end": 34512, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 33970, - "end": 33981, + "start": 34488, + "end": 34499, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 33970, - "end": 33974, + "start": 34488, + "end": 34492, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 24 } }, @@ -176698,15 +178144,15 @@ }, "property": { "type": "Identifier", - "start": 33975, - "end": 33981, + "start": 34493, + "end": 34499, "loc": { "start": { - "line": 873, + "line": 880, "column": 25 }, "end": { - "line": 873, + "line": 880, "column": 31 }, "identifierName": "player" @@ -176718,15 +178164,15 @@ }, "property": { "type": "Identifier", - "start": 33982, - "end": 33994, + "start": 34500, + "end": 34512, "loc": { "start": { - "line": 873, + "line": 880, "column": 32 }, "end": { - "line": 873, + "line": 880, "column": 44 }, "identifierName": "recordCanvas" @@ -176738,15 +178184,15 @@ }, "property": { "type": "Identifier", - "start": 33995, - "end": 33999, + "start": 34513, + "end": 34517, "loc": { "start": { - "line": 873, + "line": 880, "column": 45 }, "end": { - "line": 873, + "line": 880, "column": 49 }, "identifierName": "hide" @@ -176763,15 +178209,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 33926, - "end": 33949, + "start": 34444, + "end": 34467, "loc": { "start": { - "line": 872, + "line": 879, "column": 20 }, "end": { - "line": 872, + "line": 879, "column": 43 } } @@ -176781,15 +178227,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 34024, - "end": 34045, + "start": 34542, + "end": 34563, "loc": { "start": { - "line": 875, + "line": 882, "column": 20 }, "end": { - "line": 875, + "line": 882, "column": 41 } } @@ -176798,85 +178244,85 @@ }, { "type": "ExpressionStatement", - "start": 34066, - "end": 34102, + "start": 34584, + "end": 34620, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 34066, - "end": 34101, + "start": 34584, + "end": 34619, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 34066, - "end": 34099, + "start": 34584, + "end": 34617, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 34066, - "end": 34094, + "start": 34584, + "end": 34612, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 34066, - "end": 34077, + "start": 34584, + "end": 34595, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34066, - "end": 34070, + "start": 34584, + "end": 34588, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 24 } }, @@ -176884,15 +178330,15 @@ }, "property": { "type": "Identifier", - "start": 34071, - "end": 34077, + "start": 34589, + "end": 34595, "loc": { "start": { - "line": 876, + "line": 883, "column": 25 }, "end": { - "line": 876, + "line": 883, "column": 31 }, "identifierName": "player" @@ -176904,15 +178350,15 @@ }, "property": { "type": "Identifier", - "start": 34078, - "end": 34094, + "start": 34596, + "end": 34612, "loc": { "start": { - "line": 876, + "line": 883, "column": 32 }, "end": { - "line": 876, + "line": 883, "column": 48 }, "identifierName": "animationDisplay" @@ -176924,15 +178370,15 @@ }, "property": { "type": "Identifier", - "start": 34095, - "end": 34099, + "start": 34613, + "end": 34617, "loc": { "start": { - "line": 876, + "line": 883, "column": 49 }, "end": { - "line": 876, + "line": 883, "column": 53 }, "identifierName": "hide" @@ -176949,15 +178395,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 34024, - "end": 34045, + "start": 34542, + "end": 34563, "loc": { "start": { - "line": 875, + "line": 882, "column": 20 }, "end": { - "line": 875, + "line": 882, "column": 41 } } @@ -176967,15 +178413,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 34124, - "end": 34145, + "start": 34642, + "end": 34663, "loc": { "start": { - "line": 878, + "line": 885, "column": 20 }, "end": { - "line": 878, + "line": 885, "column": 41 } } @@ -176984,86 +178430,86 @@ }, { "type": "ExpressionStatement", - "start": 34166, - "end": 34208, + "start": 34684, + "end": 34726, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 62 } }, "expression": { "type": "AssignmentExpression", - "start": 34166, - "end": 34207, + "start": 34684, + "end": 34725, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 61 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 34166, - "end": 34197, + "start": 34684, + "end": 34715, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 34166, - "end": 34189, + "start": 34684, + "end": 34707, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 43 } }, "object": { "type": "MemberExpression", - "start": 34166, - "end": 34183, + "start": 34684, + "end": 34701, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 34166, - "end": 34170, + "start": 34684, + "end": 34688, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 24 } }, @@ -177071,15 +178517,15 @@ }, "property": { "type": "Identifier", - "start": 34171, - "end": 34183, + "start": 34689, + "end": 34701, "loc": { "start": { - "line": 879, + "line": 886, "column": 25 }, "end": { - "line": 879, + "line": 886, "column": 37 }, "identifierName": "mediaElement" @@ -177091,15 +178537,15 @@ }, "property": { "type": "Identifier", - "start": 34184, - "end": 34189, + "start": 34702, + "end": 34707, "loc": { "start": { - "line": 879, + "line": 886, "column": 38 }, "end": { - "line": 879, + "line": 886, "column": 43 }, "identifierName": "style" @@ -177111,15 +178557,15 @@ }, "property": { "type": "Identifier", - "start": 34190, - "end": 34197, + "start": 34708, + "end": 34715, "loc": { "start": { - "line": 879, + "line": 886, "column": 44 }, "end": { - "line": 879, + "line": 886, "column": 51 }, "identifierName": "display" @@ -177131,15 +178577,15 @@ }, "right": { "type": "StringLiteral", - "start": 34200, - "end": 34207, + "start": 34718, + "end": 34725, "loc": { "start": { - "line": 879, + "line": 886, "column": 54 }, "end": { - "line": 879, + "line": 886, "column": 61 } }, @@ -177155,15 +178601,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 34124, - "end": 34145, + "start": 34642, + "end": 34663, "loc": { "start": { - "line": 878, + "line": 885, "column": 20 }, "end": { - "line": 878, + "line": 885, "column": 41 } } @@ -177173,15 +178619,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34230, - "end": 34272, + "start": 34748, + "end": 34790, "loc": { "start": { - "line": 881, + "line": 888, "column": 20 }, "end": { - "line": 881, + "line": 888, "column": 62 } } @@ -177189,15 +178635,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34293, - "end": 34338, + "start": 34811, + "end": 34856, "loc": { "start": { - "line": 882, + "line": 889, "column": 20 }, "end": { - "line": 882, + "line": 889, "column": 65 } } @@ -177205,15 +178651,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34359, - "end": 34373, + "start": 34877, + "end": 34891, "loc": { "start": { - "line": 883, + "line": 890, "column": 20 }, "end": { - "line": 883, + "line": 890, "column": 34 } } @@ -177222,85 +178668,85 @@ }, { "type": "ExpressionStatement", - "start": 34394, - "end": 34585, + "start": 34912, + "end": 35103, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 887, + "line": 894, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 34394, - "end": 34584, + "start": 34912, + "end": 35102, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 887, + "line": 894, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 34394, - "end": 34418, + "start": 34912, + "end": 34936, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 44 } }, "object": { "type": "CallExpression", - "start": 34394, - "end": 34413, + "start": 34912, + "end": 34931, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 34394, - "end": 34411, + "start": 34912, + "end": 34929, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 34394, - "end": 34398, + "start": 34912, + "end": 34916, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 24 } }, @@ -177308,15 +178754,15 @@ }, "property": { "type": "Identifier", - "start": 34399, - "end": 34411, + "start": 34917, + "end": 34929, "loc": { "start": { - "line": 884, + "line": 891, "column": 25 }, "end": { - "line": 884, + "line": 891, "column": 37 }, "identifierName": "captureFrame" @@ -177331,15 +178777,15 @@ }, "property": { "type": "Identifier", - "start": 34414, - "end": 34418, + "start": 34932, + "end": 34936, "loc": { "start": { - "line": 884, + "line": 891, "column": 40 }, "end": { - "line": 884, + "line": 891, "column": 44 }, "identifierName": "then" @@ -177352,15 +178798,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 34419, - "end": 34583, + "start": 34937, + "end": 35101, "loc": { "start": { - "line": 884, + "line": 891, "column": 45 }, "end": { - "line": 887, + "line": 894, "column": 21 } }, @@ -177371,15 +178817,15 @@ "params": [ { "type": "Identifier", - "start": 34420, - "end": 34426, + "start": 34938, + "end": 34944, "loc": { "start": { - "line": 884, + "line": 891, "column": 46 }, "end": { - "line": 884, + "line": 891, "column": 52 }, "identifierName": "result" @@ -177389,72 +178835,72 @@ ], "body": { "type": "BlockStatement", - "start": 34431, - "end": 34583, + "start": 34949, + "end": 35101, "loc": { "start": { - "line": 884, + "line": 891, "column": 57 }, "end": { - "line": 887, + "line": 894, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 34536, - "end": 34561, + "start": 35054, + "end": 35079, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 34536, - "end": 34560, + "start": 35054, + "end": 35078, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 34536, - "end": 34558, + "start": 35054, + "end": 35076, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 34536, - "end": 34540, + "start": 35054, + "end": 35058, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 28 } }, @@ -177462,15 +178908,15 @@ }, "property": { "type": "Identifier", - "start": 34541, - "end": 34558, + "start": 35059, + "end": 35076, "loc": { "start": { - "line": 886, + "line": 893, "column": 29 }, "end": { - "line": 886, + "line": 893, "column": 46 }, "identifierName": "startVideoPreview" @@ -177487,15 +178933,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 34457, - "end": 34511, + "start": 34975, + "end": 35029, "loc": { "start": { - "line": 885, + "line": 892, "column": 24 }, "end": { - "line": 885, + "line": 892, "column": 78 } } @@ -177513,15 +178959,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34230, - "end": 34272, + "start": 34748, + "end": 34790, "loc": { "start": { - "line": 881, + "line": 888, "column": 20 }, "end": { - "line": 881, + "line": 888, "column": 62 } } @@ -177529,15 +178975,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34293, - "end": 34338, + "start": 34811, + "end": 34856, "loc": { "start": { - "line": 882, + "line": 889, "column": 20 }, "end": { - "line": 882, + "line": 889, "column": 65 } } @@ -177545,15 +178991,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34359, - "end": 34373, + "start": 34877, + "end": 34891, "loc": { "start": { - "line": 883, + "line": 890, "column": 20 }, "end": { - "line": 883, + "line": 890, "column": 34 } } @@ -177562,15 +179008,15 @@ }, { "type": "BreakStatement", - "start": 34606, - "end": 34612, + "start": 35124, + "end": 35130, "loc": { "start": { - "line": 888, + "line": 895, "column": 20 }, "end": { - "line": 888, + "line": 895, "column": 26 } }, @@ -177579,15 +179025,15 @@ ], "test": { "type": "Identifier", - "start": 33895, - "end": 33904, + "start": 34413, + "end": 34422, "loc": { "start": { - "line": 871, + "line": 878, "column": 21 }, "end": { - "line": 871, + "line": 878, "column": 30 }, "identifierName": "ANIMATION" @@ -177600,15 +179046,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 33139, - "end": 33155, + "start": 33657, + "end": 33673, "loc": { "start": { - "line": 851, + "line": 858, "column": 12 }, "end": { - "line": 851, + "line": 858, "column": 28 } } @@ -177617,58 +179063,58 @@ }, { "type": "IfStatement", - "start": 34640, - "end": 34753, + "start": 35158, + "end": 35271, "loc": { "start": { - "line": 891, + "line": 898, "column": 12 }, "end": { - "line": 894, + "line": 901, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 34644, - "end": 34663, + "start": 35162, + "end": 35181, "loc": { "start": { - "line": 891, + "line": 898, "column": 16 }, "end": { - "line": 891, + "line": 898, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 34644, - "end": 34648, + "start": 35162, + "end": 35166, "loc": { "start": { - "line": 891, + "line": 898, "column": 16 }, "end": { - "line": 891, + "line": 898, "column": 20 } } }, "property": { "type": "Identifier", - "start": 34649, - "end": 34663, + "start": 35167, + "end": 35181, "loc": { "start": { - "line": 891, + "line": 898, "column": 21 }, "end": { - "line": 891, + "line": 898, "column": 35 }, "identifierName": "autoMuteDevice" @@ -177679,72 +179125,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 34665, - "end": 34753, + "start": 35183, + "end": 35271, "loc": { "start": { - "line": 891, + "line": 898, "column": 37 }, "end": { - "line": 894, + "line": 901, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 34716, - "end": 34739, + "start": 35234, + "end": 35257, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 34716, - "end": 34738, + "start": 35234, + "end": 35256, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 34716, - "end": 34731, + "start": 35234, + "end": 35249, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34716, - "end": 34720, + "start": 35234, + "end": 35238, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 20 } }, @@ -177752,15 +179198,15 @@ }, "property": { "type": "Identifier", - "start": 34721, - "end": 34731, + "start": 35239, + "end": 35249, "loc": { "start": { - "line": 893, + "line": 900, "column": 21 }, "end": { - "line": 893, + "line": 900, "column": 31 }, "identifierName": "muteTracks" @@ -177773,15 +179219,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 34732, - "end": 34737, + "start": 35250, + "end": 35255, "loc": { "start": { - "line": 893, + "line": 900, "column": 32 }, "end": { - "line": 893, + "line": 900, "column": 37 } }, @@ -177794,15 +179240,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 34683, - "end": 34699, + "start": 35201, + "end": 35217, "loc": { "start": { - "line": 892, + "line": 899, "column": 16 }, "end": { - "line": 892, + "line": 899, "column": 32 } } @@ -177818,15 +179264,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34767, - "end": 34785, + "start": 35285, + "end": 35303, "loc": { "start": { - "line": 896, + "line": 903, "column": 12 }, "end": { - "line": 896, + "line": 903, "column": 30 } } @@ -177835,57 +179281,57 @@ }, { "type": "SwitchStatement", - "start": 34798, - "end": 35739, + "start": 35316, + "end": 36257, "loc": { "start": { - "line": 897, + "line": 904, "column": 12 }, "end": { - "line": 922, + "line": 929, "column": 13 } }, "discriminant": { "type": "CallExpression", - "start": 34806, - "end": 34826, + "start": 35324, + "end": 35344, "loc": { "start": { - "line": 897, + "line": 904, "column": 20 }, "end": { - "line": 897, + "line": 904, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 34806, - "end": 34824, + "start": 35324, + "end": 35342, "loc": { "start": { - "line": 897, + "line": 904, "column": 20 }, "end": { - "line": 897, + "line": 904, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 34806, - "end": 34810, + "start": 35324, + "end": 35328, "loc": { "start": { - "line": 897, + "line": 904, "column": 20 }, "end": { - "line": 897, + "line": 904, "column": 24 } }, @@ -177893,15 +179339,15 @@ }, "property": { "type": "Identifier", - "start": 34811, - "end": 34824, + "start": 35329, + "end": 35342, "loc": { "start": { - "line": 897, + "line": 904, "column": 25 }, "end": { - "line": 897, + "line": 904, "column": 38 }, "identifierName": "getRecordType" @@ -177917,72 +179363,72 @@ "cases": [ { "type": "SwitchCase", - "start": 34846, - "end": 35066, + "start": 35364, + "end": 35584, "loc": { "start": { - "line": 898, + "line": 905, "column": 16 }, "end": { - "line": 904, + "line": 911, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 34922, - "end": 34944, + "start": 35440, + "end": 35462, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 34922, - "end": 34943, + "start": 35440, + "end": 35461, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 34922, - "end": 34941, + "start": 35440, + "end": 35459, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 34922, - "end": 34926, + "start": 35440, + "end": 35444, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 24 } }, @@ -177990,15 +179436,15 @@ }, "property": { "type": "Identifier", - "start": 34927, - "end": 34941, + "start": 35445, + "end": 35459, "loc": { "start": { - "line": 900, + "line": 907, "column": 25 }, "end": { - "line": 900, + "line": 907, "column": 39 }, "identifierName": "createSnapshot" @@ -178015,15 +179461,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 34883, - "end": 34901, + "start": 35401, + "end": 35419, "loc": { "start": { - "line": 899, + "line": 906, "column": 20 }, "end": { - "line": 899, + "line": 906, "column": 38 } } @@ -178033,15 +179479,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34966, - "end": 34978, + "start": 35484, + "end": 35496, "loc": { "start": { - "line": 902, + "line": 909, "column": 20 }, "end": { - "line": 902, + "line": 909, "column": 32 } } @@ -178050,71 +179496,71 @@ }, { "type": "ExpressionStatement", - "start": 34999, - "end": 35039, + "start": 35517, + "end": 35557, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 34999, - "end": 35038, + "start": 35517, + "end": 35556, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 34999, - "end": 35018, + "start": 35517, + "end": 35536, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 34999, - "end": 35010, + "start": 35517, + "end": 35528, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 34999, - "end": 35003, + "start": 35517, + "end": 35521, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 24 } }, @@ -178122,15 +179568,15 @@ }, "property": { "type": "Identifier", - "start": 35004, - "end": 35010, + "start": 35522, + "end": 35528, "loc": { "start": { - "line": 903, + "line": 910, "column": 25 }, "end": { - "line": 903, + "line": 910, "column": 31 }, "identifierName": "player" @@ -178142,15 +179588,15 @@ }, "property": { "type": "Identifier", - "start": 35011, - "end": 35018, + "start": 35529, + "end": 35536, "loc": { "start": { - "line": 903, + "line": 910, "column": 32 }, "end": { - "line": 903, + "line": 910, "column": 39 }, "identifierName": "trigger" @@ -178163,29 +179609,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35019, - "end": 35037, + "start": 35537, + "end": 35555, "loc": { "start": { - "line": 903, + "line": 910, "column": 40 }, "end": { - "line": 903, + "line": 910, "column": 58 } }, "object": { "type": "Identifier", - "start": 35019, - "end": 35024, + "start": 35537, + "end": 35542, "loc": { "start": { - "line": 903, + "line": 910, "column": 40 }, "end": { - "line": 903, + "line": 910, "column": 45 }, "identifierName": "Event" @@ -178194,15 +179640,15 @@ }, "property": { "type": "Identifier", - "start": 35025, - "end": 35037, + "start": 35543, + "end": 35555, "loc": { "start": { - "line": 903, + "line": 910, "column": 46 }, "end": { - "line": 903, + "line": 910, "column": 58 }, "identifierName": "START_RECORD" @@ -178218,15 +179664,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34966, - "end": 34978, + "start": 35484, + "end": 35496, "loc": { "start": { - "line": 902, + "line": 909, "column": 20 }, "end": { - "line": 902, + "line": 909, "column": 32 } } @@ -178235,15 +179681,15 @@ }, { "type": "BreakStatement", - "start": 35060, - "end": 35066, + "start": 35578, + "end": 35584, "loc": { "start": { - "line": 904, + "line": 911, "column": 20 }, "end": { - "line": 904, + "line": 911, "column": 26 } }, @@ -178252,15 +179698,15 @@ ], "test": { "type": "Identifier", - "start": 34851, - "end": 34861, + "start": 35369, + "end": 35379, "loc": { "start": { - "line": 898, + "line": 905, "column": 21 }, "end": { - "line": 898, + "line": 905, "column": 31 }, "identifierName": "IMAGE_ONLY" @@ -178270,30 +179716,30 @@ }, { "type": "SwitchCase", - "start": 35084, - "end": 35100, + "start": 35602, + "end": 35618, "loc": { "start": { - "line": 906, + "line": 913, "column": 16 }, "end": { - "line": 906, + "line": 913, "column": 32 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35089, - "end": 35099, + "start": 35607, + "end": 35617, "loc": { "start": { - "line": 906, + "line": 913, "column": 21 }, "end": { - "line": 906, + "line": 913, "column": 31 }, "identifierName": "VIDEO_ONLY" @@ -178303,30 +179749,30 @@ }, { "type": "SwitchCase", - "start": 35117, - "end": 35134, + "start": 35635, + "end": 35652, "loc": { "start": { - "line": 907, + "line": 914, "column": 16 }, "end": { - "line": 907, + "line": 914, "column": 33 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35122, - "end": 35133, + "start": 35640, + "end": 35651, "loc": { "start": { - "line": 907, + "line": 914, "column": 21 }, "end": { - "line": 907, + "line": 914, "column": 32 }, "identifierName": "AUDIO_VIDEO" @@ -178336,30 +179782,30 @@ }, { "type": "SwitchCase", - "start": 35151, - "end": 35169, + "start": 35669, + "end": 35687, "loc": { "start": { - "line": 908, + "line": 915, "column": 16 }, "end": { - "line": 908, + "line": 915, "column": 34 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35156, - "end": 35168, + "start": 35674, + "end": 35686, "loc": { "start": { - "line": 908, + "line": 915, "column": 21 }, "end": { - "line": 908, + "line": 915, "column": 33 }, "identifierName": "AUDIO_SCREEN" @@ -178369,30 +179815,30 @@ }, { "type": "SwitchCase", - "start": 35186, - "end": 35201, + "start": 35704, + "end": 35719, "loc": { "start": { - "line": 909, + "line": 916, "column": 16 }, "end": { - "line": 909, + "line": 916, "column": 31 } }, "consequent": [], "test": { "type": "Identifier", - "start": 35191, - "end": 35200, + "start": 35709, + "end": 35718, "loc": { "start": { - "line": 909, + "line": 916, "column": 21 }, "end": { - "line": 909, + "line": 916, "column": 30 }, "identifierName": "ANIMATION" @@ -178402,86 +179848,86 @@ }, { "type": "SwitchCase", - "start": 35218, - "end": 35538, + "start": 35736, + "end": 36056, "loc": { "start": { - "line": 910, + "line": 917, "column": 16 }, "end": { - "line": 916, + "line": 923, "column": 26 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 35335, - "end": 35511, + "start": 35853, + "end": 36029, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 915, + "line": 922, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 35335, - "end": 35510, + "start": 35853, + "end": 36028, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 915, + "line": 922, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 35335, - "end": 35350, + "start": 35853, + "end": 35868, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 912, + "line": 919, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 35335, - "end": 35346, + "start": 35853, + "end": 35864, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 912, + "line": 919, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 35335, - "end": 35339, + "start": 35853, + "end": 35857, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 912, + "line": 919, "column": 24 } }, @@ -178489,15 +179935,15 @@ }, "property": { "type": "Identifier", - "start": 35340, - "end": 35346, + "start": 35858, + "end": 35864, "loc": { "start": { - "line": 912, + "line": 919, "column": 25 }, "end": { - "line": 912, + "line": 919, "column": 31 }, "identifierName": "player" @@ -178509,15 +179955,15 @@ }, "property": { "type": "Identifier", - "start": 35347, - "end": 35350, + "start": 35865, + "end": 35868, "loc": { "start": { - "line": 912, + "line": 919, "column": 32 }, "end": { - "line": 912, + "line": 919, "column": 35 }, "identifierName": "one" @@ -178530,29 +179976,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 35351, - "end": 35371, + "start": 35869, + "end": 35889, "loc": { "start": { - "line": 912, + "line": 919, "column": 36 }, "end": { - "line": 912, + "line": 919, "column": 56 } }, "object": { "type": "Identifier", - "start": 35351, - "end": 35356, + "start": 35869, + "end": 35874, "loc": { "start": { - "line": 912, + "line": 919, "column": 36 }, "end": { - "line": 912, + "line": 919, "column": 41 }, "identifierName": "Event" @@ -178561,15 +180007,15 @@ }, "property": { "type": "Identifier", - "start": 35357, - "end": 35371, + "start": 35875, + "end": 35889, "loc": { "start": { - "line": 912, + "line": 919, "column": 42 }, "end": { - "line": 912, + "line": 919, "column": 56 }, "identifierName": "LOADEDMETADATA" @@ -178580,15 +180026,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 35373, - "end": 35509, + "start": 35891, + "end": 36027, "loc": { "start": { - "line": 912, + "line": 919, "column": 58 }, "end": { - "line": 915, + "line": 922, "column": 21 } }, @@ -178599,72 +180045,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35379, - "end": 35509, + "start": 35897, + "end": 36027, "loc": { "start": { - "line": 912, + "line": 919, "column": 64 }, "end": { - "line": 915, + "line": 922, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 35465, - "end": 35487, + "start": 35983, + "end": 36005, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 35465, - "end": 35486, + "start": 35983, + "end": 36004, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 35465, - "end": 35484, + "start": 35983, + "end": 36002, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 35465, - "end": 35469, + "start": 35983, + "end": 35987, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 28 } }, @@ -178672,15 +180118,15 @@ }, "property": { "type": "Identifier", - "start": 35470, - "end": 35484, + "start": 35988, + "end": 36002, "loc": { "start": { - "line": 914, + "line": 921, "column": 29 }, "end": { - "line": 914, + "line": 921, "column": 43 }, "identifierName": "startRecording" @@ -178697,15 +180143,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 35405, - "end": 35440, + "start": 35923, + "end": 35958, "loc": { "start": { - "line": 913, + "line": 920, "column": 24 }, "end": { - "line": 913, + "line": 920, "column": 59 } } @@ -178723,15 +180169,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 35256, - "end": 35314, + "start": 35774, + "end": 35832, "loc": { "start": { - "line": 911, + "line": 918, "column": 20 }, "end": { - "line": 911, + "line": 918, "column": 78 } } @@ -178740,15 +180186,15 @@ }, { "type": "BreakStatement", - "start": 35532, - "end": 35538, + "start": 36050, + "end": 36056, "loc": { "start": { - "line": 916, + "line": 923, "column": 20 }, "end": { - "line": 916, + "line": 923, "column": 26 } }, @@ -178757,15 +180203,15 @@ ], "test": { "type": "Identifier", - "start": 35223, - "end": 35234, + "start": 35741, + "end": 35752, "loc": { "start": { - "line": 910, + "line": 917, "column": 21 }, "end": { - "line": 910, + "line": 917, "column": 32 }, "identifierName": "SCREEN_ONLY" @@ -178775,72 +180221,72 @@ }, { "type": "SwitchCase", - "start": 35556, - "end": 35725, + "start": 36074, + "end": 36243, "loc": { "start": { - "line": 918, + "line": 925, "column": 16 }, "end": { - "line": 921, + "line": 928, "column": 42 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 35703, - "end": 35725, + "start": 36221, + "end": 36243, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 35703, - "end": 35724, + "start": 36221, + "end": 36242, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 35703, - "end": 35722, + "start": 36221, + "end": 36240, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 35703, - "end": 35707, + "start": 36221, + "end": 36225, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 24 } }, @@ -178848,15 +180294,15 @@ }, "property": { "type": "Identifier", - "start": 35708, - "end": 35722, + "start": 36226, + "end": 36240, "loc": { "start": { - "line": 921, + "line": 928, "column": 25 }, "end": { - "line": 921, + "line": 928, "column": 39 }, "identifierName": "startRecording" @@ -178873,15 +180319,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 35585, - "end": 35638, + "start": 36103, + "end": 36156, "loc": { "start": { - "line": 919, + "line": 926, "column": 20 }, "end": { - "line": 919, + "line": 926, "column": 73 } } @@ -178889,15 +180335,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 35659, - "end": 35682, + "start": 36177, + "end": 36200, "loc": { "start": { - "line": 920, + "line": 927, "column": 20 }, "end": { - "line": 920, + "line": 927, "column": 43 } } @@ -178912,15 +180358,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34767, - "end": 34785, + "start": 35285, + "end": 35303, "loc": { "start": { - "line": 896, + "line": 903, "column": 12 }, "end": { - "line": 896, + "line": 903, "column": 30 } } @@ -178940,15 +180386,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32371, - "end": 32406, + "start": 32889, + "end": 32924, "loc": { "start": { - "line": 829, + "line": 836, "column": 4 }, "end": { - "line": 831, + "line": 838, "column": 7 } } @@ -178958,15 +180404,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35761, - "end": 35812, + "start": 36279, + "end": 36330, "loc": { "start": { - "line": 926, + "line": 933, "column": 4 }, "end": { - "line": 929, + "line": 936, "column": 7 } } @@ -178975,15 +180421,15 @@ }, { "type": "ClassMethod", - "start": 35817, - "end": 36435, + "start": 36335, + "end": 36953, "loc": { "start": { - "line": 930, + "line": 937, "column": 4 }, "end": { - "line": 951, + "line": 958, "column": 5 } }, @@ -178991,15 +180437,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 35817, - "end": 35831, + "start": 36335, + "end": 36349, "loc": { "start": { - "line": 930, + "line": 937, "column": 4 }, "end": { - "line": 930, + "line": 937, "column": 18 }, "identifierName": "startRecording" @@ -179015,73 +180461,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 35834, - "end": 36435, + "start": 36352, + "end": 36953, "loc": { "start": { - "line": 930, + "line": 937, "column": 21 }, "end": { - "line": 951, + "line": 958, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 35879, - "end": 35899, + "start": 36397, + "end": 36417, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 28 } }, "expression": { "type": "AssignmentExpression", - "start": 35879, - "end": 35898, + "start": 36397, + "end": 36416, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 27 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35879, - "end": 35890, + "start": 36397, + "end": 36408, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 35879, - "end": 35883, + "start": 36397, + "end": 36401, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 12 } }, @@ -179089,15 +180535,15 @@ }, "property": { "type": "Identifier", - "start": 35884, - "end": 35890, + "start": 36402, + "end": 36408, "loc": { "start": { - "line": 932, + "line": 939, "column": 13 }, "end": { - "line": 932, + "line": 939, "column": 19 }, "identifierName": "paused" @@ -179109,15 +180555,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 35893, - "end": 35898, + "start": 36411, + "end": 36416, "loc": { "start": { - "line": 932, + "line": 939, "column": 22 }, "end": { - "line": 932, + "line": 939, "column": 27 } }, @@ -179129,15 +180575,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 35844, - "end": 35870, + "start": 36362, + "end": 36388, "loc": { "start": { - "line": 931, + "line": 938, "column": 8 }, "end": { - "line": 931, + "line": 938, "column": 34 } } @@ -179146,73 +180592,73 @@ }, { "type": "ExpressionStatement", - "start": 35908, - "end": 35945, + "start": 36426, + "end": 36463, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 35908, - "end": 35944, + "start": 36426, + "end": 36462, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35908, - "end": 35922, + "start": 36426, + "end": 36440, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35908, - "end": 35912, + "start": 36426, + "end": 36430, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35913, - "end": 35922, + "start": 36431, + "end": 36440, "loc": { "start": { - "line": 933, + "line": 940, "column": 13 }, "end": { - "line": 933, + "line": 940, "column": 22 }, "identifierName": "pauseTime" @@ -179223,59 +180669,59 @@ }, "right": { "type": "AssignmentExpression", - "start": 35925, - "end": 35944, + "start": 36443, + "end": 36462, "loc": { "start": { - "line": 933, + "line": 940, "column": 25 }, "end": { - "line": 933, + "line": 940, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35925, - "end": 35940, + "start": 36443, + "end": 36458, "loc": { "start": { - "line": 933, + "line": 940, "column": 25 }, "end": { - "line": 933, + "line": 940, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 35925, - "end": 35929, + "start": 36443, + "end": 36447, "loc": { "start": { - "line": 933, + "line": 940, "column": 25 }, "end": { - "line": 933, + "line": 940, "column": 29 } } }, "property": { "type": "Identifier", - "start": 35930, - "end": 35940, + "start": 36448, + "end": 36458, "loc": { "start": { - "line": 933, + "line": 940, "column": 30 }, "end": { - "line": 933, + "line": 940, "column": 40 }, "identifierName": "pausedTime" @@ -179286,15 +180732,15 @@ }, "right": { "type": "NumericLiteral", - "start": 35943, - "end": 35944, + "start": 36461, + "end": 36462, "loc": { "start": { - "line": 933, + "line": 940, "column": 43 }, "end": { - "line": 933, + "line": 940, "column": 44 } }, @@ -179309,73 +180755,73 @@ }, { "type": "ExpressionStatement", - "start": 35954, - "end": 35989, + "start": 36472, + "end": 36507, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 43 } }, "expression": { "type": "AssignmentExpression", - "start": 35954, - "end": 35988, + "start": 36472, + "end": 36506, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 42 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 35954, - "end": 35968, + "start": 36472, + "end": 36486, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 35954, - "end": 35958, + "start": 36472, + "end": 36476, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 12 } } }, "property": { "type": "Identifier", - "start": 35959, - "end": 35968, + "start": 36477, + "end": 36486, "loc": { "start": { - "line": 934, + "line": 941, "column": 13 }, "end": { - "line": 934, + "line": 941, "column": 22 }, "identifierName": "startTime" @@ -179386,43 +180832,43 @@ }, "right": { "type": "CallExpression", - "start": 35971, - "end": 35988, + "start": 36489, + "end": 36506, "loc": { "start": { - "line": 934, + "line": 941, "column": 25 }, "end": { - "line": 934, + "line": 941, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 35971, - "end": 35986, + "start": 36489, + "end": 36504, "loc": { "start": { - "line": 934, + "line": 941, "column": 25 }, "end": { - "line": 934, + "line": 941, "column": 40 } }, "object": { "type": "Identifier", - "start": 35971, - "end": 35982, + "start": 36489, + "end": 36500, "loc": { "start": { - "line": 934, + "line": 941, "column": 25 }, "end": { - "line": 934, + "line": 941, "column": 36 }, "identifierName": "performance" @@ -179431,15 +180877,15 @@ }, "property": { "type": "Identifier", - "start": 35983, - "end": 35986, + "start": 36501, + "end": 36504, "loc": { "start": { - "line": 934, + "line": 941, "column": 37 }, "end": { - "line": 934, + "line": 941, "column": 40 }, "identifierName": "now" @@ -179455,15 +180901,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35999, - "end": 36017, + "start": 36517, + "end": 36535, "loc": { "start": { - "line": 936, + "line": 943, "column": 8 }, "end": { - "line": 936, + "line": 943, "column": 26 } } @@ -179472,44 +180918,44 @@ }, { "type": "VariableDeclaration", - "start": 36026, - "end": 36054, + "start": 36544, + "end": 36572, "loc": { "start": { - "line": 937, + "line": 944, "column": 8 }, "end": { - "line": 937, + "line": 944, "column": 36 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 36032, - "end": 36053, + "start": 36550, + "end": 36571, "loc": { "start": { - "line": 937, + "line": 944, "column": 14 }, "end": { - "line": 937, + "line": 944, "column": 35 } }, "id": { "type": "Identifier", - "start": 36032, - "end": 36047, + "start": 36550, + "end": 36565, "loc": { "start": { - "line": 937, + "line": 944, "column": 14 }, "end": { - "line": 937, + "line": 944, "column": 29 }, "identifierName": "COUNTDOWN_SPEED" @@ -179519,15 +180965,15 @@ }, "init": { "type": "NumericLiteral", - "start": 36050, - "end": 36053, + "start": 36568, + "end": 36571, "loc": { "start": { - "line": 937, + "line": 944, "column": 32 }, "end": { - "line": 937, + "line": 944, "column": 35 } }, @@ -179545,15 +180991,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35999, - "end": 36017, + "start": 36517, + "end": 36535, "loc": { "start": { - "line": 936, + "line": 943, "column": 8 }, "end": { - "line": 936, + "line": 943, "column": 26 } } @@ -179563,15 +181009,15 @@ { "type": "CommentLine", "value": " ms", - "start": 36055, - "end": 36060, + "start": 36573, + "end": 36578, "loc": { "start": { - "line": 937, + "line": 944, "column": 37 }, "end": { - "line": 937, + "line": 944, "column": 42 } } @@ -179580,58 +181026,58 @@ }, { "type": "ExpressionStatement", - "start": 36069, - "end": 36169, + "start": 36587, + "end": 36687, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 939, + "line": 946, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 36069, - "end": 36168, + "start": 36587, + "end": 36686, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 939, + "line": 946, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36069, - "end": 36083, + "start": 36587, + "end": 36601, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 938, + "line": 945, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 36069, - "end": 36073, + "start": 36587, + "end": 36591, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 938, + "line": 945, "column": 12 } }, @@ -179639,15 +181085,15 @@ }, "property": { "type": "Identifier", - "start": 36074, - "end": 36083, + "start": 36592, + "end": 36601, "loc": { "start": { - "line": 938, + "line": 945, "column": 13 }, "end": { - "line": 938, + "line": 945, "column": 22 }, "identifierName": "countDown" @@ -179659,72 +181105,72 @@ }, "right": { "type": "CallExpression", - "start": 36086, - "end": 36168, + "start": 36604, + "end": 36686, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 939, + "line": 946, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 36086, - "end": 36109, + "start": 36604, + "end": 36627, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 938, + "line": 945, "column": 48 } }, "object": { "type": "MemberExpression", - "start": 36086, - "end": 36097, + "start": 36604, + "end": 36615, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 938, + "line": 945, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 36086, - "end": 36090, + "start": 36604, + "end": 36608, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 938, + "line": 945, "column": 29 } } }, "property": { "type": "Identifier", - "start": 36091, - "end": 36097, + "start": 36609, + "end": 36615, "loc": { "start": { - "line": 938, + "line": 945, "column": 30 }, "end": { - "line": 938, + "line": 945, "column": 36 }, "identifierName": "player" @@ -179735,15 +181181,15 @@ }, "property": { "type": "Identifier", - "start": 36098, - "end": 36109, + "start": 36616, + "end": 36627, "loc": { "start": { - "line": 938, + "line": 945, "column": 37 }, "end": { - "line": 938, + "line": 945, "column": 48 }, "identifierName": "setInterval" @@ -179755,72 +181201,72 @@ "arguments": [ { "type": "CallExpression", - "start": 36123, - "end": 36150, + "start": 36641, + "end": 36668, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 36123, - "end": 36144, + "start": 36641, + "end": 36662, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 36123, - "end": 36139, + "start": 36641, + "end": 36657, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36123, - "end": 36127, + "start": 36641, + "end": 36645, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36128, - "end": 36139, + "start": 36646, + "end": 36657, "loc": { "start": { - "line": 939, + "line": 946, "column": 17 }, "end": { - "line": 939, + "line": 946, "column": 28 }, "identifierName": "onCountDown" @@ -179831,15 +181277,15 @@ }, "property": { "type": "Identifier", - "start": 36140, - "end": 36144, + "start": 36658, + "end": 36662, "loc": { "start": { - "line": 939, + "line": 946, "column": 29 }, "end": { - "line": 939, + "line": 946, "column": 33 }, "identifierName": "bind" @@ -179851,15 +181297,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 36145, - "end": 36149, + "start": 36663, + "end": 36667, "loc": { "start": { - "line": 939, + "line": 946, "column": 34 }, "end": { - "line": 939, + "line": 946, "column": 38 } } @@ -179868,15 +181314,15 @@ }, { "type": "Identifier", - "start": 36152, - "end": 36167, + "start": 36670, + "end": 36685, "loc": { "start": { - "line": 939, + "line": 946, "column": 41 }, "end": { - "line": 939, + "line": 946, "column": 56 }, "identifierName": "COUNTDOWN_SPEED" @@ -179891,15 +181337,15 @@ { "type": "CommentLine", "value": " ms", - "start": 36055, - "end": 36060, + "start": 36573, + "end": 36578, "loc": { "start": { - "line": 937, + "line": 944, "column": 37 }, "end": { - "line": 937, + "line": 944, "column": 42 } } @@ -179909,15 +181355,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36179, - "end": 36208, + "start": 36697, + "end": 36726, "loc": { "start": { - "line": 941, + "line": 948, "column": 8 }, "end": { - "line": 941, + "line": 948, "column": 37 } } @@ -179926,57 +181372,57 @@ }, { "type": "IfStatement", - "start": 36217, - "end": 36294, + "start": 36735, + "end": 36812, "loc": { "start": { - "line": 942, + "line": 949, "column": 8 }, "end": { - "line": 944, + "line": 951, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 36221, - "end": 36246, + "start": 36739, + "end": 36764, "loc": { "start": { - "line": 942, + "line": 949, "column": 12 }, "end": { - "line": 942, + "line": 949, "column": 37 } }, "left": { "type": "MemberExpression", - "start": 36221, - "end": 36232, + "start": 36739, + "end": 36750, "loc": { "start": { - "line": 942, + "line": 949, "column": 12 }, "end": { - "line": 942, + "line": 949, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36221, - "end": 36225, + "start": 36739, + "end": 36743, "loc": { "start": { - "line": 942, + "line": 949, "column": 12 }, "end": { - "line": 942, + "line": 949, "column": 16 } }, @@ -179984,15 +181430,15 @@ }, "property": { "type": "Identifier", - "start": 36226, - "end": 36232, + "start": 36744, + "end": 36750, "loc": { "start": { - "line": 942, + "line": 949, "column": 17 }, "end": { - "line": 942, + "line": 949, "column": 23 }, "identifierName": "engine" @@ -180005,15 +181451,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 36237, - "end": 36246, + "start": 36755, + "end": 36764, "loc": { "start": { - "line": 942, + "line": 949, "column": 28 }, "end": { - "line": 942, + "line": 949, "column": 37 }, "identifierName": "undefined" @@ -180024,101 +181470,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 36248, - "end": 36294, + "start": 36766, + "end": 36812, "loc": { "start": { - "line": 942, + "line": 949, "column": 39 }, "end": { - "line": 944, + "line": 951, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36262, - "end": 36284, + "start": 36780, + "end": 36802, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 36262, - "end": 36283, + "start": 36780, + "end": 36801, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 36262, - "end": 36281, + "start": 36780, + "end": 36799, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 36262, - "end": 36273, + "start": 36780, + "end": 36791, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 36262, - "end": 36266, + "start": 36780, + "end": 36784, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36267, - "end": 36273, + "start": 36785, + "end": 36791, "loc": { "start": { - "line": 943, + "line": 950, "column": 17 }, "end": { - "line": 943, + "line": 950, "column": 23 }, "identifierName": "engine" @@ -180129,15 +181575,15 @@ }, "property": { "type": "Identifier", - "start": 36274, - "end": 36281, + "start": 36792, + "end": 36799, "loc": { "start": { - "line": 943, + "line": 950, "column": 24 }, "end": { - "line": 943, + "line": 950, "column": 31 }, "identifierName": "dispose" @@ -180158,15 +181604,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36179, - "end": 36208, + "start": 36697, + "end": 36726, "loc": { "start": { - "line": 941, + "line": 948, "column": 8 }, "end": { - "line": 941, + "line": 948, "column": 37 } } @@ -180176,15 +181622,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36304, - "end": 36329, + "start": 36822, + "end": 36847, "loc": { "start": { - "line": 946, + "line": 953, "column": 8 }, "end": { - "line": 946, + "line": 953, "column": 33 } } @@ -180193,71 +181639,71 @@ }, { "type": "ExpressionStatement", - "start": 36338, - "end": 36358, + "start": 36856, + "end": 36876, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 36338, - "end": 36357, + "start": 36856, + "end": 36875, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 36338, - "end": 36355, + "start": 36856, + "end": 36873, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 36338, - "end": 36349, + "start": 36856, + "end": 36867, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 36338, - "end": 36342, + "start": 36856, + "end": 36860, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 12 } }, @@ -180265,15 +181711,15 @@ }, "property": { "type": "Identifier", - "start": 36343, - "end": 36349, + "start": 36861, + "end": 36867, "loc": { "start": { - "line": 947, + "line": 954, "column": 13 }, "end": { - "line": 947, + "line": 954, "column": 19 }, "identifierName": "engine" @@ -180285,15 +181731,15 @@ }, "property": { "type": "Identifier", - "start": 36350, - "end": 36355, + "start": 36868, + "end": 36873, "loc": { "start": { - "line": 947, + "line": 954, "column": 20 }, "end": { - "line": 947, + "line": 954, "column": 25 }, "identifierName": "start" @@ -180310,15 +181756,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36304, - "end": 36329, + "start": 36822, + "end": 36847, "loc": { "start": { - "line": 946, + "line": 953, "column": 8 }, "end": { - "line": 946, + "line": 953, "column": 33 } } @@ -180328,15 +181774,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36368, - "end": 36380, + "start": 36886, + "end": 36898, "loc": { "start": { - "line": 949, + "line": 956, "column": 8 }, "end": { - "line": 949, + "line": 956, "column": 20 } } @@ -180345,71 +181791,71 @@ }, { "type": "ExpressionStatement", - "start": 36389, - "end": 36429, + "start": 36907, + "end": 36947, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 36389, - "end": 36428, + "start": 36907, + "end": 36946, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 36389, - "end": 36408, + "start": 36907, + "end": 36926, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 36389, - "end": 36400, + "start": 36907, + "end": 36918, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 36389, - "end": 36393, + "start": 36907, + "end": 36911, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 12 } }, @@ -180417,15 +181863,15 @@ }, "property": { "type": "Identifier", - "start": 36394, - "end": 36400, + "start": 36912, + "end": 36918, "loc": { "start": { - "line": 950, + "line": 957, "column": 13 }, "end": { - "line": 950, + "line": 957, "column": 19 }, "identifierName": "player" @@ -180437,15 +181883,15 @@ }, "property": { "type": "Identifier", - "start": 36401, - "end": 36408, + "start": 36919, + "end": 36926, "loc": { "start": { - "line": 950, + "line": 957, "column": 20 }, "end": { - "line": 950, + "line": 957, "column": 27 }, "identifierName": "trigger" @@ -180458,29 +181904,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36409, - "end": 36427, + "start": 36927, + "end": 36945, "loc": { "start": { - "line": 950, + "line": 957, "column": 28 }, "end": { - "line": 950, + "line": 957, "column": 46 } }, "object": { "type": "Identifier", - "start": 36409, - "end": 36414, + "start": 36927, + "end": 36932, "loc": { "start": { - "line": 950, + "line": 957, "column": 28 }, "end": { - "line": 950, + "line": 957, "column": 33 }, "identifierName": "Event" @@ -180489,15 +181935,15 @@ }, "property": { "type": "Identifier", - "start": 36415, - "end": 36427, + "start": 36933, + "end": 36945, "loc": { "start": { - "line": 950, + "line": 957, "column": 34 }, "end": { - "line": 950, + "line": 957, "column": 46 }, "identifierName": "START_RECORD" @@ -180513,15 +181959,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36368, - "end": 36380, + "start": 36886, + "end": 36898, "loc": { "start": { - "line": 949, + "line": 956, "column": 8 }, "end": { - "line": 949, + "line": 956, "column": 20 } } @@ -180536,15 +181982,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35761, - "end": 35812, + "start": 36279, + "end": 36330, "loc": { "start": { - "line": 926, + "line": 933, "column": 4 }, "end": { - "line": 929, + "line": 936, "column": 7 } } @@ -180554,15 +182000,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36441, - "end": 36475, + "start": 36959, + "end": 36993, "loc": { "start": { - "line": 953, + "line": 960, "column": 4 }, "end": { - "line": 955, + "line": 962, "column": 7 } } @@ -180571,15 +182017,15 @@ }, { "type": "ClassMethod", - "start": 36480, - "end": 37399, + "start": 36998, + "end": 37917, "loc": { "start": { - "line": 956, + "line": 963, "column": 4 }, "end": { - "line": 984, + "line": 991, "column": 5 } }, @@ -180587,15 +182033,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 36480, - "end": 36484, + "start": 36998, + "end": 37002, "loc": { "start": { - "line": 956, + "line": 963, "column": 4 }, "end": { - "line": 956, + "line": 963, "column": 8 }, "identifierName": "stop" @@ -180611,44 +182057,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 36487, - "end": 37399, + "start": 37005, + "end": 37917, "loc": { "start": { - "line": 956, + "line": 963, "column": 11 }, "end": { - "line": 984, + "line": 991, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 36497, - "end": 37393, + "start": 37015, + "end": 37911, "loc": { "start": { - "line": 957, + "line": 964, "column": 8 }, "end": { - "line": 983, + "line": 990, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 36501, - "end": 36521, + "start": 37019, + "end": 37039, "loc": { "start": { - "line": 957, + "line": 964, "column": 12 }, "end": { - "line": 957, + "line": 964, "column": 32 } }, @@ -180656,58 +182102,58 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 36502, - "end": 36521, + "start": 37020, + "end": 37039, "loc": { "start": { - "line": 957, + "line": 964, "column": 13 }, "end": { - "line": 957, + "line": 964, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 36502, - "end": 36519, + "start": 37020, + "end": 37037, "loc": { "start": { - "line": 957, + "line": 964, "column": 13 }, "end": { - "line": 957, + "line": 964, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 36502, - "end": 36506, + "start": 37020, + "end": 37024, "loc": { "start": { - "line": 957, + "line": 964, "column": 13 }, "end": { - "line": 957, + "line": 964, "column": 17 } } }, "property": { "type": "Identifier", - "start": 36507, - "end": 36519, + "start": 37025, + "end": 37037, "loc": { "start": { - "line": 957, + "line": 964, "column": 18 }, "end": { - "line": 957, + "line": 964, "column": 30 }, "identifierName": "isProcessing" @@ -180724,88 +182170,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 36523, - "end": 37393, + "start": 37041, + "end": 37911, "loc": { "start": { - "line": 957, + "line": 964, "column": 34 }, "end": { - "line": 983, + "line": 990, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 36537, - "end": 36561, + "start": 37055, + "end": 37079, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 36537, - "end": 36560, + "start": 37055, + "end": 37078, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36537, - "end": 36552, + "start": 37055, + "end": 37070, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36537, - "end": 36541, + "start": 37055, + "end": 37059, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36542, - "end": 36552, + "start": 37060, + "end": 37070, "loc": { "start": { - "line": 958, + "line": 965, "column": 17 }, "end": { - "line": 958, + "line": 965, "column": 27 }, "identifierName": "_recording" @@ -180816,15 +182262,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36555, - "end": 36560, + "start": 37073, + "end": 37078, "loc": { "start": { - "line": 958, + "line": 965, "column": 30 }, "end": { - "line": 958, + "line": 965, "column": 35 } }, @@ -180834,73 +182280,73 @@ }, { "type": "ExpressionStatement", - "start": 36574, - "end": 36598, + "start": 37092, + "end": 37116, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 36 } }, "expression": { "type": "AssignmentExpression", - "start": 36574, - "end": 36597, + "start": 37092, + "end": 37115, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 35 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 36574, - "end": 36590, + "start": 37092, + "end": 37108, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 36574, - "end": 36578, + "start": 37092, + "end": 37096, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 16 } } }, "property": { "type": "Identifier", - "start": 36579, - "end": 36590, + "start": 37097, + "end": 37108, "loc": { "start": { - "line": 959, + "line": 966, "column": 17 }, "end": { - "line": 959, + "line": 966, "column": 28 }, "identifierName": "_processing" @@ -180911,15 +182357,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 36593, - "end": 36597, + "start": 37111, + "end": 37115, "loc": { "start": { - "line": 959, + "line": 966, "column": 31 }, "end": { - "line": 959, + "line": 966, "column": 35 } }, @@ -180929,86 +182375,86 @@ }, { "type": "IfStatement", - "start": 36612, - "end": 37383, + "start": 37130, + "end": 37901, "loc": { "start": { - "line": 961, + "line": 968, "column": 12 }, "end": { - "line": 982, + "line": 989, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 36616, - "end": 36651, + "start": 37134, + "end": 37169, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 51 } }, "left": { "type": "CallExpression", - "start": 36616, - "end": 36636, + "start": 37134, + "end": 37154, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 36616, - "end": 36634, + "start": 37134, + "end": 37152, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 36616, - "end": 36620, + "start": 37134, + "end": 37138, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 20 } } }, "property": { "type": "Identifier", - "start": 36621, - "end": 36634, + "start": 37139, + "end": 37152, "loc": { "start": { - "line": 961, + "line": 968, "column": 21 }, "end": { - "line": 961, + "line": 968, "column": 34 }, "identifierName": "getRecordType" @@ -181022,15 +182468,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 36641, - "end": 36651, + "start": 37159, + "end": 37169, "loc": { "start": { - "line": 961, + "line": 968, "column": 41 }, "end": { - "line": 961, + "line": 968, "column": 51 }, "identifierName": "IMAGE_ONLY" @@ -181040,86 +182486,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 36653, - "end": 37155, + "start": 37171, + "end": 37673, "loc": { "start": { - "line": 961, + "line": 968, "column": 53 }, "end": { - "line": 977, + "line": 984, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 36700, - "end": 36739, + "start": 37218, + "end": 37257, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 36700, - "end": 36738, + "start": 37218, + "end": 37256, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 36700, - "end": 36719, + "start": 37218, + "end": 37237, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 36700, - "end": 36711, + "start": 37218, + "end": 37229, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36700, - "end": 36704, + "start": 37218, + "end": 37222, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 20 } }, @@ -181127,15 +182573,15 @@ }, "property": { "type": "Identifier", - "start": 36705, - "end": 36711, + "start": 37223, + "end": 37229, "loc": { "start": { - "line": 963, + "line": 970, "column": 21 }, "end": { - "line": 963, + "line": 970, "column": 27 }, "identifierName": "player" @@ -181147,15 +182593,15 @@ }, "property": { "type": "Identifier", - "start": 36712, - "end": 36719, + "start": 37230, + "end": 37237, "loc": { "start": { - "line": 963, + "line": 970, "column": 28 }, "end": { - "line": 963, + "line": 970, "column": 35 }, "identifierName": "trigger" @@ -181168,29 +182614,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 36720, - "end": 36737, + "start": 37238, + "end": 37255, "loc": { "start": { - "line": 963, + "line": 970, "column": 36 }, "end": { - "line": 963, + "line": 970, "column": 53 } }, "object": { "type": "Identifier", - "start": 36720, - "end": 36725, + "start": 37238, + "end": 37243, "loc": { "start": { - "line": 963, + "line": 970, "column": 36 }, "end": { - "line": 963, + "line": 970, "column": 41 }, "identifierName": "Event" @@ -181199,15 +182645,15 @@ }, "property": { "type": "Identifier", - "start": 36726, - "end": 36737, + "start": 37244, + "end": 37255, "loc": { "start": { - "line": 963, + "line": 970, "column": 42 }, "end": { - "line": 963, + "line": 970, "column": 53 }, "identifierName": "STOP_RECORD" @@ -181223,15 +182669,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36671, - "end": 36683, + "start": 37189, + "end": 37201, "loc": { "start": { - "line": 962, + "line": 969, "column": 16 }, "end": { - "line": 962, + "line": 969, "column": 28 } } @@ -181241,15 +182687,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36757, - "end": 36774, + "start": 37275, + "end": 37292, "loc": { "start": { - "line": 965, + "line": 972, "column": 16 }, "end": { - "line": 965, + "line": 972, "column": 33 } } @@ -181258,71 +182704,71 @@ }, { "type": "ExpressionStatement", - "start": 36791, - "end": 36833, + "start": 37309, + "end": 37351, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 36791, - "end": 36832, + "start": 37309, + "end": 37350, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 36791, - "end": 36816, + "start": 37309, + "end": 37334, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 36791, - "end": 36802, + "start": 37309, + "end": 37320, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 36791, - "end": 36795, + "start": 37309, + "end": 37313, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 20 } }, @@ -181330,15 +182776,15 @@ }, "property": { "type": "Identifier", - "start": 36796, - "end": 36802, + "start": 37314, + "end": 37320, "loc": { "start": { - "line": 966, + "line": 973, "column": 21 }, "end": { - "line": 966, + "line": 973, "column": 27 }, "identifierName": "player" @@ -181350,15 +182796,15 @@ }, "property": { "type": "Identifier", - "start": 36803, - "end": 36816, + "start": 37321, + "end": 37334, "loc": { "start": { - "line": 966, + "line": 973, "column": 28 }, "end": { - "line": 966, + "line": 973, "column": 41 }, "identifierName": "clearInterval" @@ -181371,44 +182817,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 36817, - "end": 36831, + "start": 37335, + "end": 37349, "loc": { "start": { - "line": 966, + "line": 973, "column": 42 }, "end": { - "line": 966, + "line": 973, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 36817, - "end": 36821, + "start": 37335, + "end": 37339, "loc": { "start": { - "line": 966, + "line": 973, "column": 42 }, "end": { - "line": 966, + "line": 973, "column": 46 } } }, "property": { "type": "Identifier", - "start": 36822, - "end": 36831, + "start": 37340, + "end": 37349, "loc": { "start": { - "line": 966, + "line": 973, "column": 47 }, "end": { - "line": 966, + "line": 973, "column": 56 }, "identifierName": "countDown" @@ -181424,15 +182870,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36757, - "end": 36774, + "start": 37275, + "end": 37292, "loc": { "start": { - "line": 965, + "line": 972, "column": 16 }, "end": { - "line": 965, + "line": 972, "column": 33 } } @@ -181442,15 +182888,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36851, - "end": 36908, + "start": 37369, + "end": 37426, "loc": { "start": { - "line": 968, + "line": 975, "column": 16 }, "end": { - "line": 968, + "line": 975, "column": 73 } } @@ -181459,43 +182905,43 @@ }, { "type": "IfStatement", - "start": 36925, - "end": 37001, + "start": 37443, + "end": 37519, "loc": { "start": { - "line": 969, + "line": 976, "column": 16 }, "end": { - "line": 971, + "line": 978, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 36929, - "end": 36940, + "start": 37447, + "end": 37458, "loc": { "start": { - "line": 969, + "line": 976, "column": 20 }, "end": { - "line": 969, + "line": 976, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 36929, - "end": 36933, + "start": 37447, + "end": 37451, "loc": { "start": { - "line": 969, + "line": 976, "column": 20 }, "end": { - "line": 969, + "line": 976, "column": 24 } }, @@ -181503,15 +182949,15 @@ }, "property": { "type": "Identifier", - "start": 36934, - "end": 36940, + "start": 37452, + "end": 37458, "loc": { "start": { - "line": 969, + "line": 976, "column": 25 }, "end": { - "line": 969, + "line": 976, "column": 31 }, "identifierName": "engine" @@ -181523,101 +182969,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 36942, - "end": 37001, + "start": 37460, + "end": 37519, "loc": { "start": { - "line": 969, + "line": 976, "column": 33 }, "end": { - "line": 971, + "line": 978, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 36964, - "end": 36983, + "start": 37482, + "end": 37501, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 36964, - "end": 36982, + "start": 37482, + "end": 37500, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 36964, - "end": 36980, + "start": 37482, + "end": 37498, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 36964, - "end": 36975, + "start": 37482, + "end": 37493, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 36964, - "end": 36968, + "start": 37482, + "end": 37486, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 24 } } }, "property": { "type": "Identifier", - "start": 36969, - "end": 36975, + "start": 37487, + "end": 37493, "loc": { "start": { - "line": 970, + "line": 977, "column": 25 }, "end": { - "line": 970, + "line": 977, "column": 31 }, "identifierName": "engine" @@ -181628,15 +183074,15 @@ }, "property": { "type": "Identifier", - "start": 36976, - "end": 36980, + "start": 37494, + "end": 37498, "loc": { "start": { - "line": 970, + "line": 977, "column": 32 }, "end": { - "line": 970, + "line": 977, "column": 36 }, "identifierName": "stop" @@ -181656,15 +183102,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36851, - "end": 36908, + "start": 37369, + "end": 37426, "loc": { "start": { - "line": 968, + "line": 975, "column": 16 }, "end": { - "line": 968, + "line": 975, "column": 73 } } @@ -181673,58 +183119,58 @@ }, { "type": "IfStatement", - "start": 37019, - "end": 37141, + "start": 37537, + "end": 37659, "loc": { "start": { - "line": 973, + "line": 980, "column": 16 }, "end": { - "line": 976, + "line": 983, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 37023, - "end": 37042, + "start": 37541, + "end": 37560, "loc": { "start": { - "line": 973, + "line": 980, "column": 20 }, "end": { - "line": 973, + "line": 980, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 37023, - "end": 37027, + "start": 37541, + "end": 37545, "loc": { "start": { - "line": 973, + "line": 980, "column": 20 }, "end": { - "line": 973, + "line": 980, "column": 24 } } }, "property": { "type": "Identifier", - "start": 37028, - "end": 37042, + "start": 37546, + "end": 37560, "loc": { "start": { - "line": 973, + "line": 980, "column": 25 }, "end": { - "line": 973, + "line": 980, "column": 39 }, "identifierName": "autoMuteDevice" @@ -181735,72 +183181,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 37044, - "end": 37141, + "start": 37562, + "end": 37659, "loc": { "start": { - "line": 973, + "line": 980, "column": 41 }, "end": { - "line": 976, + "line": 983, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 37101, - "end": 37123, + "start": 37619, + "end": 37641, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 37101, - "end": 37122, + "start": 37619, + "end": 37640, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 37101, - "end": 37116, + "start": 37619, + "end": 37634, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 37101, - "end": 37105, + "start": 37619, + "end": 37623, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 24 } }, @@ -181808,15 +183254,15 @@ }, "property": { "type": "Identifier", - "start": 37106, - "end": 37116, + "start": 37624, + "end": 37634, "loc": { "start": { - "line": 975, + "line": 982, "column": 25 }, "end": { - "line": 975, + "line": 982, "column": 35 }, "identifierName": "muteTracks" @@ -181829,15 +183275,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 37117, - "end": 37121, + "start": 37635, + "end": 37639, "loc": { "start": { - "line": 975, + "line": 982, "column": 36 }, "end": { - "line": 975, + "line": 982, "column": 40 } }, @@ -181850,15 +183296,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 37066, - "end": 37080, + "start": 37584, + "end": 37598, "loc": { "start": { - "line": 974, + "line": 981, "column": 20 }, "end": { - "line": 974, + "line": 981, "column": 34 } } @@ -181875,87 +183321,87 @@ }, "alternate": { "type": "BlockStatement", - "start": 37161, - "end": 37383, + "start": 37679, + "end": 37901, "loc": { "start": { - "line": 977, + "line": 984, "column": 19 }, "end": { - "line": 982, + "line": 989, "column": 13 } }, "body": [ { "type": "IfStatement", - "start": 37179, - "end": 37369, + "start": 37697, + "end": 37887, "loc": { "start": { - "line": 978, + "line": 985, "column": 16 }, "end": { - "line": 981, + "line": 988, "column": 17 } }, "test": { "type": "MemberExpression", - "start": 37183, - "end": 37207, + "start": 37701, + "end": 37725, "loc": { "start": { - "line": 978, + "line": 985, "column": 20 }, "end": { - "line": 978, + "line": 985, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 37183, - "end": 37194, + "start": 37701, + "end": 37712, "loc": { "start": { - "line": 978, + "line": 985, "column": 20 }, "end": { - "line": 978, + "line": 985, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 37183, - "end": 37187, + "start": 37701, + "end": 37705, "loc": { "start": { - "line": 978, + "line": 985, "column": 20 }, "end": { - "line": 978, + "line": 985, "column": 24 } } }, "property": { "type": "Identifier", - "start": 37188, - "end": 37194, + "start": 37706, + "end": 37712, "loc": { "start": { - "line": 978, + "line": 985, "column": 25 }, "end": { - "line": 978, + "line": 985, "column": 31 }, "identifierName": "player" @@ -181966,15 +183412,15 @@ }, "property": { "type": "Identifier", - "start": 37195, - "end": 37207, + "start": 37713, + "end": 37725, "loc": { "start": { - "line": 978, + "line": 985, "column": 32 }, "end": { - "line": 978, + "line": 985, "column": 44 }, "identifierName": "recordedData" @@ -181985,86 +183431,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 37209, - "end": 37369, + "start": 37727, + "end": 37887, "loc": { "start": { - "line": 978, + "line": 985, "column": 46 }, "end": { - "line": 981, + "line": 988, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 37310, - "end": 37351, + "start": 37828, + "end": 37869, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 37310, - "end": 37350, + "start": 37828, + "end": 37868, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 37310, - "end": 37329, + "start": 37828, + "end": 37847, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 37310, - "end": 37321, + "start": 37828, + "end": 37839, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 37310, - "end": 37314, + "start": 37828, + "end": 37832, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 24 } }, @@ -182072,15 +183518,15 @@ }, "property": { "type": "Identifier", - "start": 37315, - "end": 37321, + "start": 37833, + "end": 37839, "loc": { "start": { - "line": 980, + "line": 987, "column": 25 }, "end": { - "line": 980, + "line": 987, "column": 31 }, "identifierName": "player" @@ -182092,15 +183538,15 @@ }, "property": { "type": "Identifier", - "start": 37322, - "end": 37329, + "start": 37840, + "end": 37847, "loc": { "start": { - "line": 980, + "line": 987, "column": 32 }, "end": { - "line": 980, + "line": 987, "column": 39 }, "identifierName": "trigger" @@ -182113,29 +183559,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37330, - "end": 37349, + "start": 37848, + "end": 37867, "loc": { "start": { - "line": 980, + "line": 987, "column": 40 }, "end": { - "line": 980, + "line": 987, "column": 59 } }, "object": { "type": "Identifier", - "start": 37330, - "end": 37335, + "start": 37848, + "end": 37853, "loc": { "start": { - "line": 980, + "line": 987, "column": 40 }, "end": { - "line": 980, + "line": 987, "column": 45 }, "identifierName": "Event" @@ -182144,15 +183590,15 @@ }, "property": { "type": "Identifier", - "start": 37336, - "end": 37349, + "start": 37854, + "end": 37867, "loc": { "start": { - "line": 980, + "line": 987, "column": 46 }, "end": { - "line": 980, + "line": 987, "column": 59 }, "identifierName": "FINISH_RECORD" @@ -182168,15 +183614,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 37231, - "end": 37289, + "start": 37749, + "end": 37807, "loc": { "start": { - "line": 979, + "line": 986, "column": 20 }, "end": { - "line": 979, + "line": 986, "column": 78 } } @@ -182205,15 +183651,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36441, - "end": 36475, + "start": 36959, + "end": 36993, "loc": { "start": { - "line": 953, + "line": 960, "column": 4 }, "end": { - "line": 955, + "line": 962, "column": 7 } } @@ -182223,15 +183669,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37405, - "end": 37463, + "start": 37923, + "end": 37981, "loc": { "start": { - "line": 986, + "line": 993, "column": 4 }, "end": { - "line": 988, + "line": 995, "column": 7 } } @@ -182240,15 +183686,15 @@ }, { "type": "ClassMethod", - "start": 37468, - "end": 37894, + "start": 37986, + "end": 38412, "loc": { "start": { - "line": 989, + "line": 996, "column": 4 }, "end": { - "line": 1001, + "line": 1008, "column": 5 } }, @@ -182256,15 +183702,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37468, - "end": 37478, + "start": 37986, + "end": 37996, "loc": { "start": { - "line": 989, + "line": 996, "column": 4 }, "end": { - "line": 989, + "line": 996, "column": 14 }, "identifierName": "stopDevice" @@ -182280,87 +183726,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37481, - "end": 37894, + "start": 37999, + "end": 38412, "loc": { "start": { - "line": 989, + "line": 996, "column": 17 }, "end": { - "line": 1001, + "line": 1008, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 37491, - "end": 37888, + "start": 38009, + "end": 38406, "loc": { "start": { - "line": 990, + "line": 997, "column": 8 }, "end": { - "line": 1000, + "line": 1007, "column": 9 } }, "test": { "type": "CallExpression", - "start": 37495, - "end": 37513, + "start": 38013, + "end": 38031, "loc": { "start": { - "line": 990, + "line": 997, "column": 12 }, "end": { - "line": 990, + "line": 997, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 37495, - "end": 37511, + "start": 38013, + "end": 38029, "loc": { "start": { - "line": 990, + "line": 997, "column": 12 }, "end": { - "line": 990, + "line": 997, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 37495, - "end": 37499, + "start": 38013, + "end": 38017, "loc": { "start": { - "line": 990, + "line": 997, "column": 12 }, "end": { - "line": 990, + "line": 997, "column": 16 } } }, "property": { "type": "Identifier", - "start": 37500, - "end": 37511, + "start": 38018, + "end": 38029, "loc": { "start": { - "line": 990, + "line": 997, "column": 17 }, "end": { - "line": 990, + "line": 997, "column": 28 }, "identifierName": "isRecording" @@ -182373,86 +183819,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 37515, - "end": 37767, + "start": 38033, + "end": 38285, "loc": { "start": { - "line": 990, + "line": 997, "column": 32 }, "end": { - "line": 997, + "line": 1004, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37636, - "end": 37701, + "start": 38154, + "end": 38219, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 77 } }, "expression": { "type": "CallExpression", - "start": 37636, - "end": 37700, + "start": 38154, + "end": 38218, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 37636, - "end": 37651, + "start": 38154, + "end": 38169, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 37636, - "end": 37647, + "start": 38154, + "end": 38165, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 37636, - "end": 37640, + "start": 38154, + "end": 38158, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 16 } }, @@ -182460,15 +183906,15 @@ }, "property": { "type": "Identifier", - "start": 37641, - "end": 37647, + "start": 38159, + "end": 38165, "loc": { "start": { - "line": 993, + "line": 1000, "column": 17 }, "end": { - "line": 993, + "line": 1000, "column": 23 }, "identifierName": "player" @@ -182480,15 +183926,15 @@ }, "property": { "type": "Identifier", - "start": 37648, - "end": 37651, + "start": 38166, + "end": 38169, "loc": { "start": { - "line": 993, + "line": 1000, "column": 24 }, "end": { - "line": 993, + "line": 1000, "column": 27 }, "identifierName": "one" @@ -182501,29 +183947,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 37652, - "end": 37671, + "start": 38170, + "end": 38189, "loc": { "start": { - "line": 993, + "line": 1000, "column": 28 }, "end": { - "line": 993, + "line": 1000, "column": 47 } }, "object": { "type": "Identifier", - "start": 37652, - "end": 37657, + "start": 38170, + "end": 38175, "loc": { "start": { - "line": 993, + "line": 1000, "column": 28 }, "end": { - "line": 993, + "line": 1000, "column": 33 }, "identifierName": "Event" @@ -182532,15 +183978,15 @@ }, "property": { "type": "Identifier", - "start": 37658, - "end": 37671, + "start": 38176, + "end": 38189, "loc": { "start": { - "line": 993, + "line": 1000, "column": 34 }, "end": { - "line": 993, + "line": 1000, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -182551,72 +183997,72 @@ }, { "type": "CallExpression", - "start": 37673, - "end": 37699, + "start": 38191, + "end": 38217, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 37673, - "end": 37693, + "start": 38191, + "end": 38211, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 69 } }, "object": { "type": "MemberExpression", - "start": 37673, - "end": 37688, + "start": 38191, + "end": 38206, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 64 } }, "object": { "type": "ThisExpression", - "start": 37673, - "end": 37677, + "start": 38191, + "end": 38195, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 53 } } }, "property": { "type": "Identifier", - "start": 37678, - "end": 37688, + "start": 38196, + "end": 38206, "loc": { "start": { - "line": 993, + "line": 1000, "column": 54 }, "end": { - "line": 993, + "line": 1000, "column": 64 }, "identifierName": "stopStream" @@ -182627,15 +184073,15 @@ }, "property": { "type": "Identifier", - "start": 37689, - "end": 37693, + "start": 38207, + "end": 38211, "loc": { "start": { - "line": 993, + "line": 1000, "column": 65 }, "end": { - "line": 993, + "line": 1000, "column": 69 }, "identifierName": "bind" @@ -182647,15 +184093,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 37694, - "end": 37698, + "start": 38212, + "end": 38216, "loc": { "start": { - "line": 993, + "line": 1000, "column": 70 }, "end": { - "line": 993, + "line": 1000, "column": 74 } } @@ -182669,15 +184115,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 37529, - "end": 37576, + "start": 38047, + "end": 38094, "loc": { "start": { - "line": 991, + "line": 998, "column": 12 }, "end": { - "line": 991, + "line": 998, "column": 59 } } @@ -182685,15 +184131,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 37589, - "end": 37623, + "start": 38107, + "end": 38141, "loc": { "start": { - "line": 992, + "line": 999, "column": 12 }, "end": { - "line": 992, + "line": 999, "column": 46 } } @@ -182703,15 +184149,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37715, - "end": 37732, + "start": 38233, + "end": 38250, "loc": { "start": { - "line": 995, + "line": 1002, "column": 12 }, "end": { - "line": 995, + "line": 1002, "column": 29 } } @@ -182720,57 +184166,57 @@ }, { "type": "ExpressionStatement", - "start": 37745, - "end": 37757, + "start": 38263, + "end": 38275, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 37745, - "end": 37756, + "start": 38263, + "end": 38274, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 37745, - "end": 37754, + "start": 38263, + "end": 38272, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 21 } }, "object": { "type": "ThisExpression", - "start": 37745, - "end": 37749, + "start": 38263, + "end": 38267, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 16 } }, @@ -182778,15 +184224,15 @@ }, "property": { "type": "Identifier", - "start": 37750, - "end": 37754, + "start": 38268, + "end": 38272, "loc": { "start": { - "line": 996, + "line": 1003, "column": 17 }, "end": { - "line": 996, + "line": 1003, "column": 21 }, "identifierName": "stop" @@ -182803,15 +184249,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37715, - "end": 37732, + "start": 38233, + "end": 38250, "loc": { "start": { - "line": 995, + "line": 1002, "column": 12 }, "end": { - "line": 995, + "line": 1002, "column": 29 } } @@ -182823,72 +184269,72 @@ }, "alternate": { "type": "BlockStatement", - "start": 37773, - "end": 37888, + "start": 38291, + "end": 38406, "loc": { "start": { - "line": 997, + "line": 1004, "column": 15 }, "end": { - "line": 1000, + "line": 1007, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 37860, - "end": 37878, + "start": 38378, + "end": 38396, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 37860, - "end": 37877, + "start": 38378, + "end": 38395, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 37860, - "end": 37875, + "start": 38378, + "end": 38393, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 37860, - "end": 37864, + "start": 38378, + "end": 38382, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 16 } }, @@ -182896,15 +184342,15 @@ }, "property": { "type": "Identifier", - "start": 37865, - "end": 37875, + "start": 38383, + "end": 38393, "loc": { "start": { - "line": 999, + "line": 1006, "column": 17 }, "end": { - "line": 999, + "line": 1006, "column": 27 }, "identifierName": "stopStream" @@ -182921,15 +184367,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 37787, - "end": 37847, + "start": 38305, + "end": 38365, "loc": { "start": { - "line": 998, + "line": 1005, "column": 12 }, "end": { - "line": 998, + "line": 1005, "column": 72 } } @@ -182948,15 +184394,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37405, - "end": 37463, + "start": 37923, + "end": 37981, "loc": { "start": { - "line": 986, + "line": 993, "column": 4 }, "end": { - "line": 988, + "line": 995, "column": 7 } } @@ -182966,15 +184412,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37900, - "end": 37942, + "start": 38418, + "end": 38460, "loc": { "start": { - "line": 1003, + "line": 1010, "column": 4 }, "end": { - "line": 1005, + "line": 1012, "column": 7 } } @@ -182983,15 +184429,15 @@ }, { "type": "ClassMethod", - "start": 37947, - "end": 38400, + "start": 38465, + "end": 38918, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 4 }, "end": { - "line": 1020, + "line": 1027, "column": 5 } }, @@ -182999,15 +184445,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 37947, - "end": 37957, + "start": 38465, + "end": 38475, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 4 }, "end": { - "line": 1006, + "line": 1013, "column": 14 }, "identifierName": "stopStream" @@ -183023,58 +184469,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 37960, - "end": 38400, + "start": 38478, + "end": 38918, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 17 }, "end": { - "line": 1020, + "line": 1027, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38004, - "end": 38394, + "start": 38522, + "end": 38912, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 8 }, "end": { - "line": 1019, + "line": 1026, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 38008, - "end": 38019, + "start": 38526, + "end": 38537, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 12 }, "end": { - "line": 1008, + "line": 1015, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38008, - "end": 38012, + "start": 38526, + "end": 38530, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 12 }, "end": { - "line": 1008, + "line": 1015, "column": 16 } }, @@ -183082,15 +184528,15 @@ }, "property": { "type": "Identifier", - "start": 38013, - "end": 38019, + "start": 38531, + "end": 38537, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 17 }, "end": { - "line": 1008, + "line": 1015, "column": 23 }, "identifierName": "stream" @@ -183102,88 +184548,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38021, - "end": 38394, + "start": 38539, + "end": 38912, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 25 }, "end": { - "line": 1019, + "line": 1026, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38035, - "end": 38062, + "start": 38553, + "end": 38580, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 38035, - "end": 38061, + "start": 38553, + "end": 38579, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38035, - "end": 38053, + "start": 38553, + "end": 38571, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 38035, - "end": 38039, + "start": 38553, + "end": 38557, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38040, - "end": 38053, + "start": 38558, + "end": 38571, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 17 }, "end": { - "line": 1009, + "line": 1016, "column": 30 }, "identifierName": "_deviceActive" @@ -183194,15 +184640,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38056, - "end": 38061, + "start": 38574, + "end": 38579, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 33 }, "end": { - "line": 1009, + "line": 1016, "column": 38 } }, @@ -183212,86 +184658,86 @@ }, { "type": "IfStatement", - "start": 38076, - "end": 38279, + "start": 38594, + "end": 38797, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 12 }, "end": { - "line": 1015, + "line": 1022, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 38080, - "end": 38115, + "start": 38598, + "end": 38633, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 51 } }, "left": { "type": "CallExpression", - "start": 38080, - "end": 38100, + "start": 38598, + "end": 38618, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 38080, - "end": 38098, + "start": 38598, + "end": 38616, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 38080, - "end": 38084, + "start": 38598, + "end": 38602, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 20 } } }, "property": { "type": "Identifier", - "start": 38085, - "end": 38098, + "start": 38603, + "end": 38616, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 21 }, "end": { - "line": 1011, + "line": 1018, "column": 34 }, "identifierName": "getRecordType" @@ -183305,15 +184751,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 38105, - "end": 38115, + "start": 38623, + "end": 38633, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 41 }, "end": { - "line": 1011, + "line": 1018, "column": 51 }, "identifierName": "AUDIO_ONLY" @@ -183323,114 +184769,114 @@ }, "consequent": { "type": "BlockStatement", - "start": 38117, - "end": 38279, + "start": 38635, + "end": 38797, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 53 }, "end": { - "line": 1015, + "line": 1022, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 38198, - "end": 38241, + "start": 38716, + "end": 38759, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 59 } }, "expression": { "type": "CallExpression", - "start": 38198, - "end": 38240, + "start": 38716, + "end": 38758, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 58 } }, "callee": { "type": "MemberExpression", - "start": 38198, - "end": 38238, + "start": 38716, + "end": 38756, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 56 } }, "object": { "type": "MemberExpression", - "start": 38198, - "end": 38227, + "start": 38716, + "end": 38745, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 38198, - "end": 38216, + "start": 38716, + "end": 38734, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 38198, - "end": 38209, + "start": 38716, + "end": 38727, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38198, - "end": 38202, + "start": 38716, + "end": 38720, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 20 } }, @@ -183438,15 +184884,15 @@ }, "property": { "type": "Identifier", - "start": 38203, - "end": 38209, + "start": 38721, + "end": 38727, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 21 }, "end": { - "line": 1013, + "line": 1020, "column": 27 }, "identifierName": "surfer" @@ -183458,15 +184904,15 @@ }, "property": { "type": "Identifier", - "start": 38210, - "end": 38216, + "start": 38728, + "end": 38734, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 28 }, "end": { - "line": 1013, + "line": 1020, "column": 34 }, "identifierName": "surfer" @@ -183478,15 +184924,15 @@ }, "property": { "type": "Identifier", - "start": 38217, - "end": 38227, + "start": 38735, + "end": 38745, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 35 }, "end": { - "line": 1013, + "line": 1020, "column": 45 }, "identifierName": "microphone" @@ -183498,15 +184944,15 @@ }, "property": { "type": "Identifier", - "start": 38228, - "end": 38238, + "start": 38746, + "end": 38756, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 46 }, "end": { - "line": 1013, + "line": 1020, "column": 56 }, "identifierName": "stopDevice" @@ -183523,15 +184969,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 38135, - "end": 38181, + "start": 38653, + "end": 38699, "loc": { "start": { - "line": 1012, + "line": 1019, "column": 16 }, "end": { - "line": 1012, + "line": 1019, "column": 62 } } @@ -183540,15 +184986,15 @@ }, { "type": "ReturnStatement", - "start": 38258, - "end": 38265, + "start": 38776, + "end": 38783, "loc": { "start": { - "line": 1014, + "line": 1021, "column": 16 }, "end": { - "line": 1014, + "line": 1021, "column": 23 } }, @@ -183561,114 +185007,114 @@ }, { "type": "ExpressionStatement", - "start": 38292, - "end": 38384, + "start": 38810, + "end": 38902, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1018, + "line": 1025, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 38292, - "end": 38383, + "start": 38810, + "end": 38901, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1018, + "line": 1025, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 38292, - "end": 38323, + "start": 38810, + "end": 38841, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 43 } }, "object": { "type": "CallExpression", - "start": 38292, - "end": 38315, + "start": 38810, + "end": 38833, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 38292, - "end": 38313, + "start": 38810, + "end": 38831, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 38292, - "end": 38303, + "start": 38810, + "end": 38821, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38292, - "end": 38296, + "start": 38810, + "end": 38814, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38297, - "end": 38303, + "start": 38815, + "end": 38821, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 17 }, "end": { - "line": 1016, + "line": 1023, "column": 23 }, "identifierName": "stream" @@ -183679,15 +185125,15 @@ }, "property": { "type": "Identifier", - "start": 38304, - "end": 38313, + "start": 38822, + "end": 38831, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 24 }, "end": { - "line": 1016, + "line": 1023, "column": 33 }, "identifierName": "getTracks" @@ -183700,15 +185146,15 @@ }, "property": { "type": "Identifier", - "start": 38316, - "end": 38323, + "start": 38834, + "end": 38841, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 36 }, "end": { - "line": 1016, + "line": 1023, "column": 43 }, "identifierName": "forEach" @@ -183720,15 +185166,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 38324, - "end": 38382, + "start": 38842, + "end": 38900, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 44 }, "end": { - "line": 1018, + "line": 1025, "column": 13 } }, @@ -183739,15 +185185,15 @@ "params": [ { "type": "Identifier", - "start": 38325, - "end": 38331, + "start": 38843, + "end": 38849, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 45 }, "end": { - "line": 1016, + "line": 1023, "column": 51 }, "identifierName": "stream" @@ -183757,72 +185203,72 @@ ], "body": { "type": "BlockStatement", - "start": 38336, - "end": 38382, + "start": 38854, + "end": 38900, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 56 }, "end": { - "line": 1018, + "line": 1025, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 38354, - "end": 38368, + "start": 38872, + "end": 38886, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 38354, - "end": 38367, + "start": 38872, + "end": 38885, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 38354, - "end": 38365, + "start": 38872, + "end": 38883, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 27 } }, "object": { "type": "Identifier", - "start": 38354, - "end": 38360, + "start": 38872, + "end": 38878, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 22 }, "identifierName": "stream" @@ -183831,15 +185277,15 @@ }, "property": { "type": "Identifier", - "start": 38361, - "end": 38365, + "start": 38879, + "end": 38883, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 23 }, "end": { - "line": 1017, + "line": 1024, "column": 27 }, "identifierName": "stop" @@ -183866,15 +185312,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 37970, - "end": 37995, + "start": 38488, + "end": 38513, "loc": { "start": { - "line": 1007, + "line": 1014, "column": 8 }, "end": { - "line": 1007, + "line": 1014, "column": 33 } } @@ -183889,15 +185335,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37900, - "end": 37942, + "start": 38418, + "end": 38460, "loc": { "start": { - "line": 1003, + "line": 1010, "column": 4 }, "end": { - "line": 1005, + "line": 1012, "column": 7 } } @@ -183907,15 +185353,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38406, - "end": 38441, + "start": 38924, + "end": 38959, "loc": { "start": { - "line": 1022, + "line": 1029, "column": 4 }, "end": { - "line": 1024, + "line": 1031, "column": 7 } } @@ -183924,15 +185370,15 @@ }, { "type": "ClassMethod", - "start": 38446, - "end": 38613, + "start": 38964, + "end": 39131, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 4 }, "end": { - "line": 1032, + "line": 1039, "column": 5 } }, @@ -183940,15 +185386,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38446, - "end": 38451, + "start": 38964, + "end": 38969, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 4 }, "end": { - "line": 1025, + "line": 1032, "column": 9 }, "identifierName": "pause" @@ -183964,44 +185410,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38454, - "end": 38613, + "start": 38972, + "end": 39131, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 12 }, "end": { - "line": 1032, + "line": 1039, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38464, - "end": 38607, + "start": 38982, + "end": 39125, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 8 }, "end": { - "line": 1031, + "line": 1038, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 38468, - "end": 38480, + "start": 38986, + "end": 38998, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 12 }, "end": { - "line": 1026, + "line": 1033, "column": 24 } }, @@ -184009,44 +185455,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 38469, - "end": 38480, + "start": 38987, + "end": 38998, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 13 }, "end": { - "line": 1026, + "line": 1033, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 38469, - "end": 38473, + "start": 38987, + "end": 38991, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 13 }, "end": { - "line": 1026, + "line": 1033, "column": 17 } } }, "property": { "type": "Identifier", - "start": 38474, - "end": 38480, + "start": 38992, + "end": 38998, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 18 }, "end": { - "line": 1026, + "line": 1033, "column": 24 }, "identifierName": "paused" @@ -184061,88 +185507,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38482, - "end": 38607, + "start": 39000, + "end": 39125, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 26 }, "end": { - "line": 1031, + "line": 1038, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38496, - "end": 38531, + "start": 39014, + "end": 39049, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 38496, - "end": 38530, + "start": 39014, + "end": 39048, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 46 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38496, - "end": 38510, + "start": 39014, + "end": 39028, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 38496, - "end": 38500, + "start": 39014, + "end": 39018, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38501, - "end": 38510, + "start": 39019, + "end": 39028, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 17 }, "end": { - "line": 1027, + "line": 1034, "column": 26 }, "identifierName": "pauseTime" @@ -184153,43 +185599,43 @@ }, "right": { "type": "CallExpression", - "start": 38513, - "end": 38530, + "start": 39031, + "end": 39048, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 29 }, "end": { - "line": 1027, + "line": 1034, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 38513, - "end": 38528, + "start": 39031, + "end": 39046, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 29 }, "end": { - "line": 1027, + "line": 1034, "column": 44 } }, "object": { "type": "Identifier", - "start": 38513, - "end": 38524, + "start": 39031, + "end": 39042, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 29 }, "end": { - "line": 1027, + "line": 1034, "column": 40 }, "identifierName": "performance" @@ -184198,15 +185644,15 @@ }, "property": { "type": "Identifier", - "start": 38525, - "end": 38528, + "start": 39043, + "end": 39046, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 41 }, "end": { - "line": 1027, + "line": 1034, "column": 44 }, "identifierName": "now" @@ -184221,73 +185667,73 @@ }, { "type": "ExpressionStatement", - "start": 38544, - "end": 38563, + "start": 39062, + "end": 39081, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 31 } }, "expression": { "type": "AssignmentExpression", - "start": 38544, - "end": 38562, + "start": 39062, + "end": 39080, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 30 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38544, - "end": 38555, + "start": 39062, + "end": 39073, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38544, - "end": 38548, + "start": 39062, + "end": 39066, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38549, - "end": 38555, + "start": 39067, + "end": 39073, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 17 }, "end": { - "line": 1028, + "line": 1035, "column": 23 }, "identifierName": "paused" @@ -184298,15 +185744,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38558, - "end": 38562, + "start": 39076, + "end": 39080, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 26 }, "end": { - "line": 1028, + "line": 1035, "column": 30 } }, @@ -184316,86 +185762,86 @@ }, { "type": "ExpressionStatement", - "start": 38577, - "end": 38597, + "start": 39095, + "end": 39115, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 32 } }, "expression": { "type": "CallExpression", - "start": 38577, - "end": 38596, + "start": 39095, + "end": 39114, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 38577, - "end": 38594, + "start": 39095, + "end": 39112, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 29 } }, "object": { "type": "MemberExpression", - "start": 38577, - "end": 38588, + "start": 39095, + "end": 39106, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38577, - "end": 38581, + "start": 39095, + "end": 39099, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38582, - "end": 38588, + "start": 39100, + "end": 39106, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 17 }, "end": { - "line": 1030, + "line": 1037, "column": 23 }, "identifierName": "engine" @@ -184406,15 +185852,15 @@ }, "property": { "type": "Identifier", - "start": 38589, - "end": 38594, + "start": 39107, + "end": 39112, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 24 }, "end": { - "line": 1030, + "line": 1037, "column": 29 }, "identifierName": "pause" @@ -184439,15 +185885,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38406, - "end": 38441, + "start": 38924, + "end": 38959, "loc": { "start": { - "line": 1022, + "line": 1029, "column": 4 }, "end": { - "line": 1024, + "line": 1031, "column": 7 } } @@ -184457,15 +185903,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38619, - "end": 38655, + "start": 39137, + "end": 39173, "loc": { "start": { - "line": 1034, + "line": 1041, "column": 4 }, "end": { - "line": 1036, + "line": 1043, "column": 7 } } @@ -184474,15 +185920,15 @@ }, { "type": "ClassMethod", - "start": 38660, - "end": 38848, + "start": 39178, + "end": 39366, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 4 }, "end": { - "line": 1044, + "line": 1051, "column": 5 } }, @@ -184490,15 +185936,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38660, - "end": 38666, + "start": 39178, + "end": 39184, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 4 }, "end": { - "line": 1037, + "line": 1044, "column": 10 }, "identifierName": "resume" @@ -184514,73 +185960,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38669, - "end": 38848, + "start": 39187, + "end": 39366, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 13 }, "end": { - "line": 1044, + "line": 1051, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 38679, - "end": 38842, + "start": 39197, + "end": 39360, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 8 }, "end": { - "line": 1043, + "line": 1050, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 38683, - "end": 38694, + "start": 39201, + "end": 39212, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 12 }, "end": { - "line": 1038, + "line": 1045, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38683, - "end": 38687, + "start": 39201, + "end": 39205, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 12 }, "end": { - "line": 1038, + "line": 1045, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38688, - "end": 38694, + "start": 39206, + "end": 39212, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 17 }, "end": { - "line": 1038, + "line": 1045, "column": 23 }, "identifierName": "paused" @@ -184591,88 +186037,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 38696, - "end": 38842, + "start": 39214, + "end": 39360, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 25 }, "end": { - "line": 1043, + "line": 1050, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 38710, - "end": 38764, + "start": 39228, + "end": 39282, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 66 } }, "expression": { "type": "AssignmentExpression", - "start": 38710, - "end": 38763, + "start": 39228, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 65 } }, "operator": "+=", "left": { "type": "MemberExpression", - "start": 38710, - "end": 38725, + "start": 39228, + "end": 39243, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 38710, - "end": 38714, + "start": 39228, + "end": 39232, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38715, - "end": 38725, + "start": 39233, + "end": 39243, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 17 }, "end": { - "line": 1039, + "line": 1046, "column": 27 }, "identifierName": "pausedTime" @@ -184683,57 +186129,57 @@ }, "right": { "type": "BinaryExpression", - "start": 38729, - "end": 38763, + "start": 39247, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 65 } }, "left": { "type": "CallExpression", - "start": 38729, - "end": 38746, + "start": 39247, + "end": 39264, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 38729, - "end": 38744, + "start": 39247, + "end": 39262, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 46 } }, "object": { "type": "Identifier", - "start": 38729, - "end": 38740, + "start": 39247, + "end": 39258, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 42 }, "identifierName": "performance" @@ -184742,15 +186188,15 @@ }, "property": { "type": "Identifier", - "start": 38741, - "end": 38744, + "start": 39259, + "end": 39262, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 43 }, "end": { - "line": 1039, + "line": 1046, "column": 46 }, "identifierName": "now" @@ -184764,44 +186210,44 @@ "operator": "-", "right": { "type": "MemberExpression", - "start": 38749, - "end": 38763, + "start": 39267, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 51 }, "end": { - "line": 1039, + "line": 1046, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 38749, - "end": 38753, + "start": 39267, + "end": 39271, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 51 }, "end": { - "line": 1039, + "line": 1046, "column": 55 } } }, "property": { "type": "Identifier", - "start": 38754, - "end": 38763, + "start": 39272, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 56 }, "end": { - "line": 1039, + "line": 1046, "column": 65 }, "identifierName": "pauseTime" @@ -184815,86 +186261,86 @@ }, { "type": "ExpressionStatement", - "start": 38778, - "end": 38799, + "start": 39296, + "end": 39317, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 38778, - "end": 38798, + "start": 39296, + "end": 39316, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 38778, - "end": 38796, + "start": 39296, + "end": 39314, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 38778, - "end": 38789, + "start": 39296, + "end": 39307, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38778, - "end": 38782, + "start": 39296, + "end": 39300, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38783, - "end": 38789, + "start": 39301, + "end": 39307, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 17 }, "end": { - "line": 1041, + "line": 1048, "column": 23 }, "identifierName": "engine" @@ -184905,15 +186351,15 @@ }, "property": { "type": "Identifier", - "start": 38790, - "end": 38796, + "start": 39308, + "end": 39314, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 24 }, "end": { - "line": 1041, + "line": 1048, "column": 30 }, "identifierName": "resume" @@ -184927,73 +186373,73 @@ }, { "type": "ExpressionStatement", - "start": 38812, - "end": 38832, + "start": 39330, + "end": 39350, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 38812, - "end": 38831, + "start": 39330, + "end": 39349, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 38812, - "end": 38823, + "start": 39330, + "end": 39341, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 38812, - "end": 38816, + "start": 39330, + "end": 39334, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 16 } } }, "property": { "type": "Identifier", - "start": 38817, - "end": 38823, + "start": 39335, + "end": 39341, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 17 }, "end": { - "line": 1042, + "line": 1049, "column": 23 }, "identifierName": "paused" @@ -185004,15 +186450,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 38826, - "end": 38831, + "start": 39344, + "end": 39349, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 26 }, "end": { - "line": 1042, + "line": 1049, "column": 31 } }, @@ -185033,15 +186479,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38619, - "end": 38655, + "start": 39137, + "end": 39173, "loc": { "start": { - "line": 1034, + "line": 1041, "column": 4 }, "end": { - "line": 1036, + "line": 1043, "column": 7 } } @@ -185051,15 +186497,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38854, - "end": 38967, + "start": 39372, + "end": 39485, "loc": { "start": { - "line": 1046, + "line": 1053, "column": 4 }, "end": { - "line": 1050, + "line": 1057, "column": 7 } } @@ -185068,15 +186514,15 @@ }, { "type": "ClassMethod", - "start": 38972, - "end": 42887, + "start": 39490, + "end": 43367, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 4 }, "end": { - "line": 1161, + "line": 1168, "column": 5 } }, @@ -185084,15 +186530,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 38972, - "end": 38988, + "start": 39490, + "end": 39506, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 4 }, "end": { - "line": 1051, + "line": 1058, "column": 20 }, "identifierName": "onRecordComplete" @@ -185108,87 +186554,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 38991, - "end": 42887, + "start": 39509, + "end": 43367, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 23 }, "end": { - "line": 1161, + "line": 1168, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 39052, - "end": 39104, + "start": 39570, + "end": 39622, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 39052, - "end": 39103, + "start": 39570, + "end": 39621, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 39052, - "end": 39076, + "start": 39570, + "end": 39594, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 39052, - "end": 39063, + "start": 39570, + "end": 39581, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 39052, - "end": 39056, + "start": 39570, + "end": 39574, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 12 } }, @@ -185196,15 +186642,15 @@ }, "property": { "type": "Identifier", - "start": 39057, - "end": 39063, + "start": 39575, + "end": 39581, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 13 }, "end": { - "line": 1053, + "line": 1060, "column": 19 }, "identifierName": "player" @@ -185216,15 +186662,15 @@ }, "property": { "type": "Identifier", - "start": 39064, - "end": 39076, + "start": 39582, + "end": 39594, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 20 }, "end": { - "line": 1053, + "line": 1060, "column": 32 }, "identifierName": "recordedData" @@ -185236,58 +186682,58 @@ }, "right": { "type": "MemberExpression", - "start": 39079, - "end": 39103, + "start": 39597, + "end": 39621, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 35 }, "end": { - "line": 1053, + "line": 1060, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 39079, - "end": 39090, + "start": 39597, + "end": 39608, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 35 }, "end": { - "line": 1053, + "line": 1060, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 39079, - "end": 39083, + "start": 39597, + "end": 39601, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 35 }, "end": { - "line": 1053, + "line": 1060, "column": 39 } } }, "property": { "type": "Identifier", - "start": 39084, - "end": 39090, + "start": 39602, + "end": 39608, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 40 }, "end": { - "line": 1053, + "line": 1060, "column": 46 }, "identifierName": "engine" @@ -185298,15 +186744,15 @@ }, "property": { "type": "Identifier", - "start": 39091, - "end": 39103, + "start": 39609, + "end": 39621, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 47 }, "end": { - "line": 1053, + "line": 1060, "column": 59 }, "identifierName": "recordedData" @@ -185321,15 +186767,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 39001, - "end": 39043, + "start": 39519, + "end": 39561, "loc": { "start": { - "line": 1052, + "line": 1059, "column": 8 }, "end": { - "line": 1052, + "line": 1059, "column": 50 } } @@ -185339,15 +186785,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 39114, - "end": 39163, + "start": 39632, + "end": 39681, "loc": { "start": { - "line": 1055, + "line": 1062, "column": 8 }, "end": { - "line": 1055, + "line": 1062, "column": 57 } } @@ -185356,85 +186802,85 @@ }, { "type": "IfStatement", - "start": 39172, - "end": 39362, + "start": 39690, + "end": 39880, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 8 }, "end": { - "line": 1059, + "line": 1066, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 39176, - "end": 39223, + "start": 39694, + "end": 39741, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 39176, - "end": 39209, + "start": 39694, + "end": 39727, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39176, - "end": 39198, + "start": 39694, + "end": 39716, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39176, - "end": 39187, + "start": 39694, + "end": 39705, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39176, - "end": 39180, + "start": 39694, + "end": 39698, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 16 } }, @@ -185442,15 +186888,15 @@ }, "property": { "type": "Identifier", - "start": 39181, - "end": 39187, + "start": 39699, + "end": 39705, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 17 }, "end": { - "line": 1056, + "line": 1063, "column": 23 }, "identifierName": "player" @@ -185462,15 +186908,15 @@ }, "property": { "type": "Identifier", - "start": 39188, - "end": 39198, + "start": 39706, + "end": 39716, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 24 }, "end": { - "line": 1056, + "line": 1063, "column": 34 }, "identifierName": "controlBar" @@ -185482,15 +186928,15 @@ }, "property": { "type": "Identifier", - "start": 39199, - "end": 39209, + "start": 39717, + "end": 39727, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 35 }, "end": { - "line": 1056, + "line": 1063, "column": 45 }, "identifierName": "playToggle" @@ -185503,15 +186949,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 39214, - "end": 39223, + "start": 39732, + "end": 39741, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 50 }, "end": { - "line": 1056, + "line": 1063, "column": 59 }, "identifierName": "undefined" @@ -185522,129 +186968,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 39225, - "end": 39362, + "start": 39743, + "end": 39880, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 61 }, "end": { - "line": 1059, + "line": 1066, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39239, - "end": 39298, + "start": 39757, + "end": 39816, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 71 } }, "expression": { "type": "CallExpression", - "start": 39239, - "end": 39297, + "start": 39757, + "end": 39815, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 39239, - "end": 39284, + "start": 39757, + "end": 39802, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 39239, - "end": 39272, + "start": 39757, + "end": 39790, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39239, - "end": 39261, + "start": 39757, + "end": 39779, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39239, - "end": 39250, + "start": 39757, + "end": 39768, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39239, - "end": 39243, + "start": 39757, + "end": 39761, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39244, - "end": 39250, + "start": 39762, + "end": 39768, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 17 }, "end": { - "line": 1057, + "line": 1064, "column": 23 }, "identifierName": "player" @@ -185655,15 +187101,15 @@ }, "property": { "type": "Identifier", - "start": 39251, - "end": 39261, + "start": 39769, + "end": 39779, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 24 }, "end": { - "line": 1057, + "line": 1064, "column": 34 }, "identifierName": "controlBar" @@ -185674,15 +187120,15 @@ }, "property": { "type": "Identifier", - "start": 39262, - "end": 39272, + "start": 39780, + "end": 39790, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 35 }, "end": { - "line": 1057, + "line": 1064, "column": 45 }, "identifierName": "playToggle" @@ -185693,15 +187139,15 @@ }, "property": { "type": "Identifier", - "start": 39273, - "end": 39284, + "start": 39791, + "end": 39802, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 46 }, "end": { - "line": 1057, + "line": 1064, "column": 57 }, "identifierName": "removeClass" @@ -185713,15 +187159,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 39285, - "end": 39296, + "start": 39803, + "end": 39814, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 58 }, "end": { - "line": 1057, + "line": 1064, "column": 69 } }, @@ -185736,114 +187182,114 @@ }, { "type": "ExpressionStatement", - "start": 39311, - "end": 39352, + "start": 39829, + "end": 39870, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 39311, - "end": 39351, + "start": 39829, + "end": 39869, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 39311, - "end": 39349, + "start": 39829, + "end": 39867, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 39311, - "end": 39344, + "start": 39829, + "end": 39862, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 39311, - "end": 39333, + "start": 39829, + "end": 39851, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 39311, - "end": 39322, + "start": 39829, + "end": 39840, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 39311, - "end": 39315, + "start": 39829, + "end": 39833, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 16 } } }, "property": { "type": "Identifier", - "start": 39316, - "end": 39322, + "start": 39834, + "end": 39840, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 17 }, "end": { - "line": 1058, + "line": 1065, "column": 23 }, "identifierName": "player" @@ -185854,15 +187300,15 @@ }, "property": { "type": "Identifier", - "start": 39323, - "end": 39333, + "start": 39841, + "end": 39851, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 24 }, "end": { - "line": 1058, + "line": 1065, "column": 34 }, "identifierName": "controlBar" @@ -185873,15 +187319,15 @@ }, "property": { "type": "Identifier", - "start": 39334, - "end": 39344, + "start": 39852, + "end": 39862, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 35 }, "end": { - "line": 1058, + "line": 1065, "column": 45 }, "identifierName": "playToggle" @@ -185892,15 +187338,15 @@ }, "property": { "type": "Identifier", - "start": 39345, - "end": 39349, + "start": 39863, + "end": 39867, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 46 }, "end": { - "line": 1058, + "line": 1065, "column": 50 }, "identifierName": "show" @@ -185921,15 +187367,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 39114, - "end": 39163, + "start": 39632, + "end": 39681, "loc": { "start": { - "line": 1055, + "line": 1062, "column": 8 }, "end": { - "line": 1055, + "line": 1062, "column": 57 } } @@ -185938,17 +187384,17 @@ "trailingComments": [ { "type": "CommentLine", - "value": " notify converter", - "start": 39372, - "end": 39391, + "value": " start converter", + "start": 39890, + "end": 39908, "loc": { "start": { - "line": 1061, + "line": 1068, "column": 8 }, "end": { - "line": 1061, - "column": 27 + "line": 1068, + "column": 26 } } } @@ -185956,57 +187402,57 @@ }, { "type": "IfStatement", - "start": 39400, - "end": 39507, + "start": 39917, + "end": 39987, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 8 }, "end": { - "line": 1064, + "line": 1071, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 39404, - "end": 39432, + "start": 39921, + "end": 39946, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 12 }, "end": { - "line": 1062, - "column": 40 + "line": 1069, + "column": 37 } }, "left": { "type": "MemberExpression", - "start": 39404, - "end": 39418, + "start": 39921, + "end": 39937, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 12 }, "end": { - "line": 1062, - "column": 26 + "line": 1069, + "column": 28 } }, "object": { "type": "ThisExpression", - "start": 39404, - "end": 39408, + "start": 39921, + "end": 39925, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 12 }, "end": { - "line": 1062, + "line": 1069, "column": 16 } }, @@ -186014,161 +187460,127 @@ }, "property": { "type": "Identifier", - "start": 39409, - "end": 39418, + "start": 39926, + "end": 39937, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 17 }, "end": { - "line": 1062, - "column": 26 + "line": 1069, + "column": 28 }, - "identifierName": "converter" + "identifierName": "convertAuto" }, - "name": "converter" + "name": "convertAuto" }, "computed": false, "leadingComments": null }, - "operator": "!==", + "operator": "===", "right": { - "type": "Identifier", - "start": 39423, - "end": 39432, + "type": "BooleanLiteral", + "start": 39942, + "end": 39946, "loc": { "start": { - "line": 1062, - "column": 31 + "line": 1069, + "column": 33 }, "end": { - "line": 1062, - "column": 40 - }, - "identifierName": "undefined" + "line": 1069, + "column": 37 + } }, - "name": "undefined" + "value": true }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 39434, - "end": 39507, + "start": 39948, + "end": 39987, "loc": { "start": { - "line": 1062, - "column": 42 + "line": 1069, + "column": 39 }, "end": { - "line": 1064, + "line": 1071, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 39448, - "end": 39497, + "start": 39962, + "end": 39977, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, - "column": 61 + "line": 1070, + "column": 27 } }, "expression": { "type": "CallExpression", - "start": 39448, - "end": 39496, + "start": 39962, + "end": 39976, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, - "column": 60 + "line": 1070, + "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 39448, - "end": 39470, + "start": 39962, + "end": 39974, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, - "column": 34 + "line": 1070, + "column": 24 } }, "object": { - "type": "MemberExpression", - "start": 39448, - "end": 39462, + "type": "ThisExpression", + "start": 39962, + "end": 39966, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, - "column": 26 - } - }, - "object": { - "type": "ThisExpression", - "start": 39448, - "end": 39452, - "loc": { - "start": { - "line": 1063, - "column": 12 - }, - "end": { - "line": 1063, - "column": 16 - } + "line": 1070, + "column": 16 } - }, - "property": { - "type": "Identifier", - "start": 39453, - "end": 39462, - "loc": { - "start": { - "line": 1063, - "column": 17 - }, - "end": { - "line": 1063, - "column": 26 - }, - "identifierName": "converter" - }, - "name": "converter" - }, - "computed": false + } }, "property": { "type": "Identifier", - "start": 39463, - "end": 39470, + "start": 39967, + "end": 39974, "loc": { "start": { - "line": 1063, - "column": 27 + "line": 1070, + "column": 17 }, "end": { - "line": 1063, - "column": 34 + "line": 1070, + "column": 24 }, "identifierName": "convert" }, @@ -186176,89 +187588,7 @@ }, "computed": false }, - "arguments": [ - { - "type": "MemberExpression", - "start": 39471, - "end": 39495, - "loc": { - "start": { - "line": 1063, - "column": 35 - }, - "end": { - "line": 1063, - "column": 59 - } - }, - "object": { - "type": "MemberExpression", - "start": 39471, - "end": 39482, - "loc": { - "start": { - "line": 1063, - "column": 35 - }, - "end": { - "line": 1063, - "column": 46 - } - }, - "object": { - "type": "ThisExpression", - "start": 39471, - "end": 39475, - "loc": { - "start": { - "line": 1063, - "column": 35 - }, - "end": { - "line": 1063, - "column": 39 - } - } - }, - "property": { - "type": "Identifier", - "start": 39476, - "end": 39482, - "loc": { - "start": { - "line": 1063, - "column": 40 - }, - "end": { - "line": 1063, - "column": 46 - }, - "identifierName": "player" - }, - "name": "player" - }, - "computed": false - }, - "property": { - "type": "Identifier", - "start": 39483, - "end": 39495, - "loc": { - "start": { - "line": 1063, - "column": 47 - }, - "end": { - "line": 1063, - "column": 59 - }, - "identifierName": "recordedData" - }, - "name": "recordedData" - }, - "computed": false - } - ] + "arguments": [] } } ], @@ -186269,17 +187599,17 @@ "leadingComments": [ { "type": "CommentLine", - "value": " notify converter", - "start": 39372, - "end": 39391, + "value": " start converter", + "start": 39890, + "end": 39908, "loc": { "start": { - "line": 1061, + "line": 1068, "column": 8 }, "end": { - "line": 1061, - "column": 27 + "line": 1068, + "column": 26 } } } @@ -186288,15 +187618,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39517, - "end": 39559, + "start": 39997, + "end": 40039, "loc": { "start": { - "line": 1066, + "line": 1073, "column": 8 }, "end": { - "line": 1066, + "line": 1073, "column": 50 } } @@ -186305,71 +187635,71 @@ }, { "type": "ExpressionStatement", - "start": 39568, - "end": 39609, + "start": 40048, + "end": 40089, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 39568, - "end": 39608, + "start": 40048, + "end": 40088, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 39568, - "end": 39587, + "start": 40048, + "end": 40067, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 39568, - "end": 39579, + "start": 40048, + "end": 40059, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 39568, - "end": 39572, + "start": 40048, + "end": 40052, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 12 } }, @@ -186377,15 +187707,15 @@ }, "property": { "type": "Identifier", - "start": 39573, - "end": 39579, + "start": 40053, + "end": 40059, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 13 }, "end": { - "line": 1067, + "line": 1074, "column": 19 }, "identifierName": "player" @@ -186397,15 +187727,15 @@ }, "property": { "type": "Identifier", - "start": 39580, - "end": 39587, + "start": 40060, + "end": 40067, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 20 }, "end": { - "line": 1067, + "line": 1074, "column": 27 }, "identifierName": "trigger" @@ -186418,29 +187748,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 39588, - "end": 39607, + "start": 40068, + "end": 40087, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 28 }, "end": { - "line": 1067, + "line": 1074, "column": 47 } }, "object": { "type": "Identifier", - "start": 39588, - "end": 39593, + "start": 40068, + "end": 40073, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 28 }, "end": { - "line": 1067, + "line": 1074, "column": 33 }, "identifierName": "Event" @@ -186449,15 +187779,15 @@ }, "property": { "type": "Identifier", - "start": 39594, - "end": 39607, + "start": 40074, + "end": 40087, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 34 }, "end": { - "line": 1067, + "line": 1074, "column": 47 }, "identifierName": "FINISH_RECORD" @@ -186473,15 +187803,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39517, - "end": 39559, + "start": 39997, + "end": 40039, "loc": { "start": { - "line": 1066, + "line": 1073, "column": 8 }, "end": { - "line": 1066, + "line": 1073, "column": 50 } } @@ -186491,15 +187821,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39619, - "end": 39684, + "start": 40099, + "end": 40164, "loc": { "start": { - "line": 1069, + "line": 1076, "column": 8 }, "end": { - "line": 1069, + "line": 1076, "column": 73 } } @@ -186508,57 +187838,57 @@ }, { "type": "IfStatement", - "start": 39693, - "end": 39748, + "start": 40173, + "end": 40228, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 8 }, "end": { - "line": 1072, + "line": 1079, "column": 9 } }, "test": { "type": "CallExpression", - "start": 39697, - "end": 39715, + "start": 40177, + "end": 40195, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 12 }, "end": { - "line": 1070, + "line": 1077, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 39697, - "end": 39713, + "start": 40177, + "end": 40193, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 12 }, "end": { - "line": 1070, + "line": 1077, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 39697, - "end": 39701, + "start": 40177, + "end": 40181, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 12 }, "end": { - "line": 1070, + "line": 1077, "column": 16 } }, @@ -186566,15 +187896,15 @@ }, "property": { "type": "Identifier", - "start": 39702, - "end": 39713, + "start": 40182, + "end": 40193, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 17 }, "end": { - "line": 1070, + "line": 1077, "column": 28 }, "identifierName": "isDestroyed" @@ -186589,30 +187919,30 @@ }, "consequent": { "type": "BlockStatement", - "start": 39717, - "end": 39748, + "start": 40197, + "end": 40228, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 32 }, "end": { - "line": 1072, + "line": 1079, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 39731, - "end": 39738, + "start": 40211, + "end": 40218, "loc": { "start": { - "line": 1071, + "line": 1078, "column": 12 }, "end": { - "line": 1071, + "line": 1078, "column": 19 } }, @@ -186627,15 +187957,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39619, - "end": 39684, + "start": 40099, + "end": 40164, "loc": { "start": { - "line": 1069, + "line": 1076, "column": 8 }, "end": { - "line": 1069, + "line": 1076, "column": 73 } } @@ -186645,15 +187975,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39758, - "end": 39791, + "start": 40238, + "end": 40271, "loc": { "start": { - "line": 1074, + "line": 1081, "column": 8 }, "end": { - "line": 1074, + "line": 1081, "column": 41 } } @@ -186662,57 +187992,57 @@ }, { "type": "SwitchStatement", - "start": 39800, - "end": 42881, + "start": 40280, + "end": 43361, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 8 }, "end": { - "line": 1160, + "line": 1167, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 39808, - "end": 39828, + "start": 40288, + "end": 40308, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 16 }, "end": { - "line": 1075, + "line": 1082, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 39808, - "end": 39826, + "start": 40288, + "end": 40306, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 16 }, "end": { - "line": 1075, + "line": 1082, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 39808, - "end": 39812, + "start": 40288, + "end": 40292, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 16 }, "end": { - "line": 1075, + "line": 1082, "column": 20 } }, @@ -186720,15 +188050,15 @@ }, "property": { "type": "Identifier", - "start": 39813, - "end": 39826, + "start": 40293, + "end": 40306, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 21 }, "end": { - "line": 1075, + "line": 1082, "column": 34 }, "identifierName": "getRecordType" @@ -186744,86 +188074,86 @@ "cases": [ { "type": "SwitchCase", - "start": 39844, - "end": 40502, + "start": 40324, + "end": 40982, "loc": { "start": { - "line": 1076, + "line": 1083, "column": 12 }, "end": { - "line": 1094, + "line": 1101, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 39936, - "end": 39956, + "start": 40416, + "end": 40436, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 39936, - "end": 39955, + "start": 40416, + "end": 40435, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 39936, - "end": 39953, + "start": 40416, + "end": 40433, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 39936, - "end": 39947, + "start": 40416, + "end": 40427, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 39936, - "end": 39940, + "start": 40416, + "end": 40420, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 20 } }, @@ -186831,15 +188161,15 @@ }, "property": { "type": "Identifier", - "start": 39941, - "end": 39947, + "start": 40421, + "end": 40427, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 21 }, "end": { - "line": 1078, + "line": 1085, "column": 27 }, "identifierName": "surfer" @@ -186851,15 +188181,15 @@ }, "property": { "type": "Identifier", - "start": 39948, - "end": 39953, + "start": 40428, + "end": 40433, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 28 }, "end": { - "line": 1078, + "line": 1085, "column": 33 }, "identifierName": "pause" @@ -186876,15 +188206,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 39877, - "end": 39919, + "start": 40357, + "end": 40399, "loc": { "start": { - "line": 1077, + "line": 1084, "column": 16 }, "end": { - "line": 1077, + "line": 1084, "column": 58 } } @@ -186894,15 +188224,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39974, - "end": 40002, + "start": 40454, + "end": 40482, "loc": { "start": { - "line": 1080, + "line": 1087, "column": 16 }, "end": { - "line": 1080, + "line": 1087, "column": 44 } } @@ -186911,71 +188241,71 @@ }, { "type": "ExpressionStatement", - "start": 40019, - "end": 40057, + "start": 40499, + "end": 40537, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 40019, - "end": 40056, + "start": 40499, + "end": 40536, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 40019, - "end": 40050, + "start": 40499, + "end": 40530, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40019, - "end": 40030, + "start": 40499, + "end": 40510, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40019, - "end": 40023, + "start": 40499, + "end": 40503, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 20 } }, @@ -186983,15 +188313,15 @@ }, "property": { "type": "Identifier", - "start": 40024, - "end": 40030, + "start": 40504, + "end": 40510, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 21 }, "end": { - "line": 1081, + "line": 1088, "column": 27 }, "identifierName": "surfer" @@ -187003,15 +188333,15 @@ }, "property": { "type": "Identifier", - "start": 40031, - "end": 40050, + "start": 40511, + "end": 40530, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 28 }, "end": { - "line": 1081, + "line": 1088, "column": 47 }, "identifierName": "setupPlaybackEvents" @@ -187024,15 +188354,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 40051, - "end": 40055, + "start": 40531, + "end": 40535, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 48 }, "end": { - "line": 1081, + "line": 1088, "column": 52 } }, @@ -187045,15 +188375,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39974, - "end": 40002, + "start": 40454, + "end": 40482, "loc": { "start": { - "line": 1080, + "line": 1087, "column": 16 }, "end": { - "line": 1080, + "line": 1087, "column": 44 } } @@ -187063,15 +188393,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 40075, - "end": 40092, + "start": 40555, + "end": 40572, "loc": { "start": { - "line": 1083, + "line": 1090, "column": 16 }, "end": { - "line": 1083, + "line": 1090, "column": 33 } } @@ -187080,85 +188410,85 @@ }, { "type": "ExpressionStatement", - "start": 40109, - "end": 40143, + "start": 40589, + "end": 40623, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 40109, - "end": 40142, + "start": 40589, + "end": 40622, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 40109, - "end": 40140, + "start": 40589, + "end": 40620, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 40109, - "end": 40135, + "start": 40589, + "end": 40615, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 40109, - "end": 40120, + "start": 40589, + "end": 40600, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40109, - "end": 40113, + "start": 40589, + "end": 40593, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 20 } }, @@ -187166,15 +188496,15 @@ }, "property": { "type": "Identifier", - "start": 40114, - "end": 40120, + "start": 40594, + "end": 40600, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 21 }, "end": { - "line": 1084, + "line": 1091, "column": 27 }, "identifierName": "player" @@ -187186,15 +188516,15 @@ }, "property": { "type": "Identifier", - "start": 40121, - "end": 40135, + "start": 40601, + "end": 40615, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 28 }, "end": { - "line": 1084, + "line": 1091, "column": 42 }, "identifierName": "loadingSpinner" @@ -187206,15 +188536,15 @@ }, "property": { "type": "Identifier", - "start": 40136, - "end": 40140, + "start": 40616, + "end": 40620, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 43 }, "end": { - "line": 1084, + "line": 1091, "column": 47 }, "identifierName": "show" @@ -187231,15 +188561,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 40075, - "end": 40092, + "start": 40555, + "end": 40572, "loc": { "start": { - "line": 1083, + "line": 1090, "column": 16 }, "end": { - "line": 1083, + "line": 1090, "column": 33 } } @@ -187249,15 +188579,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40161, - "end": 40212, + "start": 40641, + "end": 40692, "loc": { "start": { - "line": 1086, + "line": 1093, "column": 16 }, "end": { - "line": 1086, + "line": 1093, "column": 67 } } @@ -187265,15 +188595,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40229, - "end": 40253, + "start": 40709, + "end": 40733, "loc": { "start": { - "line": 1087, + "line": 1094, "column": 16 }, "end": { - "line": 1087, + "line": 1094, "column": 40 } } @@ -187282,85 +188612,85 @@ }, { "type": "ExpressionStatement", - "start": 40270, - "end": 40380, + "start": 40750, + "end": 40860, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1090, + "line": 1097, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 40270, - "end": 40379, + "start": 40750, + "end": 40859, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1090, + "line": 1097, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 40270, - "end": 40293, + "start": 40750, + "end": 40773, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 40270, - "end": 40288, + "start": 40750, + "end": 40768, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 40270, - "end": 40281, + "start": 40750, + "end": 40761, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40270, - "end": 40274, + "start": 40750, + "end": 40754, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 20 } }, @@ -187368,15 +188698,15 @@ }, "property": { "type": "Identifier", - "start": 40275, - "end": 40281, + "start": 40755, + "end": 40761, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 21 }, "end": { - "line": 1088, + "line": 1095, "column": 27 }, "identifierName": "surfer" @@ -187388,15 +188718,15 @@ }, "property": { "type": "Identifier", - "start": 40282, - "end": 40288, + "start": 40762, + "end": 40768, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 28 }, "end": { - "line": 1088, + "line": 1095, "column": 34 }, "identifierName": "surfer" @@ -187408,15 +188738,15 @@ }, "property": { "type": "Identifier", - "start": 40289, - "end": 40293, + "start": 40769, + "end": 40773, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 35 }, "end": { - "line": 1088, + "line": 1095, "column": 39 }, "identifierName": "once" @@ -187429,29 +188759,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 40294, - "end": 40305, + "start": 40774, + "end": 40785, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 40 }, "end": { - "line": 1088, + "line": 1095, "column": 51 } }, "object": { "type": "Identifier", - "start": 40294, - "end": 40299, + "start": 40774, + "end": 40779, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 40 }, "end": { - "line": 1088, + "line": 1095, "column": 45 }, "identifierName": "Event" @@ -187460,15 +188790,15 @@ }, "property": { "type": "Identifier", - "start": 40300, - "end": 40305, + "start": 40780, + "end": 40785, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 46 }, "end": { - "line": 1088, + "line": 1095, "column": 51 }, "identifierName": "READY" @@ -187479,15 +188809,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 40307, - "end": 40378, + "start": 40787, + "end": 40858, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 53 }, "end": { - "line": 1090, + "line": 1097, "column": 17 } }, @@ -187498,88 +188828,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 40313, - "end": 40378, + "start": 40793, + "end": 40858, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 59 }, "end": { - "line": 1090, + "line": 1097, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 40335, - "end": 40360, + "start": 40815, + "end": 40840, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 40335, - "end": 40359, + "start": 40815, + "end": 40839, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40335, - "end": 40351, + "start": 40815, + "end": 40831, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40335, - "end": 40339, + "start": 40815, + "end": 40819, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 24 } } }, "property": { "type": "Identifier", - "start": 40340, - "end": 40351, + "start": 40820, + "end": 40831, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 25 }, "end": { - "line": 1089, + "line": 1096, "column": 36 }, "identifierName": "_processing" @@ -187590,15 +188920,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40354, - "end": 40359, + "start": 40834, + "end": 40839, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 39 }, "end": { - "line": 1089, + "line": 1096, "column": 44 } }, @@ -187617,15 +188947,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40161, - "end": 40212, + "start": 40641, + "end": 40692, "loc": { "start": { - "line": 1086, + "line": 1093, "column": 16 }, "end": { - "line": 1086, + "line": 1093, "column": 67 } } @@ -187633,15 +188963,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40229, - "end": 40253, + "start": 40709, + "end": 40733, "loc": { "start": { - "line": 1087, + "line": 1094, "column": 16 }, "end": { - "line": 1087, + "line": 1094, "column": 40 } } @@ -187651,15 +188981,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40398, - "end": 40426, + "start": 40878, + "end": 40906, "loc": { "start": { - "line": 1092, + "line": 1099, "column": 16 }, "end": { - "line": 1092, + "line": 1099, "column": 44 } } @@ -187668,57 +188998,57 @@ }, { "type": "ExpressionStatement", - "start": 40443, - "end": 40479, + "start": 40923, + "end": 40959, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 40443, - "end": 40478, + "start": 40923, + "end": 40958, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 40443, - "end": 40452, + "start": 40923, + "end": 40932, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 40443, - "end": 40447, + "start": 40923, + "end": 40927, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 20 } }, @@ -187726,15 +189056,15 @@ }, "property": { "type": "Identifier", - "start": 40448, - "end": 40452, + "start": 40928, + "end": 40932, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 21 }, "end": { - "line": 1093, + "line": 1100, "column": 25 }, "identifierName": "load" @@ -187747,58 +189077,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 40453, - "end": 40477, + "start": 40933, + "end": 40957, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 26 }, "end": { - "line": 1093, + "line": 1100, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 40453, - "end": 40464, + "start": 40933, + "end": 40944, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 26 }, "end": { - "line": 1093, + "line": 1100, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 40453, - "end": 40457, + "start": 40933, + "end": 40937, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 26 }, "end": { - "line": 1093, + "line": 1100, "column": 30 } } }, "property": { "type": "Identifier", - "start": 40458, - "end": 40464, + "start": 40938, + "end": 40944, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 31 }, "end": { - "line": 1093, + "line": 1100, "column": 37 }, "identifierName": "player" @@ -187809,15 +189139,15 @@ }, "property": { "type": "Identifier", - "start": 40465, - "end": 40477, + "start": 40945, + "end": 40957, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 38 }, "end": { - "line": 1093, + "line": 1100, "column": 50 }, "identifierName": "recordedData" @@ -187833,15 +189163,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40398, - "end": 40426, + "start": 40878, + "end": 40906, "loc": { "start": { - "line": 1092, + "line": 1099, "column": 16 }, "end": { - "line": 1092, + "line": 1099, "column": 44 } } @@ -187850,15 +189180,15 @@ }, { "type": "BreakStatement", - "start": 40496, - "end": 40502, + "start": 40976, + "end": 40982, "loc": { "start": { - "line": 1094, + "line": 1101, "column": 16 }, "end": { - "line": 1094, + "line": 1101, "column": 22 } }, @@ -187867,15 +189197,15 @@ ], "test": { "type": "Identifier", - "start": 39849, - "end": 39859, + "start": 40329, + "end": 40339, "loc": { "start": { - "line": 1076, + "line": 1083, "column": 17 }, "end": { - "line": 1076, + "line": 1083, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -187885,30 +189215,30 @@ }, { "type": "SwitchCase", - "start": 40516, - "end": 40532, + "start": 40996, + "end": 41012, "loc": { "start": { - "line": 1096, + "line": 1103, "column": 12 }, "end": { - "line": 1096, + "line": 1103, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40521, - "end": 40531, + "start": 41001, + "end": 41011, "loc": { "start": { - "line": 1096, + "line": 1103, "column": 17 }, "end": { - "line": 1096, + "line": 1103, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -187918,30 +189248,30 @@ }, { "type": "SwitchCase", - "start": 40545, - "end": 40562, + "start": 41025, + "end": 41042, "loc": { "start": { - "line": 1097, + "line": 1104, "column": 12 }, "end": { - "line": 1097, + "line": 1104, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40550, - "end": 40561, + "start": 41030, + "end": 41041, "loc": { "start": { - "line": 1097, + "line": 1104, "column": 17 }, "end": { - "line": 1097, + "line": 1104, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -187951,30 +189281,30 @@ }, { "type": "SwitchCase", - "start": 40575, - "end": 40593, + "start": 41055, + "end": 41073, "loc": { "start": { - "line": 1098, + "line": 1105, "column": 12 }, "end": { - "line": 1098, + "line": 1105, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 40580, - "end": 40592, + "start": 41060, + "end": 41072, "loc": { "start": { - "line": 1098, + "line": 1105, "column": 17 }, "end": { - "line": 1098, + "line": 1105, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -187984,86 +189314,86 @@ }, { "type": "SwitchCase", - "start": 40606, - "end": 42034, + "start": 41086, + "end": 42514, "loc": { "start": { - "line": 1099, + "line": 1106, "column": 12 }, "end": { - "line": 1133, + "line": 1140, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 40825, - "end": 41914, + "start": 41305, + "end": 42394, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1129, + "line": 1136, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 40825, - "end": 41913, + "start": 41305, + "end": 42393, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1129, + "line": 1136, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 40825, - "end": 40840, + "start": 41305, + "end": 41320, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1103, + "line": 1110, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 40825, - "end": 40836, + "start": 41305, + "end": 41316, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1103, + "line": 1110, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 40825, - "end": 40829, + "start": 41305, + "end": 41309, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1103, + "line": 1110, "column": 20 } }, @@ -188071,15 +189401,15 @@ }, "property": { "type": "Identifier", - "start": 40830, - "end": 40836, + "start": 41310, + "end": 41316, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 21 }, "end": { - "line": 1103, + "line": 1110, "column": 27 }, "identifierName": "player" @@ -188091,15 +189421,15 @@ }, "property": { "type": "Identifier", - "start": 40837, - "end": 40840, + "start": 41317, + "end": 41320, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 28 }, "end": { - "line": 1103, + "line": 1110, "column": 31 }, "identifierName": "one" @@ -188112,29 +189442,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 40841, - "end": 40852, + "start": 41321, + "end": 41332, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 32 }, "end": { - "line": 1103, + "line": 1110, "column": 43 } }, "object": { "type": "Identifier", - "start": 40841, - "end": 40846, + "start": 41321, + "end": 41326, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 32 }, "end": { - "line": 1103, + "line": 1110, "column": 37 }, "identifierName": "Event" @@ -188143,15 +189473,15 @@ }, "property": { "type": "Identifier", - "start": 40847, - "end": 40852, + "start": 41327, + "end": 41332, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 38 }, "end": { - "line": 1103, + "line": 1110, "column": 43 }, "identifierName": "PAUSE" @@ -188162,15 +189492,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 40854, - "end": 41912, + "start": 41334, + "end": 42392, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 45 }, "end": { - "line": 1129, + "line": 1136, "column": 17 } }, @@ -188181,73 +189511,73 @@ "params": [], "body": { "type": "BlockStatement", - "start": 40860, - "end": 41912, + "start": 41340, + "end": 42392, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 51 }, "end": { - "line": 1129, + "line": 1136, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 40925, - "end": 40950, + "start": 41405, + "end": 41430, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 45 } }, "expression": { "type": "AssignmentExpression", - "start": 40925, - "end": 40949, + "start": 41405, + "end": 41429, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 44 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 40925, - "end": 40941, + "start": 41405, + "end": 41421, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 40925, - "end": 40929, + "start": 41405, + "end": 41409, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 24 } }, @@ -188255,15 +189585,15 @@ }, "property": { "type": "Identifier", - "start": 40930, - "end": 40941, + "start": 41410, + "end": 41421, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 25 }, "end": { - "line": 1105, + "line": 1112, "column": 36 }, "identifierName": "_processing" @@ -188275,15 +189605,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 40944, - "end": 40949, + "start": 41424, + "end": 41429, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 39 }, "end": { - "line": 1105, + "line": 1112, "column": 44 } }, @@ -188295,15 +189625,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 40882, - "end": 40904, + "start": 41362, + "end": 41384, "loc": { "start": { - "line": 1104, + "line": 1111, "column": 20 }, "end": { - "line": 1104, + "line": 1111, "column": 42 } } @@ -188313,15 +189643,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40972, - "end": 40986, + "start": 41452, + "end": 41466, "loc": { "start": { - "line": 1107, + "line": 1114, "column": 20 }, "end": { - "line": 1107, + "line": 1114, "column": 34 } } @@ -188330,85 +189660,85 @@ }, { "type": "ExpressionStatement", - "start": 41007, - "end": 41041, + "start": 41487, + "end": 41521, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 41007, - "end": 41040, + "start": 41487, + "end": 41520, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 41007, - "end": 41038, + "start": 41487, + "end": 41518, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 41007, - "end": 41033, + "start": 41487, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 41007, - "end": 41018, + "start": 41487, + "end": 41498, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 41007, - "end": 41011, + "start": 41487, + "end": 41491, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 24 } }, @@ -188416,15 +189746,15 @@ }, "property": { "type": "Identifier", - "start": 41012, - "end": 41018, + "start": 41492, + "end": 41498, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 25 }, "end": { - "line": 1108, + "line": 1115, "column": 31 }, "identifierName": "player" @@ -188436,15 +189766,15 @@ }, "property": { "type": "Identifier", - "start": 41019, - "end": 41033, + "start": 41499, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 32 }, "end": { - "line": 1108, + "line": 1115, "column": 46 }, "identifierName": "loadingSpinner" @@ -188456,15 +189786,15 @@ }, "property": { "type": "Identifier", - "start": 41034, - "end": 41038, + "start": 41514, + "end": 41518, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 47 }, "end": { - "line": 1108, + "line": 1115, "column": 51 }, "identifierName": "hide" @@ -188481,15 +189811,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40972, - "end": 40986, + "start": 41452, + "end": 41466, "loc": { "start": { - "line": 1107, + "line": 1114, "column": 20 }, "end": { - "line": 1107, + "line": 1114, "column": 34 } } @@ -188499,15 +189829,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 41063, - "end": 41092, + "start": 41543, + "end": 41572, "loc": { "start": { - "line": 1110, + "line": 1117, "column": 20 }, "end": { - "line": 1110, + "line": 1117, "column": 49 } } @@ -188516,57 +189846,57 @@ }, { "type": "ExpressionStatement", - "start": 41113, - "end": 41151, + "start": 41593, + "end": 41631, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 58 } }, "expression": { "type": "CallExpression", - "start": 41113, - "end": 41150, + "start": 41593, + "end": 41630, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 41113, - "end": 41129, + "start": 41593, + "end": 41609, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 41113, - "end": 41117, + "start": 41593, + "end": 41597, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 24 } }, @@ -188574,15 +189904,15 @@ }, "property": { "type": "Identifier", - "start": 41118, - "end": 41129, + "start": 41598, + "end": 41609, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 25 }, "end": { - "line": 1111, + "line": 1118, "column": 36 }, "identifierName": "setDuration" @@ -188595,44 +189925,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41130, - "end": 41149, + "start": 41610, + "end": 41629, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 37 }, "end": { - "line": 1111, + "line": 1118, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 41130, - "end": 41134, + "start": 41610, + "end": 41614, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 37 }, "end": { - "line": 1111, + "line": 1118, "column": 41 } } }, "property": { "type": "Identifier", - "start": 41135, - "end": 41149, + "start": 41615, + "end": 41629, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 42 }, "end": { - "line": 1111, + "line": 1118, "column": 56 }, "identifierName": "streamDuration" @@ -188648,15 +189978,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 41063, - "end": 41092, + "start": 41543, + "end": 41572, "loc": { "start": { - "line": 1110, + "line": 1117, "column": 20 }, "end": { - "line": 1110, + "line": 1117, "column": 49 } } @@ -188666,15 +189996,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41173, - "end": 41214, + "start": 41653, + "end": 41694, "loc": { "start": { - "line": 1113, + "line": 1120, "column": 20 }, "end": { - "line": 1113, + "line": 1120, "column": 61 } } @@ -188683,57 +190013,57 @@ }, { "type": "ExpressionStatement", - "start": 41235, - "end": 41323, + "start": 41715, + "end": 41803, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1115, + "line": 1122, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41235, - "end": 41322, + "start": 41715, + "end": 41802, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1115, + "line": 1122, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 41235, - "end": 41242, + "start": 41715, + "end": 41722, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1114, + "line": 1121, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41235, - "end": 41239, + "start": 41715, + "end": 41719, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1114, + "line": 1121, "column": 24 } }, @@ -188741,15 +190071,15 @@ }, "property": { "type": "Identifier", - "start": 41240, - "end": 41242, + "start": 41720, + "end": 41722, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 25 }, "end": { - "line": 1114, + "line": 1121, "column": 27 }, "identifierName": "on" @@ -188762,44 +190092,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41243, - "end": 41254, + "start": 41723, + "end": 41734, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 28 }, "end": { - "line": 1114, + "line": 1121, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 41243, - "end": 41247, + "start": 41723, + "end": 41727, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 28 }, "end": { - "line": 1114, + "line": 1121, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41248, - "end": 41254, + "start": 41728, + "end": 41734, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 33 }, "end": { - "line": 1114, + "line": 1121, "column": 39 }, "identifierName": "player" @@ -188810,29 +190140,29 @@ }, { "type": "MemberExpression", - "start": 41256, - "end": 41272, + "start": 41736, + "end": 41752, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 41 }, "end": { - "line": 1114, + "line": 1121, "column": 57 } }, "object": { "type": "Identifier", - "start": 41256, - "end": 41261, + "start": 41736, + "end": 41741, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 41 }, "end": { - "line": 1114, + "line": 1121, "column": 46 }, "identifierName": "Event" @@ -188841,15 +190171,15 @@ }, "property": { "type": "Identifier", - "start": 41262, - "end": 41272, + "start": 41742, + "end": 41752, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 47 }, "end": { - "line": 1114, + "line": 1121, "column": 57 }, "identifierName": "TIMEUPDATE" @@ -188860,44 +190190,44 @@ }, { "type": "MemberExpression", - "start": 41298, - "end": 41321, + "start": 41778, + "end": 41801, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 24 }, "end": { - "line": 1115, + "line": 1122, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 41298, - "end": 41302, + "start": 41778, + "end": 41782, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 24 }, "end": { - "line": 1115, + "line": 1122, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41303, - "end": 41321, + "start": 41783, + "end": 41801, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 29 }, "end": { - "line": 1115, + "line": 1122, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -188913,15 +190243,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41173, - "end": 41214, + "start": 41653, + "end": 41694, "loc": { "start": { - "line": 1113, + "line": 1120, "column": 20 }, "end": { - "line": 1113, + "line": 1120, "column": 61 } } @@ -188930,72 +190260,72 @@ }, { "type": "ExpressionStatement", - "start": 41344, - "end": 41427, + "start": 41824, + "end": 41907, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1117, + "line": 1124, "column": 49 } }, "expression": { "type": "CallExpression", - "start": 41344, - "end": 41426, + "start": 41824, + "end": 41906, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1117, + "line": 1124, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 41344, - "end": 41351, + "start": 41824, + "end": 41831, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1116, + "line": 1123, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41344, - "end": 41348, + "start": 41824, + "end": 41828, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1116, + "line": 1123, "column": 24 } } }, "property": { "type": "Identifier", - "start": 41349, - "end": 41351, + "start": 41829, + "end": 41831, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 25 }, "end": { - "line": 1116, + "line": 1123, "column": 27 }, "identifierName": "on" @@ -189007,44 +190337,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 41352, - "end": 41363, + "start": 41832, + "end": 41843, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 28 }, "end": { - "line": 1116, + "line": 1123, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 41352, - "end": 41356, + "start": 41832, + "end": 41836, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 28 }, "end": { - "line": 1116, + "line": 1123, "column": 32 } } }, "property": { "type": "Identifier", - "start": 41357, - "end": 41363, + "start": 41837, + "end": 41843, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 33 }, "end": { - "line": 1116, + "line": 1123, "column": 39 }, "identifierName": "player" @@ -189055,29 +190385,29 @@ }, { "type": "MemberExpression", - "start": 41365, - "end": 41376, + "start": 41845, + "end": 41856, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 41 }, "end": { - "line": 1116, + "line": 1123, "column": 52 } }, "object": { "type": "Identifier", - "start": 41365, - "end": 41370, + "start": 41845, + "end": 41850, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 41 }, "end": { - "line": 1116, + "line": 1123, "column": 46 }, "identifierName": "Event" @@ -189086,15 +190416,15 @@ }, "property": { "type": "Identifier", - "start": 41371, - "end": 41376, + "start": 41851, + "end": 41856, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 47 }, "end": { - "line": 1116, + "line": 1123, "column": 52 }, "identifierName": "ENDED" @@ -189105,44 +190435,44 @@ }, { "type": "MemberExpression", - "start": 41402, - "end": 41425, + "start": 41882, + "end": 41905, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 24 }, "end": { - "line": 1117, + "line": 1124, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 41402, - "end": 41406, + "start": 41882, + "end": 41886, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 24 }, "end": { - "line": 1117, + "line": 1124, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41407, - "end": 41425, + "start": 41887, + "end": 41905, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 29 }, "end": { - "line": 1117, + "line": 1124, "column": 47 }, "identifierName": "playbackTimeUpdate" @@ -189157,15 +190487,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41449, - "end": 41486, + "start": 41929, + "end": 41966, "loc": { "start": { - "line": 1119, + "line": 1126, "column": 20 }, "end": { - "line": 1119, + "line": 1126, "column": 57 } } @@ -189174,85 +190504,85 @@ }, { "type": "IfStatement", - "start": 41507, - "end": 41793, + "start": 41987, + "end": 42273, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 20 }, "end": { - "line": 1125, + "line": 1132, "column": 21 } }, "test": { "type": "LogicalExpression", - "start": 41511, - "end": 41588, + "start": 41991, + "end": 42068, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 101 } }, "left": { "type": "BinaryExpression", - "start": 41511, - "end": 41547, + "start": 41991, + "end": 42027, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 60 } }, "left": { "type": "CallExpression", - "start": 41511, - "end": 41531, + "start": 41991, + "end": 42011, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 41511, - "end": 41529, + "start": 41991, + "end": 42009, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 41511, - "end": 41515, + "start": 41991, + "end": 41995, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 28 } }, @@ -189260,15 +190590,15 @@ }, "property": { "type": "Identifier", - "start": 41516, - "end": 41529, + "start": 41996, + "end": 42009, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 29 }, "end": { - "line": 1120, + "line": 1127, "column": 42 }, "identifierName": "getRecordType" @@ -189284,15 +190614,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 41536, - "end": 41547, + "start": 42016, + "end": 42027, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 49 }, "end": { - "line": 1120, + "line": 1127, "column": 60 }, "identifierName": "AUDIO_VIDEO" @@ -189304,72 +190634,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 41551, - "end": 41588, + "start": 42031, + "end": 42068, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 101 } }, "left": { "type": "CallExpression", - "start": 41551, - "end": 41571, + "start": 42031, + "end": 42051, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 84 } }, "callee": { "type": "MemberExpression", - "start": 41551, - "end": 41569, + "start": 42031, + "end": 42049, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 82 } }, "object": { "type": "ThisExpression", - "start": 41551, - "end": 41555, + "start": 42031, + "end": 42035, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 68 } } }, "property": { "type": "Identifier", - "start": 41556, - "end": 41569, + "start": 42036, + "end": 42049, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 69 }, "end": { - "line": 1120, + "line": 1127, "column": 82 }, "identifierName": "getRecordType" @@ -189383,15 +190713,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 41576, - "end": 41588, + "start": 42056, + "end": 42068, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 89 }, "end": { - "line": 1120, + "line": 1127, "column": 101 }, "identifierName": "AUDIO_SCREEN" @@ -189403,102 +190733,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 41590, - "end": 41793, + "start": 42070, + "end": 42273, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 103 }, "end": { - "line": 1125, + "line": 1132, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 41616, - "end": 41648, + "start": 42096, + "end": 42128, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 41616, - "end": 41647, + "start": 42096, + "end": 42127, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 55 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 41616, - "end": 41639, + "start": 42096, + "end": 42119, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 41616, - "end": 41633, + "start": 42096, + "end": 42113, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41616, - "end": 41620, + "start": 42096, + "end": 42100, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 28 } } }, "property": { "type": "Identifier", - "start": 41621, - "end": 41633, + "start": 42101, + "end": 42113, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 29 }, "end": { - "line": 1121, + "line": 1128, "column": 41 }, "identifierName": "mediaElement" @@ -189509,15 +190839,15 @@ }, "property": { "type": "Identifier", - "start": 41634, - "end": 41639, + "start": 42114, + "end": 42119, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 42 }, "end": { - "line": 1121, + "line": 1128, "column": 47 }, "identifierName": "muted" @@ -189528,15 +190858,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 41642, - "end": 41647, + "start": 42122, + "end": 42127, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 50 }, "end": { - "line": 1121, + "line": 1128, "column": 55 } }, @@ -189547,15 +190877,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41674, - "end": 41714, + "start": 42154, + "end": 42194, "loc": { "start": { - "line": 1123, + "line": 1130, "column": 24 }, "end": { - "line": 1123, + "line": 1130, "column": 64 } } @@ -189564,57 +190894,57 @@ }, { "type": "ExpressionStatement", - "start": 41739, - "end": 41771, + "start": 42219, + "end": 42251, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 41739, - "end": 41770, + "start": 42219, + "end": 42250, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 41739, - "end": 41764, + "start": 42219, + "end": 42244, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 41739, - "end": 41743, + "start": 42219, + "end": 42223, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 28 } }, @@ -189622,15 +190952,15 @@ }, "property": { "type": "Identifier", - "start": 41744, - "end": 41764, + "start": 42224, + "end": 42244, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 29 }, "end": { - "line": 1124, + "line": 1131, "column": 49 }, "identifierName": "displayVolumeControl" @@ -189643,15 +190973,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 41765, - "end": 41769, + "start": 42245, + "end": 42249, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 50 }, "end": { - "line": 1124, + "line": 1131, "column": 54 } }, @@ -189664,15 +190994,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41674, - "end": 41714, + "start": 42154, + "end": 42194, "loc": { "start": { - "line": 1123, + "line": 1130, "column": 24 }, "end": { - "line": 1123, + "line": 1130, "column": 64 } } @@ -189688,15 +191018,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41449, - "end": 41486, + "start": 41929, + "end": 41966, "loc": { "start": { - "line": 1119, + "line": 1126, "column": 20 }, "end": { - "line": 1119, + "line": 1126, "column": 57 } } @@ -189706,15 +191036,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41815, - "end": 41837, + "start": 42295, + "end": 42317, "loc": { "start": { - "line": 1127, + "line": 1134, "column": 20 }, "end": { - "line": 1127, + "line": 1134, "column": 42 } } @@ -189723,57 +191053,57 @@ }, { "type": "ExpressionStatement", - "start": 41858, - "end": 41894, + "start": 42338, + "end": 42374, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 41858, - "end": 41893, + "start": 42338, + "end": 42373, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 41858, - "end": 41867, + "start": 42338, + "end": 42347, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 41858, - "end": 41862, + "start": 42338, + "end": 42342, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 24 } }, @@ -189781,15 +191111,15 @@ }, "property": { "type": "Identifier", - "start": 41863, - "end": 41867, + "start": 42343, + "end": 42347, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 25 }, "end": { - "line": 1128, + "line": 1135, "column": 29 }, "identifierName": "load" @@ -189802,58 +191132,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 41868, - "end": 41892, + "start": 42348, + "end": 42372, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 30 }, "end": { - "line": 1128, + "line": 1135, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 41868, - "end": 41879, + "start": 42348, + "end": 42359, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 30 }, "end": { - "line": 1128, + "line": 1135, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 41868, - "end": 41872, + "start": 42348, + "end": 42352, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 30 }, "end": { - "line": 1128, + "line": 1135, "column": 34 } } }, "property": { "type": "Identifier", - "start": 41873, - "end": 41879, + "start": 42353, + "end": 42359, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 35 }, "end": { - "line": 1128, + "line": 1135, "column": 41 }, "identifierName": "player" @@ -189864,15 +191194,15 @@ }, "property": { "type": "Identifier", - "start": 41880, - "end": 41892, + "start": 42360, + "end": 42372, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 42 }, "end": { - "line": 1128, + "line": 1135, "column": 54 }, "identifierName": "recordedData" @@ -189888,15 +191218,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41815, - "end": 41837, + "start": 42295, + "end": 42317, "loc": { "start": { - "line": 1127, + "line": 1134, "column": 20 }, "end": { - "line": 1127, + "line": 1134, "column": 42 } } @@ -189914,15 +191244,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 40640, - "end": 40699, + "start": 41120, + "end": 41179, "loc": { "start": { - "line": 1100, + "line": 1107, "column": 16 }, "end": { - "line": 1100, + "line": 1107, "column": 75 } } @@ -189930,15 +191260,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 40716, - "end": 40771, + "start": 41196, + "end": 41251, "loc": { "start": { - "line": 1101, + "line": 1108, "column": 16 }, "end": { - "line": 1101, + "line": 1108, "column": 71 } } @@ -189946,15 +191276,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 40788, - "end": 40808, + "start": 41268, + "end": 41288, "loc": { "start": { - "line": 1102, + "line": 1109, "column": 16 }, "end": { - "line": 1102, + "line": 1109, "column": 36 } } @@ -189964,15 +191294,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41932, - "end": 41974, + "start": 42412, + "end": 42454, "loc": { "start": { - "line": 1131, + "line": 1138, "column": 16 }, "end": { - "line": 1131, + "line": 1138, "column": 58 } } @@ -189981,71 +191311,71 @@ }, { "type": "ExpressionStatement", - "start": 41991, - "end": 42011, + "start": 42471, + "end": 42491, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 41991, - "end": 42010, + "start": 42471, + "end": 42490, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 41991, - "end": 42008, + "start": 42471, + "end": 42488, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 41991, - "end": 42002, + "start": 42471, + "end": 42482, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 41991, - "end": 41995, + "start": 42471, + "end": 42475, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 20 } }, @@ -190053,15 +191383,15 @@ }, "property": { "type": "Identifier", - "start": 41996, - "end": 42002, + "start": 42476, + "end": 42482, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 21 }, "end": { - "line": 1132, + "line": 1139, "column": 27 }, "identifierName": "player" @@ -190073,15 +191403,15 @@ }, "property": { "type": "Identifier", - "start": 42003, - "end": 42008, + "start": 42483, + "end": 42488, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 28 }, "end": { - "line": 1132, + "line": 1139, "column": 33 }, "identifierName": "pause" @@ -190098,15 +191428,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41932, - "end": 41974, + "start": 42412, + "end": 42454, "loc": { "start": { - "line": 1131, + "line": 1138, "column": 16 }, "end": { - "line": 1131, + "line": 1138, "column": 58 } } @@ -190115,15 +191445,15 @@ }, { "type": "BreakStatement", - "start": 42028, - "end": 42034, + "start": 42508, + "end": 42514, "loc": { "start": { - "line": 1133, + "line": 1140, "column": 16 }, "end": { - "line": 1133, + "line": 1140, "column": 22 } }, @@ -190132,15 +191462,15 @@ ], "test": { "type": "Identifier", - "start": 40611, - "end": 40622, + "start": 41091, + "end": 41102, "loc": { "start": { - "line": 1099, + "line": 1106, "column": 17 }, "end": { - "line": 1099, + "line": 1106, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -190150,73 +191480,73 @@ }, { "type": "SwitchCase", - "start": 42048, - "end": 42871, + "start": 42528, + "end": 43351, "loc": { "start": { - "line": 1135, + "line": 1142, "column": 12 }, "end": { - "line": 1159, + "line": 1166, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 42123, - "end": 42148, + "start": 42603, + "end": 42628, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 41 } }, "expression": { "type": "AssignmentExpression", - "start": 42123, - "end": 42147, + "start": 42603, + "end": 42627, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 40 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 42123, - "end": 42139, + "start": 42603, + "end": 42619, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 42123, - "end": 42127, + "start": 42603, + "end": 42607, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 20 } }, @@ -190224,15 +191554,15 @@ }, "property": { "type": "Identifier", - "start": 42128, - "end": 42139, + "start": 42608, + "end": 42619, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 21 }, "end": { - "line": 1137, + "line": 1144, "column": 32 }, "identifierName": "_processing" @@ -190244,15 +191574,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 42142, - "end": 42147, + "start": 42622, + "end": 42627, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 35 }, "end": { - "line": 1137, + "line": 1144, "column": 40 } }, @@ -190264,15 +191594,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 42080, - "end": 42106, + "start": 42560, + "end": 42586, "loc": { "start": { - "line": 1136, + "line": 1143, "column": 16 }, "end": { - "line": 1136, + "line": 1143, "column": 42 } } @@ -190282,15 +191612,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42166, - "end": 42180, + "start": 42646, + "end": 42660, "loc": { "start": { - "line": 1139, + "line": 1146, "column": 16 }, "end": { - "line": 1139, + "line": 1146, "column": 30 } } @@ -190299,85 +191629,85 @@ }, { "type": "ExpressionStatement", - "start": 42197, - "end": 42231, + "start": 42677, + "end": 42711, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 42197, - "end": 42230, + "start": 42677, + "end": 42710, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 42197, - "end": 42228, + "start": 42677, + "end": 42708, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 42197, - "end": 42223, + "start": 42677, + "end": 42703, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 42197, - "end": 42208, + "start": 42677, + "end": 42688, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42197, - "end": 42201, + "start": 42677, + "end": 42681, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 20 } }, @@ -190385,15 +191715,15 @@ }, "property": { "type": "Identifier", - "start": 42202, - "end": 42208, + "start": 42682, + "end": 42688, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 21 }, "end": { - "line": 1140, + "line": 1147, "column": 27 }, "identifierName": "player" @@ -190405,15 +191735,15 @@ }, "property": { "type": "Identifier", - "start": 42209, - "end": 42223, + "start": 42689, + "end": 42703, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 28 }, "end": { - "line": 1140, + "line": 1147, "column": 42 }, "identifierName": "loadingSpinner" @@ -190425,15 +191755,15 @@ }, "property": { "type": "Identifier", - "start": 42224, - "end": 42228, + "start": 42704, + "end": 42708, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 43 }, "end": { - "line": 1140, + "line": 1147, "column": 47 }, "identifierName": "hide" @@ -190450,15 +191780,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42166, - "end": 42180, + "start": 42646, + "end": 42660, "loc": { "start": { - "line": 1139, + "line": 1146, "column": 16 }, "end": { - "line": 1139, + "line": 1146, "column": 30 } } @@ -190468,15 +191798,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42249, - "end": 42281, + "start": 42729, + "end": 42761, "loc": { "start": { - "line": 1142, + "line": 1149, "column": 16 }, "end": { - "line": 1142, + "line": 1149, "column": 48 } } @@ -190485,57 +191815,57 @@ }, { "type": "ExpressionStatement", - "start": 42298, - "end": 42336, + "start": 42778, + "end": 42816, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 54 } }, "expression": { "type": "CallExpression", - "start": 42298, - "end": 42335, + "start": 42778, + "end": 42815, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 42298, - "end": 42314, + "start": 42778, + "end": 42794, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 42298, - "end": 42302, + "start": 42778, + "end": 42782, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 20 } }, @@ -190543,15 +191873,15 @@ }, "property": { "type": "Identifier", - "start": 42303, - "end": 42314, + "start": 42783, + "end": 42794, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 21 }, "end": { - "line": 1143, + "line": 1150, "column": 32 }, "identifierName": "setDuration" @@ -190564,44 +191894,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42315, - "end": 42334, + "start": 42795, + "end": 42814, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 33 }, "end": { - "line": 1143, + "line": 1150, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 42315, - "end": 42319, + "start": 42795, + "end": 42799, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 33 }, "end": { - "line": 1143, + "line": 1150, "column": 37 } } }, "property": { "type": "Identifier", - "start": 42320, - "end": 42334, + "start": 42800, + "end": 42814, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 38 }, "end": { - "line": 1143, + "line": 1150, "column": 52 }, "identifierName": "streamDuration" @@ -190617,15 +191947,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42249, - "end": 42281, + "start": 42729, + "end": 42761, "loc": { "start": { - "line": 1142, + "line": 1149, "column": 16 }, "end": { - "line": 1142, + "line": 1149, "column": 48 } } @@ -190635,15 +191965,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42354, - "end": 42375, + "start": 42834, + "end": 42855, "loc": { "start": { - "line": 1145, + "line": 1152, "column": 16 }, "end": { - "line": 1145, + "line": 1152, "column": 37 } } @@ -190652,86 +191982,86 @@ }, { "type": "ExpressionStatement", - "start": 42392, - "end": 42433, + "start": 42872, + "end": 42913, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 57 } }, "expression": { "type": "AssignmentExpression", - "start": 42392, - "end": 42432, + "start": 42872, + "end": 42912, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 56 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 42392, - "end": 42423, + "start": 42872, + "end": 42903, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 42392, - "end": 42415, + "start": 42872, + "end": 42895, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 42392, - "end": 42409, + "start": 42872, + "end": 42889, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 42392, - "end": 42396, + "start": 42872, + "end": 42876, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 20 } }, @@ -190739,15 +192069,15 @@ }, "property": { "type": "Identifier", - "start": 42397, - "end": 42409, + "start": 42877, + "end": 42889, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 21 }, "end": { - "line": 1146, + "line": 1153, "column": 33 }, "identifierName": "mediaElement" @@ -190759,15 +192089,15 @@ }, "property": { "type": "Identifier", - "start": 42410, - "end": 42415, + "start": 42890, + "end": 42895, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 34 }, "end": { - "line": 1146, + "line": 1153, "column": 39 }, "identifierName": "style" @@ -190779,15 +192109,15 @@ }, "property": { "type": "Identifier", - "start": 42416, - "end": 42423, + "start": 42896, + "end": 42903, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 40 }, "end": { - "line": 1146, + "line": 1153, "column": 47 }, "identifierName": "display" @@ -190799,15 +192129,15 @@ }, "right": { "type": "StringLiteral", - "start": 42426, - "end": 42432, + "start": 42906, + "end": 42912, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 50 }, "end": { - "line": 1146, + "line": 1153, "column": 56 } }, @@ -190823,15 +192153,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42354, - "end": 42375, + "start": 42834, + "end": 42855, "loc": { "start": { - "line": 1145, + "line": 1152, "column": 16 }, "end": { - "line": 1145, + "line": 1152, "column": 37 } } @@ -190841,15 +192171,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42451, - "end": 42474, + "start": 42931, + "end": 42954, "loc": { "start": { - "line": 1148, + "line": 1155, "column": 16 }, "end": { - "line": 1148, + "line": 1155, "column": 39 } } @@ -190858,85 +192188,85 @@ }, { "type": "ExpressionStatement", - "start": 42491, - "end": 42523, + "start": 42971, + "end": 43003, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 42491, - "end": 42522, + "start": 42971, + "end": 43002, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 42491, - "end": 42520, + "start": 42971, + "end": 43000, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 42491, - "end": 42515, + "start": 42971, + "end": 42995, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 42491, - "end": 42502, + "start": 42971, + "end": 42982, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42491, - "end": 42495, + "start": 42971, + "end": 42975, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 20 } }, @@ -190944,15 +192274,15 @@ }, "property": { "type": "Identifier", - "start": 42496, - "end": 42502, + "start": 42976, + "end": 42982, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 21 }, "end": { - "line": 1149, + "line": 1156, "column": 27 }, "identifierName": "player" @@ -190964,15 +192294,15 @@ }, "property": { "type": "Identifier", - "start": 42503, - "end": 42515, + "start": 42983, + "end": 42995, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 28 }, "end": { - "line": 1149, + "line": 1156, "column": 40 }, "identifierName": "recordCanvas" @@ -190984,15 +192314,15 @@ }, "property": { "type": "Identifier", - "start": 42516, - "end": 42520, + "start": 42996, + "end": 43000, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 41 }, "end": { - "line": 1149, + "line": 1156, "column": 45 }, "identifierName": "show" @@ -191009,15 +192339,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42451, - "end": 42474, + "start": 42931, + "end": 42954, "loc": { "start": { - "line": 1148, + "line": 1155, "column": 16 }, "end": { - "line": 1148, + "line": 1155, "column": 39 } } @@ -191027,15 +192357,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42541, - "end": 42583, + "start": 43021, + "end": 43063, "loc": { "start": { - "line": 1151, + "line": 1158, "column": 16 }, "end": { - "line": 1151, + "line": 1158, "column": 58 } } @@ -191044,71 +192374,71 @@ }, { "type": "ExpressionStatement", - "start": 42600, - "end": 42620, + "start": 43080, + "end": 43100, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 36 } }, "expression": { "type": "CallExpression", - "start": 42600, - "end": 42619, + "start": 43080, + "end": 43099, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 35 } }, "callee": { "type": "MemberExpression", - "start": 42600, - "end": 42617, + "start": 43080, + "end": 43097, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 42600, - "end": 42611, + "start": 43080, + "end": 43091, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 42600, - "end": 42604, + "start": 43080, + "end": 43084, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 20 } }, @@ -191116,15 +192446,15 @@ }, "property": { "type": "Identifier", - "start": 42605, - "end": 42611, + "start": 43085, + "end": 43091, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 21 }, "end": { - "line": 1152, + "line": 1159, "column": 27 }, "identifierName": "player" @@ -191136,15 +192466,15 @@ }, "property": { "type": "Identifier", - "start": 42612, - "end": 42617, + "start": 43092, + "end": 43097, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 28 }, "end": { - "line": 1152, + "line": 1159, "column": 33 }, "identifierName": "pause" @@ -191161,15 +192491,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42541, - "end": 42583, + "start": 43021, + "end": 43063, "loc": { "start": { - "line": 1151, + "line": 1158, "column": 16 }, "end": { - "line": 1151, + "line": 1158, "column": 58 } } @@ -191179,15 +192509,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42638, - "end": 42663, + "start": 43118, + "end": 43143, "loc": { "start": { - "line": 1154, + "line": 1161, "column": 16 }, "end": { - "line": 1154, + "line": 1161, "column": 41 } } @@ -191196,57 +192526,57 @@ }, { "type": "ExpressionStatement", - "start": 42680, - "end": 42733, + "start": 43160, + "end": 43213, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 69 } }, "expression": { "type": "CallExpression", - "start": 42680, - "end": 42732, + "start": 43160, + "end": 43212, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 42680, - "end": 42687, + "start": 43160, + "end": 43167, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42680, - "end": 42684, + "start": 43160, + "end": 43164, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 20 } }, @@ -191254,15 +192584,15 @@ }, "property": { "type": "Identifier", - "start": 42685, - "end": 42687, + "start": 43165, + "end": 43167, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 21 }, "end": { - "line": 1155, + "line": 1162, "column": 23 }, "identifierName": "on" @@ -191275,44 +192605,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42688, - "end": 42699, + "start": 43168, + "end": 43179, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 24 }, "end": { - "line": 1155, + "line": 1162, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 42688, - "end": 42692, + "start": 43168, + "end": 43172, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 24 }, "end": { - "line": 1155, + "line": 1162, "column": 28 } } }, "property": { "type": "Identifier", - "start": 42693, - "end": 42699, + "start": 43173, + "end": 43179, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 29 }, "end": { - "line": 1155, + "line": 1162, "column": 35 }, "identifierName": "player" @@ -191323,29 +192653,29 @@ }, { "type": "MemberExpression", - "start": 42701, - "end": 42711, + "start": 43181, + "end": 43191, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 37 }, "end": { - "line": 1155, + "line": 1162, "column": 47 } }, "object": { "type": "Identifier", - "start": 42701, - "end": 42706, + "start": 43181, + "end": 43186, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 37 }, "end": { - "line": 1155, + "line": 1162, "column": 42 }, "identifierName": "Event" @@ -191354,15 +192684,15 @@ }, "property": { "type": "Identifier", - "start": 42707, - "end": 42711, + "start": 43187, + "end": 43191, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 43 }, "end": { - "line": 1155, + "line": 1162, "column": 47 }, "identifierName": "PLAY" @@ -191373,44 +192703,44 @@ }, { "type": "MemberExpression", - "start": 42713, - "end": 42731, + "start": 43193, + "end": 43211, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 49 }, "end": { - "line": 1155, + "line": 1162, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 42713, - "end": 42717, + "start": 43193, + "end": 43197, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 49 }, "end": { - "line": 1155, + "line": 1162, "column": 53 } } }, "property": { "type": "Identifier", - "start": 42718, - "end": 42731, + "start": 43198, + "end": 43211, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 54 }, "end": { - "line": 1155, + "line": 1162, "column": 67 }, "identifierName": "showAnimation" @@ -191426,15 +192756,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42638, - "end": 42663, + "start": 43118, + "end": 43143, "loc": { "start": { - "line": 1154, + "line": 1161, "column": 16 }, "end": { - "line": 1154, + "line": 1161, "column": 41 } } @@ -191444,15 +192774,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42751, - "end": 42777, + "start": 43231, + "end": 43257, "loc": { "start": { - "line": 1157, + "line": 1164, "column": 16 }, "end": { - "line": 1157, + "line": 1164, "column": 42 } } @@ -191461,57 +192791,57 @@ }, { "type": "ExpressionStatement", - "start": 42794, - "end": 42848, + "start": 43274, + "end": 43328, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 70 } }, "expression": { "type": "CallExpression", - "start": 42794, - "end": 42847, + "start": 43274, + "end": 43327, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 69 } }, "callee": { "type": "MemberExpression", - "start": 42794, - "end": 42801, + "start": 43274, + "end": 43281, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 42794, - "end": 42798, + "start": 43274, + "end": 43278, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 20 } }, @@ -191519,15 +192849,15 @@ }, "property": { "type": "Identifier", - "start": 42799, - "end": 42801, + "start": 43279, + "end": 43281, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 21 }, "end": { - "line": 1158, + "line": 1165, "column": 23 }, "identifierName": "on" @@ -191540,44 +192870,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 42802, - "end": 42813, + "start": 43282, + "end": 43293, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 24 }, "end": { - "line": 1158, + "line": 1165, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 42802, - "end": 42806, + "start": 43282, + "end": 43286, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 24 }, "end": { - "line": 1158, + "line": 1165, "column": 28 } } }, "property": { "type": "Identifier", - "start": 42807, - "end": 42813, + "start": 43287, + "end": 43293, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 29 }, "end": { - "line": 1158, + "line": 1165, "column": 35 }, "identifierName": "player" @@ -191588,29 +192918,29 @@ }, { "type": "MemberExpression", - "start": 42815, - "end": 42826, + "start": 43295, + "end": 43306, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 37 }, "end": { - "line": 1158, + "line": 1165, "column": 48 } }, "object": { "type": "Identifier", - "start": 42815, - "end": 42820, + "start": 43295, + "end": 43300, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 37 }, "end": { - "line": 1158, + "line": 1165, "column": 42 }, "identifierName": "Event" @@ -191619,15 +192949,15 @@ }, "property": { "type": "Identifier", - "start": 42821, - "end": 42826, + "start": 43301, + "end": 43306, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 43 }, "end": { - "line": 1158, + "line": 1165, "column": 48 }, "identifierName": "PAUSE" @@ -191638,44 +192968,44 @@ }, { "type": "MemberExpression", - "start": 42828, - "end": 42846, + "start": 43308, + "end": 43326, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 50 }, "end": { - "line": 1158, + "line": 1165, "column": 68 } }, "object": { "type": "ThisExpression", - "start": 42828, - "end": 42832, + "start": 43308, + "end": 43312, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 50 }, "end": { - "line": 1158, + "line": 1165, "column": 54 } } }, "property": { "type": "Identifier", - "start": 42833, - "end": 42846, + "start": 43313, + "end": 43326, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 55 }, "end": { - "line": 1158, + "line": 1165, "column": 68 }, "identifierName": "hideAnimation" @@ -191691,15 +193021,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42751, - "end": 42777, + "start": 43231, + "end": 43257, "loc": { "start": { - "line": 1157, + "line": 1164, "column": 16 }, "end": { - "line": 1157, + "line": 1164, "column": 42 } } @@ -191708,15 +193038,15 @@ }, { "type": "BreakStatement", - "start": 42865, - "end": 42871, + "start": 43345, + "end": 43351, "loc": { "start": { - "line": 1159, + "line": 1166, "column": 16 }, "end": { - "line": 1159, + "line": 1166, "column": 22 } }, @@ -191725,15 +193055,15 @@ ], "test": { "type": "Identifier", - "start": 42053, - "end": 42062, + "start": 42533, + "end": 42542, "loc": { "start": { - "line": 1135, + "line": 1142, "column": 17 }, "end": { - "line": 1135, + "line": 1142, "column": 26 }, "identifierName": "ANIMATION" @@ -191746,15 +193076,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39758, - "end": 39791, + "start": 40238, + "end": 40271, "loc": { "start": { - "line": 1074, + "line": 1081, "column": 8 }, "end": { - "line": 1074, + "line": 1081, "column": 41 } } @@ -191769,15 +193099,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38854, - "end": 38967, + "start": 39372, + "end": 39485, "loc": { "start": { - "line": 1046, + "line": 1053, "column": 4 }, "end": { - "line": 1050, + "line": 1057, "column": 7 } } @@ -191787,15 +193117,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42893, - "end": 42985, + "start": 43373, + "end": 43465, "loc": { "start": { - "line": 1163, + "line": 1170, "column": 4 }, "end": { - "line": 1166, + "line": 1173, "column": 7 } } @@ -191804,15 +193134,15 @@ }, { "type": "ClassMethod", - "start": 42990, - "end": 43744, + "start": 43470, + "end": 44224, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 4 }, "end": { - "line": 1193, + "line": 1200, "column": 5 } }, @@ -191820,15 +193150,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 42990, - "end": 43001, + "start": 43470, + "end": 43481, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 4 }, "end": { - "line": 1167, + "line": 1174, "column": 15 }, "identifierName": "onCountDown" @@ -191844,44 +193174,44 @@ "params": [], "body": { "type": "BlockStatement", - "start": 43004, - "end": 43744, + "start": 43484, + "end": 44224, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 18 }, "end": { - "line": 1193, + "line": 1200, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 43014, - "end": 43738, + "start": 43494, + "end": 44218, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 8 }, "end": { - "line": 1192, + "line": 1199, "column": 9 } }, "test": { "type": "UnaryExpression", - "start": 43018, - "end": 43030, + "start": 43498, + "end": 43510, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 12 }, "end": { - "line": 1168, + "line": 1175, "column": 24 } }, @@ -191889,44 +193219,44 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 43019, - "end": 43030, + "start": 43499, + "end": 43510, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 13 }, "end": { - "line": 1168, + "line": 1175, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 43019, - "end": 43023, + "start": 43499, + "end": 43503, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 13 }, "end": { - "line": 1168, + "line": 1175, "column": 17 } } }, "property": { "type": "Identifier", - "start": 43024, - "end": 43030, + "start": 43504, + "end": 43510, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 18 }, "end": { - "line": 1168, + "line": 1175, "column": 24 }, "identifierName": "paused" @@ -191941,59 +193271,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 43032, - "end": 43738, + "start": 43512, + "end": 44218, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 26 }, "end": { - "line": 1192, + "line": 1199, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 43046, - "end": 43074, + "start": 43526, + "end": 43554, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 12 }, "end": { - "line": 1169, + "line": 1176, "column": 40 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43050, - "end": 43073, + "start": 43530, + "end": 43553, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 16 }, "end": { - "line": 1169, + "line": 1176, "column": 39 } }, "id": { "type": "Identifier", - "start": 43050, - "end": 43053, + "start": 43530, + "end": 43533, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 16 }, "end": { - "line": 1169, + "line": 1176, "column": 19 }, "identifierName": "now" @@ -192002,43 +193332,43 @@ }, "init": { "type": "CallExpression", - "start": 43056, - "end": 43073, + "start": 43536, + "end": 43553, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 22 }, "end": { - "line": 1169, + "line": 1176, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 43056, - "end": 43071, + "start": 43536, + "end": 43551, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 22 }, "end": { - "line": 1169, + "line": 1176, "column": 37 } }, "object": { "type": "Identifier", - "start": 43056, - "end": 43067, + "start": 43536, + "end": 43547, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 22 }, "end": { - "line": 1169, + "line": 1176, "column": 33 }, "identifierName": "performance" @@ -192047,15 +193377,15 @@ }, "property": { "type": "Identifier", - "start": 43068, - "end": 43071, + "start": 43548, + "end": 43551, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 34 }, "end": { - "line": 1169, + "line": 1176, "column": 37 }, "identifierName": "now" @@ -192072,44 +193402,44 @@ }, { "type": "VariableDeclaration", - "start": 43087, - "end": 43117, + "start": 43567, + "end": 43597, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 12 }, "end": { - "line": 1170, + "line": 1177, "column": 42 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43091, - "end": 43116, + "start": 43571, + "end": 43596, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 16 }, "end": { - "line": 1170, + "line": 1177, "column": 41 } }, "id": { "type": "Identifier", - "start": 43091, - "end": 43099, + "start": 43571, + "end": 43579, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 16 }, "end": { - "line": 1170, + "line": 1177, "column": 24 }, "identifierName": "duration" @@ -192118,44 +193448,44 @@ }, "init": { "type": "MemberExpression", - "start": 43102, - "end": 43116, + "start": 43582, + "end": 43596, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 27 }, "end": { - "line": 1170, + "line": 1177, "column": 41 } }, "object": { "type": "ThisExpression", - "start": 43102, - "end": 43106, + "start": 43582, + "end": 43586, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 27 }, "end": { - "line": 1170, + "line": 1177, "column": 31 } } }, "property": { "type": "Identifier", - "start": 43107, - "end": 43116, + "start": 43587, + "end": 43596, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 32 }, "end": { - "line": 1170, + "line": 1177, "column": 41 }, "identifierName": "maxLength" @@ -192170,44 +193500,44 @@ }, { "type": "VariableDeclaration", - "start": 43130, - "end": 43214, + "start": 43610, + "end": 43694, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 12 }, "end": { - "line": 1172, + "line": 1179, "column": 41 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43134, - "end": 43213, + "start": 43614, + "end": 43693, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 16 }, "end": { - "line": 1172, + "line": 1179, "column": 40 } }, "id": { "type": "Identifier", - "start": 43134, - "end": 43145, + "start": 43614, + "end": 43625, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 16 }, "end": { - "line": 1171, + "line": 1178, "column": 27 }, "identifierName": "currentTime" @@ -192216,43 +193546,43 @@ }, "init": { "type": "BinaryExpression", - "start": 43148, - "end": 43213, + "start": 43628, + "end": 43693, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 30 }, "end": { - "line": 1172, + "line": 1179, "column": 40 } }, "left": { "type": "BinaryExpression", - "start": 43149, - "end": 43205, + "start": 43629, + "end": 43685, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 31 }, "end": { - "line": 1172, + "line": 1179, "column": 32 } }, "left": { "type": "Identifier", - "start": 43149, - "end": 43152, + "start": 43629, + "end": 43632, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 31 }, "end": { - "line": 1171, + "line": 1178, "column": 34 }, "identifierName": "now" @@ -192262,58 +193592,58 @@ "operator": "-", "right": { "type": "BinaryExpression", - "start": 43156, - "end": 43204, + "start": 43636, + "end": 43684, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 38 }, "end": { - "line": 1172, + "line": 1179, "column": 31 } }, "left": { "type": "MemberExpression", - "start": 43156, - "end": 43170, + "start": 43636, + "end": 43650, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 38 }, "end": { - "line": 1171, + "line": 1178, "column": 52 } }, "object": { "type": "ThisExpression", - "start": 43156, - "end": 43160, + "start": 43636, + "end": 43640, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 38 }, "end": { - "line": 1171, + "line": 1178, "column": 42 } } }, "property": { "type": "Identifier", - "start": 43161, - "end": 43170, + "start": 43641, + "end": 43650, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 43 }, "end": { - "line": 1171, + "line": 1178, "column": 52 }, "identifierName": "startTime" @@ -192325,44 +193655,44 @@ "operator": "+", "right": { "type": "MemberExpression", - "start": 43189, - "end": 43204, + "start": 43669, + "end": 43684, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 16 }, "end": { - "line": 1172, + "line": 1179, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43189, - "end": 43193, + "start": 43669, + "end": 43673, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 16 }, "end": { - "line": 1172, + "line": 1179, "column": 20 } } }, "property": { "type": "Identifier", - "start": 43194, - "end": 43204, + "start": 43674, + "end": 43684, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 21 }, "end": { - "line": 1172, + "line": 1179, "column": 31 }, "identifierName": "pausedTime" @@ -192373,26 +193703,26 @@ }, "extra": { "parenthesized": true, - "parenStart": 43155 + "parenStart": 43635 } }, "extra": { "parenthesized": true, - "parenStart": 43148 + "parenStart": 43628 } }, "operator": "/", "right": { "type": "NumericLiteral", - "start": 43209, - "end": 43213, + "start": 43689, + "end": 43693, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 36 }, "end": { - "line": 1172, + "line": 1179, "column": 40 } }, @@ -192410,15 +193740,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43215, - "end": 43235, + "start": 43695, + "end": 43715, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 42 }, "end": { - "line": 1172, + "line": 1179, "column": 62 } } @@ -192427,58 +193757,58 @@ }, { "type": "ExpressionStatement", - "start": 43249, - "end": 43283, + "start": 43729, + "end": 43763, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 43249, - "end": 43282, + "start": 43729, + "end": 43762, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 43249, - "end": 43268, + "start": 43729, + "end": 43748, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43249, - "end": 43253, + "start": 43729, + "end": 43733, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 16 } }, @@ -192486,15 +193816,15 @@ }, "property": { "type": "Identifier", - "start": 43254, - "end": 43268, + "start": 43734, + "end": 43748, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 17 }, "end": { - "line": 1174, + "line": 1181, "column": 31 }, "identifierName": "streamDuration" @@ -192506,15 +193836,15 @@ }, "right": { "type": "Identifier", - "start": 43271, - "end": 43282, + "start": 43751, + "end": 43762, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 34 }, "end": { - "line": 1174, + "line": 1181, "column": 45 }, "identifierName": "currentTime" @@ -192527,15 +193857,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43215, - "end": 43235, + "start": 43695, + "end": 43715, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 42 }, "end": { - "line": 1172, + "line": 1179, "column": 62 } } @@ -192544,43 +193874,43 @@ }, { "type": "IfStatement", - "start": 43297, - "end": 43475, + "start": 43777, + "end": 43955, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 12 }, "end": { - "line": 1182, + "line": 1189, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 43301, - "end": 43324, + "start": 43781, + "end": 43804, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 16 }, "end": { - "line": 1176, + "line": 1183, "column": 39 } }, "left": { "type": "Identifier", - "start": 43301, - "end": 43312, + "start": 43781, + "end": 43792, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 16 }, "end": { - "line": 1176, + "line": 1183, "column": 27 }, "identifierName": "currentTime" @@ -192590,15 +193920,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 43316, - "end": 43324, + "start": 43796, + "end": 43804, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 31 }, "end": { - "line": 1176, + "line": 1183, "column": 39 }, "identifierName": "duration" @@ -192608,59 +193938,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 43326, - "end": 43475, + "start": 43806, + "end": 43955, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 41 }, "end": { - "line": 1182, + "line": 1189, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 43374, - "end": 43397, + "start": 43854, + "end": 43877, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 16 }, "end": { - "line": 1178, + "line": 1185, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 43374, - "end": 43396, + "start": 43854, + "end": 43876, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 16 }, "end": { - "line": 1178, + "line": 1185, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 43374, - "end": 43385, + "start": 43854, + "end": 43865, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 16 }, "end": { - "line": 1178, + "line": 1185, "column": 27 }, "identifierName": "currentTime" @@ -192670,15 +194000,15 @@ }, "right": { "type": "Identifier", - "start": 43388, - "end": 43396, + "start": 43868, + "end": 43876, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 30 }, "end": { - "line": 1178, + "line": 1185, "column": 38 }, "identifierName": "duration" @@ -192691,15 +194021,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 43344, - "end": 43357, + "start": 43824, + "end": 43837, "loc": { "start": { - "line": 1177, + "line": 1184, "column": 16 }, "end": { - "line": 1177, + "line": 1184, "column": 29 } } @@ -192709,15 +194039,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43415, - "end": 43432, + "start": 43895, + "end": 43912, "loc": { "start": { - "line": 1180, + "line": 1187, "column": 16 }, "end": { - "line": 1180, + "line": 1187, "column": 33 } } @@ -192726,57 +194056,57 @@ }, { "type": "ExpressionStatement", - "start": 43449, - "end": 43461, + "start": 43929, + "end": 43941, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 43449, - "end": 43460, + "start": 43929, + "end": 43940, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 43449, - "end": 43458, + "start": 43929, + "end": 43938, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 43449, - "end": 43453, + "start": 43929, + "end": 43933, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 20 } }, @@ -192784,15 +194114,15 @@ }, "property": { "type": "Identifier", - "start": 43454, - "end": 43458, + "start": 43934, + "end": 43938, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 21 }, "end": { - "line": 1181, + "line": 1188, "column": 25 }, "identifierName": "stop" @@ -192809,15 +194139,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43415, - "end": 43432, + "start": 43895, + "end": 43912, "loc": { "start": { - "line": 1180, + "line": 1187, "column": 16 }, "end": { - "line": 1180, + "line": 1187, "column": 33 } } @@ -192833,15 +194163,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43489, - "end": 43507, + "start": 43969, + "end": 43987, "loc": { "start": { - "line": 1184, + "line": 1191, "column": 12 }, "end": { - "line": 1184, + "line": 1191, "column": 30 } } @@ -192850,57 +194180,57 @@ }, { "type": "ExpressionStatement", - "start": 43520, - "end": 43547, + "start": 44000, + "end": 44027, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 43520, - "end": 43546, + "start": 44000, + "end": 44026, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 43520, - "end": 43536, + "start": 44000, + "end": 44016, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 43520, - "end": 43524, + "start": 44000, + "end": 44004, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 16 } }, @@ -192908,15 +194238,15 @@ }, "property": { "type": "Identifier", - "start": 43525, - "end": 43536, + "start": 44005, + "end": 44016, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 17 }, "end": { - "line": 1185, + "line": 1192, "column": 28 }, "identifierName": "setDuration" @@ -192929,15 +194259,15 @@ "arguments": [ { "type": "Identifier", - "start": 43537, - "end": 43545, + "start": 44017, + "end": 44025, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 29 }, "end": { - "line": 1185, + "line": 1192, "column": 37 }, "identifierName": "duration" @@ -192951,15 +194281,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43489, - "end": 43507, + "start": 43969, + "end": 43987, "loc": { "start": { - "line": 1184, + "line": 1191, "column": 12 }, "end": { - "line": 1184, + "line": 1191, "column": 30 } } @@ -192969,15 +194299,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43561, - "end": 43583, + "start": 44041, + "end": 44063, "loc": { "start": { - "line": 1187, + "line": 1194, "column": 12 }, "end": { - "line": 1187, + "line": 1194, "column": 34 } } @@ -192986,57 +194316,57 @@ }, { "type": "ExpressionStatement", - "start": 43596, - "end": 43639, + "start": 44076, + "end": 44119, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 43596, - "end": 43638, + "start": 44076, + "end": 44118, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43596, - "end": 43615, + "start": 44076, + "end": 44095, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 43596, - "end": 43600, + "start": 44076, + "end": 44080, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 16 } }, @@ -193044,15 +194374,15 @@ }, "property": { "type": "Identifier", - "start": 43601, - "end": 43615, + "start": 44081, + "end": 44095, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 17 }, "end": { - "line": 1188, + "line": 1195, "column": 31 }, "identifierName": "setCurrentTime" @@ -193065,15 +194395,15 @@ "arguments": [ { "type": "Identifier", - "start": 43616, - "end": 43627, + "start": 44096, + "end": 44107, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 32 }, "end": { - "line": 1188, + "line": 1195, "column": 43 }, "identifierName": "currentTime" @@ -193082,15 +194412,15 @@ }, { "type": "Identifier", - "start": 43629, - "end": 43637, + "start": 44109, + "end": 44117, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 45 }, "end": { - "line": 1188, + "line": 1195, "column": 53 }, "identifierName": "duration" @@ -193104,15 +194434,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43561, - "end": 43583, + "start": 44041, + "end": 44063, "loc": { "start": { - "line": 1187, + "line": 1194, "column": 12 }, "end": { - "line": 1187, + "line": 1194, "column": 34 } } @@ -193122,15 +194452,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43653, - "end": 43672, + "start": 44133, + "end": 44152, "loc": { "start": { - "line": 1190, + "line": 1197, "column": 12 }, "end": { - "line": 1190, + "line": 1197, "column": 31 } } @@ -193139,71 +194469,71 @@ }, { "type": "ExpressionStatement", - "start": 43685, - "end": 43728, + "start": 44165, + "end": 44208, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 43685, - "end": 43727, + "start": 44165, + "end": 44207, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 43685, - "end": 43704, + "start": 44165, + "end": 44184, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 43685, - "end": 43696, + "start": 44165, + "end": 44176, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 43685, - "end": 43689, + "start": 44165, + "end": 44169, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 16 } }, @@ -193211,15 +194541,15 @@ }, "property": { "type": "Identifier", - "start": 43690, - "end": 43696, + "start": 44170, + "end": 44176, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 17 }, "end": { - "line": 1191, + "line": 1198, "column": 23 }, "identifierName": "player" @@ -193231,15 +194561,15 @@ }, "property": { "type": "Identifier", - "start": 43697, - "end": 43704, + "start": 44177, + "end": 44184, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 24 }, "end": { - "line": 1191, + "line": 1198, "column": 31 }, "identifierName": "trigger" @@ -193252,29 +194582,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 43705, - "end": 43726, + "start": 44185, + "end": 44206, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 32 }, "end": { - "line": 1191, + "line": 1198, "column": 53 } }, "object": { "type": "Identifier", - "start": 43705, - "end": 43710, + "start": 44185, + "end": 44190, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 32 }, "end": { - "line": 1191, + "line": 1198, "column": 37 }, "identifierName": "Event" @@ -193283,15 +194613,15 @@ }, "property": { "type": "Identifier", - "start": 43711, - "end": 43726, + "start": 44191, + "end": 44206, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 38 }, "end": { - "line": 1191, + "line": 1198, "column": 53 }, "identifierName": "PROGRESS_RECORD" @@ -193307,15 +194637,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43653, - "end": 43672, + "start": 44133, + "end": 44152, "loc": { "start": { - "line": 1190, + "line": 1197, "column": 12 }, "end": { - "line": 1190, + "line": 1197, "column": 31 } } @@ -193335,15 +194665,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42893, - "end": 42985, + "start": 43373, + "end": 43465, "loc": { "start": { - "line": 1163, + "line": 1170, "column": 4 }, "end": { - "line": 1166, + "line": 1173, "column": 7 } } @@ -193353,15 +194683,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 43750, - "end": 43957, + "start": 44230, + "end": 44437, "loc": { "start": { - "line": 1195, + "line": 1202, "column": 4 }, "end": { - "line": 1201, + "line": 1208, "column": 7 } } @@ -193370,15 +194700,15 @@ }, { "type": "ClassMethod", - "start": 43962, - "end": 44219, + "start": 44442, + "end": 44699, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 4 }, "end": { - "line": 1210, + "line": 1217, "column": 5 } }, @@ -193386,15 +194716,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 43962, - "end": 43976, + "start": 44442, + "end": 44456, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 4 }, "end": { - "line": 1202, + "line": 1209, "column": 18 }, "identifierName": "getCurrentTime" @@ -193410,59 +194740,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 43979, - "end": 44219, + "start": 44459, + "end": 44699, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 21 }, "end": { - "line": 1210, + "line": 1217, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 43989, - "end": 44066, + "start": 44469, + "end": 44546, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 8 }, "end": { - "line": 1203, + "line": 1210, "column": 85 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 43993, - "end": 44065, + "start": 44473, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 12 }, "end": { - "line": 1203, + "line": 1210, "column": 84 } }, "id": { "type": "Identifier", - "start": 43993, - "end": 44004, + "start": 44473, + "end": 44484, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 12 }, "end": { - "line": 1203, + "line": 1210, "column": 23 }, "identifierName": "currentTime" @@ -193471,43 +194801,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 44007, - "end": 44065, + "start": 44487, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 26 }, "end": { - "line": 1203, + "line": 1210, "column": 84 } }, "test": { "type": "CallExpression", - "start": 44007, - "end": 44036, + "start": 44487, + "end": 44516, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 26 }, "end": { - "line": 1203, + "line": 1210, "column": 55 } }, "callee": { "type": "Identifier", - "start": 44007, - "end": 44012, + "start": 44487, + "end": 44492, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 26 }, "end": { - "line": 1203, + "line": 1210, "column": 31 }, "identifierName": "isNaN" @@ -193517,44 +194847,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 44013, - "end": 44035, + "start": 44493, + "end": 44515, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 32 }, "end": { - "line": 1203, + "line": 1210, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 44013, - "end": 44017, + "start": 44493, + "end": 44497, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 32 }, "end": { - "line": 1203, + "line": 1210, "column": 36 } } }, "property": { "type": "Identifier", - "start": 44018, - "end": 44035, + "start": 44498, + "end": 44515, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 37 }, "end": { - "line": 1203, + "line": 1210, "column": 54 }, "identifierName": "streamCurrentTime" @@ -193567,15 +194897,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44039, - "end": 44040, + "start": 44519, + "end": 44520, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 58 }, "end": { - "line": 1203, + "line": 1210, "column": 59 } }, @@ -193587,44 +194917,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 44043, - "end": 44065, + "start": 44523, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 62 }, "end": { - "line": 1203, + "line": 1210, "column": 84 } }, "object": { "type": "ThisExpression", - "start": 44043, - "end": 44047, + "start": 44523, + "end": 44527, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 62 }, "end": { - "line": 1203, + "line": 1210, "column": 66 } } }, "property": { "type": "Identifier", - "start": 44048, - "end": 44065, + "start": 44528, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 67 }, "end": { - "line": 1203, + "line": 1210, "column": 84 }, "identifierName": "streamCurrentTime" @@ -193640,86 +194970,86 @@ }, { "type": "IfStatement", - "start": 44076, - "end": 44184, + "start": 44556, + "end": 44664, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 8 }, "end": { - "line": 1207, + "line": 1214, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 44080, - "end": 44115, + "start": 44560, + "end": 44595, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 47 } }, "left": { "type": "CallExpression", - "start": 44080, - "end": 44100, + "start": 44560, + "end": 44580, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 44080, - "end": 44098, + "start": 44560, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 44080, - "end": 44084, + "start": 44560, + "end": 44564, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 16 } } }, "property": { "type": "Identifier", - "start": 44085, - "end": 44098, + "start": 44565, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 17 }, "end": { - "line": 1205, + "line": 1212, "column": 30 }, "identifierName": "getRecordType" @@ -193733,15 +195063,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 44105, - "end": 44115, + "start": 44585, + "end": 44595, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 37 }, "end": { - "line": 1205, + "line": 1212, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -193751,59 +195081,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 44117, - "end": 44184, + "start": 44597, + "end": 44664, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 49 }, "end": { - "line": 1207, + "line": 1214, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 44131, - "end": 44174, + "start": 44611, + "end": 44654, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 12 }, "end": { - "line": 1206, + "line": 1213, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 44131, - "end": 44173, + "start": 44611, + "end": 44653, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 12 }, "end": { - "line": 1206, + "line": 1213, "column": 54 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44131, - "end": 44142, + "start": 44611, + "end": 44622, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 12 }, "end": { - "line": 1206, + "line": 1213, "column": 23 }, "identifierName": "currentTime" @@ -193812,72 +195142,72 @@ }, "right": { "type": "CallExpression", - "start": 44145, - "end": 44173, + "start": 44625, + "end": 44653, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 44145, - "end": 44171, + "start": 44625, + "end": 44651, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 44145, - "end": 44156, + "start": 44625, + "end": 44636, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 44145, - "end": 44149, + "start": 44625, + "end": 44629, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 30 } } }, "property": { "type": "Identifier", - "start": 44150, - "end": 44156, + "start": 44630, + "end": 44636, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 31 }, "end": { - "line": 1206, + "line": 1213, "column": 37 }, "identifierName": "surfer" @@ -193888,15 +195218,15 @@ }, "property": { "type": "Identifier", - "start": 44157, - "end": 44171, + "start": 44637, + "end": 44651, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 38 }, "end": { - "line": 1206, + "line": 1213, "column": 52 }, "identifierName": "getCurrentTime" @@ -193916,29 +195246,29 @@ }, { "type": "ReturnStatement", - "start": 44194, - "end": 44213, + "start": 44674, + "end": 44693, "loc": { "start": { - "line": 1209, + "line": 1216, "column": 8 }, "end": { - "line": 1209, + "line": 1216, "column": 27 } }, "argument": { "type": "Identifier", - "start": 44201, - "end": 44212, + "start": 44681, + "end": 44692, "loc": { "start": { - "line": 1209, + "line": 1216, "column": 15 }, "end": { - "line": 1209, + "line": 1216, "column": 26 }, "identifierName": "currentTime" @@ -193954,15 +195284,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 43750, - "end": 43957, + "start": 44230, + "end": 44437, "loc": { "start": { - "line": 1195, + "line": 1202, "column": 4 }, "end": { - "line": 1201, + "line": 1208, "column": 7 } } @@ -193972,15 +195302,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 44225, - "end": 44481, + "start": 44705, + "end": 44961, "loc": { "start": { - "line": 1212, + "line": 1219, "column": 4 }, "end": { - "line": 1219, + "line": 1226, "column": 7 } } @@ -193989,15 +195319,15 @@ }, { "type": "ClassMethod", - "start": 44486, - "end": 45658, + "start": 44966, + "end": 46138, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 4 }, "end": { - "line": 1246, + "line": 1253, "column": 5 } }, @@ -194005,15 +195335,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 44486, - "end": 44500, + "start": 44966, + "end": 44980, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 4 }, "end": { - "line": 1220, + "line": 1227, "column": 18 }, "identifierName": "setCurrentTime" @@ -194029,15 +195359,15 @@ "params": [ { "type": "Identifier", - "start": 44501, - "end": 44512, + "start": 44981, + "end": 44992, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 19 }, "end": { - "line": 1220, + "line": 1227, "column": 30 }, "identifierName": "currentTime" @@ -194046,15 +195376,15 @@ }, { "type": "Identifier", - "start": 44514, - "end": 44522, + "start": 44994, + "end": 45002, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 32 }, "end": { - "line": 1220, + "line": 1227, "column": 40 }, "identifierName": "duration" @@ -194064,59 +195394,59 @@ ], "body": { "type": "BlockStatement", - "start": 44524, - "end": 45658, + "start": 45004, + "end": 46138, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 42 }, "end": { - "line": 1246, + "line": 1253, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 44534, - "end": 44585, + "start": 45014, + "end": 45065, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 8 }, "end": { - "line": 1221, + "line": 1228, "column": 59 } }, "expression": { "type": "AssignmentExpression", - "start": 44534, - "end": 44584, + "start": 45014, + "end": 45064, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 8 }, "end": { - "line": 1221, + "line": 1228, "column": 58 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44534, - "end": 44545, + "start": 45014, + "end": 45025, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 8 }, "end": { - "line": 1221, + "line": 1228, "column": 19 }, "identifierName": "currentTime" @@ -194125,43 +195455,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44548, - "end": 44584, + "start": 45028, + "end": 45064, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 22 }, "end": { - "line": 1221, + "line": 1228, "column": 58 } }, "test": { "type": "CallExpression", - "start": 44548, - "end": 44566, + "start": 45028, + "end": 45046, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 22 }, "end": { - "line": 1221, + "line": 1228, "column": 40 } }, "callee": { "type": "Identifier", - "start": 44548, - "end": 44553, + "start": 45028, + "end": 45033, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 22 }, "end": { - "line": 1221, + "line": 1228, "column": 27 }, "identifierName": "isNaN" @@ -194171,15 +195501,15 @@ "arguments": [ { "type": "Identifier", - "start": 44554, - "end": 44565, + "start": 45034, + "end": 45045, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 28 }, "end": { - "line": 1221, + "line": 1228, "column": 39 }, "identifierName": "currentTime" @@ -194190,15 +195520,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44569, - "end": 44570, + "start": 45049, + "end": 45050, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 43 }, "end": { - "line": 1221, + "line": 1228, "column": 44 } }, @@ -194210,15 +195540,15 @@ }, "alternate": { "type": "Identifier", - "start": 44573, - "end": 44584, + "start": 45053, + "end": 45064, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 47 }, "end": { - "line": 1221, + "line": 1228, "column": 58 }, "identifierName": "currentTime" @@ -194230,44 +195560,44 @@ }, { "type": "ExpressionStatement", - "start": 44594, - "end": 44636, + "start": 45074, + "end": 45116, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 8 }, "end": { - "line": 1222, + "line": 1229, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 44594, - "end": 44635, + "start": 45074, + "end": 45115, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 8 }, "end": { - "line": 1222, + "line": 1229, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 44594, - "end": 44602, + "start": 45074, + "end": 45082, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 8 }, "end": { - "line": 1222, + "line": 1229, "column": 16 }, "identifierName": "duration" @@ -194276,43 +195606,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 44605, - "end": 44635, + "start": 45085, + "end": 45115, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 19 }, "end": { - "line": 1222, + "line": 1229, "column": 49 } }, "test": { "type": "CallExpression", - "start": 44605, - "end": 44620, + "start": 45085, + "end": 45100, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 19 }, "end": { - "line": 1222, + "line": 1229, "column": 34 } }, "callee": { "type": "Identifier", - "start": 44605, - "end": 44610, + "start": 45085, + "end": 45090, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 19 }, "end": { - "line": 1222, + "line": 1229, "column": 24 }, "identifierName": "isNaN" @@ -194322,15 +195652,15 @@ "arguments": [ { "type": "Identifier", - "start": 44611, - "end": 44619, + "start": 45091, + "end": 45099, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 25 }, "end": { - "line": 1222, + "line": 1229, "column": 33 }, "identifierName": "duration" @@ -194341,15 +195671,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 44623, - "end": 44624, + "start": 45103, + "end": 45104, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 37 }, "end": { - "line": 1222, + "line": 1229, "column": 38 } }, @@ -194361,15 +195691,15 @@ }, "alternate": { "type": "Identifier", - "start": 44627, - "end": 44635, + "start": 45107, + "end": 45115, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 41 }, "end": { - "line": 1222, + "line": 1229, "column": 49 }, "identifierName": "duration" @@ -194381,72 +195711,72 @@ }, { "type": "SwitchStatement", - "start": 44646, - "end": 45652, + "start": 45126, + "end": 46132, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 8 }, "end": { - "line": 1245, + "line": 1252, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 44654, - "end": 44674, + "start": 45134, + "end": 45154, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 16 }, "end": { - "line": 1224, + "line": 1231, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 44654, - "end": 44672, + "start": 45134, + "end": 45152, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 16 }, "end": { - "line": 1224, + "line": 1231, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 44654, - "end": 44658, + "start": 45134, + "end": 45138, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 16 }, "end": { - "line": 1224, + "line": 1231, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44659, - "end": 44672, + "start": 45139, + "end": 45152, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 21 }, "end": { - "line": 1224, + "line": 1231, "column": 34 }, "identifierName": "getRecordType" @@ -194460,101 +195790,101 @@ "cases": [ { "type": "SwitchCase", - "start": 44690, - "end": 44796, + "start": 45170, + "end": 45276, "loc": { "start": { - "line": 1225, + "line": 1232, "column": 12 }, "end": { - "line": 1227, + "line": 1234, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 44723, - "end": 44773, + "start": 45203, + "end": 45253, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 44723, - "end": 44772, + "start": 45203, + "end": 45252, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 44723, - "end": 44749, + "start": 45203, + "end": 45229, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44723, - "end": 44734, + "start": 45203, + "end": 45214, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 44723, - "end": 44727, + "start": 45203, + "end": 45207, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 20 } } }, "property": { "type": "Identifier", - "start": 44728, - "end": 44734, + "start": 45208, + "end": 45214, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 21 }, "end": { - "line": 1226, + "line": 1233, "column": 27 }, "identifierName": "surfer" @@ -194565,15 +195895,15 @@ }, "property": { "type": "Identifier", - "start": 44735, - "end": 44749, + "start": 45215, + "end": 45229, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 28 }, "end": { - "line": 1226, + "line": 1233, "column": 42 }, "identifierName": "setCurrentTime" @@ -194585,15 +195915,15 @@ "arguments": [ { "type": "Identifier", - "start": 44750, - "end": 44761, + "start": 45230, + "end": 45241, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 43 }, "end": { - "line": 1226, + "line": 1233, "column": 54 }, "identifierName": "currentTime" @@ -194602,15 +195932,15 @@ }, { "type": "Identifier", - "start": 44763, - "end": 44771, + "start": 45243, + "end": 45251, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 56 }, "end": { - "line": 1226, + "line": 1233, "column": 64 }, "identifierName": "duration" @@ -194622,15 +195952,15 @@ }, { "type": "BreakStatement", - "start": 44790, - "end": 44796, + "start": 45270, + "end": 45276, "loc": { "start": { - "line": 1227, + "line": 1234, "column": 16 }, "end": { - "line": 1227, + "line": 1234, "column": 22 } }, @@ -194639,15 +195969,15 @@ ], "test": { "type": "Identifier", - "start": 44695, - "end": 44705, + "start": 45175, + "end": 45185, "loc": { "start": { - "line": 1225, + "line": 1232, "column": 17 }, "end": { - "line": 1225, + "line": 1232, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -194657,30 +195987,30 @@ }, { "type": "SwitchCase", - "start": 44810, - "end": 44826, + "start": 45290, + "end": 45306, "loc": { "start": { - "line": 1229, + "line": 1236, "column": 12 }, "end": { - "line": 1229, + "line": 1236, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44815, - "end": 44825, + "start": 45295, + "end": 45305, "loc": { "start": { - "line": 1229, + "line": 1236, "column": 17 }, "end": { - "line": 1229, + "line": 1236, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -194690,30 +196020,30 @@ }, { "type": "SwitchCase", - "start": 44839, - "end": 44856, + "start": 45319, + "end": 45336, "loc": { "start": { - "line": 1230, + "line": 1237, "column": 12 }, "end": { - "line": 1230, + "line": 1237, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44844, - "end": 44855, + "start": 45324, + "end": 45335, "loc": { "start": { - "line": 1230, + "line": 1237, "column": 17 }, "end": { - "line": 1230, + "line": 1237, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -194723,30 +196053,30 @@ }, { "type": "SwitchCase", - "start": 44869, - "end": 44887, + "start": 45349, + "end": 45367, "loc": { "start": { - "line": 1231, + "line": 1238, "column": 12 }, "end": { - "line": 1231, + "line": 1238, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44874, - "end": 44886, + "start": 45354, + "end": 45366, "loc": { "start": { - "line": 1231, + "line": 1238, "column": 17 }, "end": { - "line": 1231, + "line": 1238, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -194756,30 +196086,30 @@ }, { "type": "SwitchCase", - "start": 44900, - "end": 44915, + "start": 45380, + "end": 45395, "loc": { "start": { - "line": 1232, + "line": 1239, "column": 12 }, "end": { - "line": 1232, + "line": 1239, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 44905, - "end": 44914, + "start": 45385, + "end": 45394, "loc": { "start": { - "line": 1232, + "line": 1239, "column": 17 }, "end": { - "line": 1232, + "line": 1239, "column": 26 }, "identifierName": "ANIMATION" @@ -194789,129 +196119,129 @@ }, { "type": "SwitchCase", - "start": 44928, - "end": 45642, + "start": 45408, + "end": 46122, "loc": { "start": { - "line": 1233, + "line": 1240, "column": 12 }, "end": { - "line": 1244, + "line": 1251, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 44962, - "end": 45619, + "start": 45442, + "end": 46099, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 16 }, "end": { - "line": 1243, + "line": 1250, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 44966, - "end": 45171, + "start": 45446, + "end": 45651, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 83 } }, "left": { "type": "LogicalExpression", - "start": 44966, - "end": 45084, + "start": 45446, + "end": 45564, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 73 } }, "left": { "type": "MemberExpression", - "start": 44966, - "end": 45007, + "start": 45446, + "end": 45487, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 44966, - "end": 44988, + "start": 45446, + "end": 45468, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 44966, - "end": 44977, + "start": 45446, + "end": 45457, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 44966, - "end": 44970, + "start": 45446, + "end": 45450, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 24 } } }, "property": { "type": "Identifier", - "start": 44971, - "end": 44977, + "start": 45451, + "end": 45457, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 25 }, "end": { - "line": 1234, + "line": 1241, "column": 31 }, "identifierName": "player" @@ -194922,15 +196252,15 @@ }, "property": { "type": "Identifier", - "start": 44978, - "end": 44988, + "start": 45458, + "end": 45468, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 32 }, "end": { - "line": 1234, + "line": 1241, "column": 42 }, "identifierName": "controlBar" @@ -194941,15 +196271,15 @@ }, "property": { "type": "Identifier", - "start": 44989, - "end": 45007, + "start": 45469, + "end": 45487, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 43 }, "end": { - "line": 1234, + "line": 1241, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -194961,100 +196291,100 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 45031, - "end": 45084, + "start": 45511, + "end": 45564, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 45031, - "end": 45082, + "start": 45511, + "end": 45562, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 45031, - "end": 45072, + "start": 45511, + "end": 45552, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 45031, - "end": 45053, + "start": 45511, + "end": 45533, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45031, - "end": 45042, + "start": 45511, + "end": 45522, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45031, - "end": 45035, + "start": 45511, + "end": 45515, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45036, - "end": 45042, + "start": 45516, + "end": 45522, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 25 }, "end": { - "line": 1235, + "line": 1242, "column": 31 }, "identifierName": "player" @@ -195065,15 +196395,15 @@ }, "property": { "type": "Identifier", - "start": 45043, - "end": 45053, + "start": 45523, + "end": 45533, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 32 }, "end": { - "line": 1235, + "line": 1242, "column": 42 }, "identifierName": "controlBar" @@ -195084,15 +196414,15 @@ }, "property": { "type": "Identifier", - "start": 45054, - "end": 45072, + "start": 45534, + "end": 45552, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 43 }, "end": { - "line": 1235, + "line": 1242, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -195103,15 +196433,15 @@ }, "property": { "type": "Identifier", - "start": 45073, - "end": 45082, + "start": 45553, + "end": 45562, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 62 }, "end": { - "line": 1235, + "line": 1242, "column": 71 }, "identifierName": "contentEl" @@ -195126,114 +196456,114 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 45108, - "end": 45171, + "start": 45588, + "end": 45651, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 83 } }, "object": { "type": "CallExpression", - "start": 45108, - "end": 45161, + "start": 45588, + "end": 45641, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 45108, - "end": 45159, + "start": 45588, + "end": 45639, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 71 } }, "object": { "type": "MemberExpression", - "start": 45108, - "end": 45149, + "start": 45588, + "end": 45629, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 45108, - "end": 45130, + "start": 45588, + "end": 45610, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45108, - "end": 45119, + "start": 45588, + "end": 45599, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45108, - "end": 45112, + "start": 45588, + "end": 45592, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45113, - "end": 45119, + "start": 45593, + "end": 45599, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 25 }, "end": { - "line": 1236, + "line": 1243, "column": 31 }, "identifierName": "player" @@ -195244,15 +196574,15 @@ }, "property": { "type": "Identifier", - "start": 45120, - "end": 45130, + "start": 45600, + "end": 45610, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 32 }, "end": { - "line": 1236, + "line": 1243, "column": 42 }, "identifierName": "controlBar" @@ -195263,15 +196593,15 @@ }, "property": { "type": "Identifier", - "start": 45131, - "end": 45149, + "start": 45611, + "end": 45629, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 43 }, "end": { - "line": 1236, + "line": 1243, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -195282,15 +196612,15 @@ }, "property": { "type": "Identifier", - "start": 45150, - "end": 45159, + "start": 45630, + "end": 45639, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 62 }, "end": { - "line": 1236, + "line": 1243, "column": 71 }, "identifierName": "contentEl" @@ -195303,15 +196633,15 @@ }, "property": { "type": "Identifier", - "start": 45162, - "end": 45171, + "start": 45642, + "end": 45651, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 74 }, "end": { - "line": 1236, + "line": 1243, "column": 83 }, "identifierName": "lastChild" @@ -195323,88 +196653,88 @@ }, "consequent": { "type": "BlockStatement", - "start": 45173, - "end": 45619, + "start": 45653, + "end": 46099, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 85 }, "end": { - "line": 1243, + "line": 1250, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 45195, - "end": 45252, + "start": 45675, + "end": 45732, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 77 } }, "expression": { "type": "AssignmentExpression", - "start": 45195, - "end": 45251, + "start": 45675, + "end": 45731, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 76 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45195, - "end": 45217, + "start": 45675, + "end": 45697, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 45195, - "end": 45199, + "start": 45675, + "end": 45679, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 24 } } }, "property": { "type": "Identifier", - "start": 45200, - "end": 45217, + "start": 45680, + "end": 45697, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 25 }, "end": { - "line": 1237, + "line": 1244, "column": 42 }, "identifierName": "streamCurrentTime" @@ -195415,43 +196745,43 @@ }, "right": { "type": "CallExpression", - "start": 45220, - "end": 45251, + "start": 45700, + "end": 45731, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 45 }, "end": { - "line": 1237, + "line": 1244, "column": 76 } }, "callee": { "type": "MemberExpression", - "start": 45220, - "end": 45228, + "start": 45700, + "end": 45708, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 45 }, "end": { - "line": 1237, + "line": 1244, "column": 53 } }, "object": { "type": "Identifier", - "start": 45220, - "end": 45224, + "start": 45700, + "end": 45704, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 45 }, "end": { - "line": 1237, + "line": 1244, "column": 49 }, "identifierName": "Math" @@ -195460,15 +196790,15 @@ }, "property": { "type": "Identifier", - "start": 45225, - "end": 45228, + "start": 45705, + "end": 45708, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 50 }, "end": { - "line": 1237, + "line": 1244, "column": 53 }, "identifierName": "min" @@ -195480,15 +196810,15 @@ "arguments": [ { "type": "Identifier", - "start": 45229, - "end": 45240, + "start": 45709, + "end": 45720, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 54 }, "end": { - "line": 1237, + "line": 1244, "column": 65 }, "identifierName": "currentTime" @@ -195497,15 +196827,15 @@ }, { "type": "Identifier", - "start": 45242, - "end": 45250, + "start": 45722, + "end": 45730, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 67 }, "end": { - "line": 1237, + "line": 1244, "column": 75 }, "identifierName": "duration" @@ -195519,15 +196849,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45274, - "end": 45314, + "start": 45754, + "end": 45794, "loc": { "start": { - "line": 1239, + "line": 1246, "column": 20 }, "end": { - "line": 1239, + "line": 1246, "column": 60 } } @@ -195536,100 +196866,100 @@ }, { "type": "ExpressionStatement", - "start": 45335, - "end": 45601, + "start": 45815, + "end": 46081, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1242, + "line": 1249, "column": 105 } }, "expression": { "type": "AssignmentExpression", - "start": 45335, - "end": 45600, + "start": 45815, + "end": 46080, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1242, + "line": 1249, "column": 104 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45335, - "end": 45391, + "start": 45815, + "end": 45871, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 76 } }, "object": { "type": "MemberExpression", - "start": 45335, - "end": 45376, + "start": 45815, + "end": 45856, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 61 } }, "object": { "type": "MemberExpression", - "start": 45335, - "end": 45357, + "start": 45815, + "end": 45837, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 45335, - "end": 45346, + "start": 45815, + "end": 45826, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 45335, - "end": 45339, + "start": 45815, + "end": 45819, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 24 } }, @@ -195637,15 +196967,15 @@ }, "property": { "type": "Identifier", - "start": 45340, - "end": 45346, + "start": 45820, + "end": 45826, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 25 }, "end": { - "line": 1240, + "line": 1247, "column": 31 }, "identifierName": "player" @@ -195657,15 +196987,15 @@ }, "property": { "type": "Identifier", - "start": 45347, - "end": 45357, + "start": 45827, + "end": 45837, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 32 }, "end": { - "line": 1240, + "line": 1247, "column": 42 }, "identifierName": "controlBar" @@ -195677,15 +197007,15 @@ }, "property": { "type": "Identifier", - "start": 45358, - "end": 45376, + "start": 45838, + "end": 45856, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 43 }, "end": { - "line": 1240, + "line": 1247, "column": 61 }, "identifierName": "currentTimeDisplay" @@ -195697,15 +197027,15 @@ }, "property": { "type": "Identifier", - "start": 45377, - "end": 45391, + "start": 45857, + "end": 45871, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 62 }, "end": { - "line": 1240, + "line": 1247, "column": 76 }, "identifierName": "formattedTime_" @@ -195717,143 +197047,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 45418, - "end": 45600, + "start": 45898, + "end": 46080, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1242, + "line": 1249, "column": 104 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 45418, - "end": 45493, + "start": 45898, + "end": 45973, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 99 } }, "object": { "type": "MemberExpression", - "start": 45418, - "end": 45481, + "start": 45898, + "end": 45961, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 87 } }, "object": { "type": "CallExpression", - "start": 45418, - "end": 45471, + "start": 45898, + "end": 45951, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 77 } }, "callee": { "type": "MemberExpression", - "start": 45418, - "end": 45469, + "start": 45898, + "end": 45949, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 75 } }, "object": { "type": "MemberExpression", - "start": 45418, - "end": 45459, + "start": 45898, + "end": 45939, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 45418, - "end": 45440, + "start": 45898, + "end": 45920, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 45418, - "end": 45429, + "start": 45898, + "end": 45909, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 45418, - "end": 45422, + "start": 45898, + "end": 45902, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 28 } } }, "property": { "type": "Identifier", - "start": 45423, - "end": 45429, + "start": 45903, + "end": 45909, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 29 }, "end": { - "line": 1241, + "line": 1248, "column": 35 }, "identifierName": "player" @@ -195864,15 +197194,15 @@ }, "property": { "type": "Identifier", - "start": 45430, - "end": 45440, + "start": 45910, + "end": 45920, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 36 }, "end": { - "line": 1241, + "line": 1248, "column": 46 }, "identifierName": "controlBar" @@ -195883,15 +197213,15 @@ }, "property": { "type": "Identifier", - "start": 45441, - "end": 45459, + "start": 45921, + "end": 45939, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 47 }, "end": { - "line": 1241, + "line": 1248, "column": 65 }, "identifierName": "currentTimeDisplay" @@ -195902,15 +197232,15 @@ }, "property": { "type": "Identifier", - "start": 45460, - "end": 45469, + "start": 45940, + "end": 45949, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 66 }, "end": { - "line": 1241, + "line": 1248, "column": 75 }, "identifierName": "contentEl" @@ -195923,15 +197253,15 @@ }, "property": { "type": "Identifier", - "start": 45472, - "end": 45481, + "start": 45952, + "end": 45961, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 78 }, "end": { - "line": 1241, + "line": 1248, "column": 87 }, "identifierName": "lastChild" @@ -195942,15 +197272,15 @@ }, "property": { "type": "Identifier", - "start": 45482, - "end": 45493, + "start": 45962, + "end": 45973, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 88 }, "end": { - "line": 1241, + "line": 1248, "column": 99 }, "identifierName": "textContent" @@ -195961,58 +197291,58 @@ }, "right": { "type": "CallExpression", - "start": 45524, - "end": 45600, + "start": 46004, + "end": 46080, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 28 }, "end": { - "line": 1242, + "line": 1249, "column": 104 } }, "callee": { "type": "MemberExpression", - "start": 45524, - "end": 45540, + "start": 46004, + "end": 46020, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 28 }, "end": { - "line": 1242, + "line": 1249, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 45524, - "end": 45528, + "start": 46004, + "end": 46008, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 28 }, "end": { - "line": 1242, + "line": 1249, "column": 32 } } }, "property": { "type": "Identifier", - "start": 45529, - "end": 45540, + "start": 46009, + "end": 46020, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 33 }, "end": { - "line": 1242, + "line": 1249, "column": 44 }, "identifierName": "_formatTime" @@ -196024,44 +197354,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 45541, - "end": 45563, + "start": 46021, + "end": 46043, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 45 }, "end": { - "line": 1242, + "line": 1249, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 45541, - "end": 45545, + "start": 46021, + "end": 46025, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 45 }, "end": { - "line": 1242, + "line": 1249, "column": 49 } } }, "property": { "type": "Identifier", - "start": 45546, - "end": 45563, + "start": 46026, + "end": 46043, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 50 }, "end": { - "line": 1242, + "line": 1249, "column": 67 }, "identifierName": "streamCurrentTime" @@ -196072,15 +197402,15 @@ }, { "type": "Identifier", - "start": 45565, - "end": 45573, + "start": 46045, + "end": 46053, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 69 }, "end": { - "line": 1242, + "line": 1249, "column": 77 }, "identifierName": "duration" @@ -196089,44 +197419,44 @@ }, { "type": "MemberExpression", - "start": 45575, - "end": 45599, + "start": 46055, + "end": 46079, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 79 }, "end": { - "line": 1242, + "line": 1249, "column": 103 } }, "object": { "type": "ThisExpression", - "start": 45575, - "end": 45579, + "start": 46055, + "end": 46059, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 79 }, "end": { - "line": 1242, + "line": 1249, "column": 83 } } }, "property": { "type": "Identifier", - "start": 45580, - "end": 45599, + "start": 46060, + "end": 46079, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 84 }, "end": { - "line": 1242, + "line": 1249, "column": 103 }, "identifierName": "displayMilliseconds" @@ -196144,15 +197474,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45274, - "end": 45314, + "start": 45754, + "end": 45794, "loc": { "start": { - "line": 1239, + "line": 1246, "column": 20 }, "end": { - "line": 1239, + "line": 1246, "column": 60 } } @@ -196166,15 +197496,15 @@ }, { "type": "BreakStatement", - "start": 45636, - "end": 45642, + "start": 46116, + "end": 46122, "loc": { "start": { - "line": 1244, + "line": 1251, "column": 16 }, "end": { - "line": 1244, + "line": 1251, "column": 22 } }, @@ -196183,15 +197513,15 @@ ], "test": { "type": "Identifier", - "start": 44933, - "end": 44944, + "start": 45413, + "end": 45424, "loc": { "start": { - "line": 1233, + "line": 1240, "column": 17 }, "end": { - "line": 1233, + "line": 1240, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -196209,15 +197539,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 44225, - "end": 44481, + "start": 44705, + "end": 44961, "loc": { "start": { - "line": 1212, + "line": 1219, "column": 4 }, "end": { - "line": 1219, + "line": 1226, "column": 7 } } @@ -196227,15 +197557,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 45664, - "end": 45856, + "start": 46144, + "end": 46336, "loc": { "start": { - "line": 1248, + "line": 1255, "column": 4 }, "end": { - "line": 1254, + "line": 1261, "column": 7 } } @@ -196244,15 +197574,15 @@ }, { "type": "ClassMethod", - "start": 45861, - "end": 45985, + "start": 46341, + "end": 46465, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 4 }, "end": { - "line": 1259, + "line": 1266, "column": 5 } }, @@ -196260,15 +197590,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 45861, - "end": 45872, + "start": 46341, + "end": 46352, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 4 }, "end": { - "line": 1255, + "line": 1262, "column": 15 }, "identifierName": "getDuration" @@ -196284,59 +197614,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 45875, - "end": 45985, + "start": 46355, + "end": 46465, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 18 }, "end": { - "line": 1259, + "line": 1266, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 45885, - "end": 45953, + "start": 46365, + "end": 46433, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 8 }, "end": { - "line": 1256, + "line": 1263, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 45889, - "end": 45952, + "start": 46369, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 12 }, "end": { - "line": 1256, + "line": 1263, "column": 75 } }, "id": { "type": "Identifier", - "start": 45889, - "end": 45897, + "start": 46369, + "end": 46377, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 12 }, "end": { - "line": 1256, + "line": 1263, "column": 20 }, "identifierName": "duration" @@ -196345,43 +197675,43 @@ }, "init": { "type": "ConditionalExpression", - "start": 45900, - "end": 45952, + "start": 46380, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 23 }, "end": { - "line": 1256, + "line": 1263, "column": 75 } }, "test": { "type": "CallExpression", - "start": 45900, - "end": 45926, + "start": 46380, + "end": 46406, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 23 }, "end": { - "line": 1256, + "line": 1263, "column": 49 } }, "callee": { "type": "Identifier", - "start": 45900, - "end": 45905, + "start": 46380, + "end": 46385, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 23 }, "end": { - "line": 1256, + "line": 1263, "column": 28 }, "identifierName": "isNaN" @@ -196391,44 +197721,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 45906, - "end": 45925, + "start": 46386, + "end": 46405, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 29 }, "end": { - "line": 1256, + "line": 1263, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 45906, - "end": 45910, + "start": 46386, + "end": 46390, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 29 }, "end": { - "line": 1256, + "line": 1263, "column": 33 } } }, "property": { "type": "Identifier", - "start": 45911, - "end": 45925, + "start": 46391, + "end": 46405, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 34 }, "end": { - "line": 1256, + "line": 1263, "column": 48 }, "identifierName": "streamDuration" @@ -196441,15 +197771,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 45929, - "end": 45930, + "start": 46409, + "end": 46410, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 52 }, "end": { - "line": 1256, + "line": 1263, "column": 53 } }, @@ -196461,44 +197791,44 @@ }, "alternate": { "type": "MemberExpression", - "start": 45933, - "end": 45952, + "start": 46413, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 56 }, "end": { - "line": 1256, + "line": 1263, "column": 75 } }, "object": { "type": "ThisExpression", - "start": 45933, - "end": 45937, + "start": 46413, + "end": 46417, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 56 }, "end": { - "line": 1256, + "line": 1263, "column": 60 } } }, "property": { "type": "Identifier", - "start": 45938, - "end": 45952, + "start": 46418, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 61 }, "end": { - "line": 1256, + "line": 1263, "column": 75 }, "identifierName": "streamDuration" @@ -196514,29 +197844,29 @@ }, { "type": "ReturnStatement", - "start": 45963, - "end": 45979, + "start": 46443, + "end": 46459, "loc": { "start": { - "line": 1258, + "line": 1265, "column": 8 }, "end": { - "line": 1258, + "line": 1265, "column": 24 } }, "argument": { "type": "Identifier", - "start": 45970, - "end": 45978, + "start": 46450, + "end": 46458, "loc": { "start": { - "line": 1258, + "line": 1265, "column": 15 }, "end": { - "line": 1258, + "line": 1265, "column": 23 }, "identifierName": "duration" @@ -196552,15 +197882,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 45664, - "end": 45856, + "start": 46144, + "end": 46336, "loc": { "start": { - "line": 1248, + "line": 1255, "column": 4 }, "end": { - "line": 1254, + "line": 1261, "column": 7 } } @@ -196570,15 +197900,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 45991, - "end": 46150, + "start": 46471, + "end": 46630, "loc": { "start": { - "line": 1261, + "line": 1268, "column": 4 }, "end": { - "line": 1266, + "line": 1273, "column": 7 } } @@ -196587,15 +197917,15 @@ }, { "type": "ClassMethod", - "start": 46155, - "end": 47111, + "start": 46635, + "end": 47591, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 4 }, "end": { - "line": 1290, + "line": 1297, "column": 5 } }, @@ -196603,15 +197933,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 46155, - "end": 46166, + "start": 46635, + "end": 46646, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 4 }, "end": { - "line": 1267, + "line": 1274, "column": 15 }, "identifierName": "setDuration" @@ -196627,15 +197957,15 @@ "params": [ { "type": "Identifier", - "start": 46167, - "end": 46175, + "start": 46647, + "end": 46655, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 16 }, "end": { - "line": 1267, + "line": 1274, "column": 24 }, "identifierName": "duration" @@ -196645,59 +197975,59 @@ ], "body": { "type": "BlockStatement", - "start": 46177, - "end": 47111, + "start": 46657, + "end": 47591, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 26 }, "end": { - "line": 1290, + "line": 1297, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 46187, - "end": 46229, + "start": 46667, + "end": 46709, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 8 }, "end": { - "line": 1268, + "line": 1275, "column": 50 } }, "expression": { "type": "AssignmentExpression", - "start": 46187, - "end": 46228, + "start": 46667, + "end": 46708, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 8 }, "end": { - "line": 1268, + "line": 1275, "column": 49 } }, "operator": "=", "left": { "type": "Identifier", - "start": 46187, - "end": 46195, + "start": 46667, + "end": 46675, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 8 }, "end": { - "line": 1268, + "line": 1275, "column": 16 }, "identifierName": "duration" @@ -196706,43 +198036,43 @@ }, "right": { "type": "ConditionalExpression", - "start": 46198, - "end": 46228, + "start": 46678, + "end": 46708, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 19 }, "end": { - "line": 1268, + "line": 1275, "column": 49 } }, "test": { "type": "CallExpression", - "start": 46198, - "end": 46213, + "start": 46678, + "end": 46693, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 19 }, "end": { - "line": 1268, + "line": 1275, "column": 34 } }, "callee": { "type": "Identifier", - "start": 46198, - "end": 46203, + "start": 46678, + "end": 46683, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 19 }, "end": { - "line": 1268, + "line": 1275, "column": 24 }, "identifierName": "isNaN" @@ -196752,15 +198082,15 @@ "arguments": [ { "type": "Identifier", - "start": 46204, - "end": 46212, + "start": 46684, + "end": 46692, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 25 }, "end": { - "line": 1268, + "line": 1275, "column": 33 }, "identifierName": "duration" @@ -196771,15 +198101,15 @@ }, "consequent": { "type": "NumericLiteral", - "start": 46216, - "end": 46217, + "start": 46696, + "end": 46697, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 37 }, "end": { - "line": 1268, + "line": 1275, "column": 38 } }, @@ -196791,15 +198121,15 @@ }, "alternate": { "type": "Identifier", - "start": 46220, - "end": 46228, + "start": 46700, + "end": 46708, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 41 }, "end": { - "line": 1268, + "line": 1275, "column": 49 }, "identifierName": "duration" @@ -196811,72 +198141,72 @@ }, { "type": "SwitchStatement", - "start": 46239, - "end": 47105, + "start": 46719, + "end": 47585, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 8 }, "end": { - "line": 1289, + "line": 1296, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 46247, - "end": 46267, + "start": 46727, + "end": 46747, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 16 }, "end": { - "line": 1270, + "line": 1277, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 46247, - "end": 46265, + "start": 46727, + "end": 46745, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 16 }, "end": { - "line": 1270, + "line": 1277, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 46247, - "end": 46251, + "start": 46727, + "end": 46731, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 16 }, "end": { - "line": 1270, + "line": 1277, "column": 20 } } }, "property": { "type": "Identifier", - "start": 46252, - "end": 46265, + "start": 46732, + "end": 46745, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 21 }, "end": { - "line": 1270, + "line": 1277, "column": 34 }, "identifierName": "getRecordType" @@ -196890,101 +198220,101 @@ "cases": [ { "type": "SwitchCase", - "start": 46283, - "end": 46373, + "start": 46763, + "end": 46853, "loc": { "start": { - "line": 1271, + "line": 1278, "column": 12 }, "end": { - "line": 1273, + "line": 1280, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 46316, - "end": 46350, + "start": 46796, + "end": 46830, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 46316, - "end": 46349, + "start": 46796, + "end": 46829, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 46316, - "end": 46339, + "start": 46796, + "end": 46819, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 46316, - "end": 46327, + "start": 46796, + "end": 46807, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 46316, - "end": 46320, + "start": 46796, + "end": 46800, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 20 } } }, "property": { "type": "Identifier", - "start": 46321, - "end": 46327, + "start": 46801, + "end": 46807, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 21 }, "end": { - "line": 1272, + "line": 1279, "column": 27 }, "identifierName": "surfer" @@ -196995,15 +198325,15 @@ }, "property": { "type": "Identifier", - "start": 46328, - "end": 46339, + "start": 46808, + "end": 46819, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 28 }, "end": { - "line": 1272, + "line": 1279, "column": 39 }, "identifierName": "setDuration" @@ -197015,15 +198345,15 @@ "arguments": [ { "type": "Identifier", - "start": 46340, - "end": 46348, + "start": 46820, + "end": 46828, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 40 }, "end": { - "line": 1272, + "line": 1279, "column": 48 }, "identifierName": "duration" @@ -197035,15 +198365,15 @@ }, { "type": "BreakStatement", - "start": 46367, - "end": 46373, + "start": 46847, + "end": 46853, "loc": { "start": { - "line": 1273, + "line": 1280, "column": 16 }, "end": { - "line": 1273, + "line": 1280, "column": 22 } }, @@ -197052,15 +198382,15 @@ ], "test": { "type": "Identifier", - "start": 46288, - "end": 46298, + "start": 46768, + "end": 46778, "loc": { "start": { - "line": 1271, + "line": 1278, "column": 17 }, "end": { - "line": 1271, + "line": 1278, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -197070,30 +198400,30 @@ }, { "type": "SwitchCase", - "start": 46387, - "end": 46403, + "start": 46867, + "end": 46883, "loc": { "start": { - "line": 1275, + "line": 1282, "column": 12 }, "end": { - "line": 1275, + "line": 1282, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46392, - "end": 46402, + "start": 46872, + "end": 46882, "loc": { "start": { - "line": 1275, + "line": 1282, "column": 17 }, "end": { - "line": 1275, + "line": 1282, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -197103,30 +198433,30 @@ }, { "type": "SwitchCase", - "start": 46416, - "end": 46433, + "start": 46896, + "end": 46913, "loc": { "start": { - "line": 1276, + "line": 1283, "column": 12 }, "end": { - "line": 1276, + "line": 1283, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46421, - "end": 46432, + "start": 46901, + "end": 46912, "loc": { "start": { - "line": 1276, + "line": 1283, "column": 17 }, "end": { - "line": 1276, + "line": 1283, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -197136,30 +198466,30 @@ }, { "type": "SwitchCase", - "start": 46446, - "end": 46464, + "start": 46926, + "end": 46944, "loc": { "start": { - "line": 1277, + "line": 1284, "column": 12 }, "end": { - "line": 1277, + "line": 1284, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46451, - "end": 46463, + "start": 46931, + "end": 46943, "loc": { "start": { - "line": 1277, + "line": 1284, "column": 17 }, "end": { - "line": 1277, + "line": 1284, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -197169,30 +198499,30 @@ }, { "type": "SwitchCase", - "start": 46477, - "end": 46492, + "start": 46957, + "end": 46972, "loc": { "start": { - "line": 1278, + "line": 1285, "column": 12 }, "end": { - "line": 1278, + "line": 1285, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 46482, - "end": 46491, + "start": 46962, + "end": 46971, "loc": { "start": { - "line": 1278, + "line": 1285, "column": 17 }, "end": { - "line": 1278, + "line": 1285, "column": 26 }, "identifierName": "ANIMATION" @@ -197202,114 +198532,114 @@ }, { "type": "SwitchCase", - "start": 46505, - "end": 47095, + "start": 46985, + "end": 47575, "loc": { "start": { - "line": 1279, + "line": 1286, "column": 12 }, "end": { - "line": 1288, + "line": 1295, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 46592, - "end": 47072, + "start": 47072, + "end": 47552, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 16 }, "end": { - "line": 1287, + "line": 1294, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 46596, - "end": 46792, + "start": 47076, + "end": 47272, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 80 } }, "left": { "type": "LogicalExpression", - "start": 46596, - "end": 46708, + "start": 47076, + "end": 47188, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 46596, - "end": 46634, + "start": 47076, + "end": 47114, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46596, - "end": 46618, + "start": 47076, + "end": 47098, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46596, - "end": 46607, + "start": 47076, + "end": 47087, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46596, - "end": 46600, + "start": 47076, + "end": 47080, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 24 } }, @@ -197317,15 +198647,15 @@ }, "property": { "type": "Identifier", - "start": 46601, - "end": 46607, + "start": 47081, + "end": 47087, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 25 }, "end": { - "line": 1281, + "line": 1288, "column": 31 }, "identifierName": "player" @@ -197337,15 +198667,15 @@ }, "property": { "type": "Identifier", - "start": 46608, - "end": 46618, + "start": 47088, + "end": 47098, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 32 }, "end": { - "line": 1281, + "line": 1288, "column": 42 }, "identifierName": "controlBar" @@ -197357,15 +198687,15 @@ }, "property": { "type": "Identifier", - "start": 46619, - "end": 46634, + "start": 47099, + "end": 47114, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 43 }, "end": { - "line": 1281, + "line": 1288, "column": 58 }, "identifierName": "durationDisplay" @@ -197378,100 +198708,100 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 46658, - "end": 46708, + "start": 47138, + "end": 47188, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46658, - "end": 46706, + "start": 47138, + "end": 47186, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46658, - "end": 46696, + "start": 47138, + "end": 47176, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46658, - "end": 46680, + "start": 47138, + "end": 47160, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46658, - "end": 46669, + "start": 47138, + "end": 47149, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46658, - "end": 46662, + "start": 47138, + "end": 47142, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46663, - "end": 46669, + "start": 47143, + "end": 47149, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 25 }, "end": { - "line": 1282, + "line": 1289, "column": 31 }, "identifierName": "player" @@ -197482,15 +198812,15 @@ }, "property": { "type": "Identifier", - "start": 46670, - "end": 46680, + "start": 47150, + "end": 47160, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 32 }, "end": { - "line": 1282, + "line": 1289, "column": 42 }, "identifierName": "controlBar" @@ -197501,15 +198831,15 @@ }, "property": { "type": "Identifier", - "start": 46681, - "end": 46696, + "start": 47161, + "end": 47176, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 43 }, "end": { - "line": 1282, + "line": 1289, "column": 58 }, "identifierName": "durationDisplay" @@ -197520,15 +198850,15 @@ }, "property": { "type": "Identifier", - "start": 46697, - "end": 46706, + "start": 47177, + "end": 47186, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 59 }, "end": { - "line": 1282, + "line": 1289, "column": 68 }, "identifierName": "contentEl" @@ -197544,114 +198874,114 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 46732, - "end": 46792, + "start": 47212, + "end": 47272, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 80 } }, "object": { "type": "CallExpression", - "start": 46732, - "end": 46782, + "start": 47212, + "end": 47262, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46732, - "end": 46780, + "start": 47212, + "end": 47260, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46732, - "end": 46770, + "start": 47212, + "end": 47250, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46732, - "end": 46754, + "start": 47212, + "end": 47234, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46732, - "end": 46743, + "start": 47212, + "end": 47223, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46732, - "end": 46736, + "start": 47212, + "end": 47216, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46737, - "end": 46743, + "start": 47217, + "end": 47223, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 25 }, "end": { - "line": 1283, + "line": 1290, "column": 31 }, "identifierName": "player" @@ -197662,15 +198992,15 @@ }, "property": { "type": "Identifier", - "start": 46744, - "end": 46754, + "start": 47224, + "end": 47234, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 32 }, "end": { - "line": 1283, + "line": 1290, "column": 42 }, "identifierName": "controlBar" @@ -197681,15 +199011,15 @@ }, "property": { "type": "Identifier", - "start": 46755, - "end": 46770, + "start": 47235, + "end": 47250, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 43 }, "end": { - "line": 1283, + "line": 1290, "column": 58 }, "identifierName": "durationDisplay" @@ -197700,15 +199030,15 @@ }, "property": { "type": "Identifier", - "start": 46771, - "end": 46780, + "start": 47251, + "end": 47260, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 59 }, "end": { - "line": 1283, + "line": 1290, "column": 68 }, "identifierName": "contentEl" @@ -197721,15 +199051,15 @@ }, "property": { "type": "Identifier", - "start": 46783, - "end": 46792, + "start": 47263, + "end": 47272, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 71 }, "end": { - "line": 1283, + "line": 1290, "column": 80 }, "identifierName": "lastChild" @@ -197742,130 +199072,130 @@ }, "consequent": { "type": "BlockStatement", - "start": 46794, - "end": 47072, + "start": 47274, + "end": 47552, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 82 }, "end": { - "line": 1287, + "line": 1294, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 46816, - "end": 47054, + "start": 47296, + "end": 47534, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1286, + "line": 1293, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 46816, - "end": 47053, + "start": 47296, + "end": 47533, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1286, + "line": 1293, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46816, - "end": 46869, + "start": 47296, + "end": 47349, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 46816, - "end": 46854, + "start": 47296, + "end": 47334, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46816, - "end": 46838, + "start": 47296, + "end": 47318, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46816, - "end": 46827, + "start": 47296, + "end": 47307, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46816, - "end": 46820, + "start": 47296, + "end": 47300, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46821, - "end": 46827, + "start": 47301, + "end": 47307, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 25 }, "end": { - "line": 1284, + "line": 1291, "column": 31 }, "identifierName": "player" @@ -197876,15 +199206,15 @@ }, "property": { "type": "Identifier", - "start": 46828, - "end": 46838, + "start": 47308, + "end": 47318, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 32 }, "end": { - "line": 1284, + "line": 1291, "column": 42 }, "identifierName": "controlBar" @@ -197895,15 +199225,15 @@ }, "property": { "type": "Identifier", - "start": 46839, - "end": 46854, + "start": 47319, + "end": 47334, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 43 }, "end": { - "line": 1284, + "line": 1291, "column": 58 }, "identifierName": "durationDisplay" @@ -197914,15 +199244,15 @@ }, "property": { "type": "Identifier", - "start": 46855, - "end": 46869, + "start": 47335, + "end": 47349, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 59 }, "end": { - "line": 1284, + "line": 1291, "column": 73 }, "identifierName": "formattedTime_" @@ -197933,143 +199263,143 @@ }, "right": { "type": "AssignmentExpression", - "start": 46892, - "end": 47053, + "start": 47372, + "end": 47533, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1286, + "line": 1293, "column": 86 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 46892, - "end": 46964, + "start": 47372, + "end": 47444, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 92 } }, "object": { "type": "MemberExpression", - "start": 46892, - "end": 46952, + "start": 47372, + "end": 47432, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 80 } }, "object": { "type": "CallExpression", - "start": 46892, - "end": 46942, + "start": 47372, + "end": 47422, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 70 } }, "callee": { "type": "MemberExpression", - "start": 46892, - "end": 46940, + "start": 47372, + "end": 47420, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 68 } }, "object": { "type": "MemberExpression", - "start": 46892, - "end": 46930, + "start": 47372, + "end": 47410, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 46892, - "end": 46914, + "start": 47372, + "end": 47394, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 46892, - "end": 46903, + "start": 47372, + "end": 47383, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 46892, - "end": 46896, + "start": 47372, + "end": 47376, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 24 } } }, "property": { "type": "Identifier", - "start": 46897, - "end": 46903, + "start": 47377, + "end": 47383, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 25 }, "end": { - "line": 1285, + "line": 1292, "column": 31 }, "identifierName": "player" @@ -198080,15 +199410,15 @@ }, "property": { "type": "Identifier", - "start": 46904, - "end": 46914, + "start": 47384, + "end": 47394, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 32 }, "end": { - "line": 1285, + "line": 1292, "column": 42 }, "identifierName": "controlBar" @@ -198099,15 +199429,15 @@ }, "property": { "type": "Identifier", - "start": 46915, - "end": 46930, + "start": 47395, + "end": 47410, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 43 }, "end": { - "line": 1285, + "line": 1292, "column": 58 }, "identifierName": "durationDisplay" @@ -198118,15 +199448,15 @@ }, "property": { "type": "Identifier", - "start": 46931, - "end": 46940, + "start": 47411, + "end": 47420, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 59 }, "end": { - "line": 1285, + "line": 1292, "column": 68 }, "identifierName": "contentEl" @@ -198139,15 +199469,15 @@ }, "property": { "type": "Identifier", - "start": 46943, - "end": 46952, + "start": 47423, + "end": 47432, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 71 }, "end": { - "line": 1285, + "line": 1292, "column": 80 }, "identifierName": "lastChild" @@ -198158,15 +199488,15 @@ }, "property": { "type": "Identifier", - "start": 46953, - "end": 46964, + "start": 47433, + "end": 47444, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 81 }, "end": { - "line": 1285, + "line": 1292, "column": 92 }, "identifierName": "textContent" @@ -198177,58 +199507,58 @@ }, "right": { "type": "CallExpression", - "start": 46991, - "end": 47053, + "start": 47471, + "end": 47533, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 24 }, "end": { - "line": 1286, + "line": 1293, "column": 86 } }, "callee": { "type": "MemberExpression", - "start": 46991, - "end": 47007, + "start": 47471, + "end": 47487, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 24 }, "end": { - "line": 1286, + "line": 1293, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 46991, - "end": 46995, + "start": 47471, + "end": 47475, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 24 }, "end": { - "line": 1286, + "line": 1293, "column": 28 } } }, "property": { "type": "Identifier", - "start": 46996, - "end": 47007, + "start": 47476, + "end": 47487, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 29 }, "end": { - "line": 1286, + "line": 1293, "column": 40 }, "identifierName": "_formatTime" @@ -198240,15 +199570,15 @@ "arguments": [ { "type": "Identifier", - "start": 47008, - "end": 47016, + "start": 47488, + "end": 47496, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 41 }, "end": { - "line": 1286, + "line": 1293, "column": 49 }, "identifierName": "duration" @@ -198257,15 +199587,15 @@ }, { "type": "Identifier", - "start": 47018, - "end": 47026, + "start": 47498, + "end": 47506, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 51 }, "end": { - "line": 1286, + "line": 1293, "column": 59 }, "identifierName": "duration" @@ -198274,44 +199604,44 @@ }, { "type": "MemberExpression", - "start": 47028, - "end": 47052, + "start": 47508, + "end": 47532, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 61 }, "end": { - "line": 1286, + "line": 1293, "column": 85 } }, "object": { "type": "ThisExpression", - "start": 47028, - "end": 47032, + "start": 47508, + "end": 47512, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 61 }, "end": { - "line": 1286, + "line": 1293, "column": 65 } } }, "property": { "type": "Identifier", - "start": 47033, - "end": 47052, + "start": 47513, + "end": 47532, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 66 }, "end": { - "line": 1286, + "line": 1293, "column": 85 }, "identifierName": "displayMilliseconds" @@ -198333,15 +199663,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 46539, - "end": 46575, + "start": 47019, + "end": 47055, "loc": { "start": { - "line": 1280, + "line": 1287, "column": 16 }, "end": { - "line": 1280, + "line": 1287, "column": 52 } } @@ -198350,15 +199680,15 @@ }, { "type": "BreakStatement", - "start": 47089, - "end": 47095, + "start": 47569, + "end": 47575, "loc": { "start": { - "line": 1288, + "line": 1295, "column": 16 }, "end": { - "line": 1288, + "line": 1295, "column": 22 } }, @@ -198367,15 +199697,15 @@ ], "test": { "type": "Identifier", - "start": 46510, - "end": 46521, + "start": 46990, + "end": 47001, "loc": { "start": { - "line": 1279, + "line": 1286, "column": 17 }, "end": { - "line": 1279, + "line": 1286, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -198393,15 +199723,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 45991, - "end": 46150, + "start": 46471, + "end": 46630, "loc": { "start": { - "line": 1261, + "line": 1268, "column": 4 }, "end": { - "line": 1266, + "line": 1273, "column": 7 } } @@ -198411,15 +199741,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 47117, - "end": 47286, + "start": 47597, + "end": 47766, "loc": { "start": { - "line": 1292, + "line": 1299, "column": 4 }, "end": { - "line": 1297, + "line": 1304, "column": 7 } } @@ -198428,15 +199758,15 @@ }, { "type": "ClassMethod", - "start": 47291, - "end": 48154, + "start": 47771, + "end": 48634, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 4 }, "end": { - "line": 1322, + "line": 1329, "column": 5 } }, @@ -198444,15 +199774,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 47291, - "end": 47295, + "start": 47771, + "end": 47775, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 4 }, "end": { - "line": 1298, + "line": 1305, "column": 8 }, "identifierName": "load" @@ -198468,15 +199798,15 @@ "params": [ { "type": "Identifier", - "start": 47296, - "end": 47299, + "start": 47776, + "end": 47779, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 9 }, "end": { - "line": 1298, + "line": 1305, "column": 12 }, "identifierName": "url" @@ -198486,87 +199816,87 @@ ], "body": { "type": "BlockStatement", - "start": 47301, - "end": 48154, + "start": 47781, + "end": 48634, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 14 }, "end": { - "line": 1322, + "line": 1329, "column": 5 } }, "body": [ { "type": "SwitchStatement", - "start": 47311, - "end": 48148, + "start": 47791, + "end": 48628, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 8 }, "end": { - "line": 1321, + "line": 1328, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 47319, - "end": 47339, + "start": 47799, + "end": 47819, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 16 }, "end": { - "line": 1299, + "line": 1306, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 47319, - "end": 47337, + "start": 47799, + "end": 47817, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 16 }, "end": { - "line": 1299, + "line": 1306, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 47319, - "end": 47323, + "start": 47799, + "end": 47803, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 16 }, "end": { - "line": 1299, + "line": 1306, "column": 20 } } }, "property": { "type": "Identifier", - "start": 47324, - "end": 47337, + "start": 47804, + "end": 47817, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 21 }, "end": { - "line": 1299, + "line": 1306, "column": 34 }, "identifierName": "getRecordType" @@ -198580,86 +199910,86 @@ "cases": [ { "type": "SwitchCase", - "start": 47355, - "end": 47483, + "start": 47835, + "end": 47963, "loc": { "start": { - "line": 1300, + "line": 1307, "column": 12 }, "end": { - "line": 1303, + "line": 1310, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 47438, - "end": 47460, + "start": 47918, + "end": 47940, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 47438, - "end": 47459, + "start": 47918, + "end": 47939, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 47438, - "end": 47454, + "start": 47918, + "end": 47934, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 47438, - "end": 47449, + "start": 47918, + "end": 47929, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 47438, - "end": 47442, + "start": 47918, + "end": 47922, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 20 } }, @@ -198667,15 +199997,15 @@ }, "property": { "type": "Identifier", - "start": 47443, - "end": 47449, + "start": 47923, + "end": 47929, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 21 }, "end": { - "line": 1302, + "line": 1309, "column": 27 }, "identifierName": "surfer" @@ -198687,15 +200017,15 @@ }, "property": { "type": "Identifier", - "start": 47450, - "end": 47454, + "start": 47930, + "end": 47934, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 28 }, "end": { - "line": 1302, + "line": 1309, "column": 32 }, "identifierName": "load" @@ -198708,15 +200038,15 @@ "arguments": [ { "type": "Identifier", - "start": 47455, - "end": 47458, + "start": 47935, + "end": 47938, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 33 }, "end": { - "line": 1302, + "line": 1309, "column": 36 }, "identifierName": "url" @@ -198730,15 +200060,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 47388, - "end": 47421, + "start": 47868, + "end": 47901, "loc": { "start": { - "line": 1301, + "line": 1308, "column": 16 }, "end": { - "line": 1301, + "line": 1308, "column": 49 } } @@ -198747,15 +200077,15 @@ }, { "type": "BreakStatement", - "start": 47477, - "end": 47483, + "start": 47957, + "end": 47963, "loc": { "start": { - "line": 1303, + "line": 1310, "column": 16 }, "end": { - "line": 1303, + "line": 1310, "column": 22 } }, @@ -198764,15 +200094,15 @@ ], "test": { "type": "Identifier", - "start": 47360, - "end": 47370, + "start": 47840, + "end": 47850, "loc": { "start": { - "line": 1300, + "line": 1307, "column": 17 }, "end": { - "line": 1300, + "line": 1307, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -198782,30 +200112,30 @@ }, { "type": "SwitchCase", - "start": 47497, - "end": 47513, + "start": 47977, + "end": 47993, "loc": { "start": { - "line": 1305, + "line": 1312, "column": 12 }, "end": { - "line": 1305, + "line": 1312, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47502, - "end": 47512, + "start": 47982, + "end": 47992, "loc": { "start": { - "line": 1305, + "line": 1312, "column": 17 }, "end": { - "line": 1305, + "line": 1312, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -198815,30 +200145,30 @@ }, { "type": "SwitchCase", - "start": 47526, - "end": 47542, + "start": 48006, + "end": 48022, "loc": { "start": { - "line": 1306, + "line": 1313, "column": 12 }, "end": { - "line": 1306, + "line": 1313, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47531, - "end": 47541, + "start": 48011, + "end": 48021, "loc": { "start": { - "line": 1306, + "line": 1313, "column": 17 }, "end": { - "line": 1306, + "line": 1313, "column": 27 }, "identifierName": "VIDEO_ONLY" @@ -198848,30 +200178,30 @@ }, { "type": "SwitchCase", - "start": 47555, - "end": 47572, + "start": 48035, + "end": 48052, "loc": { "start": { - "line": 1307, + "line": 1314, "column": 12 }, "end": { - "line": 1307, + "line": 1314, "column": 29 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47560, - "end": 47571, + "start": 48040, + "end": 48051, "loc": { "start": { - "line": 1307, + "line": 1314, "column": 17 }, "end": { - "line": 1307, + "line": 1314, "column": 28 }, "identifierName": "AUDIO_VIDEO" @@ -198881,30 +200211,30 @@ }, { "type": "SwitchCase", - "start": 47585, - "end": 47603, + "start": 48065, + "end": 48083, "loc": { "start": { - "line": 1308, + "line": 1315, "column": 12 }, "end": { - "line": 1308, + "line": 1315, "column": 30 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47590, - "end": 47602, + "start": 48070, + "end": 48082, "loc": { "start": { - "line": 1308, + "line": 1315, "column": 17 }, "end": { - "line": 1308, + "line": 1315, "column": 29 }, "identifierName": "AUDIO_SCREEN" @@ -198914,30 +200244,30 @@ }, { "type": "SwitchCase", - "start": 47616, - "end": 47631, + "start": 48096, + "end": 48111, "loc": { "start": { - "line": 1309, + "line": 1316, "column": 12 }, "end": { - "line": 1309, + "line": 1316, "column": 27 } }, "consequent": [], "test": { "type": "Identifier", - "start": 47621, - "end": 47630, + "start": 48101, + "end": 48110, "loc": { "start": { - "line": 1309, + "line": 1316, "column": 17 }, "end": { - "line": 1309, + "line": 1316, "column": 26 }, "identifierName": "ANIMATION" @@ -198947,72 +200277,72 @@ }, { "type": "SwitchCase", - "start": 47644, - "end": 48138, + "start": 48124, + "end": 48618, "loc": { "start": { - "line": 1310, + "line": 1317, "column": 12 }, "end": { - "line": 1320, + "line": 1327, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 47678, - "end": 48115, + "start": 48158, + "end": 48595, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 16 }, "end": { - "line": 1319, + "line": 1326, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 47682, - "end": 47724, + "start": 48162, + "end": 48204, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 20 }, "end": { - "line": 1311, + "line": 1318, "column": 62 } }, "left": { "type": "BinaryExpression", - "start": 47682, - "end": 47701, + "start": 48162, + "end": 48181, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 20 }, "end": { - "line": 1311, + "line": 1318, "column": 39 } }, "left": { "type": "Identifier", - "start": 47682, - "end": 47685, + "start": 48162, + "end": 48165, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 20 }, "end": { - "line": 1311, + "line": 1318, "column": 23 }, "identifierName": "url" @@ -199022,15 +200352,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 47697, - "end": 47701, + "start": 48177, + "end": 48181, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 35 }, "end": { - "line": 1311, + "line": 1318, "column": 39 }, "identifierName": "Blob" @@ -199041,29 +200371,29 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 47705, - "end": 47724, + "start": 48185, + "end": 48204, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 43 }, "end": { - "line": 1311, + "line": 1318, "column": 62 } }, "left": { "type": "Identifier", - "start": 47705, - "end": 47708, + "start": 48185, + "end": 48188, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 43 }, "end": { - "line": 1311, + "line": 1318, "column": 46 }, "identifierName": "url" @@ -199073,15 +200403,15 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 47720, - "end": 47724, + "start": 48200, + "end": 48204, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 58 }, "end": { - "line": 1311, + "line": 1318, "column": 62 }, "identifierName": "File" @@ -199092,87 +200422,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 47726, - "end": 47980, + "start": 48206, + "end": 48460, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 64 }, "end": { - "line": 1316, + "line": 1323, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 47800, - "end": 47835, + "start": 48280, + "end": 48315, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 47800, - "end": 47834, + "start": 48280, + "end": 48314, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 47800, - "end": 47827, + "start": 48280, + "end": 48307, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 47800, - "end": 47817, + "start": 48280, + "end": 48297, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 47800, - "end": 47804, + "start": 48280, + "end": 48284, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 24 } }, @@ -199180,15 +200510,15 @@ }, "property": { "type": "Identifier", - "start": 47805, - "end": 47817, + "start": 48285, + "end": 48297, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 25 }, "end": { - "line": 1313, + "line": 1320, "column": 37 }, "identifierName": "mediaElement" @@ -199200,15 +200530,15 @@ }, "property": { "type": "Identifier", - "start": 47818, - "end": 47827, + "start": 48298, + "end": 48307, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 38 }, "end": { - "line": 1313, + "line": 1320, "column": 47 }, "identifierName": "srcObject" @@ -199220,15 +200550,15 @@ }, "right": { "type": "NullLiteral", - "start": 47830, - "end": 47834, + "start": 48310, + "end": 48314, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 50 }, "end": { - "line": 1313, + "line": 1320, "column": 54 } } @@ -199239,15 +200569,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 47748, - "end": 47779, + "start": 48228, + "end": 48259, "loc": { "start": { - "line": 1312, + "line": 1319, "column": 20 }, "end": { - "line": 1312, + "line": 1319, "column": 51 } } @@ -199257,15 +200587,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47856, - "end": 47892, + "start": 48336, + "end": 48372, "loc": { "start": { - "line": 1314, + "line": 1321, "column": 20 }, "end": { - "line": 1314, + "line": 1321, "column": 56 } } @@ -199274,72 +200604,72 @@ }, { "type": "ExpressionStatement", - "start": 47913, - "end": 47962, + "start": 48393, + "end": 48442, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 47913, - "end": 47961, + "start": 48393, + "end": 48441, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 47913, - "end": 47934, + "start": 48393, + "end": 48414, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 47913, - "end": 47930, + "start": 48393, + "end": 48410, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 47913, - "end": 47917, + "start": 48393, + "end": 48397, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 24 } }, @@ -199347,15 +200677,15 @@ }, "property": { "type": "Identifier", - "start": 47918, - "end": 47930, + "start": 48398, + "end": 48410, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 25 }, "end": { - "line": 1315, + "line": 1322, "column": 37 }, "identifierName": "mediaElement" @@ -199367,15 +200697,15 @@ }, "property": { "type": "Identifier", - "start": 47931, - "end": 47934, + "start": 48411, + "end": 48414, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 38 }, "end": { - "line": 1315, + "line": 1322, "column": 41 }, "identifierName": "src" @@ -199387,43 +200717,43 @@ }, "right": { "type": "CallExpression", - "start": 47937, - "end": 47961, + "start": 48417, + "end": 48441, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 44 }, "end": { - "line": 1315, + "line": 1322, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 47937, - "end": 47956, + "start": 48417, + "end": 48436, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 44 }, "end": { - "line": 1315, + "line": 1322, "column": 63 } }, "object": { "type": "Identifier", - "start": 47937, - "end": 47940, + "start": 48417, + "end": 48420, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 44 }, "end": { - "line": 1315, + "line": 1322, "column": 47 }, "identifierName": "URL" @@ -199432,15 +200762,15 @@ }, "property": { "type": "Identifier", - "start": 47941, - "end": 47956, + "start": 48421, + "end": 48436, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 48 }, "end": { - "line": 1315, + "line": 1322, "column": 63 }, "identifierName": "createObjectURL" @@ -199452,15 +200782,15 @@ "arguments": [ { "type": "Identifier", - "start": 47957, - "end": 47960, + "start": 48437, + "end": 48440, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 64 }, "end": { - "line": 1315, + "line": 1322, "column": 67 }, "identifierName": "url" @@ -199475,15 +200805,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47856, - "end": 47892, + "start": 48336, + "end": 48372, "loc": { "start": { - "line": 1314, + "line": 1321, "column": 20 }, "end": { - "line": 1314, + "line": 1321, "column": 56 } } @@ -199495,58 +200825,58 @@ }, "alternate": { "type": "BlockStatement", - "start": 47986, - "end": 48115, + "start": 48466, + "end": 48595, "loc": { "start": { - "line": 1316, + "line": 1323, "column": 23 }, "end": { - "line": 1319, + "line": 1326, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 48060, - "end": 48097, + "start": 48540, + "end": 48577, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 20 }, "end": { - "line": 1318, + "line": 1325, "column": 57 } }, "expression": { "type": "CallExpression", - "start": 48060, - "end": 48096, + "start": 48540, + "end": 48576, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 20 }, "end": { - "line": 1318, + "line": 1325, "column": 56 } }, "callee": { "type": "Identifier", - "start": 48060, - "end": 48072, + "start": 48540, + "end": 48552, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 20 }, "end": { - "line": 1318, + "line": 1325, "column": 32 }, "identifierName": "setSrcObject" @@ -199557,15 +200887,15 @@ "arguments": [ { "type": "Identifier", - "start": 48073, - "end": 48076, + "start": 48553, + "end": 48556, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 33 }, "end": { - "line": 1318, + "line": 1325, "column": 36 }, "identifierName": "url" @@ -199574,44 +200904,44 @@ }, { "type": "MemberExpression", - "start": 48078, - "end": 48095, + "start": 48558, + "end": 48575, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 38 }, "end": { - "line": 1318, + "line": 1325, "column": 55 } }, "object": { "type": "ThisExpression", - "start": 48078, - "end": 48082, + "start": 48558, + "end": 48562, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 38 }, "end": { - "line": 1318, + "line": 1325, "column": 42 } } }, "property": { "type": "Identifier", - "start": 48083, - "end": 48095, + "start": 48563, + "end": 48575, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 43 }, "end": { - "line": 1318, + "line": 1325, "column": 55 }, "identifierName": "mediaElement" @@ -199627,15 +200957,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 48008, - "end": 48039, + "start": 48488, + "end": 48519, "loc": { "start": { - "line": 1317, + "line": 1324, "column": 20 }, "end": { - "line": 1317, + "line": 1324, "column": 51 } } @@ -199648,15 +200978,15 @@ }, { "type": "BreakStatement", - "start": 48132, - "end": 48138, + "start": 48612, + "end": 48618, "loc": { "start": { - "line": 1320, + "line": 1327, "column": 16 }, "end": { - "line": 1320, + "line": 1327, "column": 22 } }, @@ -199665,15 +200995,15 @@ ], "test": { "type": "Identifier", - "start": 47649, - "end": 47660, + "start": 48129, + "end": 48140, "loc": { "start": { - "line": 1310, + "line": 1317, "column": 17 }, "end": { - "line": 1310, + "line": 1317, "column": 28 }, "identifierName": "SCREEN_ONLY" @@ -199691,15 +201021,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 47117, - "end": 47286, + "start": 47597, + "end": 47766, "loc": { "start": { - "line": 1292, + "line": 1299, "column": 4 }, "end": { - "line": 1297, + "line": 1304, "column": 7 } } @@ -199709,15 +201039,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded or\n * converted media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @param {String} type - Type of media to save. Legal values are 'record'\n * (default) and 'convert'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n *\n * // save converted video file as 'bar.mp4'\n * player.record().saveAs({'video': 'bar'}, 'convert');\n * @returns {void}\n ", - "start": 48160, - "end": 48914, + "start": 48640, + "end": 49394, "loc": { "start": { - "line": 1324, + "line": 1331, "column": 4 }, "end": { - "line": 1341, + "line": 1348, "column": 7 } } @@ -199726,15 +201056,15 @@ }, { "type": "ClassMethod", - "start": 48919, - "end": 49264, + "start": 49399, + "end": 49744, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 4 }, "end": { - "line": 1352, + "line": 1359, "column": 5 } }, @@ -199742,15 +201072,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 48919, - "end": 48925, + "start": 49399, + "end": 49405, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 4 }, "end": { - "line": 1342, + "line": 1349, "column": 10 }, "identifierName": "saveAs" @@ -199766,15 +201096,15 @@ "params": [ { "type": "Identifier", - "start": 48926, - "end": 48930, + "start": 49406, + "end": 49410, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 11 }, "end": { - "line": 1342, + "line": 1349, "column": 15 }, "identifierName": "name" @@ -199783,29 +201113,29 @@ }, { "type": "AssignmentPattern", - "start": 48932, - "end": 48947, + "start": 49412, + "end": 49427, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 17 }, "end": { - "line": 1342, + "line": 1349, "column": 32 } }, "left": { "type": "Identifier", - "start": 48932, - "end": 48936, + "start": 49412, + "end": 49416, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 17 }, "end": { - "line": 1342, + "line": 1349, "column": 21 }, "identifierName": "type" @@ -199814,15 +201144,15 @@ }, "right": { "type": "StringLiteral", - "start": 48939, - "end": 48947, + "start": 49419, + "end": 49427, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 24 }, "end": { - "line": 1342, + "line": 1349, "column": 32 } }, @@ -199836,58 +201166,58 @@ ], "body": { "type": "BlockStatement", - "start": 48949, - "end": 49264, + "start": 49429, + "end": 49744, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 34 }, "end": { - "line": 1352, + "line": 1359, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 48959, - "end": 49258, + "start": 49439, + "end": 49738, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 8 }, "end": { - "line": 1351, + "line": 1358, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 48963, - "end": 48980, + "start": 49443, + "end": 49460, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 12 }, "end": { - "line": 1343, + "line": 1350, "column": 29 } }, "left": { "type": "Identifier", - "start": 48963, - "end": 48967, + "start": 49443, + "end": 49447, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 12 }, "end": { - "line": 1343, + "line": 1350, "column": 16 }, "identifierName": "type" @@ -199897,15 +201227,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 48972, - "end": 48980, + "start": 49452, + "end": 49460, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 21 }, "end": { - "line": 1343, + "line": 1350, "column": 29 } }, @@ -199918,87 +201248,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 48982, - "end": 49102, + "start": 49462, + "end": 49582, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 31 }, "end": { - "line": 1347, + "line": 1354, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 48996, - "end": 49092, + "start": 49476, + "end": 49572, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 12 }, "end": { - "line": 1346, + "line": 1353, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 49000, - "end": 49033, + "start": 49480, + "end": 49513, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 16 }, "end": { - "line": 1344, + "line": 1351, "column": 49 } }, "left": { "type": "MemberExpression", - "start": 49000, - "end": 49011, + "start": 49480, + "end": 49491, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 16 }, "end": { - "line": 1344, + "line": 1351, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49000, - "end": 49004, + "start": 49480, + "end": 49484, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 16 }, "end": { - "line": 1344, + "line": 1351, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49005, - "end": 49011, + "start": 49485, + "end": 49491, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 21 }, "end": { - "line": 1344, + "line": 1351, "column": 27 }, "identifierName": "engine" @@ -200010,29 +201340,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 49015, - "end": 49033, + "start": 49495, + "end": 49513, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 31 }, "end": { - "line": 1344, + "line": 1351, "column": 49 } }, "left": { "type": "Identifier", - "start": 49015, - "end": 49019, + "start": 49495, + "end": 49499, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 31 }, "end": { - "line": 1344, + "line": 1351, "column": 35 }, "identifierName": "name" @@ -200042,15 +201372,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 49024, - "end": 49033, + "start": 49504, + "end": 49513, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 40 }, "end": { - "line": 1344, + "line": 1351, "column": 49 }, "identifierName": "undefined" @@ -200061,101 +201391,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49035, - "end": 49092, + "start": 49515, + "end": 49572, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 51 }, "end": { - "line": 1346, + "line": 1353, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 49053, - "end": 49078, + "start": 49533, + "end": 49558, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 49053, - "end": 49077, + "start": 49533, + "end": 49557, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 49053, - "end": 49071, + "start": 49533, + "end": 49551, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 49053, - "end": 49064, + "start": 49533, + "end": 49544, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 49053, - "end": 49057, + "start": 49533, + "end": 49537, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49058, - "end": 49064, + "start": 49538, + "end": 49544, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 21 }, "end": { - "line": 1345, + "line": 1352, "column": 27 }, "identifierName": "engine" @@ -200166,15 +201496,15 @@ }, "property": { "type": "Identifier", - "start": 49065, - "end": 49071, + "start": 49545, + "end": 49551, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 28 }, "end": { - "line": 1345, + "line": 1352, "column": 34 }, "identifierName": "saveAs" @@ -200186,15 +201516,15 @@ "arguments": [ { "type": "Identifier", - "start": 49072, - "end": 49076, + "start": 49552, + "end": 49556, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 35 }, "end": { - "line": 1345, + "line": 1352, "column": 39 }, "identifierName": "name" @@ -200214,43 +201544,43 @@ }, "alternate": { "type": "IfStatement", - "start": 49108, - "end": 49258, + "start": 49588, + "end": 49738, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 15 }, "end": { - "line": 1351, + "line": 1358, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 49112, - "end": 49130, + "start": 49592, + "end": 49610, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 19 }, "end": { - "line": 1347, + "line": 1354, "column": 37 } }, "left": { "type": "Identifier", - "start": 49112, - "end": 49116, + "start": 49592, + "end": 49596, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 19 }, "end": { - "line": 1347, + "line": 1354, "column": 23 }, "identifierName": "type" @@ -200260,15 +201590,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 49121, - "end": 49130, + "start": 49601, + "end": 49610, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 28 }, "end": { - "line": 1347, + "line": 1354, "column": 37 } }, @@ -200281,87 +201611,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 49132, - "end": 49258, + "start": 49612, + "end": 49738, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 39 }, "end": { - "line": 1351, + "line": 1358, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 49146, - "end": 49248, + "start": 49626, + "end": 49728, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 12 }, "end": { - "line": 1350, + "line": 1357, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 49150, - "end": 49186, + "start": 49630, + "end": 49666, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 16 }, "end": { - "line": 1348, + "line": 1355, "column": 52 } }, "left": { "type": "MemberExpression", - "start": 49150, - "end": 49164, + "start": 49630, + "end": 49644, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 16 }, "end": { - "line": 1348, + "line": 1355, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 49150, - "end": 49154, + "start": 49630, + "end": 49634, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 16 }, "end": { - "line": 1348, + "line": 1355, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49155, - "end": 49164, + "start": 49635, + "end": 49644, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 21 }, "end": { - "line": 1348, + "line": 1355, "column": 30 }, "identifierName": "converter" @@ -200373,29 +201703,29 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 49168, - "end": 49186, + "start": 49648, + "end": 49666, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 34 }, "end": { - "line": 1348, + "line": 1355, "column": 52 } }, "left": { "type": "Identifier", - "start": 49168, - "end": 49172, + "start": 49648, + "end": 49652, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 34 }, "end": { - "line": 1348, + "line": 1355, "column": 38 }, "identifierName": "name" @@ -200405,15 +201735,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 49177, - "end": 49186, + "start": 49657, + "end": 49666, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 43 }, "end": { - "line": 1348, + "line": 1355, "column": 52 }, "identifierName": "undefined" @@ -200424,101 +201754,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49188, - "end": 49248, + "start": 49668, + "end": 49728, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 54 }, "end": { - "line": 1350, + "line": 1357, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 49206, - "end": 49234, + "start": 49686, + "end": 49714, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 49206, - "end": 49233, + "start": 49686, + "end": 49713, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 49206, - "end": 49227, + "start": 49686, + "end": 49707, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 49206, - "end": 49220, + "start": 49686, + "end": 49700, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 49206, - "end": 49210, + "start": 49686, + "end": 49690, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 20 } } }, "property": { "type": "Identifier", - "start": 49211, - "end": 49220, + "start": 49691, + "end": 49700, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 21 }, "end": { - "line": 1349, + "line": 1356, "column": 30 }, "identifierName": "converter" @@ -200529,15 +201859,15 @@ }, "property": { "type": "Identifier", - "start": 49221, - "end": 49227, + "start": 49701, + "end": 49707, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 31 }, "end": { - "line": 1349, + "line": 1356, "column": 37 }, "identifierName": "saveAs" @@ -200549,15 +201879,15 @@ "arguments": [ { "type": "Identifier", - "start": 49228, - "end": 49232, + "start": 49708, + "end": 49712, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 38 }, "end": { - "line": 1349, + "line": 1356, "column": 42 }, "identifierName": "name" @@ -200586,15 +201916,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded or\n * converted media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @param {String} type - Type of media to save. Legal values are 'record'\n * (default) and 'convert'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n *\n * // save converted video file as 'bar.mp4'\n * player.record().saveAs({'video': 'bar'}, 'convert');\n * @returns {void}\n ", - "start": 48160, - "end": 48914, + "start": 48640, + "end": 49394, "loc": { "start": { - "line": 1324, + "line": 1331, "column": 4 }, "end": { - "line": 1341, + "line": 1348, "column": 7 } } @@ -200604,15 +201934,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 49270, - "end": 49411, + "start": 49750, + "end": 49891, "loc": { "start": { - "line": 1354, + "line": 1361, "column": 4 }, "end": { - "line": 1359, + "line": 1366, "column": 7 } } @@ -200621,15 +201951,15 @@ }, { "type": "ClassMethod", - "start": 49416, - "end": 50648, + "start": 49896, + "end": 51128, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 4 }, "end": { - "line": 1400, + "line": 1407, "column": 5 } }, @@ -200637,15 +201967,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 49416, - "end": 49423, + "start": 49896, + "end": 49903, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 4 }, "end": { - "line": 1360, + "line": 1367, "column": 11 }, "identifierName": "dispose" @@ -200661,86 +201991,86 @@ "params": [], "body": { "type": "BlockStatement", - "start": 49426, - "end": 50648, + "start": 49906, + "end": 51128, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 14 }, "end": { - "line": 1400, + "line": 1407, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 49478, - "end": 49507, + "start": 49958, + "end": 49987, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 37 } }, "expression": { "type": "CallExpression", - "start": 49478, - "end": 49506, + "start": 49958, + "end": 49986, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 49478, - "end": 49493, + "start": 49958, + "end": 49973, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49478, - "end": 49489, + "start": 49958, + "end": 49969, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49478, - "end": 49482, + "start": 49958, + "end": 49962, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 12 } }, @@ -200748,15 +202078,15 @@ }, "property": { "type": "Identifier", - "start": 49483, - "end": 49489, + "start": 49963, + "end": 49969, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 13 }, "end": { - "line": 1362, + "line": 1369, "column": 19 }, "identifierName": "player" @@ -200768,15 +202098,15 @@ }, "property": { "type": "Identifier", - "start": 49490, - "end": 49493, + "start": 49970, + "end": 49973, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 20 }, "end": { - "line": 1362, + "line": 1369, "column": 23 }, "identifierName": "off" @@ -200789,29 +202119,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49494, - "end": 49505, + "start": 49974, + "end": 49985, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 24 }, "end": { - "line": 1362, + "line": 1369, "column": 35 } }, "object": { "type": "Identifier", - "start": 49494, - "end": 49499, + "start": 49974, + "end": 49979, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 24 }, "end": { - "line": 1362, + "line": 1369, "column": 29 }, "identifierName": "Event" @@ -200820,15 +202150,15 @@ }, "property": { "type": "Identifier", - "start": 49500, - "end": 49505, + "start": 49980, + "end": 49985, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 30 }, "end": { - "line": 1362, + "line": 1369, "column": 35 }, "identifierName": "READY" @@ -200844,15 +202174,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 49436, - "end": 49469, + "start": 49916, + "end": 49949, "loc": { "start": { - "line": 1361, + "line": 1368, "column": 8 }, "end": { - "line": 1361, + "line": 1368, "column": 41 } } @@ -200861,86 +202191,86 @@ }, { "type": "ExpressionStatement", - "start": 49516, - "end": 49552, + "start": 49996, + "end": 50032, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 49516, - "end": 49551, + "start": 49996, + "end": 50031, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 49516, - "end": 49531, + "start": 49996, + "end": 50011, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49516, - "end": 49527, + "start": 49996, + "end": 50007, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49516, - "end": 49520, + "start": 49996, + "end": 50000, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49521, - "end": 49527, + "start": 50001, + "end": 50007, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 13 }, "end": { - "line": 1363, + "line": 1370, "column": 19 }, "identifierName": "player" @@ -200951,15 +202281,15 @@ }, "property": { "type": "Identifier", - "start": 49528, - "end": 49531, + "start": 50008, + "end": 50011, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 20 }, "end": { - "line": 1363, + "line": 1370, "column": 23 }, "identifierName": "off" @@ -200971,29 +202301,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49532, - "end": 49550, + "start": 50012, + "end": 50030, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 24 }, "end": { - "line": 1363, + "line": 1370, "column": 42 } }, "object": { "type": "Identifier", - "start": 49532, - "end": 49537, + "start": 50012, + "end": 50017, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 24 }, "end": { - "line": 1363, + "line": 1370, "column": 29 }, "identifierName": "Event" @@ -201002,15 +202332,15 @@ }, "property": { "type": "Identifier", - "start": 49538, - "end": 49550, + "start": 50018, + "end": 50030, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 30 }, "end": { - "line": 1363, + "line": 1370, "column": 42 }, "identifierName": "USERINACTIVE" @@ -201024,86 +202354,86 @@ }, { "type": "ExpressionStatement", - "start": 49561, - "end": 49599, + "start": 50041, + "end": 50079, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 49561, - "end": 49598, + "start": 50041, + "end": 50078, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 45 } }, "callee": { "type": "MemberExpression", - "start": 49561, - "end": 49576, + "start": 50041, + "end": 50056, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 49561, - "end": 49572, + "start": 50041, + "end": 50052, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 49561, - "end": 49565, + "start": 50041, + "end": 50045, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49566, - "end": 49572, + "start": 50046, + "end": 50052, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 13 }, "end": { - "line": 1364, + "line": 1371, "column": 19 }, "identifierName": "player" @@ -201114,15 +202444,15 @@ }, "property": { "type": "Identifier", - "start": 49573, - "end": 49576, + "start": 50053, + "end": 50056, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 20 }, "end": { - "line": 1364, + "line": 1371, "column": 23 }, "identifierName": "off" @@ -201134,29 +202464,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49577, - "end": 49597, + "start": 50057, + "end": 50077, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 24 }, "end": { - "line": 1364, + "line": 1371, "column": 44 } }, "object": { "type": "Identifier", - "start": 49577, - "end": 49582, + "start": 50057, + "end": 50062, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 24 }, "end": { - "line": 1364, + "line": 1371, "column": 29 }, "identifierName": "Event" @@ -201165,15 +202495,15 @@ }, "property": { "type": "Identifier", - "start": 49583, - "end": 49597, + "start": 50063, + "end": 50077, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 30 }, "end": { - "line": 1364, + "line": 1371, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -201188,15 +202518,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49609, - "end": 49657, + "start": 50089, + "end": 50137, "loc": { "start": { - "line": 1366, + "line": 1373, "column": 8 }, "end": { - "line": 1366, + "line": 1373, "column": 56 } } @@ -201205,43 +202535,43 @@ }, { "type": "IfStatement", - "start": 49666, - "end": 49841, + "start": 50146, + "end": 50321, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 8 }, "end": { - "line": 1371, + "line": 1378, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 49670, - "end": 49681, + "start": 50150, + "end": 50161, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 12 }, "end": { - "line": 1367, + "line": 1374, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49670, - "end": 49674, + "start": 50150, + "end": 50154, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 12 }, "end": { - "line": 1367, + "line": 1374, "column": 16 } }, @@ -201249,15 +202579,15 @@ }, "property": { "type": "Identifier", - "start": 49675, - "end": 49681, + "start": 50155, + "end": 50161, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 17 }, "end": { - "line": 1367, + "line": 1374, "column": 23 }, "identifierName": "engine" @@ -201269,101 +202599,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 49683, - "end": 49841, + "start": 50163, + "end": 50321, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 25 }, "end": { - "line": 1371, + "line": 1378, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 49697, - "end": 49719, + "start": 50177, + "end": 50199, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 49697, - "end": 49718, + "start": 50177, + "end": 50198, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 49697, - "end": 49716, + "start": 50177, + "end": 50196, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 49697, - "end": 49708, + "start": 50177, + "end": 50188, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49697, - "end": 49701, + "start": 50177, + "end": 50181, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49702, - "end": 49708, + "start": 50182, + "end": 50188, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 17 }, "end": { - "line": 1368, + "line": 1375, "column": 23 }, "identifierName": "engine" @@ -201374,15 +202704,15 @@ }, "property": { "type": "Identifier", - "start": 49709, - "end": 49716, + "start": 50189, + "end": 50196, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 24 }, "end": { - "line": 1368, + "line": 1375, "column": 31 }, "identifierName": "dispose" @@ -201396,86 +202726,86 @@ }, { "type": "ExpressionStatement", - "start": 49732, - "end": 49754, + "start": 50212, + "end": 50234, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 49732, - "end": 49753, + "start": 50212, + "end": 50233, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 49732, - "end": 49751, + "start": 50212, + "end": 50231, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 49732, - "end": 49743, + "start": 50212, + "end": 50223, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49732, - "end": 49736, + "start": 50212, + "end": 50216, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49737, - "end": 49743, + "start": 50217, + "end": 50223, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 17 }, "end": { - "line": 1369, + "line": 1376, "column": 23 }, "identifierName": "engine" @@ -201486,15 +202816,15 @@ }, "property": { "type": "Identifier", - "start": 49744, - "end": 49751, + "start": 50224, + "end": 50231, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 24 }, "end": { - "line": 1369, + "line": 1376, "column": 31 }, "identifierName": "destroy" @@ -201508,86 +202838,86 @@ }, { "type": "ExpressionStatement", - "start": 49767, - "end": 49831, + "start": 50247, + "end": 50311, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 49767, - "end": 49830, + "start": 50247, + "end": 50310, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 49767, - "end": 49782, + "start": 50247, + "end": 50262, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 49767, - "end": 49778, + "start": 50247, + "end": 50258, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49767, - "end": 49771, + "start": 50247, + "end": 50251, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 16 } } }, "property": { "type": "Identifier", - "start": 49772, - "end": 49778, + "start": 50252, + "end": 50258, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 17 }, "end": { - "line": 1370, + "line": 1377, "column": 23 }, "identifierName": "engine" @@ -201598,15 +202928,15 @@ }, "property": { "type": "Identifier", - "start": 49779, - "end": 49782, + "start": 50259, + "end": 50262, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 24 }, "end": { - "line": 1370, + "line": 1377, "column": 27 }, "identifierName": "off" @@ -201618,29 +202948,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 49783, - "end": 49804, + "start": 50263, + "end": 50284, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 28 }, "end": { - "line": 1370, + "line": 1377, "column": 49 } }, "object": { "type": "Identifier", - "start": 49783, - "end": 49788, + "start": 50263, + "end": 50268, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 28 }, "end": { - "line": 1370, + "line": 1377, "column": 33 }, "identifierName": "Event" @@ -201649,15 +202979,15 @@ }, "property": { "type": "Identifier", - "start": 49789, - "end": 49804, + "start": 50269, + "end": 50284, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 34 }, "end": { - "line": 1370, + "line": 1377, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -201668,44 +202998,44 @@ }, { "type": "MemberExpression", - "start": 49806, - "end": 49829, + "start": 50286, + "end": 50309, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 51 }, "end": { - "line": 1370, + "line": 1377, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 49806, - "end": 49810, + "start": 50286, + "end": 50290, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 51 }, "end": { - "line": 1370, + "line": 1377, "column": 55 } } }, "property": { "type": "Identifier", - "start": 49811, - "end": 49829, + "start": 50291, + "end": 50309, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 56 }, "end": { - "line": 1370, + "line": 1377, "column": 74 }, "identifierName": "engineStopCallback" @@ -201726,15 +203056,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49609, - "end": 49657, + "start": 50089, + "end": 50137, "loc": { "start": { - "line": 1366, + "line": 1373, "column": 8 }, "end": { - "line": 1366, + "line": 1373, "column": 56 } } @@ -201744,15 +203074,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49851, - "end": 49879, + "start": 50331, + "end": 50359, "loc": { "start": { - "line": 1373, + "line": 1380, "column": 8 }, "end": { - "line": 1373, + "line": 1380, "column": 36 } } @@ -201761,57 +203091,57 @@ }, { "type": "ExpressionStatement", - "start": 49888, - "end": 49900, + "start": 50368, + "end": 50380, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 49888, - "end": 49899, + "start": 50368, + "end": 50379, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 49888, - "end": 49897, + "start": 50368, + "end": 50377, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 49888, - "end": 49892, + "start": 50368, + "end": 50372, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 12 } }, @@ -201819,15 +203149,15 @@ }, "property": { "type": "Identifier", - "start": 49893, - "end": 49897, + "start": 50373, + "end": 50377, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 13 }, "end": { - "line": 1374, + "line": 1381, "column": 17 }, "identifierName": "stop" @@ -201844,15 +203174,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49851, - "end": 49879, + "start": 50331, + "end": 50359, "loc": { "start": { - "line": 1373, + "line": 1380, "column": 8 }, "end": { - "line": 1373, + "line": 1380, "column": 36 } } @@ -201861,72 +203191,72 @@ }, { "type": "ExpressionStatement", - "start": 49909, - "end": 49927, + "start": 50389, + "end": 50407, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 49909, - "end": 49926, + "start": 50389, + "end": 50406, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 49909, - "end": 49924, + "start": 50389, + "end": 50404, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 49909, - "end": 49913, + "start": 50389, + "end": 50393, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 12 } } }, "property": { "type": "Identifier", - "start": 49914, - "end": 49924, + "start": 50394, + "end": 50404, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 13 }, "end": { - "line": 1375, + "line": 1382, "column": 23 }, "identifierName": "stopDevice" @@ -201941,15 +203271,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49937, - "end": 49965, + "start": 50417, + "end": 50445, "loc": { "start": { - "line": 1377, + "line": 1384, "column": 8 }, "end": { - "line": 1377, + "line": 1384, "column": 36 } } @@ -201958,57 +203288,57 @@ }, { "type": "ExpressionStatement", - "start": 49974, - "end": 49997, + "start": 50454, + "end": 50477, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 49974, - "end": 49996, + "start": 50454, + "end": 50476, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 49974, - "end": 49994, + "start": 50454, + "end": 50474, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 49974, - "end": 49978, + "start": 50454, + "end": 50458, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 12 } }, @@ -202016,15 +203346,15 @@ }, "property": { "type": "Identifier", - "start": 49979, - "end": 49994, + "start": 50459, + "end": 50474, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 13 }, "end": { - "line": 1378, + "line": 1385, "column": 28 }, "identifierName": "removeRecording" @@ -202041,15 +203371,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49937, - "end": 49965, + "start": 50417, + "end": 50445, "loc": { "start": { - "line": 1377, + "line": 1384, "column": 8 }, "end": { - "line": 1377, + "line": 1384, "column": 36 } } @@ -202059,15 +203389,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50007, - "end": 50024, + "start": 50487, + "end": 50504, "loc": { "start": { - "line": 1380, + "line": 1387, "column": 8 }, "end": { - "line": 1380, + "line": 1387, "column": 25 } } @@ -202076,71 +203406,71 @@ }, { "type": "ExpressionStatement", - "start": 50033, - "end": 50075, + "start": 50513, + "end": 50555, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 50033, - "end": 50074, + "start": 50513, + "end": 50554, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 50033, - "end": 50058, + "start": 50513, + "end": 50538, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 50033, - "end": 50044, + "start": 50513, + "end": 50524, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50033, - "end": 50037, + "start": 50513, + "end": 50517, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 12 } }, @@ -202148,15 +203478,15 @@ }, "property": { "type": "Identifier", - "start": 50038, - "end": 50044, + "start": 50518, + "end": 50524, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 13 }, "end": { - "line": 1381, + "line": 1388, "column": 19 }, "identifierName": "player" @@ -202168,15 +203498,15 @@ }, "property": { "type": "Identifier", - "start": 50045, - "end": 50058, + "start": 50525, + "end": 50538, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 20 }, "end": { - "line": 1381, + "line": 1388, "column": 33 }, "identifierName": "clearInterval" @@ -202189,44 +203519,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 50059, - "end": 50073, + "start": 50539, + "end": 50553, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 34 }, "end": { - "line": 1381, + "line": 1388, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 50059, - "end": 50063, + "start": 50539, + "end": 50543, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 34 }, "end": { - "line": 1381, + "line": 1388, "column": 38 } } }, "property": { "type": "Identifier", - "start": 50064, - "end": 50073, + "start": 50544, + "end": 50553, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 39 }, "end": { - "line": 1381, + "line": 1388, "column": 48 }, "identifierName": "countDown" @@ -202242,15 +203572,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50007, - "end": 50024, + "start": 50487, + "end": 50504, "loc": { "start": { - "line": 1380, + "line": 1387, "column": 8 }, "end": { - "line": 1380, + "line": 1387, "column": 25 } } @@ -202260,15 +203590,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 50085, - "end": 50109, + "start": 50565, + "end": 50589, "loc": { "start": { - "line": 1383, + "line": 1390, "column": 8 }, "end": { - "line": 1383, + "line": 1390, "column": 32 } } @@ -202277,71 +203607,71 @@ }, { "type": "IfStatement", - "start": 50118, - "end": 50588, + "start": 50598, + "end": 51068, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 8 }, "end": { - "line": 1395, + "line": 1402, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 50122, - "end": 50157, + "start": 50602, + "end": 50637, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 47 } }, "left": { "type": "CallExpression", - "start": 50122, - "end": 50142, + "start": 50602, + "end": 50622, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 50122, - "end": 50140, + "start": 50602, + "end": 50620, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 50122, - "end": 50126, + "start": 50602, + "end": 50606, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 16 } }, @@ -202349,15 +203679,15 @@ }, "property": { "type": "Identifier", - "start": 50127, - "end": 50140, + "start": 50607, + "end": 50620, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 17 }, "end": { - "line": 1384, + "line": 1391, "column": 30 }, "identifierName": "getRecordType" @@ -202373,15 +203703,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 50147, - "end": 50157, + "start": 50627, + "end": 50637, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 37 }, "end": { - "line": 1384, + "line": 1391, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -202392,73 +203722,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 50159, - "end": 50294, + "start": 50639, + "end": 50774, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 49 }, "end": { - "line": 1389, + "line": 1396, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 50173, - "end": 50284, + "start": 50653, + "end": 50764, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 12 }, "end": { - "line": 1388, + "line": 1395, "column": 13 } }, "test": { "type": "MemberExpression", - "start": 50177, - "end": 50188, + "start": 50657, + "end": 50668, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 16 }, "end": { - "line": 1385, + "line": 1392, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 50177, - "end": 50181, + "start": 50657, + "end": 50661, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 16 }, "end": { - "line": 1385, + "line": 1392, "column": 20 } } }, "property": { "type": "Identifier", - "start": 50182, - "end": 50188, + "start": 50662, + "end": 50668, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 21 }, "end": { - "line": 1385, + "line": 1392, "column": 27 }, "identifierName": "surfer" @@ -202469,86 +203799,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 50190, - "end": 50284, + "start": 50670, + "end": 50764, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 29 }, "end": { - "line": 1388, + "line": 1395, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 50248, - "end": 50270, + "start": 50728, + "end": 50750, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 38 } }, "expression": { "type": "CallExpression", - "start": 50248, - "end": 50269, + "start": 50728, + "end": 50749, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 37 } }, "callee": { "type": "MemberExpression", - "start": 50248, - "end": 50267, + "start": 50728, + "end": 50747, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 35 } }, "object": { "type": "MemberExpression", - "start": 50248, - "end": 50259, + "start": 50728, + "end": 50739, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 50248, - "end": 50252, + "start": 50728, + "end": 50732, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 20 } }, @@ -202556,15 +203886,15 @@ }, "property": { "type": "Identifier", - "start": 50253, - "end": 50259, + "start": 50733, + "end": 50739, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 21 }, "end": { - "line": 1387, + "line": 1394, "column": 27 }, "identifierName": "surfer" @@ -202576,15 +203906,15 @@ }, "property": { "type": "Identifier", - "start": 50260, - "end": 50267, + "start": 50740, + "end": 50747, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 28 }, "end": { - "line": 1387, + "line": 1394, "column": 35 }, "identifierName": "destroy" @@ -202601,15 +203931,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 50208, - "end": 50231, + "start": 50688, + "end": 50711, "loc": { "start": { - "line": 1386, + "line": 1393, "column": 16 }, "end": { - "line": 1386, + "line": 1393, "column": 39 } } @@ -202626,86 +203956,86 @@ }, "alternate": { "type": "IfStatement", - "start": 50300, - "end": 50588, + "start": 50780, + "end": 51068, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 15 }, "end": { - "line": 1395, + "line": 1402, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 50304, - "end": 50339, + "start": 50784, + "end": 50819, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 54 } }, "left": { "type": "CallExpression", - "start": 50304, - "end": 50324, + "start": 50784, + "end": 50804, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 50304, - "end": 50322, + "start": 50784, + "end": 50802, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 37 } }, "object": { "type": "ThisExpression", - "start": 50304, - "end": 50308, + "start": 50784, + "end": 50788, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 23 } } }, "property": { "type": "Identifier", - "start": 50309, - "end": 50322, + "start": 50789, + "end": 50802, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 24 }, "end": { - "line": 1389, + "line": 1396, "column": 37 }, "identifierName": "getRecordType" @@ -202719,15 +204049,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 50329, - "end": 50339, + "start": 50809, + "end": 50819, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 44 }, "end": { - "line": 1389, + "line": 1396, "column": 54 }, "identifierName": "IMAGE_ONLY" @@ -202737,87 +204067,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 50341, - "end": 50588, + "start": 50821, + "end": 51068, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 56 }, "end": { - "line": 1395, + "line": 1402, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 50355, - "end": 50578, + "start": 50835, + "end": 51058, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 12 }, "end": { - "line": 1394, + "line": 1401, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 50359, - "end": 50406, + "start": 50839, + "end": 50886, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 16 }, "end": { - "line": 1390, + "line": 1397, "column": 63 } }, "left": { "type": "MemberExpression", - "start": 50359, - "end": 50376, + "start": 50839, + "end": 50856, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 16 }, "end": { - "line": 1390, + "line": 1397, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 50359, - "end": 50363, + "start": 50839, + "end": 50843, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 16 }, "end": { - "line": 1390, + "line": 1397, "column": 20 } } }, "property": { "type": "Identifier", - "start": 50364, - "end": 50376, + "start": 50844, + "end": 50856, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 21 }, "end": { - "line": 1390, + "line": 1397, "column": 33 }, "identifierName": "mediaElement" @@ -202829,44 +204159,44 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 50380, - "end": 50406, + "start": 50860, + "end": 50886, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 37 }, "end": { - "line": 1390, + "line": 1397, "column": 63 } }, "object": { "type": "ThisExpression", - "start": 50380, - "end": 50384, + "start": 50860, + "end": 50864, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 37 }, "end": { - "line": 1390, + "line": 1397, "column": 41 } } }, "property": { "type": "Identifier", - "start": 50385, - "end": 50406, + "start": 50865, + "end": 50886, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 42 }, "end": { - "line": 1390, + "line": 1397, "column": 63 }, "identifierName": "streamVisibleCallback" @@ -202878,86 +204208,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 50408, - "end": 50578, + "start": 50888, + "end": 51058, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 65 }, "end": { - "line": 1394, + "line": 1401, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 50463, - "end": 50564, + "start": 50943, + "end": 51044, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1393, + "line": 1400, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 50463, - "end": 50563, + "start": 50943, + "end": 51043, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1393, + "line": 1400, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 50463, - "end": 50500, + "start": 50943, + "end": 50980, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1392, + "line": 1399, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 50463, - "end": 50480, + "start": 50943, + "end": 50960, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1392, + "line": 1399, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 50463, - "end": 50467, + "start": 50943, + "end": 50947, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1392, + "line": 1399, "column": 20 } }, @@ -202965,15 +204295,15 @@ }, "property": { "type": "Identifier", - "start": 50468, - "end": 50480, + "start": 50948, + "end": 50960, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 21 }, "end": { - "line": 1392, + "line": 1399, "column": 33 }, "identifierName": "mediaElement" @@ -202985,15 +204315,15 @@ }, "property": { "type": "Identifier", - "start": 50481, - "end": 50500, + "start": 50961, + "end": 50980, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 34 }, "end": { - "line": 1392, + "line": 1399, "column": 53 }, "identifierName": "removeEventListener" @@ -203006,29 +204336,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50501, - "end": 50514, + "start": 50981, + "end": 50994, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 54 }, "end": { - "line": 1392, + "line": 1399, "column": 67 } }, "object": { "type": "Identifier", - "start": 50501, - "end": 50506, + "start": 50981, + "end": 50986, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 54 }, "end": { - "line": 1392, + "line": 1399, "column": 59 }, "identifierName": "Event" @@ -203037,15 +204367,15 @@ }, "property": { "type": "Identifier", - "start": 50507, - "end": 50514, + "start": 50987, + "end": 50994, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 60 }, "end": { - "line": 1392, + "line": 1399, "column": 67 }, "identifierName": "PLAYING" @@ -203056,44 +204386,44 @@ }, { "type": "MemberExpression", - "start": 50536, - "end": 50562, + "start": 51016, + "end": 51042, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 20 }, "end": { - "line": 1393, + "line": 1400, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 50536, - "end": 50540, + "start": 51016, + "end": 51020, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 20 }, "end": { - "line": 1393, + "line": 1400, "column": 24 } } }, "property": { "type": "Identifier", - "start": 50541, - "end": 50562, + "start": 51021, + "end": 51042, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 25 }, "end": { - "line": 1393, + "line": 1400, "column": 46 }, "identifierName": "streamVisibleCallback" @@ -203109,15 +204439,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 50426, - "end": 50446, + "start": 50906, + "end": 50926, "loc": { "start": { - "line": 1391, + "line": 1398, "column": 16 }, "end": { - "line": 1391, + "line": 1398, "column": 36 } } @@ -203138,15 +204468,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 50085, - "end": 50109, + "start": 50565, + "end": 50589, "loc": { "start": { - "line": 1383, + "line": 1390, "column": 8 }, "end": { - "line": 1383, + "line": 1390, "column": 32 } } @@ -203155,72 +204485,72 @@ }, { "type": "ExpressionStatement", - "start": 50598, - "end": 50616, + "start": 51078, + "end": 51096, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 50598, - "end": 50615, + "start": 51078, + "end": 51095, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 50598, - "end": 50613, + "start": 51078, + "end": 51093, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50598, - "end": 50602, + "start": 51078, + "end": 51082, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50603, - "end": 50613, + "start": 51083, + "end": 51093, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 13 }, "end": { - "line": 1397, + "line": 1404, "column": 23 }, "identifierName": "resetState" @@ -203234,72 +204564,72 @@ }, { "type": "ExpressionStatement", - "start": 50626, - "end": 50642, + "start": 51106, + "end": 51122, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 24 } }, "expression": { "type": "CallExpression", - "start": 50626, - "end": 50641, + "start": 51106, + "end": 51121, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 23 } }, "callee": { "type": "MemberExpression", - "start": 50626, - "end": 50639, + "start": 51106, + "end": 51119, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 21 } }, "object": { "type": "Super", - "start": 50626, - "end": 50631, + "start": 51106, + "end": 51111, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 13 } } }, "property": { "type": "Identifier", - "start": 50632, - "end": 50639, + "start": 51112, + "end": 51119, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 14 }, "end": { - "line": 1399, + "line": 1406, "column": 21 }, "identifierName": "dispose" @@ -203319,15 +204649,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 49270, - "end": 49411, + "start": 49750, + "end": 49891, "loc": { "start": { - "line": 1354, + "line": 1361, "column": 4 }, "end": { - "line": 1359, + "line": 1366, "column": 7 } } @@ -203337,15 +204667,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50654, - "end": 50722, + "start": 51134, + "end": 51202, "loc": { "start": { - "line": 1402, + "line": 1409, "column": 4 }, "end": { - "line": 1404, + "line": 1411, "column": 7 } } @@ -203354,15 +204684,15 @@ }, { "type": "ClassMethod", - "start": 50727, - "end": 50775, + "start": 51207, + "end": 51255, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 4 }, "end": { - "line": 1407, + "line": 1414, "column": 5 } }, @@ -203370,15 +204700,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50727, - "end": 50734, + "start": 51207, + "end": 51214, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 4 }, "end": { - "line": 1405, + "line": 1412, "column": 11 }, "identifierName": "destroy" @@ -203394,101 +204724,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50737, - "end": 50775, + "start": 51217, + "end": 51255, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 14 }, "end": { - "line": 1407, + "line": 1414, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 50747, - "end": 50769, + "start": 51227, + "end": 51249, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 30 } }, "expression": { "type": "CallExpression", - "start": 50747, - "end": 50768, + "start": 51227, + "end": 51248, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 29 } }, "callee": { "type": "MemberExpression", - "start": 50747, - "end": 50766, + "start": 51227, + "end": 51246, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 50747, - "end": 50758, + "start": 51227, + "end": 51238, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 50747, - "end": 50751, + "start": 51227, + "end": 51231, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 12 } } }, "property": { "type": "Identifier", - "start": 50752, - "end": 50758, + "start": 51232, + "end": 51238, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 13 }, "end": { - "line": 1406, + "line": 1413, "column": 19 }, "identifierName": "player" @@ -203499,15 +204829,15 @@ }, "property": { "type": "Identifier", - "start": 50759, - "end": 50766, + "start": 51239, + "end": 51246, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 20 }, "end": { - "line": 1406, + "line": 1413, "column": 27 }, "identifierName": "dispose" @@ -203527,15 +204857,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50654, - "end": 50722, + "start": 51134, + "end": 51202, "loc": { "start": { - "line": 1402, + "line": 1409, "column": 4 }, "end": { - "line": 1404, + "line": 1411, "column": 7 } } @@ -203545,15 +204875,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50781, - "end": 50817, + "start": 51261, + "end": 51297, "loc": { "start": { - "line": 1409, + "line": 1416, "column": 4 }, "end": { - "line": 1411, + "line": 1418, "column": 7 } } @@ -203562,15 +204892,15 @@ }, { "type": "ClassMethod", - "start": 50822, - "end": 52567, + "start": 51302, + "end": 53047, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 4 }, "end": { - "line": 1474, + "line": 1481, "column": 5 } }, @@ -203578,15 +204908,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 50822, - "end": 50827, + "start": 51302, + "end": 51307, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 4 }, "end": { - "line": 1412, + "line": 1419, "column": 9 }, "identifierName": "reset" @@ -203602,58 +204932,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 50830, - "end": 52567, + "start": 51310, + "end": 53047, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 12 }, "end": { - "line": 1474, + "line": 1481, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 50897, - "end": 51037, + "start": 51377, + "end": 51517, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 8 }, "end": { - "line": 1417, + "line": 1424, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 50901, - "end": 50912, + "start": 51381, + "end": 51392, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 12 }, "end": { - "line": 1414, + "line": 1421, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50901, - "end": 50905, + "start": 51381, + "end": 51385, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 12 }, "end": { - "line": 1414, + "line": 1421, "column": 16 } }, @@ -203661,15 +204991,15 @@ }, "property": { "type": "Identifier", - "start": 50906, - "end": 50912, + "start": 51386, + "end": 51392, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 17 }, "end": { - "line": 1414, + "line": 1421, "column": 23 }, "identifierName": "engine" @@ -203681,101 +205011,101 @@ }, "consequent": { "type": "BlockStatement", - "start": 50914, - "end": 51037, + "start": 51394, + "end": 51517, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 25 }, "end": { - "line": 1417, + "line": 1424, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 50928, - "end": 50950, + "start": 51408, + "end": 51430, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 50928, - "end": 50949, + "start": 51408, + "end": 51429, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 50928, - "end": 50947, + "start": 51408, + "end": 51427, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 50928, - "end": 50939, + "start": 51408, + "end": 51419, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50928, - "end": 50932, + "start": 51408, + "end": 51412, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50933, - "end": 50939, + "start": 51413, + "end": 51419, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 17 }, "end": { - "line": 1415, + "line": 1422, "column": 23 }, "identifierName": "engine" @@ -203786,15 +205116,15 @@ }, "property": { "type": "Identifier", - "start": 50940, - "end": 50947, + "start": 51420, + "end": 51427, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 24 }, "end": { - "line": 1415, + "line": 1422, "column": 31 }, "identifierName": "dispose" @@ -203808,86 +205138,86 @@ }, { "type": "ExpressionStatement", - "start": 50963, - "end": 51027, + "start": 51443, + "end": 51507, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 76 } }, "expression": { "type": "CallExpression", - "start": 50963, - "end": 51026, + "start": 51443, + "end": 51506, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 50963, - "end": 50978, + "start": 51443, + "end": 51458, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 50963, - "end": 50974, + "start": 51443, + "end": 51454, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 50963, - "end": 50967, + "start": 51443, + "end": 51447, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 16 } } }, "property": { "type": "Identifier", - "start": 50968, - "end": 50974, + "start": 51448, + "end": 51454, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 17 }, "end": { - "line": 1416, + "line": 1423, "column": 23 }, "identifierName": "engine" @@ -203898,15 +205228,15 @@ }, "property": { "type": "Identifier", - "start": 50975, - "end": 50978, + "start": 51455, + "end": 51458, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 24 }, "end": { - "line": 1416, + "line": 1423, "column": 27 }, "identifierName": "off" @@ -203918,29 +205248,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 50979, - "end": 51000, + "start": 51459, + "end": 51480, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 28 }, "end": { - "line": 1416, + "line": 1423, "column": 49 } }, "object": { "type": "Identifier", - "start": 50979, - "end": 50984, + "start": 51459, + "end": 51464, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 28 }, "end": { - "line": 1416, + "line": 1423, "column": 33 }, "identifierName": "Event" @@ -203949,15 +205279,15 @@ }, "property": { "type": "Identifier", - "start": 50985, - "end": 51000, + "start": 51465, + "end": 51480, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 34 }, "end": { - "line": 1416, + "line": 1423, "column": 49 }, "identifierName": "RECORD_COMPLETE" @@ -203968,44 +205298,44 @@ }, { "type": "MemberExpression", - "start": 51002, - "end": 51025, + "start": 51482, + "end": 51505, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 51 }, "end": { - "line": 1416, + "line": 1423, "column": 74 } }, "object": { "type": "ThisExpression", - "start": 51002, - "end": 51006, + "start": 51482, + "end": 51486, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 51 }, "end": { - "line": 1416, + "line": 1423, "column": 55 } } }, "property": { "type": "Identifier", - "start": 51007, - "end": 51025, + "start": 51487, + "end": 51505, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 56 }, "end": { - "line": 1416, + "line": 1423, "column": 74 }, "identifierName": "engineStopCallback" @@ -204026,15 +205356,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 50840, - "end": 50888, + "start": 51320, + "end": 51368, "loc": { "start": { - "line": 1413, + "line": 1420, "column": 8 }, "end": { - "line": 1413, + "line": 1420, "column": 56 } } @@ -204044,15 +205374,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 51047, - "end": 51075, + "start": 51527, + "end": 51555, "loc": { "start": { - "line": 1419, + "line": 1426, "column": 8 }, "end": { - "line": 1419, + "line": 1426, "column": 36 } } @@ -204061,57 +205391,57 @@ }, { "type": "ExpressionStatement", - "start": 51084, - "end": 51096, + "start": 51564, + "end": 51576, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 51084, - "end": 51095, + "start": 51564, + "end": 51575, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 51084, - "end": 51093, + "start": 51564, + "end": 51573, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 51084, - "end": 51088, + "start": 51564, + "end": 51568, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 12 } }, @@ -204119,15 +205449,15 @@ }, "property": { "type": "Identifier", - "start": 51089, - "end": 51093, + "start": 51569, + "end": 51573, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 13 }, "end": { - "line": 1420, + "line": 1427, "column": 17 }, "identifierName": "stop" @@ -204144,15 +205474,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 51047, - "end": 51075, + "start": 51527, + "end": 51555, "loc": { "start": { - "line": 1419, + "line": 1426, "column": 8 }, "end": { - "line": 1419, + "line": 1426, "column": 36 } } @@ -204161,72 +205491,72 @@ }, { "type": "ExpressionStatement", - "start": 51105, - "end": 51123, + "start": 51585, + "end": 51603, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 51105, - "end": 51122, + "start": 51585, + "end": 51602, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 51105, - "end": 51120, + "start": 51585, + "end": 51600, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51105, - "end": 51109, + "start": 51585, + "end": 51589, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 12 } } }, "property": { "type": "Identifier", - "start": 51110, - "end": 51120, + "start": 51590, + "end": 51600, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 13 }, "end": { - "line": 1421, + "line": 1428, "column": 23 }, "identifierName": "stopDevice" @@ -204241,15 +205571,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 51133, - "end": 51150, + "start": 51613, + "end": 51630, "loc": { "start": { - "line": 1423, + "line": 1430, "column": 8 }, "end": { - "line": 1423, + "line": 1430, "column": 25 } } @@ -204258,71 +205588,71 @@ }, { "type": "ExpressionStatement", - "start": 51159, - "end": 51201, + "start": 51639, + "end": 51681, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 50 } }, "expression": { "type": "CallExpression", - "start": 51159, - "end": 51200, + "start": 51639, + "end": 51680, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 49 } }, "callee": { "type": "MemberExpression", - "start": 51159, - "end": 51184, + "start": 51639, + "end": 51664, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 51159, - "end": 51170, + "start": 51639, + "end": 51650, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 51159, - "end": 51163, + "start": 51639, + "end": 51643, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 12 } }, @@ -204330,15 +205660,15 @@ }, "property": { "type": "Identifier", - "start": 51164, - "end": 51170, + "start": 51644, + "end": 51650, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 13 }, "end": { - "line": 1424, + "line": 1431, "column": 19 }, "identifierName": "player" @@ -204350,15 +205680,15 @@ }, "property": { "type": "Identifier", - "start": 51171, - "end": 51184, + "start": 51651, + "end": 51664, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 20 }, "end": { - "line": 1424, + "line": 1431, "column": 33 }, "identifierName": "clearInterval" @@ -204371,44 +205701,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51185, - "end": 51199, + "start": 51665, + "end": 51679, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 34 }, "end": { - "line": 1424, + "line": 1431, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 51185, - "end": 51189, + "start": 51665, + "end": 51669, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 34 }, "end": { - "line": 1424, + "line": 1431, "column": 38 } } }, "property": { "type": "Identifier", - "start": 51190, - "end": 51199, + "start": 51670, + "end": 51679, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 39 }, "end": { - "line": 1424, + "line": 1431, "column": 48 }, "identifierName": "countDown" @@ -204424,15 +205754,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 51133, - "end": 51150, + "start": 51613, + "end": 51630, "loc": { "start": { - "line": 1423, + "line": 1430, "column": 8 }, "end": { - "line": 1423, + "line": 1430, "column": 25 } } @@ -204442,15 +205772,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51211, - "end": 51239, + "start": 51691, + "end": 51719, "loc": { "start": { - "line": 1426, + "line": 1433, "column": 8 }, "end": { - "line": 1426, + "line": 1433, "column": 36 } } @@ -204459,57 +205789,57 @@ }, { "type": "ExpressionStatement", - "start": 51248, - "end": 51271, + "start": 51728, + "end": 51751, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 51248, - "end": 51270, + "start": 51728, + "end": 51750, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 51248, - "end": 51268, + "start": 51728, + "end": 51748, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 51248, - "end": 51252, + "start": 51728, + "end": 51732, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 12 } }, @@ -204517,15 +205847,15 @@ }, "property": { "type": "Identifier", - "start": 51253, - "end": 51268, + "start": 51733, + "end": 51748, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 13 }, "end": { - "line": 1427, + "line": 1434, "column": 28 }, "identifierName": "removeRecording" @@ -204542,15 +205872,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51211, - "end": 51239, + "start": 51691, + "end": 51719, "loc": { "start": { - "line": 1426, + "line": 1433, "column": 8 }, "end": { - "line": 1426, + "line": 1433, "column": 36 } } @@ -204560,15 +205890,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51281, - "end": 51297, + "start": 51761, + "end": 51777, "loc": { "start": { - "line": 1429, + "line": 1436, "column": 8 }, "end": { - "line": 1429, + "line": 1436, "column": 24 } } @@ -204577,57 +205907,57 @@ }, { "type": "ExpressionStatement", - "start": 51306, - "end": 51325, + "start": 51786, + "end": 51805, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 51306, - "end": 51324, + "start": 51786, + "end": 51804, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 51306, - "end": 51322, + "start": 51786, + "end": 51802, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 51306, - "end": 51310, + "start": 51786, + "end": 51790, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 12 } }, @@ -204635,15 +205965,15 @@ }, "property": { "type": "Identifier", - "start": 51311, - "end": 51322, + "start": 51791, + "end": 51802, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 13 }, "end": { - "line": 1430, + "line": 1437, "column": 24 }, "identifierName": "loadOptions" @@ -204660,15 +205990,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51281, - "end": 51297, + "start": 51761, + "end": 51777, "loc": { "start": { - "line": 1429, + "line": 1436, "column": 8 }, "end": { - "line": 1429, + "line": 1436, "column": 24 } } @@ -204678,15 +206008,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51335, - "end": 51358, + "start": 51815, + "end": 51838, "loc": { "start": { - "line": 1432, + "line": 1439, "column": 8 }, "end": { - "line": 1432, + "line": 1439, "column": 31 } } @@ -204695,57 +206025,57 @@ }, { "type": "ExpressionStatement", - "start": 51367, - "end": 51385, + "start": 51847, + "end": 51865, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 51367, - "end": 51384, + "start": 51847, + "end": 51864, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 51367, - "end": 51382, + "start": 51847, + "end": 51862, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 51367, - "end": 51371, + "start": 51847, + "end": 51851, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 12 } }, @@ -204753,15 +206083,15 @@ }, "property": { "type": "Identifier", - "start": 51372, - "end": 51382, + "start": 51852, + "end": 51862, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 13 }, "end": { - "line": 1433, + "line": 1440, "column": 23 }, "identifierName": "resetState" @@ -204778,15 +206108,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51335, - "end": 51358, + "start": 51815, + "end": 51838, "loc": { "start": { - "line": 1432, + "line": 1439, "column": 8 }, "end": { - "line": 1432, + "line": 1439, "column": 31 } } @@ -204796,15 +206126,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51395, - "end": 51415, + "start": 51875, + "end": 51895, "loc": { "start": { - "line": 1435, + "line": 1442, "column": 8 }, "end": { - "line": 1435, + "line": 1442, "column": 28 } } @@ -204813,57 +206143,57 @@ }, { "type": "ExpressionStatement", - "start": 51424, - "end": 51457, + "start": 51904, + "end": 51937, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 51424, - "end": 51456, + "start": 51904, + "end": 51936, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 51424, - "end": 51440, + "start": 51904, + "end": 51920, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 51424, - "end": 51428, + "start": 51904, + "end": 51908, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 12 } }, @@ -204871,15 +206201,15 @@ }, "property": { "type": "Identifier", - "start": 51429, - "end": 51440, + "start": 51909, + "end": 51920, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 13 }, "end": { - "line": 1436, + "line": 1443, "column": 24 }, "identifierName": "setDuration" @@ -204892,44 +206222,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 51441, - "end": 51455, + "start": 51921, + "end": 51935, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 25 }, "end": { - "line": 1436, + "line": 1443, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 51441, - "end": 51445, + "start": 51921, + "end": 51925, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 25 }, "end": { - "line": 1436, + "line": 1443, "column": 29 } } }, "property": { "type": "Identifier", - "start": 51446, - "end": 51455, + "start": 51926, + "end": 51935, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 30 }, "end": { - "line": 1436, + "line": 1443, "column": 39 }, "identifierName": "maxLength" @@ -204945,15 +206275,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51395, - "end": 51415, + "start": 51875, + "end": 51895, "loc": { "start": { - "line": 1435, + "line": 1442, "column": 8 }, "end": { - "line": 1435, + "line": 1442, "column": 28 } } @@ -204962,72 +206292,72 @@ }, { "type": "ExpressionStatement", - "start": 51466, - "end": 51489, + "start": 51946, + "end": 51969, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 51466, - "end": 51488, + "start": 51946, + "end": 51968, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 51466, - "end": 51485, + "start": 51946, + "end": 51965, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51466, - "end": 51470, + "start": 51946, + "end": 51950, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 12 } } }, "property": { "type": "Identifier", - "start": 51471, - "end": 51485, + "start": 51951, + "end": 51965, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 13 }, "end": { - "line": 1437, + "line": 1444, "column": 27 }, "identifierName": "setCurrentTime" @@ -205039,15 +206369,15 @@ "arguments": [ { "type": "NumericLiteral", - "start": 51486, - "end": 51487, + "start": 51966, + "end": 51967, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 28 }, "end": { - "line": 1437, + "line": 1444, "column": 29 } }, @@ -205063,15 +206393,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51499, - "end": 51514, + "start": 51979, + "end": 51994, "loc": { "start": { - "line": 1439, + "line": 1446, "column": 8 }, "end": { - "line": 1439, + "line": 1446, "column": 23 } } @@ -205080,71 +206410,71 @@ }, { "type": "ExpressionStatement", - "start": 51523, - "end": 51543, + "start": 52003, + "end": 52023, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 28 } }, "expression": { "type": "CallExpression", - "start": 51523, - "end": 51542, + "start": 52003, + "end": 52022, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 51523, - "end": 51540, + "start": 52003, + "end": 52020, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 25 } }, "object": { "type": "MemberExpression", - "start": 51523, - "end": 51534, + "start": 52003, + "end": 52014, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 51523, - "end": 51527, + "start": 52003, + "end": 52007, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 12 } }, @@ -205152,15 +206482,15 @@ }, "property": { "type": "Identifier", - "start": 51528, - "end": 51534, + "start": 52008, + "end": 52014, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 13 }, "end": { - "line": 1440, + "line": 1447, "column": 19 }, "identifierName": "player" @@ -205172,15 +206502,15 @@ }, "property": { "type": "Identifier", - "start": 51535, - "end": 51540, + "start": 52015, + "end": 52020, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 20 }, "end": { - "line": 1440, + "line": 1447, "column": 25 }, "identifierName": "reset" @@ -205197,15 +206527,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51499, - "end": 51514, + "start": 51979, + "end": 51994, "loc": { "start": { - "line": 1439, + "line": 1446, "column": 8 }, "end": { - "line": 1439, + "line": 1446, "column": 23 } } @@ -205214,72 +206544,72 @@ }, { "type": "SwitchStatement", - "start": 51552, - "end": 52015, + "start": 52032, + "end": 52495, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 8 }, "end": { - "line": 1455, + "line": 1462, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 51560, - "end": 51580, + "start": 52040, + "end": 52060, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 16 }, "end": { - "line": 1441, + "line": 1448, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 51560, - "end": 51578, + "start": 52040, + "end": 52058, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 16 }, "end": { - "line": 1441, + "line": 1448, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 51560, - "end": 51564, + "start": 52040, + "end": 52044, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 16 }, "end": { - "line": 1441, + "line": 1448, "column": 20 } } }, "property": { "type": "Identifier", - "start": 51565, - "end": 51578, + "start": 52045, + "end": 52058, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 21 }, "end": { - "line": 1441, + "line": 1448, "column": 34 }, "identifierName": "getRecordType" @@ -205293,87 +206623,87 @@ "cases": [ { "type": "SwitchCase", - "start": 51596, - "end": 51798, + "start": 52076, + "end": 52278, "loc": { "start": { - "line": 1442, + "line": 1449, "column": 12 }, "end": { - "line": 1447, + "line": 1454, "column": 22 } }, "consequent": [ { "type": "IfStatement", - "start": 51629, - "end": 51775, + "start": 52109, + "end": 52255, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 16 }, "end": { - "line": 1446, + "line": 1453, "column": 17 } }, "test": { "type": "LogicalExpression", - "start": 51633, - "end": 51666, + "start": 52113, + "end": 52146, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 20 }, "end": { - "line": 1443, + "line": 1450, "column": 53 } }, "left": { "type": "MemberExpression", - "start": 51633, - "end": 51644, + "start": 52113, + "end": 52124, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 20 }, "end": { - "line": 1443, + "line": 1450, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51633, - "end": 51637, + "start": 52113, + "end": 52117, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 20 }, "end": { - "line": 1443, + "line": 1450, "column": 24 } } }, "property": { "type": "Identifier", - "start": 51638, - "end": 51644, + "start": 52118, + "end": 52124, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 25 }, "end": { - "line": 1443, + "line": 1450, "column": 31 }, "identifierName": "surfer" @@ -205385,58 +206715,58 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 51648, - "end": 51666, + "start": 52128, + "end": 52146, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 35 }, "end": { - "line": 1443, + "line": 1450, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 51648, - "end": 51659, + "start": 52128, + "end": 52139, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 35 }, "end": { - "line": 1443, + "line": 1450, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 51648, - "end": 51652, + "start": 52128, + "end": 52132, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 35 }, "end": { - "line": 1443, + "line": 1450, "column": 39 } } }, "property": { "type": "Identifier", - "start": 51653, - "end": 51659, + "start": 52133, + "end": 52139, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 40 }, "end": { - "line": 1443, + "line": 1450, "column": 46 }, "identifierName": "surfer" @@ -205447,15 +206777,15 @@ }, "property": { "type": "Identifier", - "start": 51660, - "end": 51666, + "start": 52140, + "end": 52146, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 47 }, "end": { - "line": 1443, + "line": 1450, "column": 53 }, "identifierName": "surfer" @@ -205467,100 +206797,100 @@ }, "consequent": { "type": "BlockStatement", - "start": 51668, - "end": 51775, + "start": 52148, + "end": 52255, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 55 }, "end": { - "line": 1446, + "line": 1453, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 51730, - "end": 51757, + "start": 52210, + "end": 52237, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 47 } }, "expression": { "type": "CallExpression", - "start": 51730, - "end": 51756, + "start": 52210, + "end": 52236, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 46 } }, "callee": { "type": "MemberExpression", - "start": 51730, - "end": 51754, + "start": 52210, + "end": 52234, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 51730, - "end": 51748, + "start": 52210, + "end": 52228, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 51730, - "end": 51741, + "start": 52210, + "end": 52221, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 51730, - "end": 51734, + "start": 52210, + "end": 52214, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 24 } }, @@ -205568,15 +206898,15 @@ }, "property": { "type": "Identifier", - "start": 51735, - "end": 51741, + "start": 52215, + "end": 52221, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 25 }, "end": { - "line": 1445, + "line": 1452, "column": 31 }, "identifierName": "surfer" @@ -205588,15 +206918,15 @@ }, "property": { "type": "Identifier", - "start": 51742, - "end": 51748, + "start": 52222, + "end": 52228, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 32 }, "end": { - "line": 1445, + "line": 1452, "column": 38 }, "identifierName": "surfer" @@ -205608,15 +206938,15 @@ }, "property": { "type": "Identifier", - "start": 51749, - "end": 51754, + "start": 52229, + "end": 52234, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 39 }, "end": { - "line": 1445, + "line": 1452, "column": 44 }, "identifierName": "empty" @@ -205633,15 +206963,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 51690, - "end": 51709, + "start": 52170, + "end": 52189, "loc": { "start": { - "line": 1444, + "line": 1451, "column": 20 }, "end": { - "line": 1444, + "line": 1451, "column": 39 } } @@ -205655,15 +206985,15 @@ }, { "type": "BreakStatement", - "start": 51792, - "end": 51798, + "start": 52272, + "end": 52278, "loc": { "start": { - "line": 1447, + "line": 1454, "column": 16 }, "end": { - "line": 1447, + "line": 1454, "column": 22 } }, @@ -205672,15 +207002,15 @@ ], "test": { "type": "Identifier", - "start": 51601, - "end": 51611, + "start": 52081, + "end": 52091, "loc": { "start": { - "line": 1442, + "line": 1449, "column": 17 }, "end": { - "line": 1442, + "line": 1449, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -205690,30 +207020,30 @@ }, { "type": "SwitchCase", - "start": 51812, - "end": 51828, + "start": 52292, + "end": 52308, "loc": { "start": { - "line": 1449, + "line": 1456, "column": 12 }, "end": { - "line": 1449, + "line": 1456, "column": 28 } }, "consequent": [], "test": { "type": "Identifier", - "start": 51817, - "end": 51827, + "start": 52297, + "end": 52307, "loc": { "start": { - "line": 1449, + "line": 1456, "column": 17 }, "end": { - "line": 1449, + "line": 1456, "column": 27 }, "identifierName": "IMAGE_ONLY" @@ -205723,100 +207053,100 @@ }, { "type": "SwitchCase", - "start": 51841, - "end": 52005, + "start": 52321, + "end": 52485, "loc": { "start": { - "line": 1450, + "line": 1457, "column": 12 }, "end": { - "line": 1454, + "line": 1461, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 51901, - "end": 51933, + "start": 52381, + "end": 52413, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 51901, - "end": 51932, + "start": 52381, + "end": 52412, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 51901, - "end": 51930, + "start": 52381, + "end": 52410, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51901, - "end": 51925, + "start": 52381, + "end": 52405, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 51901, - "end": 51912, + "start": 52381, + "end": 52392, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51901, - "end": 51905, + "start": 52381, + "end": 52385, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 20 } }, @@ -205824,15 +207154,15 @@ }, "property": { "type": "Identifier", - "start": 51906, - "end": 51912, + "start": 52386, + "end": 52392, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 21 }, "end": { - "line": 1452, + "line": 1459, "column": 27 }, "identifierName": "player" @@ -205844,15 +207174,15 @@ }, "property": { "type": "Identifier", - "start": 51913, - "end": 51925, + "start": 52393, + "end": 52405, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 28 }, "end": { - "line": 1452, + "line": 1459, "column": 40 }, "identifierName": "recordCanvas" @@ -205864,15 +207194,15 @@ }, "property": { "type": "Identifier", - "start": 51926, - "end": 51930, + "start": 52406, + "end": 52410, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 41 }, "end": { - "line": 1452, + "line": 1459, "column": 45 }, "identifierName": "hide" @@ -205889,15 +207219,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 51873, - "end": 51884, + "start": 52353, + "end": 52364, "loc": { "start": { - "line": 1451, + "line": 1458, "column": 16 }, "end": { - "line": 1451, + "line": 1458, "column": 27 } } @@ -205906,100 +207236,100 @@ }, { "type": "ExpressionStatement", - "start": 51950, - "end": 51982, + "start": 52430, + "end": 52462, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 51950, - "end": 51981, + "start": 52430, + "end": 52461, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 51950, - "end": 51979, + "start": 52430, + "end": 52459, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 51950, - "end": 51974, + "start": 52430, + "end": 52454, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 51950, - "end": 51961, + "start": 52430, + "end": 52441, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 51950, - "end": 51954, + "start": 52430, + "end": 52434, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 20 } } }, "property": { "type": "Identifier", - "start": 51955, - "end": 51961, + "start": 52435, + "end": 52441, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 21 }, "end": { - "line": 1453, + "line": 1460, "column": 27 }, "identifierName": "player" @@ -206010,15 +207340,15 @@ }, "property": { "type": "Identifier", - "start": 51962, - "end": 51974, + "start": 52442, + "end": 52454, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 28 }, "end": { - "line": 1453, + "line": 1460, "column": 40 }, "identifierName": "cameraButton" @@ -206029,15 +207359,15 @@ }, "property": { "type": "Identifier", - "start": 51975, - "end": 51979, + "start": 52455, + "end": 52459, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 41 }, "end": { - "line": 1453, + "line": 1460, "column": 45 }, "identifierName": "hide" @@ -206051,15 +207381,15 @@ }, { "type": "BreakStatement", - "start": 51999, - "end": 52005, + "start": 52479, + "end": 52485, "loc": { "start": { - "line": 1454, + "line": 1461, "column": 16 }, "end": { - "line": 1454, + "line": 1461, "column": 22 } }, @@ -206068,15 +207398,15 @@ ], "test": { "type": "Identifier", - "start": 51846, - "end": 51855, + "start": 52326, + "end": 52335, "loc": { "start": { - "line": 1450, + "line": 1457, "column": 17 }, "end": { - "line": 1450, + "line": 1457, "column": 26 }, "identifierName": "ANIMATION" @@ -206089,15 +207419,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 52025, - "end": 52045, + "start": 52505, + "end": 52525, "loc": { "start": { - "line": 1457, + "line": 1464, "column": 8 }, "end": { - "line": 1457, + "line": 1464, "column": 28 } } @@ -206106,85 +207436,85 @@ }, { "type": "IfStatement", - "start": 52054, - "end": 52172, + "start": 52534, + "end": 52652, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 8 }, "end": { - "line": 1460, + "line": 1467, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 52058, - "end": 52105, + "start": 52538, + "end": 52585, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 59 } }, "left": { "type": "MemberExpression", - "start": 52058, - "end": 52091, + "start": 52538, + "end": 52571, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 52058, - "end": 52080, + "start": 52538, + "end": 52560, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 52058, - "end": 52069, + "start": 52538, + "end": 52549, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 52058, - "end": 52062, + "start": 52538, + "end": 52542, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 16 } }, @@ -206192,15 +207522,15 @@ }, "property": { "type": "Identifier", - "start": 52063, - "end": 52069, + "start": 52543, + "end": 52549, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 17 }, "end": { - "line": 1458, + "line": 1465, "column": 23 }, "identifierName": "player" @@ -206212,15 +207542,15 @@ }, "property": { "type": "Identifier", - "start": 52070, - "end": 52080, + "start": 52550, + "end": 52560, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 24 }, "end": { - "line": 1458, + "line": 1465, "column": 34 }, "identifierName": "controlBar" @@ -206232,15 +207562,15 @@ }, "property": { "type": "Identifier", - "start": 52081, - "end": 52091, + "start": 52561, + "end": 52571, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 35 }, "end": { - "line": 1458, + "line": 1465, "column": 45 }, "identifierName": "playToggle" @@ -206253,15 +207583,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 52096, - "end": 52105, + "start": 52576, + "end": 52585, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 50 }, "end": { - "line": 1458, + "line": 1465, "column": 59 }, "identifierName": "undefined" @@ -206272,129 +207602,129 @@ }, "consequent": { "type": "BlockStatement", - "start": 52107, - "end": 52172, + "start": 52587, + "end": 52652, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 61 }, "end": { - "line": 1460, + "line": 1467, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52121, - "end": 52162, + "start": 52601, + "end": 52642, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 53 } }, "expression": { "type": "CallExpression", - "start": 52121, - "end": 52161, + "start": 52601, + "end": 52641, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 52121, - "end": 52159, + "start": 52601, + "end": 52639, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 52121, - "end": 52154, + "start": 52601, + "end": 52634, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 52121, - "end": 52143, + "start": 52601, + "end": 52623, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 52121, - "end": 52132, + "start": 52601, + "end": 52612, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 52121, - "end": 52125, + "start": 52601, + "end": 52605, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 16 } } }, "property": { "type": "Identifier", - "start": 52126, - "end": 52132, + "start": 52606, + "end": 52612, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 17 }, "end": { - "line": 1459, + "line": 1466, "column": 23 }, "identifierName": "player" @@ -206405,15 +207735,15 @@ }, "property": { "type": "Identifier", - "start": 52133, - "end": 52143, + "start": 52613, + "end": 52623, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 24 }, "end": { - "line": 1459, + "line": 1466, "column": 34 }, "identifierName": "controlBar" @@ -206424,15 +207754,15 @@ }, "property": { "type": "Identifier", - "start": 52144, - "end": 52154, + "start": 52624, + "end": 52634, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 35 }, "end": { - "line": 1459, + "line": 1466, "column": 45 }, "identifierName": "playToggle" @@ -206443,15 +207773,15 @@ }, "property": { "type": "Identifier", - "start": 52155, - "end": 52159, + "start": 52635, + "end": 52639, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 46 }, "end": { - "line": 1459, + "line": 1466, "column": 50 }, "identifierName": "hide" @@ -206472,15 +207802,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 52025, - "end": 52045, + "start": 52505, + "end": 52525, "loc": { "start": { - "line": 1457, + "line": 1464, "column": 8 }, "end": { - "line": 1457, + "line": 1464, "column": 28 } } @@ -206490,15 +207820,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52182, - "end": 52213, + "start": 52662, + "end": 52693, "loc": { "start": { - "line": 1462, + "line": 1469, "column": 8 }, "end": { - "line": 1462, + "line": 1469, "column": 39 } } @@ -206507,85 +207837,85 @@ }, { "type": "ExpressionStatement", - "start": 52222, - "end": 52254, + "start": 52702, + "end": 52734, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 52222, - "end": 52253, + "start": 52702, + "end": 52733, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 52222, - "end": 52251, + "start": 52702, + "end": 52731, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 52222, - "end": 52246, + "start": 52702, + "end": 52726, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 52222, - "end": 52233, + "start": 52702, + "end": 52713, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52222, - "end": 52226, + "start": 52702, + "end": 52706, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 12 } }, @@ -206593,15 +207923,15 @@ }, "property": { "type": "Identifier", - "start": 52227, - "end": 52233, + "start": 52707, + "end": 52713, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 13 }, "end": { - "line": 1463, + "line": 1470, "column": 19 }, "identifierName": "player" @@ -206613,15 +207943,15 @@ }, "property": { "type": "Identifier", - "start": 52234, - "end": 52246, + "start": 52714, + "end": 52726, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 20 }, "end": { - "line": 1463, + "line": 1470, "column": 32 }, "identifierName": "deviceButton" @@ -206633,15 +207963,15 @@ }, "property": { "type": "Identifier", - "start": 52247, - "end": 52251, + "start": 52727, + "end": 52731, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 33 }, "end": { - "line": 1463, + "line": 1470, "column": 37 }, "identifierName": "show" @@ -206658,15 +207988,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52182, - "end": 52213, + "start": 52662, + "end": 52693, "loc": { "start": { - "line": 1462, + "line": 1469, "column": 8 }, "end": { - "line": 1462, + "line": 1469, "column": 39 } } @@ -206676,15 +208006,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52264, - "end": 52285, + "start": 52744, + "end": 52765, "loc": { "start": { - "line": 1465, + "line": 1472, "column": 8 }, "end": { - "line": 1465, + "line": 1472, "column": 29 } } @@ -206693,85 +208023,85 @@ }, { "type": "ExpressionStatement", - "start": 52294, - "end": 52326, + "start": 52774, + "end": 52806, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 52294, - "end": 52325, + "start": 52774, + "end": 52805, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 52294, - "end": 52323, + "start": 52774, + "end": 52803, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 52294, - "end": 52318, + "start": 52774, + "end": 52798, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 52294, - "end": 52305, + "start": 52774, + "end": 52785, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52294, - "end": 52298, + "start": 52774, + "end": 52778, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 12 } }, @@ -206779,15 +208109,15 @@ }, "property": { "type": "Identifier", - "start": 52299, - "end": 52305, + "start": 52779, + "end": 52785, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 13 }, "end": { - "line": 1466, + "line": 1473, "column": 19 }, "identifierName": "player" @@ -206799,15 +208129,15 @@ }, "property": { "type": "Identifier", - "start": 52306, - "end": 52318, + "start": 52786, + "end": 52798, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 20 }, "end": { - "line": 1466, + "line": 1473, "column": 32 }, "identifierName": "recordToggle" @@ -206819,15 +208149,15 @@ }, "property": { "type": "Identifier", - "start": 52319, - "end": 52323, + "start": 52799, + "end": 52803, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 33 }, "end": { - "line": 1466, + "line": 1473, "column": 37 }, "identifierName": "hide" @@ -206844,15 +208174,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52264, - "end": 52285, + "start": 52744, + "end": 52765, "loc": { "start": { - "line": 1465, + "line": 1472, "column": 8 }, "end": { - "line": 1465, + "line": 1472, "column": 29 } } @@ -206862,15 +208192,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52336, - "end": 52388, + "start": 52816, + "end": 52868, "loc": { "start": { - "line": 1468, + "line": 1475, "column": 8 }, "end": { - "line": 1468, + "line": 1475, "column": 60 } } @@ -206878,15 +208208,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52397, - "end": 52410, + "start": 52877, + "end": 52890, "loc": { "start": { - "line": 1469, + "line": 1476, "column": 8 }, "end": { - "line": 1469, + "line": 1476, "column": 21 } } @@ -206895,71 +208225,71 @@ }, { "type": "ExpressionStatement", - "start": 52419, - "end": 52561, + "start": 52899, + "end": 53041, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1473, + "line": 1480, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 52419, - "end": 52560, + "start": 52899, + "end": 53040, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1473, + "line": 1480, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 52419, - "end": 52434, + "start": 52899, + "end": 52914, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1470, + "line": 1477, "column": 23 } }, "object": { "type": "MemberExpression", - "start": 52419, - "end": 52430, + "start": 52899, + "end": 52910, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1470, + "line": 1477, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 52419, - "end": 52423, + "start": 52899, + "end": 52903, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1470, + "line": 1477, "column": 12 } }, @@ -206967,15 +208297,15 @@ }, "property": { "type": "Identifier", - "start": 52424, - "end": 52430, + "start": 52904, + "end": 52910, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 13 }, "end": { - "line": 1470, + "line": 1477, "column": 19 }, "identifierName": "player" @@ -206987,15 +208317,15 @@ }, "property": { "type": "Identifier", - "start": 52431, - "end": 52434, + "start": 52911, + "end": 52914, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 20 }, "end": { - "line": 1470, + "line": 1477, "column": 23 }, "identifierName": "one" @@ -207008,29 +208338,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 52435, - "end": 52455, + "start": 52915, + "end": 52935, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 24 }, "end": { - "line": 1470, + "line": 1477, "column": 44 } }, "object": { "type": "Identifier", - "start": 52435, - "end": 52440, + "start": 52915, + "end": 52920, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 24 }, "end": { - "line": 1470, + "line": 1477, "column": 29 }, "identifierName": "Event" @@ -207039,15 +208369,15 @@ }, "property": { "type": "Identifier", - "start": 52441, - "end": 52455, + "start": 52921, + "end": 52935, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 30 }, "end": { - "line": 1470, + "line": 1477, "column": 44 }, "identifierName": "LOADEDMETADATA" @@ -207058,15 +208388,15 @@ }, { "type": "ArrowFunctionExpression", - "start": 52457, - "end": 52559, + "start": 52937, + "end": 53039, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 46 }, "end": { - "line": 1473, + "line": 1480, "column": 9 } }, @@ -207077,72 +208407,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52463, - "end": 52559, + "start": 52943, + "end": 53039, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 52 }, "end": { - "line": 1473, + "line": 1480, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52516, - "end": 52549, + "start": 52996, + "end": 53029, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 52516, - "end": 52548, + "start": 52996, + "end": 53028, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 52516, - "end": 52532, + "start": 52996, + "end": 53012, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 52516, - "end": 52520, + "start": 52996, + "end": 53000, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 16 } }, @@ -207150,15 +208480,15 @@ }, "property": { "type": "Identifier", - "start": 52521, - "end": 52532, + "start": 53001, + "end": 53012, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 17 }, "end": { - "line": 1472, + "line": 1479, "column": 28 }, "identifierName": "setDuration" @@ -207171,44 +208501,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 52533, - "end": 52547, + "start": 53013, + "end": 53027, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 29 }, "end": { - "line": 1472, + "line": 1479, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 52533, - "end": 52537, + "start": 53013, + "end": 53017, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 29 }, "end": { - "line": 1472, + "line": 1479, "column": 33 } } }, "property": { "type": "Identifier", - "start": 52538, - "end": 52547, + "start": 53018, + "end": 53027, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 34 }, "end": { - "line": 1472, + "line": 1479, "column": 43 }, "identifierName": "maxLength" @@ -207224,15 +208554,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 52477, - "end": 52503, + "start": 52957, + "end": 52983, "loc": { "start": { - "line": 1471, + "line": 1478, "column": 12 }, "end": { - "line": 1471, + "line": 1478, "column": 38 } } @@ -207250,15 +208580,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52336, - "end": 52388, + "start": 52816, + "end": 52868, "loc": { "start": { - "line": 1468, + "line": 1475, "column": 8 }, "end": { - "line": 1468, + "line": 1475, "column": 60 } } @@ -207266,15 +208596,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52397, - "end": 52410, + "start": 52877, + "end": 52890, "loc": { "start": { - "line": 1469, + "line": 1476, "column": 8 }, "end": { - "line": 1469, + "line": 1476, "column": 21 } } @@ -207289,15 +208619,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50781, - "end": 50817, + "start": 51261, + "end": 51297, "loc": { "start": { - "line": 1409, + "line": 1416, "column": 4 }, "end": { - "line": 1411, + "line": 1418, "column": 7 } } @@ -207307,15 +208637,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52573, - "end": 52640, + "start": 53053, + "end": 53120, "loc": { "start": { - "line": 1476, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1486, "column": 7 } } @@ -207324,15 +208654,15 @@ }, { "type": "ClassMethod", - "start": 52645, - "end": 52795, + "start": 53125, + "end": 53275, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 4 }, "end": { - "line": 1485, + "line": 1492, "column": 5 } }, @@ -207340,15 +208670,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52645, - "end": 52655, + "start": 53125, + "end": 53135, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 4 }, "end": { - "line": 1480, + "line": 1487, "column": 14 }, "identifierName": "resetState" @@ -207364,88 +208694,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52658, - "end": 52795, + "start": 53138, + "end": 53275, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 17 }, "end": { - "line": 1485, + "line": 1492, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 52668, - "end": 52692, + "start": 53148, + "end": 53172, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 32 } }, "expression": { "type": "AssignmentExpression", - "start": 52668, - "end": 52691, + "start": 53148, + "end": 53171, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 31 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52668, - "end": 52683, + "start": 53148, + "end": 53163, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 52668, - "end": 52672, + "start": 53148, + "end": 53152, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52673, - "end": 52683, + "start": 53153, + "end": 53163, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 13 }, "end": { - "line": 1481, + "line": 1488, "column": 23 }, "identifierName": "_recording" @@ -207456,15 +208786,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52686, - "end": 52691, + "start": 53166, + "end": 53171, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 26 }, "end": { - "line": 1481, + "line": 1488, "column": 31 } }, @@ -207474,73 +208804,73 @@ }, { "type": "ExpressionStatement", - "start": 52701, - "end": 52726, + "start": 53181, + "end": 53206, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 52701, - "end": 52725, + "start": 53181, + "end": 53205, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52701, - "end": 52717, + "start": 53181, + "end": 53197, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 52701, - "end": 52705, + "start": 53181, + "end": 53185, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52706, - "end": 52717, + "start": 53186, + "end": 53197, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 13 }, "end": { - "line": 1482, + "line": 1489, "column": 24 }, "identifierName": "_processing" @@ -207551,15 +208881,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52720, - "end": 52725, + "start": 53200, + "end": 53205, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 27 }, "end": { - "line": 1482, + "line": 1489, "column": 32 } }, @@ -207569,73 +208899,73 @@ }, { "type": "ExpressionStatement", - "start": 52735, - "end": 52762, + "start": 53215, + "end": 53242, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 52735, - "end": 52761, + "start": 53215, + "end": 53241, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 34 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52735, - "end": 52753, + "start": 53215, + "end": 53233, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 26 } }, "object": { "type": "ThisExpression", - "start": 52735, - "end": 52739, + "start": 53215, + "end": 53219, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52740, - "end": 52753, + "start": 53220, + "end": 53233, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 13 }, "end": { - "line": 1483, + "line": 1490, "column": 26 }, "identifierName": "_deviceActive" @@ -207646,15 +208976,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 52756, - "end": 52761, + "start": 53236, + "end": 53241, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 29 }, "end": { - "line": 1483, + "line": 1490, "column": 34 } }, @@ -207664,73 +208994,73 @@ }, { "type": "ExpressionStatement", - "start": 52771, - "end": 52789, + "start": 53251, + "end": 53269, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 26 } }, "expression": { "type": "AssignmentExpression", - "start": 52771, - "end": 52788, + "start": 53251, + "end": 53268, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 25 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 52771, - "end": 52783, + "start": 53251, + "end": 53263, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 20 } }, "object": { "type": "ThisExpression", - "start": 52771, - "end": 52775, + "start": 53251, + "end": 53255, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 12 } } }, "property": { "type": "Identifier", - "start": 52776, - "end": 52783, + "start": 53256, + "end": 53263, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 13 }, "end": { - "line": 1484, + "line": 1491, "column": 20 }, "identifierName": "devices" @@ -207741,15 +209071,15 @@ }, "right": { "type": "ArrayExpression", - "start": 52786, - "end": 52788, + "start": 53266, + "end": 53268, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 23 }, "end": { - "line": 1484, + "line": 1491, "column": 25 } }, @@ -207765,15 +209095,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52573, - "end": 52640, + "start": 53053, + "end": 53120, "loc": { "start": { - "line": 1476, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1486, "column": 7 } } @@ -207783,15 +209113,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52801, - "end": 52871, + "start": 53281, + "end": 53351, "loc": { "start": { - "line": 1487, + "line": 1494, "column": 4 }, "end": { - "line": 1490, + "line": 1497, "column": 7 } } @@ -207800,15 +209130,15 @@ }, { "type": "ClassMethod", - "start": 52876, - "end": 53094, + "start": 53356, + "end": 53632, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 4 }, "end": { - "line": 1496, + "line": 1506, "column": 5 } }, @@ -207816,15 +209146,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 52876, - "end": 52891, + "start": 53356, + "end": 53371, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 4 }, "end": { - "line": 1491, + "line": 1498, "column": 19 }, "identifierName": "removeRecording" @@ -207840,193 +209170,290 @@ "params": [], "body": { "type": "BlockStatement", - "start": 52894, - "end": 53094, + "start": 53374, + "end": 53632, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 22 }, "end": { - "line": 1496, + "line": 1506, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 52904, - "end": 53088, + "start": 53384, + "end": 53626, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 8 }, "end": { - "line": 1495, + "line": 1505, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 52908, - "end": 52979, + "start": 53388, + "end": 53508, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 12 }, "end": { - "line": 1492, - "column": 83 + "line": 1501, + "column": 62 } }, "left": { - "type": "MemberExpression", - "start": 52908, - "end": 52925, + "type": "LogicalExpression", + "start": 53388, + "end": 53442, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 12 }, "end": { - "line": 1492, - "column": 29 + "line": 1500, + "column": 33 } }, - "object": { - "type": "ThisExpression", - "start": 52908, - "end": 52912, + "left": { + "type": "MemberExpression", + "start": 53388, + "end": 53405, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 12 }, "end": { - "line": 1492, - "column": 16 + "line": 1499, + "column": 29 } - } + }, + "object": { + "type": "ThisExpression", + "start": 53388, + "end": 53392, + "loc": { + "start": { + "line": 1499, + "column": 12 + }, + "end": { + "line": 1499, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 53393, + "end": 53405, + "loc": { + "start": { + "line": 1499, + "column": 17 + }, + "end": { + "line": 1499, + "column": 29 + }, + "identifierName": "mediaElement" + }, + "name": "mediaElement" + }, + "computed": false }, - "property": { - "type": "Identifier", - "start": 52913, - "end": 52925, + "operator": "&&", + "right": { + "type": "MemberExpression", + "start": 53421, + "end": 53442, "loc": { "start": { - "line": 1492, - "column": 17 + "line": 1500, + "column": 12 }, "end": { - "line": 1492, - "column": 29 + "line": 1500, + "column": 33 + } + }, + "object": { + "type": "MemberExpression", + "start": 53421, + "end": 53438, + "loc": { + "start": { + "line": 1500, + "column": 12 + }, + "end": { + "line": 1500, + "column": 29 + } }, - "identifierName": "mediaElement" + "object": { + "type": "ThisExpression", + "start": 53421, + "end": 53425, + "loc": { + "start": { + "line": 1500, + "column": 12 + }, + "end": { + "line": 1500, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 53426, + "end": 53438, + "loc": { + "start": { + "line": 1500, + "column": 17 + }, + "end": { + "line": 1500, + "column": 29 + }, + "identifierName": "mediaElement" + }, + "name": "mediaElement" + }, + "computed": false }, - "name": "mediaElement" - }, - "computed": false + "property": { + "type": "Identifier", + "start": 53439, + "end": 53442, + "loc": { + "start": { + "line": 1500, + "column": 30 + }, + "end": { + "line": 1500, + "column": 33 + }, + "identifierName": "src" + }, + "name": "src" + }, + "computed": false + } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 52929, - "end": 52979, + "start": 53458, + "end": 53508, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 83 + "line": 1501, + "column": 62 } }, "left": { "type": "CallExpression", - "start": 52929, - "end": 52970, + "start": 53458, + "end": 53499, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 74 + "line": 1501, + "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 52929, - "end": 52961, + "start": 53458, + "end": 53490, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 65 + "line": 1501, + "column": 44 } }, "object": { "type": "MemberExpression", - "start": 52929, - "end": 52950, + "start": 53458, + "end": 53479, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 54 + "line": 1501, + "column": 33 } }, "object": { "type": "MemberExpression", - "start": 52929, - "end": 52946, + "start": 53458, + "end": 53475, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 50 + "line": 1501, + "column": 29 } }, "object": { "type": "ThisExpression", - "start": 52929, - "end": 52933, + "start": 53458, + "end": 53462, "loc": { "start": { - "line": 1492, - "column": 33 + "line": 1501, + "column": 12 }, "end": { - "line": 1492, - "column": 37 + "line": 1501, + "column": 16 } } }, "property": { "type": "Identifier", - "start": 52934, - "end": 52946, + "start": 53463, + "end": 53475, "loc": { "start": { - "line": 1492, - "column": 38 + "line": 1501, + "column": 17 }, "end": { - "line": 1492, - "column": 50 + "line": 1501, + "column": 29 }, "identifierName": "mediaElement" }, @@ -208036,16 +209463,16 @@ }, "property": { "type": "Identifier", - "start": 52947, - "end": 52950, + "start": 53476, + "end": 53479, "loc": { "start": { - "line": 1492, - "column": 51 + "line": 1501, + "column": 30 }, "end": { - "line": 1492, - "column": 54 + "line": 1501, + "column": 33 }, "identifierName": "src" }, @@ -208055,16 +209482,16 @@ }, "property": { "type": "Identifier", - "start": 52951, - "end": 52961, + "start": 53480, + "end": 53490, "loc": { "start": { - "line": 1492, - "column": 55 + "line": 1501, + "column": 34 }, "end": { - "line": 1492, - "column": 65 + "line": 1501, + "column": 44 }, "identifierName": "startsWith" }, @@ -208075,16 +209502,16 @@ "arguments": [ { "type": "StringLiteral", - "start": 52962, - "end": 52969, + "start": 53491, + "end": 53498, "loc": { "start": { - "line": 1492, - "column": 66 + "line": 1501, + "column": 45 }, "end": { - "line": 1492, - "column": 73 + "line": 1501, + "column": 52 } }, "extra": { @@ -208098,16 +209525,16 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 52975, - "end": 52979, + "start": 53504, + "end": 53508, "loc": { "start": { - "line": 1492, - "column": 79 + "line": 1501, + "column": 58 }, "end": { - "line": 1492, - "column": 83 + "line": 1501, + "column": 62 } }, "value": true @@ -208116,72 +209543,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 52981, - "end": 53088, + "start": 53519, + "end": 53626, "loc": { "start": { - "line": 1492, - "column": 85 + "line": 1502, + "column": 10 }, "end": { - "line": 1495, + "line": 1505, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 52995, - "end": 53038, + "start": 53533, + "end": 53576, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 52995, - "end": 53037, + "start": 53533, + "end": 53575, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 52995, - "end": 53014, + "start": 53533, + "end": 53552, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 31 } }, "object": { "type": "Identifier", - "start": 52995, - "end": 52998, + "start": 53533, + "end": 53536, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 15 }, "identifierName": "URL" @@ -208190,15 +209617,15 @@ }, "property": { "type": "Identifier", - "start": 52999, - "end": 53014, + "start": 53537, + "end": 53552, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 16 }, "end": { - "line": 1493, + "line": 1503, "column": 31 }, "identifierName": "revokeObjectURL" @@ -208210,58 +209637,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 53015, - "end": 53036, + "start": 53553, + "end": 53574, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 32 }, "end": { - "line": 1493, + "line": 1503, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 53015, - "end": 53032, + "start": 53553, + "end": 53570, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 32 }, "end": { - "line": 1493, + "line": 1503, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 53015, - "end": 53019, + "start": 53553, + "end": 53557, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 32 }, "end": { - "line": 1493, + "line": 1503, "column": 36 } } }, "property": { "type": "Identifier", - "start": 53020, - "end": 53032, + "start": 53558, + "end": 53570, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 37 }, "end": { - "line": 1493, + "line": 1503, "column": 49 }, "identifierName": "mediaElement" @@ -208272,15 +209699,15 @@ }, "property": { "type": "Identifier", - "start": 53033, - "end": 53036, + "start": 53571, + "end": 53574, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 50 }, "end": { - "line": 1493, + "line": 1503, "column": 53 }, "identifierName": "src" @@ -208294,87 +209721,87 @@ }, { "type": "ExpressionStatement", - "start": 53051, - "end": 53078, + "start": 53589, + "end": 53616, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 53051, - "end": 53077, + "start": 53589, + "end": 53615, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 53051, - "end": 53072, + "start": 53589, + "end": 53610, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 53051, - "end": 53068, + "start": 53589, + "end": 53606, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 53051, - "end": 53055, + "start": 53589, + "end": 53593, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 16 } } }, "property": { "type": "Identifier", - "start": 53056, - "end": 53068, + "start": 53594, + "end": 53606, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 17 }, "end": { - "line": 1494, + "line": 1504, "column": 29 }, "identifierName": "mediaElement" @@ -208385,15 +209812,15 @@ }, "property": { "type": "Identifier", - "start": 53069, - "end": 53072, + "start": 53607, + "end": 53610, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 30 }, "end": { - "line": 1494, + "line": 1504, "column": 33 }, "identifierName": "src" @@ -208404,15 +209831,15 @@ }, "right": { "type": "StringLiteral", - "start": 53075, - "end": 53077, + "start": 53613, + "end": 53615, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 36 }, "end": { - "line": 1494, + "line": 1504, "column": 38 } }, @@ -208437,15 +209864,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52801, - "end": 52871, + "start": 53281, + "end": 53351, "loc": { "start": { - "line": 1487, + "line": 1494, "column": 4 }, "end": { - "line": 1490, + "line": 1497, "column": 7 } } @@ -208455,15 +209882,15 @@ { "type": "CommentBlock", "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", - "start": 53100, - "end": 53734, + "start": 53638, + "end": 54272, "loc": { "start": { - "line": 1498, + "line": 1508, "column": 4 }, "end": { - "line": 1511, + "line": 1521, "column": 7 } } @@ -208472,15 +209899,15 @@ }, { "type": "ClassMethod", - "start": 53739, - "end": 54261, + "start": 54277, + "end": 54799, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 4 }, "end": { - "line": 1524, + "line": 1534, "column": 5 } }, @@ -208488,15 +209915,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 53739, - "end": 53750, + "start": 54277, + "end": 54288, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 4 }, "end": { - "line": 1512, + "line": 1522, "column": 15 }, "identifierName": "exportImage" @@ -208512,29 +209939,29 @@ "params": [ { "type": "AssignmentPattern", - "start": 53751, - "end": 53771, + "start": 54289, + "end": 54309, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 16 }, "end": { - "line": 1512, + "line": 1522, "column": 36 } }, "left": { "type": "Identifier", - "start": 53751, - "end": 53757, + "start": 54289, + "end": 54295, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 16 }, "end": { - "line": 1512, + "line": 1522, "column": 22 }, "identifierName": "format" @@ -208543,15 +209970,15 @@ }, "right": { "type": "StringLiteral", - "start": 53760, - "end": 53771, + "start": 54298, + "end": 54309, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 25 }, "end": { - "line": 1512, + "line": 1522, "column": 36 } }, @@ -208564,29 +209991,29 @@ }, { "type": "AssignmentPattern", - "start": 53773, - "end": 53784, + "start": 54311, + "end": 54322, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 38 }, "end": { - "line": 1512, + "line": 1522, "column": 49 } }, "left": { "type": "Identifier", - "start": 53773, - "end": 53780, + "start": 54311, + "end": 54318, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 38 }, "end": { - "line": 1512, + "line": 1522, "column": 45 }, "identifierName": "quality" @@ -208595,15 +210022,15 @@ }, "right": { "type": "NumericLiteral", - "start": 53783, - "end": 53784, + "start": 54321, + "end": 54322, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 48 }, "end": { - "line": 1512, + "line": 1522, "column": 49 } }, @@ -208617,101 +210044,101 @@ ], "body": { "type": "BlockStatement", - "start": 53786, - "end": 54261, + "start": 54324, + "end": 54799, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 51 }, "end": { - "line": 1524, + "line": 1534, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 53796, - "end": 54255, + "start": 54334, + "end": 54793, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 8 }, "end": { - "line": 1523, + "line": 1533, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 53800, - "end": 53835, + "start": 54338, + "end": 54373, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 47 } }, "left": { "type": "CallExpression", - "start": 53800, - "end": 53820, + "start": 54338, + "end": 54358, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 53800, - "end": 53818, + "start": 54338, + "end": 54356, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 53800, - "end": 53804, + "start": 54338, + "end": 54342, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 16 } } }, "property": { "type": "Identifier", - "start": 53805, - "end": 53818, + "start": 54343, + "end": 54356, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 17 }, "end": { - "line": 1513, + "line": 1523, "column": 30 }, "identifierName": "getRecordType" @@ -208725,15 +210152,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 53825, - "end": 53835, + "start": 54363, + "end": 54373, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 37 }, "end": { - "line": 1513, + "line": 1523, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -208743,115 +210170,115 @@ }, "consequent": { "type": "BlockStatement", - "start": 53837, - "end": 53924, + "start": 54375, + "end": 54462, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 49 }, "end": { - "line": 1515, + "line": 1525, "column": 9 } }, "body": [ { "type": "ReturnStatement", - "start": 53851, - "end": 53914, + "start": 54389, + "end": 54452, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 12 }, "end": { - "line": 1514, + "line": 1524, "column": 75 } }, "argument": { "type": "CallExpression", - "start": 53858, - "end": 53913, + "start": 54396, + "end": 54451, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 53858, - "end": 53888, + "start": 54396, + "end": 54426, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 53858, - "end": 53876, + "start": 54396, + "end": 54414, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 53858, - "end": 53869, + "start": 54396, + "end": 54407, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 53858, - "end": 53862, + "start": 54396, + "end": 54400, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 23 } } }, "property": { "type": "Identifier", - "start": 53863, - "end": 53869, + "start": 54401, + "end": 54407, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 24 }, "end": { - "line": 1514, + "line": 1524, "column": 30 }, "identifierName": "surfer" @@ -208862,15 +210289,15 @@ }, "property": { "type": "Identifier", - "start": 53870, - "end": 53876, + "start": 54408, + "end": 54414, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 31 }, "end": { - "line": 1514, + "line": 1524, "column": 37 }, "identifierName": "surfer" @@ -208881,15 +210308,15 @@ }, "property": { "type": "Identifier", - "start": 53877, - "end": 53888, + "start": 54415, + "end": 54426, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 38 }, "end": { - "line": 1514, + "line": 1524, "column": 49 }, "identifierName": "exportImage" @@ -208901,15 +210328,15 @@ "arguments": [ { "type": "Identifier", - "start": 53889, - "end": 53895, + "start": 54427, + "end": 54433, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 50 }, "end": { - "line": 1514, + "line": 1524, "column": 56 }, "identifierName": "format" @@ -208918,15 +210345,15 @@ }, { "type": "Identifier", - "start": 53897, - "end": 53904, + "start": 54435, + "end": 54442, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 58 }, "end": { - "line": 1514, + "line": 1524, "column": 65 }, "identifierName": "quality" @@ -208935,15 +210362,15 @@ }, { "type": "StringLiteral", - "start": 53906, - "end": 53912, + "start": 54444, + "end": 54450, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 67 }, "end": { - "line": 1514, + "line": 1524, "column": 73 } }, @@ -208961,59 +210388,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 53930, - "end": 54255, + "start": 54468, + "end": 54793, "loc": { "start": { - "line": 1515, + "line": 1525, "column": 15 }, "end": { - "line": 1523, + "line": 1533, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 53999, - "end": 54059, + "start": 54537, + "end": 54597, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 12 }, "end": { - "line": 1517, + "line": 1527, "column": 72 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 54003, - "end": 54058, + "start": 54541, + "end": 54596, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 16 }, "end": { - "line": 1517, + "line": 1527, "column": 71 } }, "id": { "type": "Identifier", - "start": 54003, - "end": 54015, + "start": 54541, + "end": 54553, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 16 }, "end": { - "line": 1517, + "line": 1527, "column": 28 }, "identifierName": "recordCanvas" @@ -209023,100 +210450,100 @@ }, "init": { "type": "MemberExpression", - "start": 54018, - "end": 54058, + "start": 54556, + "end": 54596, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 71 } }, "object": { "type": "CallExpression", - "start": 54018, - "end": 54047, + "start": 54556, + "end": 54585, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 54018, - "end": 54045, + "start": 54556, + "end": 54583, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 58 } }, "object": { "type": "MemberExpression", - "start": 54018, - "end": 54042, + "start": 54556, + "end": 54580, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 54018, - "end": 54029, + "start": 54556, + "end": 54567, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 54018, - "end": 54022, + "start": 54556, + "end": 54560, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 35 } } }, "property": { "type": "Identifier", - "start": 54023, - "end": 54029, + "start": 54561, + "end": 54567, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 36 }, "end": { - "line": 1517, + "line": 1527, "column": 42 }, "identifierName": "player" @@ -209127,15 +210554,15 @@ }, "property": { "type": "Identifier", - "start": 54030, - "end": 54042, + "start": 54568, + "end": 54580, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 43 }, "end": { - "line": 1517, + "line": 1527, "column": 55 }, "identifierName": "recordCanvas" @@ -209146,15 +210573,15 @@ }, "property": { "type": "Identifier", - "start": 54043, - "end": 54045, + "start": 54581, + "end": 54583, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 56 }, "end": { - "line": 1517, + "line": 1527, "column": 58 }, "identifierName": "el" @@ -209167,15 +210594,15 @@ }, "property": { "type": "Identifier", - "start": 54048, - "end": 54058, + "start": 54586, + "end": 54596, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 61 }, "end": { - "line": 1517, + "line": 1527, "column": 71 }, "identifierName": "firstChild" @@ -209192,15 +210619,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 53944, - "end": 53986, + "start": 54482, + "end": 54524, "loc": { "start": { - "line": 1516, + "line": 1526, "column": 12 }, "end": { - "line": 1516, + "line": 1526, "column": 54 } } @@ -209209,72 +210636,72 @@ }, { "type": "ExpressionStatement", - "start": 54072, - "end": 54121, + "start": 54610, + "end": 54659, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 61 } }, "expression": { "type": "CallExpression", - "start": 54072, - "end": 54120, + "start": 54610, + "end": 54658, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 60 } }, "callee": { "type": "MemberExpression", - "start": 54072, - "end": 54087, + "start": 54610, + "end": 54625, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 54072, - "end": 54076, + "start": 54610, + "end": 54614, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54077, - "end": 54087, + "start": 54615, + "end": 54625, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 17 }, "end": { - "line": 1518, + "line": 1528, "column": 27 }, "identifierName": "drawCanvas" @@ -209286,15 +210713,15 @@ "arguments": [ { "type": "Identifier", - "start": 54088, - "end": 54100, + "start": 54626, + "end": 54638, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 28 }, "end": { - "line": 1518, + "line": 1528, "column": 40 }, "identifierName": "recordCanvas" @@ -209303,44 +210730,44 @@ }, { "type": "MemberExpression", - "start": 54102, - "end": 54119, + "start": 54640, + "end": 54657, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 42 }, "end": { - "line": 1518, + "line": 1528, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 54102, - "end": 54106, + "start": 54640, + "end": 54644, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 42 }, "end": { - "line": 1518, + "line": 1528, "column": 46 } } }, "property": { "type": "Identifier", - "start": 54107, - "end": 54119, + "start": 54645, + "end": 54657, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 47 }, "end": { - "line": 1518, + "line": 1528, "column": 59 }, "identifierName": "mediaElement" @@ -209354,43 +210781,43 @@ }, { "type": "ReturnStatement", - "start": 54135, - "end": 54245, + "start": 54673, + "end": 54783, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 12 }, "end": { - "line": 1522, + "line": 1532, "column": 15 } }, "argument": { "type": "NewExpression", - "start": 54142, - "end": 54244, + "start": 54680, + "end": 54782, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 19 }, "end": { - "line": 1522, + "line": 1532, "column": 14 } }, "callee": { "type": "Identifier", - "start": 54146, - "end": 54153, + "start": 54684, + "end": 54691, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 23 }, "end": { - "line": 1520, + "line": 1530, "column": 30 }, "identifierName": "Promise" @@ -209400,15 +210827,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 54154, - "end": 54243, + "start": 54692, + "end": 54781, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 31 }, "end": { - "line": 1522, + "line": 1532, "column": 13 } }, @@ -209419,15 +210846,15 @@ "params": [ { "type": "Identifier", - "start": 54154, - "end": 54161, + "start": 54692, + "end": 54699, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 31 }, "end": { - "line": 1520, + "line": 1530, "column": 38 }, "identifierName": "resolve" @@ -209437,72 +210864,72 @@ ], "body": { "type": "BlockStatement", - "start": 54165, - "end": 54243, + "start": 54703, + "end": 54781, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 42 }, "end": { - "line": 1522, + "line": 1532, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 54183, - "end": 54229, + "start": 54721, + "end": 54767, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 62 } }, "expression": { "type": "CallExpression", - "start": 54183, - "end": 54228, + "start": 54721, + "end": 54766, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 61 } }, "callee": { "type": "MemberExpression", - "start": 54183, - "end": 54202, + "start": 54721, + "end": 54740, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 35 } }, "object": { "type": "Identifier", - "start": 54183, - "end": 54195, + "start": 54721, + "end": 54733, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 28 }, "identifierName": "recordCanvas" @@ -209511,15 +210938,15 @@ }, "property": { "type": "Identifier", - "start": 54196, - "end": 54202, + "start": 54734, + "end": 54740, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 29 }, "end": { - "line": 1521, + "line": 1531, "column": 35 }, "identifierName": "toBlob" @@ -209531,15 +210958,15 @@ "arguments": [ { "type": "Identifier", - "start": 54203, - "end": 54210, + "start": 54741, + "end": 54748, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 36 }, "end": { - "line": 1521, + "line": 1531, "column": 43 }, "identifierName": "resolve" @@ -209548,15 +210975,15 @@ }, { "type": "Identifier", - "start": 54212, - "end": 54218, + "start": 54750, + "end": 54756, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 45 }, "end": { - "line": 1521, + "line": 1531, "column": 51 }, "identifierName": "format" @@ -209565,15 +210992,15 @@ }, { "type": "Identifier", - "start": 54220, - "end": 54227, + "start": 54758, + "end": 54765, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 53 }, "end": { - "line": 1521, + "line": 1531, "column": 60 }, "identifierName": "quality" @@ -209602,15 +211029,15 @@ { "type": "CommentBlock", "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", - "start": 53100, - "end": 53734, + "start": 53638, + "end": 54272, "loc": { "start": { - "line": 1498, + "line": 1508, "column": 4 }, "end": { - "line": 1511, + "line": 1521, "column": 7 } } @@ -209620,15 +211047,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 54267, - "end": 54407, + "start": 54805, + "end": 54945, "loc": { "start": { - "line": 1526, + "line": 1536, "column": 4 }, "end": { - "line": 1530, + "line": 1540, "column": 7 } } @@ -209637,15 +211064,15 @@ }, { "type": "ClassMethod", - "start": 54412, - "end": 54898, + "start": 54950, + "end": 55436, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 4 }, "end": { - "line": 1543, + "line": 1553, "column": 5 } }, @@ -209653,15 +211080,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 54412, - "end": 54422, + "start": 54950, + "end": 54960, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 4 }, "end": { - "line": 1531, + "line": 1541, "column": 14 }, "identifierName": "muteTracks" @@ -209677,15 +211104,15 @@ "params": [ { "type": "Identifier", - "start": 54423, - "end": 54427, + "start": 54961, + "end": 54965, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 15 }, "end": { - "line": 1531, + "line": 1541, "column": 19 }, "identifierName": "mute" @@ -209695,143 +211122,143 @@ ], "body": { "type": "BlockStatement", - "start": 54429, - "end": 54898, + "start": 54967, + "end": 55436, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 21 }, "end": { - "line": 1543, + "line": 1553, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 54439, - "end": 54714, + "start": 54977, + "end": 55252, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 8 }, "end": { - "line": 1537, + "line": 1547, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 54443, - "end": 54640, + "start": 54981, + "end": 55178, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 51 } }, "left": { "type": "LogicalExpression", - "start": 54444, - "end": 54584, + "start": 54982, + "end": 55122, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1534, + "line": 1544, "column": 48 } }, "left": { "type": "LogicalExpression", - "start": 54444, - "end": 54532, + "start": 54982, + "end": 55070, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1533, + "line": 1543, "column": 49 } }, "left": { "type": "BinaryExpression", - "start": 54444, - "end": 54479, + "start": 54982, + "end": 55017, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 48 } }, "left": { "type": "CallExpression", - "start": 54444, - "end": 54464, + "start": 54982, + "end": 55002, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 33 } }, "callee": { "type": "MemberExpression", - "start": 54444, - "end": 54462, + "start": 54982, + "end": 55000, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 54444, - "end": 54448, + "start": 54982, + "end": 54986, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 17 } } }, "property": { "type": "Identifier", - "start": 54449, - "end": 54462, + "start": 54987, + "end": 55000, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 18 }, "end": { - "line": 1532, + "line": 1542, "column": 31 }, "identifierName": "getRecordType" @@ -209845,15 +211272,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54469, - "end": 54479, + "start": 55007, + "end": 55017, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 38 }, "end": { - "line": 1532, + "line": 1542, "column": 48 }, "identifierName": "AUDIO_ONLY" @@ -209864,72 +211291,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 54495, - "end": 54532, + "start": 55033, + "end": 55070, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 49 } }, "left": { "type": "CallExpression", - "start": 54495, - "end": 54515, + "start": 55033, + "end": 55053, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54495, - "end": 54513, + "start": 55033, + "end": 55051, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54495, - "end": 54499, + "start": 55033, + "end": 55037, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54500, - "end": 54513, + "start": 55038, + "end": 55051, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 17 }, "end": { - "line": 1533, + "line": 1543, "column": 30 }, "identifierName": "getRecordType" @@ -209943,15 +211370,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54520, - "end": 54532, + "start": 55058, + "end": 55070, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 37 }, "end": { - "line": 1533, + "line": 1543, "column": 49 }, "identifierName": "AUDIO_SCREEN" @@ -209963,72 +211390,72 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 54548, - "end": 54584, + "start": 55086, + "end": 55122, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 48 } }, "left": { "type": "CallExpression", - "start": 54548, - "end": 54568, + "start": 55086, + "end": 55106, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54548, - "end": 54566, + "start": 55086, + "end": 55104, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54548, - "end": 54552, + "start": 55086, + "end": 55090, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54553, - "end": 54566, + "start": 55091, + "end": 55104, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 17 }, "end": { - "line": 1534, + "line": 1544, "column": 30 }, "identifierName": "getRecordType" @@ -210042,15 +211469,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 54573, - "end": 54584, + "start": 55111, + "end": 55122, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 37 }, "end": { - "line": 1534, + "line": 1544, "column": 48 }, "identifierName": "AUDIO_VIDEO" @@ -210060,106 +211487,106 @@ }, "extra": { "parenthesized": true, - "parenStart": 54443 + "parenStart": 54981 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54601, - "end": 54640, + "start": 55139, + "end": 55178, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 54601, - "end": 54636, + "start": 55139, + "end": 55174, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 47 } }, "object": { "type": "CallExpression", - "start": 54601, - "end": 54629, + "start": 55139, + "end": 55167, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54601, - "end": 54627, + "start": 55139, + "end": 55165, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54601, - "end": 54612, + "start": 55139, + "end": 55150, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54601, - "end": 54605, + "start": 55139, + "end": 55143, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54606, - "end": 54612, + "start": 55144, + "end": 55150, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 17 }, "end": { - "line": 1535, + "line": 1545, "column": 23 }, "identifierName": "stream" @@ -210170,15 +211597,15 @@ }, "property": { "type": "Identifier", - "start": 54613, - "end": 54627, + "start": 55151, + "end": 55165, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 24 }, "end": { - "line": 1535, + "line": 1545, "column": 38 }, "identifierName": "getAudioTracks" @@ -210191,15 +211618,15 @@ }, "property": { "type": "Identifier", - "start": 54630, - "end": 54636, + "start": 55168, + "end": 55174, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 41 }, "end": { - "line": 1535, + "line": 1545, "column": 47 }, "identifierName": "length" @@ -210211,15 +211638,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 54639, - "end": 54640, + "start": 55177, + "end": 55178, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 50 }, "end": { - "line": 1535, + "line": 1545, "column": 51 } }, @@ -210233,144 +211660,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 54642, - "end": 54714, + "start": 55180, + "end": 55252, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 53 }, "end": { - "line": 1537, + "line": 1547, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 54656, - "end": 54704, + "start": 55194, + "end": 55242, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 54656, - "end": 54703, + "start": 55194, + "end": 55241, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 54656, - "end": 54695, + "start": 55194, + "end": 55233, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 54656, - "end": 54687, + "start": 55194, + "end": 55225, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 43 } }, "object": { "type": "CallExpression", - "start": 54656, - "end": 54684, + "start": 55194, + "end": 55222, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54656, - "end": 54682, + "start": 55194, + "end": 55220, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54656, - "end": 54667, + "start": 55194, + "end": 55205, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54656, - "end": 54660, + "start": 55194, + "end": 55198, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54661, - "end": 54667, + "start": 55199, + "end": 55205, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 17 }, "end": { - "line": 1536, + "line": 1546, "column": 23 }, "identifierName": "stream" @@ -210381,15 +211808,15 @@ }, "property": { "type": "Identifier", - "start": 54668, - "end": 54682, + "start": 55206, + "end": 55220, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 24 }, "end": { - "line": 1536, + "line": 1546, "column": 38 }, "identifierName": "getAudioTracks" @@ -210402,15 +211829,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54685, - "end": 54686, + "start": 55223, + "end": 55224, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 41 }, "end": { - "line": 1536, + "line": 1546, "column": 42 } }, @@ -210424,15 +211851,15 @@ }, "property": { "type": "Identifier", - "start": 54688, - "end": 54695, + "start": 55226, + "end": 55233, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 44 }, "end": { - "line": 1536, + "line": 1546, "column": 51 }, "identifierName": "enabled" @@ -210443,15 +211870,15 @@ }, "right": { "type": "UnaryExpression", - "start": 54698, - "end": 54703, + "start": 55236, + "end": 55241, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 54 }, "end": { - "line": 1536, + "line": 1546, "column": 59 } }, @@ -210459,15 +211886,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54699, - "end": 54703, + "start": 55237, + "end": 55241, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 55 }, "end": { - "line": 1536, + "line": 1546, "column": 59 }, "identifierName": "mute" @@ -210487,100 +211914,100 @@ }, { "type": "IfStatement", - "start": 54724, - "end": 54892, + "start": 55262, + "end": 55430, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 8 }, "end": { - "line": 1542, + "line": 1552, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 54728, - "end": 54818, + "start": 55266, + "end": 55356, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 51 } }, "left": { "type": "BinaryExpression", - "start": 54728, - "end": 54763, + "start": 55266, + "end": 55301, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 47 } }, "left": { "type": "CallExpression", - "start": 54728, - "end": 54748, + "start": 55266, + "end": 55286, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 54728, - "end": 54746, + "start": 55266, + "end": 55284, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 30 } }, "object": { "type": "ThisExpression", - "start": 54728, - "end": 54732, + "start": 55266, + "end": 55270, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54733, - "end": 54746, + "start": 55271, + "end": 55284, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 17 }, "end": { - "line": 1539, + "line": 1549, "column": 30 }, "identifierName": "getRecordType" @@ -210594,15 +212021,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 54753, - "end": 54763, + "start": 55291, + "end": 55301, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 37 }, "end": { - "line": 1539, + "line": 1549, "column": 47 }, "identifierName": "AUDIO_ONLY" @@ -210613,100 +212040,100 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 54779, - "end": 54818, + "start": 55317, + "end": 55356, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 51 } }, "left": { "type": "MemberExpression", - "start": 54779, - "end": 54814, + "start": 55317, + "end": 55352, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 47 } }, "object": { "type": "CallExpression", - "start": 54779, - "end": 54807, + "start": 55317, + "end": 55345, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54779, - "end": 54805, + "start": 55317, + "end": 55343, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54779, - "end": 54790, + "start": 55317, + "end": 55328, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54779, - "end": 54783, + "start": 55317, + "end": 55321, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54784, - "end": 54790, + "start": 55322, + "end": 55328, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 17 }, "end": { - "line": 1540, + "line": 1550, "column": 23 }, "identifierName": "stream" @@ -210717,15 +212144,15 @@ }, "property": { "type": "Identifier", - "start": 54791, - "end": 54805, + "start": 55329, + "end": 55343, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 24 }, "end": { - "line": 1540, + "line": 1550, "column": 38 }, "identifierName": "getVideoTracks" @@ -210738,15 +212165,15 @@ }, "property": { "type": "Identifier", - "start": 54808, - "end": 54814, + "start": 55346, + "end": 55352, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 41 }, "end": { - "line": 1540, + "line": 1550, "column": 47 }, "identifierName": "length" @@ -210758,15 +212185,15 @@ "operator": ">", "right": { "type": "NumericLiteral", - "start": 54817, - "end": 54818, + "start": 55355, + "end": 55356, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 50 }, "end": { - "line": 1540, + "line": 1550, "column": 51 } }, @@ -210780,144 +212207,144 @@ }, "consequent": { "type": "BlockStatement", - "start": 54820, - "end": 54892, + "start": 55358, + "end": 55430, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 53 }, "end": { - "line": 1542, + "line": 1552, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 54834, - "end": 54882, + "start": 55372, + "end": 55420, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 54834, - "end": 54881, + "start": 55372, + "end": 55419, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 54834, - "end": 54873, + "start": 55372, + "end": 55411, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 54834, - "end": 54865, + "start": 55372, + "end": 55403, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 43 } }, "object": { "type": "CallExpression", - "start": 54834, - "end": 54862, + "start": 55372, + "end": 55400, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 54834, - "end": 54860, + "start": 55372, + "end": 55398, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 38 } }, "object": { "type": "MemberExpression", - "start": 54834, - "end": 54845, + "start": 55372, + "end": 55383, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 54834, - "end": 54838, + "start": 55372, + "end": 55376, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 16 } } }, "property": { "type": "Identifier", - "start": 54839, - "end": 54845, + "start": 55377, + "end": 55383, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 17 }, "end": { - "line": 1541, + "line": 1551, "column": 23 }, "identifierName": "stream" @@ -210928,15 +212355,15 @@ }, "property": { "type": "Identifier", - "start": 54846, - "end": 54860, + "start": 55384, + "end": 55398, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 24 }, "end": { - "line": 1541, + "line": 1551, "column": 38 }, "identifierName": "getVideoTracks" @@ -210949,15 +212376,15 @@ }, "property": { "type": "NumericLiteral", - "start": 54863, - "end": 54864, + "start": 55401, + "end": 55402, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 41 }, "end": { - "line": 1541, + "line": 1551, "column": 42 } }, @@ -210971,15 +212398,15 @@ }, "property": { "type": "Identifier", - "start": 54866, - "end": 54873, + "start": 55404, + "end": 55411, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 44 }, "end": { - "line": 1541, + "line": 1551, "column": 51 }, "identifierName": "enabled" @@ -210990,15 +212417,15 @@ }, "right": { "type": "UnaryExpression", - "start": 54876, - "end": 54881, + "start": 55414, + "end": 55419, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 54 }, "end": { - "line": 1541, + "line": 1551, "column": 59 } }, @@ -211006,15 +212433,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 54877, - "end": 54881, + "start": 55415, + "end": 55419, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 55 }, "end": { - "line": 1541, + "line": 1551, "column": 59 }, "identifierName": "mute" @@ -211040,15 +212467,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 54267, - "end": 54407, + "start": 54805, + "end": 54945, "loc": { "start": { - "line": 1526, + "line": 1536, "column": 4 }, "end": { - "line": 1530, + "line": 1540, "column": 7 } } @@ -211058,15 +212485,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 54904, - "end": 55083, + "start": 55442, + "end": 55621, "loc": { "start": { - "line": 1545, + "line": 1555, "column": 4 }, "end": { - "line": 1551, + "line": 1561, "column": 7 } } @@ -211075,15 +212502,15 @@ }, { "type": "ClassMethod", - "start": 55088, - "end": 55250, + "start": 55626, + "end": 55788, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 4 }, "end": { - "line": 1555, + "line": 1565, "column": 5 } }, @@ -211091,15 +212518,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55088, - "end": 55101, + "start": 55626, + "end": 55639, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 4 }, "end": { - "line": 1552, + "line": 1562, "column": 17 }, "identifierName": "getRecordType" @@ -211115,58 +212542,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 55104, - "end": 55250, + "start": 55642, + "end": 55788, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 20 }, "end": { - "line": 1555, + "line": 1565, "column": 5 } }, "body": [ { "type": "ReturnStatement", - "start": 55114, - "end": 55244, + "start": 55652, + "end": 55782, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 8 }, "end": { - "line": 1554, + "line": 1564, "column": 71 } }, "argument": { "type": "CallExpression", - "start": 55121, - "end": 55243, + "start": 55659, + "end": 55781, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 15 }, "end": { - "line": 1554, + "line": 1564, "column": 70 } }, "callee": { "type": "Identifier", - "start": 55121, - "end": 55136, + "start": 55659, + "end": 55674, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 15 }, "end": { - "line": 1553, + "line": 1563, "column": 30 }, "identifierName": "getRecorderMode" @@ -211176,44 +212603,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 55137, - "end": 55153, + "start": 55675, + "end": 55691, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 31 }, "end": { - "line": 1553, + "line": 1563, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 55137, - "end": 55141, + "start": 55675, + "end": 55679, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 31 }, "end": { - "line": 1553, + "line": 1563, "column": 35 } } }, "property": { "type": "Identifier", - "start": 55142, - "end": 55153, + "start": 55680, + "end": 55691, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 36 }, "end": { - "line": 1553, + "line": 1563, "column": 47 }, "identifierName": "recordImage" @@ -211224,44 +212651,44 @@ }, { "type": "MemberExpression", - "start": 55155, - "end": 55171, + "start": 55693, + "end": 55709, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 49 }, "end": { - "line": 1553, + "line": 1563, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 55155, - "end": 55159, + "start": 55693, + "end": 55697, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 49 }, "end": { - "line": 1553, + "line": 1563, "column": 53 } } }, "property": { "type": "Identifier", - "start": 55160, - "end": 55171, + "start": 55698, + "end": 55709, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 54 }, "end": { - "line": 1553, + "line": 1563, "column": 65 }, "identifierName": "recordAudio" @@ -211272,44 +212699,44 @@ }, { "type": "MemberExpression", - "start": 55185, - "end": 55201, + "start": 55723, + "end": 55739, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 12 }, "end": { - "line": 1554, + "line": 1564, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 55185, - "end": 55189, + "start": 55723, + "end": 55727, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 12 }, "end": { - "line": 1554, + "line": 1564, "column": 16 } } }, "property": { "type": "Identifier", - "start": 55190, - "end": 55201, + "start": 55728, + "end": 55739, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 17 }, "end": { - "line": 1554, + "line": 1564, "column": 28 }, "identifierName": "recordVideo" @@ -211320,44 +212747,44 @@ }, { "type": "MemberExpression", - "start": 55203, - "end": 55223, + "start": 55741, + "end": 55761, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 30 }, "end": { - "line": 1554, + "line": 1564, "column": 50 } }, "object": { "type": "ThisExpression", - "start": 55203, - "end": 55207, + "start": 55741, + "end": 55745, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 30 }, "end": { - "line": 1554, + "line": 1564, "column": 34 } } }, "property": { "type": "Identifier", - "start": 55208, - "end": 55223, + "start": 55746, + "end": 55761, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 35 }, "end": { - "line": 1554, + "line": 1564, "column": 50 }, "identifierName": "recordAnimation" @@ -211368,44 +212795,44 @@ }, { "type": "MemberExpression", - "start": 55225, - "end": 55242, + "start": 55763, + "end": 55780, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 52 }, "end": { - "line": 1554, + "line": 1564, "column": 69 } }, "object": { "type": "ThisExpression", - "start": 55225, - "end": 55229, + "start": 55763, + "end": 55767, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 52 }, "end": { - "line": 1554, + "line": 1564, "column": 56 } } }, "property": { "type": "Identifier", - "start": 55230, - "end": 55242, + "start": 55768, + "end": 55780, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 57 }, "end": { - "line": 1554, + "line": 1564, "column": 69 }, "identifierName": "recordScreen" @@ -211425,15 +212852,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 54904, - "end": 55083, + "start": 55442, + "end": 55621, "loc": { "start": { - "line": 1545, + "line": 1555, "column": 4 }, "end": { - "line": 1551, + "line": 1561, "column": 7 } } @@ -211442,16 +212869,16 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55256, - "end": 55325, + "value": "*\n * Start converter.\n ", + "start": 55794, + "end": 55829, "loc": { "start": { - "line": 1557, + "line": 1567, "column": 4 }, "end": { - "line": 1560, + "line": 1569, "column": 7 } } @@ -211460,15 +212887,420 @@ }, { "type": "ClassMethod", - "start": 55330, - "end": 56113, + "start": 55834, + "end": 55967, "loc": { "start": { - "line": 1561, + "line": 1570, "column": 4 }, "end": { + "line": 1574, + "column": 5 + } + }, + "static": false, + "computed": false, + "key": { + "type": "Identifier", + "start": 55834, + "end": 55841, + "loc": { + "start": { + "line": 1570, + "column": 4 + }, + "end": { + "line": 1570, + "column": 11 + }, + "identifierName": "convert" + }, + "name": "convert", + "leadingComments": null + }, + "kind": "method", + "id": null, + "generator": false, + "expression": false, + "async": false, + "params": [], + "body": { + "type": "BlockStatement", + "start": 55844, + "end": 55967, + "loc": { + "start": { + "line": 1570, + "column": 14 + }, + "end": { + "line": 1574, + "column": 5 + } + }, + "body": [ + { + "type": "IfStatement", + "start": 55854, + "end": 55961, + "loc": { + "start": { + "line": 1571, + "column": 8 + }, + "end": { + "line": 1573, + "column": 9 + } + }, + "test": { + "type": "BinaryExpression", + "start": 55858, + "end": 55886, + "loc": { + "start": { + "line": 1571, + "column": 12 + }, + "end": { + "line": 1571, + "column": 40 + } + }, + "left": { + "type": "MemberExpression", + "start": 55858, + "end": 55872, + "loc": { + "start": { + "line": 1571, + "column": 12 + }, + "end": { + "line": 1571, + "column": 26 + } + }, + "object": { + "type": "ThisExpression", + "start": 55858, + "end": 55862, + "loc": { + "start": { + "line": 1571, + "column": 12 + }, + "end": { + "line": 1571, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 55863, + "end": 55872, + "loc": { + "start": { + "line": 1571, + "column": 17 + }, + "end": { + "line": 1571, + "column": 26 + }, + "identifierName": "converter" + }, + "name": "converter" + }, + "computed": false + }, + "operator": "!==", + "right": { + "type": "Identifier", + "start": 55877, + "end": 55886, + "loc": { + "start": { + "line": 1571, + "column": 31 + }, + "end": { + "line": 1571, + "column": 40 + }, + "identifierName": "undefined" + }, + "name": "undefined" + } + }, + "consequent": { + "type": "BlockStatement", + "start": 55888, + "end": 55961, + "loc": { + "start": { + "line": 1571, + "column": 42 + }, + "end": { + "line": 1573, + "column": 9 + } + }, + "body": [ + { + "type": "ExpressionStatement", + "start": 55902, + "end": 55951, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 61 + } + }, + "expression": { + "type": "CallExpression", + "start": 55902, + "end": 55950, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 60 + } + }, + "callee": { + "type": "MemberExpression", + "start": 55902, + "end": 55924, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 34 + } + }, + "object": { + "type": "MemberExpression", + "start": 55902, + "end": 55916, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 26 + } + }, + "object": { + "type": "ThisExpression", + "start": 55902, + "end": 55906, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 16 + } + } + }, + "property": { + "type": "Identifier", + "start": 55907, + "end": 55916, + "loc": { + "start": { + "line": 1572, + "column": 17 + }, + "end": { + "line": 1572, + "column": 26 + }, + "identifierName": "converter" + }, + "name": "converter" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 55917, + "end": 55924, + "loc": { + "start": { + "line": 1572, + "column": 27 + }, + "end": { + "line": 1572, + "column": 34 + }, + "identifierName": "convert" + }, + "name": "convert" + }, + "computed": false + }, + "arguments": [ + { + "type": "MemberExpression", + "start": 55925, + "end": 55949, + "loc": { + "start": { + "line": 1572, + "column": 35 + }, + "end": { + "line": 1572, + "column": 59 + } + }, + "object": { + "type": "MemberExpression", + "start": 55925, + "end": 55936, + "loc": { + "start": { + "line": 1572, + "column": 35 + }, + "end": { + "line": 1572, + "column": 46 + } + }, + "object": { + "type": "ThisExpression", + "start": 55925, + "end": 55929, + "loc": { + "start": { + "line": 1572, + "column": 35 + }, + "end": { + "line": 1572, + "column": 39 + } + } + }, + "property": { + "type": "Identifier", + "start": 55930, + "end": 55936, + "loc": { + "start": { + "line": 1572, + "column": 40 + }, + "end": { + "line": 1572, + "column": 46 + }, + "identifierName": "player" + }, + "name": "player" + }, + "computed": false + }, + "property": { + "type": "Identifier", + "start": 55937, + "end": 55949, + "loc": { + "start": { + "line": 1572, + "column": 47 + }, + "end": { + "line": 1572, + "column": 59 + }, + "identifierName": "recordedData" + }, + "name": "recordedData" + }, + "computed": false + } + ] + } + } + ], + "directives": [] + }, + "alternate": null + } + ], + "directives": [], + "trailingComments": null + }, + "leadingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Start converter.\n ", + "start": 55794, + "end": 55829, + "loc": { + "start": { + "line": 1567, + "column": 4 + }, + "end": { + "line": 1569, + "column": 7 + } + } + } + ], + "trailingComments": [ + { + "type": "CommentBlock", + "value": "*\n * Create and display snapshot image.\n * @private\n ", + "start": 55973, + "end": 56042, + "loc": { + "start": { + "line": 1576, + "column": 4 + }, + "end": { + "line": 1579, + "column": 7 + } + } + } + ] + }, + { + "type": "ClassMethod", + "start": 56047, + "end": 56830, + "loc": { + "start": { "line": 1580, + "column": 4 + }, + "end": { + "line": 1599, "column": 5 } }, @@ -211476,15 +213308,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 55330, - "end": 55344, + "start": 56047, + "end": 56061, "loc": { "start": { - "line": 1561, + "line": 1580, "column": 4 }, "end": { - "line": 1561, + "line": 1580, "column": 18 }, "identifierName": "createSnapshot" @@ -211500,115 +213332,115 @@ "params": [], "body": { "type": "BlockStatement", - "start": 55347, - "end": 56113, + "start": 56064, + "end": 56830, "loc": { "start": { - "line": 1561, + "line": 1580, "column": 21 }, "end": { - "line": 1580, + "line": 1599, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 55357, - "end": 56107, + "start": 56074, + "end": 56824, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1579, + "line": 1598, "column": 60 } }, "expression": { "type": "CallExpression", - "start": 55357, - "end": 56106, + "start": 56074, + "end": 56823, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1579, + "line": 1598, "column": 59 } }, "callee": { "type": "MemberExpression", - "start": 55357, - "end": 55381, + "start": 56074, + "end": 56098, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 32 } }, "object": { "type": "CallExpression", - "start": 55357, - "end": 55376, + "start": 56074, + "end": 56093, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 27 } }, "callee": { "type": "MemberExpression", - "start": 55357, - "end": 55374, + "start": 56074, + "end": 56091, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 55357, - "end": 55361, + "start": 56074, + "end": 56078, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 12 } } }, "property": { "type": "Identifier", - "start": 55362, - "end": 55374, + "start": 56079, + "end": 56091, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 13 }, "end": { - "line": 1562, + "line": 1581, "column": 25 }, "identifierName": "captureFrame" @@ -211621,15 +213453,15 @@ }, "property": { "type": "Identifier", - "start": 55377, - "end": 55381, + "start": 56094, + "end": 56098, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 28 }, "end": { - "line": 1562, + "line": 1581, "column": 32 }, "identifierName": "then" @@ -211641,15 +213473,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55382, - "end": 56056, + "start": 56099, + "end": 56773, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 33 }, "end": { - "line": 1579, + "line": 1598, "column": 9 } }, @@ -211660,15 +213492,15 @@ "params": [ { "type": "Identifier", - "start": 55383, - "end": 55389, + "start": 56100, + "end": 56106, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 34 }, "end": { - "line": 1562, + "line": 1581, "column": 40 }, "identifierName": "result" @@ -211678,87 +213510,87 @@ ], "body": { "type": "BlockStatement", - "start": 55394, - "end": 56056, + "start": 56111, + "end": 56773, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 45 }, "end": { - "line": 1579, + "line": 1598, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 55408, - "end": 56046, + "start": 56125, + "end": 56763, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 12 }, "end": { - "line": 1578, + "line": 1597, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 55412, - "end": 55443, + "start": 56129, + "end": 56160, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 16 }, "end": { - "line": 1563, + "line": 1582, "column": 47 } }, "left": { "type": "MemberExpression", - "start": 55412, - "end": 55432, + "start": 56129, + "end": 56149, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 16 }, "end": { - "line": 1563, + "line": 1582, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 55412, - "end": 55416, + "start": 56129, + "end": 56133, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 16 }, "end": { - "line": 1563, + "line": 1582, "column": 20 } } }, "property": { "type": "Identifier", - "start": 55417, - "end": 55432, + "start": 56134, + "end": 56149, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 21 }, "end": { - "line": 1563, + "line": 1582, "column": 36 }, "identifierName": "imageOutputType" @@ -211770,15 +213602,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 55437, - "end": 55443, + "start": 56154, + "end": 56160, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 41 }, "end": { - "line": 1563, + "line": 1582, "column": 47 } }, @@ -211791,72 +213623,72 @@ }, "consequent": { "type": "BlockStatement", - "start": 55445, - "end": 55716, + "start": 56162, + "end": 56433, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 49 }, "end": { - "line": 1571, + "line": 1590, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55515, - "end": 55702, + "start": 56232, + "end": 56419, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1570, + "line": 1589, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 55515, - "end": 55701, + "start": 56232, + "end": 56418, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1570, + "line": 1589, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 55515, - "end": 55528, + "start": 56232, + "end": 56245, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1565, + "line": 1584, "column": 29 } }, "object": { "type": "Identifier", - "start": 55515, - "end": 55521, + "start": 56232, + "end": 56238, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1565, + "line": 1584, "column": 22 }, "identifierName": "result" @@ -211866,15 +213698,15 @@ }, "property": { "type": "Identifier", - "start": 55522, - "end": 55528, + "start": 56239, + "end": 56245, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 23 }, "end": { - "line": 1565, + "line": 1584, "column": 29 }, "identifierName": "toBlob" @@ -211887,15 +213719,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 55529, - "end": 55700, + "start": 56246, + "end": 56417, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 30 }, "end": { - "line": 1570, + "line": 1589, "column": 17 } }, @@ -211906,15 +213738,15 @@ "params": [ { "type": "Identifier", - "start": 55530, - "end": 55534, + "start": 56247, + "end": 56251, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 31 }, "end": { - "line": 1565, + "line": 1584, "column": 35 }, "identifierName": "blob" @@ -211924,102 +213756,102 @@ ], "body": { "type": "BlockStatement", - "start": 55539, - "end": 55700, + "start": 56256, + "end": 56417, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 40 }, "end": { - "line": 1570, + "line": 1589, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 55561, - "end": 55593, + "start": 56278, + "end": 56310, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 52 } }, "expression": { "type": "AssignmentExpression", - "start": 55561, - "end": 55592, + "start": 56278, + "end": 56309, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 51 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55561, - "end": 55585, + "start": 56278, + "end": 56302, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 55561, - "end": 55572, + "start": 56278, + "end": 56289, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 55561, - "end": 55565, + "start": 56278, + "end": 56282, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 24 } } }, "property": { "type": "Identifier", - "start": 55566, - "end": 55572, + "start": 56283, + "end": 56289, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 25 }, "end": { - "line": 1566, + "line": 1585, "column": 31 }, "identifierName": "player" @@ -212030,15 +213862,15 @@ }, "property": { "type": "Identifier", - "start": 55573, - "end": 55585, + "start": 56290, + "end": 56302, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 32 }, "end": { - "line": 1566, + "line": 1585, "column": 44 }, "identifierName": "recordedData" @@ -212049,15 +213881,15 @@ }, "right": { "type": "Identifier", - "start": 55588, - "end": 55592, + "start": 56305, + "end": 56309, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 47 }, "end": { - "line": 1566, + "line": 1585, "column": 51 }, "identifierName": "blob" @@ -212069,15 +213901,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55615, - "end": 55638, + "start": 56332, + "end": 56355, "loc": { "start": { - "line": 1568, + "line": 1587, "column": 20 }, "end": { - "line": 1568, + "line": 1587, "column": 43 } } @@ -212086,57 +213918,57 @@ }, { "type": "ExpressionStatement", - "start": 55659, - "end": 55682, + "start": 56376, + "end": 56399, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 43 } }, "expression": { "type": "CallExpression", - "start": 55659, - "end": 55681, + "start": 56376, + "end": 56398, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 55659, - "end": 55679, + "start": 56376, + "end": 56396, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 40 } }, "object": { "type": "ThisExpression", - "start": 55659, - "end": 55663, + "start": 56376, + "end": 56380, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 24 } }, @@ -212144,15 +213976,15 @@ }, "property": { "type": "Identifier", - "start": 55664, - "end": 55679, + "start": 56381, + "end": 56396, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 25 }, "end": { - "line": 1569, + "line": 1588, "column": 40 }, "identifierName": "displaySnapshot" @@ -212169,15 +214001,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55615, - "end": 55638, + "start": 56332, + "end": 56355, "loc": { "start": { - "line": 1568, + "line": 1587, "column": 20 }, "end": { - "line": 1568, + "line": 1587, "column": 43 } } @@ -212195,15 +214027,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 55463, - "end": 55498, + "start": 56180, + "end": 56215, "loc": { "start": { - "line": 1564, + "line": 1583, "column": 16 }, "end": { - "line": 1564, + "line": 1583, "column": 51 } } @@ -212215,72 +214047,72 @@ }, "alternate": { "type": "IfStatement", - "start": 55722, - "end": 56046, + "start": 56439, + "end": 56763, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 19 }, "end": { - "line": 1578, + "line": 1597, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 55726, - "end": 55760, + "start": 56443, + "end": 56477, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 23 }, "end": { - "line": 1571, + "line": 1590, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 55726, - "end": 55746, + "start": 56443, + "end": 56463, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 23 }, "end": { - "line": 1571, + "line": 1590, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 55726, - "end": 55730, + "start": 56443, + "end": 56447, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 23 }, "end": { - "line": 1571, + "line": 1590, "column": 27 } } }, "property": { "type": "Identifier", - "start": 55731, - "end": 55746, + "start": 56448, + "end": 56463, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 28 }, "end": { - "line": 1571, + "line": 1590, "column": 43 }, "identifierName": "imageOutputType" @@ -212292,15 +214124,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 55751, - "end": 55760, + "start": 56468, + "end": 56477, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 48 }, "end": { - "line": 1571, + "line": 1590, "column": 57 } }, @@ -212313,87 +214145,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 55762, - "end": 56046, + "start": 56479, + "end": 56763, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 59 }, "end": { - "line": 1578, + "line": 1597, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 55837, - "end": 55951, + "start": 56554, + "end": 56668, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1574, + "line": 1593, "column": 69 } }, "expression": { "type": "AssignmentExpression", - "start": 55837, - "end": 55950, + "start": 56554, + "end": 56667, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1574, + "line": 1593, "column": 68 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 55837, - "end": 55861, + "start": 56554, + "end": 56578, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1573, + "line": 1592, "column": 40 } }, "object": { "type": "MemberExpression", - "start": 55837, - "end": 55848, + "start": 56554, + "end": 56565, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1573, + "line": 1592, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 55837, - "end": 55841, + "start": 56554, + "end": 56558, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1573, + "line": 1592, "column": 20 } }, @@ -212401,15 +214233,15 @@ }, "property": { "type": "Identifier", - "start": 55842, - "end": 55848, + "start": 56559, + "end": 56565, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 21 }, "end": { - "line": 1573, + "line": 1592, "column": 27 }, "identifierName": "player" @@ -212421,15 +214253,15 @@ }, "property": { "type": "Identifier", - "start": 55849, - "end": 55861, + "start": 56566, + "end": 56578, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 28 }, "end": { - "line": 1573, + "line": 1592, "column": 40 }, "identifierName": "recordedData" @@ -212441,43 +214273,43 @@ }, "right": { "type": "CallExpression", - "start": 55864, - "end": 55950, + "start": 56581, + "end": 56667, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 43 }, "end": { - "line": 1574, + "line": 1593, "column": 68 } }, "callee": { "type": "MemberExpression", - "start": 55864, - "end": 55880, + "start": 56581, + "end": 56597, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 43 }, "end": { - "line": 1573, + "line": 1592, "column": 59 } }, "object": { "type": "Identifier", - "start": 55864, - "end": 55870, + "start": 56581, + "end": 56587, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 43 }, "end": { - "line": 1573, + "line": 1592, "column": 49 }, "identifierName": "result" @@ -212486,15 +214318,15 @@ }, "property": { "type": "Identifier", - "start": 55871, - "end": 55880, + "start": 56588, + "end": 56597, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 50 }, "end": { - "line": 1573, + "line": 1592, "column": 59 }, "identifierName": "toDataURL" @@ -212506,44 +214338,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 55902, - "end": 55924, + "start": 56619, + "end": 56641, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 20 }, "end": { - "line": 1574, + "line": 1593, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 55902, - "end": 55906, + "start": 56619, + "end": 56623, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 20 }, "end": { - "line": 1574, + "line": 1593, "column": 24 } } }, "property": { "type": "Identifier", - "start": 55907, - "end": 55924, + "start": 56624, + "end": 56641, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 25 }, "end": { - "line": 1574, + "line": 1593, "column": 42 }, "identifierName": "imageOutputFormat" @@ -212554,44 +214386,44 @@ }, { "type": "MemberExpression", - "start": 55926, - "end": 55949, + "start": 56643, + "end": 56666, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 44 }, "end": { - "line": 1574, + "line": 1593, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 55926, - "end": 55930, + "start": 56643, + "end": 56647, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 44 }, "end": { - "line": 1574, + "line": 1593, "column": 48 } } }, "property": { "type": "Identifier", - "start": 55931, - "end": 55949, + "start": 56648, + "end": 56666, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 49 }, "end": { - "line": 1574, + "line": 1593, "column": 67 }, "identifierName": "imageOutputQuality" @@ -212608,15 +214440,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 55780, - "end": 55820, + "start": 56497, + "end": 56537, "loc": { "start": { - "line": 1572, + "line": 1591, "column": 16 }, "end": { - "line": 1572, + "line": 1591, "column": 56 } } @@ -212626,15 +214458,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55969, - "end": 55992, + "start": 56686, + "end": 56709, "loc": { "start": { - "line": 1576, + "line": 1595, "column": 16 }, "end": { - "line": 1576, + "line": 1595, "column": 39 } } @@ -212643,57 +214475,57 @@ }, { "type": "ExpressionStatement", - "start": 56009, - "end": 56032, + "start": 56726, + "end": 56749, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 56009, - "end": 56031, + "start": 56726, + "end": 56748, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 56009, - "end": 56029, + "start": 56726, + "end": 56746, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 36 } }, "object": { "type": "ThisExpression", - "start": 56009, - "end": 56013, + "start": 56726, + "end": 56730, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 20 } }, @@ -212701,15 +214533,15 @@ }, "property": { "type": "Identifier", - "start": 56014, - "end": 56029, + "start": 56731, + "end": 56746, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 21 }, "end": { - "line": 1577, + "line": 1596, "column": 36 }, "identifierName": "displaySnapshot" @@ -212726,15 +214558,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55969, - "end": 55992, + "start": 56686, + "end": 56709, "loc": { "start": { - "line": 1576, + "line": 1595, "column": 16 }, "end": { - "line": 1576, + "line": 1595, "column": 39 } } @@ -212753,44 +214585,44 @@ }, { "type": "MemberExpression", - "start": 56058, - "end": 56080, + "start": 56775, + "end": 56797, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 11 }, "end": { - "line": 1579, + "line": 1598, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 56058, - "end": 56062, + "start": 56775, + "end": 56779, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 11 }, "end": { - "line": 1579, + "line": 1598, "column": 15 } } }, "property": { "type": "Identifier", - "start": 56063, - "end": 56080, + "start": 56780, + "end": 56797, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 16 }, "end": { - "line": 1579, + "line": 1598, "column": 33 }, "identifierName": "imageOutputFormat" @@ -212801,44 +214633,44 @@ }, { "type": "MemberExpression", - "start": 56082, - "end": 56105, + "start": 56799, + "end": 56822, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 35 }, "end": { - "line": 1579, + "line": 1598, "column": 58 } }, "object": { "type": "ThisExpression", - "start": 56082, - "end": 56086, + "start": 56799, + "end": 56803, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 35 }, "end": { - "line": 1579, + "line": 1598, "column": 39 } } }, "property": { "type": "Identifier", - "start": 56087, - "end": 56105, + "start": 56804, + "end": 56822, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 40 }, "end": { - "line": 1579, + "line": 1598, "column": 58 }, "identifierName": "imageOutputQuality" @@ -212858,15 +214690,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55256, - "end": 55325, + "start": 55973, + "end": 56042, "loc": { "start": { - "line": 1557, + "line": 1576, "column": 4 }, "end": { - "line": 1560, + "line": 1579, "column": 7 } } @@ -212876,15 +214708,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 56119, - "end": 56177, + "start": 56836, + "end": 56894, "loc": { "start": { - "line": 1582, + "line": 1601, "column": 4 }, "end": { - "line": 1585, + "line": 1604, "column": 7 } } @@ -212893,15 +214725,15 @@ }, { "type": "ClassMethod", - "start": 56182, - "end": 56406, + "start": 56899, + "end": 57123, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 4 }, "end": { - "line": 1595, + "line": 1614, "column": 5 } }, @@ -212909,15 +214741,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56182, - "end": 56197, + "start": 56899, + "end": 56914, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 4 }, "end": { - "line": 1586, + "line": 1605, "column": 19 }, "identifierName": "displaySnapshot" @@ -212933,101 +214765,101 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56200, - "end": 56406, + "start": 56917, + "end": 57123, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 22 }, "end": { - "line": 1595, + "line": 1614, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 56240, - "end": 56281, + "start": 56957, + "end": 56998, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 56240, - "end": 56280, + "start": 56957, + "end": 56997, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56240, - "end": 56271, + "start": 56957, + "end": 56988, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 56240, - "end": 56263, + "start": 56957, + "end": 56980, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 56240, - "end": 56257, + "start": 56957, + "end": 56974, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 56240, - "end": 56244, + "start": 56957, + "end": 56961, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 12 } }, @@ -213035,15 +214867,15 @@ }, "property": { "type": "Identifier", - "start": 56245, - "end": 56257, + "start": 56962, + "end": 56974, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 13 }, "end": { - "line": 1588, + "line": 1607, "column": 25 }, "identifierName": "mediaElement" @@ -213055,15 +214887,15 @@ }, "property": { "type": "Identifier", - "start": 56258, - "end": 56263, + "start": 56975, + "end": 56980, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 26 }, "end": { - "line": 1588, + "line": 1607, "column": 31 }, "identifierName": "style" @@ -213075,15 +214907,15 @@ }, "property": { "type": "Identifier", - "start": 56264, - "end": 56271, + "start": 56981, + "end": 56988, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 32 }, "end": { - "line": 1588, + "line": 1607, "column": 39 }, "identifierName": "display" @@ -213095,15 +214927,15 @@ }, "right": { "type": "StringLiteral", - "start": 56274, - "end": 56280, + "start": 56991, + "end": 56997, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 42 }, "end": { - "line": 1588, + "line": 1607, "column": 48 } }, @@ -213119,15 +214951,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 56210, - "end": 56231, + "start": 56927, + "end": 56948, "loc": { "start": { - "line": 1587, + "line": 1606, "column": 8 }, "end": { - "line": 1587, + "line": 1606, "column": 29 } } @@ -213137,15 +214969,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56291, - "end": 56311, + "start": 57008, + "end": 57028, "loc": { "start": { - "line": 1590, + "line": 1609, "column": 8 }, "end": { - "line": 1590, + "line": 1609, "column": 28 } } @@ -213154,85 +214986,85 @@ }, { "type": "ExpressionStatement", - "start": 56320, - "end": 56352, + "start": 57037, + "end": 57069, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56320, - "end": 56351, + "start": 57037, + "end": 57068, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56320, - "end": 56349, + "start": 57037, + "end": 57066, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56320, - "end": 56344, + "start": 57037, + "end": 57061, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56320, - "end": 56331, + "start": 57037, + "end": 57048, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56320, - "end": 56324, + "start": 57037, + "end": 57041, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 12 } }, @@ -213240,15 +215072,15 @@ }, "property": { "type": "Identifier", - "start": 56325, - "end": 56331, + "start": 57042, + "end": 57048, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 13 }, "end": { - "line": 1591, + "line": 1610, "column": 19 }, "identifierName": "player" @@ -213260,15 +215092,15 @@ }, "property": { "type": "Identifier", - "start": 56332, - "end": 56344, + "start": 57049, + "end": 57061, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 20 }, "end": { - "line": 1591, + "line": 1610, "column": 32 }, "identifierName": "recordCanvas" @@ -213280,15 +215112,15 @@ }, "property": { "type": "Identifier", - "start": 56345, - "end": 56349, + "start": 57062, + "end": 57066, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 33 }, "end": { - "line": 1591, + "line": 1610, "column": 37 }, "identifierName": "show" @@ -213305,15 +215137,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56291, - "end": 56311, + "start": 57008, + "end": 57028, "loc": { "start": { - "line": 1590, + "line": 1609, "column": 8 }, "end": { - "line": 1590, + "line": 1609, "column": 28 } } @@ -213323,15 +215155,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56362, - "end": 56379, + "start": 57079, + "end": 57096, "loc": { "start": { - "line": 1593, + "line": 1612, "column": 8 }, "end": { - "line": 1593, + "line": 1612, "column": 25 } } @@ -213340,57 +215172,57 @@ }, { "type": "ExpressionStatement", - "start": 56388, - "end": 56400, + "start": 57105, + "end": 57117, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 20 } }, "expression": { "type": "CallExpression", - "start": 56388, - "end": 56399, + "start": 57105, + "end": 57116, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 19 } }, "callee": { "type": "MemberExpression", - "start": 56388, - "end": 56397, + "start": 57105, + "end": 57114, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 56388, - "end": 56392, + "start": 57105, + "end": 57109, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 12 } }, @@ -213398,15 +215230,15 @@ }, "property": { "type": "Identifier", - "start": 56393, - "end": 56397, + "start": 57110, + "end": 57114, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 13 }, "end": { - "line": 1594, + "line": 1613, "column": 17 }, "identifierName": "stop" @@ -213423,15 +215255,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56362, - "end": 56379, + "start": 57079, + "end": 57096, "loc": { "start": { - "line": 1593, + "line": 1612, "column": 8 }, "end": { - "line": 1593, + "line": 1612, "column": 25 } } @@ -213446,15 +215278,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 56119, - "end": 56177, + "start": 56836, + "end": 56894, "loc": { "start": { - "line": 1582, + "line": 1601, "column": 4 }, "end": { - "line": 1585, + "line": 1604, "column": 7 } } @@ -213464,15 +215296,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56412, - "end": 56486, + "start": 57129, + "end": 57203, "loc": { "start": { - "line": 1597, + "line": 1616, "column": 4 }, "end": { - "line": 1600, + "line": 1619, "column": 7 } } @@ -213481,15 +215313,15 @@ }, { "type": "ClassMethod", - "start": 56491, - "end": 56718, + "start": 57208, + "end": 57435, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 4 }, "end": { - "line": 1609, + "line": 1628, "column": 5 } }, @@ -213497,15 +215329,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56491, - "end": 56504, + "start": 57208, + "end": 57221, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 4 }, "end": { - "line": 1601, + "line": 1620, "column": 17 }, "identifierName": "retrySnapshot" @@ -213521,88 +215353,88 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56507, - "end": 56718, + "start": 57224, + "end": 57435, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 20 }, "end": { - "line": 1609, + "line": 1628, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 56517, - "end": 56542, + "start": 57234, + "end": 57259, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 56517, - "end": 56541, + "start": 57234, + "end": 57258, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 32 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56517, - "end": 56533, + "start": 57234, + "end": 57250, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 56517, - "end": 56521, + "start": 57234, + "end": 57238, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 12 } } }, "property": { "type": "Identifier", - "start": 56522, - "end": 56533, + "start": 57239, + "end": 57250, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 13 }, "end": { - "line": 1602, + "line": 1621, "column": 24 }, "identifierName": "_processing" @@ -213613,15 +215445,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 56536, - "end": 56541, + "start": 57253, + "end": 57258, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 27 }, "end": { - "line": 1602, + "line": 1621, "column": 32 } }, @@ -213632,15 +215464,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56552, - "end": 56579, + "start": 57269, + "end": 57296, "loc": { "start": { - "line": 1604, + "line": 1623, "column": 8 }, "end": { - "line": 1604, + "line": 1623, "column": 35 } } @@ -213649,85 +215481,85 @@ }, { "type": "ExpressionStatement", - "start": 56588, - "end": 56620, + "start": 57305, + "end": 57337, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 56588, - "end": 56619, + "start": 57305, + "end": 57336, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 56588, - "end": 56617, + "start": 57305, + "end": 57334, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 56588, - "end": 56612, + "start": 57305, + "end": 57329, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 56588, - "end": 56599, + "start": 57305, + "end": 57316, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56588, - "end": 56592, + "start": 57305, + "end": 57309, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 12 } }, @@ -213735,15 +215567,15 @@ }, "property": { "type": "Identifier", - "start": 56593, - "end": 56599, + "start": 57310, + "end": 57316, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 13 }, "end": { - "line": 1605, + "line": 1624, "column": 19 }, "identifierName": "player" @@ -213755,15 +215587,15 @@ }, "property": { "type": "Identifier", - "start": 56600, - "end": 56612, + "start": 57317, + "end": 57329, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 20 }, "end": { - "line": 1605, + "line": 1624, "column": 32 }, "identifierName": "recordCanvas" @@ -213775,15 +215607,15 @@ }, "property": { "type": "Identifier", - "start": 56613, - "end": 56617, + "start": 57330, + "end": 57334, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 33 }, "end": { - "line": 1605, + "line": 1624, "column": 37 }, "identifierName": "hide" @@ -213800,15 +215632,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56552, - "end": 56579, + "start": 57269, + "end": 57296, "loc": { "start": { - "line": 1604, + "line": 1623, "column": 8 }, "end": { - "line": 1604, + "line": 1623, "column": 35 } } @@ -213818,15 +215650,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56630, - "end": 56651, + "start": 57347, + "end": 57368, "loc": { "start": { - "line": 1607, + "line": 1626, "column": 8 }, "end": { - "line": 1607, + "line": 1626, "column": 29 } } @@ -213835,128 +215667,128 @@ }, { "type": "ExpressionStatement", - "start": 56660, - "end": 56712, + "start": 57377, + "end": 57429, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 60 } }, "expression": { "type": "AssignmentExpression", - "start": 56660, - "end": 56711, + "start": 57377, + "end": 57428, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 59 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 56660, - "end": 56701, + "start": 57377, + "end": 57418, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 56660, - "end": 56693, + "start": 57377, + "end": 57410, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 56660, - "end": 56687, + "start": 57377, + "end": 57404, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 35 } }, "object": { "type": "CallExpression", - "start": 56660, - "end": 56676, + "start": 57377, + "end": 57393, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 56660, - "end": 56674, + "start": 57377, + "end": 57391, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 22 } }, "object": { "type": "MemberExpression", - "start": 56660, - "end": 56671, + "start": 57377, + "end": 57388, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 56660, - "end": 56664, + "start": 57377, + "end": 57381, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 12 } }, @@ -213964,15 +215796,15 @@ }, "property": { "type": "Identifier", - "start": 56665, - "end": 56671, + "start": 57382, + "end": 57388, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 13 }, "end": { - "line": 1608, + "line": 1627, "column": 19 }, "identifierName": "player" @@ -213984,15 +215816,15 @@ }, "property": { "type": "Identifier", - "start": 56672, - "end": 56674, + "start": 57389, + "end": 57391, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 20 }, "end": { - "line": 1608, + "line": 1627, "column": 22 }, "identifierName": "el" @@ -214007,15 +215839,15 @@ }, "property": { "type": "Identifier", - "start": 56677, - "end": 56687, + "start": 57394, + "end": 57404, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 25 }, "end": { - "line": 1608, + "line": 1627, "column": 35 }, "identifierName": "firstChild" @@ -214027,15 +215859,15 @@ }, "property": { "type": "Identifier", - "start": 56688, - "end": 56693, + "start": 57405, + "end": 57410, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 36 }, "end": { - "line": 1608, + "line": 1627, "column": 41 }, "identifierName": "style" @@ -214047,15 +215879,15 @@ }, "property": { "type": "Identifier", - "start": 56694, - "end": 56701, + "start": 57411, + "end": 57418, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 42 }, "end": { - "line": 1608, + "line": 1627, "column": 49 }, "identifierName": "display" @@ -214067,15 +215899,15 @@ }, "right": { "type": "StringLiteral", - "start": 56704, - "end": 56711, + "start": 57421, + "end": 57428, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 52 }, "end": { - "line": 1608, + "line": 1627, "column": 59 } }, @@ -214091,15 +215923,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56630, - "end": 56651, + "start": 57347, + "end": 57368, "loc": { "start": { - "line": 1607, + "line": 1626, "column": 8 }, "end": { - "line": 1607, + "line": 1626, "column": 29 } } @@ -214114,15 +215946,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56412, - "end": 56486, + "start": 57129, + "end": 57203, "loc": { "start": { - "line": 1597, + "line": 1616, "column": 4 }, "end": { - "line": 1600, + "line": 1619, "column": 7 } } @@ -214132,15 +215964,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56724, - "end": 56832, + "start": 57441, + "end": 57549, "loc": { "start": { - "line": 1611, + "line": 1630, "column": 4 }, "end": { - "line": 1615, + "line": 1634, "column": 7 } } @@ -214149,15 +215981,15 @@ }, { "type": "ClassMethod", - "start": 56837, - "end": 59996, + "start": 57554, + "end": 60713, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 4 }, "end": { - "line": 1683, + "line": 1702, "column": 5 } }, @@ -214165,15 +215997,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 56837, - "end": 56849, + "start": 57554, + "end": 57566, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 4 }, "end": { - "line": 1616, + "line": 1635, "column": 16 }, "identifierName": "captureFrame" @@ -214189,59 +216021,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 56852, - "end": 59996, + "start": 57569, + "end": 60713, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 19 }, "end": { - "line": 1683, + "line": 1702, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 56862, - "end": 56893, + "start": 57579, + "end": 57610, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 8 }, "end": { - "line": 1617, + "line": 1636, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56866, - "end": 56892, + "start": 57583, + "end": 57609, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 12 }, "end": { - "line": 1617, + "line": 1636, "column": 38 } }, "id": { "type": "Identifier", - "start": 56866, - "end": 56874, + "start": 57583, + "end": 57591, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 12 }, "end": { - "line": 1617, + "line": 1636, "column": 20 }, "identifierName": "detected" @@ -214250,29 +216082,29 @@ }, "init": { "type": "CallExpression", - "start": 56877, - "end": 56892, + "start": 57594, + "end": 57609, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 23 }, "end": { - "line": 1617, + "line": 1636, "column": 38 } }, "callee": { "type": "Identifier", - "start": 56877, - "end": 56890, + "start": 57594, + "end": 57607, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 23 }, "end": { - "line": 1617, + "line": 1636, "column": 36 }, "identifierName": "detectBrowser" @@ -214287,44 +216119,44 @@ }, { "type": "VariableDeclaration", - "start": 56902, - "end": 56962, + "start": 57619, + "end": 57679, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 8 }, "end": { - "line": 1618, + "line": 1637, "column": 68 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56906, - "end": 56961, + "start": 57623, + "end": 57678, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 12 }, "end": { - "line": 1618, + "line": 1637, "column": 67 } }, "id": { "type": "Identifier", - "start": 56906, - "end": 56918, + "start": 57623, + "end": 57635, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 12 }, "end": { - "line": 1618, + "line": 1637, "column": 24 }, "identifierName": "recordCanvas" @@ -214333,100 +216165,100 @@ }, "init": { "type": "MemberExpression", - "start": 56921, - "end": 56961, + "start": 57638, + "end": 57678, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 67 } }, "object": { "type": "CallExpression", - "start": 56921, - "end": 56950, + "start": 57638, + "end": 57667, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 56 } }, "callee": { "type": "MemberExpression", - "start": 56921, - "end": 56948, + "start": 57638, + "end": 57665, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 54 } }, "object": { "type": "MemberExpression", - "start": 56921, - "end": 56945, + "start": 57638, + "end": 57662, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 56921, - "end": 56932, + "start": 57638, + "end": 57649, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 38 } }, "object": { "type": "ThisExpression", - "start": 56921, - "end": 56925, + "start": 57638, + "end": 57642, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 31 } } }, "property": { "type": "Identifier", - "start": 56926, - "end": 56932, + "start": 57643, + "end": 57649, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 32 }, "end": { - "line": 1618, + "line": 1637, "column": 38 }, "identifierName": "player" @@ -214437,15 +216269,15 @@ }, "property": { "type": "Identifier", - "start": 56933, - "end": 56945, + "start": 57650, + "end": 57662, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 39 }, "end": { - "line": 1618, + "line": 1637, "column": 51 }, "identifierName": "recordCanvas" @@ -214456,15 +216288,15 @@ }, "property": { "type": "Identifier", - "start": 56946, - "end": 56948, + "start": 57663, + "end": 57665, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 52 }, "end": { - "line": 1618, + "line": 1637, "column": 54 }, "identifierName": "el" @@ -214477,15 +216309,15 @@ }, "property": { "type": "Identifier", - "start": 56951, - "end": 56961, + "start": 57668, + "end": 57678, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 57 }, "end": { - "line": 1618, + "line": 1637, "column": 67 }, "identifierName": "firstChild" @@ -214500,44 +216332,44 @@ }, { "type": "VariableDeclaration", - "start": 56971, - "end": 57015, + "start": 57688, + "end": 57732, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 8 }, "end": { - "line": 1619, + "line": 1638, "column": 52 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 56975, - "end": 57014, + "start": 57692, + "end": 57731, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 12 }, "end": { - "line": 1619, + "line": 1638, "column": 51 } }, "id": { "type": "Identifier", - "start": 56975, - "end": 56980, + "start": 57692, + "end": 57697, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 12 }, "end": { - "line": 1619, + "line": 1638, "column": 17 }, "identifierName": "track" @@ -214546,86 +216378,86 @@ }, "init": { "type": "MemberExpression", - "start": 56983, - "end": 57014, + "start": 57700, + "end": 57731, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 51 } }, "object": { "type": "CallExpression", - "start": 56983, - "end": 57011, + "start": 57700, + "end": 57728, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 48 } }, "callee": { "type": "MemberExpression", - "start": 56983, - "end": 57009, + "start": 57700, + "end": 57726, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 56983, - "end": 56994, + "start": 57700, + "end": 57711, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 56983, - "end": 56987, + "start": 57700, + "end": 57704, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 24 } } }, "property": { "type": "Identifier", - "start": 56988, - "end": 56994, + "start": 57705, + "end": 57711, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 25 }, "end": { - "line": 1619, + "line": 1638, "column": 31 }, "identifierName": "stream" @@ -214636,15 +216468,15 @@ }, "property": { "type": "Identifier", - "start": 56995, - "end": 57009, + "start": 57712, + "end": 57726, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 32 }, "end": { - "line": 1619, + "line": 1638, "column": 46 }, "identifierName": "getVideoTracks" @@ -214657,15 +216489,15 @@ }, "property": { "type": "NumericLiteral", - "start": 57012, - "end": 57013, + "start": 57729, + "end": 57730, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 49 }, "end": { - "line": 1619, + "line": 1638, "column": 50 } }, @@ -214683,44 +216515,44 @@ }, { "type": "VariableDeclaration", - "start": 57024, - "end": 57059, + "start": 57741, + "end": 57776, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 8 }, "end": { - "line": 1620, + "line": 1639, "column": 43 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57028, - "end": 57058, + "start": 57745, + "end": 57775, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 12 }, "end": { - "line": 1620, + "line": 1639, "column": 42 } }, "id": { "type": "Identifier", - "start": 57028, - "end": 57036, + "start": 57745, + "end": 57753, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 12 }, "end": { - "line": 1620, + "line": 1639, "column": 20 }, "identifierName": "settings" @@ -214729,43 +216561,43 @@ }, "init": { "type": "CallExpression", - "start": 57039, - "end": 57058, + "start": 57756, + "end": 57775, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 23 }, "end": { - "line": 1620, + "line": 1639, "column": 42 } }, "callee": { "type": "MemberExpression", - "start": 57039, - "end": 57056, + "start": 57756, + "end": 57773, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 23 }, "end": { - "line": 1620, + "line": 1639, "column": 40 } }, "object": { "type": "Identifier", - "start": 57039, - "end": 57044, + "start": 57756, + "end": 57761, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 23 }, "end": { - "line": 1620, + "line": 1639, "column": 28 }, "identifierName": "track" @@ -214774,15 +216606,15 @@ }, "property": { "type": "Identifier", - "start": 57045, - "end": 57056, + "start": 57762, + "end": 57773, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 29 }, "end": { - "line": 1620, + "line": 1639, "column": 40 }, "identifierName": "getSettings" @@ -214800,15 +216632,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 57069, - "end": 57124, + "start": 57786, + "end": 57841, "loc": { "start": { - "line": 1622, + "line": 1641, "column": 8 }, "end": { - "line": 1622, + "line": 1641, "column": 63 } } @@ -214816,15 +216648,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 57133, - "end": 57178, + "start": 57850, + "end": 57895, "loc": { "start": { - "line": 1623, + "line": 1642, "column": 8 }, "end": { - "line": 1623, + "line": 1642, "column": 53 } } @@ -214833,58 +216665,58 @@ }, { "type": "ExpressionStatement", - "start": 57187, - "end": 57223, + "start": 57904, + "end": 57940, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 44 } }, "expression": { "type": "AssignmentExpression", - "start": 57187, - "end": 57222, + "start": 57904, + "end": 57939, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 43 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57187, - "end": 57205, + "start": 57904, + "end": 57922, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 26 } }, "object": { "type": "Identifier", - "start": 57187, - "end": 57199, + "start": 57904, + "end": 57916, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 20 }, "identifierName": "recordCanvas" @@ -214894,15 +216726,15 @@ }, "property": { "type": "Identifier", - "start": 57200, - "end": 57205, + "start": 57917, + "end": 57922, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 21 }, "end": { - "line": 1624, + "line": 1643, "column": 26 }, "identifierName": "width" @@ -214914,29 +216746,29 @@ }, "right": { "type": "MemberExpression", - "start": 57208, - "end": 57222, + "start": 57925, + "end": 57939, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 29 }, "end": { - "line": 1624, + "line": 1643, "column": 43 } }, "object": { "type": "Identifier", - "start": 57208, - "end": 57216, + "start": 57925, + "end": 57933, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 29 }, "end": { - "line": 1624, + "line": 1643, "column": 37 }, "identifierName": "settings" @@ -214945,15 +216777,15 @@ }, "property": { "type": "Identifier", - "start": 57217, - "end": 57222, + "start": 57934, + "end": 57939, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 38 }, "end": { - "line": 1624, + "line": 1643, "column": 43 }, "identifierName": "width" @@ -214968,15 +216800,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 57069, - "end": 57124, + "start": 57786, + "end": 57841, "loc": { "start": { - "line": 1622, + "line": 1641, "column": 8 }, "end": { - "line": 1622, + "line": 1641, "column": 63 } } @@ -214984,15 +216816,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 57133, - "end": 57178, + "start": 57850, + "end": 57895, "loc": { "start": { - "line": 1623, + "line": 1642, "column": 8 }, "end": { - "line": 1623, + "line": 1642, "column": 53 } } @@ -215001,58 +216833,58 @@ }, { "type": "ExpressionStatement", - "start": 57232, - "end": 57270, + "start": 57949, + "end": 57987, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 46 } }, "expression": { "type": "AssignmentExpression", - "start": 57232, - "end": 57269, + "start": 57949, + "end": 57986, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 45 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 57232, - "end": 57251, + "start": 57949, + "end": 57968, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 27 } }, "object": { "type": "Identifier", - "start": 57232, - "end": 57244, + "start": 57949, + "end": 57961, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 20 }, "identifierName": "recordCanvas" @@ -215061,15 +216893,15 @@ }, "property": { "type": "Identifier", - "start": 57245, - "end": 57251, + "start": 57962, + "end": 57968, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 21 }, "end": { - "line": 1625, + "line": 1644, "column": 27 }, "identifierName": "height" @@ -215080,29 +216912,29 @@ }, "right": { "type": "MemberExpression", - "start": 57254, - "end": 57269, + "start": 57971, + "end": 57986, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 30 }, "end": { - "line": 1625, + "line": 1644, "column": 45 } }, "object": { "type": "Identifier", - "start": 57254, - "end": 57262, + "start": 57971, + "end": 57979, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 30 }, "end": { - "line": 1625, + "line": 1644, "column": 38 }, "identifierName": "settings" @@ -215111,15 +216943,15 @@ }, "property": { "type": "Identifier", - "start": 57263, - "end": 57269, + "start": 57980, + "end": 57986, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 39 }, "end": { - "line": 1625, + "line": 1644, "column": 45 }, "identifierName": "height" @@ -215132,43 +216964,43 @@ }, { "type": "ReturnStatement", - "start": 57280, - "end": 59990, + "start": 57997, + "end": 60707, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 8 }, "end": { - "line": 1682, + "line": 1701, "column": 11 } }, "argument": { "type": "NewExpression", - "start": 57287, - "end": 59989, + "start": 58004, + "end": 60706, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 15 }, "end": { - "line": 1682, + "line": 1701, "column": 10 } }, "callee": { "type": "Identifier", - "start": 57291, - "end": 57298, + "start": 58008, + "end": 58015, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 19 }, "end": { - "line": 1627, + "line": 1646, "column": 26 }, "identifierName": "Promise" @@ -215178,15 +217010,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 57299, - "end": 59988, + "start": 58016, + "end": 60705, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 27 }, "end": { - "line": 1682, + "line": 1701, "column": 9 } }, @@ -215197,15 +217029,15 @@ "params": [ { "type": "Identifier", - "start": 57300, - "end": 57307, + "start": 58017, + "end": 58024, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 28 }, "end": { - "line": 1627, + "line": 1646, "column": 35 }, "identifierName": "resolve" @@ -215214,15 +217046,15 @@ }, { "type": "Identifier", - "start": 57309, - "end": 57315, + "start": 58026, + "end": 58032, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 37 }, "end": { - "line": 1627, + "line": 1646, "column": 43 }, "identifierName": "reject" @@ -215232,59 +217064,59 @@ ], "body": { "type": "BlockStatement", - "start": 57320, - "end": 59988, + "start": 58037, + "end": 60705, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 48 }, "end": { - "line": 1682, + "line": 1701, "column": 9 } }, "body": [ { "type": "VariableDeclaration", - "start": 57334, - "end": 57393, + "start": 58051, + "end": 58110, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 12 }, "end": { - "line": 1628, + "line": 1647, "column": 71 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57340, - "end": 57392, + "start": 58057, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 18 }, "end": { - "line": 1628, + "line": 1647, "column": 70 } }, "id": { "type": "Identifier", - "start": 57340, - "end": 57357, + "start": 58057, + "end": 58074, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 18 }, "end": { - "line": 1628, + "line": 1647, "column": 35 }, "identifierName": "cameraAspectRatio" @@ -215293,43 +217125,43 @@ }, "init": { "type": "BinaryExpression", - "start": 57360, - "end": 57392, + "start": 58077, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 38 }, "end": { - "line": 1628, + "line": 1647, "column": 70 } }, "left": { "type": "MemberExpression", - "start": 57360, - "end": 57374, + "start": 58077, + "end": 58091, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 38 }, "end": { - "line": 1628, + "line": 1647, "column": 52 } }, "object": { "type": "Identifier", - "start": 57360, - "end": 57368, + "start": 58077, + "end": 58085, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 38 }, "end": { - "line": 1628, + "line": 1647, "column": 46 }, "identifierName": "settings" @@ -215338,15 +217170,15 @@ }, "property": { "type": "Identifier", - "start": 57369, - "end": 57374, + "start": 58086, + "end": 58091, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 47 }, "end": { - "line": 1628, + "line": 1647, "column": 52 }, "identifierName": "width" @@ -215358,29 +217190,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 57377, - "end": 57392, + "start": 58094, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 55 }, "end": { - "line": 1628, + "line": 1647, "column": 70 } }, "object": { "type": "Identifier", - "start": 57377, - "end": 57385, + "start": 58094, + "end": 58102, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 55 }, "end": { - "line": 1628, + "line": 1647, "column": 63 }, "identifierName": "settings" @@ -215389,15 +217221,15 @@ }, "property": { "type": "Identifier", - "start": 57386, - "end": 57392, + "start": 58103, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 64 }, "end": { - "line": 1628, + "line": 1647, "column": 70 }, "identifierName": "height" @@ -215413,44 +217245,44 @@ }, { "type": "VariableDeclaration", - "start": 57406, - "end": 57475, + "start": 58123, + "end": 58192, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 12 }, "end": { - "line": 1629, + "line": 1648, "column": 81 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57412, - "end": 57474, + "start": 58129, + "end": 58191, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 18 }, "end": { - "line": 1629, + "line": 1648, "column": 80 } }, "id": { "type": "Identifier", - "start": 57412, - "end": 57429, + "start": 58129, + "end": 58146, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 18 }, "end": { - "line": 1629, + "line": 1648, "column": 35 }, "identifierName": "playerAspectRatio" @@ -215459,86 +217291,86 @@ }, "init": { "type": "BinaryExpression", - "start": 57432, - "end": 57474, + "start": 58149, + "end": 58191, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 80 } }, "left": { "type": "CallExpression", - "start": 57432, - "end": 57451, + "start": 58149, + "end": 58168, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 57432, - "end": 57449, + "start": 58149, + "end": 58166, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 57432, - "end": 57443, + "start": 58149, + "end": 58160, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 49 } }, "object": { "type": "ThisExpression", - "start": 57432, - "end": 57436, + "start": 58149, + "end": 58153, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 42 } } }, "property": { "type": "Identifier", - "start": 57437, - "end": 57443, + "start": 58154, + "end": 58160, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 43 }, "end": { - "line": 1629, + "line": 1648, "column": 49 }, "identifierName": "player" @@ -215549,15 +217381,15 @@ }, "property": { "type": "Identifier", - "start": 57444, - "end": 57449, + "start": 58161, + "end": 58166, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 50 }, "end": { - "line": 1629, + "line": 1648, "column": 55 }, "identifierName": "width" @@ -215571,72 +217403,72 @@ "operator": "/", "right": { "type": "CallExpression", - "start": 57454, - "end": 57474, + "start": 58171, + "end": 58191, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 80 } }, "callee": { "type": "MemberExpression", - "start": 57454, - "end": 57472, + "start": 58171, + "end": 58189, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 78 } }, "object": { "type": "MemberExpression", - "start": 57454, - "end": 57465, + "start": 58171, + "end": 58182, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 71 } }, "object": { "type": "ThisExpression", - "start": 57454, - "end": 57458, + "start": 58171, + "end": 58175, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 64 } } }, "property": { "type": "Identifier", - "start": 57459, - "end": 57465, + "start": 58176, + "end": 58182, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 65 }, "end": { - "line": 1629, + "line": 1648, "column": 71 }, "identifierName": "player" @@ -215647,15 +217479,15 @@ }, "property": { "type": "Identifier", - "start": 57466, - "end": 57472, + "start": 58183, + "end": 58189, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 72 }, "end": { - "line": 1629, + "line": 1648, "column": 78 }, "identifierName": "height" @@ -215673,44 +217505,44 @@ }, { "type": "VariableDeclaration", - "start": 57488, - "end": 57515, + "start": 58205, + "end": 58232, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 12 }, "end": { - "line": 1630, + "line": 1649, "column": 39 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57492, - "end": 57514, + "start": 58209, + "end": 58231, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 16 }, "end": { - "line": 1630, + "line": 1649, "column": 38 } }, "id": { "type": "Identifier", - "start": 57492, - "end": 57510, + "start": 58209, + "end": 58227, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 16 }, "end": { - "line": 1630, + "line": 1649, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -215719,15 +217551,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57513, - "end": 57514, + "start": 58230, + "end": 58231, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 37 }, "end": { - "line": 1630, + "line": 1649, "column": 38 } }, @@ -215743,44 +217575,44 @@ }, { "type": "VariableDeclaration", - "start": 57528, - "end": 57554, + "start": 58245, + "end": 58271, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 12 }, "end": { - "line": 1631, + "line": 1650, "column": 38 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57532, - "end": 57553, + "start": 58249, + "end": 58270, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 16 }, "end": { - "line": 1631, + "line": 1650, "column": 37 } }, "id": { "type": "Identifier", - "start": 57532, - "end": 57549, + "start": 58249, + "end": 58266, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 16 }, "end": { - "line": 1631, + "line": 1650, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -215789,15 +217621,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57552, - "end": 57553, + "start": 58269, + "end": 58270, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 36 }, "end": { - "line": 1631, + "line": 1650, "column": 37 } }, @@ -215813,44 +217645,44 @@ }, { "type": "VariableDeclaration", - "start": 57567, - "end": 57590, + "start": 58284, + "end": 58307, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 12 }, "end": { - "line": 1632, + "line": 1651, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57571, - "end": 57589, + "start": 58288, + "end": 58306, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 16 }, "end": { - "line": 1632, + "line": 1651, "column": 34 } }, "id": { "type": "Identifier", - "start": 57571, - "end": 57585, + "start": 58288, + "end": 58302, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 16 }, "end": { - "line": 1632, + "line": 1651, "column": 30 }, "identifierName": "imageXPosition" @@ -215859,15 +217691,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57588, - "end": 57589, + "start": 58305, + "end": 58306, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 33 }, "end": { - "line": 1632, + "line": 1651, "column": 34 } }, @@ -215883,44 +217715,44 @@ }, { "type": "VariableDeclaration", - "start": 57603, - "end": 57626, + "start": 58320, + "end": 58343, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 12 }, "end": { - "line": 1633, + "line": 1652, "column": 35 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 57607, - "end": 57625, + "start": 58324, + "end": 58342, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 16 }, "end": { - "line": 1633, + "line": 1652, "column": 34 } }, "id": { "type": "Identifier", - "start": 57607, - "end": 57621, + "start": 58324, + "end": 58338, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 16 }, "end": { - "line": 1633, + "line": 1652, "column": 30 }, "identifierName": "imageYPosition" @@ -215929,15 +217761,15 @@ }, "init": { "type": "NumericLiteral", - "start": 57624, - "end": 57625, + "start": 58341, + "end": 58342, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 33 }, "end": { - "line": 1633, + "line": 1652, "column": 34 } }, @@ -215954,15 +217786,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57640, - "end": 57664, + "start": 58357, + "end": 58381, "loc": { "start": { - "line": 1635, + "line": 1654, "column": 12 }, "end": { - "line": 1635, + "line": 1654, "column": 36 } } @@ -215970,15 +217802,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57677, - "end": 57698, + "start": 58394, + "end": 58415, "loc": { "start": { - "line": 1636, + "line": 1655, "column": 12 }, "end": { - "line": 1636, + "line": 1655, "column": 33 } } @@ -215987,43 +217819,43 @@ }, { "type": "IfStatement", - "start": 57711, - "end": 58369, + "start": 58428, + "end": 59086, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 12 }, "end": { - "line": 1647, + "line": 1666, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 57715, - "end": 57753, + "start": 58432, + "end": 58470, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 16 }, "end": { - "line": 1637, + "line": 1656, "column": 54 } }, "left": { "type": "Identifier", - "start": 57715, - "end": 57732, + "start": 58432, + "end": 58449, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 16 }, "end": { - "line": 1637, + "line": 1656, "column": 33 }, "identifierName": "cameraAspectRatio" @@ -216034,15 +217866,15 @@ "operator": ">=", "right": { "type": "Identifier", - "start": 57736, - "end": 57753, + "start": 58453, + "end": 58470, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 37 }, "end": { - "line": 1637, + "line": 1656, "column": 54 }, "identifierName": "playerAspectRatio" @@ -216053,59 +217885,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 57755, - "end": 58059, + "start": 58472, + "end": 58776, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 56 }, "end": { - "line": 1642, + "line": 1661, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 57822, - "end": 57900, + "start": 58539, + "end": 58617, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 16 }, "end": { - "line": 1639, + "line": 1658, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 57822, - "end": 57899, + "start": 58539, + "end": 58616, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 16 }, "end": { - "line": 1639, + "line": 1658, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57822, - "end": 57840, + "start": 58539, + "end": 58557, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 16 }, "end": { - "line": 1639, + "line": 1658, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -216115,43 +217947,43 @@ }, "right": { "type": "BinaryExpression", - "start": 57843, - "end": 57899, + "start": 58560, + "end": 58616, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 37 }, "end": { - "line": 1639, + "line": 1658, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 57843, - "end": 57858, + "start": 58560, + "end": 58575, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 37 }, "end": { - "line": 1639, + "line": 1658, "column": 52 } }, "object": { "type": "Identifier", - "start": 57843, - "end": 57851, + "start": 58560, + "end": 58568, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 37 }, "end": { - "line": 1639, + "line": 1658, "column": 45 }, "identifierName": "settings" @@ -216160,15 +217992,15 @@ }, "property": { "type": "Identifier", - "start": 57852, - "end": 57858, + "start": 58569, + "end": 58575, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 46 }, "end": { - "line": 1639, + "line": 1658, "column": 52 }, "identifierName": "height" @@ -216180,86 +218012,86 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 57862, - "end": 57898, + "start": 58579, + "end": 58615, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 92 } }, "left": { "type": "CallExpression", - "start": 57862, - "end": 57881, + "start": 58579, + "end": 58598, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 75 } }, "callee": { "type": "MemberExpression", - "start": 57862, - "end": 57879, + "start": 58579, + "end": 58596, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 73 } }, "object": { "type": "MemberExpression", - "start": 57862, - "end": 57873, + "start": 58579, + "end": 58590, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 67 } }, "object": { "type": "ThisExpression", - "start": 57862, - "end": 57866, + "start": 58579, + "end": 58583, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 60 } } }, "property": { "type": "Identifier", - "start": 57867, - "end": 57873, + "start": 58584, + "end": 58590, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 61 }, "end": { - "line": 1639, + "line": 1658, "column": 67 }, "identifierName": "player" @@ -216270,15 +218102,15 @@ }, "property": { "type": "Identifier", - "start": 57874, - "end": 57879, + "start": 58591, + "end": 58596, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 68 }, "end": { - "line": 1639, + "line": 1658, "column": 73 }, "identifierName": "width" @@ -216292,29 +218124,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 57884, - "end": 57898, + "start": 58601, + "end": 58615, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 78 }, "end": { - "line": 1639, + "line": 1658, "column": 92 } }, "object": { "type": "Identifier", - "start": 57884, - "end": 57892, + "start": 58601, + "end": 58609, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 78 }, "end": { - "line": 1639, + "line": 1658, "column": 86 }, "identifierName": "settings" @@ -216323,15 +218155,15 @@ }, "property": { "type": "Identifier", - "start": 57893, - "end": 57898, + "start": 58610, + "end": 58615, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 87 }, "end": { - "line": 1639, + "line": 1658, "column": 92 }, "identifierName": "width" @@ -216342,7 +218174,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 57861 + "parenStart": 58578 } } }, @@ -216352,15 +218184,15 @@ { "type": "CommentLine", "value": " camera feed wider than player", - "start": 57773, - "end": 57805, + "start": 58490, + "end": 58522, "loc": { "start": { - "line": 1638, + "line": 1657, "column": 16 }, "end": { - "line": 1638, + "line": 1657, "column": 48 } } @@ -216369,44 +218201,44 @@ }, { "type": "ExpressionStatement", - "start": 57917, - "end": 57957, + "start": 58634, + "end": 58674, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 16 }, "end": { - "line": 1640, + "line": 1659, "column": 56 } }, "expression": { "type": "AssignmentExpression", - "start": 57917, - "end": 57956, + "start": 58634, + "end": 58673, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 16 }, "end": { - "line": 1640, + "line": 1659, "column": 55 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57917, - "end": 57934, + "start": 58634, + "end": 58651, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 16 }, "end": { - "line": 1640, + "line": 1659, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -216415,72 +218247,72 @@ }, "right": { "type": "CallExpression", - "start": 57937, - "end": 57956, + "start": 58654, + "end": 58673, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 57937, - "end": 57954, + "start": 58654, + "end": 58671, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 53 } }, "object": { "type": "MemberExpression", - "start": 57937, - "end": 57948, + "start": 58654, + "end": 58665, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 47 } }, "object": { "type": "ThisExpression", - "start": 57937, - "end": 57941, + "start": 58654, + "end": 58658, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 40 } } }, "property": { "type": "Identifier", - "start": 57942, - "end": 57948, + "start": 58659, + "end": 58665, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 41 }, "end": { - "line": 1640, + "line": 1659, "column": 47 }, "identifierName": "player" @@ -216491,15 +218323,15 @@ }, "property": { "type": "Identifier", - "start": 57949, - "end": 57954, + "start": 58666, + "end": 58671, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 48 }, "end": { - "line": 1640, + "line": 1659, "column": 53 }, "identifierName": "width" @@ -216514,44 +218346,44 @@ }, { "type": "ExpressionStatement", - "start": 57974, - "end": 58045, + "start": 58691, + "end": 58762, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 16 }, "end": { - "line": 1641, + "line": 1660, "column": 87 } }, "expression": { "type": "AssignmentExpression", - "start": 57974, - "end": 58044, + "start": 58691, + "end": 58761, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 16 }, "end": { - "line": 1641, + "line": 1660, "column": 86 } }, "operator": "=", "left": { "type": "Identifier", - "start": 57974, - "end": 57988, + "start": 58691, + "end": 58705, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 16 }, "end": { - "line": 1641, + "line": 1660, "column": 30 }, "identifierName": "imageYPosition" @@ -216560,100 +218392,100 @@ }, "right": { "type": "BinaryExpression", - "start": 57991, - "end": 58044, + "start": 58708, + "end": 58761, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 33 }, "end": { - "line": 1641, + "line": 1660, "column": 86 } }, "left": { "type": "BinaryExpression", - "start": 57992, - "end": 58016, + "start": 58709, + "end": 58733, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 58 } }, "left": { "type": "CallExpression", - "start": 57992, - "end": 58012, + "start": 58709, + "end": 58729, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 57992, - "end": 58010, + "start": 58709, + "end": 58727, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 57992, - "end": 58003, + "start": 58709, + "end": 58720, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 57992, - "end": 57996, + "start": 58709, + "end": 58713, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 38 } } }, "property": { "type": "Identifier", - "start": 57997, - "end": 58003, + "start": 58714, + "end": 58720, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 39 }, "end": { - "line": 1641, + "line": 1660, "column": 45 }, "identifierName": "player" @@ -216664,15 +218496,15 @@ }, "property": { "type": "Identifier", - "start": 58004, - "end": 58010, + "start": 58721, + "end": 58727, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 46 }, "end": { - "line": 1641, + "line": 1660, "column": 52 }, "identifierName": "height" @@ -216686,15 +218518,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58015, - "end": 58016, + "start": 58732, + "end": 58733, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 57 }, "end": { - "line": 1641, + "line": 1660, "column": 58 } }, @@ -216706,35 +218538,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 57991 + "parenStart": 58708 } }, "operator": "-", "right": { "type": "BinaryExpression", - "start": 58021, - "end": 58043, + "start": 58738, + "end": 58760, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 63 }, "end": { - "line": 1641, + "line": 1660, "column": 85 } }, "left": { "type": "Identifier", - "start": 58021, - "end": 58039, + "start": 58738, + "end": 58756, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 63 }, "end": { - "line": 1641, + "line": 1660, "column": 81 }, "identifierName": "imagePreviewHeight" @@ -216744,15 +218576,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58042, - "end": 58043, + "start": 58759, + "end": 58760, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 84 }, "end": { - "line": 1641, + "line": 1660, "column": 85 } }, @@ -216764,7 +218596,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58020 + "parenStart": 58737 } } } @@ -216775,59 +218607,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 58065, - "end": 58369, + "start": 58782, + "end": 59086, "loc": { "start": { - "line": 1642, + "line": 1661, "column": 19 }, "end": { - "line": 1647, + "line": 1666, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 58132, - "end": 58174, + "start": 58849, + "end": 58891, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 16 }, "end": { - "line": 1644, + "line": 1663, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 58132, - "end": 58173, + "start": 58849, + "end": 58890, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 16 }, "end": { - "line": 1644, + "line": 1663, "column": 57 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58132, - "end": 58150, + "start": 58849, + "end": 58867, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 16 }, "end": { - "line": 1644, + "line": 1663, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -216837,72 +218669,72 @@ }, "right": { "type": "CallExpression", - "start": 58153, - "end": 58173, + "start": 58870, + "end": 58890, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 57 } }, "callee": { "type": "MemberExpression", - "start": 58153, - "end": 58171, + "start": 58870, + "end": 58888, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 55 } }, "object": { "type": "MemberExpression", - "start": 58153, - "end": 58164, + "start": 58870, + "end": 58881, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 48 } }, "object": { "type": "ThisExpression", - "start": 58153, - "end": 58157, + "start": 58870, + "end": 58874, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 41 } } }, "property": { "type": "Identifier", - "start": 58158, - "end": 58164, + "start": 58875, + "end": 58881, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 42 }, "end": { - "line": 1644, + "line": 1663, "column": 48 }, "identifierName": "player" @@ -216913,15 +218745,15 @@ }, "property": { "type": "Identifier", - "start": 58165, - "end": 58171, + "start": 58882, + "end": 58888, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 49 }, "end": { - "line": 1644, + "line": 1663, "column": 55 }, "identifierName": "height" @@ -216938,15 +218770,15 @@ { "type": "CommentLine", "value": " player wider than camera feed", - "start": 58083, - "end": 58115, + "start": 58800, + "end": 58832, "loc": { "start": { - "line": 1643, + "line": 1662, "column": 16 }, "end": { - "line": 1643, + "line": 1662, "column": 48 } } @@ -216955,44 +218787,44 @@ }, { "type": "ExpressionStatement", - "start": 58191, - "end": 58269, + "start": 58908, + "end": 58986, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 16 }, "end": { - "line": 1645, + "line": 1664, "column": 94 } }, "expression": { "type": "AssignmentExpression", - "start": 58191, - "end": 58268, + "start": 58908, + "end": 58985, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 16 }, "end": { - "line": 1645, + "line": 1664, "column": 93 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58191, - "end": 58208, + "start": 58908, + "end": 58925, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 16 }, "end": { - "line": 1645, + "line": 1664, "column": 33 }, "identifierName": "imagePreviewWidth" @@ -217001,43 +218833,43 @@ }, "right": { "type": "BinaryExpression", - "start": 58211, - "end": 58268, + "start": 58928, + "end": 58985, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 36 }, "end": { - "line": 1645, + "line": 1664, "column": 93 } }, "left": { "type": "MemberExpression", - "start": 58211, - "end": 58225, + "start": 58928, + "end": 58942, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 36 }, "end": { - "line": 1645, + "line": 1664, "column": 50 } }, "object": { "type": "Identifier", - "start": 58211, - "end": 58219, + "start": 58928, + "end": 58936, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 36 }, "end": { - "line": 1645, + "line": 1664, "column": 44 }, "identifierName": "settings" @@ -217046,15 +218878,15 @@ }, "property": { "type": "Identifier", - "start": 58220, - "end": 58225, + "start": 58937, + "end": 58942, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 45 }, "end": { - "line": 1645, + "line": 1664, "column": 50 }, "identifierName": "width" @@ -217066,86 +218898,86 @@ "operator": "*", "right": { "type": "BinaryExpression", - "start": 58229, - "end": 58267, + "start": 58946, + "end": 58984, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 92 } }, "left": { "type": "CallExpression", - "start": 58229, - "end": 58249, + "start": 58946, + "end": 58966, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 74 } }, "callee": { "type": "MemberExpression", - "start": 58229, - "end": 58247, + "start": 58946, + "end": 58964, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 72 } }, "object": { "type": "MemberExpression", - "start": 58229, - "end": 58240, + "start": 58946, + "end": 58957, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 65 } }, "object": { "type": "ThisExpression", - "start": 58229, - "end": 58233, + "start": 58946, + "end": 58950, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 58 } } }, "property": { "type": "Identifier", - "start": 58234, - "end": 58240, + "start": 58951, + "end": 58957, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 59 }, "end": { - "line": 1645, + "line": 1664, "column": 65 }, "identifierName": "player" @@ -217156,15 +218988,15 @@ }, "property": { "type": "Identifier", - "start": 58241, - "end": 58247, + "start": 58958, + "end": 58964, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 66 }, "end": { - "line": 1645, + "line": 1664, "column": 72 }, "identifierName": "height" @@ -217178,29 +219010,29 @@ "operator": "/", "right": { "type": "MemberExpression", - "start": 58252, - "end": 58267, + "start": 58969, + "end": 58984, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 77 }, "end": { - "line": 1645, + "line": 1664, "column": 92 } }, "object": { "type": "Identifier", - "start": 58252, - "end": 58260, + "start": 58969, + "end": 58977, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 77 }, "end": { - "line": 1645, + "line": 1664, "column": 85 }, "identifierName": "settings" @@ -217209,15 +219041,15 @@ }, "property": { "type": "Identifier", - "start": 58261, - "end": 58267, + "start": 58978, + "end": 58984, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 86 }, "end": { - "line": 1645, + "line": 1664, "column": 92 }, "identifierName": "height" @@ -217228,7 +219060,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58228 + "parenStart": 58945 } } } @@ -217236,44 +219068,44 @@ }, { "type": "ExpressionStatement", - "start": 58286, - "end": 58355, + "start": 59003, + "end": 59072, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 16 }, "end": { - "line": 1646, + "line": 1665, "column": 85 } }, "expression": { "type": "AssignmentExpression", - "start": 58286, - "end": 58354, + "start": 59003, + "end": 59071, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 16 }, "end": { - "line": 1646, + "line": 1665, "column": 84 } }, "operator": "=", "left": { "type": "Identifier", - "start": 58286, - "end": 58300, + "start": 59003, + "end": 59017, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 16 }, "end": { - "line": 1646, + "line": 1665, "column": 30 }, "identifierName": "imageXPosition" @@ -217282,100 +219114,100 @@ }, "right": { "type": "BinaryExpression", - "start": 58303, - "end": 58354, + "start": 59020, + "end": 59071, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 33 }, "end": { - "line": 1646, + "line": 1665, "column": 84 } }, "left": { "type": "BinaryExpression", - "start": 58304, - "end": 58327, + "start": 59021, + "end": 59044, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 57 } }, "left": { "type": "CallExpression", - "start": 58304, - "end": 58323, + "start": 59021, + "end": 59040, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 58304, - "end": 58321, + "start": 59021, + "end": 59038, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 58304, - "end": 58315, + "start": 59021, + "end": 59032, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 58304, - "end": 58308, + "start": 59021, + "end": 59025, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 38 } } }, "property": { "type": "Identifier", - "start": 58309, - "end": 58315, + "start": 59026, + "end": 59032, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 39 }, "end": { - "line": 1646, + "line": 1665, "column": 45 }, "identifierName": "player" @@ -217386,15 +219218,15 @@ }, "property": { "type": "Identifier", - "start": 58316, - "end": 58321, + "start": 59033, + "end": 59038, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 46 }, "end": { - "line": 1646, + "line": 1665, "column": 51 }, "identifierName": "width" @@ -217408,15 +219240,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58326, - "end": 58327, + "start": 59043, + "end": 59044, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 56 }, "end": { - "line": 1646, + "line": 1665, "column": 57 } }, @@ -217428,35 +219260,35 @@ }, "extra": { "parenthesized": true, - "parenStart": 58303 + "parenStart": 59020 } }, "operator": "-", "right": { "type": "BinaryExpression", - "start": 58332, - "end": 58353, + "start": 59049, + "end": 59070, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 62 }, "end": { - "line": 1646, + "line": 1665, "column": 83 } }, "left": { "type": "Identifier", - "start": 58332, - "end": 58349, + "start": 59049, + "end": 59066, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 62 }, "end": { - "line": 1646, + "line": 1665, "column": 79 }, "identifierName": "imagePreviewWidth" @@ -217466,15 +219298,15 @@ "operator": "/", "right": { "type": "NumericLiteral", - "start": 58352, - "end": 58353, + "start": 59069, + "end": 59070, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 82 }, "end": { - "line": 1646, + "line": 1665, "column": 83 } }, @@ -217486,7 +219318,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 58331 + "parenStart": 59048 } } } @@ -217500,15 +219332,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57640, - "end": 57664, + "start": 58357, + "end": 58381, "loc": { "start": { - "line": 1635, + "line": 1654, "column": 12 }, "end": { - "line": 1635, + "line": 1654, "column": 36 } } @@ -217516,15 +219348,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57677, - "end": 57698, + "start": 58394, + "end": 58415, "loc": { "start": { - "line": 1636, + "line": 1655, "column": 12 }, "end": { - "line": 1636, + "line": 1655, "column": 33 } } @@ -217534,15 +219366,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58382, - "end": 58401, + "start": 59099, + "end": 59118, "loc": { "start": { - "line": 1648, + "line": 1667, "column": 12 }, "end": { - "line": 1648, + "line": 1667, "column": 31 } } @@ -217550,15 +219382,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58415, - "end": 58452, + "start": 59132, + "end": 59169, "loc": { "start": { - "line": 1650, + "line": 1669, "column": 12 }, "end": { - "line": 1650, + "line": 1669, "column": 49 } } @@ -217566,15 +219398,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58465, - "end": 58494, + "start": 59182, + "end": 59211, "loc": { "start": { - "line": 1651, + "line": 1670, "column": 12 }, "end": { - "line": 1651, + "line": 1670, "column": 41 } } @@ -217582,15 +219414,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58507, - "end": 58591, + "start": 59224, + "end": 59308, "loc": { "start": { - "line": 1652, + "line": 1671, "column": 12 }, "end": { - "line": 1652, + "line": 1671, "column": 96 } } @@ -217598,15 +219430,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58604, - "end": 58682, + "start": 59321, + "end": 59399, "loc": { "start": { - "line": 1653, + "line": 1672, "column": 12 }, "end": { - "line": 1653, + "line": 1672, "column": 90 } } @@ -217614,15 +219446,15 @@ { "type": "CommentLine", "value": "", - "start": 58695, - "end": 58697, + "start": 59412, + "end": 59414, "loc": { "start": { - "line": 1654, + "line": 1673, "column": 12 }, "end": { - "line": 1654, + "line": 1673, "column": 14 } } @@ -217630,15 +219462,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58710, - "end": 58789, + "start": 59427, + "end": 59506, "loc": { "start": { - "line": 1655, + "line": 1674, "column": 12 }, "end": { - "line": 1655, + "line": 1674, "column": 91 } } @@ -217646,15 +219478,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58802, - "end": 58831, + "start": 59519, + "end": 59548, "loc": { "start": { - "line": 1656, + "line": 1675, "column": 12 }, "end": { - "line": 1656, + "line": 1675, "column": 41 } } @@ -217663,85 +219495,85 @@ }, { "type": "IfStatement", - "start": 58844, - "end": 59643, + "start": 59561, + "end": 60360, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 12 }, "end": { - "line": 1673, + "line": 1692, "column": 13 } }, "test": { "type": "LogicalExpression", - "start": 58848, - "end": 58965, + "start": 59565, + "end": 59682, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 16 }, "end": { - "line": 1658, + "line": 1677, "column": 56 } }, "left": { "type": "LogicalExpression", - "start": 58849, - "end": 58904, + "start": 59566, + "end": 59621, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 72 } }, "left": { "type": "BinaryExpression", - "start": 58849, - "end": 58878, + "start": 59566, + "end": 59595, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 46 } }, "left": { "type": "MemberExpression", - "start": 58849, - "end": 58865, + "start": 59566, + "end": 59582, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 33 } }, "object": { "type": "Identifier", - "start": 58849, - "end": 58857, + "start": 59566, + "end": 59574, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 25 }, "identifierName": "detected" @@ -217751,15 +219583,15 @@ }, "property": { "type": "Identifier", - "start": 58858, - "end": 58865, + "start": 59575, + "end": 59582, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 26 }, "end": { - "line": 1657, + "line": 1676, "column": 33 }, "identifierName": "browser" @@ -217772,15 +219604,15 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 58870, - "end": 58878, + "start": 59587, + "end": 59595, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 38 }, "end": { - "line": 1657, + "line": 1676, "column": 46 } }, @@ -217795,43 +219627,43 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 58882, - "end": 58904, + "start": 59599, + "end": 59621, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 50 }, "end": { - "line": 1657, + "line": 1676, "column": 72 } }, "left": { "type": "MemberExpression", - "start": 58882, - "end": 58898, + "start": 59599, + "end": 59615, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 50 }, "end": { - "line": 1657, + "line": 1676, "column": 66 } }, "object": { "type": "Identifier", - "start": 58882, - "end": 58890, + "start": 59599, + "end": 59607, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 50 }, "end": { - "line": 1657, + "line": 1676, "column": 58 }, "identifierName": "detected" @@ -217840,15 +219672,15 @@ }, "property": { "type": "Identifier", - "start": 58891, - "end": 58898, + "start": 59608, + "end": 59615, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 59 }, "end": { - "line": 1657, + "line": 1676, "column": 66 }, "identifierName": "version" @@ -217860,15 +219692,15 @@ "operator": ">=", "right": { "type": "NumericLiteral", - "start": 58902, - "end": 58904, + "start": 59619, + "end": 59621, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 70 }, "end": { - "line": 1657, + "line": 1676, "column": 72 } }, @@ -217882,35 +219714,35 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 58848 + "parenStart": 59565 } }, "operator": "&&", "right": { "type": "BinaryExpression", - "start": 58925, - "end": 58964, + "start": 59642, + "end": 59681, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 16 }, "end": { - "line": 1658, + "line": 1677, "column": 55 } }, "left": { "type": "UnaryExpression", - "start": 58925, - "end": 58944, + "start": 59642, + "end": 59661, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 16 }, "end": { - "line": 1658, + "line": 1677, "column": 35 } }, @@ -217918,15 +219750,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 58932, - "end": 58944, + "start": 59649, + "end": 59661, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 23 }, "end": { - "line": 1658, + "line": 1677, "column": 35 }, "identifierName": "ImageCapture" @@ -217940,15 +219772,15 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 58949, - "end": 58964, + "start": 59666, + "end": 59681, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 40 }, "end": { - "line": 1658, + "line": 1677, "column": 55 } }, @@ -217956,15 +219788,15 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 58956, - "end": 58964, + "start": 59673, + "end": 59681, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 47 }, "end": { - "line": 1658, + "line": 1677, "column": 55 }, "identifierName": "Function" @@ -217977,95 +219809,95 @@ }, "extra": { "parenthesized": true, - "parenStart": 58924 + "parenStart": 59641 } }, "leadingComments": null }, "consequent": { "type": "BlockStatement", - "start": 58967, - "end": 59643, + "start": 59684, + "end": 60360, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 58 }, "end": { - "line": 1673, + "line": 1692, "column": 13 } }, "body": [ { "type": "TryStatement", - "start": 58985, - "end": 59629, + "start": 59702, + "end": 60346, "loc": { "start": { - "line": 1659, + "line": 1678, "column": 16 }, "end": { - "line": 1672, + "line": 1691, "column": 32 } }, "block": { "type": "BlockStatement", - "start": 58989, - "end": 59614, + "start": 59706, + "end": 60331, "loc": { "start": { - "line": 1659, + "line": 1678, "column": 20 }, "end": { - "line": 1672, + "line": 1691, "column": 17 } }, "body": [ { "type": "VariableDeclaration", - "start": 59011, - "end": 59054, + "start": 59728, + "end": 59771, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 20 }, "end": { - "line": 1660, + "line": 1679, "column": 63 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 59015, - "end": 59053, + "start": 59732, + "end": 59770, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 24 }, "end": { - "line": 1660, + "line": 1679, "column": 62 } }, "id": { "type": "Identifier", - "start": 59015, - "end": 59027, + "start": 59732, + "end": 59744, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 24 }, "end": { - "line": 1660, + "line": 1679, "column": 36 }, "identifierName": "imageCapture" @@ -218074,29 +219906,29 @@ }, "init": { "type": "NewExpression", - "start": 59030, - "end": 59053, + "start": 59747, + "end": 59770, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 39 }, "end": { - "line": 1660, + "line": 1679, "column": 62 } }, "callee": { "type": "Identifier", - "start": 59034, - "end": 59046, + "start": 59751, + "end": 59763, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 43 }, "end": { - "line": 1660, + "line": 1679, "column": 55 }, "identifierName": "ImageCapture" @@ -218106,15 +219938,15 @@ "arguments": [ { "type": "Identifier", - "start": 59047, - "end": 59052, + "start": 59764, + "end": 59769, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 56 }, "end": { - "line": 1660, + "line": 1679, "column": 61 }, "identifierName": "track" @@ -218130,15 +219962,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 59075, - "end": 59090, + "start": 59792, + "end": 59807, "loc": { "start": { - "line": 1661, + "line": 1680, "column": 20 }, "end": { - "line": 1661, + "line": 1680, "column": 35 } } @@ -218147,113 +219979,113 @@ }, { "type": "ExpressionStatement", - "start": 59111, - "end": 59596, + "start": 59828, + "end": 60313, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1671, + "line": 1690, "column": 23 } }, "expression": { "type": "CallExpression", - "start": 59111, - "end": 59595, + "start": 59828, + "end": 60312, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1671, + "line": 1690, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 59111, - "end": 59511, + "start": 59828, + "end": 60228, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1669, + "line": 1688, "column": 28 } }, "object": { "type": "CallExpression", - "start": 59111, - "end": 59505, + "start": 59828, + "end": 60222, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1669, + "line": 1688, "column": 22 } }, "callee": { "type": "MemberExpression", - "start": 59111, - "end": 59140, + "start": 59828, + "end": 59857, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 49 } }, "object": { "type": "CallExpression", - "start": 59111, - "end": 59135, + "start": 59828, + "end": 59852, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 59111, - "end": 59133, + "start": 59828, + "end": 59850, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 42 } }, "object": { "type": "Identifier", - "start": 59111, - "end": 59123, + "start": 59828, + "end": 59840, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 32 }, "identifierName": "imageCapture" @@ -218263,15 +220095,15 @@ }, "property": { "type": "Identifier", - "start": 59124, - "end": 59133, + "start": 59841, + "end": 59850, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 33 }, "end": { - "line": 1662, + "line": 1681, "column": 42 }, "identifierName": "grabFrame" @@ -218286,15 +220118,15 @@ }, "property": { "type": "Identifier", - "start": 59136, - "end": 59140, + "start": 59853, + "end": 59857, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 45 }, "end": { - "line": 1662, + "line": 1681, "column": 49 }, "identifierName": "then" @@ -218307,15 +220139,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 59141, - "end": 59504, + "start": 59858, + "end": 60221, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 50 }, "end": { - "line": 1669, + "line": 1688, "column": 21 } }, @@ -218326,15 +220158,15 @@ "params": [ { "type": "Identifier", - "start": 59142, - "end": 59153, + "start": 59859, + "end": 59870, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 51 }, "end": { - "line": 1662, + "line": 1681, "column": 62 }, "identifierName": "imageBitmap" @@ -218344,72 +220176,72 @@ ], "body": { "type": "BlockStatement", - "start": 59158, - "end": 59504, + "start": 59875, + "end": 60221, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 67 }, "end": { - "line": 1669, + "line": 1688, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 59251, - "end": 59393, + "start": 59968, + "end": 60110, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1665, + "line": 1684, "column": 80 } }, "expression": { "type": "CallExpression", - "start": 59251, - "end": 59392, + "start": 59968, + "end": 60109, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1665, + "line": 1684, "column": 79 } }, "callee": { "type": "MemberExpression", - "start": 59251, - "end": 59266, + "start": 59968, + "end": 59983, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1664, + "line": 1683, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 59251, - "end": 59255, + "start": 59968, + "end": 59972, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1664, + "line": 1683, "column": 28 } }, @@ -218417,15 +220249,15 @@ }, "property": { "type": "Identifier", - "start": 59256, - "end": 59266, + "start": 59973, + "end": 59983, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 29 }, "end": { - "line": 1664, + "line": 1683, "column": 39 }, "identifierName": "drawCanvas" @@ -218438,15 +220270,15 @@ "arguments": [ { "type": "Identifier", - "start": 59267, - "end": 59279, + "start": 59984, + "end": 59996, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 40 }, "end": { - "line": 1664, + "line": 1683, "column": 52 }, "identifierName": "recordCanvas" @@ -218455,15 +220287,15 @@ }, { "type": "Identifier", - "start": 59281, - "end": 59292, + "start": 59998, + "end": 60009, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 54 }, "end": { - "line": 1664, + "line": 1683, "column": 65 }, "identifierName": "imageBitmap" @@ -218472,15 +220304,15 @@ }, { "type": "Identifier", - "start": 59294, - "end": 59311, + "start": 60011, + "end": 60028, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 67 }, "end": { - "line": 1664, + "line": 1683, "column": 84 }, "identifierName": "imagePreviewWidth" @@ -218489,15 +220321,15 @@ }, { "type": "Identifier", - "start": 59341, - "end": 59359, + "start": 60058, + "end": 60076, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 28 }, "end": { - "line": 1665, + "line": 1684, "column": 46 }, "identifierName": "imagePreviewHeight" @@ -218506,15 +220338,15 @@ }, { "type": "Identifier", - "start": 59361, - "end": 59375, + "start": 60078, + "end": 60092, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 48 }, "end": { - "line": 1665, + "line": 1684, "column": 62 }, "identifierName": "imageXPosition" @@ -218523,15 +220355,15 @@ }, { "type": "Identifier", - "start": 59377, - "end": 59391, + "start": 60094, + "end": 60108, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 64 }, "end": { - "line": 1665, + "line": 1684, "column": 78 }, "identifierName": "imageYPosition" @@ -218545,15 +220377,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59184, - "end": 59226, + "start": 59901, + "end": 59943, "loc": { "start": { - "line": 1663, + "line": 1682, "column": 24 }, "end": { - "line": 1663, + "line": 1682, "column": 66 } } @@ -218563,15 +220395,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59419, - "end": 59435, + "start": 60136, + "end": 60152, "loc": { "start": { - "line": 1667, + "line": 1686, "column": 24 }, "end": { - "line": 1667, + "line": 1686, "column": 40 } } @@ -218580,43 +220412,43 @@ }, { "type": "ExpressionStatement", - "start": 59460, - "end": 59482, + "start": 60177, + "end": 60199, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 24 }, "end": { - "line": 1668, + "line": 1687, "column": 46 } }, "expression": { "type": "CallExpression", - "start": 59460, - "end": 59481, + "start": 60177, + "end": 60198, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 24 }, "end": { - "line": 1668, + "line": 1687, "column": 45 } }, "callee": { "type": "Identifier", - "start": 59460, - "end": 59467, + "start": 60177, + "end": 60184, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 24 }, "end": { - "line": 1668, + "line": 1687, "column": 31 }, "identifierName": "resolve" @@ -218627,15 +220459,15 @@ "arguments": [ { "type": "Identifier", - "start": 59468, - "end": 59480, + "start": 60185, + "end": 60197, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 32 }, "end": { - "line": 1668, + "line": 1687, "column": 44 }, "identifierName": "recordCanvas" @@ -218649,15 +220481,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59419, - "end": 59435, + "start": 60136, + "end": 60152, "loc": { "start": { - "line": 1667, + "line": 1686, "column": 24 }, "end": { - "line": 1667, + "line": 1686, "column": 40 } } @@ -218673,15 +220505,15 @@ }, "property": { "type": "Identifier", - "start": 59506, - "end": 59511, + "start": 60223, + "end": 60228, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 23 }, "end": { - "line": 1669, + "line": 1688, "column": 28 }, "identifierName": "catch" @@ -218694,15 +220526,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 59512, - "end": 59594, + "start": 60229, + "end": 60311, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 29 }, "end": { - "line": 1671, + "line": 1690, "column": 21 } }, @@ -218713,15 +220545,15 @@ "params": [ { "type": "Identifier", - "start": 59513, - "end": 59518, + "start": 60230, + "end": 60235, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 30 }, "end": { - "line": 1669, + "line": 1688, "column": 35 }, "identifierName": "error" @@ -218731,15 +220563,15 @@ ], "body": { "type": "BlockStatement", - "start": 59523, - "end": 59594, + "start": 60240, + "end": 60311, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 40 }, "end": { - "line": 1671, + "line": 1690, "column": 21 } }, @@ -218750,15 +220582,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59549, - "end": 59572, + "start": 60266, + "end": 60289, "loc": { "start": { - "line": 1670, + "line": 1689, "column": 24 }, "end": { - "line": 1670, + "line": 1689, "column": 47 } } @@ -218769,15 +220601,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59549, - "end": 59572, + "start": 60266, + "end": 60289, "loc": { "start": { - "line": 1670, + "line": 1689, "column": 24 }, "end": { - "line": 1670, + "line": 1689, "column": 47 } } @@ -218791,15 +220623,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 59075, - "end": 59090, + "start": 59792, + "end": 59807, "loc": { "start": { - "line": 1661, + "line": 1680, "column": 20 }, "end": { - "line": 1661, + "line": 1680, "column": 35 } } @@ -218811,29 +220643,29 @@ }, "handler": { "type": "CatchClause", - "start": 59615, - "end": 59629, + "start": 60332, + "end": 60346, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 18 }, "end": { - "line": 1672, + "line": 1691, "column": 32 } }, "param": { "type": "Identifier", - "start": 59622, - "end": 59625, + "start": 60339, + "end": 60342, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 25 }, "end": { - "line": 1672, + "line": 1691, "column": 28 }, "identifierName": "err" @@ -218842,15 +220674,15 @@ }, "body": { "type": "BlockStatement", - "start": 59627, - "end": 59629, + "start": 60344, + "end": 60346, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 30 }, "end": { - "line": 1672, + "line": 1691, "column": 32 } }, @@ -218870,15 +220702,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58382, - "end": 58401, + "start": 59099, + "end": 59118, "loc": { "start": { - "line": 1648, + "line": 1667, "column": 12 }, "end": { - "line": 1648, + "line": 1667, "column": 31 } } @@ -218886,15 +220718,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58415, - "end": 58452, + "start": 59132, + "end": 59169, "loc": { "start": { - "line": 1650, + "line": 1669, "column": 12 }, "end": { - "line": 1650, + "line": 1669, "column": 49 } } @@ -218902,15 +220734,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58465, - "end": 58494, + "start": 59182, + "end": 59211, "loc": { "start": { - "line": 1651, + "line": 1670, "column": 12 }, "end": { - "line": 1651, + "line": 1670, "column": 41 } } @@ -218918,15 +220750,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58507, - "end": 58591, + "start": 59224, + "end": 59308, "loc": { "start": { - "line": 1652, + "line": 1671, "column": 12 }, "end": { - "line": 1652, + "line": 1671, "column": 96 } } @@ -218934,15 +220766,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58604, - "end": 58682, + "start": 59321, + "end": 59399, "loc": { "start": { - "line": 1653, + "line": 1672, "column": 12 }, "end": { - "line": 1653, + "line": 1672, "column": 90 } } @@ -218950,15 +220782,15 @@ { "type": "CommentLine", "value": "", - "start": 58695, - "end": 58697, + "start": 59412, + "end": 59414, "loc": { "start": { - "line": 1654, + "line": 1673, "column": 12 }, "end": { - "line": 1654, + "line": 1673, "column": 14 } } @@ -218966,15 +220798,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58710, - "end": 58789, + "start": 59427, + "end": 59506, "loc": { "start": { - "line": 1655, + "line": 1674, "column": 12 }, "end": { - "line": 1655, + "line": 1674, "column": 91 } } @@ -218982,15 +220814,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58802, - "end": 58831, + "start": 59519, + "end": 59548, "loc": { "start": { - "line": 1656, + "line": 1675, "column": 12 }, "end": { - "line": 1656, + "line": 1675, "column": 41 } } @@ -219000,15 +220832,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59656, - "end": 59708, + "start": 60373, + "end": 60425, "loc": { "start": { - "line": 1674, + "line": 1693, "column": 12 }, "end": { - "line": 1674, + "line": 1693, "column": 64 } } @@ -219016,15 +220848,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59722, - "end": 59764, + "start": 60439, + "end": 60481, "loc": { "start": { - "line": 1676, + "line": 1695, "column": 12 }, "end": { - "line": 1676, + "line": 1695, "column": 54 } } @@ -219033,57 +220865,57 @@ }, { "type": "ExpressionStatement", - "start": 59777, - "end": 59913, + "start": 60494, + "end": 60630, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1678, + "line": 1697, "column": 68 } }, "expression": { "type": "CallExpression", - "start": 59777, - "end": 59912, + "start": 60494, + "end": 60629, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1678, + "line": 1697, "column": 67 } }, "callee": { "type": "MemberExpression", - "start": 59777, - "end": 59792, + "start": 60494, + "end": 60509, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1677, + "line": 1696, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 59777, - "end": 59781, + "start": 60494, + "end": 60498, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1677, + "line": 1696, "column": 16 } }, @@ -219091,15 +220923,15 @@ }, "property": { "type": "Identifier", - "start": 59782, - "end": 59792, + "start": 60499, + "end": 60509, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 17 }, "end": { - "line": 1677, + "line": 1696, "column": 27 }, "identifierName": "drawCanvas" @@ -219112,15 +220944,15 @@ "arguments": [ { "type": "Identifier", - "start": 59793, - "end": 59805, + "start": 60510, + "end": 60522, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 28 }, "end": { - "line": 1677, + "line": 1696, "column": 40 }, "identifierName": "recordCanvas" @@ -219129,44 +220961,44 @@ }, { "type": "MemberExpression", - "start": 59807, - "end": 59824, + "start": 60524, + "end": 60541, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 42 }, "end": { - "line": 1677, + "line": 1696, "column": 59 } }, "object": { "type": "ThisExpression", - "start": 59807, - "end": 59811, + "start": 60524, + "end": 60528, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 42 }, "end": { - "line": 1677, + "line": 1696, "column": 46 } } }, "property": { "type": "Identifier", - "start": 59812, - "end": 59824, + "start": 60529, + "end": 60541, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 47 }, "end": { - "line": 1677, + "line": 1696, "column": 59 }, "identifierName": "mediaElement" @@ -219177,15 +221009,15 @@ }, { "type": "Identifier", - "start": 59826, - "end": 59843, + "start": 60543, + "end": 60560, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 61 }, "end": { - "line": 1677, + "line": 1696, "column": 78 }, "identifierName": "imagePreviewWidth" @@ -219194,15 +221026,15 @@ }, { "type": "Identifier", - "start": 59861, - "end": 59879, + "start": 60578, + "end": 60596, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 16 }, "end": { - "line": 1678, + "line": 1697, "column": 34 }, "identifierName": "imagePreviewHeight" @@ -219211,15 +221043,15 @@ }, { "type": "Identifier", - "start": 59881, - "end": 59895, + "start": 60598, + "end": 60612, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 36 }, "end": { - "line": 1678, + "line": 1697, "column": 50 }, "identifierName": "imageXPosition" @@ -219228,15 +221060,15 @@ }, { "type": "Identifier", - "start": 59897, - "end": 59911, + "start": 60614, + "end": 60628, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 52 }, "end": { - "line": 1678, + "line": 1697, "column": 66 }, "identifierName": "imageYPosition" @@ -219250,15 +221082,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59656, - "end": 59708, + "start": 60373, + "end": 60425, "loc": { "start": { - "line": 1674, + "line": 1693, "column": 12 }, "end": { - "line": 1674, + "line": 1693, "column": 64 } } @@ -219266,15 +221098,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59722, - "end": 59764, + "start": 60439, + "end": 60481, "loc": { "start": { - "line": 1676, + "line": 1695, "column": 12 }, "end": { - "line": 1676, + "line": 1695, "column": 54 } } @@ -219284,15 +221116,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59927, - "end": 59943, + "start": 60644, + "end": 60660, "loc": { "start": { - "line": 1680, + "line": 1699, "column": 12 }, "end": { - "line": 1680, + "line": 1699, "column": 28 } } @@ -219301,43 +221133,43 @@ }, { "type": "ExpressionStatement", - "start": 59956, - "end": 59978, + "start": 60673, + "end": 60695, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 12 }, "end": { - "line": 1681, + "line": 1700, "column": 34 } }, "expression": { "type": "CallExpression", - "start": 59956, - "end": 59977, + "start": 60673, + "end": 60694, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 12 }, "end": { - "line": 1681, + "line": 1700, "column": 33 } }, "callee": { "type": "Identifier", - "start": 59956, - "end": 59963, + "start": 60673, + "end": 60680, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 12 }, "end": { - "line": 1681, + "line": 1700, "column": 19 }, "identifierName": "resolve" @@ -219348,15 +221180,15 @@ "arguments": [ { "type": "Identifier", - "start": 59964, - "end": 59976, + "start": 60681, + "end": 60693, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 20 }, "end": { - "line": 1681, + "line": 1700, "column": 32 }, "identifierName": "recordCanvas" @@ -219370,15 +221202,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59927, - "end": 59943, + "start": 60644, + "end": 60660, "loc": { "start": { - "line": 1680, + "line": 1699, "column": 12 }, "end": { - "line": 1680, + "line": 1699, "column": 28 } } @@ -219400,15 +221232,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56724, - "end": 56832, + "start": 57441, + "end": 57549, "loc": { "start": { - "line": 1611, + "line": 1630, "column": 4 }, "end": { - "line": 1615, + "line": 1634, "column": 7 } } @@ -219418,15 +221250,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n * @param {Number} width - Width of drawing on canvas.\n * @param {Number} height - Height of drawing on canvas.\n * @param {Number} x - X position on canvas where drawing starts.\n * @param {Number} y - Y position on canvas where drawing starts.\n ", - "start": 60002, - "end": 60465, + "start": 60719, + "end": 61182, "loc": { "start": { - "line": 1685, + "line": 1704, "column": 4 }, "end": { - "line": 1694, + "line": 1713, "column": 7 } } @@ -219435,15 +221267,15 @@ }, { "type": "ClassMethod", - "start": 60470, - "end": 60768, + "start": 61187, + "end": 61485, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 4 }, "end": { - "line": 1703, + "line": 1722, "column": 5 } }, @@ -219451,15 +221283,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60470, - "end": 60480, + "start": 61187, + "end": 61197, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 4 }, "end": { - "line": 1695, + "line": 1714, "column": 14 }, "identifierName": "drawCanvas" @@ -219475,15 +221307,15 @@ "params": [ { "type": "Identifier", - "start": 60481, - "end": 60487, + "start": 61198, + "end": 61204, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 15 }, "end": { - "line": 1695, + "line": 1714, "column": 21 }, "identifierName": "canvas" @@ -219492,15 +221324,15 @@ }, { "type": "Identifier", - "start": 60489, - "end": 60496, + "start": 61206, + "end": 61213, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 23 }, "end": { - "line": 1695, + "line": 1714, "column": 30 }, "identifierName": "element" @@ -219509,15 +221341,15 @@ }, { "type": "Identifier", - "start": 60498, - "end": 60503, + "start": 61215, + "end": 61220, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 32 }, "end": { - "line": 1695, + "line": 1714, "column": 37 }, "identifierName": "width" @@ -219526,15 +221358,15 @@ }, { "type": "Identifier", - "start": 60505, - "end": 60511, + "start": 61222, + "end": 61228, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 39 }, "end": { - "line": 1695, + "line": 1714, "column": 45 }, "identifierName": "height" @@ -219543,29 +221375,29 @@ }, { "type": "AssignmentPattern", - "start": 60513, - "end": 60518, + "start": 61230, + "end": 61235, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 47 }, "end": { - "line": 1695, + "line": 1714, "column": 52 } }, "left": { "type": "Identifier", - "start": 60513, - "end": 60514, + "start": 61230, + "end": 61231, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 47 }, "end": { - "line": 1695, + "line": 1714, "column": 48 }, "identifierName": "x" @@ -219574,15 +221406,15 @@ }, "right": { "type": "NumericLiteral", - "start": 60517, - "end": 60518, + "start": 61234, + "end": 61235, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 51 }, "end": { - "line": 1695, + "line": 1714, "column": 52 } }, @@ -219595,29 +221427,29 @@ }, { "type": "AssignmentPattern", - "start": 60520, - "end": 60525, + "start": 61237, + "end": 61242, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 54 }, "end": { - "line": 1695, + "line": 1714, "column": 59 } }, "left": { "type": "Identifier", - "start": 60520, - "end": 60521, + "start": 61237, + "end": 61238, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 54 }, "end": { - "line": 1695, + "line": 1714, "column": 55 }, "identifierName": "y" @@ -219626,15 +221458,15 @@ }, "right": { "type": "NumericLiteral", - "start": 60524, - "end": 60525, + "start": 61241, + "end": 61242, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 58 }, "end": { - "line": 1695, + "line": 1714, "column": 59 } }, @@ -219648,58 +221480,58 @@ ], "body": { "type": "BlockStatement", - "start": 60527, - "end": 60768, + "start": 61244, + "end": 61485, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 61 }, "end": { - "line": 1703, + "line": 1722, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 60537, - "end": 60607, + "start": 61254, + "end": 61324, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 8 }, "end": { - "line": 1698, + "line": 1717, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60541, - "end": 60560, + "start": 61258, + "end": 61277, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 12 }, "end": { - "line": 1696, + "line": 1715, "column": 31 } }, "left": { "type": "Identifier", - "start": 60541, - "end": 60546, + "start": 61258, + "end": 61263, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 12 }, "end": { - "line": 1696, + "line": 1715, "column": 17 }, "identifierName": "width" @@ -219709,15 +221541,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 60551, - "end": 60560, + "start": 61268, + "end": 61277, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 22 }, "end": { - "line": 1696, + "line": 1715, "column": 31 }, "identifierName": "undefined" @@ -219727,59 +221559,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 60562, - "end": 60607, + "start": 61279, + "end": 61324, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 33 }, "end": { - "line": 1698, + "line": 1717, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60576, - "end": 60597, + "start": 61293, + "end": 61314, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 12 }, "end": { - "line": 1697, + "line": 1716, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 60576, - "end": 60596, + "start": 61293, + "end": 61313, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 12 }, "end": { - "line": 1697, + "line": 1716, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60576, - "end": 60581, + "start": 61293, + "end": 61298, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 12 }, "end": { - "line": 1697, + "line": 1716, "column": 17 }, "identifierName": "width" @@ -219788,29 +221620,29 @@ }, "right": { "type": "MemberExpression", - "start": 60584, - "end": 60596, + "start": 61301, + "end": 61313, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 20 }, "end": { - "line": 1697, + "line": 1716, "column": 32 } }, "object": { "type": "Identifier", - "start": 60584, - "end": 60590, + "start": 61301, + "end": 61307, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 20 }, "end": { - "line": 1697, + "line": 1716, "column": 26 }, "identifierName": "canvas" @@ -219819,15 +221651,15 @@ }, "property": { "type": "Identifier", - "start": 60591, - "end": 60596, + "start": 61308, + "end": 61313, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 27 }, "end": { - "line": 1697, + "line": 1716, "column": 32 }, "identifierName": "width" @@ -219845,43 +221677,43 @@ }, { "type": "IfStatement", - "start": 60616, - "end": 60689, + "start": 61333, + "end": 61406, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 8 }, "end": { - "line": 1701, + "line": 1720, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 60620, - "end": 60640, + "start": 61337, + "end": 61357, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 12 }, "end": { - "line": 1699, + "line": 1718, "column": 32 } }, "left": { "type": "Identifier", - "start": 60620, - "end": 60626, + "start": 61337, + "end": 61343, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 12 }, "end": { - "line": 1699, + "line": 1718, "column": 18 }, "identifierName": "height" @@ -219891,15 +221723,15 @@ "operator": "===", "right": { "type": "Identifier", - "start": 60631, - "end": 60640, + "start": 61348, + "end": 61357, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 23 }, "end": { - "line": 1699, + "line": 1718, "column": 32 }, "identifierName": "undefined" @@ -219909,59 +221741,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 60642, - "end": 60689, + "start": 61359, + "end": 61406, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 34 }, "end": { - "line": 1701, + "line": 1720, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 60656, - "end": 60679, + "start": 61373, + "end": 61396, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 12 }, "end": { - "line": 1700, + "line": 1719, "column": 35 } }, "expression": { "type": "AssignmentExpression", - "start": 60656, - "end": 60678, + "start": 61373, + "end": 61395, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 12 }, "end": { - "line": 1700, + "line": 1719, "column": 34 } }, "operator": "=", "left": { "type": "Identifier", - "start": 60656, - "end": 60662, + "start": 61373, + "end": 61379, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 12 }, "end": { - "line": 1700, + "line": 1719, "column": 18 }, "identifierName": "height" @@ -219970,29 +221802,29 @@ }, "right": { "type": "MemberExpression", - "start": 60665, - "end": 60678, + "start": 61382, + "end": 61395, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 21 }, "end": { - "line": 1700, + "line": 1719, "column": 34 } }, "object": { "type": "Identifier", - "start": 60665, - "end": 60671, + "start": 61382, + "end": 61388, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 21 }, "end": { - "line": 1700, + "line": 1719, "column": 27 }, "identifierName": "canvas" @@ -220001,15 +221833,15 @@ }, "property": { "type": "Identifier", - "start": 60672, - "end": 60678, + "start": 61389, + "end": 61395, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 28 }, "end": { - "line": 1700, + "line": 1719, "column": 34 }, "identifierName": "height" @@ -220027,85 +221859,85 @@ }, { "type": "ExpressionStatement", - "start": 60698, - "end": 60762, + "start": 61415, + "end": 61479, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 72 } }, "expression": { "type": "CallExpression", - "start": 60698, - "end": 60761, + "start": 61415, + "end": 61478, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 71 } }, "callee": { "type": "MemberExpression", - "start": 60698, - "end": 60731, + "start": 61415, + "end": 61448, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 41 } }, "object": { "type": "CallExpression", - "start": 60698, - "end": 60721, + "start": 61415, + "end": 61438, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 31 } }, "callee": { "type": "MemberExpression", - "start": 60698, - "end": 60715, + "start": 61415, + "end": 61432, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 25 } }, "object": { "type": "Identifier", - "start": 60698, - "end": 60704, + "start": 61415, + "end": 61421, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 14 }, "identifierName": "canvas" @@ -220114,15 +221946,15 @@ }, "property": { "type": "Identifier", - "start": 60705, - "end": 60715, + "start": 61422, + "end": 61432, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 15 }, "end": { - "line": 1702, + "line": 1721, "column": 25 }, "identifierName": "getContext" @@ -220134,15 +221966,15 @@ "arguments": [ { "type": "StringLiteral", - "start": 60716, - "end": 60720, + "start": 61433, + "end": 61437, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 26 }, "end": { - "line": 1702, + "line": 1721, "column": 30 } }, @@ -220156,15 +221988,15 @@ }, "property": { "type": "Identifier", - "start": 60722, - "end": 60731, + "start": 61439, + "end": 61448, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 32 }, "end": { - "line": 1702, + "line": 1721, "column": 41 }, "identifierName": "drawImage" @@ -220176,15 +222008,15 @@ "arguments": [ { "type": "Identifier", - "start": 60732, - "end": 60739, + "start": 61449, + "end": 61456, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 42 }, "end": { - "line": 1702, + "line": 1721, "column": 49 }, "identifierName": "element" @@ -220193,15 +222025,15 @@ }, { "type": "Identifier", - "start": 60741, - "end": 60742, + "start": 61458, + "end": 61459, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 51 }, "end": { - "line": 1702, + "line": 1721, "column": 52 }, "identifierName": "x" @@ -220210,15 +222042,15 @@ }, { "type": "Identifier", - "start": 60744, - "end": 60745, + "start": 61461, + "end": 61462, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 54 }, "end": { - "line": 1702, + "line": 1721, "column": 55 }, "identifierName": "y" @@ -220227,15 +222059,15 @@ }, { "type": "Identifier", - "start": 60747, - "end": 60752, + "start": 61464, + "end": 61469, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 57 }, "end": { - "line": 1702, + "line": 1721, "column": 62 }, "identifierName": "width" @@ -220244,15 +222076,15 @@ }, { "type": "Identifier", - "start": 60754, - "end": 60760, + "start": 61471, + "end": 61477, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 64 }, "end": { - "line": 1702, + "line": 1721, "column": 70 }, "identifierName": "height" @@ -220270,15 +222102,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n * @param {Number} width - Width of drawing on canvas.\n * @param {Number} height - Height of drawing on canvas.\n * @param {Number} x - X position on canvas where drawing starts.\n * @param {Number} y - Y position on canvas where drawing starts.\n ", - "start": 60002, - "end": 60465, + "start": 60719, + "end": 61182, "loc": { "start": { - "line": 1685, + "line": 1704, "column": 4 }, "end": { - "line": 1694, + "line": 1713, "column": 7 } } @@ -220288,15 +222120,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60774, - "end": 60839, + "start": 61491, + "end": 61556, "loc": { "start": { - "line": 1705, + "line": 1724, "column": 4 }, "end": { - "line": 1708, + "line": 1727, "column": 7 } } @@ -220305,15 +222137,15 @@ }, { "type": "ClassMethod", - "start": 60844, - "end": 61401, + "start": 61561, + "end": 62118, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 4 }, "end": { - "line": 1728, + "line": 1747, "column": 5 } }, @@ -220321,15 +222153,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 60844, - "end": 60861, + "start": 61561, + "end": 61578, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 4 }, "end": { - "line": 1709, + "line": 1728, "column": 21 }, "identifierName": "startVideoPreview" @@ -220345,72 +222177,72 @@ "params": [], "body": { "type": "BlockStatement", - "start": 60864, - "end": 61401, + "start": 61581, + "end": 62118, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 24 }, "end": { - "line": 1728, + "line": 1747, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 60909, - "end": 60936, + "start": 61626, + "end": 61653, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 35 } }, "expression": { "type": "CallExpression", - "start": 60909, - "end": 60935, + "start": 61626, + "end": 61652, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 34 } }, "callee": { "type": "MemberExpression", - "start": 60909, - "end": 60917, + "start": 61626, + "end": 61634, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60909, - "end": 60913, + "start": 61626, + "end": 61630, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 12 } }, @@ -220418,15 +222250,15 @@ }, "property": { "type": "Identifier", - "start": 60914, - "end": 60917, + "start": 61631, + "end": 61634, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 13 }, "end": { - "line": 1711, + "line": 1730, "column": 16 }, "identifierName": "off" @@ -220439,29 +222271,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60918, - "end": 60934, + "start": 61635, + "end": 61651, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 17 }, "end": { - "line": 1711, + "line": 1730, "column": 33 } }, "object": { "type": "Identifier", - "start": 60918, - "end": 60923, + "start": 61635, + "end": 61640, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 17 }, "end": { - "line": 1711, + "line": 1730, "column": 22 }, "identifierName": "Event" @@ -220470,15 +222302,15 @@ }, "property": { "type": "Identifier", - "start": 60924, - "end": 60934, + "start": 61641, + "end": 61651, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 23 }, "end": { - "line": 1711, + "line": 1730, "column": 33 }, "identifierName": "TIMEUPDATE" @@ -220494,15 +222326,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 60874, - "end": 60900, + "start": 61591, + "end": 61617, "loc": { "start": { - "line": 1710, + "line": 1729, "column": 8 }, "end": { - "line": 1710, + "line": 1729, "column": 34 } } @@ -220511,72 +222343,72 @@ }, { "type": "ExpressionStatement", - "start": 60945, - "end": 60976, + "start": 61662, + "end": 61693, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 60945, - "end": 60975, + "start": 61662, + "end": 61692, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 60945, - "end": 60953, + "start": 61662, + "end": 61670, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60945, - "end": 60949, + "start": 61662, + "end": 61666, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60950, - "end": 60953, + "start": 61667, + "end": 61670, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 13 }, "end": { - "line": 1712, + "line": 1731, "column": 16 }, "identifierName": "off" @@ -220588,29 +222420,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60954, - "end": 60974, + "start": 61671, + "end": 61691, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 17 }, "end": { - "line": 1712, + "line": 1731, "column": 37 } }, "object": { "type": "Identifier", - "start": 60954, - "end": 60959, + "start": 61671, + "end": 61676, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 17 }, "end": { - "line": 1712, + "line": 1731, "column": 22 }, "identifierName": "Event" @@ -220619,15 +222451,15 @@ }, "property": { "type": "Identifier", - "start": 60960, - "end": 60974, + "start": 61677, + "end": 61691, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 23 }, "end": { - "line": 1712, + "line": 1731, "column": 37 }, "identifierName": "DURATIONCHANGE" @@ -220641,72 +222473,72 @@ }, { "type": "ExpressionStatement", - "start": 60985, - "end": 61016, + "start": 61702, + "end": 61733, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 39 } }, "expression": { "type": "CallExpression", - "start": 60985, - "end": 61015, + "start": 61702, + "end": 61732, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 38 } }, "callee": { "type": "MemberExpression", - "start": 60985, - "end": 60993, + "start": 61702, + "end": 61710, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 60985, - "end": 60989, + "start": 61702, + "end": 61706, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 12 } } }, "property": { "type": "Identifier", - "start": 60990, - "end": 60993, + "start": 61707, + "end": 61710, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 13 }, "end": { - "line": 1713, + "line": 1732, "column": 16 }, "identifierName": "off" @@ -220718,29 +222550,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 60994, - "end": 61014, + "start": 61711, + "end": 61731, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 17 }, "end": { - "line": 1713, + "line": 1732, "column": 37 } }, "object": { "type": "Identifier", - "start": 60994, - "end": 60999, + "start": 61711, + "end": 61716, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 17 }, "end": { - "line": 1713, + "line": 1732, "column": 22 }, "identifierName": "Event" @@ -220749,15 +222581,15 @@ }, "property": { "type": "Identifier", - "start": 61000, - "end": 61014, + "start": 61717, + "end": 61731, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 23 }, "end": { - "line": 1713, + "line": 1732, "column": 37 }, "identifierName": "LOADEDMETADATA" @@ -220771,72 +222603,72 @@ }, { "type": "ExpressionStatement", - "start": 61025, - "end": 61046, + "start": 61742, + "end": 61763, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 29 } }, "expression": { "type": "CallExpression", - "start": 61025, - "end": 61045, + "start": 61742, + "end": 61762, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 28 } }, "callee": { "type": "MemberExpression", - "start": 61025, - "end": 61033, + "start": 61742, + "end": 61750, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 16 } }, "object": { "type": "ThisExpression", - "start": 61025, - "end": 61029, + "start": 61742, + "end": 61746, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61030, - "end": 61033, + "start": 61747, + "end": 61750, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 13 }, "end": { - "line": 1714, + "line": 1733, "column": 16 }, "identifierName": "off" @@ -220848,29 +222680,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 61034, - "end": 61044, + "start": 61751, + "end": 61761, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 17 }, "end": { - "line": 1714, + "line": 1733, "column": 27 } }, "object": { "type": "Identifier", - "start": 61034, - "end": 61039, + "start": 61751, + "end": 61756, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 17 }, "end": { - "line": 1714, + "line": 1733, "column": 22 }, "identifierName": "Event" @@ -220879,15 +222711,15 @@ }, "property": { "type": "Identifier", - "start": 61040, - "end": 61044, + "start": 61757, + "end": 61761, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 23 }, "end": { - "line": 1714, + "line": 1733, "column": 27 }, "identifierName": "PLAY" @@ -220902,15 +222734,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 61056, - "end": 61075, + "start": 61773, + "end": 61792, "loc": { "start": { - "line": 1716, + "line": 1735, "column": 8 }, "end": { - "line": 1716, + "line": 1735, "column": 27 } } @@ -220919,72 +222751,72 @@ }, { "type": "ExpressionStatement", - "start": 61084, - "end": 61115, + "start": 61801, + "end": 61832, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 61084, - "end": 61114, + "start": 61801, + "end": 61831, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 38 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61084, - "end": 61107, + "start": 61801, + "end": 61824, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 61084, - "end": 61101, + "start": 61801, + "end": 61818, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 61084, - "end": 61088, + "start": 61801, + "end": 61805, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 12 } }, @@ -220992,15 +222824,15 @@ }, "property": { "type": "Identifier", - "start": 61089, - "end": 61101, + "start": 61806, + "end": 61818, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 13 }, "end": { - "line": 1717, + "line": 1736, "column": 25 }, "identifierName": "mediaElement" @@ -221012,15 +222844,15 @@ }, "property": { "type": "Identifier", - "start": 61102, - "end": 61107, + "start": 61819, + "end": 61824, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 26 }, "end": { - "line": 1717, + "line": 1736, "column": 31 }, "identifierName": "muted" @@ -221032,15 +222864,15 @@ }, "right": { "type": "BooleanLiteral", - "start": 61110, - "end": 61114, + "start": 61827, + "end": 61831, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 34 }, "end": { - "line": 1717, + "line": 1736, "column": 38 } }, @@ -221052,15 +222884,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 61056, - "end": 61075, + "start": 61773, + "end": 61792, "loc": { "start": { - "line": 1716, + "line": 1735, "column": 8 }, "end": { - "line": 1716, + "line": 1735, "column": 27 } } @@ -221070,15 +222902,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 61125, - "end": 61167, + "start": 61842, + "end": 61884, "loc": { "start": { - "line": 1719, + "line": 1738, "column": 8 }, "end": { - "line": 1719, + "line": 1738, "column": 50 } } @@ -221087,57 +222919,57 @@ }, { "type": "ExpressionStatement", - "start": 61176, - "end": 61209, + "start": 61893, + "end": 61926, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 41 } }, "expression": { "type": "CallExpression", - "start": 61176, - "end": 61208, + "start": 61893, + "end": 61925, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 40 } }, "callee": { "type": "MemberExpression", - "start": 61176, - "end": 61201, + "start": 61893, + "end": 61918, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 33 } }, "object": { "type": "ThisExpression", - "start": 61176, - "end": 61180, + "start": 61893, + "end": 61897, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 12 } }, @@ -221145,15 +222977,15 @@ }, "property": { "type": "Identifier", - "start": 61181, - "end": 61201, + "start": 61898, + "end": 61918, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 13 }, "end": { - "line": 1720, + "line": 1739, "column": 33 }, "identifierName": "displayVolumeControl" @@ -221166,15 +222998,15 @@ "arguments": [ { "type": "BooleanLiteral", - "start": 61202, - "end": 61207, + "start": 61919, + "end": 61924, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 34 }, "end": { - "line": 1720, + "line": 1739, "column": 39 } }, @@ -221187,15 +223019,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 61125, - "end": 61167, + "start": 61842, + "end": 61884, "loc": { "start": { - "line": 1719, + "line": 1738, "column": 8 }, "end": { - "line": 1719, + "line": 1738, "column": 50 } } @@ -221205,15 +223037,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61219, - "end": 61256, + "start": 61936, + "end": 61973, "loc": { "start": { - "line": 1722, + "line": 1741, "column": 8 }, "end": { - "line": 1722, + "line": 1741, "column": 45 } } @@ -221222,57 +223054,57 @@ }, { "type": "ExpressionStatement", - "start": 61265, - "end": 61288, + "start": 61982, + "end": 62005, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 61265, - "end": 61287, + "start": 61982, + "end": 62004, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 61265, - "end": 61285, + "start": 61982, + "end": 62002, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 61265, - "end": 61269, + "start": 61982, + "end": 61986, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 12 } }, @@ -221280,15 +223112,15 @@ }, "property": { "type": "Identifier", - "start": 61270, - "end": 61285, + "start": 61987, + "end": 62002, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 13 }, "end": { - "line": 1723, + "line": 1742, "column": 28 }, "identifierName": "removeRecording" @@ -221305,15 +223137,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61219, - "end": 61256, + "start": 61936, + "end": 61973, "loc": { "start": { - "line": 1722, + "line": 1741, "column": 8 }, "end": { - "line": 1722, + "line": 1741, "column": 45 } } @@ -221323,15 +223155,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61298, - "end": 61329, + "start": 62015, + "end": 62046, "loc": { "start": { - "line": 1725, + "line": 1744, "column": 8 }, "end": { - "line": 1725, + "line": 1744, "column": 39 } } @@ -221340,57 +223172,57 @@ }, { "type": "ExpressionStatement", - "start": 61338, - "end": 61361, + "start": 62055, + "end": 62078, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 31 } }, "expression": { "type": "CallExpression", - "start": 61338, - "end": 61360, + "start": 62055, + "end": 62077, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 30 } }, "callee": { "type": "MemberExpression", - "start": 61338, - "end": 61347, + "start": 62055, + "end": 62064, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 17 } }, "object": { "type": "ThisExpression", - "start": 61338, - "end": 61342, + "start": 62055, + "end": 62059, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 12 } }, @@ -221398,15 +223230,15 @@ }, "property": { "type": "Identifier", - "start": 61343, - "end": 61347, + "start": 62060, + "end": 62064, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 13 }, "end": { - "line": 1726, + "line": 1745, "column": 17 }, "identifierName": "load" @@ -221419,44 +223251,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 61348, - "end": 61359, + "start": 62065, + "end": 62076, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 18 }, "end": { - "line": 1726, + "line": 1745, "column": 29 } }, "object": { "type": "ThisExpression", - "start": 61348, - "end": 61352, + "start": 62065, + "end": 62069, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 18 }, "end": { - "line": 1726, + "line": 1745, "column": 22 } } }, "property": { "type": "Identifier", - "start": 61353, - "end": 61359, + "start": 62070, + "end": 62076, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 23 }, "end": { - "line": 1726, + "line": 1745, "column": 29 }, "identifierName": "stream" @@ -221472,15 +223304,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61298, - "end": 61329, + "start": 62015, + "end": 62046, "loc": { "start": { - "line": 1725, + "line": 1744, "column": 8 }, "end": { - "line": 1725, + "line": 1744, "column": 39 } } @@ -221489,86 +223321,86 @@ }, { "type": "ExpressionStatement", - "start": 61370, - "end": 61395, + "start": 62087, + "end": 62112, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 61370, - "end": 61394, + "start": 62087, + "end": 62111, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 61370, - "end": 61392, + "start": 62087, + "end": 62109, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 30 } }, "object": { "type": "MemberExpression", - "start": 61370, - "end": 61387, + "start": 62087, + "end": 62104, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 61370, - "end": 61374, + "start": 62087, + "end": 62091, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61375, - "end": 61387, + "start": 62092, + "end": 62104, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 13 }, "end": { - "line": 1727, + "line": 1746, "column": 25 }, "identifierName": "mediaElement" @@ -221579,15 +223411,15 @@ }, "property": { "type": "Identifier", - "start": 61388, - "end": 61392, + "start": 62105, + "end": 62109, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 26 }, "end": { - "line": 1727, + "line": 1746, "column": 30 }, "identifierName": "play" @@ -221607,15 +223439,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60774, - "end": 60839, + "start": 61491, + "end": 61556, "loc": { "start": { - "line": 1705, + "line": 1724, "column": 4 }, "end": { - "line": 1708, + "line": 1727, "column": 7 } } @@ -221625,15 +223457,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61407, - "end": 61460, + "start": 62124, + "end": 62177, "loc": { "start": { - "line": 1730, + "line": 1749, "column": 4 }, "end": { - "line": 1733, + "line": 1752, "column": 7 } } @@ -221642,15 +223474,15 @@ }, { "type": "ClassMethod", - "start": 61465, - "end": 61966, + "start": 62182, + "end": 62683, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 4 }, "end": { - "line": 1747, + "line": 1766, "column": 5 } }, @@ -221658,15 +223490,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 61465, - "end": 61478, + "start": 62182, + "end": 62195, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 4 }, "end": { - "line": 1734, + "line": 1753, "column": 17 }, "identifierName": "showAnimation" @@ -221682,59 +223514,59 @@ "params": [], "body": { "type": "BlockStatement", - "start": 61481, - "end": 61966, + "start": 62198, + "end": 62683, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 20 }, "end": { - "line": 1747, + "line": 1766, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 61491, - "end": 61559, + "start": 62208, + "end": 62276, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 8 }, "end": { - "line": 1735, + "line": 1754, "column": 76 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 61495, - "end": 61558, + "start": 62212, + "end": 62275, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 12 }, "end": { - "line": 1735, + "line": 1754, "column": 75 } }, "id": { "type": "Identifier", - "start": 61495, - "end": 61511, + "start": 62212, + "end": 62228, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 12 }, "end": { - "line": 1735, + "line": 1754, "column": 28 }, "identifierName": "animationDisplay" @@ -221743,100 +223575,100 @@ }, "init": { "type": "MemberExpression", - "start": 61514, - "end": 61558, + "start": 62231, + "end": 62275, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 75 } }, "object": { "type": "CallExpression", - "start": 61514, - "end": 61547, + "start": 62231, + "end": 62264, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 64 } }, "callee": { "type": "MemberExpression", - "start": 61514, - "end": 61545, + "start": 62231, + "end": 62262, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 62 } }, "object": { "type": "MemberExpression", - "start": 61514, - "end": 61542, + "start": 62231, + "end": 62259, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 59 } }, "object": { "type": "MemberExpression", - "start": 61514, - "end": 61525, + "start": 62231, + "end": 62242, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 42 } }, "object": { "type": "ThisExpression", - "start": 61514, - "end": 61518, + "start": 62231, + "end": 62235, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 35 } } }, "property": { "type": "Identifier", - "start": 61519, - "end": 61525, + "start": 62236, + "end": 62242, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 36 }, "end": { - "line": 1735, + "line": 1754, "column": 42 }, "identifierName": "player" @@ -221847,15 +223679,15 @@ }, "property": { "type": "Identifier", - "start": 61526, - "end": 61542, + "start": 62243, + "end": 62259, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 43 }, "end": { - "line": 1735, + "line": 1754, "column": 59 }, "identifierName": "animationDisplay" @@ -221866,15 +223698,15 @@ }, "property": { "type": "Identifier", - "start": 61543, - "end": 61545, + "start": 62260, + "end": 62262, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 60 }, "end": { - "line": 1735, + "line": 1754, "column": 62 }, "identifierName": "el" @@ -221887,15 +223719,15 @@ }, "property": { "type": "Identifier", - "start": 61548, - "end": 61558, + "start": 62265, + "end": 62275, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 65 }, "end": { - "line": 1735, + "line": 1754, "column": 75 }, "identifierName": "firstChild" @@ -221911,15 +223743,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61569, - "end": 61634, + "start": 62286, + "end": 62351, "loc": { "start": { - "line": 1737, + "line": 1756, "column": 8 }, "end": { - "line": 1737, + "line": 1756, "column": 73 } } @@ -221928,58 +223760,58 @@ }, { "type": "ExpressionStatement", - "start": 61643, - "end": 61688, + "start": 62360, + "end": 62405, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 53 } }, "expression": { "type": "AssignmentExpression", - "start": 61643, - "end": 61687, + "start": 62360, + "end": 62404, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 52 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61643, - "end": 61665, + "start": 62360, + "end": 62382, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 30 } }, "object": { "type": "Identifier", - "start": 61643, - "end": 61659, + "start": 62360, + "end": 62376, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 24 }, "identifierName": "animationDisplay" @@ -221989,15 +223821,15 @@ }, "property": { "type": "Identifier", - "start": 61660, - "end": 61665, + "start": 62377, + "end": 62382, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 25 }, "end": { - "line": 1738, + "line": 1757, "column": 30 }, "identifierName": "width" @@ -222009,72 +223841,72 @@ }, "right": { "type": "CallExpression", - "start": 61668, - "end": 61687, + "start": 62385, + "end": 62404, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 52 } }, "callee": { "type": "MemberExpression", - "start": 61668, - "end": 61685, + "start": 62385, + "end": 62402, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 50 } }, "object": { "type": "MemberExpression", - "start": 61668, - "end": 61679, + "start": 62385, + "end": 62396, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 44 } }, "object": { "type": "ThisExpression", - "start": 61668, - "end": 61672, + "start": 62385, + "end": 62389, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 37 } } }, "property": { "type": "Identifier", - "start": 61673, - "end": 61679, + "start": 62390, + "end": 62396, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 38 }, "end": { - "line": 1738, + "line": 1757, "column": 44 }, "identifierName": "player" @@ -222085,15 +223917,15 @@ }, "property": { "type": "Identifier", - "start": 61680, - "end": 61685, + "start": 62397, + "end": 62402, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 45 }, "end": { - "line": 1738, + "line": 1757, "column": 50 }, "identifierName": "width" @@ -222110,15 +223942,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61569, - "end": 61634, + "start": 62286, + "end": 62351, "loc": { "start": { - "line": 1737, + "line": 1756, "column": 8 }, "end": { - "line": 1737, + "line": 1756, "column": 73 } } @@ -222127,58 +223959,58 @@ }, { "type": "ExpressionStatement", - "start": 61697, - "end": 61744, + "start": 62414, + "end": 62461, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 55 } }, "expression": { "type": "AssignmentExpression", - "start": 61697, - "end": 61743, + "start": 62414, + "end": 62460, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 54 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 61697, - "end": 61720, + "start": 62414, + "end": 62437, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 31 } }, "object": { "type": "Identifier", - "start": 61697, - "end": 61713, + "start": 62414, + "end": 62430, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 24 }, "identifierName": "animationDisplay" @@ -222187,15 +224019,15 @@ }, "property": { "type": "Identifier", - "start": 61714, - "end": 61720, + "start": 62431, + "end": 62437, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 25 }, "end": { - "line": 1739, + "line": 1758, "column": 31 }, "identifierName": "height" @@ -222206,72 +224038,72 @@ }, "right": { "type": "CallExpression", - "start": 61723, - "end": 61743, + "start": 62440, + "end": 62460, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 61723, - "end": 61741, + "start": 62440, + "end": 62458, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 52 } }, "object": { "type": "MemberExpression", - "start": 61723, - "end": 61734, + "start": 62440, + "end": 62451, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 45 } }, "object": { "type": "ThisExpression", - "start": 61723, - "end": 61727, + "start": 62440, + "end": 62444, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 38 } } }, "property": { "type": "Identifier", - "start": 61728, - "end": 61734, + "start": 62445, + "end": 62451, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 39 }, "end": { - "line": 1739, + "line": 1758, "column": 45 }, "identifierName": "player" @@ -222282,15 +224114,15 @@ }, "property": { "type": "Identifier", - "start": 61735, - "end": 61741, + "start": 62452, + "end": 62458, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 46 }, "end": { - "line": 1739, + "line": 1758, "column": 52 }, "identifierName": "height" @@ -222306,15 +224138,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61754, - "end": 61777, + "start": 62471, + "end": 62494, "loc": { "start": { - "line": 1741, + "line": 1760, "column": 8 }, "end": { - "line": 1741, + "line": 1760, "column": 31 } } @@ -222323,85 +224155,85 @@ }, { "type": "ExpressionStatement", - "start": 61786, - "end": 61818, + "start": 62503, + "end": 62535, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 61786, - "end": 61817, + "start": 62503, + "end": 62534, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 61786, - "end": 61815, + "start": 62503, + "end": 62532, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 61786, - "end": 61810, + "start": 62503, + "end": 62527, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 61786, - "end": 61797, + "start": 62503, + "end": 62514, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61786, - "end": 61790, + "start": 62503, + "end": 62507, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 12 } }, @@ -222409,15 +224241,15 @@ }, "property": { "type": "Identifier", - "start": 61791, - "end": 61797, + "start": 62508, + "end": 62514, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 13 }, "end": { - "line": 1742, + "line": 1761, "column": 19 }, "identifierName": "player" @@ -222429,15 +224261,15 @@ }, "property": { "type": "Identifier", - "start": 61798, - "end": 61810, + "start": 62515, + "end": 62527, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 20 }, "end": { - "line": 1742, + "line": 1761, "column": 32 }, "identifierName": "recordCanvas" @@ -222449,15 +224281,15 @@ }, "property": { "type": "Identifier", - "start": 61811, - "end": 61815, + "start": 62528, + "end": 62532, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 33 }, "end": { - "line": 1742, + "line": 1761, "column": 37 }, "identifierName": "hide" @@ -222474,15 +224306,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61754, - "end": 61777, + "start": 62471, + "end": 62494, "loc": { "start": { - "line": 1741, + "line": 1760, "column": 8 }, "end": { - "line": 1741, + "line": 1760, "column": 31 } } @@ -222492,15 +224324,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61828, - "end": 61849, + "start": 62545, + "end": 62566, "loc": { "start": { - "line": 1744, + "line": 1763, "column": 8 }, "end": { - "line": 1744, + "line": 1763, "column": 29 } } @@ -222509,43 +224341,43 @@ }, { "type": "ExpressionStatement", - "start": 61858, - "end": 61915, + "start": 62575, + "end": 62632, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 8 }, "end": { - "line": 1745, + "line": 1764, "column": 65 } }, "expression": { "type": "CallExpression", - "start": 61858, - "end": 61914, + "start": 62575, + "end": 62631, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 8 }, "end": { - "line": 1745, + "line": 1764, "column": 64 } }, "callee": { "type": "Identifier", - "start": 61858, - "end": 61870, + "start": 62575, + "end": 62587, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 8 }, "end": { - "line": 1745, + "line": 1764, "column": 20 }, "identifierName": "setSrcObject" @@ -222556,58 +224388,58 @@ "arguments": [ { "type": "MemberExpression", - "start": 61871, - "end": 61895, + "start": 62588, + "end": 62612, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 21 }, "end": { - "line": 1745, + "line": 1764, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 61871, - "end": 61882, + "start": 62588, + "end": 62599, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 21 }, "end": { - "line": 1745, + "line": 1764, "column": 32 } }, "object": { "type": "ThisExpression", - "start": 61871, - "end": 61875, + "start": 62588, + "end": 62592, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 21 }, "end": { - "line": 1745, + "line": 1764, "column": 25 } } }, "property": { "type": "Identifier", - "start": 61876, - "end": 61882, + "start": 62593, + "end": 62599, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 26 }, "end": { - "line": 1745, + "line": 1764, "column": 32 }, "identifierName": "player" @@ -222618,15 +224450,15 @@ }, "property": { "type": "Identifier", - "start": 61883, - "end": 61895, + "start": 62600, + "end": 62612, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 33 }, "end": { - "line": 1745, + "line": 1764, "column": 45 }, "identifierName": "recordedData" @@ -222637,15 +224469,15 @@ }, { "type": "Identifier", - "start": 61897, - "end": 61913, + "start": 62614, + "end": 62630, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 47 }, "end": { - "line": 1745, + "line": 1764, "column": 63 }, "identifierName": "animationDisplay" @@ -222659,15 +224491,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61828, - "end": 61849, + "start": 62545, + "end": 62566, "loc": { "start": { - "line": 1744, + "line": 1763, "column": 8 }, "end": { - "line": 1744, + "line": 1763, "column": 29 } } @@ -222676,100 +224508,100 @@ }, { "type": "ExpressionStatement", - "start": 61924, - "end": 61960, + "start": 62641, + "end": 62677, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 61924, - "end": 61959, + "start": 62641, + "end": 62676, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 61924, - "end": 61957, + "start": 62641, + "end": 62674, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 61924, - "end": 61952, + "start": 62641, + "end": 62669, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 61924, - "end": 61935, + "start": 62641, + "end": 62652, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 61924, - "end": 61928, + "start": 62641, + "end": 62645, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 12 } } }, "property": { "type": "Identifier", - "start": 61929, - "end": 61935, + "start": 62646, + "end": 62652, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 13 }, "end": { - "line": 1746, + "line": 1765, "column": 19 }, "identifierName": "player" @@ -222780,15 +224612,15 @@ }, "property": { "type": "Identifier", - "start": 61936, - "end": 61952, + "start": 62653, + "end": 62669, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 20 }, "end": { - "line": 1746, + "line": 1765, "column": 36 }, "identifierName": "animationDisplay" @@ -222799,15 +224631,15 @@ }, "property": { "type": "Identifier", - "start": 61953, - "end": 61957, + "start": 62670, + "end": 62674, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 37 }, "end": { - "line": 1746, + "line": 1765, "column": 41 }, "identifierName": "show" @@ -222827,15 +224659,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61407, - "end": 61460, + "start": 62124, + "end": 62177, "loc": { "start": { - "line": 1730, + "line": 1749, "column": 4 }, "end": { - "line": 1733, + "line": 1752, "column": 7 } } @@ -222845,15 +224677,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61972, - "end": 62025, + "start": 62689, + "end": 62742, "loc": { "start": { - "line": 1749, + "line": 1768, "column": 4 }, "end": { - "line": 1752, + "line": 1771, "column": 7 } } @@ -222862,15 +224694,15 @@ }, { "type": "ClassMethod", - "start": 62030, - "end": 62202, + "start": 62747, + "end": 62919, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 4 }, "end": { - "line": 1759, + "line": 1778, "column": 5 } }, @@ -222878,15 +224710,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62030, - "end": 62043, + "start": 62747, + "end": 62760, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 4 }, "end": { - "line": 1753, + "line": 1772, "column": 17 }, "identifierName": "hideAnimation" @@ -222902,100 +224734,100 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62046, - "end": 62202, + "start": 62763, + "end": 62919, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 20 }, "end": { - "line": 1759, + "line": 1778, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62088, - "end": 62120, + "start": 62805, + "end": 62837, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 62088, - "end": 62119, + "start": 62805, + "end": 62836, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 62088, - "end": 62117, + "start": 62805, + "end": 62834, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 62088, - "end": 62112, + "start": 62805, + "end": 62829, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 62088, - "end": 62099, + "start": 62805, + "end": 62816, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62088, - "end": 62092, + "start": 62805, + "end": 62809, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 12 } }, @@ -223003,15 +224835,15 @@ }, "property": { "type": "Identifier", - "start": 62093, - "end": 62099, + "start": 62810, + "end": 62816, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 13 }, "end": { - "line": 1755, + "line": 1774, "column": 19 }, "identifierName": "player" @@ -223023,15 +224855,15 @@ }, "property": { "type": "Identifier", - "start": 62100, - "end": 62112, + "start": 62817, + "end": 62829, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 20 }, "end": { - "line": 1755, + "line": 1774, "column": 32 }, "identifierName": "recordCanvas" @@ -223043,15 +224875,15 @@ }, "property": { "type": "Identifier", - "start": 62113, - "end": 62117, + "start": 62830, + "end": 62834, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 33 }, "end": { - "line": 1755, + "line": 1774, "column": 37 }, "identifierName": "show" @@ -223068,15 +224900,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 62056, - "end": 62079, + "start": 62773, + "end": 62796, "loc": { "start": { - "line": 1754, + "line": 1773, "column": 8 }, "end": { - "line": 1754, + "line": 1773, "column": 31 } } @@ -223086,15 +224918,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 62130, - "end": 62151, + "start": 62847, + "end": 62868, "loc": { "start": { - "line": 1757, + "line": 1776, "column": 8 }, "end": { - "line": 1757, + "line": 1776, "column": 29 } } @@ -223103,85 +224935,85 @@ }, { "type": "ExpressionStatement", - "start": 62160, - "end": 62196, + "start": 62877, + "end": 62913, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 44 } }, "expression": { "type": "CallExpression", - "start": 62160, - "end": 62195, + "start": 62877, + "end": 62912, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 43 } }, "callee": { "type": "MemberExpression", - "start": 62160, - "end": 62193, + "start": 62877, + "end": 62910, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 41 } }, "object": { "type": "MemberExpression", - "start": 62160, - "end": 62188, + "start": 62877, + "end": 62905, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 36 } }, "object": { "type": "MemberExpression", - "start": 62160, - "end": 62171, + "start": 62877, + "end": 62888, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 62160, - "end": 62164, + "start": 62877, + "end": 62881, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 12 } }, @@ -223189,15 +225021,15 @@ }, "property": { "type": "Identifier", - "start": 62165, - "end": 62171, + "start": 62882, + "end": 62888, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 13 }, "end": { - "line": 1758, + "line": 1777, "column": 19 }, "identifierName": "player" @@ -223209,15 +225041,15 @@ }, "property": { "type": "Identifier", - "start": 62172, - "end": 62188, + "start": 62889, + "end": 62905, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 20 }, "end": { - "line": 1758, + "line": 1777, "column": 36 }, "identifierName": "animationDisplay" @@ -223229,15 +225061,15 @@ }, "property": { "type": "Identifier", - "start": 62189, - "end": 62193, + "start": 62906, + "end": 62910, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 37 }, "end": { - "line": 1758, + "line": 1777, "column": 41 }, "identifierName": "hide" @@ -223254,15 +225086,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 62130, - "end": 62151, + "start": 62847, + "end": 62868, "loc": { "start": { - "line": 1757, + "line": 1776, "column": 8 }, "end": { - "line": 1757, + "line": 1776, "column": 29 } } @@ -223277,15 +225109,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61972, - "end": 62025, + "start": 62689, + "end": 62742, "loc": { "start": { - "line": 1749, + "line": 1768, "column": 4 }, "end": { - "line": 1752, + "line": 1771, "column": 7 } } @@ -223295,15 +225127,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62208, - "end": 62271, + "start": 62925, + "end": 62988, "loc": { "start": { - "line": 1761, + "line": 1780, "column": 4 }, "end": { - "line": 1764, + "line": 1783, "column": 7 } } @@ -223312,15 +225144,15 @@ }, { "type": "ClassMethod", - "start": 62276, - "end": 62393, + "start": 62993, + "end": 63110, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 4 }, "end": { - "line": 1768, + "line": 1787, "column": 5 } }, @@ -223328,15 +225160,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62276, - "end": 62294, + "start": 62993, + "end": 63011, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 4 }, "end": { - "line": 1765, + "line": 1784, "column": 22 }, "identifierName": "playbackTimeUpdate" @@ -223352,87 +225184,87 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62297, - "end": 62393, + "start": 63014, + "end": 63110, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 25 }, "end": { - "line": 1768, + "line": 1787, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 62307, - "end": 62387, + "start": 63024, + "end": 63104, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1767, + "line": 1786, "column": 33 } }, "expression": { "type": "CallExpression", - "start": 62307, - "end": 62386, + "start": 63024, + "end": 63103, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1767, + "line": 1786, "column": 32 } }, "callee": { "type": "MemberExpression", - "start": 62307, - "end": 62326, + "start": 63024, + "end": 63043, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1766, + "line": 1785, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 62307, - "end": 62311, + "start": 63024, + "end": 63028, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1766, + "line": 1785, "column": 12 } } }, "property": { "type": "Identifier", - "start": 62312, - "end": 62326, + "start": 63029, + "end": 63043, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 13 }, "end": { - "line": 1766, + "line": 1785, "column": 27 }, "identifierName": "setCurrentTime" @@ -223444,72 +225276,72 @@ "arguments": [ { "type": "CallExpression", - "start": 62327, - "end": 62352, + "start": 63044, + "end": 63069, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 62327, - "end": 62350, + "start": 63044, + "end": 63067, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 51 } }, "object": { "type": "MemberExpression", - "start": 62327, - "end": 62338, + "start": 63044, + "end": 63055, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 62327, - "end": 62331, + "start": 63044, + "end": 63048, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 32 } } }, "property": { "type": "Identifier", - "start": 62332, - "end": 62338, + "start": 63049, + "end": 63055, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 33 }, "end": { - "line": 1766, + "line": 1785, "column": 39 }, "identifierName": "player" @@ -223520,15 +225352,15 @@ }, "property": { "type": "Identifier", - "start": 62339, - "end": 62350, + "start": 63056, + "end": 63067, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 40 }, "end": { - "line": 1766, + "line": 1785, "column": 51 }, "identifierName": "currentTime" @@ -223541,44 +225373,44 @@ }, { "type": "MemberExpression", - "start": 62366, - "end": 62385, + "start": 63083, + "end": 63102, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 12 }, "end": { - "line": 1767, + "line": 1786, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 62366, - "end": 62370, + "start": 63083, + "end": 63087, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 12 }, "end": { - "line": 1767, + "line": 1786, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62371, - "end": 62385, + "start": 63088, + "end": 63102, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 17 }, "end": { - "line": 1767, + "line": 1786, "column": 31 }, "identifierName": "streamDuration" @@ -223598,15 +225430,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62208, - "end": 62271, + "start": 62925, + "end": 62988, "loc": { "start": { - "line": 1761, + "line": 1780, "column": 4 }, "end": { - "line": 1764, + "line": 1783, "column": 7 } } @@ -223616,15 +225448,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62399, - "end": 62511, + "start": 63116, + "end": 63228, "loc": { "start": { - "line": 1770, + "line": 1789, "column": 4 }, "end": { - "line": 1773, + "line": 1792, "column": 7 } } @@ -223633,15 +225465,15 @@ }, { "type": "ClassMethod", - "start": 62516, - "end": 63275, + "start": 63233, + "end": 63992, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 4 }, "end": { - "line": 1794, + "line": 1813, "column": 5 } }, @@ -223649,15 +225481,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 62516, - "end": 62532, + "start": 63233, + "end": 63249, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 4 }, "end": { - "line": 1774, + "line": 1793, "column": 20 }, "identifierName": "enumerateDevices" @@ -223673,58 +225505,58 @@ "params": [], "body": { "type": "BlockStatement", - "start": 62535, - "end": 63275, + "start": 63252, + "end": 63992, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 23 }, "end": { - "line": 1794, + "line": 1813, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 62545, - "end": 62787, + "start": 63262, + "end": 63504, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 8 }, "end": { - "line": 1779, + "line": 1798, "column": 9 } }, "test": { "type": "LogicalExpression", - "start": 62549, - "end": 62616, + "start": 63266, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 12 }, "end": { - "line": 1775, + "line": 1794, "column": 79 } }, "left": { "type": "UnaryExpression", - "start": 62549, - "end": 62572, + "start": 63266, + "end": 63289, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 12 }, "end": { - "line": 1775, + "line": 1794, "column": 35 } }, @@ -223732,29 +225564,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 62550, - "end": 62572, + "start": 63267, + "end": 63289, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 13 }, "end": { - "line": 1775, + "line": 1794, "column": 35 } }, "object": { "type": "Identifier", - "start": 62550, - "end": 62559, + "start": 63267, + "end": 63276, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 13 }, "end": { - "line": 1775, + "line": 1794, "column": 22 }, "identifierName": "navigator" @@ -223763,15 +225595,15 @@ }, "property": { "type": "Identifier", - "start": 62560, - "end": 62572, + "start": 63277, + "end": 63289, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 23 }, "end": { - "line": 1775, + "line": 1794, "column": 35 }, "identifierName": "mediaDevices" @@ -223787,15 +225619,15 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 62576, - "end": 62616, + "start": 63293, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 39 }, "end": { - "line": 1775, + "line": 1794, "column": 79 } }, @@ -223803,43 +225635,43 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 62577, - "end": 62616, + "start": 63294, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 40 }, "end": { - "line": 1775, + "line": 1794, "column": 79 } }, "object": { "type": "MemberExpression", - "start": 62577, - "end": 62599, + "start": 63294, + "end": 63316, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 40 }, "end": { - "line": 1775, + "line": 1794, "column": 62 } }, "object": { "type": "Identifier", - "start": 62577, - "end": 62586, + "start": 63294, + "end": 63303, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 40 }, "end": { - "line": 1775, + "line": 1794, "column": 49 }, "identifierName": "navigator" @@ -223848,15 +225680,15 @@ }, "property": { "type": "Identifier", - "start": 62587, - "end": 62599, + "start": 63304, + "end": 63316, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 50 }, "end": { - "line": 1775, + "line": 1794, "column": 62 }, "identifierName": "mediaDevices" @@ -223867,15 +225699,15 @@ }, "property": { "type": "Identifier", - "start": 62600, - "end": 62616, + "start": 63317, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 63 }, "end": { - "line": 1775, + "line": 1794, "column": 79 }, "identifierName": "enumerateDevices" @@ -223891,102 +225723,102 @@ }, "consequent": { "type": "BlockStatement", - "start": 62618, - "end": 62787, + "start": 63335, + "end": 63504, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 81 }, "end": { - "line": 1779, + "line": 1798, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62632, - "end": 62701, + "start": 63349, + "end": 63418, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 81 } }, "expression": { "type": "AssignmentExpression", - "start": 62632, - "end": 62700, + "start": 63349, + "end": 63417, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 80 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62632, - "end": 62662, + "start": 63349, + "end": 63379, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 62632, - "end": 62643, + "start": 63349, + "end": 63360, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62632, - "end": 62636, + "start": 63349, + "end": 63353, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62637, - "end": 62643, + "start": 63354, + "end": 63360, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 17 }, "end": { - "line": 1776, + "line": 1795, "column": 23 }, "identifierName": "player" @@ -223997,15 +225829,15 @@ }, "property": { "type": "Identifier", - "start": 62644, - "end": 62662, + "start": 63361, + "end": 63379, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 24 }, "end": { - "line": 1776, + "line": 1795, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -224016,15 +225848,15 @@ }, "right": { "type": "StringLiteral", - "start": 62665, - "end": 62700, + "start": 63382, + "end": 63417, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 45 }, "end": { - "line": 1776, + "line": 1795, "column": 80 } }, @@ -224038,86 +225870,86 @@ }, { "type": "ExpressionStatement", - "start": 62714, - "end": 62757, + "start": 63431, + "end": 63474, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 62714, - "end": 62756, + "start": 63431, + "end": 63473, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 62714, - "end": 62733, + "start": 63431, + "end": 63450, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 62714, - "end": 62725, + "start": 63431, + "end": 63442, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 62714, - "end": 62718, + "start": 63431, + "end": 63435, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62719, - "end": 62725, + "start": 63436, + "end": 63442, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 17 }, "end": { - "line": 1777, + "line": 1796, "column": 23 }, "identifierName": "player" @@ -224128,15 +225960,15 @@ }, "property": { "type": "Identifier", - "start": 62726, - "end": 62733, + "start": 63443, + "end": 63450, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 24 }, "end": { - "line": 1777, + "line": 1796, "column": 31 }, "identifierName": "trigger" @@ -224148,29 +225980,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 62734, - "end": 62755, + "start": 63451, + "end": 63472, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 32 }, "end": { - "line": 1777, + "line": 1796, "column": 53 } }, "object": { "type": "Identifier", - "start": 62734, - "end": 62739, + "start": 63451, + "end": 63456, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 32 }, "end": { - "line": 1777, + "line": 1796, "column": 37 }, "identifierName": "Event" @@ -224179,15 +226011,15 @@ }, "property": { "type": "Identifier", - "start": 62740, - "end": 62755, + "start": 63457, + "end": 63472, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 38 }, "end": { - "line": 1777, + "line": 1796, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -224201,15 +226033,15 @@ }, { "type": "ReturnStatement", - "start": 62770, - "end": 62777, + "start": 63487, + "end": 63494, "loc": { "start": { - "line": 1778, + "line": 1797, "column": 12 }, "end": { - "line": 1778, + "line": 1797, "column": 19 } }, @@ -224224,15 +226056,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62797, - "end": 62828, + "start": 63514, + "end": 63545, "loc": { "start": { - "line": 1781, + "line": 1800, "column": 8 }, "end": { - "line": 1781, + "line": 1800, "column": 39 } } @@ -224241,127 +226073,127 @@ }, { "type": "ExpressionStatement", - "start": 62837, - "end": 63269, + "start": 63554, + "end": 63986, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1793, + "line": 1812, "column": 11 } }, "expression": { "type": "CallExpression", - "start": 62837, - "end": 63268, + "start": 63554, + "end": 63985, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1793, + "line": 1812, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 62837, - "end": 63140, + "start": 63554, + "end": 63857, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1790, + "line": 1809, "column": 16 } }, "object": { "type": "CallExpression", - "start": 62837, - "end": 63134, + "start": 63554, + "end": 63851, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1790, + "line": 1809, "column": 10 } }, "callee": { "type": "MemberExpression", - "start": 62837, - "end": 62887, + "start": 63554, + "end": 63604, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 58 } }, "object": { "type": "CallExpression", - "start": 62837, - "end": 62882, + "start": 63554, + "end": 63599, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 53 } }, "callee": { "type": "MemberExpression", - "start": 62837, - "end": 62876, + "start": 63554, + "end": 63593, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 62837, - "end": 62859, + "start": 63554, + "end": 63576, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 30 } }, "object": { "type": "Identifier", - "start": 62837, - "end": 62846, + "start": 63554, + "end": 63563, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 17 }, "identifierName": "navigator" @@ -224371,15 +226203,15 @@ }, "property": { "type": "Identifier", - "start": 62847, - "end": 62859, + "start": 63564, + "end": 63576, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 18 }, "end": { - "line": 1782, + "line": 1801, "column": 30 }, "identifierName": "mediaDevices" @@ -224391,15 +226223,15 @@ }, "property": { "type": "Identifier", - "start": 62860, - "end": 62876, + "start": 63577, + "end": 63593, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 31 }, "end": { - "line": 1782, + "line": 1801, "column": 47 }, "identifierName": "enumerateDevices" @@ -224412,15 +226244,15 @@ "arguments": [ { "type": "ThisExpression", - "start": 62877, - "end": 62881, + "start": 63594, + "end": 63598, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 48 }, "end": { - "line": 1782, + "line": 1801, "column": 52 } } @@ -224430,15 +226262,15 @@ }, "property": { "type": "Identifier", - "start": 62883, - "end": 62887, + "start": 63600, + "end": 63604, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 54 }, "end": { - "line": 1782, + "line": 1801, "column": 58 }, "identifierName": "then" @@ -224451,15 +226283,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62888, - "end": 63133, + "start": 63605, + "end": 63850, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 59 }, "end": { - "line": 1790, + "line": 1809, "column": 9 } }, @@ -224470,15 +226302,15 @@ "params": [ { "type": "Identifier", - "start": 62889, - "end": 62896, + "start": 63606, + "end": 63613, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 60 }, "end": { - "line": 1782, + "line": 1801, "column": 67 }, "identifierName": "devices" @@ -224488,88 +226320,88 @@ ], "body": { "type": "BlockStatement", - "start": 62901, - "end": 63133, + "start": 63618, + "end": 63850, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 72 }, "end": { - "line": 1790, + "line": 1809, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 62915, - "end": 62933, + "start": 63632, + "end": 63650, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 30 } }, "expression": { "type": "AssignmentExpression", - "start": 62915, - "end": 62932, + "start": 63632, + "end": 63649, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 29 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 62915, - "end": 62927, + "start": 63632, + "end": 63644, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 62915, - "end": 62919, + "start": 63632, + "end": 63636, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 16 } } }, "property": { "type": "Identifier", - "start": 62920, - "end": 62927, + "start": 63637, + "end": 63644, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 17 }, "end": { - "line": 1783, + "line": 1802, "column": 24 }, "identifierName": "devices" @@ -224580,15 +226412,15 @@ }, "right": { "type": "ArrayExpression", - "start": 62930, - "end": 62932, + "start": 63647, + "end": 63649, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 27 }, "end": { - "line": 1783, + "line": 1802, "column": 29 } }, @@ -224598,57 +226430,57 @@ }, { "type": "ExpressionStatement", - "start": 62946, - "end": 63034, + "start": 63663, + "end": 63751, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1786, + "line": 1805, "column": 15 } }, "expression": { "type": "CallExpression", - "start": 62946, - "end": 63033, + "start": 63663, + "end": 63750, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1786, + "line": 1805, "column": 14 } }, "callee": { "type": "MemberExpression", - "start": 62946, - "end": 62961, + "start": 63663, + "end": 63678, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1784, + "line": 1803, "column": 27 } }, "object": { "type": "Identifier", - "start": 62946, - "end": 62953, + "start": 63663, + "end": 63670, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1784, + "line": 1803, "column": 19 }, "identifierName": "devices" @@ -224657,15 +226489,15 @@ }, "property": { "type": "Identifier", - "start": 62954, - "end": 62961, + "start": 63671, + "end": 63678, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 20 }, "end": { - "line": 1784, + "line": 1803, "column": 27 }, "identifierName": "forEach" @@ -224677,15 +226509,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 62962, - "end": 63032, + "start": 63679, + "end": 63749, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 28 }, "end": { - "line": 1786, + "line": 1805, "column": 13 } }, @@ -224696,15 +226528,15 @@ "params": [ { "type": "Identifier", - "start": 62963, - "end": 62969, + "start": 63680, + "end": 63686, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 29 }, "end": { - "line": 1784, + "line": 1803, "column": 35 }, "identifierName": "device" @@ -224714,101 +226546,101 @@ ], "body": { "type": "BlockStatement", - "start": 62974, - "end": 63032, + "start": 63691, + "end": 63749, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 40 }, "end": { - "line": 1786, + "line": 1805, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 62992, - "end": 63018, + "start": 63709, + "end": 63735, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 62992, - "end": 63017, + "start": 63709, + "end": 63734, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 62992, - "end": 63009, + "start": 63709, + "end": 63726, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 33 } }, "object": { "type": "MemberExpression", - "start": 62992, - "end": 63004, + "start": 63709, + "end": 63721, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 62992, - "end": 62996, + "start": 63709, + "end": 63713, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 20 } } }, "property": { "type": "Identifier", - "start": 62997, - "end": 63004, + "start": 63714, + "end": 63721, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 21 }, "end": { - "line": 1785, + "line": 1804, "column": 28 }, "identifierName": "devices" @@ -224819,15 +226651,15 @@ }, "property": { "type": "Identifier", - "start": 63005, - "end": 63009, + "start": 63722, + "end": 63726, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 29 }, "end": { - "line": 1785, + "line": 1804, "column": 33 }, "identifierName": "push" @@ -224839,15 +226671,15 @@ "arguments": [ { "type": "Identifier", - "start": 63010, - "end": 63016, + "start": 63727, + "end": 63733, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 34 }, "end": { - "line": 1785, + "line": 1804, "column": 40 }, "identifierName": "device" @@ -224867,15 +226699,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 63048, - "end": 63067, + "start": 63765, + "end": 63784, "loc": { "start": { - "line": 1788, + "line": 1807, "column": 12 }, "end": { - "line": 1788, + "line": 1807, "column": 31 } } @@ -224884,71 +226716,71 @@ }, { "type": "ExpressionStatement", - "start": 63080, - "end": 63123, + "start": 63797, + "end": 63840, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 63080, - "end": 63122, + "start": 63797, + "end": 63839, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 63080, - "end": 63099, + "start": 63797, + "end": 63816, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 63080, - "end": 63091, + "start": 63797, + "end": 63808, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63080, - "end": 63084, + "start": 63797, + "end": 63801, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 16 } }, @@ -224956,15 +226788,15 @@ }, "property": { "type": "Identifier", - "start": 63085, - "end": 63091, + "start": 63802, + "end": 63808, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 17 }, "end": { - "line": 1789, + "line": 1808, "column": 23 }, "identifierName": "player" @@ -224976,15 +226808,15 @@ }, "property": { "type": "Identifier", - "start": 63092, - "end": 63099, + "start": 63809, + "end": 63816, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 24 }, "end": { - "line": 1789, + "line": 1808, "column": 31 }, "identifierName": "trigger" @@ -224997,29 +226829,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 63100, - "end": 63121, + "start": 63817, + "end": 63838, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 32 }, "end": { - "line": 1789, + "line": 1808, "column": 53 } }, "object": { "type": "Identifier", - "start": 63100, - "end": 63105, + "start": 63817, + "end": 63822, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 32 }, "end": { - "line": 1789, + "line": 1808, "column": 37 }, "identifierName": "Event" @@ -225028,15 +226860,15 @@ }, "property": { "type": "Identifier", - "start": 63106, - "end": 63121, + "start": 63823, + "end": 63838, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 38 }, "end": { - "line": 1789, + "line": 1808, "column": 53 }, "identifierName": "ENUMERATE_READY" @@ -225052,15 +226884,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 63048, - "end": 63067, + "start": 63765, + "end": 63784, "loc": { "start": { - "line": 1788, + "line": 1807, "column": 12 }, "end": { - "line": 1788, + "line": 1807, "column": 31 } } @@ -225076,15 +226908,15 @@ }, "property": { "type": "Identifier", - "start": 63135, - "end": 63140, + "start": 63852, + "end": 63857, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 11 }, "end": { - "line": 1790, + "line": 1809, "column": 16 }, "identifierName": "catch" @@ -225097,15 +226929,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 63141, - "end": 63267, + "start": 63858, + "end": 63984, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 17 }, "end": { - "line": 1793, + "line": 1812, "column": 9 } }, @@ -225116,15 +226948,15 @@ "params": [ { "type": "Identifier", - "start": 63142, - "end": 63145, + "start": 63859, + "end": 63862, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 18 }, "end": { - "line": 1790, + "line": 1809, "column": 21 }, "identifierName": "err" @@ -225134,102 +226966,102 @@ ], "body": { "type": "BlockStatement", - "start": 63150, - "end": 63267, + "start": 63867, + "end": 63984, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 26 }, "end": { - "line": 1793, + "line": 1812, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63164, - "end": 63201, + "start": 63881, + "end": 63918, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 49 } }, "expression": { "type": "AssignmentExpression", - "start": 63164, - "end": 63200, + "start": 63881, + "end": 63917, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 48 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63164, - "end": 63194, + "start": 63881, + "end": 63911, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 42 } }, "object": { "type": "MemberExpression", - "start": 63164, - "end": 63175, + "start": 63881, + "end": 63892, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63164, - "end": 63168, + "start": 63881, + "end": 63885, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63169, - "end": 63175, + "start": 63886, + "end": 63892, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 17 }, "end": { - "line": 1791, + "line": 1810, "column": 23 }, "identifierName": "player" @@ -225240,15 +227072,15 @@ }, "property": { "type": "Identifier", - "start": 63176, - "end": 63194, + "start": 63893, + "end": 63911, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 24 }, "end": { - "line": 1791, + "line": 1810, "column": 42 }, "identifierName": "enumerateErrorCode" @@ -225259,15 +227091,15 @@ }, "right": { "type": "Identifier", - "start": 63197, - "end": 63200, + "start": 63914, + "end": 63917, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 45 }, "end": { - "line": 1791, + "line": 1810, "column": 48 }, "identifierName": "err" @@ -225278,86 +227110,86 @@ }, { "type": "ExpressionStatement", - "start": 63214, - "end": 63257, + "start": 63931, + "end": 63974, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 63214, - "end": 63256, + "start": 63931, + "end": 63973, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 63214, - "end": 63233, + "start": 63931, + "end": 63950, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 31 } }, "object": { "type": "MemberExpression", - "start": 63214, - "end": 63225, + "start": 63931, + "end": 63942, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63214, - "end": 63218, + "start": 63931, + "end": 63935, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63219, - "end": 63225, + "start": 63936, + "end": 63942, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 17 }, "end": { - "line": 1792, + "line": 1811, "column": 23 }, "identifierName": "player" @@ -225368,15 +227200,15 @@ }, "property": { "type": "Identifier", - "start": 63226, - "end": 63233, + "start": 63943, + "end": 63950, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 24 }, "end": { - "line": 1792, + "line": 1811, "column": 31 }, "identifierName": "trigger" @@ -225388,29 +227220,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 63234, - "end": 63255, + "start": 63951, + "end": 63972, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 32 }, "end": { - "line": 1792, + "line": 1811, "column": 53 } }, "object": { "type": "Identifier", - "start": 63234, - "end": 63239, + "start": 63951, + "end": 63956, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 32 }, "end": { - "line": 1792, + "line": 1811, "column": 37 }, "identifierName": "Event" @@ -225419,15 +227251,15 @@ }, "property": { "type": "Identifier", - "start": 63240, - "end": 63255, + "start": 63957, + "end": 63972, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 38 }, "end": { - "line": 1792, + "line": 1811, "column": 53 }, "identifierName": "ENUMERATE_ERROR" @@ -225450,15 +227282,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62797, - "end": 62828, + "start": 63514, + "end": 63545, "loc": { "start": { - "line": 1781, + "line": 1800, "column": 8 }, "end": { - "line": 1781, + "line": 1800, "column": 39 } } @@ -225473,15 +227305,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62399, - "end": 62511, + "start": 63116, + "end": 63228, "loc": { "start": { - "line": 1770, + "line": 1789, "column": 4 }, "end": { - "line": 1773, + "line": 1792, "column": 7 } } @@ -225491,15 +227323,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63281, - "end": 63401, + "start": 63998, + "end": 64118, "loc": { "start": { - "line": 1796, + "line": 1815, "column": 4 }, "end": { - "line": 1800, + "line": 1819, "column": 7 } } @@ -225508,15 +227340,15 @@ }, { "type": "ClassMethod", - "start": 63406, - "end": 63976, + "start": 64123, + "end": 64693, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 4 }, "end": { - "line": 1818, + "line": 1837, "column": 5 } }, @@ -225524,15 +227356,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63406, - "end": 63419, + "start": 64123, + "end": 64136, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 4 }, "end": { - "line": 1801, + "line": 1820, "column": 17 }, "identifierName": "setVideoInput" @@ -225548,15 +227380,15 @@ "params": [ { "type": "Identifier", - "start": 63420, - "end": 63428, + "start": 64137, + "end": 64145, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 18 }, "end": { - "line": 1801, + "line": 1820, "column": 26 }, "identifierName": "deviceId" @@ -225566,87 +227398,87 @@ ], "body": { "type": "BlockStatement", - "start": 63430, - "end": 63976, + "start": 64147, + "end": 64693, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 28 }, "end": { - "line": 1818, + "line": 1837, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 63440, - "end": 63813, + "start": 64157, + "end": 64530, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 8 }, "end": { - "line": 1811, + "line": 1830, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63444, - "end": 63489, + "start": 64161, + "end": 64206, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 12 }, "end": { - "line": 1802, + "line": 1821, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 63444, - "end": 63460, + "start": 64161, + "end": 64177, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 12 }, "end": { - "line": 1802, + "line": 1821, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63444, - "end": 63448, + "start": 64161, + "end": 64165, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 12 }, "end": { - "line": 1802, + "line": 1821, "column": 16 } } }, "property": { "type": "Identifier", - "start": 63449, - "end": 63460, + "start": 64166, + "end": 64177, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 17 }, "end": { - "line": 1802, + "line": 1821, "column": 28 }, "identifierName": "recordVideo" @@ -225658,29 +227490,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 63465, - "end": 63489, + "start": 64182, + "end": 64206, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 33 }, "end": { - "line": 1802, + "line": 1821, "column": 57 } }, "callee": { "type": "Identifier", - "start": 63465, - "end": 63471, + "start": 64182, + "end": 64188, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 33 }, "end": { - "line": 1802, + "line": 1821, "column": 39 }, "identifierName": "Object" @@ -225690,44 +227522,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 63472, - "end": 63488, + "start": 64189, + "end": 64205, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 40 }, "end": { - "line": 1802, + "line": 1821, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 63472, - "end": 63476, + "start": 64189, + "end": 64193, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 40 }, "end": { - "line": 1802, + "line": 1821, "column": 44 } } }, "property": { "type": "Identifier", - "start": 63477, - "end": 63488, + "start": 64194, + "end": 64205, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 45 }, "end": { - "line": 1802, + "line": 1821, "column": 56 }, "identifierName": "recordVideo" @@ -225741,87 +227573,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 63491, - "end": 63609, + "start": 64208, + "end": 64326, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 59 }, "end": { - "line": 1806, + "line": 1825, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63552, - "end": 63598, + "start": 64269, + "end": 64315, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 63552, - "end": 63597, + "start": 64269, + "end": 64314, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63552, - "end": 63577, + "start": 64269, + "end": 64294, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 63552, - "end": 63568, + "start": 64269, + "end": 64285, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63552, - "end": 63556, + "start": 64269, + "end": 64273, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 16 } }, @@ -225829,15 +227661,15 @@ }, "property": { "type": "Identifier", - "start": 63557, - "end": 63568, + "start": 64274, + "end": 64285, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 17 }, "end": { - "line": 1804, + "line": 1823, "column": 28 }, "identifierName": "recordVideo" @@ -225849,15 +227681,15 @@ }, "property": { "type": "Identifier", - "start": 63569, - "end": 63577, + "start": 64286, + "end": 64294, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 29 }, "end": { - "line": 1804, + "line": 1823, "column": 37 }, "identifierName": "deviceId" @@ -225869,30 +227701,30 @@ }, "right": { "type": "ObjectExpression", - "start": 63580, - "end": 63597, + "start": 64297, + "end": 64314, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 40 }, "end": { - "line": 1804, + "line": 1823, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 63581, - "end": 63596, + "start": 64298, + "end": 64313, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 41 }, "end": { - "line": 1804, + "line": 1823, "column": 56 } }, @@ -225901,15 +227733,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63581, - "end": 63586, + "start": 64298, + "end": 64303, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 41 }, "end": { - "line": 1804, + "line": 1823, "column": 46 }, "identifierName": "exact" @@ -225918,15 +227750,15 @@ }, "value": { "type": "Identifier", - "start": 63588, - "end": 63596, + "start": 64305, + "end": 64313, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 48 }, "end": { - "line": 1804, + "line": 1823, "column": 56 }, "identifierName": "deviceId" @@ -225942,15 +227774,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 63505, - "end": 63539, + "start": 64222, + "end": 64256, "loc": { "start": { - "line": 1803, + "line": 1822, "column": 12 }, "end": { - "line": 1803, + "line": 1822, "column": 46 } } @@ -225962,72 +227794,72 @@ }, "alternate": { "type": "IfStatement", - "start": 63615, - "end": 63813, + "start": 64332, + "end": 64530, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 15 }, "end": { - "line": 1811, + "line": 1830, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 63619, - "end": 63644, + "start": 64336, + "end": 64361, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 19 }, "end": { - "line": 1806, + "line": 1825, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 63619, - "end": 63635, + "start": 64336, + "end": 64352, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 19 }, "end": { - "line": 1806, + "line": 1825, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 63619, - "end": 63623, + "start": 64336, + "end": 64340, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 19 }, "end": { - "line": 1806, + "line": 1825, "column": 23 } } }, "property": { "type": "Identifier", - "start": 63624, - "end": 63635, + "start": 64341, + "end": 64352, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 24 }, "end": { - "line": 1806, + "line": 1825, "column": 35 }, "identifierName": "recordVideo" @@ -226039,15 +227871,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 63640, - "end": 63644, + "start": 64357, + "end": 64361, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 40 }, "end": { - "line": 1806, + "line": 1825, "column": 44 } }, @@ -226056,73 +227888,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 63646, - "end": 63813, + "start": 64363, + "end": 64530, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 46 }, "end": { - "line": 1811, + "line": 1830, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 63724, - "end": 63803, + "start": 64441, + "end": 64520, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1810, + "line": 1829, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 63724, - "end": 63802, + "start": 64441, + "end": 64519, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1810, + "line": 1829, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 63724, - "end": 63740, + "start": 64441, + "end": 64457, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1808, + "line": 1827, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 63724, - "end": 63728, + "start": 64441, + "end": 64445, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1808, + "line": 1827, "column": 16 } }, @@ -226130,15 +227962,15 @@ }, "property": { "type": "Identifier", - "start": 63729, - "end": 63740, + "start": 64446, + "end": 64457, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 17 }, "end": { - "line": 1808, + "line": 1827, "column": 28 }, "identifierName": "recordVideo" @@ -226150,30 +227982,30 @@ }, "right": { "type": "ObjectExpression", - "start": 63743, - "end": 63802, + "start": 64460, + "end": 64519, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 31 }, "end": { - "line": 1810, + "line": 1829, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 63761, - "end": 63788, + "start": 64478, + "end": 64505, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 16 }, "end": { - "line": 1809, + "line": 1828, "column": 43 } }, @@ -226182,15 +228014,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63761, - "end": 63769, + "start": 64478, + "end": 64486, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 16 }, "end": { - "line": 1809, + "line": 1828, "column": 24 }, "identifierName": "deviceId" @@ -226199,30 +228031,30 @@ }, "value": { "type": "ObjectExpression", - "start": 63771, - "end": 63788, + "start": 64488, + "end": 64505, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 26 }, "end": { - "line": 1809, + "line": 1828, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 63772, - "end": 63787, + "start": 64489, + "end": 64504, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 27 }, "end": { - "line": 1809, + "line": 1828, "column": 42 } }, @@ -226231,15 +228063,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 63772, - "end": 63777, + "start": 64489, + "end": 64494, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 27 }, "end": { - "line": 1809, + "line": 1828, "column": 32 }, "identifierName": "exact" @@ -226248,15 +228080,15 @@ }, "value": { "type": "Identifier", - "start": 63779, - "end": 63787, + "start": 64496, + "end": 64504, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 34 }, "end": { - "line": 1809, + "line": 1828, "column": 42 }, "identifierName": "deviceId" @@ -226275,15 +228107,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 63660, - "end": 63711, + "start": 64377, + "end": 64428, "loc": { "start": { - "line": 1807, + "line": 1826, "column": 12 }, "end": { - "line": 1807, + "line": 1826, "column": 63 } } @@ -226301,15 +228133,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63823, - "end": 63849, + "start": 64540, + "end": 64566, "loc": { "start": { - "line": 1813, + "line": 1832, "column": 8 }, "end": { - "line": 1813, + "line": 1832, "column": 34 } } @@ -226318,57 +228150,57 @@ }, { "type": "ExpressionStatement", - "start": 63858, - "end": 63876, + "start": 64575, + "end": 64593, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 63858, - "end": 63875, + "start": 64575, + "end": 64592, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 63858, - "end": 63873, + "start": 64575, + "end": 64590, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 63858, - "end": 63862, + "start": 64575, + "end": 64579, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 12 } }, @@ -226376,15 +228208,15 @@ }, "property": { "type": "Identifier", - "start": 63863, - "end": 63873, + "start": 64580, + "end": 64590, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 13 }, "end": { - "line": 1814, + "line": 1833, "column": 23 }, "identifierName": "stopDevice" @@ -226401,15 +228233,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63823, - "end": 63849, + "start": 64540, + "end": 64566, "loc": { "start": { - "line": 1813, + "line": 1832, "column": 8 }, "end": { - "line": 1813, + "line": 1832, "column": 34 } } @@ -226419,15 +228251,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63886, - "end": 63944, + "start": 64603, + "end": 64661, "loc": { "start": { - "line": 1816, + "line": 1835, "column": 8 }, "end": { - "line": 1816, + "line": 1835, "column": 66 } } @@ -226436,57 +228268,57 @@ }, { "type": "ExpressionStatement", - "start": 63953, - "end": 63970, + "start": 64670, + "end": 64687, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 63953, - "end": 63969, + "start": 64670, + "end": 64686, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 63953, - "end": 63967, + "start": 64670, + "end": 64684, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 63953, - "end": 63957, + "start": 64670, + "end": 64674, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 12 } }, @@ -226494,15 +228326,15 @@ }, "property": { "type": "Identifier", - "start": 63958, - "end": 63967, + "start": 64675, + "end": 64684, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 13 }, "end": { - "line": 1817, + "line": 1836, "column": 22 }, "identifierName": "getDevice" @@ -226519,15 +228351,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63886, - "end": 63944, + "start": 64603, + "end": 64661, "loc": { "start": { - "line": 1816, + "line": 1835, "column": 8 }, "end": { - "line": 1816, + "line": 1835, "column": 66 } } @@ -226542,15 +228374,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63281, - "end": 63401, + "start": 63998, + "end": 64118, "loc": { "start": { - "line": 1796, + "line": 1815, "column": 4 }, "end": { - "line": 1800, + "line": 1819, "column": 7 } } @@ -226560,15 +228392,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63982, - "end": 64102, + "start": 64699, + "end": 64819, "loc": { "start": { - "line": 1820, + "line": 1839, "column": 4 }, "end": { - "line": 1824, + "line": 1843, "column": 7 } } @@ -226577,15 +228409,15 @@ }, { "type": "ClassMethod", - "start": 64107, - "end": 64998, + "start": 64824, + "end": 65715, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 4 }, "end": { - "line": 1852, + "line": 1871, "column": 5 } }, @@ -226593,15 +228425,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64107, - "end": 64120, + "start": 64824, + "end": 64837, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 4 }, "end": { - "line": 1825, + "line": 1844, "column": 17 }, "identifierName": "setAudioInput" @@ -226617,15 +228449,15 @@ "params": [ { "type": "Identifier", - "start": 64121, - "end": 64129, + "start": 64838, + "end": 64846, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 18 }, "end": { - "line": 1825, + "line": 1844, "column": 26 }, "identifierName": "deviceId" @@ -226635,87 +228467,87 @@ ], "body": { "type": "BlockStatement", - "start": 64131, - "end": 64998, + "start": 64848, + "end": 65715, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 28 }, "end": { - "line": 1852, + "line": 1871, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 64141, - "end": 64514, + "start": 64858, + "end": 65231, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 8 }, "end": { - "line": 1835, + "line": 1854, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 64145, - "end": 64190, + "start": 64862, + "end": 64907, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 12 }, "end": { - "line": 1826, + "line": 1845, "column": 57 } }, "left": { "type": "MemberExpression", - "start": 64145, - "end": 64161, + "start": 64862, + "end": 64878, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 12 }, "end": { - "line": 1826, + "line": 1845, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64145, - "end": 64149, + "start": 64862, + "end": 64866, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 12 }, "end": { - "line": 1826, + "line": 1845, "column": 16 } } }, "property": { "type": "Identifier", - "start": 64150, - "end": 64161, + "start": 64867, + "end": 64878, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 17 }, "end": { - "line": 1826, + "line": 1845, "column": 28 }, "identifierName": "recordAudio" @@ -226727,29 +228559,29 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 64166, - "end": 64190, + "start": 64883, + "end": 64907, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 33 }, "end": { - "line": 1826, + "line": 1845, "column": 57 } }, "callee": { "type": "Identifier", - "start": 64166, - "end": 64172, + "start": 64883, + "end": 64889, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 33 }, "end": { - "line": 1826, + "line": 1845, "column": 39 }, "identifierName": "Object" @@ -226759,44 +228591,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 64173, - "end": 64189, + "start": 64890, + "end": 64906, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 40 }, "end": { - "line": 1826, + "line": 1845, "column": 56 } }, "object": { "type": "ThisExpression", - "start": 64173, - "end": 64177, + "start": 64890, + "end": 64894, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 40 }, "end": { - "line": 1826, + "line": 1845, "column": 44 } } }, "property": { "type": "Identifier", - "start": 64178, - "end": 64189, + "start": 64895, + "end": 64906, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 45 }, "end": { - "line": 1826, + "line": 1845, "column": 56 }, "identifierName": "recordAudio" @@ -226810,87 +228642,87 @@ }, "consequent": { "type": "BlockStatement", - "start": 64192, - "end": 64310, + "start": 64909, + "end": 65027, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 59 }, "end": { - "line": 1830, + "line": 1849, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 64253, - "end": 64299, + "start": 64970, + "end": 65016, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 58 } }, "expression": { "type": "AssignmentExpression", - "start": 64253, - "end": 64298, + "start": 64970, + "end": 65015, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 57 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64253, - "end": 64278, + "start": 64970, + "end": 64995, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 64253, - "end": 64269, + "start": 64970, + "end": 64986, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64253, - "end": 64257, + "start": 64970, + "end": 64974, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 16 } }, @@ -226898,15 +228730,15 @@ }, "property": { "type": "Identifier", - "start": 64258, - "end": 64269, + "start": 64975, + "end": 64986, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 17 }, "end": { - "line": 1828, + "line": 1847, "column": 28 }, "identifierName": "recordAudio" @@ -226918,15 +228750,15 @@ }, "property": { "type": "Identifier", - "start": 64270, - "end": 64278, + "start": 64987, + "end": 64995, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 29 }, "end": { - "line": 1828, + "line": 1847, "column": 37 }, "identifierName": "deviceId" @@ -226938,30 +228770,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64281, - "end": 64298, + "start": 64998, + "end": 65015, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 40 }, "end": { - "line": 1828, + "line": 1847, "column": 57 } }, "properties": [ { "type": "ObjectProperty", - "start": 64282, - "end": 64297, + "start": 64999, + "end": 65014, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 41 }, "end": { - "line": 1828, + "line": 1847, "column": 56 } }, @@ -226970,15 +228802,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64282, - "end": 64287, + "start": 64999, + "end": 65004, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 41 }, "end": { - "line": 1828, + "line": 1847, "column": 46 }, "identifierName": "exact" @@ -226987,15 +228819,15 @@ }, "value": { "type": "Identifier", - "start": 64289, - "end": 64297, + "start": 65006, + "end": 65014, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 48 }, "end": { - "line": 1828, + "line": 1847, "column": 56 }, "identifierName": "deviceId" @@ -227011,15 +228843,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 64206, - "end": 64240, + "start": 64923, + "end": 64957, "loc": { "start": { - "line": 1827, + "line": 1846, "column": 12 }, "end": { - "line": 1827, + "line": 1846, "column": 46 } } @@ -227031,72 +228863,72 @@ }, "alternate": { "type": "IfStatement", - "start": 64316, - "end": 64514, + "start": 65033, + "end": 65231, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 15 }, "end": { - "line": 1835, + "line": 1854, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 64320, - "end": 64345, + "start": 65037, + "end": 65062, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 19 }, "end": { - "line": 1830, + "line": 1849, "column": 44 } }, "left": { "type": "MemberExpression", - "start": 64320, - "end": 64336, + "start": 65037, + "end": 65053, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 19 }, "end": { - "line": 1830, + "line": 1849, "column": 35 } }, "object": { "type": "ThisExpression", - "start": 64320, - "end": 64324, + "start": 65037, + "end": 65041, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 19 }, "end": { - "line": 1830, + "line": 1849, "column": 23 } } }, "property": { "type": "Identifier", - "start": 64325, - "end": 64336, + "start": 65042, + "end": 65053, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 24 }, "end": { - "line": 1830, + "line": 1849, "column": 35 }, "identifierName": "recordAudio" @@ -227108,15 +228940,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 64341, - "end": 64345, + "start": 65058, + "end": 65062, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 40 }, "end": { - "line": 1830, + "line": 1849, "column": 44 } }, @@ -227125,73 +228957,73 @@ }, "consequent": { "type": "BlockStatement", - "start": 64347, - "end": 64514, + "start": 65064, + "end": 65231, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 46 }, "end": { - "line": 1835, + "line": 1854, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 64425, - "end": 64504, + "start": 65142, + "end": 65221, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1834, + "line": 1853, "column": 14 } }, "expression": { "type": "AssignmentExpression", - "start": 64425, - "end": 64503, + "start": 65142, + "end": 65220, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1834, + "line": 1853, "column": 13 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64425, - "end": 64441, + "start": 65142, + "end": 65158, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1832, + "line": 1851, "column": 28 } }, "object": { "type": "ThisExpression", - "start": 64425, - "end": 64429, + "start": 65142, + "end": 65146, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1832, + "line": 1851, "column": 16 } }, @@ -227199,15 +229031,15 @@ }, "property": { "type": "Identifier", - "start": 64430, - "end": 64441, + "start": 65147, + "end": 65158, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 17 }, "end": { - "line": 1832, + "line": 1851, "column": 28 }, "identifierName": "recordAudio" @@ -227219,30 +229051,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64444, - "end": 64503, + "start": 65161, + "end": 65220, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 31 }, "end": { - "line": 1834, + "line": 1853, "column": 13 } }, "properties": [ { "type": "ObjectProperty", - "start": 64462, - "end": 64489, + "start": 65179, + "end": 65206, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 16 }, "end": { - "line": 1833, + "line": 1852, "column": 43 } }, @@ -227251,15 +229083,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64462, - "end": 64470, + "start": 65179, + "end": 65187, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 16 }, "end": { - "line": 1833, + "line": 1852, "column": 24 }, "identifierName": "deviceId" @@ -227268,30 +229100,30 @@ }, "value": { "type": "ObjectExpression", - "start": 64472, - "end": 64489, + "start": 65189, + "end": 65206, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 26 }, "end": { - "line": 1833, + "line": 1852, "column": 43 } }, "properties": [ { "type": "ObjectProperty", - "start": 64473, - "end": 64488, + "start": 65190, + "end": 65205, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 27 }, "end": { - "line": 1833, + "line": 1852, "column": 42 } }, @@ -227300,15 +229132,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64473, - "end": 64478, + "start": 65190, + "end": 65195, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 27 }, "end": { - "line": 1833, + "line": 1852, "column": 32 }, "identifierName": "exact" @@ -227317,15 +229149,15 @@ }, "value": { "type": "Identifier", - "start": 64480, - "end": 64488, + "start": 65197, + "end": 65205, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 34 }, "end": { - "line": 1833, + "line": 1852, "column": 42 }, "identifierName": "deviceId" @@ -227344,15 +229176,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 64361, - "end": 64412, + "start": 65078, + "end": 65129, "loc": { "start": { - "line": 1831, + "line": 1850, "column": 12 }, "end": { - "line": 1831, + "line": 1850, "column": 63 } } @@ -227370,15 +229202,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64524, - "end": 64574, + "start": 65241, + "end": 65291, "loc": { "start": { - "line": 1837, + "line": 1856, "column": 8 }, "end": { - "line": 1837, + "line": 1856, "column": 58 } } @@ -227387,57 +229219,57 @@ }, { "type": "SwitchStatement", - "start": 64583, - "end": 64835, + "start": 65300, + "end": 65552, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 8 }, "end": { - "line": 1845, + "line": 1864, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 64591, - "end": 64611, + "start": 65308, + "end": 65328, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 16 }, "end": { - "line": 1838, + "line": 1857, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 64591, - "end": 64609, + "start": 65308, + "end": 65326, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 16 }, "end": { - "line": 1838, + "line": 1857, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 64591, - "end": 64595, + "start": 65308, + "end": 65312, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 16 }, "end": { - "line": 1838, + "line": 1857, "column": 20 } }, @@ -227445,15 +229277,15 @@ }, "property": { "type": "Identifier", - "start": 64596, - "end": 64609, + "start": 65313, + "end": 65326, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 21 }, "end": { - "line": 1838, + "line": 1857, "column": 34 }, "identifierName": "getRecordType" @@ -227469,130 +229301,130 @@ "cases": [ { "type": "SwitchCase", - "start": 64627, - "end": 64825, + "start": 65344, + "end": 65542, "loc": { "start": { - "line": 1839, + "line": 1858, "column": 12 }, "end": { - "line": 1844, + "line": 1863, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 64660, - "end": 64802, + "start": 65377, + "end": 65519, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1843, + "line": 1862, "column": 18 } }, "expression": { "type": "AssignmentExpression", - "start": 64660, - "end": 64801, + "start": 65377, + "end": 65518, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1843, + "line": 1862, "column": 17 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 64660, - "end": 64701, + "start": 65377, + "end": 65418, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 57 } }, "object": { "type": "MemberExpression", - "start": 64660, - "end": 64689, + "start": 65377, + "end": 65406, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 64660, - "end": 64678, + "start": 65377, + "end": 65395, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 64660, - "end": 64671, + "start": 65377, + "end": 65388, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 64660, - "end": 64664, + "start": 65377, + "end": 65381, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 20 } } }, "property": { "type": "Identifier", - "start": 64665, - "end": 64671, + "start": 65382, + "end": 65388, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 21 }, "end": { - "line": 1840, + "line": 1859, "column": 27 }, "identifierName": "surfer" @@ -227603,15 +229435,15 @@ }, "property": { "type": "Identifier", - "start": 64672, - "end": 64678, + "start": 65389, + "end": 65395, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 28 }, "end": { - "line": 1840, + "line": 1859, "column": 34 }, "identifierName": "surfer" @@ -227622,15 +229454,15 @@ }, "property": { "type": "Identifier", - "start": 64679, - "end": 64689, + "start": 65396, + "end": 65406, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 35 }, "end": { - "line": 1840, + "line": 1859, "column": 45 }, "identifierName": "microphone" @@ -227641,15 +229473,15 @@ }, "property": { "type": "Identifier", - "start": 64690, - "end": 64701, + "start": 65407, + "end": 65418, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 46 }, "end": { - "line": 1840, + "line": 1859, "column": 57 }, "identifierName": "constraints" @@ -227660,30 +229492,30 @@ }, "right": { "type": "ObjectExpression", - "start": 64704, - "end": 64801, + "start": 65421, + "end": 65518, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 60 }, "end": { - "line": 1843, + "line": 1862, "column": 17 } }, "properties": [ { "type": "ObjectProperty", - "start": 64726, - "end": 64738, + "start": 65443, + "end": 65455, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 20 }, "end": { - "line": 1841, + "line": 1860, "column": 32 } }, @@ -227692,15 +229524,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64726, - "end": 64731, + "start": 65443, + "end": 65448, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 20 }, "end": { - "line": 1841, + "line": 1860, "column": 25 }, "identifierName": "video" @@ -227709,15 +229541,15 @@ }, "value": { "type": "BooleanLiteral", - "start": 64733, - "end": 64738, + "start": 65450, + "end": 65455, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 27 }, "end": { - "line": 1841, + "line": 1860, "column": 32 } }, @@ -227726,15 +229558,15 @@ }, { "type": "ObjectProperty", - "start": 64760, - "end": 64783, + "start": 65477, + "end": 65500, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 20 }, "end": { - "line": 1842, + "line": 1861, "column": 43 } }, @@ -227743,15 +229575,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 64760, - "end": 64765, + "start": 65477, + "end": 65482, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 20 }, "end": { - "line": 1842, + "line": 1861, "column": 25 }, "identifierName": "audio" @@ -227760,44 +229592,44 @@ }, "value": { "type": "MemberExpression", - "start": 64767, - "end": 64783, + "start": 65484, + "end": 65500, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 27 }, "end": { - "line": 1842, + "line": 1861, "column": 43 } }, "object": { "type": "ThisExpression", - "start": 64767, - "end": 64771, + "start": 65484, + "end": 65488, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 27 }, "end": { - "line": 1842, + "line": 1861, "column": 31 } } }, "property": { "type": "Identifier", - "start": 64772, - "end": 64783, + "start": 65489, + "end": 65500, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 32 }, "end": { - "line": 1842, + "line": 1861, "column": 43 }, "identifierName": "recordAudio" @@ -227813,15 +229645,15 @@ }, { "type": "BreakStatement", - "start": 64819, - "end": 64825, + "start": 65536, + "end": 65542, "loc": { "start": { - "line": 1844, + "line": 1863, "column": 16 }, "end": { - "line": 1844, + "line": 1863, "column": 22 } }, @@ -227830,15 +229662,15 @@ ], "test": { "type": "Identifier", - "start": 64632, - "end": 64642, + "start": 65349, + "end": 65359, "loc": { "start": { - "line": 1839, + "line": 1858, "column": 17 }, "end": { - "line": 1839, + "line": 1858, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -227851,15 +229683,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64524, - "end": 64574, + "start": 65241, + "end": 65291, "loc": { "start": { - "line": 1837, + "line": 1856, "column": 8 }, "end": { - "line": 1837, + "line": 1856, "column": 58 } } @@ -227869,15 +229701,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64845, - "end": 64871, + "start": 65562, + "end": 65588, "loc": { "start": { - "line": 1847, + "line": 1866, "column": 8 }, "end": { - "line": 1847, + "line": 1866, "column": 34 } } @@ -227886,57 +229718,57 @@ }, { "type": "ExpressionStatement", - "start": 64880, - "end": 64898, + "start": 65597, + "end": 65615, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 26 } }, "expression": { "type": "CallExpression", - "start": 64880, - "end": 64897, + "start": 65597, + "end": 65614, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 25 } }, "callee": { "type": "MemberExpression", - "start": 64880, - "end": 64895, + "start": 65597, + "end": 65612, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 64880, - "end": 64884, + "start": 65597, + "end": 65601, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 12 } }, @@ -227944,15 +229776,15 @@ }, "property": { "type": "Identifier", - "start": 64885, - "end": 64895, + "start": 65602, + "end": 65612, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 13 }, "end": { - "line": 1848, + "line": 1867, "column": 23 }, "identifierName": "stopDevice" @@ -227969,15 +229801,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64845, - "end": 64871, + "start": 65562, + "end": 65588, "loc": { "start": { - "line": 1847, + "line": 1866, "column": 8 }, "end": { - "line": 1847, + "line": 1866, "column": 34 } } @@ -227987,15 +229819,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64908, - "end": 64966, + "start": 65625, + "end": 65683, "loc": { "start": { - "line": 1850, + "line": 1869, "column": 8 }, "end": { - "line": 1850, + "line": 1869, "column": 66 } } @@ -228004,57 +229836,57 @@ }, { "type": "ExpressionStatement", - "start": 64975, - "end": 64992, + "start": 65692, + "end": 65709, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 25 } }, "expression": { "type": "CallExpression", - "start": 64975, - "end": 64991, + "start": 65692, + "end": 65708, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 24 } }, "callee": { "type": "MemberExpression", - "start": 64975, - "end": 64989, + "start": 65692, + "end": 65706, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 22 } }, "object": { "type": "ThisExpression", - "start": 64975, - "end": 64979, + "start": 65692, + "end": 65696, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 12 } }, @@ -228062,15 +229894,15 @@ }, "property": { "type": "Identifier", - "start": 64980, - "end": 64989, + "start": 65697, + "end": 65706, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 13 }, "end": { - "line": 1851, + "line": 1870, "column": 22 }, "identifierName": "getDevice" @@ -228087,15 +229919,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64908, - "end": 64966, + "start": 65625, + "end": 65683, "loc": { "start": { - "line": 1850, + "line": 1869, "column": 8 }, "end": { - "line": 1850, + "line": 1869, "column": 66 } } @@ -228110,15 +229942,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63982, - "end": 64102, + "start": 64699, + "end": 64819, "loc": { "start": { - "line": 1820, + "line": 1839, "column": 4 }, "end": { - "line": 1824, + "line": 1843, "column": 7 } } @@ -228128,15 +229960,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 65004, - "end": 65122, + "start": 65721, + "end": 65839, "loc": { "start": { - "line": 1854, + "line": 1873, "column": 4 }, "end": { - "line": 1858, + "line": 1877, "column": 7 } } @@ -228145,15 +229977,15 @@ }, { "type": "ClassMethod", - "start": 65127, - "end": 66533, + "start": 65844, + "end": 67250, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 4 }, "end": { - "line": 1895, + "line": 1914, "column": 5 } }, @@ -228161,15 +229993,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 65127, - "end": 65141, + "start": 65844, + "end": 65858, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 4 }, "end": { - "line": 1859, + "line": 1878, "column": 18 }, "identifierName": "setAudioOutput" @@ -228185,15 +230017,15 @@ "params": [ { "type": "Identifier", - "start": 65142, - "end": 65150, + "start": 65859, + "end": 65867, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 19 }, "end": { - "line": 1859, + "line": 1878, "column": 27 }, "identifierName": "deviceId" @@ -228203,59 +230035,59 @@ ], "body": { "type": "BlockStatement", - "start": 65152, - "end": 66533, + "start": 65869, + "end": 67250, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 29 }, "end": { - "line": 1895, + "line": 1914, "column": 5 } }, "body": [ { "type": "VariableDeclaration", - "start": 65162, - "end": 65179, + "start": 65879, + "end": 65896, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 8 }, "end": { - "line": 1860, + "line": 1879, "column": 25 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65166, - "end": 65178, + "start": 65883, + "end": 65895, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 12 }, "end": { - "line": 1860, + "line": 1879, "column": 24 } }, "id": { "type": "Identifier", - "start": 65166, - "end": 65178, + "start": 65883, + "end": 65895, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 12 }, "end": { - "line": 1860, + "line": 1879, "column": 24 }, "identifierName": "errorMessage" @@ -228269,72 +230101,72 @@ }, { "type": "SwitchStatement", - "start": 65188, - "end": 66420, + "start": 65905, + "end": 67137, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 8 }, "end": { - "line": 1891, + "line": 1910, "column": 9 } }, "discriminant": { "type": "CallExpression", - "start": 65196, - "end": 65216, + "start": 65913, + "end": 65933, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 16 }, "end": { - "line": 1861, + "line": 1880, "column": 36 } }, "callee": { "type": "MemberExpression", - "start": 65196, - "end": 65214, + "start": 65913, + "end": 65931, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 16 }, "end": { - "line": 1861, + "line": 1880, "column": 34 } }, "object": { "type": "ThisExpression", - "start": 65196, - "end": 65200, + "start": 65913, + "end": 65917, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 16 }, "end": { - "line": 1861, + "line": 1880, "column": 20 } } }, "property": { "type": "Identifier", - "start": 65201, - "end": 65214, + "start": 65918, + "end": 65931, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 21 }, "end": { - "line": 1861, + "line": 1880, "column": 34 }, "identifierName": "getRecordType" @@ -228348,156 +230180,156 @@ "cases": [ { "type": "SwitchCase", - "start": 65232, - "end": 65610, + "start": 65949, + "end": 66327, "loc": { "start": { - "line": 1862, + "line": 1881, "column": 12 }, "end": { - "line": 1871, + "line": 1890, "column": 22 } }, "consequent": [ { "type": "ExpressionStatement", - "start": 65299, - "end": 65587, + "start": 66016, + "end": 66304, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1870, + "line": 1889, "column": 19 } }, "expression": { "type": "CallExpression", - "start": 65299, - "end": 65586, + "start": 66016, + "end": 66303, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1870, + "line": 1889, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 65299, - "end": 65516, + "start": 66016, + "end": 66233, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1868, + "line": 1887, "column": 24 } }, "object": { "type": "CallExpression", - "start": 65299, - "end": 65510, + "start": 66016, + "end": 66227, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1868, + "line": 1887, "column": 18 } }, "callee": { "type": "MemberExpression", - "start": 65299, - "end": 65342, + "start": 66016, + "end": 66059, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 59 } }, "object": { "type": "CallExpression", - "start": 65299, - "end": 65337, + "start": 66016, + "end": 66054, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 65299, - "end": 65327, + "start": 66016, + "end": 66044, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 44 } }, "object": { "type": "MemberExpression", - "start": 65299, - "end": 65317, + "start": 66016, + "end": 66034, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 65299, - "end": 65310, + "start": 66016, + "end": 66027, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 27 } }, "object": { "type": "ThisExpression", - "start": 65299, - "end": 65303, + "start": 66016, + "end": 66020, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 20 } }, @@ -228505,15 +230337,15 @@ }, "property": { "type": "Identifier", - "start": 65304, - "end": 65310, + "start": 66021, + "end": 66027, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 21 }, "end": { - "line": 1864, + "line": 1883, "column": 27 }, "identifierName": "surfer" @@ -228525,15 +230357,15 @@ }, "property": { "type": "Identifier", - "start": 65311, - "end": 65317, + "start": 66028, + "end": 66034, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 28 }, "end": { - "line": 1864, + "line": 1883, "column": 34 }, "identifierName": "surfer" @@ -228545,15 +230377,15 @@ }, "property": { "type": "Identifier", - "start": 65318, - "end": 65327, + "start": 66035, + "end": 66044, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 35 }, "end": { - "line": 1864, + "line": 1883, "column": 44 }, "identifierName": "setSinkId" @@ -228566,15 +230398,15 @@ "arguments": [ { "type": "Identifier", - "start": 65328, - "end": 65336, + "start": 66045, + "end": 66053, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 45 }, "end": { - "line": 1864, + "line": 1883, "column": 53 }, "identifierName": "deviceId" @@ -228586,15 +230418,15 @@ }, "property": { "type": "Identifier", - "start": 65338, - "end": 65342, + "start": 66055, + "end": 66059, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 55 }, "end": { - "line": 1864, + "line": 1883, "column": 59 }, "identifierName": "then" @@ -228607,15 +230439,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65343, - "end": 65509, + "start": 66060, + "end": 66226, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 60 }, "end": { - "line": 1868, + "line": 1887, "column": 17 } }, @@ -228626,15 +230458,15 @@ "params": [ { "type": "Identifier", - "start": 65344, - "end": 65350, + "start": 66061, + "end": 66067, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 61 }, "end": { - "line": 1864, + "line": 1883, "column": 67 }, "identifierName": "result" @@ -228644,86 +230476,86 @@ ], "body": { "type": "BlockStatement", - "start": 65355, - "end": 65509, + "start": 66072, + "end": 66226, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 72 }, "end": { - "line": 1868, + "line": 1887, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 65417, - "end": 65463, + "start": 66134, + "end": 66180, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 66 } }, "expression": { "type": "CallExpression", - "start": 65417, - "end": 65462, + "start": 66134, + "end": 66179, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 65 } }, "callee": { "type": "MemberExpression", - "start": 65417, - "end": 65436, + "start": 66134, + "end": 66153, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 65417, - "end": 65428, + "start": 66134, + "end": 66145, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 31 } }, "object": { "type": "ThisExpression", - "start": 65417, - "end": 65421, + "start": 66134, + "end": 66138, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 24 } }, @@ -228731,15 +230563,15 @@ }, "property": { "type": "Identifier", - "start": 65422, - "end": 65428, + "start": 66139, + "end": 66145, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 25 }, "end": { - "line": 1866, + "line": 1885, "column": 31 }, "identifierName": "player" @@ -228751,15 +230583,15 @@ }, "property": { "type": "Identifier", - "start": 65429, - "end": 65436, + "start": 66146, + "end": 66153, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 32 }, "end": { - "line": 1866, + "line": 1885, "column": 39 }, "identifierName": "trigger" @@ -228772,29 +230604,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 65437, - "end": 65461, + "start": 66154, + "end": 66178, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 40 }, "end": { - "line": 1866, + "line": 1885, "column": 64 } }, "object": { "type": "Identifier", - "start": 65437, - "end": 65442, + "start": 66154, + "end": 66159, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 40 }, "end": { - "line": 1866, + "line": 1885, "column": 45 }, "identifierName": "Event" @@ -228803,15 +230635,15 @@ }, "property": { "type": "Identifier", - "start": 65443, - "end": 65461, + "start": 66160, + "end": 66178, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 46 }, "end": { - "line": 1866, + "line": 1885, "column": 64 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -228827,15 +230659,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65377, - "end": 65396, + "start": 66094, + "end": 66113, "loc": { "start": { - "line": 1865, + "line": 1884, "column": 20 }, "end": { - "line": 1865, + "line": 1884, "column": 39 } } @@ -228844,15 +230676,15 @@ }, { "type": "ReturnStatement", - "start": 65484, - "end": 65491, + "start": 66201, + "end": 66208, "loc": { "start": { - "line": 1867, + "line": 1886, "column": 20 }, "end": { - "line": 1867, + "line": 1886, "column": 27 } }, @@ -228867,15 +230699,15 @@ }, "property": { "type": "Identifier", - "start": 65511, - "end": 65516, + "start": 66228, + "end": 66233, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 19 }, "end": { - "line": 1868, + "line": 1887, "column": 24 }, "identifierName": "catch" @@ -228888,15 +230720,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65517, - "end": 65585, + "start": 66234, + "end": 66302, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 25 }, "end": { - "line": 1870, + "line": 1889, "column": 17 } }, @@ -228907,15 +230739,15 @@ "params": [ { "type": "Identifier", - "start": 65518, - "end": 65521, + "start": 66235, + "end": 66238, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 26 }, "end": { - "line": 1868, + "line": 1887, "column": 29 }, "identifierName": "err" @@ -228925,59 +230757,59 @@ ], "body": { "type": "BlockStatement", - "start": 65526, - "end": 65585, + "start": 66243, + "end": 66302, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 34 }, "end": { - "line": 1870, + "line": 1889, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 65548, - "end": 65567, + "start": 66265, + "end": 66284, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 20 }, "end": { - "line": 1869, + "line": 1888, "column": 39 } }, "expression": { "type": "AssignmentExpression", - "start": 65548, - "end": 65566, + "start": 66265, + "end": 66283, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 20 }, "end": { - "line": 1869, + "line": 1888, "column": 38 } }, "operator": "=", "left": { "type": "Identifier", - "start": 65548, - "end": 65560, + "start": 66265, + "end": 66277, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 20 }, "end": { - "line": 1869, + "line": 1888, "column": 32 }, "identifierName": "errorMessage" @@ -228986,15 +230818,15 @@ }, "right": { "type": "Identifier", - "start": 65563, - "end": 65566, + "start": 66280, + "end": 66283, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 35 }, "end": { - "line": 1869, + "line": 1888, "column": 38 }, "identifierName": "err" @@ -229014,15 +230846,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 65265, - "end": 65282, + "start": 65982, + "end": 65999, "loc": { "start": { - "line": 1863, + "line": 1882, "column": 16 }, "end": { - "line": 1863, + "line": 1882, "column": 33 } } @@ -229031,15 +230863,15 @@ }, { "type": "BreakStatement", - "start": 65604, - "end": 65610, + "start": 66321, + "end": 66327, "loc": { "start": { - "line": 1871, + "line": 1890, "column": 16 }, "end": { - "line": 1871, + "line": 1890, "column": 22 } }, @@ -229048,15 +230880,15 @@ ], "test": { "type": "Identifier", - "start": 65237, - "end": 65247, + "start": 65954, + "end": 65964, "loc": { "start": { - "line": 1862, + "line": 1881, "column": 17 }, "end": { - "line": 1862, + "line": 1881, "column": 27 }, "identifierName": "AUDIO_ONLY" @@ -229066,59 +230898,59 @@ }, { "type": "SwitchCase", - "start": 65624, - "end": 66410, + "start": 66341, + "end": 67127, "loc": { "start": { - "line": 1873, + "line": 1892, "column": 12 }, "end": { - "line": 1890, + "line": 1909, "column": 22 } }, "consequent": [ { "type": "VariableDeclaration", - "start": 65649, - "end": 65680, + "start": 66366, + "end": 66397, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 16 }, "end": { - "line": 1874, + "line": 1893, "column": 47 } }, "declarations": [ { "type": "VariableDeclarator", - "start": 65653, - "end": 65679, + "start": 66370, + "end": 66396, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 20 }, "end": { - "line": 1874, + "line": 1893, "column": 46 } }, "id": { "type": "Identifier", - "start": 65653, - "end": 65660, + "start": 66370, + "end": 66377, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 20 }, "end": { - "line": 1874, + "line": 1893, "column": 27 }, "identifierName": "element" @@ -229127,43 +230959,43 @@ }, "init": { "type": "MemberExpression", - "start": 65663, - "end": 65679, + "start": 66380, + "end": 66396, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 30 }, "end": { - "line": 1874, + "line": 1893, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 65663, - "end": 65675, + "start": 66380, + "end": 66392, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 30 }, "end": { - "line": 1874, + "line": 1893, "column": 42 } }, "object": { "type": "Identifier", - "start": 65663, - "end": 65669, + "start": 66380, + "end": 66386, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 30 }, "end": { - "line": 1874, + "line": 1893, "column": 36 }, "identifierName": "player" @@ -229172,15 +231004,15 @@ }, "property": { "type": "Identifier", - "start": 65670, - "end": 65675, + "start": 66387, + "end": 66392, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 37 }, "end": { - "line": 1874, + "line": 1893, "column": 42 }, "identifierName": "tech_" @@ -229191,15 +231023,15 @@ }, "property": { "type": "Identifier", - "start": 65676, - "end": 65679, + "start": 66393, + "end": 66396, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 43 }, "end": { - "line": 1874, + "line": 1893, "column": 46 }, "identifierName": "el_" @@ -229214,29 +231046,29 @@ }, { "type": "IfStatement", - "start": 65697, - "end": 66387, + "start": 66414, + "end": 67104, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 16 }, "end": { - "line": 1889, + "line": 1908, "column": 17 } }, "test": { "type": "Identifier", - "start": 65701, - "end": 65709, + "start": 66418, + "end": 66426, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 20 }, "end": { - "line": 1875, + "line": 1894, "column": 28 }, "identifierName": "deviceId" @@ -229245,58 +231077,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 65711, - "end": 66294, + "start": 66428, + "end": 67011, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 30 }, "end": { - "line": 1887, + "line": 1906, "column": 17 } }, "body": [ { "type": "IfStatement", - "start": 65733, - "end": 66276, + "start": 66450, + "end": 66993, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 20 }, "end": { - "line": 1886, + "line": 1905, "column": 21 } }, "test": { "type": "BinaryExpression", - "start": 65737, - "end": 65774, + "start": 66454, + "end": 66491, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 24 }, "end": { - "line": 1876, + "line": 1895, "column": 61 } }, "left": { "type": "UnaryExpression", - "start": 65737, - "end": 65758, + "start": 66454, + "end": 66475, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 24 }, "end": { - "line": 1876, + "line": 1895, "column": 45 } }, @@ -229304,29 +231136,29 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 65744, - "end": 65758, + "start": 66461, + "end": 66475, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 31 }, "end": { - "line": 1876, + "line": 1895, "column": 45 } }, "object": { "type": "Identifier", - "start": 65744, - "end": 65751, + "start": 66461, + "end": 66468, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 31 }, "end": { - "line": 1876, + "line": 1895, "column": 38 }, "identifierName": "element" @@ -229335,15 +231167,15 @@ }, "property": { "type": "Identifier", - "start": 65752, - "end": 65758, + "start": 66469, + "end": 66475, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 39 }, "end": { - "line": 1876, + "line": 1895, "column": 45 }, "identifierName": "sinkId" @@ -229359,15 +231191,15 @@ "operator": "!==", "right": { "type": "StringLiteral", - "start": 65763, - "end": 65774, + "start": 66480, + "end": 66491, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 50 }, "end": { - "line": 1876, + "line": 1895, "column": 61 } }, @@ -229380,128 +231212,128 @@ }, "consequent": { "type": "BlockStatement", - "start": 65776, - "end": 66149, + "start": 66493, + "end": 66866, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 63 }, "end": { - "line": 1884, + "line": 1903, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 65802, - "end": 66127, + "start": 66519, + "end": 66844, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1883, + "line": 1902, "column": 27 } }, "expression": { "type": "CallExpression", - "start": 65802, - "end": 66126, + "start": 66519, + "end": 66843, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1883, + "line": 1902, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 65802, - "end": 66040, + "start": 66519, + "end": 66757, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1881, + "line": 1900, "column": 32 } }, "object": { "type": "CallExpression", - "start": 65802, - "end": 66034, + "start": 66519, + "end": 66751, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1881, + "line": 1900, "column": 26 } }, "callee": { "type": "MemberExpression", - "start": 65802, - "end": 65834, + "start": 66519, + "end": 66551, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 56 } }, "object": { "type": "CallExpression", - "start": 65802, - "end": 65829, + "start": 66519, + "end": 66546, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 65802, - "end": 65819, + "start": 66519, + "end": 66536, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 41 } }, "object": { "type": "Identifier", - "start": 65802, - "end": 65809, + "start": 66519, + "end": 66526, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 31 }, "identifierName": "element" @@ -229510,15 +231342,15 @@ }, "property": { "type": "Identifier", - "start": 65810, - "end": 65819, + "start": 66527, + "end": 66536, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 32 }, "end": { - "line": 1877, + "line": 1896, "column": 41 }, "identifierName": "setSinkId" @@ -229530,15 +231362,15 @@ "arguments": [ { "type": "Identifier", - "start": 65820, - "end": 65828, + "start": 66537, + "end": 66545, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 42 }, "end": { - "line": 1877, + "line": 1896, "column": 50 }, "identifierName": "deviceId" @@ -229549,15 +231381,15 @@ }, "property": { "type": "Identifier", - "start": 65830, - "end": 65834, + "start": 66547, + "end": 66551, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 52 }, "end": { - "line": 1877, + "line": 1896, "column": 56 }, "identifierName": "then" @@ -229569,15 +231401,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 65835, - "end": 66033, + "start": 66552, + "end": 66750, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 57 }, "end": { - "line": 1881, + "line": 1900, "column": 25 } }, @@ -229588,15 +231420,15 @@ "params": [ { "type": "Identifier", - "start": 65836, - "end": 65842, + "start": 66553, + "end": 66559, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 58 }, "end": { - "line": 1877, + "line": 1896, "column": 64 }, "identifierName": "result" @@ -229606,86 +231438,86 @@ ], "body": { "type": "BlockStatement", - "start": 65847, - "end": 66033, + "start": 66564, + "end": 66750, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 69 }, "end": { - "line": 1881, + "line": 1900, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 65925, - "end": 65971, + "start": 66642, + "end": 66688, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 74 } }, "expression": { "type": "CallExpression", - "start": 65925, - "end": 65970, + "start": 66642, + "end": 66687, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 73 } }, "callee": { "type": "MemberExpression", - "start": 65925, - "end": 65944, + "start": 66642, + "end": 66661, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 47 } }, "object": { "type": "MemberExpression", - "start": 65925, - "end": 65936, + "start": 66642, + "end": 66653, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 39 } }, "object": { "type": "ThisExpression", - "start": 65925, - "end": 65929, + "start": 66642, + "end": 66646, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 32 } }, @@ -229693,15 +231525,15 @@ }, "property": { "type": "Identifier", - "start": 65930, - "end": 65936, + "start": 66647, + "end": 66653, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 33 }, "end": { - "line": 1879, + "line": 1898, "column": 39 }, "identifierName": "player" @@ -229713,15 +231545,15 @@ }, "property": { "type": "Identifier", - "start": 65937, - "end": 65944, + "start": 66654, + "end": 66661, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 40 }, "end": { - "line": 1879, + "line": 1898, "column": 47 }, "identifierName": "trigger" @@ -229734,29 +231566,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 65945, - "end": 65969, + "start": 66662, + "end": 66686, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 48 }, "end": { - "line": 1879, + "line": 1898, "column": 72 } }, "object": { "type": "Identifier", - "start": 65945, - "end": 65950, + "start": 66662, + "end": 66667, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 48 }, "end": { - "line": 1879, + "line": 1898, "column": 53 }, "identifierName": "Event" @@ -229765,15 +231597,15 @@ }, "property": { "type": "Identifier", - "start": 65951, - "end": 65969, + "start": 66668, + "end": 66686, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 54 }, "end": { - "line": 1879, + "line": 1898, "column": 72 }, "identifierName": "AUDIO_OUTPUT_READY" @@ -229789,15 +231621,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65877, - "end": 65896, + "start": 66594, + "end": 66613, "loc": { "start": { - "line": 1878, + "line": 1897, "column": 28 }, "end": { - "line": 1878, + "line": 1897, "column": 47 } } @@ -229806,15 +231638,15 @@ }, { "type": "ReturnStatement", - "start": 66000, - "end": 66007, + "start": 66717, + "end": 66724, "loc": { "start": { - "line": 1880, + "line": 1899, "column": 28 }, "end": { - "line": 1880, + "line": 1899, "column": 35 } }, @@ -229828,15 +231660,15 @@ }, "property": { "type": "Identifier", - "start": 66035, - "end": 66040, + "start": 66752, + "end": 66757, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 27 }, "end": { - "line": 1881, + "line": 1900, "column": 32 }, "identifierName": "catch" @@ -229848,15 +231680,15 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 66041, - "end": 66125, + "start": 66758, + "end": 66842, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 33 }, "end": { - "line": 1883, + "line": 1902, "column": 25 } }, @@ -229867,15 +231699,15 @@ "params": [ { "type": "Identifier", - "start": 66042, - "end": 66045, + "start": 66759, + "end": 66762, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 34 }, "end": { - "line": 1881, + "line": 1900, "column": 37 }, "identifierName": "err" @@ -229885,59 +231717,59 @@ ], "body": { "type": "BlockStatement", - "start": 66050, - "end": 66125, + "start": 66767, + "end": 66842, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 42 }, "end": { - "line": 1883, + "line": 1902, "column": 25 } }, "body": [ { "type": "ExpressionStatement", - "start": 66080, - "end": 66099, + "start": 66797, + "end": 66816, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 28 }, "end": { - "line": 1882, + "line": 1901, "column": 47 } }, "expression": { "type": "AssignmentExpression", - "start": 66080, - "end": 66098, + "start": 66797, + "end": 66815, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 28 }, "end": { - "line": 1882, + "line": 1901, "column": 46 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66080, - "end": 66092, + "start": 66797, + "end": 66809, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 28 }, "end": { - "line": 1882, + "line": 1901, "column": 40 }, "identifierName": "errorMessage" @@ -229946,15 +231778,15 @@ }, "right": { "type": "Identifier", - "start": 66095, - "end": 66098, + "start": 66812, + "end": 66815, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 43 }, "end": { - "line": 1882, + "line": 1901, "column": 46 }, "identifierName": "err" @@ -229975,59 +231807,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 66155, - "end": 66276, + "start": 66872, + "end": 66993, "loc": { "start": { - "line": 1884, + "line": 1903, "column": 27 }, "end": { - "line": 1886, + "line": 1905, "column": 21 } }, "body": [ { "type": "ExpressionStatement", - "start": 66181, - "end": 66254, + "start": 66898, + "end": 66971, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 24 }, "end": { - "line": 1885, + "line": 1904, "column": 97 } }, "expression": { "type": "AssignmentExpression", - "start": 66181, - "end": 66253, + "start": 66898, + "end": 66970, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 24 }, "end": { - "line": 1885, + "line": 1904, "column": 96 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66181, - "end": 66193, + "start": 66898, + "end": 66910, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 24 }, "end": { - "line": 1885, + "line": 1904, "column": 36 }, "identifierName": "errorMessage" @@ -230036,15 +231868,15 @@ }, "right": { "type": "StringLiteral", - "start": 66196, - "end": 66253, + "start": 66913, + "end": 66970, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 39 }, "end": { - "line": 1885, + "line": 1904, "column": 96 } }, @@ -230065,59 +231897,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 66300, - "end": 66387, + "start": 67017, + "end": 67104, "loc": { "start": { - "line": 1887, + "line": 1906, "column": 23 }, "end": { - "line": 1889, + "line": 1908, "column": 17 } }, "body": [ { "type": "ExpressionStatement", - "start": 66322, - "end": 66369, + "start": 67039, + "end": 67086, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 20 }, "end": { - "line": 1888, + "line": 1907, "column": 67 } }, "expression": { "type": "AssignmentExpression", - "start": 66322, - "end": 66368, + "start": 67039, + "end": 67085, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 20 }, "end": { - "line": 1888, + "line": 1907, "column": 66 } }, "operator": "=", "left": { "type": "Identifier", - "start": 66322, - "end": 66334, + "start": 67039, + "end": 67051, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 20 }, "end": { - "line": 1888, + "line": 1907, "column": 32 }, "identifierName": "errorMessage" @@ -230126,30 +231958,30 @@ }, "right": { "type": "TemplateLiteral", - "start": 66337, - "end": 66368, + "start": 67054, + "end": 67085, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 35 }, "end": { - "line": 1888, + "line": 1907, "column": 66 } }, "expressions": [ { "type": "Identifier", - "start": 66358, - "end": 66366, + "start": 67075, + "end": 67083, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 56 }, "end": { - "line": 1888, + "line": 1907, "column": 64 }, "identifierName": "deviceId" @@ -230160,15 +231992,15 @@ "quasis": [ { "type": "TemplateElement", - "start": 66338, - "end": 66356, + "start": 67055, + "end": 67073, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 36 }, "end": { - "line": 1888, + "line": 1907, "column": 54 } }, @@ -230180,15 +232012,15 @@ }, { "type": "TemplateElement", - "start": 66367, - "end": 66367, + "start": 67084, + "end": 67084, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 65 }, "end": { - "line": 1888, + "line": 1907, "column": 65 } }, @@ -230208,15 +232040,15 @@ }, { "type": "BreakStatement", - "start": 66404, - "end": 66410, + "start": 67121, + "end": 67127, "loc": { "start": { - "line": 1890, + "line": 1909, "column": 16 }, "end": { - "line": 1890, + "line": 1909, "column": 22 } }, @@ -230230,15 +232062,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66430, - "end": 66471, + "start": 67147, + "end": 67188, "loc": { "start": { - "line": 1893, + "line": 1912, "column": 8 }, "end": { - "line": 1893, + "line": 1912, "column": 49 } } @@ -230247,71 +232079,71 @@ }, { "type": "ExpressionStatement", - "start": 66480, - "end": 66527, + "start": 67197, + "end": 67244, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 55 } }, "expression": { "type": "CallExpression", - "start": 66480, - "end": 66526, + "start": 67197, + "end": 67243, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 54 } }, "callee": { "type": "MemberExpression", - "start": 66480, - "end": 66499, + "start": 67197, + "end": 67216, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 66480, - "end": 66491, + "start": 67197, + "end": 67208, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 66480, - "end": 66484, + "start": 67197, + "end": 67201, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 12 } }, @@ -230319,15 +232151,15 @@ }, "property": { "type": "Identifier", - "start": 66485, - "end": 66491, + "start": 67202, + "end": 67208, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 13 }, "end": { - "line": 1894, + "line": 1913, "column": 19 }, "identifierName": "player" @@ -230339,15 +232171,15 @@ }, "property": { "type": "Identifier", - "start": 66492, - "end": 66499, + "start": 67209, + "end": 67216, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 20 }, "end": { - "line": 1894, + "line": 1913, "column": 27 }, "identifierName": "trigger" @@ -230360,29 +232192,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 66500, - "end": 66511, + "start": 67217, + "end": 67228, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 28 }, "end": { - "line": 1894, + "line": 1913, "column": 39 } }, "object": { "type": "Identifier", - "start": 66500, - "end": 66505, + "start": 67217, + "end": 67222, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 28 }, "end": { - "line": 1894, + "line": 1913, "column": 33 }, "identifierName": "Event" @@ -230391,15 +232223,15 @@ }, "property": { "type": "Identifier", - "start": 66506, - "end": 66511, + "start": 67223, + "end": 67228, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 34 }, "end": { - "line": 1894, + "line": 1913, "column": 39 }, "identifierName": "ERROR" @@ -230410,15 +232242,15 @@ }, { "type": "Identifier", - "start": 66513, - "end": 66525, + "start": 67230, + "end": 67242, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 41 }, "end": { - "line": 1894, + "line": 1913, "column": 53 }, "identifierName": "errorMessage" @@ -230432,15 +232264,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66430, - "end": 66471, + "start": 67147, + "end": 67188, "loc": { "start": { - "line": 1893, + "line": 1912, "column": 8 }, "end": { - "line": 1893, + "line": 1912, "column": 49 } } @@ -230455,15 +232287,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 65004, - "end": 65122, + "start": 65721, + "end": 65839, "loc": { "start": { - "line": 1854, + "line": 1873, "column": 4 }, "end": { - "line": 1858, + "line": 1877, "column": 7 } } @@ -230473,15 +232305,15 @@ { "type": "CommentBlock", "value": "*\n * Replaces the default `formatTime` implementation with a custom implementation.\n *\n * @param {function} customImplementation - A function which will be used in place\n * of the default `formatTime` implementation. Will receive the current time\n * in seconds and the guide (in seconds) as arguments.\n ", - "start": 66539, - "end": 66878, + "start": 67256, + "end": 67595, "loc": { "start": { - "line": 1897, + "line": 1916, "column": 4 }, "end": { - "line": 1903, + "line": 1922, "column": 7 } } @@ -230490,15 +232322,15 @@ }, { "type": "ClassMethod", - "start": 66883, - "end": 67193, + "start": 67600, + "end": 67910, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 4 }, "end": { - "line": 1914, + "line": 1933, "column": 5 } }, @@ -230506,15 +232338,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 66883, - "end": 66896, + "start": 67600, + "end": 67613, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 4 }, "end": { - "line": 1904, + "line": 1923, "column": 17 }, "identifierName": "setFormatTime" @@ -230530,15 +232362,15 @@ "params": [ { "type": "Identifier", - "start": 66897, - "end": 66917, + "start": 67614, + "end": 67634, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 18 }, "end": { - "line": 1904, + "line": 1923, "column": 38 }, "identifierName": "customImplementation" @@ -230548,88 +232380,88 @@ ], "body": { "type": "BlockStatement", - "start": 66919, - "end": 67193, + "start": 67636, + "end": 67910, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 40 }, "end": { - "line": 1914, + "line": 1933, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 66929, - "end": 66969, + "start": 67646, + "end": 67686, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 48 } }, "expression": { "type": "AssignmentExpression", - "start": 66929, - "end": 66968, + "start": 67646, + "end": 67685, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 47 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 66929, - "end": 66945, + "start": 67646, + "end": 67662, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 24 } }, "object": { "type": "ThisExpression", - "start": 66929, - "end": 66933, + "start": 67646, + "end": 67650, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 12 } } }, "property": { "type": "Identifier", - "start": 66934, - "end": 66945, + "start": 67651, + "end": 67662, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 13 }, "end": { - "line": 1905, + "line": 1924, "column": 24 }, "identifierName": "_formatTime" @@ -230640,15 +232472,15 @@ }, "right": { "type": "Identifier", - "start": 66948, - "end": 66968, + "start": 67665, + "end": 67685, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 27 }, "end": { - "line": 1905, + "line": 1924, "column": 47 }, "identifierName": "customImplementation" @@ -230659,57 +232491,57 @@ }, { "type": "ExpressionStatement", - "start": 66979, - "end": 67019, + "start": 67696, + "end": 67736, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 48 } }, "expression": { "type": "CallExpression", - "start": 66979, - "end": 67018, + "start": 67696, + "end": 67735, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 47 } }, "callee": { "type": "MemberExpression", - "start": 66979, - "end": 67000, + "start": 67696, + "end": 67717, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 29 } }, "object": { "type": "Identifier", - "start": 66979, - "end": 66986, + "start": 67696, + "end": 67703, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 15 }, "identifierName": "videojs" @@ -230718,15 +232550,15 @@ }, "property": { "type": "Identifier", - "start": 66987, - "end": 67000, + "start": 67704, + "end": 67717, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 16 }, "end": { - "line": 1907, + "line": 1926, "column": 29 }, "identifierName": "setFormatTime" @@ -230738,44 +232570,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 67001, - "end": 67017, + "start": 67718, + "end": 67734, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 30 }, "end": { - "line": 1907, + "line": 1926, "column": 46 } }, "object": { "type": "ThisExpression", - "start": 67001, - "end": 67005, + "start": 67718, + "end": 67722, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 30 }, "end": { - "line": 1907, + "line": 1926, "column": 34 } } }, "property": { "type": "Identifier", - "start": 67006, - "end": 67017, + "start": 67723, + "end": 67734, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 35 }, "end": { - "line": 1907, + "line": 1926, "column": 46 }, "identifierName": "_formatTime" @@ -230790,15 +232622,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 67029, - "end": 67042, + "start": 67746, + "end": 67759, "loc": { "start": { - "line": 1909, + "line": 1928, "column": 8 }, "end": { - "line": 1909, + "line": 1928, "column": 21 } } @@ -230807,43 +232639,43 @@ }, { "type": "IfStatement", - "start": 67051, - "end": 67187, + "start": 67768, + "end": 67904, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 8 }, "end": { - "line": 1913, + "line": 1932, "column": 9 } }, "test": { "type": "MemberExpression", - "start": 67055, - "end": 67066, + "start": 67772, + "end": 67783, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 12 }, "end": { - "line": 1910, + "line": 1929, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67055, - "end": 67059, + "start": 67772, + "end": 67776, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 12 }, "end": { - "line": 1910, + "line": 1929, "column": 16 } }, @@ -230851,15 +232683,15 @@ }, "property": { "type": "Identifier", - "start": 67060, - "end": 67066, + "start": 67777, + "end": 67783, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 17 }, "end": { - "line": 1910, + "line": 1929, "column": 23 }, "identifierName": "surfer" @@ -230871,86 +232703,86 @@ }, "consequent": { "type": "BlockStatement", - "start": 67068, - "end": 67187, + "start": 67785, + "end": 67904, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 25 }, "end": { - "line": 1913, + "line": 1932, "column": 9 } }, "body": [ { "type": "ExpressionStatement", - "start": 67133, - "end": 67177, + "start": 67850, + "end": 67894, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 56 } }, "expression": { "type": "CallExpression", - "start": 67133, - "end": 67176, + "start": 67850, + "end": 67893, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 55 } }, "callee": { "type": "MemberExpression", - "start": 67133, - "end": 67158, + "start": 67850, + "end": 67875, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 67133, - "end": 67144, + "start": 67850, + "end": 67861, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67133, - "end": 67137, + "start": 67850, + "end": 67854, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 16 } }, @@ -230958,15 +232790,15 @@ }, "property": { "type": "Identifier", - "start": 67138, - "end": 67144, + "start": 67855, + "end": 67861, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 17 }, "end": { - "line": 1912, + "line": 1931, "column": 23 }, "identifierName": "surfer" @@ -230978,15 +232810,15 @@ }, "property": { "type": "Identifier", - "start": 67145, - "end": 67158, + "start": 67862, + "end": 67875, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 24 }, "end": { - "line": 1912, + "line": 1931, "column": 37 }, "identifierName": "setFormatTime" @@ -230999,44 +232831,44 @@ "arguments": [ { "type": "MemberExpression", - "start": 67159, - "end": 67175, + "start": 67876, + "end": 67892, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 38 }, "end": { - "line": 1912, + "line": 1931, "column": 54 } }, "object": { "type": "ThisExpression", - "start": 67159, - "end": 67163, + "start": 67876, + "end": 67880, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 38 }, "end": { - "line": 1912, + "line": 1931, "column": 42 } } }, "property": { "type": "Identifier", - "start": 67164, - "end": 67175, + "start": 67881, + "end": 67892, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 43 }, "end": { - "line": 1912, + "line": 1931, "column": 54 }, "identifierName": "_formatTime" @@ -231052,15 +232884,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 67082, - "end": 67120, + "start": 67799, + "end": 67837, "loc": { "start": { - "line": 1911, + "line": 1930, "column": 12 }, "end": { - "line": 1911, + "line": 1930, "column": 50 } } @@ -231075,15 +232907,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 67029, - "end": 67042, + "start": 67746, + "end": 67759, "loc": { "start": { - "line": 1909, + "line": 1928, "column": 8 }, "end": { - "line": 1909, + "line": 1928, "column": 21 } } @@ -231098,15 +232930,15 @@ { "type": "CommentBlock", "value": "*\n * Replaces the default `formatTime` implementation with a custom implementation.\n *\n * @param {function} customImplementation - A function which will be used in place\n * of the default `formatTime` implementation. Will receive the current time\n * in seconds and the guide (in seconds) as arguments.\n ", - "start": 66539, - "end": 66878, + "start": 67256, + "end": 67595, "loc": { "start": { - "line": 1897, + "line": 1916, "column": 4 }, "end": { - "line": 1903, + "line": 1922, "column": 7 } } @@ -231116,15 +232948,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67199, - "end": 67330, + "start": 67916, + "end": 68047, "loc": { "start": { - "line": 1916, + "line": 1935, "column": 4 }, "end": { - "line": 1921, + "line": 1940, "column": 7 } } @@ -231133,15 +232965,15 @@ }, { "type": "ClassMethod", - "start": 67335, - "end": 67662, + "start": 68052, + "end": 68379, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 4 }, "end": { - "line": 1931, + "line": 1950, "column": 5 } }, @@ -231149,15 +232981,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 67335, - "end": 67355, + "start": 68052, + "end": 68072, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 4 }, "end": { - "line": 1922, + "line": 1941, "column": 24 }, "identifierName": "displayVolumeControl" @@ -231173,15 +233005,15 @@ "params": [ { "type": "Identifier", - "start": 67356, - "end": 67363, + "start": 68073, + "end": 68080, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 25 }, "end": { - "line": 1922, + "line": 1941, "column": 32 }, "identifierName": "display" @@ -231191,115 +233023,115 @@ ], "body": { "type": "BlockStatement", - "start": 67365, - "end": 67662, + "start": 68082, + "end": 68379, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 34 }, "end": { - "line": 1931, + "line": 1950, "column": 5 } }, "body": [ { "type": "IfStatement", - "start": 67375, - "end": 67656, + "start": 68092, + "end": 68373, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 8 }, "end": { - "line": 1930, + "line": 1949, "column": 9 } }, "test": { "type": "BinaryExpression", - "start": 67379, - "end": 67427, + "start": 68096, + "end": 68144, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 60 } }, "left": { "type": "MemberExpression", - "start": 67379, - "end": 67413, + "start": 68096, + "end": 68130, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 67379, - "end": 67401, + "start": 68096, + "end": 68118, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 67379, - "end": 67390, + "start": 68096, + "end": 68107, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67379, - "end": 67383, + "start": 68096, + "end": 68100, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67384, - "end": 67390, + "start": 68101, + "end": 68107, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 17 }, "end": { - "line": 1923, + "line": 1942, "column": 23 }, "identifierName": "player" @@ -231310,15 +233142,15 @@ }, "property": { "type": "Identifier", - "start": 67391, - "end": 67401, + "start": 68108, + "end": 68118, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 24 }, "end": { - "line": 1923, + "line": 1942, "column": 34 }, "identifierName": "controlBar" @@ -231329,15 +233161,15 @@ }, "property": { "type": "Identifier", - "start": 67402, - "end": 67413, + "start": 68119, + "end": 68130, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 35 }, "end": { - "line": 1923, + "line": 1942, "column": 46 }, "identifierName": "volumePanel" @@ -231349,15 +233181,15 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 67418, - "end": 67427, + "start": 68135, + "end": 68144, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 51 }, "end": { - "line": 1923, + "line": 1942, "column": 60 }, "identifierName": "undefined" @@ -231367,58 +233199,58 @@ }, "consequent": { "type": "BlockStatement", - "start": 67429, - "end": 67656, + "start": 68146, + "end": 68373, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 62 }, "end": { - "line": 1930, + "line": 1949, "column": 9 } }, "body": [ { "type": "IfStatement", - "start": 67443, - "end": 67569, + "start": 68160, + "end": 68286, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 12 }, "end": { - "line": 1928, + "line": 1947, "column": 13 } }, "test": { "type": "BinaryExpression", - "start": 67447, - "end": 67463, + "start": 68164, + "end": 68180, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 16 }, "end": { - "line": 1924, + "line": 1943, "column": 32 } }, "left": { "type": "Identifier", - "start": 67447, - "end": 67454, + "start": 68164, + "end": 68171, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 16 }, "end": { - "line": 1924, + "line": 1943, "column": 23 }, "identifierName": "display" @@ -231428,15 +233260,15 @@ "operator": "===", "right": { "type": "BooleanLiteral", - "start": 67459, - "end": 67463, + "start": 68176, + "end": 68180, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 28 }, "end": { - "line": 1924, + "line": 1943, "column": 32 } }, @@ -231445,59 +233277,59 @@ }, "consequent": { "type": "BlockStatement", - "start": 67465, - "end": 67514, + "start": 68182, + "end": 68231, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 34 }, "end": { - "line": 1926, + "line": 1945, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67483, - "end": 67500, + "start": 68200, + "end": 68217, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 16 }, "end": { - "line": 1925, + "line": 1944, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 67483, - "end": 67499, + "start": 68200, + "end": 68216, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 16 }, "end": { - "line": 1925, + "line": 1944, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67483, - "end": 67490, + "start": 68200, + "end": 68207, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 16 }, "end": { - "line": 1925, + "line": 1944, "column": 23 }, "identifierName": "display" @@ -231506,15 +233338,15 @@ }, "right": { "type": "StringLiteral", - "start": 67493, - "end": 67499, + "start": 68210, + "end": 68216, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 26 }, "end": { - "line": 1925, + "line": 1944, "column": 32 } }, @@ -231531,59 +233363,59 @@ }, "alternate": { "type": "BlockStatement", - "start": 67520, - "end": 67569, + "start": 68237, + "end": 68286, "loc": { "start": { - "line": 1926, + "line": 1945, "column": 19 }, "end": { - "line": 1928, + "line": 1947, "column": 13 } }, "body": [ { "type": "ExpressionStatement", - "start": 67538, - "end": 67555, + "start": 68255, + "end": 68272, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 16 }, "end": { - "line": 1927, + "line": 1946, "column": 33 } }, "expression": { "type": "AssignmentExpression", - "start": 67538, - "end": 67554, + "start": 68255, + "end": 68271, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 16 }, "end": { - "line": 1927, + "line": 1946, "column": 32 } }, "operator": "=", "left": { "type": "Identifier", - "start": 67538, - "end": 67545, + "start": 68255, + "end": 68262, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 16 }, "end": { - "line": 1927, + "line": 1946, "column": 23 }, "identifierName": "display" @@ -231592,15 +233424,15 @@ }, "right": { "type": "StringLiteral", - "start": 67548, - "end": 67554, + "start": 68265, + "end": 68271, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 26 }, "end": { - "line": 1927, + "line": 1946, "column": 32 } }, @@ -231618,157 +233450,157 @@ }, { "type": "ExpressionStatement", - "start": 67582, - "end": 67646, + "start": 68299, + "end": 68363, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 76 } }, "expression": { "type": "AssignmentExpression", - "start": 67582, - "end": 67645, + "start": 68299, + "end": 68362, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 75 } }, "operator": "=", "left": { "type": "MemberExpression", - "start": 67582, - "end": 67635, + "start": 68299, + "end": 68352, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 65 } }, "object": { "type": "MemberExpression", - "start": 67582, - "end": 67627, + "start": 68299, + "end": 68344, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 57 } }, "object": { "type": "CallExpression", - "start": 67582, - "end": 67621, + "start": 68299, + "end": 68338, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 67582, - "end": 67619, + "start": 68299, + "end": 68336, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 49 } }, "object": { "type": "MemberExpression", - "start": 67582, - "end": 67616, + "start": 68299, + "end": 68333, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 46 } }, "object": { "type": "MemberExpression", - "start": 67582, - "end": 67604, + "start": 68299, + "end": 68321, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 34 } }, "object": { "type": "MemberExpression", - "start": 67582, - "end": 67593, + "start": 68299, + "end": 68310, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 23 } }, "object": { "type": "ThisExpression", - "start": 67582, - "end": 67586, + "start": 68299, + "end": 68303, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 16 } } }, "property": { "type": "Identifier", - "start": 67587, - "end": 67593, + "start": 68304, + "end": 68310, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 17 }, "end": { - "line": 1929, + "line": 1948, "column": 23 }, "identifierName": "player" @@ -231779,15 +233611,15 @@ }, "property": { "type": "Identifier", - "start": 67594, - "end": 67604, + "start": 68311, + "end": 68321, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 24 }, "end": { - "line": 1929, + "line": 1948, "column": 34 }, "identifierName": "controlBar" @@ -231798,15 +233630,15 @@ }, "property": { "type": "Identifier", - "start": 67605, - "end": 67616, + "start": 68322, + "end": 68333, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 35 }, "end": { - "line": 1929, + "line": 1948, "column": 46 }, "identifierName": "volumePanel" @@ -231817,15 +233649,15 @@ }, "property": { "type": "Identifier", - "start": 67617, - "end": 67619, + "start": 68334, + "end": 68336, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 47 }, "end": { - "line": 1929, + "line": 1948, "column": 49 }, "identifierName": "el" @@ -231838,15 +233670,15 @@ }, "property": { "type": "Identifier", - "start": 67622, - "end": 67627, + "start": 68339, + "end": 68344, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 52 }, "end": { - "line": 1929, + "line": 1948, "column": 57 }, "identifierName": "style" @@ -231857,15 +233689,15 @@ }, "property": { "type": "Identifier", - "start": 67628, - "end": 67635, + "start": 68345, + "end": 68352, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 58 }, "end": { - "line": 1929, + "line": 1948, "column": 65 }, "identifierName": "display" @@ -231876,15 +233708,15 @@ }, "right": { "type": "Identifier", - "start": 67638, - "end": 67645, + "start": 68355, + "end": 68362, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 68 }, "end": { - "line": 1929, + "line": 1948, "column": 75 }, "identifierName": "display" @@ -231906,15 +233738,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67199, - "end": 67330, + "start": 67916, + "end": 68047, "loc": { "start": { - "line": 1916, + "line": 1935, "column": 4 }, "end": { - "line": 1921, + "line": 1940, "column": 7 } } @@ -231924,15 +233756,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 67668, - "end": 67817, + "start": 68385, + "end": 68534, "loc": { "start": { - "line": 1933, + "line": 1952, "column": 4 }, "end": { - "line": 1938, + "line": 1957, "column": 7 } } @@ -231941,15 +233773,15 @@ }, { "type": "ClassMethod", - "start": 67822, - "end": 68121, + "start": 68539, + "end": 68838, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 4 }, "end": { - "line": 1946, + "line": 1965, "column": 5 } }, @@ -231957,15 +233789,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 67822, - "end": 67837, + "start": 68539, + "end": 68554, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 4 }, "end": { - "line": 1939, + "line": 1958, "column": 19 }, "identifierName": "onStreamVisible" @@ -231981,15 +233813,15 @@ "params": [ { "type": "Identifier", - "start": 67838, - "end": 67843, + "start": 68555, + "end": 68560, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 20 }, "end": { - "line": 1939, + "line": 1958, "column": 25 }, "identifierName": "event" @@ -231999,86 +233831,86 @@ ], "body": { "type": "BlockStatement", - "start": 67845, - "end": 68121, + "start": 68562, + "end": 68838, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 27 }, "end": { - "line": 1946, + "line": 1965, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 67909, - "end": 67990, + "start": 68626, + "end": 68707, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 89 } }, "expression": { "type": "CallExpression", - "start": 67909, - "end": 67989, + "start": 68626, + "end": 68706, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 88 } }, "callee": { "type": "MemberExpression", - "start": 67909, - "end": 67946, + "start": 68626, + "end": 68663, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 45 } }, "object": { "type": "MemberExpression", - "start": 67909, - "end": 67926, + "start": 68626, + "end": 68643, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 25 } }, "object": { "type": "ThisExpression", - "start": 67909, - "end": 67913, + "start": 68626, + "end": 68630, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 12 } }, @@ -232086,15 +233918,15 @@ }, "property": { "type": "Identifier", - "start": 67914, - "end": 67926, + "start": 68631, + "end": 68643, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 13 }, "end": { - "line": 1941, + "line": 1960, "column": 25 }, "identifierName": "mediaElement" @@ -232106,15 +233938,15 @@ }, "property": { "type": "Identifier", - "start": 67927, - "end": 67946, + "start": 68644, + "end": 68663, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 26 }, "end": { - "line": 1941, + "line": 1960, "column": 45 }, "identifierName": "removeEventListener" @@ -232127,29 +233959,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 67947, - "end": 67960, + "start": 68664, + "end": 68677, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 46 }, "end": { - "line": 1941, + "line": 1960, "column": 59 } }, "object": { "type": "Identifier", - "start": 67947, - "end": 67952, + "start": 68664, + "end": 68669, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 46 }, "end": { - "line": 1941, + "line": 1960, "column": 51 }, "identifierName": "Event" @@ -232158,15 +233990,15 @@ }, "property": { "type": "Identifier", - "start": 67953, - "end": 67960, + "start": 68670, + "end": 68677, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 52 }, "end": { - "line": 1941, + "line": 1960, "column": 59 }, "identifierName": "PLAYING" @@ -232177,44 +234009,44 @@ }, { "type": "MemberExpression", - "start": 67962, - "end": 67988, + "start": 68679, + "end": 68705, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 61 }, "end": { - "line": 1941, + "line": 1960, "column": 87 } }, "object": { "type": "ThisExpression", - "start": 67962, - "end": 67966, + "start": 68679, + "end": 68683, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 61 }, "end": { - "line": 1941, + "line": 1960, "column": 65 } } }, "property": { "type": "Identifier", - "start": 67967, - "end": 67988, + "start": 68684, + "end": 68705, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 66 }, "end": { - "line": 1941, + "line": 1960, "column": 87 }, "identifierName": "streamVisibleCallback" @@ -232230,15 +234062,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 67855, - "end": 67900, + "start": 68572, + "end": 68617, "loc": { "start": { - "line": 1940, + "line": 1959, "column": 8 }, "end": { - "line": 1940, + "line": 1959, "column": 53 } } @@ -232248,15 +234080,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 68000, - "end": 68031, + "start": 68717, + "end": 68748, "loc": { "start": { - "line": 1943, + "line": 1962, "column": 8 }, "end": { - "line": 1943, + "line": 1962, "column": 39 } } @@ -232265,85 +234097,85 @@ }, { "type": "ExpressionStatement", - "start": 68040, - "end": 68074, + "start": 68757, + "end": 68791, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 42 } }, "expression": { "type": "CallExpression", - "start": 68040, - "end": 68073, + "start": 68757, + "end": 68790, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 41 } }, "callee": { "type": "MemberExpression", - "start": 68040, - "end": 68071, + "start": 68757, + "end": 68788, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 39 } }, "object": { "type": "MemberExpression", - "start": 68040, - "end": 68064, + "start": 68757, + "end": 68781, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 68040, - "end": 68051, + "start": 68757, + "end": 68768, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68040, - "end": 68044, + "start": 68757, + "end": 68761, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 12 } }, @@ -232351,15 +234183,15 @@ }, "property": { "type": "Identifier", - "start": 68045, - "end": 68051, + "start": 68762, + "end": 68768, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 13 }, "end": { - "line": 1944, + "line": 1963, "column": 19 }, "identifierName": "player" @@ -232371,15 +234203,15 @@ }, "property": { "type": "Identifier", - "start": 68052, - "end": 68064, + "start": 68769, + "end": 68781, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 20 }, "end": { - "line": 1944, + "line": 1963, "column": 32 }, "identifierName": "cameraButton" @@ -232391,15 +234223,15 @@ }, "property": { "type": "Identifier", - "start": 68065, - "end": 68071, + "start": 68782, + "end": 68788, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 33 }, "end": { - "line": 1944, + "line": 1963, "column": 39 }, "identifierName": "onStop" @@ -232416,15 +234248,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 68000, - "end": 68031, + "start": 68717, + "end": 68748, "loc": { "start": { - "line": 1943, + "line": 1962, "column": 8 }, "end": { - "line": 1943, + "line": 1962, "column": 39 } } @@ -232433,100 +234265,100 @@ }, { "type": "ExpressionStatement", - "start": 68083, - "end": 68115, + "start": 68800, + "end": 68832, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 40 } }, "expression": { "type": "CallExpression", - "start": 68083, - "end": 68114, + "start": 68800, + "end": 68831, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 39 } }, "callee": { "type": "MemberExpression", - "start": 68083, - "end": 68112, + "start": 68800, + "end": 68829, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 37 } }, "object": { "type": "MemberExpression", - "start": 68083, - "end": 68107, + "start": 68800, + "end": 68824, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 32 } }, "object": { "type": "MemberExpression", - "start": 68083, - "end": 68094, + "start": 68800, + "end": 68811, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68083, - "end": 68087, + "start": 68800, + "end": 68804, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68088, - "end": 68094, + "start": 68805, + "end": 68811, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 13 }, "end": { - "line": 1945, + "line": 1964, "column": 19 }, "identifierName": "player" @@ -232537,15 +234369,15 @@ }, "property": { "type": "Identifier", - "start": 68095, - "end": 68107, + "start": 68812, + "end": 68824, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 20 }, "end": { - "line": 1945, + "line": 1964, "column": 32 }, "identifierName": "cameraButton" @@ -232556,15 +234388,15 @@ }, "property": { "type": "Identifier", - "start": 68108, - "end": 68112, + "start": 68825, + "end": 68829, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 33 }, "end": { - "line": 1945, + "line": 1964, "column": 37 }, "identifierName": "show" @@ -232584,15 +234416,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 67668, - "end": 67817, + "start": 68385, + "end": 68534, "loc": { "start": { - "line": 1933, + "line": 1952, "column": 4 }, "end": { - "line": 1938, + "line": 1957, "column": 7 } } @@ -232602,15 +234434,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68127, - "end": 68258, + "start": 68844, + "end": 68975, "loc": { "start": { - "line": 1948, + "line": 1967, "column": 4 }, "end": { - "line": 1953, + "line": 1972, "column": 7 } } @@ -232619,15 +234451,15 @@ }, { "type": "ClassMethod", - "start": 68263, - "end": 68341, + "start": 68980, + "end": 69058, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 4 }, "end": { - "line": 1956, + "line": 1975, "column": 5 } }, @@ -232635,15 +234467,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 68263, - "end": 68273, + "start": 68980, + "end": 68990, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 4 }, "end": { - "line": 1954, + "line": 1973, "column": 14 }, "identifierName": "onEnterPiP" @@ -232659,15 +234491,15 @@ "params": [ { "type": "Identifier", - "start": 68274, - "end": 68279, + "start": 68991, + "end": 68996, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 15 }, "end": { - "line": 1954, + "line": 1973, "column": 20 }, "identifierName": "event" @@ -232677,101 +234509,101 @@ ], "body": { "type": "BlockStatement", - "start": 68281, - "end": 68341, + "start": 68998, + "end": 69058, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 22 }, "end": { - "line": 1956, + "line": 1975, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 68291, - "end": 68335, + "start": 69008, + "end": 69052, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 52 } }, "expression": { "type": "CallExpression", - "start": 68291, - "end": 68334, + "start": 69008, + "end": 69051, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 51 } }, "callee": { "type": "MemberExpression", - "start": 68291, - "end": 68310, + "start": 69008, + "end": 69027, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 68291, - "end": 68302, + "start": 69008, + "end": 69019, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68291, - "end": 68295, + "start": 69008, + "end": 69012, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68296, - "end": 68302, + "start": 69013, + "end": 69019, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 13 }, "end": { - "line": 1955, + "line": 1974, "column": 19 }, "identifierName": "player" @@ -232782,15 +234614,15 @@ }, "property": { "type": "Identifier", - "start": 68303, - "end": 68310, + "start": 69020, + "end": 69027, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 20 }, "end": { - "line": 1955, + "line": 1974, "column": 27 }, "identifierName": "trigger" @@ -232802,29 +234634,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 68311, - "end": 68326, + "start": 69028, + "end": 69043, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 28 }, "end": { - "line": 1955, + "line": 1974, "column": 43 } }, "object": { "type": "Identifier", - "start": 68311, - "end": 68316, + "start": 69028, + "end": 69033, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 28 }, "end": { - "line": 1955, + "line": 1974, "column": 33 }, "identifierName": "Event" @@ -232833,15 +234665,15 @@ }, "property": { "type": "Identifier", - "start": 68317, - "end": 68326, + "start": 69034, + "end": 69043, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 34 }, "end": { - "line": 1955, + "line": 1974, "column": 43 }, "identifierName": "ENTER_PIP" @@ -232852,15 +234684,15 @@ }, { "type": "Identifier", - "start": 68328, - "end": 68333, + "start": 69045, + "end": 69050, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 45 }, "end": { - "line": 1955, + "line": 1974, "column": 50 }, "identifierName": "event" @@ -232878,15 +234710,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68127, - "end": 68258, + "start": 68844, + "end": 68975, "loc": { "start": { - "line": 1948, + "line": 1967, "column": 4 }, "end": { - "line": 1953, + "line": 1972, "column": 7 } } @@ -232896,15 +234728,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68347, - "end": 68477, + "start": 69064, + "end": 69194, "loc": { "start": { - "line": 1958, + "line": 1977, "column": 4 }, "end": { - "line": 1963, + "line": 1982, "column": 7 } } @@ -232913,15 +234745,15 @@ }, { "type": "ClassMethod", - "start": 68482, - "end": 68553, + "start": 69199, + "end": 69270, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 4 }, "end": { - "line": 1966, + "line": 1985, "column": 5 } }, @@ -232929,15 +234761,15 @@ "computed": false, "key": { "type": "Identifier", - "start": 68482, - "end": 68492, + "start": 69199, + "end": 69209, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 4 }, "end": { - "line": 1964, + "line": 1983, "column": 14 }, "identifierName": "onLeavePiP" @@ -232953,15 +234785,15 @@ "params": [ { "type": "Identifier", - "start": 68493, - "end": 68498, + "start": 69210, + "end": 69215, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 15 }, "end": { - "line": 1964, + "line": 1983, "column": 20 }, "identifierName": "event" @@ -232971,101 +234803,101 @@ ], "body": { "type": "BlockStatement", - "start": 68500, - "end": 68553, + "start": 69217, + "end": 69270, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 22 }, "end": { - "line": 1966, + "line": 1985, "column": 5 } }, "body": [ { "type": "ExpressionStatement", - "start": 68510, - "end": 68547, + "start": 69227, + "end": 69264, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 45 } }, "expression": { "type": "CallExpression", - "start": 68510, - "end": 68546, + "start": 69227, + "end": 69263, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 44 } }, "callee": { "type": "MemberExpression", - "start": 68510, - "end": 68529, + "start": 69227, + "end": 69246, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 27 } }, "object": { "type": "MemberExpression", - "start": 68510, - "end": 68521, + "start": 69227, + "end": 69238, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 19 } }, "object": { "type": "ThisExpression", - "start": 68510, - "end": 68514, + "start": 69227, + "end": 69231, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 12 } } }, "property": { "type": "Identifier", - "start": 68515, - "end": 68521, + "start": 69232, + "end": 69238, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 13 }, "end": { - "line": 1965, + "line": 1984, "column": 19 }, "identifierName": "player" @@ -233076,15 +234908,15 @@ }, "property": { "type": "Identifier", - "start": 68522, - "end": 68529, + "start": 69239, + "end": 69246, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 20 }, "end": { - "line": 1965, + "line": 1984, "column": 27 }, "identifierName": "trigger" @@ -233096,29 +234928,29 @@ "arguments": [ { "type": "MemberExpression", - "start": 68530, - "end": 68545, + "start": 69247, + "end": 69262, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 28 }, "end": { - "line": 1965, + "line": 1984, "column": 43 } }, "object": { "type": "Identifier", - "start": 68530, - "end": 68535, + "start": 69247, + "end": 69252, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 28 }, "end": { - "line": 1965, + "line": 1984, "column": 33 }, "identifierName": "Event" @@ -233127,15 +234959,15 @@ }, "property": { "type": "Identifier", - "start": 68536, - "end": 68545, + "start": 69253, + "end": 69262, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 34 }, "end": { - "line": 1965, + "line": 1984, "column": 43 }, "identifierName": "LEAVE_PIP" @@ -233154,15 +234986,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68347, - "end": 68477, + "start": 69064, + "end": 69194, "loc": { "start": { - "line": 1958, + "line": 1977, "column": 4 }, "end": { - "line": 1963, + "line": 1982, "column": 7 } } @@ -233194,15 +235026,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 68557, - "end": 68595, + "start": 69274, + "end": 69312, "loc": { "start": { - "line": 1969, + "line": 1988, "column": 0 }, "end": { - "line": 1969, + "line": 1988, "column": 38 } } @@ -233701,15 +235533,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 7875, - "end": 7892, + "start": 7929, + "end": 7946, "loc": { "start": { - "line": 208, + "line": 209, "column": 8 }, "end": { - "line": 208, + "line": 209, "column": 25 } } @@ -233717,15 +235549,15 @@ { "type": "CommentLine", "value": " image settings", - "start": 8514, - "end": 8531, + "start": 8568, + "end": 8585, "loc": { "start": { - "line": 220, + "line": 221, "column": 8 }, "end": { - "line": 220, + "line": 221, "column": 25 } } @@ -233733,15 +235565,15 @@ { "type": "CommentLine", "value": " animation settings", - "start": 8737, - "end": 8758, + "start": 8791, + "end": 8812, "loc": { "start": { - "line": 225, + "line": 226, "column": 8 }, "end": { - "line": 225, + "line": 226, "column": 29 } } @@ -233749,15 +235581,15 @@ { "type": "CommentBlock", "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8902, - "end": 8956, + "start": 8956, + "end": 9010, "loc": { "start": { - "line": 230, + "line": 231, "column": 4 }, "end": { - "line": 233, + "line": 234, "column": 7 } } @@ -233765,15 +235597,15 @@ { "type": "CommentLine", "value": " insert custom controls on left-side of controlbar", - "start": 8981, - "end": 9033, + "start": 9035, + "end": 9087, "loc": { "start": { - "line": 235, + "line": 236, "column": 8 }, "end": { - "line": 235, + "line": 236, "column": 60 } } @@ -233781,15 +235613,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 9402, - "end": 9423, + "start": 9456, + "end": 9477, "loc": { "start": { - "line": 244, + "line": 245, "column": 8 }, "end": { - "line": 244, + "line": 245, "column": 29 } } @@ -233797,15 +235629,15 @@ { "type": "CommentLine", "value": " add custom PiP toggle", - "start": 9620, - "end": 9644, + "start": 9674, + "end": 9698, "loc": { "start": { - "line": 248, + "line": 249, "column": 16 }, "end": { - "line": 248, + "line": 249, "column": 40 } } @@ -233813,15 +235645,15 @@ { "type": "CommentLine", "value": " use video.js PiP toggle", - "start": 9819, - "end": 9845, + "start": 9873, + "end": 9899, "loc": { "start": { - "line": 251, + "line": 252, "column": 16 }, "end": { - "line": 251, + "line": 252, "column": 42 } } @@ -233829,15 +235661,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 10220, - "end": 10249, + "start": 10274, + "end": 10303, "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 37 } } @@ -233845,15 +235677,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 10577, - "end": 10621, + "start": 10631, + "end": 10675, "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 52 } } @@ -233861,15 +235693,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 10664, - "end": 10696, + "start": 10718, + "end": 10750, "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 40 } } @@ -233877,15 +235709,15 @@ { "type": "CommentLine", "value": " reference to videojs-wavesurfer plugin", - "start": 10782, - "end": 10823, + "start": 10836, + "end": 10877, "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 57 } } @@ -233893,15 +235725,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 10897, - "end": 10935, + "start": 10951, + "end": 10989, "loc": { "start": { - "line": 278, + "line": 279, "column": 16 }, "end": { - "line": 278, + "line": 279, "column": 54 } } @@ -233909,15 +235741,15 @@ { "type": "CommentLine", "value": " customize controls", - "start": 11214, - "end": 11235, + "start": 11268, + "end": 11289, "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 37 } } @@ -233925,15 +235757,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 11388, - "end": 11440, + "start": 11442, + "end": 11494, "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 68 } } @@ -233941,15 +235773,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 11457, - "end": 11508, + "start": 11511, + "end": 11562, "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 67 } } @@ -233957,15 +235789,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 11591, - "end": 11617, + "start": 11645, + "end": 11671, "loc": { "start": { - "line": 296, + "line": 297, "column": 20 }, "end": { - "line": 296, + "line": 297, "column": 46 } } @@ -233973,15 +235805,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 11769, - "end": 11795, + "start": 11823, + "end": 11849, "loc": { "start": { - "line": 300, + "line": 301, "column": 20 }, "end": { - "line": 300, + "line": 301, "column": 46 } } @@ -233989,15 +235821,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11887, - "end": 11943, + "start": 11941, + "end": 11997, "loc": { "start": { - "line": 304, + "line": 305, "column": 16 }, "end": { - "line": 304, + "line": 305, "column": 72 } } @@ -234005,15 +235837,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11960, - "end": 11982, + "start": 12014, + "end": 12036, "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 38 } } @@ -234021,15 +235853,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 12232, - "end": 12294, + "start": 12286, + "end": 12348, "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 78 } } @@ -234037,15 +235869,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 12311, - "end": 12331, + "start": 12365, + "end": 12385, "loc": { "start": { - "line": 313, + "line": 314, "column": 16 }, "end": { - "line": 313, + "line": 314, "column": 36 } } @@ -234053,15 +235885,15 @@ { "type": "CommentLine", "value": " progress control isn't used by this plugin, hide if present", - "start": 12466, - "end": 12528, + "start": 12520, + "end": 12582, "loc": { "start": { - "line": 317, + "line": 318, "column": 20 }, "end": { - "line": 317, + "line": 318, "column": 82 } } @@ -234069,15 +235901,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 12723, - "end": 12752, + "start": 12777, + "end": 12806, "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 49 } } @@ -234085,15 +235917,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12920, - "end": 12986, + "start": 12974, + "end": 13040, "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 86 } } @@ -234101,15 +235933,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 13007, - "end": 13075, + "start": 13061, + "end": 13129, "loc": { "start": { - "line": 328, + "line": 329, "column": 20 }, "end": { - "line": 328, + "line": 329, "column": 88 } } @@ -234117,15 +235949,15 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 13259, - "end": 13335, + "start": 13313, + "end": 13389, "loc": { "start": { - "line": 335, + "line": 336, "column": 8 }, "end": { - "line": 335, + "line": 336, "column": 84 } } @@ -234133,15 +235965,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 13344, - "end": 13366, + "start": 13398, + "end": 13420, "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 30 } } @@ -234149,15 +235981,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 13593, - "end": 13619, + "start": 13647, + "end": 13673, "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 34 } } @@ -234165,15 +235997,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 13671, - "end": 13682, + "start": 13725, + "end": 13736, "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 19 } } @@ -234181,15 +236013,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 14043, - "end": 14073, + "start": 14097, + "end": 14127, "loc": { "start": { - "line": 355, + "line": 356, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 42 } } @@ -234197,15 +236029,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 14190, - "end": 14223, + "start": 14244, + "end": 14277, "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 41 } } @@ -234213,15 +236045,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 14362, - "end": 14507, + "start": 14416, + "end": 14561, "loc": { "start": { - "line": 367, + "line": 368, "column": 4 }, "end": { - "line": 371, + "line": 372, "column": 7 } } @@ -234229,15 +236061,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 14571, - "end": 14729, + "start": 14625, + "end": 14783, "loc": { "start": { - "line": 376, + "line": 377, "column": 4 }, "end": { - "line": 381, + "line": 382, "column": 7 } } @@ -234245,15 +236077,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 14795, - "end": 14920, + "start": 14849, + "end": 14974, "loc": { "start": { - "line": 386, + "line": 387, "column": 4 }, "end": { - "line": 390, + "line": 391, "column": 7 } } @@ -234261,15 +236093,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 15130, - "end": 15230, + "start": 15184, + "end": 15284, "loc": { "start": { - "line": 399, + "line": 400, "column": 4 }, "end": { - "line": 402, + "line": 403, "column": 7 } } @@ -234277,15 +236109,15 @@ { "type": "CommentLine", "value": " define device callbacks once", - "start": 15257, - "end": 15288, + "start": 15311, + "end": 15342, "loc": { "start": { - "line": 404, + "line": 405, "column": 8 }, "end": { - "line": 404, + "line": 405, "column": 39 } } @@ -234293,15 +236125,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 15841, - "end": 15904, + "start": 15895, + "end": 15958, "loc": { "start": { - "line": 418, + "line": 419, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 71 } } @@ -234309,15 +236141,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 15913, - "end": 15970, + "start": 15967, + "end": 16024, "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 65 } } @@ -234325,15 +236157,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15979, - "end": 16043, + "start": 16033, + "end": 16097, "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 72 } } @@ -234341,15 +236173,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 16783, - "end": 16845, + "start": 16837, + "end": 16899, "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 70 } } @@ -234357,15 +236189,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 16854, - "end": 16908, + "start": 16908, + "end": 16962, "loc": { "start": { - "line": 438, + "line": 439, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 62 } } @@ -234373,15 +236205,15 @@ { "type": "CommentLine", "value": " setup microphone", - "start": 16994, - "end": 17013, + "start": 17048, + "end": 17067, "loc": { "start": { - "line": 441, + "line": 442, "column": 16 }, "end": { - "line": 441, + "line": 442, "column": 35 } } @@ -234389,15 +236221,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 17211, - "end": 17250, + "start": 17265, + "end": 17304, "loc": { "start": { - "line": 446, + "line": 447, "column": 16 }, "end": { - "line": 446, + "line": 447, "column": 55 } } @@ -234405,15 +236237,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 17500, - "end": 17533, + "start": 17554, + "end": 17587, "loc": { "start": { - "line": 452, + "line": 453, "column": 16 }, "end": { - "line": 452, + "line": 453, "column": 49 } } @@ -234421,15 +236253,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 17783, - "end": 17818, + "start": 17837, + "end": 17872, "loc": { "start": { - "line": 458, + "line": 459, "column": 16 }, "end": { - "line": 458, + "line": 459, "column": 51 } } @@ -234437,15 +236269,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 17892, - "end": 17918, + "start": 17946, + "end": 17972, "loc": { "start": { - "line": 461, + "line": 462, "column": 16 }, "end": { - "line": 461, + "line": 462, "column": 42 } } @@ -234453,15 +236285,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 18043, - "end": 18108, + "start": 18097, + "end": 18162, "loc": { "start": { - "line": 465, + "line": 466, "column": 16 }, "end": { - "line": 465, + "line": 466, "column": 81 } } @@ -234469,15 +236301,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 18125, - "end": 18184, + "start": 18179, + "end": 18238, "loc": { "start": { - "line": 466, + "line": 467, "column": 16 }, "end": { - "line": 466, + "line": 467, "column": 75 } } @@ -234485,15 +236317,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 18201, - "end": 18266, + "start": 18255, + "end": 18320, "loc": { "start": { - "line": 467, + "line": 468, "column": 16 }, "end": { - "line": 467, + "line": 468, "column": 81 } } @@ -234501,15 +236333,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 18283, - "end": 18333, + "start": 18337, + "end": 18387, "loc": { "start": { - "line": 468, + "line": 469, "column": 16 }, "end": { - "line": 468, + "line": 469, "column": 66 } } @@ -234517,15 +236349,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 18504, - "end": 18566, + "start": 18558, + "end": 18620, "loc": { "start": { - "line": 473, + "line": 474, "column": 16 }, "end": { - "line": 473, + "line": 474, "column": 78 } } @@ -234533,15 +236365,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 18583, - "end": 18611, + "start": 18637, + "end": 18665, "loc": { "start": { - "line": 474, + "line": 475, "column": 16 }, "end": { - "line": 474, + "line": 475, "column": 44 } } @@ -234549,15 +236381,15 @@ { "type": "CommentLine", "value": " redraw", - "start": 18850, - "end": 18859, + "start": 18904, + "end": 18913, "loc": { "start": { - "line": 478, + "line": 479, "column": 28 }, "end": { - "line": 478, + "line": 479, "column": 37 } } @@ -234565,15 +236397,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 19030, - "end": 19061, + "start": 19084, + "end": 19115, "loc": { "start": { - "line": 482, + "line": 483, "column": 28 }, "end": { - "line": 482, + "line": 483, "column": 59 } } @@ -234581,15 +236413,15 @@ { "type": "CommentLine", "value": " open browser device selection/permissions dialog", - "start": 19295, - "end": 19346, + "start": 19349, + "end": 19400, "loc": { "start": { - "line": 488, + "line": 489, "column": 16 }, "end": { - "line": 488, + "line": 489, "column": 67 } } @@ -234597,15 +236429,15 @@ { "type": "CommentLine", "value": " using player.el() here because this.mediaElement is not available yet", - "start": 19563, - "end": 19635, + "start": 19617, + "end": 19689, "loc": { "start": { - "line": 495, + "line": 496, "column": 20 }, "end": { - "line": 495, + "line": 496, "column": 92 } } @@ -234613,15 +236445,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 19804, - "end": 19819, + "start": 19858, + "end": 19873, "loc": { "start": { - "line": 500, + "line": 501, "column": 16 }, "end": { - "line": 500, + "line": 501, "column": 31 } } @@ -234629,15 +236461,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 20432, - "end": 20462, + "start": 20486, + "end": 20516, "loc": { "start": { - "line": 516, + "line": 517, "column": 16 }, "end": { - "line": 516, + "line": 517, "column": 46 } } @@ -234645,15 +236477,15 @@ { "type": "CommentLine", "value": " needs to be true for it to work in Firefox", - "start": 20886, - "end": 20931, + "start": 20940, + "end": 20985, "loc": { "start": { - "line": 524, + "line": 525, "column": 36 }, "end": { - "line": 524, + "line": 525, "column": 81 } } @@ -234661,31 +236493,63 @@ { "type": "CommentLine", "value": " join microphone track with screencast stream (order matters)", - "start": 21440, - "end": 21503, + "start": 21494, + "end": 21557, "loc": { "start": { - "line": 534, + "line": 535, "column": 24 }, "end": { - "line": 534, + "line": 535, "column": 87 } } }, + { + "type": "CommentLine", + "value": " here the screen sharing is in progress as successful result of navigator.mediaDevices.getDisplayMedia and", + "start": 21759, + "end": 21867, + "loc": { + "start": { + "line": 539, + "column": 24 + }, + "end": { + "line": 539, + "column": 132 + } + } + }, + { + "type": "CommentLine", + "value": " needs to be stopped because microphone permissions are not acquired by navigator.mediaDevices.getUserMedia", + "start": 21892, + "end": 22001, + "loc": { + "start": { + "line": 540, + "column": 24 + }, + "end": { + "line": 540, + "column": 133 + } + } + }, { "type": "CommentLine", "value": " setup camera and microphone", - "start": 21912, - "end": 21942, + "start": 22367, + "end": 22397, "loc": { "start": { - "line": 546, + "line": 552, "column": 16 }, "end": { - "line": 546, + "line": 552, "column": 46 } } @@ -234693,15 +236557,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 22564, - "end": 22579, + "start": 23019, + "end": 23034, "loc": { "start": { - "line": 562, + "line": 568, "column": 16 }, "end": { - "line": 562, + "line": 568, "column": 31 } } @@ -234709,15 +236573,15 @@ { "type": "CommentLine", "value": " animated GIF", - "start": 22635, - "end": 22650, + "start": 23090, + "end": 23105, "loc": { "start": { - "line": 564, + "line": 570, "column": 20 }, "end": { - "line": 564, + "line": 570, "column": 35 } } @@ -234725,15 +236589,15 @@ { "type": "CommentLine", "value": " setup screen", - "start": 23143, - "end": 23158, + "start": 23598, + "end": 23613, "loc": { "start": { - "line": 580, + "line": 586, "column": 16 }, "end": { - "line": 580, + "line": 586, "column": 31 } } @@ -234741,15 +236605,15 @@ { "type": "CommentLine", "value": " screen capture", - "start": 23214, - "end": 23231, + "start": 23669, + "end": 23686, "loc": { "start": { - "line": 582, + "line": 588, "column": 20 }, "end": { - "line": 582, + "line": 588, "column": 37 } } @@ -234757,15 +236621,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 24072, - "end": 24221, + "start": 24527, + "end": 24676, "loc": { "start": { - "line": 606, + "line": 612, "column": 4 }, "end": { - "line": 611, + "line": 617, "column": 7 } } @@ -234773,15 +236637,15 @@ { "type": "CommentLine", "value": " stop previous stream if it is active", - "start": 24294, - "end": 24333, + "start": 24749, + "end": 24788, "loc": { "start": { - "line": 615, + "line": 621, "column": 8 }, "end": { - "line": 615, + "line": 621, "column": 47 } } @@ -234789,15 +236653,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 24448, - "end": 24494, + "start": 24903, + "end": 24949, "loc": { "start": { - "line": 620, + "line": 626, "column": 8 }, "end": { - "line": 620, + "line": 626, "column": 54 } } @@ -234805,15 +236669,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24534, - "end": 24565, + "start": 24989, + "end": 25020, "loc": { "start": { - "line": 623, + "line": 629, "column": 8 }, "end": { - "line": 623, + "line": 629, "column": 39 } } @@ -234821,15 +236685,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24616, - "end": 24661, + "start": 25071, + "end": 25116, "loc": { "start": { - "line": 626, + "line": 632, "column": 8 }, "end": { - "line": 626, + "line": 632, "column": 53 } } @@ -234837,15 +236701,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24745, - "end": 24803, + "start": 25200, + "end": 25258, "loc": { "start": { - "line": 630, + "line": 636, "column": 8 }, "end": { - "line": 630, + "line": 636, "column": 66 } } @@ -234853,15 +236717,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24940, - "end": 24967, + "start": 25395, + "end": 25422, "loc": { "start": { - "line": 635, + "line": 641, "column": 8 }, "end": { - "line": 635, + "line": 641, "column": 35 } } @@ -234869,15 +236733,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 25120, - "end": 25145, + "start": 25575, + "end": 25600, "loc": { "start": { - "line": 639, + "line": 645, "column": 8 }, "end": { - "line": 639, + "line": 645, "column": 33 } } @@ -234885,15 +236749,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 25209, - "end": 25274, + "start": 25664, + "end": 25729, "loc": { "start": { - "line": 641, + "line": 647, "column": 12 }, "end": { - "line": 641, + "line": 647, "column": 77 } } @@ -234901,15 +236765,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25527, - "end": 25550, + "start": 25982, + "end": 26005, "loc": { "start": { - "line": 647, + "line": 653, "column": 12 }, "end": { - "line": 647, + "line": 653, "column": 35 } } @@ -234917,15 +236781,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 25689, - "end": 25751, + "start": 26144, + "end": 26206, "loc": { "start": { - "line": 651, + "line": 657, "column": 20 }, "end": { - "line": 651, + "line": 657, "column": 82 } } @@ -234933,15 +236797,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 25944, - "end": 26006, + "start": 26399, + "end": 26461, "loc": { "start": { - "line": 657, + "line": 663, "column": 20 }, "end": { - "line": 657, + "line": 663, "column": 82 } } @@ -234949,15 +236813,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 26153, - "end": 26179, + "start": 26608, + "end": 26634, "loc": { "start": { - "line": 662, + "line": 668, "column": 12 }, "end": { - "line": 662, + "line": 668, "column": 38 } } @@ -234965,15 +236829,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 26214, - "end": 26251, + "start": 26669, + "end": 26706, "loc": { "start": { - "line": 664, + "line": 670, "column": 16 }, "end": { - "line": 664, + "line": 670, "column": 53 } } @@ -234981,15 +236845,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26466, - "end": 26486, + "start": 26921, + "end": 26941, "loc": { "start": { - "line": 670, + "line": 676, "column": 12 }, "end": { - "line": 670, + "line": 676, "column": 32 } } @@ -234997,15 +236861,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26576, - "end": 26593, + "start": 27031, + "end": 27048, "loc": { "start": { - "line": 673, + "line": 679, "column": 12 }, "end": { - "line": 673, + "line": 679, "column": 29 } } @@ -235013,15 +236877,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26972, - "end": 26984, + "start": 27427, + "end": 27439, "loc": { "start": { - "line": 681, + "line": 687, "column": 12 }, "end": { - "line": 681, + "line": 687, "column": 24 } } @@ -235029,15 +236893,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27299, - "end": 27323, + "start": 27754, + "end": 27778, "loc": { "start": { - "line": 691, + "line": 697, "column": 12 }, "end": { - "line": 691, + "line": 697, "column": 36 } } @@ -235045,15 +236909,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27872, - "end": 27896, + "start": 28327, + "end": 28351, "loc": { "start": { - "line": 705, + "line": 711, "column": 12 }, "end": { - "line": 705, + "line": 711, "column": 36 } } @@ -235061,15 +236925,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 28028, - "end": 28040, + "start": 28483, + "end": 28495, "loc": { "start": { - "line": 709, + "line": 715, "column": 12 }, "end": { - "line": 709, + "line": 715, "column": 24 } } @@ -235077,15 +236941,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28258, - "end": 28297, + "start": 28713, + "end": 28752, "loc": { "start": { - "line": 715, + "line": 721, "column": 12 }, "end": { - "line": 715, + "line": 721, "column": 51 } } @@ -235093,15 +236957,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28385, - "end": 28407, + "start": 28840, + "end": 28862, "loc": { "start": { - "line": 718, + "line": 724, "column": 12 }, "end": { - "line": 718, + "line": 724, "column": 34 } } @@ -235109,15 +236973,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28493, - "end": 28519, + "start": 28948, + "end": 28974, "loc": { "start": { - "line": 721, + "line": 727, "column": 12 }, "end": { - "line": 721, + "line": 727, "column": 38 } } @@ -235125,15 +236989,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28982, - "end": 29001, + "start": 29437, + "end": 29456, "loc": { "start": { - "line": 733, + "line": 739, "column": 16 }, "end": { - "line": 733, + "line": 739, "column": 35 } } @@ -235141,15 +237005,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29242, - "end": 29265, + "start": 29760, + "end": 29783, "loc": { "start": { - "line": 738, + "line": 745, "column": 16 }, "end": { - "line": 738, + "line": 745, "column": 39 } } @@ -235157,15 +237021,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29359, - "end": 29417, + "start": 29877, + "end": 29935, "loc": { "start": { - "line": 742, + "line": 749, "column": 12 }, "end": { - "line": 742, + "line": 749, "column": 70 } } @@ -235173,15 +237037,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29430, - "end": 29457, + "start": 29948, + "end": 29975, "loc": { "start": { - "line": 743, + "line": 750, "column": 12 }, "end": { - "line": 743, + "line": 750, "column": 39 } } @@ -235189,15 +237053,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29836, - "end": 29857, + "start": 30354, + "end": 30375, "loc": { "start": { - "line": 753, + "line": 760, "column": 12 }, "end": { - "line": 753, + "line": 760, "column": 33 } } @@ -235205,15 +237069,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 29932, - "end": 29959, + "start": 30450, + "end": 30477, "loc": { "start": { - "line": 756, + "line": 763, "column": 12 }, "end": { - "line": 756, + "line": 763, "column": 39 } } @@ -235221,15 +237085,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 30024, - "end": 30083, + "start": 30542, + "end": 30601, "loc": { "start": { - "line": 759, + "line": 766, "column": 12 }, "end": { - "line": 759, + "line": 766, "column": 71 } } @@ -235237,15 +237101,15 @@ { "type": "CommentLine", "value": " used)", - "start": 30096, - "end": 30104, + "start": 30614, + "end": 30622, "loc": { "start": { - "line": 760, + "line": 767, "column": 12 }, "end": { - "line": 760, + "line": 767, "column": 20 } } @@ -235253,15 +237117,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 30152, - "end": 30224, + "start": 30670, + "end": 30742, "loc": { "start": { - "line": 763, + "line": 770, "column": 12 }, "end": { - "line": 763, + "line": 770, "column": 84 } } @@ -235269,15 +237133,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30244, - "end": 30260, + "start": 30762, + "end": 30778, "loc": { "start": { - "line": 766, + "line": 773, "column": 8 }, "end": { - "line": 766, + "line": 773, "column": 24 } } @@ -235285,15 +237149,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 30324, - "end": 30344, + "start": 30842, + "end": 30862, "loc": { "start": { - "line": 768, + "line": 775, "column": 12 }, "end": { - "line": 768, + "line": 775, "column": 32 } } @@ -235301,15 +237165,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30467, - "end": 30508, + "start": 30985, + "end": 31026, "loc": { "start": { - "line": 772, + "line": 779, "column": 12 }, "end": { - "line": 772, + "line": 779, "column": 53 } } @@ -235317,15 +237181,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30566, - "end": 30605, + "start": 31084, + "end": 31123, "loc": { "start": { - "line": 775, + "line": 782, "column": 12 }, "end": { - "line": 775, + "line": 782, "column": 51 } } @@ -235333,15 +237197,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30665, - "end": 30686, + "start": 31183, + "end": 31204, "loc": { "start": { - "line": 778, + "line": 785, "column": 12 }, "end": { - "line": 778, + "line": 785, "column": 33 } } @@ -235349,15 +237213,15 @@ { "type": "CommentLine", "value": " show button", - "start": 30753, - "end": 30767, + "start": 31271, + "end": 31285, "loc": { "start": { - "line": 780, + "line": 787, "column": 16 }, "end": { - "line": 780, + "line": 787, "column": 30 } } @@ -235365,15 +237229,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30831, - "end": 30881, + "start": 31349, + "end": 31399, "loc": { "start": { - "line": 783, + "line": 790, "column": 16 }, "end": { - "line": 783, + "line": 790, "column": 66 } } @@ -235381,15 +237245,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31414, - "end": 31428, + "start": 31932, + "end": 31946, "loc": { "start": { - "line": 793, + "line": 800, "column": 12 }, "end": { - "line": 793, + "line": 800, "column": 26 } } @@ -235397,15 +237261,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31478, - "end": 31541, + "start": 31996, + "end": 32059, "loc": { "start": { - "line": 796, + "line": 803, "column": 12 }, "end": { - "line": 796, + "line": 803, "column": 75 } } @@ -235413,15 +237277,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31554, - "end": 31567, + "start": 32072, + "end": 32085, "loc": { "start": { - "line": 797, + "line": 804, "column": 12 }, "end": { - "line": 797, + "line": 804, "column": 25 } } @@ -235429,15 +237293,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 31642, - "end": 31657, + "start": 32160, + "end": 32175, "loc": { "start": { - "line": 799, + "line": 806, "column": 16 }, "end": { - "line": 799, + "line": 806, "column": 31 } } @@ -235445,15 +237309,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31717, - "end": 31740, + "start": 32235, + "end": 32258, "loc": { "start": { - "line": 802, + "line": 809, "column": 16 }, "end": { - "line": 802, + "line": 809, "column": 39 } } @@ -235461,15 +237325,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31843, - "end": 31866, + "start": 32361, + "end": 32384, "loc": { "start": { - "line": 806, + "line": 813, "column": 12 }, "end": { - "line": 806, + "line": 813, "column": 35 } } @@ -235477,15 +237341,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31941, - "end": 32084, + "start": 32459, + "end": 32602, "loc": { "start": { - "line": 811, + "line": 818, "column": 4 }, "end": { - "line": 816, + "line": 823, "column": 7 } } @@ -235493,15 +237357,15 @@ { "type": "CommentLine", "value": " store code", - "start": 32195, - "end": 32208, + "start": 32713, + "end": 32726, "loc": { "start": { - "line": 821, + "line": 828, "column": 12 }, "end": { - "line": 821, + "line": 828, "column": 25 } } @@ -235509,15 +237373,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32270, - "end": 32296, + "start": 32788, + "end": 32814, "loc": { "start": { - "line": 824, + "line": 831, "column": 12 }, "end": { - "line": 824, + "line": 831, "column": 38 } } @@ -235525,15 +237389,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32371, - "end": 32406, + "start": 32889, + "end": 32924, "loc": { "start": { - "line": 829, + "line": 836, "column": 4 }, "end": { - "line": 831, + "line": 838, "column": 7 } } @@ -235541,15 +237405,15 @@ { "type": "CommentLine", "value": " check if user didn't revoke permissions after a previous recording", - "start": 32469, - "end": 32538, + "start": 32987, + "end": 33056, "loc": { "start": { - "line": 834, + "line": 841, "column": 12 }, "end": { - "line": 834, + "line": 841, "column": 81 } } @@ -235557,15 +237421,15 @@ { "type": "CommentLine", "value": " ask for permissions again", - "start": 32618, - "end": 32646, + "start": 33136, + "end": 33164, "loc": { "start": { - "line": 836, + "line": 843, "column": 16 }, "end": { - "line": 836, + "line": 843, "column": 44 } } @@ -235573,15 +237437,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32768, - "end": 32794, + "start": 33286, + "end": 33312, "loc": { "start": { - "line": 842, + "line": 849, "column": 12 }, "end": { - "line": 842, + "line": 849, "column": 38 } } @@ -235589,15 +237453,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32947, - "end": 32974, + "start": 33465, + "end": 33492, "loc": { "start": { - "line": 847, + "line": 854, "column": 12 }, "end": { - "line": 847, + "line": 854, "column": 39 } } @@ -235605,15 +237469,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 33139, - "end": 33155, + "start": 33657, + "end": 33673, "loc": { "start": { - "line": 851, + "line": 858, "column": 12 }, "end": { - "line": 851, + "line": 858, "column": 28 } } @@ -235621,15 +237485,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 33253, - "end": 33279, + "start": 33771, + "end": 33797, "loc": { "start": { - "line": 854, + "line": 861, "column": 20 }, "end": { - "line": 854, + "line": 861, "column": 46 } } @@ -235637,15 +237501,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33361, - "end": 33401, + "start": 33879, + "end": 33919, "loc": { "start": { - "line": 857, + "line": 864, "column": 20 }, "end": { - "line": 857, + "line": 864, "column": 60 } } @@ -235653,15 +237517,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 33759, - "end": 33799, + "start": 34277, + "end": 34317, "loc": { "start": { - "line": 867, + "line": 874, "column": 20 }, "end": { - "line": 867, + "line": 874, "column": 60 } } @@ -235669,15 +237533,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 33926, - "end": 33949, + "start": 34444, + "end": 34467, "loc": { "start": { - "line": 872, + "line": 879, "column": 20 }, "end": { - "line": 872, + "line": 879, "column": 43 } } @@ -235685,15 +237549,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 34024, - "end": 34045, + "start": 34542, + "end": 34563, "loc": { "start": { - "line": 875, + "line": 882, "column": 20 }, "end": { - "line": 875, + "line": 882, "column": 41 } } @@ -235701,15 +237565,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 34124, - "end": 34145, + "start": 34642, + "end": 34663, "loc": { "start": { - "line": 878, + "line": 885, "column": 20 }, "end": { - "line": 878, + "line": 885, "column": 41 } } @@ -235717,15 +237581,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34230, - "end": 34272, + "start": 34748, + "end": 34790, "loc": { "start": { - "line": 881, + "line": 888, "column": 20 }, "end": { - "line": 881, + "line": 888, "column": 62 } } @@ -235733,15 +237597,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34293, - "end": 34338, + "start": 34811, + "end": 34856, "loc": { "start": { - "line": 882, + "line": 889, "column": 20 }, "end": { - "line": 882, + "line": 889, "column": 65 } } @@ -235749,15 +237613,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34359, - "end": 34373, + "start": 34877, + "end": 34891, "loc": { "start": { - "line": 883, + "line": 890, "column": 20 }, "end": { - "line": 883, + "line": 890, "column": 34 } } @@ -235765,15 +237629,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 34457, - "end": 34511, + "start": 34975, + "end": 35029, "loc": { "start": { - "line": 885, + "line": 892, "column": 24 }, "end": { - "line": 885, + "line": 892, "column": 78 } } @@ -235781,15 +237645,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 34683, - "end": 34699, + "start": 35201, + "end": 35217, "loc": { "start": { - "line": 892, + "line": 899, "column": 16 }, "end": { - "line": 892, + "line": 899, "column": 32 } } @@ -235797,15 +237661,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34767, - "end": 34785, + "start": 35285, + "end": 35303, "loc": { "start": { - "line": 896, + "line": 903, "column": 12 }, "end": { - "line": 896, + "line": 903, "column": 30 } } @@ -235813,15 +237677,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 34883, - "end": 34901, + "start": 35401, + "end": 35419, "loc": { "start": { - "line": 899, + "line": 906, "column": 20 }, "end": { - "line": 899, + "line": 906, "column": 38 } } @@ -235829,15 +237693,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34966, - "end": 34978, + "start": 35484, + "end": 35496, "loc": { "start": { - "line": 902, + "line": 909, "column": 20 }, "end": { - "line": 902, + "line": 909, "column": 32 } } @@ -235845,15 +237709,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 35256, - "end": 35314, + "start": 35774, + "end": 35832, "loc": { "start": { - "line": 911, + "line": 918, "column": 20 }, "end": { - "line": 911, + "line": 918, "column": 78 } } @@ -235861,15 +237725,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 35405, - "end": 35440, + "start": 35923, + "end": 35958, "loc": { "start": { - "line": 913, + "line": 920, "column": 24 }, "end": { - "line": 913, + "line": 920, "column": 59 } } @@ -235877,15 +237741,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 35585, - "end": 35638, + "start": 36103, + "end": 36156, "loc": { "start": { - "line": 919, + "line": 926, "column": 20 }, "end": { - "line": 919, + "line": 926, "column": 73 } } @@ -235893,15 +237757,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 35659, - "end": 35682, + "start": 36177, + "end": 36200, "loc": { "start": { - "line": 920, + "line": 927, "column": 20 }, "end": { - "line": 920, + "line": 927, "column": 43 } } @@ -235909,15 +237773,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35761, - "end": 35812, + "start": 36279, + "end": 36330, "loc": { "start": { - "line": 926, + "line": 933, "column": 4 }, "end": { - "line": 929, + "line": 936, "column": 7 } } @@ -235925,15 +237789,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 35844, - "end": 35870, + "start": 36362, + "end": 36388, "loc": { "start": { - "line": 931, + "line": 938, "column": 8 }, "end": { - "line": 931, + "line": 938, "column": 34 } } @@ -235941,15 +237805,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35999, - "end": 36017, + "start": 36517, + "end": 36535, "loc": { "start": { - "line": 936, + "line": 943, "column": 8 }, "end": { - "line": 936, + "line": 943, "column": 26 } } @@ -235957,15 +237821,15 @@ { "type": "CommentLine", "value": " ms", - "start": 36055, - "end": 36060, + "start": 36573, + "end": 36578, "loc": { "start": { - "line": 937, + "line": 944, "column": 37 }, "end": { - "line": 937, + "line": 944, "column": 42 } } @@ -235973,15 +237837,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36179, - "end": 36208, + "start": 36697, + "end": 36726, "loc": { "start": { - "line": 941, + "line": 948, "column": 8 }, "end": { - "line": 941, + "line": 948, "column": 37 } } @@ -235989,15 +237853,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36304, - "end": 36329, + "start": 36822, + "end": 36847, "loc": { "start": { - "line": 946, + "line": 953, "column": 8 }, "end": { - "line": 946, + "line": 953, "column": 33 } } @@ -236005,15 +237869,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36368, - "end": 36380, + "start": 36886, + "end": 36898, "loc": { "start": { - "line": 949, + "line": 956, "column": 8 }, "end": { - "line": 949, + "line": 956, "column": 20 } } @@ -236021,15 +237885,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36441, - "end": 36475, + "start": 36959, + "end": 36993, "loc": { "start": { - "line": 953, + "line": 960, "column": 4 }, "end": { - "line": 955, + "line": 962, "column": 7 } } @@ -236037,15 +237901,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36671, - "end": 36683, + "start": 37189, + "end": 37201, "loc": { "start": { - "line": 962, + "line": 969, "column": 16 }, "end": { - "line": 962, + "line": 969, "column": 28 } } @@ -236053,15 +237917,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36757, - "end": 36774, + "start": 37275, + "end": 37292, "loc": { "start": { - "line": 965, + "line": 972, "column": 16 }, "end": { - "line": 965, + "line": 972, "column": 33 } } @@ -236069,15 +237933,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36851, - "end": 36908, + "start": 37369, + "end": 37426, "loc": { "start": { - "line": 968, + "line": 975, "column": 16 }, "end": { - "line": 968, + "line": 975, "column": 73 } } @@ -236085,15 +237949,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 37066, - "end": 37080, + "start": 37584, + "end": 37598, "loc": { "start": { - "line": 974, + "line": 981, "column": 20 }, "end": { - "line": 974, + "line": 981, "column": 34 } } @@ -236101,15 +237965,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 37231, - "end": 37289, + "start": 37749, + "end": 37807, "loc": { "start": { - "line": 979, + "line": 986, "column": 20 }, "end": { - "line": 979, + "line": 986, "column": 78 } } @@ -236117,15 +237981,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37405, - "end": 37463, + "start": 37923, + "end": 37981, "loc": { "start": { - "line": 986, + "line": 993, "column": 4 }, "end": { - "line": 988, + "line": 995, "column": 7 } } @@ -236133,15 +237997,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 37529, - "end": 37576, + "start": 38047, + "end": 38094, "loc": { "start": { - "line": 991, + "line": 998, "column": 12 }, "end": { - "line": 991, + "line": 998, "column": 59 } } @@ -236149,15 +238013,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 37589, - "end": 37623, + "start": 38107, + "end": 38141, "loc": { "start": { - "line": 992, + "line": 999, "column": 12 }, "end": { - "line": 992, + "line": 999, "column": 46 } } @@ -236165,15 +238029,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37715, - "end": 37732, + "start": 38233, + "end": 38250, "loc": { "start": { - "line": 995, + "line": 1002, "column": 12 }, "end": { - "line": 995, + "line": 1002, "column": 29 } } @@ -236181,15 +238045,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 37787, - "end": 37847, + "start": 38305, + "end": 38365, "loc": { "start": { - "line": 998, + "line": 1005, "column": 12 }, "end": { - "line": 998, + "line": 1005, "column": 72 } } @@ -236197,15 +238061,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37900, - "end": 37942, + "start": 38418, + "end": 38460, "loc": { "start": { - "line": 1003, + "line": 1010, "column": 4 }, "end": { - "line": 1005, + "line": 1012, "column": 7 } } @@ -236213,15 +238077,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 37970, - "end": 37995, + "start": 38488, + "end": 38513, "loc": { "start": { - "line": 1007, + "line": 1014, "column": 8 }, "end": { - "line": 1007, + "line": 1014, "column": 33 } } @@ -236229,15 +238093,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 38135, - "end": 38181, + "start": 38653, + "end": 38699, "loc": { "start": { - "line": 1012, + "line": 1019, "column": 16 }, "end": { - "line": 1012, + "line": 1019, "column": 62 } } @@ -236245,15 +238109,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38406, - "end": 38441, + "start": 38924, + "end": 38959, "loc": { "start": { - "line": 1022, + "line": 1029, "column": 4 }, "end": { - "line": 1024, + "line": 1031, "column": 7 } } @@ -236261,15 +238125,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38619, - "end": 38655, + "start": 39137, + "end": 39173, "loc": { "start": { - "line": 1034, + "line": 1041, "column": 4 }, "end": { - "line": 1036, + "line": 1043, "column": 7 } } @@ -236277,15 +238141,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38854, - "end": 38967, + "start": 39372, + "end": 39485, "loc": { "start": { - "line": 1046, + "line": 1053, "column": 4 }, "end": { - "line": 1050, + "line": 1057, "column": 7 } } @@ -236293,15 +238157,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 39001, - "end": 39043, + "start": 39519, + "end": 39561, "loc": { "start": { - "line": 1052, + "line": 1059, "column": 8 }, "end": { - "line": 1052, + "line": 1059, "column": 50 } } @@ -236309,47 +238173,47 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 39114, - "end": 39163, + "start": 39632, + "end": 39681, "loc": { "start": { - "line": 1055, + "line": 1062, "column": 8 }, "end": { - "line": 1055, + "line": 1062, "column": 57 } } }, { "type": "CommentLine", - "value": " notify converter", - "start": 39372, - "end": 39391, + "value": " start converter", + "start": 39890, + "end": 39908, "loc": { "start": { - "line": 1061, + "line": 1068, "column": 8 }, "end": { - "line": 1061, - "column": 27 + "line": 1068, + "column": 26 } } }, { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39517, - "end": 39559, + "start": 39997, + "end": 40039, "loc": { "start": { - "line": 1066, + "line": 1073, "column": 8 }, "end": { - "line": 1066, + "line": 1073, "column": 50 } } @@ -236357,15 +238221,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39619, - "end": 39684, + "start": 40099, + "end": 40164, "loc": { "start": { - "line": 1069, + "line": 1076, "column": 8 }, "end": { - "line": 1069, + "line": 1076, "column": 73 } } @@ -236373,15 +238237,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39758, - "end": 39791, + "start": 40238, + "end": 40271, "loc": { "start": { - "line": 1074, + "line": 1081, "column": 8 }, "end": { - "line": 1074, + "line": 1081, "column": 41 } } @@ -236389,15 +238253,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 39877, - "end": 39919, + "start": 40357, + "end": 40399, "loc": { "start": { - "line": 1077, + "line": 1084, "column": 16 }, "end": { - "line": 1077, + "line": 1084, "column": 58 } } @@ -236405,15 +238269,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39974, - "end": 40002, + "start": 40454, + "end": 40482, "loc": { "start": { - "line": 1080, + "line": 1087, "column": 16 }, "end": { - "line": 1080, + "line": 1087, "column": 44 } } @@ -236421,15 +238285,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 40075, - "end": 40092, + "start": 40555, + "end": 40572, "loc": { "start": { - "line": 1083, + "line": 1090, "column": 16 }, "end": { - "line": 1083, + "line": 1090, "column": 33 } } @@ -236437,15 +238301,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40161, - "end": 40212, + "start": 40641, + "end": 40692, "loc": { "start": { - "line": 1086, + "line": 1093, "column": 16 }, "end": { - "line": 1086, + "line": 1093, "column": 67 } } @@ -236453,15 +238317,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40229, - "end": 40253, + "start": 40709, + "end": 40733, "loc": { "start": { - "line": 1087, + "line": 1094, "column": 16 }, "end": { - "line": 1087, + "line": 1094, "column": 40 } } @@ -236469,15 +238333,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40398, - "end": 40426, + "start": 40878, + "end": 40906, "loc": { "start": { - "line": 1092, + "line": 1099, "column": 16 }, "end": { - "line": 1092, + "line": 1099, "column": 44 } } @@ -236485,15 +238349,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 40640, - "end": 40699, + "start": 41120, + "end": 41179, "loc": { "start": { - "line": 1100, + "line": 1107, "column": 16 }, "end": { - "line": 1100, + "line": 1107, "column": 75 } } @@ -236501,15 +238365,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 40716, - "end": 40771, + "start": 41196, + "end": 41251, "loc": { "start": { - "line": 1101, + "line": 1108, "column": 16 }, "end": { - "line": 1101, + "line": 1108, "column": 71 } } @@ -236517,15 +238381,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 40788, - "end": 40808, + "start": 41268, + "end": 41288, "loc": { "start": { - "line": 1102, + "line": 1109, "column": 16 }, "end": { - "line": 1102, + "line": 1109, "column": 36 } } @@ -236533,15 +238397,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 40882, - "end": 40904, + "start": 41362, + "end": 41384, "loc": { "start": { - "line": 1104, + "line": 1111, "column": 20 }, "end": { - "line": 1104, + "line": 1111, "column": 42 } } @@ -236549,15 +238413,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40972, - "end": 40986, + "start": 41452, + "end": 41466, "loc": { "start": { - "line": 1107, + "line": 1114, "column": 20 }, "end": { - "line": 1107, + "line": 1114, "column": 34 } } @@ -236565,15 +238429,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 41063, - "end": 41092, + "start": 41543, + "end": 41572, "loc": { "start": { - "line": 1110, + "line": 1117, "column": 20 }, "end": { - "line": 1110, + "line": 1117, "column": 49 } } @@ -236581,15 +238445,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41173, - "end": 41214, + "start": 41653, + "end": 41694, "loc": { "start": { - "line": 1113, + "line": 1120, "column": 20 }, "end": { - "line": 1113, + "line": 1120, "column": 61 } } @@ -236597,15 +238461,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41449, - "end": 41486, + "start": 41929, + "end": 41966, "loc": { "start": { - "line": 1119, + "line": 1126, "column": 20 }, "end": { - "line": 1119, + "line": 1126, "column": 57 } } @@ -236613,15 +238477,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41674, - "end": 41714, + "start": 42154, + "end": 42194, "loc": { "start": { - "line": 1123, + "line": 1130, "column": 24 }, "end": { - "line": 1123, + "line": 1130, "column": 64 } } @@ -236629,15 +238493,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41815, - "end": 41837, + "start": 42295, + "end": 42317, "loc": { "start": { - "line": 1127, + "line": 1134, "column": 20 }, "end": { - "line": 1127, + "line": 1134, "column": 42 } } @@ -236645,15 +238509,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41932, - "end": 41974, + "start": 42412, + "end": 42454, "loc": { "start": { - "line": 1131, + "line": 1138, "column": 16 }, "end": { - "line": 1131, + "line": 1138, "column": 58 } } @@ -236661,15 +238525,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 42080, - "end": 42106, + "start": 42560, + "end": 42586, "loc": { "start": { - "line": 1136, + "line": 1143, "column": 16 }, "end": { - "line": 1136, + "line": 1143, "column": 42 } } @@ -236677,15 +238541,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42166, - "end": 42180, + "start": 42646, + "end": 42660, "loc": { "start": { - "line": 1139, + "line": 1146, "column": 16 }, "end": { - "line": 1139, + "line": 1146, "column": 30 } } @@ -236693,15 +238557,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42249, - "end": 42281, + "start": 42729, + "end": 42761, "loc": { "start": { - "line": 1142, + "line": 1149, "column": 16 }, "end": { - "line": 1142, + "line": 1149, "column": 48 } } @@ -236709,15 +238573,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42354, - "end": 42375, + "start": 42834, + "end": 42855, "loc": { "start": { - "line": 1145, + "line": 1152, "column": 16 }, "end": { - "line": 1145, + "line": 1152, "column": 37 } } @@ -236725,15 +238589,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42451, - "end": 42474, + "start": 42931, + "end": 42954, "loc": { "start": { - "line": 1148, + "line": 1155, "column": 16 }, "end": { - "line": 1148, + "line": 1155, "column": 39 } } @@ -236741,15 +238605,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42541, - "end": 42583, + "start": 43021, + "end": 43063, "loc": { "start": { - "line": 1151, + "line": 1158, "column": 16 }, "end": { - "line": 1151, + "line": 1158, "column": 58 } } @@ -236757,15 +238621,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42638, - "end": 42663, + "start": 43118, + "end": 43143, "loc": { "start": { - "line": 1154, + "line": 1161, "column": 16 }, "end": { - "line": 1154, + "line": 1161, "column": 41 } } @@ -236773,15 +238637,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42751, - "end": 42777, + "start": 43231, + "end": 43257, "loc": { "start": { - "line": 1157, + "line": 1164, "column": 16 }, "end": { - "line": 1157, + "line": 1164, "column": 42 } } @@ -236789,15 +238653,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42893, - "end": 42985, + "start": 43373, + "end": 43465, "loc": { "start": { - "line": 1163, + "line": 1170, "column": 4 }, "end": { - "line": 1166, + "line": 1173, "column": 7 } } @@ -236805,15 +238669,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43215, - "end": 43235, + "start": 43695, + "end": 43715, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 42 }, "end": { - "line": 1172, + "line": 1179, "column": 62 } } @@ -236821,15 +238685,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 43344, - "end": 43357, + "start": 43824, + "end": 43837, "loc": { "start": { - "line": 1177, + "line": 1184, "column": 16 }, "end": { - "line": 1177, + "line": 1184, "column": 29 } } @@ -236837,15 +238701,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43415, - "end": 43432, + "start": 43895, + "end": 43912, "loc": { "start": { - "line": 1180, + "line": 1187, "column": 16 }, "end": { - "line": 1180, + "line": 1187, "column": 33 } } @@ -236853,15 +238717,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43489, - "end": 43507, + "start": 43969, + "end": 43987, "loc": { "start": { - "line": 1184, + "line": 1191, "column": 12 }, "end": { - "line": 1184, + "line": 1191, "column": 30 } } @@ -236869,15 +238733,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43561, - "end": 43583, + "start": 44041, + "end": 44063, "loc": { "start": { - "line": 1187, + "line": 1194, "column": 12 }, "end": { - "line": 1187, + "line": 1194, "column": 34 } } @@ -236885,15 +238749,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43653, - "end": 43672, + "start": 44133, + "end": 44152, "loc": { "start": { - "line": 1190, + "line": 1197, "column": 12 }, "end": { - "line": 1190, + "line": 1197, "column": 31 } } @@ -236901,15 +238765,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 43750, - "end": 43957, + "start": 44230, + "end": 44437, "loc": { "start": { - "line": 1195, + "line": 1202, "column": 4 }, "end": { - "line": 1201, + "line": 1208, "column": 7 } } @@ -236917,15 +238781,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 44225, - "end": 44481, + "start": 44705, + "end": 44961, "loc": { "start": { - "line": 1212, + "line": 1219, "column": 4 }, "end": { - "line": 1219, + "line": 1226, "column": 7 } } @@ -236933,15 +238797,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45274, - "end": 45314, + "start": 45754, + "end": 45794, "loc": { "start": { - "line": 1239, + "line": 1246, "column": 20 }, "end": { - "line": 1239, + "line": 1246, "column": 60 } } @@ -236949,15 +238813,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 45664, - "end": 45856, + "start": 46144, + "end": 46336, "loc": { "start": { - "line": 1248, + "line": 1255, "column": 4 }, "end": { - "line": 1254, + "line": 1261, "column": 7 } } @@ -236965,15 +238829,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 45991, - "end": 46150, + "start": 46471, + "end": 46630, "loc": { "start": { - "line": 1261, + "line": 1268, "column": 4 }, "end": { - "line": 1266, + "line": 1273, "column": 7 } } @@ -236981,15 +238845,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 46539, - "end": 46575, + "start": 47019, + "end": 47055, "loc": { "start": { - "line": 1280, + "line": 1287, "column": 16 }, "end": { - "line": 1280, + "line": 1287, "column": 52 } } @@ -236997,15 +238861,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 47117, - "end": 47286, + "start": 47597, + "end": 47766, "loc": { "start": { - "line": 1292, + "line": 1299, "column": 4 }, "end": { - "line": 1297, + "line": 1304, "column": 7 } } @@ -237013,15 +238877,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 47388, - "end": 47421, + "start": 47868, + "end": 47901, "loc": { "start": { - "line": 1301, + "line": 1308, "column": 16 }, "end": { - "line": 1301, + "line": 1308, "column": 49 } } @@ -237029,15 +238893,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 47748, - "end": 47779, + "start": 48228, + "end": 48259, "loc": { "start": { - "line": 1312, + "line": 1319, "column": 20 }, "end": { - "line": 1312, + "line": 1319, "column": 51 } } @@ -237045,15 +238909,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47856, - "end": 47892, + "start": 48336, + "end": 48372, "loc": { "start": { - "line": 1314, + "line": 1321, "column": 20 }, "end": { - "line": 1314, + "line": 1321, "column": 56 } } @@ -237061,15 +238925,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 48008, - "end": 48039, + "start": 48488, + "end": 48519, "loc": { "start": { - "line": 1317, + "line": 1324, "column": 20 }, "end": { - "line": 1317, + "line": 1324, "column": 51 } } @@ -237077,15 +238941,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded or\n * converted media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @param {String} type - Type of media to save. Legal values are 'record'\n * (default) and 'convert'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n *\n * // save converted video file as 'bar.mp4'\n * player.record().saveAs({'video': 'bar'}, 'convert');\n * @returns {void}\n ", - "start": 48160, - "end": 48914, + "start": 48640, + "end": 49394, "loc": { "start": { - "line": 1324, + "line": 1331, "column": 4 }, "end": { - "line": 1341, + "line": 1348, "column": 7 } } @@ -237093,15 +238957,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 49270, - "end": 49411, + "start": 49750, + "end": 49891, "loc": { "start": { - "line": 1354, + "line": 1361, "column": 4 }, "end": { - "line": 1359, + "line": 1366, "column": 7 } } @@ -237109,15 +238973,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 49436, - "end": 49469, + "start": 49916, + "end": 49949, "loc": { "start": { - "line": 1361, + "line": 1368, "column": 8 }, "end": { - "line": 1361, + "line": 1368, "column": 41 } } @@ -237125,15 +238989,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49609, - "end": 49657, + "start": 50089, + "end": 50137, "loc": { "start": { - "line": 1366, + "line": 1373, "column": 8 }, "end": { - "line": 1366, + "line": 1373, "column": 56 } } @@ -237141,15 +239005,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49851, - "end": 49879, + "start": 50331, + "end": 50359, "loc": { "start": { - "line": 1373, + "line": 1380, "column": 8 }, "end": { - "line": 1373, + "line": 1380, "column": 36 } } @@ -237157,15 +239021,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49937, - "end": 49965, + "start": 50417, + "end": 50445, "loc": { "start": { - "line": 1377, + "line": 1384, "column": 8 }, "end": { - "line": 1377, + "line": 1384, "column": 36 } } @@ -237173,15 +239037,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50007, - "end": 50024, + "start": 50487, + "end": 50504, "loc": { "start": { - "line": 1380, + "line": 1387, "column": 8 }, "end": { - "line": 1380, + "line": 1387, "column": 25 } } @@ -237189,15 +239053,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 50085, - "end": 50109, + "start": 50565, + "end": 50589, "loc": { "start": { - "line": 1383, + "line": 1390, "column": 8 }, "end": { - "line": 1383, + "line": 1390, "column": 32 } } @@ -237205,15 +239069,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 50208, - "end": 50231, + "start": 50688, + "end": 50711, "loc": { "start": { - "line": 1386, + "line": 1393, "column": 16 }, "end": { - "line": 1386, + "line": 1393, "column": 39 } } @@ -237221,15 +239085,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 50426, - "end": 50446, + "start": 50906, + "end": 50926, "loc": { "start": { - "line": 1391, + "line": 1398, "column": 16 }, "end": { - "line": 1391, + "line": 1398, "column": 36 } } @@ -237237,15 +239101,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50654, - "end": 50722, + "start": 51134, + "end": 51202, "loc": { "start": { - "line": 1402, + "line": 1409, "column": 4 }, "end": { - "line": 1404, + "line": 1411, "column": 7 } } @@ -237253,15 +239117,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50781, - "end": 50817, + "start": 51261, + "end": 51297, "loc": { "start": { - "line": 1409, + "line": 1416, "column": 4 }, "end": { - "line": 1411, + "line": 1418, "column": 7 } } @@ -237269,15 +239133,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 50840, - "end": 50888, + "start": 51320, + "end": 51368, "loc": { "start": { - "line": 1413, + "line": 1420, "column": 8 }, "end": { - "line": 1413, + "line": 1420, "column": 56 } } @@ -237285,15 +239149,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 51047, - "end": 51075, + "start": 51527, + "end": 51555, "loc": { "start": { - "line": 1419, + "line": 1426, "column": 8 }, "end": { - "line": 1419, + "line": 1426, "column": 36 } } @@ -237301,15 +239165,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 51133, - "end": 51150, + "start": 51613, + "end": 51630, "loc": { "start": { - "line": 1423, + "line": 1430, "column": 8 }, "end": { - "line": 1423, + "line": 1430, "column": 25 } } @@ -237317,15 +239181,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51211, - "end": 51239, + "start": 51691, + "end": 51719, "loc": { "start": { - "line": 1426, + "line": 1433, "column": 8 }, "end": { - "line": 1426, + "line": 1433, "column": 36 } } @@ -237333,15 +239197,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51281, - "end": 51297, + "start": 51761, + "end": 51777, "loc": { "start": { - "line": 1429, + "line": 1436, "column": 8 }, "end": { - "line": 1429, + "line": 1436, "column": 24 } } @@ -237349,15 +239213,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51335, - "end": 51358, + "start": 51815, + "end": 51838, "loc": { "start": { - "line": 1432, + "line": 1439, "column": 8 }, "end": { - "line": 1432, + "line": 1439, "column": 31 } } @@ -237365,15 +239229,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51395, - "end": 51415, + "start": 51875, + "end": 51895, "loc": { "start": { - "line": 1435, + "line": 1442, "column": 8 }, "end": { - "line": 1435, + "line": 1442, "column": 28 } } @@ -237381,15 +239245,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51499, - "end": 51514, + "start": 51979, + "end": 51994, "loc": { "start": { - "line": 1439, + "line": 1446, "column": 8 }, "end": { - "line": 1439, + "line": 1446, "column": 23 } } @@ -237397,15 +239261,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 51690, - "end": 51709, + "start": 52170, + "end": 52189, "loc": { "start": { - "line": 1444, + "line": 1451, "column": 20 }, "end": { - "line": 1444, + "line": 1451, "column": 39 } } @@ -237413,15 +239277,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 51873, - "end": 51884, + "start": 52353, + "end": 52364, "loc": { "start": { - "line": 1451, + "line": 1458, "column": 16 }, "end": { - "line": 1451, + "line": 1458, "column": 27 } } @@ -237429,15 +239293,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 52025, - "end": 52045, + "start": 52505, + "end": 52525, "loc": { "start": { - "line": 1457, + "line": 1464, "column": 8 }, "end": { - "line": 1457, + "line": 1464, "column": 28 } } @@ -237445,15 +239309,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52182, - "end": 52213, + "start": 52662, + "end": 52693, "loc": { "start": { - "line": 1462, + "line": 1469, "column": 8 }, "end": { - "line": 1462, + "line": 1469, "column": 39 } } @@ -237461,15 +239325,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52264, - "end": 52285, + "start": 52744, + "end": 52765, "loc": { "start": { - "line": 1465, + "line": 1472, "column": 8 }, "end": { - "line": 1465, + "line": 1472, "column": 29 } } @@ -237477,15 +239341,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52336, - "end": 52388, + "start": 52816, + "end": 52868, "loc": { "start": { - "line": 1468, + "line": 1475, "column": 8 }, "end": { - "line": 1468, + "line": 1475, "column": 60 } } @@ -237493,15 +239357,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52397, - "end": 52410, + "start": 52877, + "end": 52890, "loc": { "start": { - "line": 1469, + "line": 1476, "column": 8 }, "end": { - "line": 1469, + "line": 1476, "column": 21 } } @@ -237509,15 +239373,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 52477, - "end": 52503, + "start": 52957, + "end": 52983, "loc": { "start": { - "line": 1471, + "line": 1478, "column": 12 }, "end": { - "line": 1471, + "line": 1478, "column": 38 } } @@ -237525,15 +239389,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52573, - "end": 52640, + "start": 53053, + "end": 53120, "loc": { "start": { - "line": 1476, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1486, "column": 7 } } @@ -237541,15 +239405,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52801, - "end": 52871, + "start": 53281, + "end": 53351, "loc": { "start": { - "line": 1487, + "line": 1494, "column": 4 }, "end": { - "line": 1490, + "line": 1497, "column": 7 } } @@ -237557,15 +239421,15 @@ { "type": "CommentBlock", "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", - "start": 53100, - "end": 53734, + "start": 53638, + "end": 54272, "loc": { "start": { - "line": 1498, + "line": 1508, "column": 4 }, "end": { - "line": 1511, + "line": 1521, "column": 7 } } @@ -237573,15 +239437,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 53944, - "end": 53986, + "start": 54482, + "end": 54524, "loc": { "start": { - "line": 1516, + "line": 1526, "column": 12 }, "end": { - "line": 1516, + "line": 1526, "column": 54 } } @@ -237589,15 +239453,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 54267, - "end": 54407, + "start": 54805, + "end": 54945, "loc": { "start": { - "line": 1526, + "line": 1536, "column": 4 }, "end": { - "line": 1530, + "line": 1540, "column": 7 } } @@ -237605,15 +239469,31 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 54904, - "end": 55083, + "start": 55442, + "end": 55621, "loc": { "start": { - "line": 1545, + "line": 1555, "column": 4 }, "end": { - "line": 1551, + "line": 1561, + "column": 7 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Start converter.\n ", + "start": 55794, + "end": 55829, + "loc": { + "start": { + "line": 1567, + "column": 4 + }, + "end": { + "line": 1569, "column": 7 } } @@ -237621,15 +239501,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55256, - "end": 55325, + "start": 55973, + "end": 56042, "loc": { "start": { - "line": 1557, + "line": 1576, "column": 4 }, "end": { - "line": 1560, + "line": 1579, "column": 7 } } @@ -237637,15 +239517,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 55463, - "end": 55498, + "start": 56180, + "end": 56215, "loc": { "start": { - "line": 1564, + "line": 1583, "column": 16 }, "end": { - "line": 1564, + "line": 1583, "column": 51 } } @@ -237653,15 +239533,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55615, - "end": 55638, + "start": 56332, + "end": 56355, "loc": { "start": { - "line": 1568, + "line": 1587, "column": 20 }, "end": { - "line": 1568, + "line": 1587, "column": 43 } } @@ -237669,15 +239549,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 55780, - "end": 55820, + "start": 56497, + "end": 56537, "loc": { "start": { - "line": 1572, + "line": 1591, "column": 16 }, "end": { - "line": 1572, + "line": 1591, "column": 56 } } @@ -237685,15 +239565,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55969, - "end": 55992, + "start": 56686, + "end": 56709, "loc": { "start": { - "line": 1576, + "line": 1595, "column": 16 }, "end": { - "line": 1576, + "line": 1595, "column": 39 } } @@ -237701,15 +239581,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 56119, - "end": 56177, + "start": 56836, + "end": 56894, "loc": { "start": { - "line": 1582, + "line": 1601, "column": 4 }, "end": { - "line": 1585, + "line": 1604, "column": 7 } } @@ -237717,15 +239597,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 56210, - "end": 56231, + "start": 56927, + "end": 56948, "loc": { "start": { - "line": 1587, + "line": 1606, "column": 8 }, "end": { - "line": 1587, + "line": 1606, "column": 29 } } @@ -237733,15 +239613,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56291, - "end": 56311, + "start": 57008, + "end": 57028, "loc": { "start": { - "line": 1590, + "line": 1609, "column": 8 }, "end": { - "line": 1590, + "line": 1609, "column": 28 } } @@ -237749,15 +239629,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56362, - "end": 56379, + "start": 57079, + "end": 57096, "loc": { "start": { - "line": 1593, + "line": 1612, "column": 8 }, "end": { - "line": 1593, + "line": 1612, "column": 25 } } @@ -237765,15 +239645,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56412, - "end": 56486, + "start": 57129, + "end": 57203, "loc": { "start": { - "line": 1597, + "line": 1616, "column": 4 }, "end": { - "line": 1600, + "line": 1619, "column": 7 } } @@ -237781,15 +239661,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56552, - "end": 56579, + "start": 57269, + "end": 57296, "loc": { "start": { - "line": 1604, + "line": 1623, "column": 8 }, "end": { - "line": 1604, + "line": 1623, "column": 35 } } @@ -237797,15 +239677,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56630, - "end": 56651, + "start": 57347, + "end": 57368, "loc": { "start": { - "line": 1607, + "line": 1626, "column": 8 }, "end": { - "line": 1607, + "line": 1626, "column": 29 } } @@ -237813,15 +239693,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56724, - "end": 56832, + "start": 57441, + "end": 57549, "loc": { "start": { - "line": 1611, + "line": 1630, "column": 4 }, "end": { - "line": 1615, + "line": 1634, "column": 7 } } @@ -237829,15 +239709,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 57069, - "end": 57124, + "start": 57786, + "end": 57841, "loc": { "start": { - "line": 1622, + "line": 1641, "column": 8 }, "end": { - "line": 1622, + "line": 1641, "column": 63 } } @@ -237845,15 +239725,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 57133, - "end": 57178, + "start": 57850, + "end": 57895, "loc": { "start": { - "line": 1623, + "line": 1642, "column": 8 }, "end": { - "line": 1623, + "line": 1642, "column": 53 } } @@ -237861,15 +239741,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57640, - "end": 57664, + "start": 58357, + "end": 58381, "loc": { "start": { - "line": 1635, + "line": 1654, "column": 12 }, "end": { - "line": 1635, + "line": 1654, "column": 36 } } @@ -237877,15 +239757,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57677, - "end": 57698, + "start": 58394, + "end": 58415, "loc": { "start": { - "line": 1636, + "line": 1655, "column": 12 }, "end": { - "line": 1636, + "line": 1655, "column": 33 } } @@ -237893,15 +239773,15 @@ { "type": "CommentLine", "value": " camera feed wider than player", - "start": 57773, - "end": 57805, + "start": 58490, + "end": 58522, "loc": { "start": { - "line": 1638, + "line": 1657, "column": 16 }, "end": { - "line": 1638, + "line": 1657, "column": 48 } } @@ -237909,15 +239789,15 @@ { "type": "CommentLine", "value": " player wider than camera feed", - "start": 58083, - "end": 58115, + "start": 58800, + "end": 58832, "loc": { "start": { - "line": 1643, + "line": 1662, "column": 16 }, "end": { - "line": 1643, + "line": 1662, "column": 48 } } @@ -237925,15 +239805,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58382, - "end": 58401, + "start": 59099, + "end": 59118, "loc": { "start": { - "line": 1648, + "line": 1667, "column": 12 }, "end": { - "line": 1648, + "line": 1667, "column": 31 } } @@ -237941,15 +239821,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58415, - "end": 58452, + "start": 59132, + "end": 59169, "loc": { "start": { - "line": 1650, + "line": 1669, "column": 12 }, "end": { - "line": 1650, + "line": 1669, "column": 49 } } @@ -237957,15 +239837,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58465, - "end": 58494, + "start": 59182, + "end": 59211, "loc": { "start": { - "line": 1651, + "line": 1670, "column": 12 }, "end": { - "line": 1651, + "line": 1670, "column": 41 } } @@ -237973,15 +239853,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58507, - "end": 58591, + "start": 59224, + "end": 59308, "loc": { "start": { - "line": 1652, + "line": 1671, "column": 12 }, "end": { - "line": 1652, + "line": 1671, "column": 96 } } @@ -237989,15 +239869,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58604, - "end": 58682, + "start": 59321, + "end": 59399, "loc": { "start": { - "line": 1653, + "line": 1672, "column": 12 }, "end": { - "line": 1653, + "line": 1672, "column": 90 } } @@ -238005,15 +239885,15 @@ { "type": "CommentLine", "value": "", - "start": 58695, - "end": 58697, + "start": 59412, + "end": 59414, "loc": { "start": { - "line": 1654, + "line": 1673, "column": 12 }, "end": { - "line": 1654, + "line": 1673, "column": 14 } } @@ -238021,15 +239901,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58710, - "end": 58789, + "start": 59427, + "end": 59506, "loc": { "start": { - "line": 1655, + "line": 1674, "column": 12 }, "end": { - "line": 1655, + "line": 1674, "column": 91 } } @@ -238037,15 +239917,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58802, - "end": 58831, + "start": 59519, + "end": 59548, "loc": { "start": { - "line": 1656, + "line": 1675, "column": 12 }, "end": { - "line": 1656, + "line": 1675, "column": 41 } } @@ -238053,15 +239933,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 59075, - "end": 59090, + "start": 59792, + "end": 59807, "loc": { "start": { - "line": 1661, + "line": 1680, "column": 20 }, "end": { - "line": 1661, + "line": 1680, "column": 35 } } @@ -238069,15 +239949,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59184, - "end": 59226, + "start": 59901, + "end": 59943, "loc": { "start": { - "line": 1663, + "line": 1682, "column": 24 }, "end": { - "line": 1663, + "line": 1682, "column": 66 } } @@ -238085,15 +239965,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59419, - "end": 59435, + "start": 60136, + "end": 60152, "loc": { "start": { - "line": 1667, + "line": 1686, "column": 24 }, "end": { - "line": 1667, + "line": 1686, "column": 40 } } @@ -238101,15 +239981,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59549, - "end": 59572, + "start": 60266, + "end": 60289, "loc": { "start": { - "line": 1670, + "line": 1689, "column": 24 }, "end": { - "line": 1670, + "line": 1689, "column": 47 } } @@ -238117,15 +239997,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59656, - "end": 59708, + "start": 60373, + "end": 60425, "loc": { "start": { - "line": 1674, + "line": 1693, "column": 12 }, "end": { - "line": 1674, + "line": 1693, "column": 64 } } @@ -238133,15 +240013,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59722, - "end": 59764, + "start": 60439, + "end": 60481, "loc": { "start": { - "line": 1676, + "line": 1695, "column": 12 }, "end": { - "line": 1676, + "line": 1695, "column": 54 } } @@ -238149,15 +240029,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59927, - "end": 59943, + "start": 60644, + "end": 60660, "loc": { "start": { - "line": 1680, + "line": 1699, "column": 12 }, "end": { - "line": 1680, + "line": 1699, "column": 28 } } @@ -238165,15 +240045,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n * @param {Number} width - Width of drawing on canvas.\n * @param {Number} height - Height of drawing on canvas.\n * @param {Number} x - X position on canvas where drawing starts.\n * @param {Number} y - Y position on canvas where drawing starts.\n ", - "start": 60002, - "end": 60465, + "start": 60719, + "end": 61182, "loc": { "start": { - "line": 1685, + "line": 1704, "column": 4 }, "end": { - "line": 1694, + "line": 1713, "column": 7 } } @@ -238181,15 +240061,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60774, - "end": 60839, + "start": 61491, + "end": 61556, "loc": { "start": { - "line": 1705, + "line": 1724, "column": 4 }, "end": { - "line": 1708, + "line": 1727, "column": 7 } } @@ -238197,15 +240077,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 60874, - "end": 60900, + "start": 61591, + "end": 61617, "loc": { "start": { - "line": 1710, + "line": 1729, "column": 8 }, "end": { - "line": 1710, + "line": 1729, "column": 34 } } @@ -238213,15 +240093,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 61056, - "end": 61075, + "start": 61773, + "end": 61792, "loc": { "start": { - "line": 1716, + "line": 1735, "column": 8 }, "end": { - "line": 1716, + "line": 1735, "column": 27 } } @@ -238229,15 +240109,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 61125, - "end": 61167, + "start": 61842, + "end": 61884, "loc": { "start": { - "line": 1719, + "line": 1738, "column": 8 }, "end": { - "line": 1719, + "line": 1738, "column": 50 } } @@ -238245,15 +240125,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61219, - "end": 61256, + "start": 61936, + "end": 61973, "loc": { "start": { - "line": 1722, + "line": 1741, "column": 8 }, "end": { - "line": 1722, + "line": 1741, "column": 45 } } @@ -238261,15 +240141,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61298, - "end": 61329, + "start": 62015, + "end": 62046, "loc": { "start": { - "line": 1725, + "line": 1744, "column": 8 }, "end": { - "line": 1725, + "line": 1744, "column": 39 } } @@ -238277,15 +240157,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61407, - "end": 61460, + "start": 62124, + "end": 62177, "loc": { "start": { - "line": 1730, + "line": 1749, "column": 4 }, "end": { - "line": 1733, + "line": 1752, "column": 7 } } @@ -238293,15 +240173,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61569, - "end": 61634, + "start": 62286, + "end": 62351, "loc": { "start": { - "line": 1737, + "line": 1756, "column": 8 }, "end": { - "line": 1737, + "line": 1756, "column": 73 } } @@ -238309,15 +240189,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61754, - "end": 61777, + "start": 62471, + "end": 62494, "loc": { "start": { - "line": 1741, + "line": 1760, "column": 8 }, "end": { - "line": 1741, + "line": 1760, "column": 31 } } @@ -238325,15 +240205,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61828, - "end": 61849, + "start": 62545, + "end": 62566, "loc": { "start": { - "line": 1744, + "line": 1763, "column": 8 }, "end": { - "line": 1744, + "line": 1763, "column": 29 } } @@ -238341,15 +240221,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61972, - "end": 62025, + "start": 62689, + "end": 62742, "loc": { "start": { - "line": 1749, + "line": 1768, "column": 4 }, "end": { - "line": 1752, + "line": 1771, "column": 7 } } @@ -238357,15 +240237,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 62056, - "end": 62079, + "start": 62773, + "end": 62796, "loc": { "start": { - "line": 1754, + "line": 1773, "column": 8 }, "end": { - "line": 1754, + "line": 1773, "column": 31 } } @@ -238373,15 +240253,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 62130, - "end": 62151, + "start": 62847, + "end": 62868, "loc": { "start": { - "line": 1757, + "line": 1776, "column": 8 }, "end": { - "line": 1757, + "line": 1776, "column": 29 } } @@ -238389,15 +240269,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62208, - "end": 62271, + "start": 62925, + "end": 62988, "loc": { "start": { - "line": 1761, + "line": 1780, "column": 4 }, "end": { - "line": 1764, + "line": 1783, "column": 7 } } @@ -238405,15 +240285,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62399, - "end": 62511, + "start": 63116, + "end": 63228, "loc": { "start": { - "line": 1770, + "line": 1789, "column": 4 }, "end": { - "line": 1773, + "line": 1792, "column": 7 } } @@ -238421,15 +240301,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62797, - "end": 62828, + "start": 63514, + "end": 63545, "loc": { "start": { - "line": 1781, + "line": 1800, "column": 8 }, "end": { - "line": 1781, + "line": 1800, "column": 39 } } @@ -238437,15 +240317,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 63048, - "end": 63067, + "start": 63765, + "end": 63784, "loc": { "start": { - "line": 1788, + "line": 1807, "column": 12 }, "end": { - "line": 1788, + "line": 1807, "column": 31 } } @@ -238453,15 +240333,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63281, - "end": 63401, + "start": 63998, + "end": 64118, "loc": { "start": { - "line": 1796, + "line": 1815, "column": 4 }, "end": { - "line": 1800, + "line": 1819, "column": 7 } } @@ -238469,15 +240349,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 63505, - "end": 63539, + "start": 64222, + "end": 64256, "loc": { "start": { - "line": 1803, + "line": 1822, "column": 12 }, "end": { - "line": 1803, + "line": 1822, "column": 46 } } @@ -238485,15 +240365,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 63660, - "end": 63711, + "start": 64377, + "end": 64428, "loc": { "start": { - "line": 1807, + "line": 1826, "column": 12 }, "end": { - "line": 1807, + "line": 1826, "column": 63 } } @@ -238501,15 +240381,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63823, - "end": 63849, + "start": 64540, + "end": 64566, "loc": { "start": { - "line": 1813, + "line": 1832, "column": 8 }, "end": { - "line": 1813, + "line": 1832, "column": 34 } } @@ -238517,15 +240397,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63886, - "end": 63944, + "start": 64603, + "end": 64661, "loc": { "start": { - "line": 1816, + "line": 1835, "column": 8 }, "end": { - "line": 1816, + "line": 1835, "column": 66 } } @@ -238533,15 +240413,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63982, - "end": 64102, + "start": 64699, + "end": 64819, "loc": { "start": { - "line": 1820, + "line": 1839, "column": 4 }, "end": { - "line": 1824, + "line": 1843, "column": 7 } } @@ -238549,15 +240429,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 64206, - "end": 64240, + "start": 64923, + "end": 64957, "loc": { "start": { - "line": 1827, + "line": 1846, "column": 12 }, "end": { - "line": 1827, + "line": 1846, "column": 46 } } @@ -238565,15 +240445,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 64361, - "end": 64412, + "start": 65078, + "end": 65129, "loc": { "start": { - "line": 1831, + "line": 1850, "column": 12 }, "end": { - "line": 1831, + "line": 1850, "column": 63 } } @@ -238581,15 +240461,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64524, - "end": 64574, + "start": 65241, + "end": 65291, "loc": { "start": { - "line": 1837, + "line": 1856, "column": 8 }, "end": { - "line": 1837, + "line": 1856, "column": 58 } } @@ -238597,15 +240477,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64845, - "end": 64871, + "start": 65562, + "end": 65588, "loc": { "start": { - "line": 1847, + "line": 1866, "column": 8 }, "end": { - "line": 1847, + "line": 1866, "column": 34 } } @@ -238613,15 +240493,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64908, - "end": 64966, + "start": 65625, + "end": 65683, "loc": { "start": { - "line": 1850, + "line": 1869, "column": 8 }, "end": { - "line": 1850, + "line": 1869, "column": 66 } } @@ -238629,15 +240509,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 65004, - "end": 65122, + "start": 65721, + "end": 65839, "loc": { "start": { - "line": 1854, + "line": 1873, "column": 4 }, "end": { - "line": 1858, + "line": 1877, "column": 7 } } @@ -238645,15 +240525,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 65265, - "end": 65282, + "start": 65982, + "end": 65999, "loc": { "start": { - "line": 1863, + "line": 1882, "column": 16 }, "end": { - "line": 1863, + "line": 1882, "column": 33 } } @@ -238661,15 +240541,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65377, - "end": 65396, + "start": 66094, + "end": 66113, "loc": { "start": { - "line": 1865, + "line": 1884, "column": 20 }, "end": { - "line": 1865, + "line": 1884, "column": 39 } } @@ -238677,15 +240557,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65877, - "end": 65896, + "start": 66594, + "end": 66613, "loc": { "start": { - "line": 1878, + "line": 1897, "column": 28 }, "end": { - "line": 1878, + "line": 1897, "column": 47 } } @@ -238693,15 +240573,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66430, - "end": 66471, + "start": 67147, + "end": 67188, "loc": { "start": { - "line": 1893, + "line": 1912, "column": 8 }, "end": { - "line": 1893, + "line": 1912, "column": 49 } } @@ -238709,15 +240589,15 @@ { "type": "CommentBlock", "value": "*\n * Replaces the default `formatTime` implementation with a custom implementation.\n *\n * @param {function} customImplementation - A function which will be used in place\n * of the default `formatTime` implementation. Will receive the current time\n * in seconds and the guide (in seconds) as arguments.\n ", - "start": 66539, - "end": 66878, + "start": 67256, + "end": 67595, "loc": { "start": { - "line": 1897, + "line": 1916, "column": 4 }, "end": { - "line": 1903, + "line": 1922, "column": 7 } } @@ -238725,15 +240605,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 67029, - "end": 67042, + "start": 67746, + "end": 67759, "loc": { "start": { - "line": 1909, + "line": 1928, "column": 8 }, "end": { - "line": 1909, + "line": 1928, "column": 21 } } @@ -238741,15 +240621,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 67082, - "end": 67120, + "start": 67799, + "end": 67837, "loc": { "start": { - "line": 1911, + "line": 1930, "column": 12 }, "end": { - "line": 1911, + "line": 1930, "column": 50 } } @@ -238757,15 +240637,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67199, - "end": 67330, + "start": 67916, + "end": 68047, "loc": { "start": { - "line": 1916, + "line": 1935, "column": 4 }, "end": { - "line": 1921, + "line": 1940, "column": 7 } } @@ -238773,15 +240653,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 67668, - "end": 67817, + "start": 68385, + "end": 68534, "loc": { "start": { - "line": 1933, + "line": 1952, "column": 4 }, "end": { - "line": 1938, + "line": 1957, "column": 7 } } @@ -238789,15 +240669,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 67855, - "end": 67900, + "start": 68572, + "end": 68617, "loc": { "start": { - "line": 1940, + "line": 1959, "column": 8 }, "end": { - "line": 1940, + "line": 1959, "column": 53 } } @@ -238805,15 +240685,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 68000, - "end": 68031, + "start": 68717, + "end": 68748, "loc": { "start": { - "line": 1943, + "line": 1962, "column": 8 }, "end": { - "line": 1943, + "line": 1962, "column": 39 } } @@ -238821,15 +240701,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68127, - "end": 68258, + "start": 68844, + "end": 68975, "loc": { "start": { - "line": 1948, + "line": 1967, "column": 4 }, "end": { - "line": 1953, + "line": 1972, "column": 7 } } @@ -238837,15 +240717,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68347, - "end": 68477, + "start": 69064, + "end": 69194, "loc": { "start": { - "line": 1958, + "line": 1977, "column": 4 }, "end": { - "line": 1963, + "line": 1982, "column": 7 } } @@ -238853,15 +240733,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 68557, - "end": 68595, + "start": 69274, + "end": 69312, "loc": { "start": { - "line": 1969, + "line": 1988, "column": 0 }, "end": { - "line": 1969, + "line": 1988, "column": 38 } } @@ -238869,15 +240749,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 68627, - "end": 68645, + "start": 69344, + "end": 69362, "loc": { "start": { - "line": 1972, + "line": 1991, "column": 0 }, "end": { - "line": 1972, + "line": 1991, "column": 18 } } @@ -238885,15 +240765,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 68769, - "end": 68785, + "start": 69486, + "end": 69502, "loc": { "start": { - "line": 1978, + "line": 1997, "column": 0 }, "end": { - "line": 1978, + "line": 1997, "column": 16 } } @@ -263797,9 +265677,9 @@ "postfix": false, "binop": null }, - "value": "convertWorkerURL", + "value": "convertAuto", "start": 7755, - "end": 7771, + "end": 7766, "loc": { "start": { "line": 205, @@ -263807,7 +265687,7 @@ }, "end": { "line": 205, - "column": 29 + "column": 24 } } }, @@ -263825,16 +265705,16 @@ "updateContext": null }, "value": "=", - "start": 7772, - "end": 7773, + "start": 7767, + "end": 7768, "loc": { "start": { "line": 205, - "column": 30 + "column": 25 }, "end": { "line": 205, - "column": 31 + "column": 26 } } }, @@ -263851,16 +265731,16 @@ "binop": null }, "value": "recordOptions", - "start": 7774, - "end": 7787, + "start": 7769, + "end": 7782, "loc": { "start": { "line": 205, - "column": 32 + "column": 27 }, "end": { "line": 205, - "column": 45 + "column": 40 } } }, @@ -263877,16 +265757,16 @@ "binop": null, "updateContext": null }, - "start": 7787, - "end": 7788, + "start": 7782, + "end": 7783, "loc": { "start": { "line": 205, - "column": 45 + "column": 40 }, "end": { "line": 205, - "column": 46 + "column": 41 } } }, @@ -263902,17 +265782,17 @@ "postfix": false, "binop": null }, - "value": "convertWorkerURL", - "start": 7788, - "end": 7804, + "value": "convertAuto", + "start": 7783, + "end": 7794, "loc": { "start": { "line": 205, - "column": 46 + "column": 41 }, "end": { "line": 205, - "column": 62 + "column": 52 } } }, @@ -263929,16 +265809,16 @@ "binop": null, "updateContext": null }, - "start": 7804, - "end": 7805, + "start": 7794, + "end": 7795, "loc": { "start": { "line": 205, - "column": 62 + "column": 52 }, "end": { "line": 205, - "column": 63 + "column": 53 } } }, @@ -263957,8 +265837,8 @@ "updateContext": null }, "value": "this", - "start": 7814, - "end": 7818, + "start": 7804, + "end": 7808, "loc": { "start": { "line": 206, @@ -263983,8 +265863,8 @@ "binop": null, "updateContext": null }, - "start": 7818, - "end": 7819, + "start": 7808, + "end": 7809, "loc": { "start": { "line": 206, @@ -264008,9 +265888,9 @@ "postfix": false, "binop": null }, - "value": "convertOptions", - "start": 7819, - "end": 7833, + "value": "convertWorkerURL", + "start": 7809, + "end": 7825, "loc": { "start": { "line": 206, @@ -264018,7 +265898,7 @@ }, "end": { "line": 206, - "column": 27 + "column": 29 } } }, @@ -264036,16 +265916,16 @@ "updateContext": null }, "value": "=", - "start": 7834, - "end": 7835, + "start": 7826, + "end": 7827, "loc": { "start": { "line": 206, - "column": 28 + "column": 30 }, "end": { "line": 206, - "column": 29 + "column": 31 } } }, @@ -264062,16 +265942,16 @@ "binop": null }, "value": "recordOptions", - "start": 7836, - "end": 7849, + "start": 7828, + "end": 7841, "loc": { "start": { "line": 206, - "column": 30 + "column": 32 }, "end": { "line": 206, - "column": 43 + "column": 45 } } }, @@ -264088,16 +265968,16 @@ "binop": null, "updateContext": null }, - "start": 7849, - "end": 7850, + "start": 7841, + "end": 7842, "loc": { "start": { "line": 206, - "column": 43 + "column": 45 }, "end": { "line": 206, - "column": 44 + "column": 46 } } }, @@ -264113,17 +265993,17 @@ "postfix": false, "binop": null }, - "value": "convertOptions", - "start": 7850, - "end": 7864, + "value": "convertWorkerURL", + "start": 7842, + "end": 7858, "loc": { "start": { "line": 206, - "column": 44 + "column": 46 }, "end": { "line": 206, - "column": 58 + "column": 62 } } }, @@ -264140,32 +266020,16 @@ "binop": null, "updateContext": null }, - "start": 7864, - "end": 7865, + "start": 7858, + "end": 7859, "loc": { "start": { "line": 206, - "column": 58 + "column": 62 }, "end": { "line": 206, - "column": 59 - } - } - }, - { - "type": "CommentLine", - "value": " audio settings", - "start": 7875, - "end": 7892, - "loc": { - "start": { - "line": 208, - "column": 8 - }, - "end": { - "line": 208, - "column": 25 + "column": 63 } } }, @@ -264184,15 +266048,15 @@ "updateContext": null }, "value": "this", - "start": 7901, - "end": 7905, + "start": 7868, + "end": 7872, "loc": { "start": { - "line": 209, + "line": 207, "column": 8 }, "end": { - "line": 209, + "line": 207, "column": 12 } } @@ -264210,15 +266074,15 @@ "binop": null, "updateContext": null }, - "start": 7905, - "end": 7906, + "start": 7872, + "end": 7873, "loc": { "start": { - "line": 209, + "line": 207, "column": 12 }, "end": { - "line": 209, + "line": 207, "column": 13 } } @@ -264235,17 +266099,17 @@ "postfix": false, "binop": null }, - "value": "audioEngine", - "start": 7906, - "end": 7917, + "value": "convertOptions", + "start": 7873, + "end": 7887, "loc": { "start": { - "line": 209, + "line": 207, "column": 13 }, "end": { - "line": 209, - "column": 24 + "line": 207, + "column": 27 } } }, @@ -264263,16 +266127,16 @@ "updateContext": null }, "value": "=", - "start": 7918, - "end": 7919, + "start": 7888, + "end": 7889, "loc": { "start": { - "line": 209, - "column": 25 + "line": 207, + "column": 28 }, "end": { - "line": 209, - "column": 26 + "line": 207, + "column": 29 } } }, @@ -264289,16 +266153,16 @@ "binop": null }, "value": "recordOptions", - "start": 7920, - "end": 7933, + "start": 7890, + "end": 7903, "loc": { "start": { - "line": 209, - "column": 27 + "line": 207, + "column": 30 }, "end": { - "line": 209, - "column": 40 + "line": 207, + "column": 43 } } }, @@ -264315,16 +266179,16 @@ "binop": null, "updateContext": null }, - "start": 7933, - "end": 7934, + "start": 7903, + "end": 7904, "loc": { "start": { - "line": 209, - "column": 40 + "line": 207, + "column": 43 }, "end": { - "line": 209, - "column": 41 + "line": 207, + "column": 44 } } }, @@ -264340,17 +266204,17 @@ "postfix": false, "binop": null }, - "value": "audioEngine", - "start": 7934, - "end": 7945, + "value": "convertOptions", + "start": 7904, + "end": 7918, "loc": { "start": { - "line": 209, - "column": 41 + "line": 207, + "column": 44 }, "end": { - "line": 209, - "column": 52 + "line": 207, + "column": 58 } } }, @@ -264367,16 +266231,32 @@ "binop": null, "updateContext": null }, - "start": 7945, + "start": 7918, + "end": 7919, + "loc": { + "start": { + "line": 207, + "column": 58 + }, + "end": { + "line": 207, + "column": 59 + } + } + }, + { + "type": "CommentLine", + "value": " audio settings", + "start": 7929, "end": 7946, "loc": { "start": { "line": 209, - "column": 52 + "column": 8 }, "end": { "line": 209, - "column": 53 + "column": 25 } } }, @@ -264446,9 +266326,9 @@ "postfix": false, "binop": null }, - "value": "audioRecorderType", + "value": "audioEngine", "start": 7960, - "end": 7977, + "end": 7971, "loc": { "start": { "line": 210, @@ -264456,7 +266336,7 @@ }, "end": { "line": 210, - "column": 30 + "column": 24 } } }, @@ -264474,16 +266354,16 @@ "updateContext": null }, "value": "=", - "start": 7978, - "end": 7979, + "start": 7972, + "end": 7973, "loc": { "start": { "line": 210, - "column": 31 + "column": 25 }, "end": { "line": 210, - "column": 32 + "column": 26 } } }, @@ -264500,16 +266380,16 @@ "binop": null }, "value": "recordOptions", - "start": 7980, - "end": 7993, + "start": 7974, + "end": 7987, "loc": { "start": { "line": 210, - "column": 33 + "column": 27 }, "end": { "line": 210, - "column": 46 + "column": 40 } } }, @@ -264526,16 +266406,16 @@ "binop": null, "updateContext": null }, - "start": 7993, - "end": 7994, + "start": 7987, + "end": 7988, "loc": { "start": { "line": 210, - "column": 46 + "column": 40 }, "end": { "line": 210, - "column": 47 + "column": 41 } } }, @@ -264551,17 +266431,17 @@ "postfix": false, "binop": null }, - "value": "audioRecorderType", - "start": 7994, - "end": 8011, + "value": "audioEngine", + "start": 7988, + "end": 7999, "loc": { "start": { "line": 210, - "column": 47 + "column": 41 }, "end": { "line": 210, - "column": 64 + "column": 52 } } }, @@ -264578,16 +266458,16 @@ "binop": null, "updateContext": null }, - "start": 8011, - "end": 8012, + "start": 7999, + "end": 8000, "loc": { "start": { "line": 210, - "column": 64 + "column": 52 }, "end": { "line": 210, - "column": 65 + "column": 53 } } }, @@ -264606,8 +266486,8 @@ "updateContext": null }, "value": "this", - "start": 8021, - "end": 8025, + "start": 8009, + "end": 8013, "loc": { "start": { "line": 211, @@ -264632,8 +266512,8 @@ "binop": null, "updateContext": null }, - "start": 8025, - "end": 8026, + "start": 8013, + "end": 8014, "loc": { "start": { "line": 211, @@ -264657,9 +266537,9 @@ "postfix": false, "binop": null }, - "value": "audioWorkerURL", - "start": 8026, - "end": 8040, + "value": "audioRecorderType", + "start": 8014, + "end": 8031, "loc": { "start": { "line": 211, @@ -264667,7 +266547,7 @@ }, "end": { "line": 211, - "column": 27 + "column": 30 } } }, @@ -264685,16 +266565,16 @@ "updateContext": null }, "value": "=", - "start": 8041, - "end": 8042, + "start": 8032, + "end": 8033, "loc": { "start": { "line": 211, - "column": 28 + "column": 31 }, "end": { "line": 211, - "column": 29 + "column": 32 } } }, @@ -264711,16 +266591,16 @@ "binop": null }, "value": "recordOptions", - "start": 8043, - "end": 8056, + "start": 8034, + "end": 8047, "loc": { "start": { "line": 211, - "column": 30 + "column": 33 }, "end": { "line": 211, - "column": 43 + "column": 46 } } }, @@ -264737,16 +266617,16 @@ "binop": null, "updateContext": null }, - "start": 8056, - "end": 8057, + "start": 8047, + "end": 8048, "loc": { "start": { "line": 211, - "column": 43 + "column": 46 }, "end": { "line": 211, - "column": 44 + "column": 47 } } }, @@ -264762,17 +266642,17 @@ "postfix": false, "binop": null }, - "value": "audioWorkerURL", - "start": 8057, - "end": 8071, + "value": "audioRecorderType", + "start": 8048, + "end": 8065, "loc": { "start": { "line": 211, - "column": 44 + "column": 47 }, "end": { "line": 211, - "column": 58 + "column": 64 } } }, @@ -264789,16 +266669,16 @@ "binop": null, "updateContext": null }, - "start": 8071, - "end": 8072, + "start": 8065, + "end": 8066, "loc": { "start": { "line": 211, - "column": 58 + "column": 64 }, "end": { "line": 211, - "column": 59 + "column": 65 } } }, @@ -264817,8 +266697,8 @@ "updateContext": null }, "value": "this", - "start": 8081, - "end": 8085, + "start": 8075, + "end": 8079, "loc": { "start": { "line": 212, @@ -264843,8 +266723,8 @@ "binop": null, "updateContext": null }, - "start": 8085, - "end": 8086, + "start": 8079, + "end": 8080, "loc": { "start": { "line": 212, @@ -264868,9 +266748,9 @@ "postfix": false, "binop": null }, - "value": "audioWebAssemblyURL", - "start": 8086, - "end": 8105, + "value": "audioWorkerURL", + "start": 8080, + "end": 8094, "loc": { "start": { "line": 212, @@ -264878,7 +266758,7 @@ }, "end": { "line": 212, - "column": 32 + "column": 27 } } }, @@ -264896,16 +266776,16 @@ "updateContext": null }, "value": "=", - "start": 8106, - "end": 8107, + "start": 8095, + "end": 8096, "loc": { "start": { "line": 212, - "column": 33 + "column": 28 }, "end": { "line": 212, - "column": 34 + "column": 29 } } }, @@ -264922,16 +266802,16 @@ "binop": null }, "value": "recordOptions", - "start": 8108, - "end": 8121, + "start": 8097, + "end": 8110, "loc": { "start": { "line": 212, - "column": 35 + "column": 30 }, "end": { "line": 212, - "column": 48 + "column": 43 } } }, @@ -264948,16 +266828,16 @@ "binop": null, "updateContext": null }, - "start": 8121, - "end": 8122, + "start": 8110, + "end": 8111, "loc": { "start": { "line": 212, - "column": 48 + "column": 43 }, "end": { "line": 212, - "column": 49 + "column": 44 } } }, @@ -264973,17 +266853,17 @@ "postfix": false, "binop": null }, - "value": "audioWebAssemblyURL", - "start": 8122, - "end": 8141, + "value": "audioWorkerURL", + "start": 8111, + "end": 8125, "loc": { "start": { "line": 212, - "column": 49 + "column": 44 }, "end": { "line": 212, - "column": 68 + "column": 58 } } }, @@ -265000,16 +266880,16 @@ "binop": null, "updateContext": null }, - "start": 8141, - "end": 8142, + "start": 8125, + "end": 8126, "loc": { "start": { "line": 212, - "column": 68 + "column": 58 }, "end": { "line": 212, - "column": 69 + "column": 59 } } }, @@ -265028,8 +266908,8 @@ "updateContext": null }, "value": "this", - "start": 8151, - "end": 8155, + "start": 8135, + "end": 8139, "loc": { "start": { "line": 213, @@ -265054,8 +266934,8 @@ "binop": null, "updateContext": null }, - "start": 8155, - "end": 8156, + "start": 8139, + "end": 8140, "loc": { "start": { "line": 213, @@ -265079,9 +266959,9 @@ "postfix": false, "binop": null }, - "value": "audioBufferSize", - "start": 8156, - "end": 8171, + "value": "audioWebAssemblyURL", + "start": 8140, + "end": 8159, "loc": { "start": { "line": 213, @@ -265089,7 +266969,7 @@ }, "end": { "line": 213, - "column": 28 + "column": 32 } } }, @@ -265107,16 +266987,16 @@ "updateContext": null }, "value": "=", - "start": 8172, - "end": 8173, + "start": 8160, + "end": 8161, "loc": { "start": { "line": 213, - "column": 29 + "column": 33 }, "end": { "line": 213, - "column": 30 + "column": 34 } } }, @@ -265133,16 +267013,16 @@ "binop": null }, "value": "recordOptions", - "start": 8174, - "end": 8187, + "start": 8162, + "end": 8175, "loc": { "start": { "line": 213, - "column": 31 + "column": 35 }, "end": { "line": 213, - "column": 44 + "column": 48 } } }, @@ -265159,16 +267039,16 @@ "binop": null, "updateContext": null }, - "start": 8187, - "end": 8188, + "start": 8175, + "end": 8176, "loc": { "start": { "line": 213, - "column": 44 + "column": 48 }, "end": { "line": 213, - "column": 45 + "column": 49 } } }, @@ -265184,17 +267064,17 @@ "postfix": false, "binop": null }, - "value": "audioBufferSize", - "start": 8188, - "end": 8203, + "value": "audioWebAssemblyURL", + "start": 8176, + "end": 8195, "loc": { "start": { "line": 213, - "column": 45 + "column": 49 }, "end": { "line": 213, - "column": 60 + "column": 68 } } }, @@ -265211,16 +267091,16 @@ "binop": null, "updateContext": null }, - "start": 8203, - "end": 8204, + "start": 8195, + "end": 8196, "loc": { "start": { "line": 213, - "column": 60 + "column": 68 }, "end": { "line": 213, - "column": 61 + "column": 69 } } }, @@ -265239,8 +267119,8 @@ "updateContext": null }, "value": "this", - "start": 8213, - "end": 8217, + "start": 8205, + "end": 8209, "loc": { "start": { "line": 214, @@ -265265,8 +267145,8 @@ "binop": null, "updateContext": null }, - "start": 8217, - "end": 8218, + "start": 8209, + "end": 8210, "loc": { "start": { "line": 214, @@ -265290,9 +267170,9 @@ "postfix": false, "binop": null }, - "value": "audioSampleRate", - "start": 8218, - "end": 8233, + "value": "audioBufferSize", + "start": 8210, + "end": 8225, "loc": { "start": { "line": 214, @@ -265318,8 +267198,8 @@ "updateContext": null }, "value": "=", - "start": 8234, - "end": 8235, + "start": 8226, + "end": 8227, "loc": { "start": { "line": 214, @@ -265344,8 +267224,8 @@ "binop": null }, "value": "recordOptions", - "start": 8236, - "end": 8249, + "start": 8228, + "end": 8241, "loc": { "start": { "line": 214, @@ -265370,8 +267250,8 @@ "binop": null, "updateContext": null }, - "start": 8249, - "end": 8250, + "start": 8241, + "end": 8242, "loc": { "start": { "line": 214, @@ -265395,9 +267275,9 @@ "postfix": false, "binop": null }, - "value": "audioSampleRate", - "start": 8250, - "end": 8265, + "value": "audioBufferSize", + "start": 8242, + "end": 8257, "loc": { "start": { "line": 214, @@ -265422,8 +267302,8 @@ "binop": null, "updateContext": null }, - "start": 8265, - "end": 8266, + "start": 8257, + "end": 8258, "loc": { "start": { "line": 214, @@ -265450,8 +267330,8 @@ "updateContext": null }, "value": "this", - "start": 8275, - "end": 8279, + "start": 8267, + "end": 8271, "loc": { "start": { "line": 215, @@ -265476,8 +267356,8 @@ "binop": null, "updateContext": null }, - "start": 8279, - "end": 8280, + "start": 8271, + "end": 8272, "loc": { "start": { "line": 215, @@ -265501,9 +267381,9 @@ "postfix": false, "binop": null }, - "value": "audioBitRate", - "start": 8280, - "end": 8292, + "value": "audioSampleRate", + "start": 8272, + "end": 8287, "loc": { "start": { "line": 215, @@ -265511,7 +267391,7 @@ }, "end": { "line": 215, - "column": 25 + "column": 28 } } }, @@ -265529,16 +267409,16 @@ "updateContext": null }, "value": "=", - "start": 8293, - "end": 8294, + "start": 8288, + "end": 8289, "loc": { "start": { "line": 215, - "column": 26 + "column": 29 }, "end": { "line": 215, - "column": 27 + "column": 30 } } }, @@ -265555,16 +267435,16 @@ "binop": null }, "value": "recordOptions", - "start": 8295, - "end": 8308, + "start": 8290, + "end": 8303, "loc": { "start": { "line": 215, - "column": 28 + "column": 31 }, "end": { "line": 215, - "column": 41 + "column": 44 } } }, @@ -265581,16 +267461,16 @@ "binop": null, "updateContext": null }, - "start": 8308, - "end": 8309, + "start": 8303, + "end": 8304, "loc": { "start": { "line": 215, - "column": 41 + "column": 44 }, "end": { "line": 215, - "column": 42 + "column": 45 } } }, @@ -265606,17 +267486,17 @@ "postfix": false, "binop": null }, - "value": "audioBitRate", - "start": 8309, - "end": 8321, + "value": "audioSampleRate", + "start": 8304, + "end": 8319, "loc": { "start": { "line": 215, - "column": 42 + "column": 45 }, "end": { "line": 215, - "column": 54 + "column": 60 } } }, @@ -265633,16 +267513,16 @@ "binop": null, "updateContext": null }, - "start": 8321, - "end": 8322, + "start": 8319, + "end": 8320, "loc": { "start": { "line": 215, - "column": 54 + "column": 60 }, "end": { "line": 215, - "column": 55 + "column": 61 } } }, @@ -265661,8 +267541,8 @@ "updateContext": null }, "value": "this", - "start": 8331, - "end": 8335, + "start": 8329, + "end": 8333, "loc": { "start": { "line": 216, @@ -265687,8 +267567,8 @@ "binop": null, "updateContext": null }, - "start": 8335, - "end": 8336, + "start": 8333, + "end": 8334, "loc": { "start": { "line": 216, @@ -265712,9 +267592,9 @@ "postfix": false, "binop": null }, - "value": "audioChannels", - "start": 8336, - "end": 8349, + "value": "audioBitRate", + "start": 8334, + "end": 8346, "loc": { "start": { "line": 216, @@ -265722,7 +267602,7 @@ }, "end": { "line": 216, - "column": 26 + "column": 25 } } }, @@ -265740,16 +267620,16 @@ "updateContext": null }, "value": "=", - "start": 8350, - "end": 8351, + "start": 8347, + "end": 8348, "loc": { "start": { "line": 216, - "column": 27 + "column": 26 }, "end": { "line": 216, - "column": 28 + "column": 27 } } }, @@ -265766,16 +267646,16 @@ "binop": null }, "value": "recordOptions", - "start": 8352, - "end": 8365, + "start": 8349, + "end": 8362, "loc": { "start": { "line": 216, - "column": 29 + "column": 28 }, "end": { "line": 216, - "column": 42 + "column": 41 } } }, @@ -265792,16 +267672,16 @@ "binop": null, "updateContext": null }, - "start": 8365, - "end": 8366, + "start": 8362, + "end": 8363, "loc": { "start": { "line": 216, - "column": 42 + "column": 41 }, "end": { "line": 216, - "column": 43 + "column": 42 } } }, @@ -265817,17 +267697,17 @@ "postfix": false, "binop": null }, - "value": "audioChannels", - "start": 8366, - "end": 8379, + "value": "audioBitRate", + "start": 8363, + "end": 8375, "loc": { "start": { "line": 216, - "column": 43 + "column": 42 }, "end": { "line": 216, - "column": 56 + "column": 54 } } }, @@ -265844,16 +267724,16 @@ "binop": null, "updateContext": null }, - "start": 8379, - "end": 8380, + "start": 8375, + "end": 8376, "loc": { "start": { "line": 216, - "column": 56 + "column": 54 }, "end": { "line": 216, - "column": 57 + "column": 55 } } }, @@ -265872,8 +267752,8 @@ "updateContext": null }, "value": "this", - "start": 8389, - "end": 8393, + "start": 8385, + "end": 8389, "loc": { "start": { "line": 217, @@ -265898,8 +267778,8 @@ "binop": null, "updateContext": null }, - "start": 8393, - "end": 8394, + "start": 8389, + "end": 8390, "loc": { "start": { "line": 217, @@ -265923,9 +267803,9 @@ "postfix": false, "binop": null }, - "value": "audioMimeType", - "start": 8394, - "end": 8407, + "value": "audioChannels", + "start": 8390, + "end": 8403, "loc": { "start": { "line": 217, @@ -265951,8 +267831,8 @@ "updateContext": null }, "value": "=", - "start": 8408, - "end": 8409, + "start": 8404, + "end": 8405, "loc": { "start": { "line": 217, @@ -265977,8 +267857,8 @@ "binop": null }, "value": "recordOptions", - "start": 8410, - "end": 8423, + "start": 8406, + "end": 8419, "loc": { "start": { "line": 217, @@ -266003,8 +267883,8 @@ "binop": null, "updateContext": null }, - "start": 8423, - "end": 8424, + "start": 8419, + "end": 8420, "loc": { "start": { "line": 217, @@ -266028,9 +267908,9 @@ "postfix": false, "binop": null }, - "value": "audioMimeType", - "start": 8424, - "end": 8437, + "value": "audioChannels", + "start": 8420, + "end": 8433, "loc": { "start": { "line": 217, @@ -266055,8 +267935,8 @@ "binop": null, "updateContext": null }, - "start": 8437, - "end": 8438, + "start": 8433, + "end": 8434, "loc": { "start": { "line": 217, @@ -266083,8 +267963,8 @@ "updateContext": null }, "value": "this", - "start": 8447, - "end": 8451, + "start": 8443, + "end": 8447, "loc": { "start": { "line": 218, @@ -266109,8 +267989,8 @@ "binop": null, "updateContext": null }, - "start": 8451, - "end": 8452, + "start": 8447, + "end": 8448, "loc": { "start": { "line": 218, @@ -266134,9 +268014,9 @@ "postfix": false, "binop": null }, - "value": "audioBufferUpdate", - "start": 8452, - "end": 8469, + "value": "audioMimeType", + "start": 8448, + "end": 8461, "loc": { "start": { "line": 218, @@ -266144,7 +268024,7 @@ }, "end": { "line": 218, - "column": 30 + "column": 26 } } }, @@ -266162,16 +268042,16 @@ "updateContext": null }, "value": "=", - "start": 8470, - "end": 8471, + "start": 8462, + "end": 8463, "loc": { "start": { "line": 218, - "column": 31 + "column": 27 }, "end": { "line": 218, - "column": 32 + "column": 28 } } }, @@ -266188,16 +268068,16 @@ "binop": null }, "value": "recordOptions", - "start": 8472, - "end": 8485, + "start": 8464, + "end": 8477, "loc": { "start": { "line": 218, - "column": 33 + "column": 29 }, "end": { "line": 218, - "column": 46 + "column": 42 } } }, @@ -266214,16 +268094,16 @@ "binop": null, "updateContext": null }, - "start": 8485, - "end": 8486, + "start": 8477, + "end": 8478, "loc": { "start": { "line": 218, - "column": 46 + "column": 42 }, "end": { "line": 218, - "column": 47 + "column": 43 } } }, @@ -266239,17 +268119,17 @@ "postfix": false, "binop": null }, - "value": "audioBufferUpdate", - "start": 8486, - "end": 8503, + "value": "audioMimeType", + "start": 8478, + "end": 8491, "loc": { "start": { "line": 218, - "column": 47 + "column": 43 }, "end": { "line": 218, - "column": 64 + "column": 56 } } }, @@ -266266,32 +268146,16 @@ "binop": null, "updateContext": null }, - "start": 8503, - "end": 8504, + "start": 8491, + "end": 8492, "loc": { "start": { "line": 218, - "column": 64 + "column": 56 }, "end": { "line": 218, - "column": 65 - } - } - }, - { - "type": "CommentLine", - "value": " image settings", - "start": 8514, - "end": 8531, - "loc": { - "start": { - "line": 220, - "column": 8 - }, - "end": { - "line": 220, - "column": 25 + "column": 57 } } }, @@ -266310,15 +268174,15 @@ "updateContext": null }, "value": "this", - "start": 8540, - "end": 8544, + "start": 8501, + "end": 8505, "loc": { "start": { - "line": 221, + "line": 219, "column": 8 }, "end": { - "line": 221, + "line": 219, "column": 12 } } @@ -266336,15 +268200,15 @@ "binop": null, "updateContext": null }, - "start": 8544, - "end": 8545, + "start": 8505, + "end": 8506, "loc": { "start": { - "line": 221, + "line": 219, "column": 12 }, "end": { - "line": 221, + "line": 219, "column": 13 } } @@ -266361,17 +268225,17 @@ "postfix": false, "binop": null }, - "value": "imageOutputType", - "start": 8545, - "end": 8560, + "value": "audioBufferUpdate", + "start": 8506, + "end": 8523, "loc": { "start": { - "line": 221, + "line": 219, "column": 13 }, "end": { - "line": 221, - "column": 28 + "line": 219, + "column": 30 } } }, @@ -266389,16 +268253,16 @@ "updateContext": null }, "value": "=", - "start": 8561, - "end": 8562, + "start": 8524, + "end": 8525, "loc": { "start": { - "line": 221, - "column": 29 + "line": 219, + "column": 31 }, "end": { - "line": 221, - "column": 30 + "line": 219, + "column": 32 } } }, @@ -266415,16 +268279,16 @@ "binop": null }, "value": "recordOptions", - "start": 8563, - "end": 8576, + "start": 8526, + "end": 8539, "loc": { "start": { - "line": 221, - "column": 31 + "line": 219, + "column": 33 }, "end": { - "line": 221, - "column": 44 + "line": 219, + "column": 46 } } }, @@ -266441,16 +268305,16 @@ "binop": null, "updateContext": null }, - "start": 8576, - "end": 8577, + "start": 8539, + "end": 8540, "loc": { "start": { - "line": 221, - "column": 44 + "line": 219, + "column": 46 }, "end": { - "line": 221, - "column": 45 + "line": 219, + "column": 47 } } }, @@ -266466,17 +268330,17 @@ "postfix": false, "binop": null }, - "value": "imageOutputType", - "start": 8577, - "end": 8592, + "value": "audioBufferUpdate", + "start": 8540, + "end": 8557, "loc": { "start": { - "line": 221, - "column": 45 + "line": 219, + "column": 47 }, "end": { - "line": 221, - "column": 60 + "line": 219, + "column": 64 } } }, @@ -266493,16 +268357,32 @@ "binop": null, "updateContext": null }, - "start": 8592, - "end": 8593, + "start": 8557, + "end": 8558, + "loc": { + "start": { + "line": 219, + "column": 64 + }, + "end": { + "line": 219, + "column": 65 + } + } + }, + { + "type": "CommentLine", + "value": " image settings", + "start": 8568, + "end": 8585, "loc": { "start": { "line": 221, - "column": 60 + "column": 8 }, "end": { "line": 221, - "column": 61 + "column": 25 } } }, @@ -266521,8 +268401,8 @@ "updateContext": null }, "value": "this", - "start": 8602, - "end": 8606, + "start": 8594, + "end": 8598, "loc": { "start": { "line": 222, @@ -266547,8 +268427,8 @@ "binop": null, "updateContext": null }, - "start": 8606, - "end": 8607, + "start": 8598, + "end": 8599, "loc": { "start": { "line": 222, @@ -266572,9 +268452,9 @@ "postfix": false, "binop": null }, - "value": "imageOutputFormat", - "start": 8607, - "end": 8624, + "value": "imageOutputType", + "start": 8599, + "end": 8614, "loc": { "start": { "line": 222, @@ -266582,7 +268462,7 @@ }, "end": { "line": 222, - "column": 30 + "column": 28 } } }, @@ -266600,16 +268480,16 @@ "updateContext": null }, "value": "=", - "start": 8625, - "end": 8626, + "start": 8615, + "end": 8616, "loc": { "start": { "line": 222, - "column": 31 + "column": 29 }, "end": { "line": 222, - "column": 32 + "column": 30 } } }, @@ -266626,16 +268506,16 @@ "binop": null }, "value": "recordOptions", - "start": 8627, - "end": 8640, + "start": 8617, + "end": 8630, "loc": { "start": { "line": 222, - "column": 33 + "column": 31 }, "end": { "line": 222, - "column": 46 + "column": 44 } } }, @@ -266652,16 +268532,16 @@ "binop": null, "updateContext": null }, - "start": 8640, - "end": 8641, + "start": 8630, + "end": 8631, "loc": { "start": { "line": 222, - "column": 46 + "column": 44 }, "end": { "line": 222, - "column": 47 + "column": 45 } } }, @@ -266677,17 +268557,17 @@ "postfix": false, "binop": null }, - "value": "imageOutputFormat", - "start": 8641, - "end": 8658, + "value": "imageOutputType", + "start": 8631, + "end": 8646, "loc": { "start": { "line": 222, - "column": 47 + "column": 45 }, "end": { "line": 222, - "column": 64 + "column": 60 } } }, @@ -266704,16 +268584,16 @@ "binop": null, "updateContext": null }, - "start": 8658, - "end": 8659, + "start": 8646, + "end": 8647, "loc": { "start": { "line": 222, - "column": 64 + "column": 60 }, "end": { "line": 222, - "column": 65 + "column": 61 } } }, @@ -266732,8 +268612,8 @@ "updateContext": null }, "value": "this", - "start": 8668, - "end": 8672, + "start": 8656, + "end": 8660, "loc": { "start": { "line": 223, @@ -266758,8 +268638,8 @@ "binop": null, "updateContext": null }, - "start": 8672, - "end": 8673, + "start": 8660, + "end": 8661, "loc": { "start": { "line": 223, @@ -266783,9 +268663,9 @@ "postfix": false, "binop": null }, - "value": "imageOutputQuality", - "start": 8673, - "end": 8691, + "value": "imageOutputFormat", + "start": 8661, + "end": 8678, "loc": { "start": { "line": 223, @@ -266793,7 +268673,7 @@ }, "end": { "line": 223, - "column": 31 + "column": 30 } } }, @@ -266811,16 +268691,16 @@ "updateContext": null }, "value": "=", - "start": 8692, - "end": 8693, + "start": 8679, + "end": 8680, "loc": { "start": { "line": 223, - "column": 32 + "column": 31 }, "end": { "line": 223, - "column": 33 + "column": 32 } } }, @@ -266837,16 +268717,16 @@ "binop": null }, "value": "recordOptions", - "start": 8694, - "end": 8707, + "start": 8681, + "end": 8694, "loc": { "start": { "line": 223, - "column": 34 + "column": 33 }, "end": { "line": 223, - "column": 47 + "column": 46 } } }, @@ -266863,16 +268743,16 @@ "binop": null, "updateContext": null }, - "start": 8707, - "end": 8708, + "start": 8694, + "end": 8695, "loc": { "start": { "line": 223, - "column": 47 + "column": 46 }, "end": { "line": 223, - "column": 48 + "column": 47 } } }, @@ -266888,17 +268768,17 @@ "postfix": false, "binop": null }, - "value": "imageOutputQuality", - "start": 8708, - "end": 8726, + "value": "imageOutputFormat", + "start": 8695, + "end": 8712, "loc": { "start": { "line": 223, - "column": 48 + "column": 47 }, "end": { "line": 223, - "column": 66 + "column": 64 } } }, @@ -266915,32 +268795,16 @@ "binop": null, "updateContext": null }, - "start": 8726, - "end": 8727, + "start": 8712, + "end": 8713, "loc": { "start": { "line": 223, - "column": 66 + "column": 64 }, "end": { "line": 223, - "column": 67 - } - } - }, - { - "type": "CommentLine", - "value": " animation settings", - "start": 8737, - "end": 8758, - "loc": { - "start": { - "line": 225, - "column": 8 - }, - "end": { - "line": 225, - "column": 29 + "column": 65 } } }, @@ -266959,15 +268823,15 @@ "updateContext": null }, "value": "this", - "start": 8767, - "end": 8771, + "start": 8722, + "end": 8726, "loc": { "start": { - "line": 226, + "line": 224, "column": 8 }, "end": { - "line": 226, + "line": 224, "column": 12 } } @@ -266985,15 +268849,15 @@ "binop": null, "updateContext": null }, - "start": 8771, - "end": 8772, + "start": 8726, + "end": 8727, "loc": { "start": { - "line": 226, + "line": 224, "column": 12 }, "end": { - "line": 226, + "line": 224, "column": 13 } } @@ -267010,16 +268874,16 @@ "postfix": false, "binop": null }, - "value": "animationFrameRate", - "start": 8772, - "end": 8790, + "value": "imageOutputQuality", + "start": 8727, + "end": 8745, "loc": { "start": { - "line": 226, + "line": 224, "column": 13 }, "end": { - "line": 226, + "line": 224, "column": 31 } } @@ -267038,15 +268902,15 @@ "updateContext": null }, "value": "=", - "start": 8791, - "end": 8792, + "start": 8746, + "end": 8747, "loc": { "start": { - "line": 226, + "line": 224, "column": 32 }, "end": { - "line": 226, + "line": 224, "column": 33 } } @@ -267064,15 +268928,15 @@ "binop": null }, "value": "recordOptions", - "start": 8793, - "end": 8806, + "start": 8748, + "end": 8761, "loc": { "start": { - "line": 226, + "line": 224, "column": 34 }, "end": { - "line": 226, + "line": 224, "column": 47 } } @@ -267090,15 +268954,15 @@ "binop": null, "updateContext": null }, - "start": 8806, - "end": 8807, + "start": 8761, + "end": 8762, "loc": { "start": { - "line": 226, + "line": 224, "column": 47 }, "end": { - "line": 226, + "line": 224, "column": 48 } } @@ -267115,16 +268979,16 @@ "postfix": false, "binop": null }, - "value": "animationFrameRate", - "start": 8807, - "end": 8825, + "value": "imageOutputQuality", + "start": 8762, + "end": 8780, "loc": { "start": { - "line": 226, + "line": 224, "column": 48 }, "end": { - "line": 226, + "line": 224, "column": 66 } } @@ -267142,19 +269006,35 @@ "binop": null, "updateContext": null }, - "start": 8825, - "end": 8826, + "start": 8780, + "end": 8781, "loc": { "start": { - "line": 226, + "line": 224, "column": 66 }, "end": { - "line": 226, + "line": 224, "column": 67 } } }, + { + "type": "CommentLine", + "value": " animation settings", + "start": 8791, + "end": 8812, + "loc": { + "start": { + "line": 226, + "column": 8 + }, + "end": { + "line": 226, + "column": 29 + } + } + }, { "type": { "label": "this", @@ -267170,8 +269050,8 @@ "updateContext": null }, "value": "this", - "start": 8835, - "end": 8839, + "start": 8821, + "end": 8825, "loc": { "start": { "line": 227, @@ -267196,8 +269076,8 @@ "binop": null, "updateContext": null }, - "start": 8839, - "end": 8840, + "start": 8825, + "end": 8826, "loc": { "start": { "line": 227, @@ -267221,9 +269101,9 @@ "postfix": false, "binop": null }, - "value": "animationQuality", - "start": 8840, - "end": 8856, + "value": "animationFrameRate", + "start": 8826, + "end": 8844, "loc": { "start": { "line": 227, @@ -267231,7 +269111,7 @@ }, "end": { "line": 227, - "column": 29 + "column": 31 } } }, @@ -267249,16 +269129,16 @@ "updateContext": null }, "value": "=", - "start": 8857, - "end": 8858, + "start": 8845, + "end": 8846, "loc": { "start": { "line": 227, - "column": 30 + "column": 32 }, "end": { "line": 227, - "column": 31 + "column": 33 } } }, @@ -267275,16 +269155,16 @@ "binop": null }, "value": "recordOptions", - "start": 8859, - "end": 8872, + "start": 8847, + "end": 8860, "loc": { "start": { "line": 227, - "column": 32 + "column": 34 }, "end": { "line": 227, - "column": 45 + "column": 47 } } }, @@ -267301,16 +269181,16 @@ "binop": null, "updateContext": null }, - "start": 8872, - "end": 8873, + "start": 8860, + "end": 8861, "loc": { "start": { "line": 227, - "column": 45 + "column": 47 }, "end": { "line": 227, - "column": 46 + "column": 48 } } }, @@ -267326,17 +269206,17 @@ "postfix": false, "binop": null }, - "value": "animationQuality", - "start": 8873, - "end": 8889, + "value": "animationFrameRate", + "start": 8861, + "end": 8879, "loc": { "start": { "line": 227, - "column": 46 + "column": 48 }, "end": { "line": 227, - "column": 62 + "column": 66 } } }, @@ -267353,174 +269233,16 @@ "binop": null, "updateContext": null }, - "start": 8889, - "end": 8890, + "start": 8879, + "end": 8880, "loc": { "start": { "line": 227, - "column": 62 + "column": 66 }, "end": { "line": 227, - "column": 63 - } - } - }, - { - "type": { - "label": "}", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 8895, - "end": 8896, - "loc": { - "start": { - "line": 228, - "column": 4 - }, - "end": { - "line": 228, - "column": 5 - } - } - }, - { - "type": "CommentBlock", - "value": "*\n * Player UI is ready.\n * @private\n ", - "start": 8902, - "end": 8956, - "loc": { - "start": { - "line": 230, - "column": 4 - }, - "end": { - "line": 233, - "column": 7 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "setupUI", - "start": 8961, - "end": 8968, - "loc": { - "start": { - "line": 234, - "column": 4 - }, - "end": { - "line": 234, - "column": 11 - } - } - }, - { - "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 8968, - "end": 8969, - "loc": { - "start": { - "line": 234, - "column": 11 - }, - "end": { - "line": 234, - "column": 12 - } - } - }, - { - "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 8969, - "end": 8970, - "loc": { - "start": { - "line": 234, - "column": 12 - }, - "end": { - "line": 234, - "column": 13 - } - } - }, - { - "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 8971, - "end": 8972, - "loc": { - "start": { - "line": 234, - "column": 14 - }, - "end": { - "line": 234, - "column": 15 - } - } - }, - { - "type": "CommentLine", - "value": " insert custom controls on left-side of controlbar", - "start": 8981, - "end": 9033, - "loc": { - "start": { - "line": 235, - "column": 8 - }, - "end": { - "line": 235, - "column": 60 + "column": 67 } } }, @@ -267539,15 +269261,15 @@ "updateContext": null }, "value": "this", - "start": 9042, - "end": 9046, + "start": 8889, + "end": 8893, "loc": { "start": { - "line": 236, + "line": 228, "column": 8 }, "end": { - "line": 236, + "line": 228, "column": 12 } } @@ -267565,15 +269287,15 @@ "binop": null, "updateContext": null }, - "start": 9046, - "end": 9047, + "start": 8893, + "end": 8894, "loc": { "start": { - "line": 236, + "line": 228, "column": 12 }, "end": { - "line": 236, + "line": 228, "column": 13 } } @@ -267590,43 +269312,44 @@ "postfix": false, "binop": null }, - "value": "player", - "start": 9047, - "end": 9053, + "value": "animationQuality", + "start": 8894, + "end": 8910, "loc": { "start": { - "line": 236, + "line": 228, "column": 13 }, "end": { - "line": 236, - "column": 19 + "line": 228, + "column": 29 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "start": 9053, - "end": 9054, + "value": "=", + "start": 8911, + "end": 8912, "loc": { "start": { - "line": 236, - "column": 19 + "line": 228, + "column": 30 }, "end": { - "line": 236, - "column": 20 + "line": 228, + "column": 31 } } }, @@ -267642,17 +269365,17 @@ "postfix": false, "binop": null }, - "value": "controlBar", - "start": 9054, - "end": 9064, + "value": "recordOptions", + "start": 8913, + "end": 8926, "loc": { "start": { - "line": 236, - "column": 20 + "line": 228, + "column": 32 }, "end": { - "line": 236, - "column": 30 + "line": 228, + "column": 45 } } }, @@ -267669,16 +269392,16 @@ "binop": null, "updateContext": null }, - "start": 9064, - "end": 9065, + "start": 8926, + "end": 8927, "loc": { "start": { - "line": 236, - "column": 30 + "line": 228, + "column": 45 }, "end": { - "line": 236, - "column": 31 + "line": 228, + "column": 46 } } }, @@ -267694,96 +269417,84 @@ "postfix": false, "binop": null }, - "value": "addChild", - "start": 9065, - "end": 9073, + "value": "animationQuality", + "start": 8927, + "end": 8943, "loc": { "start": { - "line": 236, - "column": 31 + "line": 228, + "column": 46 }, "end": { - "line": 236, - "column": 39 + "line": 228, + "column": 62 } } }, { "type": { - "label": "(", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 9073, - "end": 9074, + "start": 8943, + "end": 8944, "loc": { "start": { - "line": 236, - "column": 39 + "line": 228, + "column": 62 }, "end": { - "line": 236, - "column": 40 + "line": 228, + "column": 63 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 9074, - "end": 9078, + "start": 8949, + "end": 8950, "loc": { "start": { - "line": 236, - "column": 40 + "line": 229, + "column": 4 }, "end": { - "line": 236, - "column": 44 + "line": 229, + "column": 5 } } }, { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 9078, - "end": 9079, + "type": "CommentBlock", + "value": "*\n * Player UI is ready.\n * @private\n ", + "start": 8956, + "end": 9010, "loc": { "start": { - "line": 236, - "column": 44 + "line": 231, + "column": 4 }, "end": { - "line": 236, - "column": 45 + "line": 234, + "column": 7 } } }, @@ -267799,51 +269510,50 @@ "postfix": false, "binop": null }, - "value": "player", - "start": 9079, - "end": 9085, + "value": "setupUI", + "start": 9015, + "end": 9022, "loc": { "start": { - "line": 236, - "column": 45 + "line": 235, + "column": 4 }, "end": { - "line": 236, - "column": 51 + "line": 235, + "column": 11 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 9085, - "end": 9086, + "start": 9022, + "end": 9023, "loc": { "start": { - "line": 236, - "column": 51 + "line": 235, + "column": 11 }, "end": { - "line": 236, - "column": 52 + "line": 235, + "column": 12 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -267851,25 +269561,24 @@ "postfix": false, "binop": null }, - "value": "cameraButton", - "start": 9086, - "end": 9098, + "start": 9023, + "end": 9024, "loc": { "start": { - "line": 236, - "column": 52 + "line": 235, + "column": 12 }, "end": { - "line": 236, - "column": 64 + "line": 235, + "column": 13 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "{", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -267877,42 +269586,32 @@ "postfix": false, "binop": null }, - "start": 9098, - "end": 9099, + "start": 9025, + "end": 9026, "loc": { "start": { - "line": 236, - "column": 64 + "line": 235, + "column": 14 }, "end": { - "line": 236, - "column": 65 + "line": 235, + "column": 15 } } }, { - "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 9099, - "end": 9100, + "type": "CommentLine", + "value": " insert custom controls on left-side of controlbar", + "start": 9035, + "end": 9087, "loc": { "start": { "line": 236, - "column": 65 + "column": 8 }, "end": { "line": 236, - "column": 66 + "column": 60 } } }, @@ -267931,8 +269630,8 @@ "updateContext": null }, "value": "this", - "start": 9109, - "end": 9113, + "start": 9096, + "end": 9100, "loc": { "start": { "line": 237, @@ -267957,8 +269656,8 @@ "binop": null, "updateContext": null }, - "start": 9113, - "end": 9114, + "start": 9100, + "end": 9101, "loc": { "start": { "line": 237, @@ -267983,8 +269682,8 @@ "binop": null }, "value": "player", - "start": 9114, - "end": 9120, + "start": 9101, + "end": 9107, "loc": { "start": { "line": 237, @@ -268009,8 +269708,8 @@ "binop": null, "updateContext": null }, - "start": 9120, - "end": 9121, + "start": 9107, + "end": 9108, "loc": { "start": { "line": 237, @@ -268035,8 +269734,8 @@ "binop": null }, "value": "controlBar", - "start": 9121, - "end": 9131, + "start": 9108, + "end": 9118, "loc": { "start": { "line": 237, @@ -268061,8 +269760,8 @@ "binop": null, "updateContext": null }, - "start": 9131, - "end": 9132, + "start": 9118, + "end": 9119, "loc": { "start": { "line": 237, @@ -268086,9 +269785,9 @@ "postfix": false, "binop": null }, - "value": "el", - "start": 9132, - "end": 9134, + "value": "addChild", + "start": 9119, + "end": 9127, "loc": { "start": { "line": 237, @@ -268096,7 +269795,7 @@ }, "end": { "line": 237, - "column": 33 + "column": 39 } } }, @@ -268112,22 +269811,50 @@ "postfix": false, "binop": null }, - "start": 9134, - "end": 9135, + "start": 9127, + "end": 9128, "loc": { "start": { "line": 237, - "column": 33 + "column": 39 }, "end": { "line": 237, - "column": 34 + "column": 40 } } }, { "type": { - "label": ")", + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 9128, + "end": 9132, + "loc": { + "start": { + "line": 237, + "column": 40 + }, + "end": { + "line": 237, + "column": 44 + } + } + }, + { + "type": { + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -268135,18 +269862,45 @@ "isAssign": false, "prefix": false, "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 9132, + "end": 9133, + "loc": { + "start": { + "line": 237, + "column": 44 + }, + "end": { + "line": 237, + "column": 45 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, "binop": null }, - "start": 9135, - "end": 9136, + "value": "player", + "start": 9133, + "end": 9139, "loc": { "start": { "line": 237, - "column": 34 + "column": 45 }, "end": { "line": 237, - "column": 35 + "column": 51 } } }, @@ -268163,16 +269917,16 @@ "binop": null, "updateContext": null }, - "start": 9136, - "end": 9137, + "start": 9139, + "end": 9140, "loc": { "start": { "line": 237, - "column": 35 + "column": 51 }, "end": { "line": 237, - "column": 36 + "column": 52 } } }, @@ -268188,25 +269942,25 @@ "postfix": false, "binop": null }, - "value": "insertBefore", - "start": 9137, - "end": 9149, + "value": "cameraButton", + "start": 9140, + "end": 9152, "loc": { "start": { "line": 237, - "column": 36 + "column": 52 }, "end": { "line": 237, - "column": 48 + "column": 64 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -268214,16 +269968,42 @@ "postfix": false, "binop": null }, - "start": 9149, - "end": 9150, + "start": 9152, + "end": 9153, "loc": { "start": { "line": 237, - "column": 48 + "column": 64 }, "end": { "line": 237, - "column": 49 + "column": 65 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 9153, + "end": 9154, + "loc": { + "start": { + "line": 237, + "column": 65 + }, + "end": { + "line": 237, + "column": 66 } } }, @@ -268247,11 +270027,11 @@ "loc": { "start": { "line": 238, - "column": 12 + "column": 8 }, "end": { "line": 238, - "column": 16 + "column": 12 } } }, @@ -268273,11 +270053,11 @@ "loc": { "start": { "line": 238, - "column": 16 + "column": 12 }, "end": { "line": 238, - "column": 17 + "column": 13 } } }, @@ -268299,11 +270079,11 @@ "loc": { "start": { "line": 238, - "column": 17 + "column": 13 }, "end": { "line": 238, - "column": 23 + "column": 19 } } }, @@ -268325,11 +270105,11 @@ "loc": { "start": { "line": 238, - "column": 23 + "column": 19 }, "end": { "line": 238, - "column": 24 + "column": 20 } } }, @@ -268345,17 +270125,17 @@ "postfix": false, "binop": null }, - "value": "cameraButton", + "value": "controlBar", "start": 9175, - "end": 9187, + "end": 9185, "loc": { "start": { "line": 238, - "column": 24 + "column": 20 }, "end": { "line": 238, - "column": 36 + "column": 30 } } }, @@ -268372,16 +270152,16 @@ "binop": null, "updateContext": null }, - "start": 9187, - "end": 9188, + "start": 9185, + "end": 9186, "loc": { "start": { "line": 238, - "column": 36 + "column": 30 }, "end": { "line": 238, - "column": 37 + "column": 31 } } }, @@ -268398,16 +270178,16 @@ "binop": null }, "value": "el", - "start": 9188, - "end": 9190, + "start": 9186, + "end": 9188, "loc": { "start": { "line": 238, - "column": 37 + "column": 31 }, "end": { "line": 238, - "column": 39 + "column": 33 } } }, @@ -268423,16 +270203,16 @@ "postfix": false, "binop": null }, - "start": 9190, - "end": 9191, + "start": 9188, + "end": 9189, "loc": { "start": { "line": 238, - "column": 39 + "column": 33 }, "end": { "line": 238, - "column": 40 + "column": 34 } } }, @@ -268448,23 +270228,23 @@ "postfix": false, "binop": null }, - "start": 9191, - "end": 9192, + "start": 9189, + "end": 9190, "loc": { "start": { "line": 238, - "column": 40 + "column": 34 }, "end": { "line": 238, - "column": 41 + "column": 35 } } }, { "type": { - "label": ",", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -268474,23 +270254,22 @@ "binop": null, "updateContext": null }, - "start": 9192, - "end": 9193, + "start": 9190, + "end": 9191, "loc": { "start": { "line": 238, - "column": 41 + "column": 35 }, "end": { "line": 238, - "column": 42 + "column": 36 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -268498,52 +270277,51 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 9206, - "end": 9210, + "value": "insertBefore", + "start": 9191, + "end": 9203, "loc": { "start": { - "line": 239, - "column": 12 + "line": 238, + "column": 36 }, "end": { - "line": 239, - "column": 16 + "line": 238, + "column": 48 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 9210, - "end": 9211, + "start": 9203, + "end": 9204, "loc": { "start": { - "line": 239, - "column": 16 + "line": 238, + "column": 48 }, "end": { - "line": 239, - "column": 17 + "line": 238, + "column": 49 } } }, { "type": { - "label": "name", + "label": "this", + "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -268551,19 +270329,20 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "player", - "start": 9211, - "end": 9217, + "value": "this", + "start": 9217, + "end": 9221, "loc": { "start": { "line": 239, - "column": 17 + "column": 12 }, "end": { "line": 239, - "column": 23 + "column": 16 } } }, @@ -268580,16 +270359,16 @@ "binop": null, "updateContext": null }, - "start": 9217, - "end": 9218, + "start": 9221, + "end": 9222, "loc": { "start": { "line": 239, - "column": 23 + "column": 16 }, "end": { "line": 239, - "column": 24 + "column": 17 } } }, @@ -268605,17 +270384,17 @@ "postfix": false, "binop": null }, - "value": "controlBar", - "start": 9218, + "value": "player", + "start": 9222, "end": 9228, "loc": { "start": { "line": 239, - "column": 24 + "column": 17 }, "end": { "line": 239, - "column": 34 + "column": 23 } } }, @@ -268637,11 +270416,11 @@ "loc": { "start": { "line": 239, - "column": 34 + "column": 23 }, "end": { "line": 239, - "column": 35 + "column": 24 } } }, @@ -268657,48 +270436,23 @@ "postfix": false, "binop": null }, - "value": "el", + "value": "cameraButton", "start": 9229, - "end": 9231, + "end": 9241, "loc": { "start": { "line": 239, - "column": 35 - }, - "end": { - "line": 239, - "column": 37 - } - } - }, - { - "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 9231, - "end": 9232, - "loc": { - "start": { - "line": 239, - "column": 37 + "column": 24 }, "end": { "line": 239, - "column": 38 + "column": 36 } } }, { "type": { - "label": ")", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -268706,51 +270460,52 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 9232, - "end": 9233, + "start": 9241, + "end": 9242, "loc": { "start": { "line": 239, - "column": 38 + "column": 36 }, "end": { "line": 239, - "column": 39 + "column": 37 } } }, { "type": { - "label": ".", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 9233, - "end": 9234, + "value": "el", + "start": 9242, + "end": 9244, "loc": { "start": { "line": 239, - "column": 39 + "column": 37 }, "end": { "line": 239, - "column": 40 + "column": 39 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -268759,17 +270514,16 @@ "postfix": false, "binop": null }, - "value": "firstChild", - "start": 9234, - "end": 9244, + "start": 9244, + "end": 9245, "loc": { "start": { "line": 239, - "column": 40 + "column": 39 }, "end": { "line": 239, - "column": 50 + "column": 40 } } }, @@ -268785,22 +270539,22 @@ "postfix": false, "binop": null }, - "start": 9244, - "end": 9245, + "start": 9245, + "end": 9246, "loc": { "start": { "line": 239, - "column": 50 + "column": 40 }, "end": { "line": 239, - "column": 51 + "column": 41 } } }, { "type": { - "label": ";", + "label": ",", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -268811,16 +270565,16 @@ "binop": null, "updateContext": null }, - "start": 9245, - "end": 9246, + "start": 9246, + "end": 9247, "loc": { "start": { "line": 239, - "column": 51 + "column": 41 }, "end": { "line": 239, - "column": 52 + "column": 42 } } }, @@ -268839,16 +270593,16 @@ "updateContext": null }, "value": "this", - "start": 9255, - "end": 9259, + "start": 9260, + "end": 9264, "loc": { "start": { "line": 240, - "column": 8 + "column": 12 }, "end": { "line": 240, - "column": 12 + "column": 16 } } }, @@ -268865,16 +270619,16 @@ "binop": null, "updateContext": null }, - "start": 9259, - "end": 9260, + "start": 9264, + "end": 9265, "loc": { "start": { "line": 240, - "column": 12 + "column": 16 }, "end": { "line": 240, - "column": 13 + "column": 17 } } }, @@ -268891,16 +270645,16 @@ "binop": null }, "value": "player", - "start": 9260, - "end": 9266, + "start": 9265, + "end": 9271, "loc": { "start": { "line": 240, - "column": 13 + "column": 17 }, "end": { "line": 240, - "column": 19 + "column": 23 } } }, @@ -268917,16 +270671,16 @@ "binop": null, "updateContext": null }, - "start": 9266, - "end": 9267, + "start": 9271, + "end": 9272, "loc": { "start": { "line": 240, - "column": 19 + "column": 23 }, "end": { "line": 240, - "column": 20 + "column": 24 } } }, @@ -268943,16 +270697,16 @@ "binop": null }, "value": "controlBar", - "start": 9267, - "end": 9277, + "start": 9272, + "end": 9282, "loc": { "start": { "line": 240, - "column": 20 + "column": 24 }, "end": { "line": 240, - "column": 30 + "column": 34 } } }, @@ -268969,16 +270723,16 @@ "binop": null, "updateContext": null }, - "start": 9277, - "end": 9278, + "start": 9282, + "end": 9283, "loc": { "start": { "line": 240, - "column": 30 + "column": 34 }, "end": { "line": 240, - "column": 31 + "column": 35 } } }, @@ -268995,16 +270749,16 @@ "binop": null }, "value": "el", - "start": 9278, - "end": 9280, + "start": 9283, + "end": 9285, "loc": { "start": { "line": 240, - "column": 31 + "column": 35 }, "end": { "line": 240, - "column": 33 + "column": 37 } } }, @@ -269020,16 +270774,16 @@ "postfix": false, "binop": null }, - "start": 9280, - "end": 9281, + "start": 9285, + "end": 9286, "loc": { "start": { "line": 240, - "column": 33 + "column": 37 }, "end": { "line": 240, - "column": 34 + "column": 38 } } }, @@ -269045,16 +270799,16 @@ "postfix": false, "binop": null }, - "start": 9281, - "end": 9282, + "start": 9286, + "end": 9287, "loc": { "start": { "line": 240, - "column": 34 + "column": 38 }, "end": { "line": 240, - "column": 35 + "column": 39 } } }, @@ -269071,16 +270825,16 @@ "binop": null, "updateContext": null }, - "start": 9282, - "end": 9283, + "start": 9287, + "end": 9288, "loc": { "start": { "line": 240, - "column": 35 + "column": 39 }, "end": { "line": 240, - "column": 36 + "column": 40 } } }, @@ -269096,25 +270850,25 @@ "postfix": false, "binop": null }, - "value": "insertBefore", - "start": 9283, - "end": 9295, + "value": "firstChild", + "start": 9288, + "end": 9298, "loc": { "start": { "line": 240, - "column": 36 + "column": 40 }, "end": { "line": 240, - "column": 48 + "column": 50 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -269122,16 +270876,42 @@ "postfix": false, "binop": null }, - "start": 9295, - "end": 9296, + "start": 9298, + "end": 9299, "loc": { "start": { "line": 240, - "column": 48 + "column": 50 }, "end": { "line": 240, - "column": 49 + "column": 51 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 9299, + "end": 9300, + "loc": { + "start": { + "line": 240, + "column": 51 + }, + "end": { + "line": 240, + "column": 52 } } }, @@ -269155,11 +270935,11 @@ "loc": { "start": { "line": 241, - "column": 12 + "column": 8 }, "end": { "line": 241, - "column": 16 + "column": 12 } } }, @@ -269181,11 +270961,11 @@ "loc": { "start": { "line": 241, - "column": 16 + "column": 12 }, "end": { "line": 241, - "column": 17 + "column": 13 } } }, @@ -269207,11 +270987,11 @@ "loc": { "start": { "line": 241, - "column": 17 + "column": 13 }, "end": { "line": 241, - "column": 23 + "column": 19 } } }, @@ -269233,11 +271013,11 @@ "loc": { "start": { "line": 241, - "column": 23 + "column": 19 }, "end": { "line": 241, - "column": 24 + "column": 20 } } }, @@ -269253,17 +271033,17 @@ "postfix": false, "binop": null }, - "value": "recordToggle", + "value": "controlBar", "start": 9321, - "end": 9333, + "end": 9331, "loc": { "start": { "line": 241, - "column": 24 + "column": 20 }, "end": { "line": 241, - "column": 36 + "column": 30 } } }, @@ -269280,16 +271060,16 @@ "binop": null, "updateContext": null }, - "start": 9333, - "end": 9334, + "start": 9331, + "end": 9332, "loc": { "start": { "line": 241, - "column": 36 + "column": 30 }, "end": { "line": 241, - "column": 37 + "column": 31 } } }, @@ -269306,16 +271086,16 @@ "binop": null }, "value": "el", - "start": 9334, - "end": 9336, + "start": 9332, + "end": 9334, "loc": { "start": { "line": 241, - "column": 37 + "column": 31 }, "end": { "line": 241, - "column": 39 + "column": 33 } } }, @@ -269331,16 +271111,16 @@ "postfix": false, "binop": null }, - "start": 9336, - "end": 9337, + "start": 9334, + "end": 9335, "loc": { "start": { "line": 241, - "column": 39 + "column": 33 }, "end": { "line": 241, - "column": 40 + "column": 34 } } }, @@ -269356,23 +271136,23 @@ "postfix": false, "binop": null }, - "start": 9337, - "end": 9338, + "start": 9335, + "end": 9336, "loc": { "start": { "line": 241, - "column": 40 + "column": 34 }, "end": { "line": 241, - "column": 41 + "column": 35 } } }, { "type": { - "label": ",", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -269382,16 +271162,67 @@ "binop": null, "updateContext": null }, - "start": 9338, - "end": 9339, + "start": 9336, + "end": 9337, "loc": { "start": { "line": 241, - "column": 41 + "column": 35 }, "end": { "line": 241, - "column": 42 + "column": 36 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "insertBefore", + "start": 9337, + "end": 9349, + "loc": { + "start": { + "line": 241, + "column": 36 + }, + "end": { + "line": 241, + "column": 48 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 9349, + "end": 9350, + "loc": { + "start": { + "line": 241, + "column": 48 + }, + "end": { + "line": 241, + "column": 49 } } }, @@ -269410,8 +271241,8 @@ "updateContext": null }, "value": "this", - "start": 9352, - "end": 9356, + "start": 9363, + "end": 9367, "loc": { "start": { "line": 242, @@ -269436,8 +271267,8 @@ "binop": null, "updateContext": null }, - "start": 9356, - "end": 9357, + "start": 9367, + "end": 9368, "loc": { "start": { "line": 242, @@ -269462,8 +271293,8 @@ "binop": null }, "value": "player", - "start": 9357, - "end": 9363, + "start": 9368, + "end": 9374, "loc": { "start": { "line": 242, @@ -269488,8 +271319,8 @@ "binop": null, "updateContext": null }, - "start": 9363, - "end": 9364, + "start": 9374, + "end": 9375, "loc": { "start": { "line": 242, @@ -269513,9 +271344,9 @@ "postfix": false, "binop": null }, - "value": "controlBar", - "start": 9364, - "end": 9374, + "value": "recordToggle", + "start": 9375, + "end": 9387, "loc": { "start": { "line": 242, @@ -269523,7 +271354,7 @@ }, "end": { "line": 242, - "column": 34 + "column": 36 } } }, @@ -269540,16 +271371,16 @@ "binop": null, "updateContext": null }, - "start": 9374, - "end": 9375, + "start": 9387, + "end": 9388, "loc": { "start": { "line": 242, - "column": 34 + "column": 36 }, "end": { "line": 242, - "column": 35 + "column": 37 } } }, @@ -269566,16 +271397,16 @@ "binop": null }, "value": "el", - "start": 9375, - "end": 9377, + "start": 9388, + "end": 9390, "loc": { "start": { "line": 242, - "column": 35 + "column": 37 }, "end": { "line": 242, - "column": 37 + "column": 39 } } }, @@ -269591,16 +271422,16 @@ "postfix": false, "binop": null }, - "start": 9377, - "end": 9378, + "start": 9390, + "end": 9391, "loc": { "start": { "line": 242, - "column": 37 + "column": 39 }, "end": { "line": 242, - "column": 38 + "column": 40 } } }, @@ -269616,23 +271447,23 @@ "postfix": false, "binop": null }, - "start": 9378, - "end": 9379, + "start": 9391, + "end": 9392, "loc": { "start": { "line": 242, - "column": 38 + "column": 40 }, "end": { "line": 242, - "column": 39 + "column": 41 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": ",", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -269642,22 +271473,23 @@ "binop": null, "updateContext": null }, - "start": 9379, - "end": 9380, + "start": 9392, + "end": 9393, "loc": { "start": { "line": 242, - "column": 39 + "column": 41 }, "end": { "line": 242, - "column": 40 + "column": 42 } } }, { "type": { - "label": "name", + "label": "this", + "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -269665,25 +271497,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "firstChild", - "start": 9380, - "end": 9390, + "value": "this", + "start": 9406, + "end": 9410, "loc": { "start": { - "line": 242, - "column": 40 + "line": 243, + "column": 12 }, "end": { - "line": 242, - "column": 50 + "line": 243, + "column": 16 } } }, { "type": { - "label": ")", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -269691,120 +271524,129 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 9390, - "end": 9391, + "start": 9410, + "end": 9411, "loc": { "start": { - "line": 242, - "column": 50 + "line": 243, + "column": 16 }, "end": { - "line": 242, - "column": 51 + "line": 243, + "column": 17 } } }, { "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, + "label": "name", + "beforeExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 9391, - "end": 9392, + "value": "player", + "start": 9411, + "end": 9417, "loc": { "start": { - "line": 242, - "column": 51 + "line": 243, + "column": 17 }, "end": { - "line": 242, - "column": 52 + "line": 243, + "column": 23 } } }, { - "type": "CommentLine", - "value": " picture-in-picture", - "start": 9402, - "end": 9423, + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 9417, + "end": 9418, "loc": { "start": { - "line": 244, - "column": 8 + "line": 243, + "column": 23 }, "end": { - "line": 244, - "column": 29 + "line": 243, + "column": 24 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "if", - "start": 9432, - "end": 9434, + "value": "controlBar", + "start": 9418, + "end": 9428, "loc": { "start": { - "line": 245, - "column": 8 + "line": 243, + "column": 24 }, "end": { - "line": 245, - "column": 10 + "line": 243, + "column": 34 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ".", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 9435, - "end": 9436, + "start": 9428, + "end": 9429, "loc": { "start": { - "line": 245, - "column": 11 + "line": 243, + "column": 34 }, "end": { - "line": 245, - "column": 12 + "line": 243, + "column": 35 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -269812,54 +271654,52 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 9436, - "end": 9440, + "value": "el", + "start": 9429, + "end": 9431, "loc": { "start": { - "line": 245, - "column": 12 + "line": 243, + "column": 35 }, "end": { - "line": 245, - "column": 16 + "line": 243, + "column": 37 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 9440, - "end": 9441, + "start": 9431, + "end": 9432, "loc": { "start": { - "line": 245, - "column": 16 + "line": 243, + "column": 37 }, "end": { - "line": 245, - "column": 17 + "line": 243, + "column": 38 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -269867,51 +271707,48 @@ "postfix": false, "binop": null }, - "value": "pictureInPicture", - "start": 9441, - "end": 9457, + "start": 9432, + "end": 9433, "loc": { "start": { - "line": 245, - "column": 17 + "line": 243, + "column": 38 }, "end": { - "line": 245, - "column": 33 + "line": 243, + "column": 39 } } }, { "type": { - "label": "==/!=", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "===", - "start": 9458, - "end": 9461, + "start": 9433, + "end": 9434, "loc": { "start": { - "line": 245, - "column": 34 + "line": 243, + "column": 39 }, "end": { - "line": 245, - "column": 37 + "line": 243, + "column": 40 } } }, { "type": { - "label": "true", - "keyword": "true", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -269919,20 +271756,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "true", - "start": 9462, - "end": 9466, + "value": "firstChild", + "start": 9434, + "end": 9444, "loc": { "start": { - "line": 245, - "column": 38 + "line": 243, + "column": 40 }, "end": { - "line": 245, - "column": 42 + "line": 243, + "column": 50 } } }, @@ -269948,41 +271784,58 @@ "postfix": false, "binop": null }, - "start": 9466, - "end": 9467, + "start": 9444, + "end": 9445, "loc": { "start": { - "line": 245, - "column": 42 + "line": 243, + "column": 50 }, "end": { - "line": 245, - "column": 43 + "line": 243, + "column": 51 } } }, { "type": { - "label": "{", + "label": ";", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 9468, - "end": 9469, + "start": 9445, + "end": 9446, + "loc": { + "start": { + "line": 243, + "column": 51 + }, + "end": { + "line": 243, + "column": 52 + } + } + }, + { + "type": "CommentLine", + "value": " picture-in-picture", + "start": 9456, + "end": 9477, "loc": { "start": { "line": 245, - "column": 44 + "column": 8 }, "end": { "line": 245, - "column": 45 + "column": 29 } } }, @@ -270001,16 +271854,16 @@ "updateContext": null }, "value": "if", - "start": 9482, - "end": 9484, + "start": 9486, + "end": 9488, "loc": { "start": { "line": 246, - "column": 12 + "column": 8 }, "end": { "line": 246, - "column": 14 + "column": 10 } } }, @@ -270026,16 +271879,16 @@ "postfix": false, "binop": null }, - "start": 9485, - "end": 9486, + "start": 9489, + "end": 9490, "loc": { "start": { "line": 246, - "column": 15 + "column": 11 }, "end": { "line": 246, - "column": 16 + "column": 12 } } }, @@ -270054,16 +271907,16 @@ "updateContext": null }, "value": "this", - "start": 9486, - "end": 9490, + "start": 9490, + "end": 9494, "loc": { "start": { "line": 246, - "column": 16 + "column": 12 }, "end": { "line": 246, - "column": 20 + "column": 16 } } }, @@ -270080,16 +271933,16 @@ "binop": null, "updateContext": null }, - "start": 9490, - "end": 9491, + "start": 9494, + "end": 9495, "loc": { "start": { "line": 246, - "column": 20 + "column": 16 }, "end": { "line": 246, - "column": 21 + "column": 17 } } }, @@ -270105,49 +271958,51 @@ "postfix": false, "binop": null }, - "value": "player", - "start": 9491, - "end": 9497, + "value": "pictureInPicture", + "start": 9495, + "end": 9511, "loc": { "start": { "line": 246, - "column": 21 + "column": 17 }, "end": { "line": 246, - "column": 27 + "column": 33 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "==/!=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 6, "updateContext": null }, - "start": 9497, - "end": 9498, + "value": "===", + "start": 9512, + "end": 9515, "loc": { "start": { "line": 246, - "column": 27 + "column": 34 }, "end": { "line": 246, - "column": 28 + "column": 37 } } }, { "type": { - "label": "name", + "label": "true", + "keyword": "true", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -270155,37 +272010,12 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null - }, - "value": "controlBar", - "start": 9498, - "end": 9508, - "loc": { - "start": { - "line": 246, - "column": 28 - }, - "end": { - "line": 246, - "column": 38 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, "binop": null, "updateContext": null }, - "start": 9508, - "end": 9509, + "value": "true", + "start": 9516, + "end": 9520, "loc": { "start": { "line": 246, @@ -270193,15 +272023,15 @@ }, "end": { "line": 246, - "column": 39 + "column": 42 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -270209,97 +272039,94 @@ "postfix": false, "binop": null }, - "value": "pictureInPictureToggle", - "start": 9509, - "end": 9531, + "start": 9520, + "end": 9521, "loc": { "start": { "line": 246, - "column": 39 + "column": 42 }, "end": { "line": 246, - "column": 61 + "column": 43 } } }, { "type": { - "label": "==/!=", + "label": "{", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, - "updateContext": null + "binop": null }, - "value": "===", - "start": 9532, - "end": 9535, + "start": 9522, + "end": 9523, "loc": { "start": { "line": 246, - "column": 62 + "column": 44 }, "end": { "line": 246, - "column": 65 + "column": 45 } } }, { "type": { - "label": "name", + "label": "if", + "keyword": "if", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "undefined", + "value": "if", "start": 9536, - "end": 9545, + "end": 9538, "loc": { "start": { - "line": 246, - "column": 66 + "line": 247, + "column": 12 }, "end": { - "line": 246, - "column": 75 + "line": 247, + "column": 14 } } }, { "type": { - "label": "&&", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 2, - "updateContext": null + "binop": null }, - "value": "&&", - "start": 9546, - "end": 9548, + "start": 9539, + "end": 9540, "loc": { "start": { - "line": 246, - "column": 76 + "line": 247, + "column": 15 }, "end": { - "line": 246, - "column": 78 + "line": 247, + "column": 16 } } }, @@ -270318,8 +272145,8 @@ "updateContext": null }, "value": "this", - "start": 9565, - "end": 9569, + "start": 9540, + "end": 9544, "loc": { "start": { "line": 247, @@ -270344,8 +272171,8 @@ "binop": null, "updateContext": null }, - "start": 9569, - "end": 9570, + "start": 9544, + "end": 9545, "loc": { "start": { "line": 247, @@ -270370,8 +272197,8 @@ "binop": null }, "value": "player", - "start": 9570, - "end": 9576, + "start": 9545, + "end": 9551, "loc": { "start": { "line": 247, @@ -270396,8 +272223,8 @@ "binop": null, "updateContext": null }, - "start": 9576, - "end": 9577, + "start": 9551, + "end": 9552, "loc": { "start": { "line": 247, @@ -270421,9 +272248,9 @@ "postfix": false, "binop": null }, - "value": "pipToggle", - "start": 9577, - "end": 9586, + "value": "controlBar", + "start": 9552, + "end": 9562, "loc": { "start": { "line": 247, @@ -270431,26 +272258,25 @@ }, "end": { "line": 247, - "column": 37 + "column": 38 } } }, { "type": { - "label": "==/!=", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "!==", - "start": 9587, - "end": 9590, + "start": 9562, + "end": 9563, "loc": { "start": { "line": 247, @@ -270458,7 +272284,7 @@ }, "end": { "line": 247, - "column": 41 + "column": 39 } } }, @@ -270474,49 +272300,51 @@ "postfix": false, "binop": null }, - "value": "undefined", - "start": 9591, - "end": 9600, + "value": "pictureInPictureToggle", + "start": 9563, + "end": 9585, "loc": { "start": { "line": 247, - "column": 42 + "column": 39 }, "end": { "line": 247, - "column": 51 + "column": 61 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": "==/!=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": 6, + "updateContext": null }, - "start": 9600, - "end": 9601, + "value": "===", + "start": 9586, + "end": 9589, "loc": { "start": { "line": 247, - "column": 51 + "column": 62 }, "end": { "line": 247, - "column": 52 + "column": 65 } } }, { "type": { - "label": "{", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -270525,32 +272353,44 @@ "postfix": false, "binop": null }, - "start": 9602, - "end": 9603, + "value": "undefined", + "start": 9590, + "end": 9599, "loc": { "start": { "line": 247, - "column": 53 + "column": 66 }, "end": { "line": 247, - "column": 54 + "column": 75 } } }, { - "type": "CommentLine", - "value": " add custom PiP toggle", - "start": 9620, - "end": 9644, + "type": { + "label": "&&", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 2, + "updateContext": null + }, + "value": "&&", + "start": 9600, + "end": 9602, "loc": { "start": { - "line": 248, - "column": 16 + "line": 247, + "column": 76 }, "end": { - "line": 248, - "column": 40 + "line": 247, + "column": 78 } } }, @@ -270569,15 +272409,15 @@ "updateContext": null }, "value": "this", - "start": 9661, - "end": 9665, + "start": 9619, + "end": 9623, "loc": { "start": { - "line": 249, + "line": 248, "column": 16 }, "end": { - "line": 249, + "line": 248, "column": 20 } } @@ -270595,15 +272435,15 @@ "binop": null, "updateContext": null }, - "start": 9665, - "end": 9666, + "start": 9623, + "end": 9624, "loc": { "start": { - "line": 249, + "line": 248, "column": 20 }, "end": { - "line": 249, + "line": 248, "column": 21 } } @@ -270621,15 +272461,15 @@ "binop": null }, "value": "player", - "start": 9666, - "end": 9672, + "start": 9624, + "end": 9630, "loc": { "start": { - "line": 249, + "line": 248, "column": 21 }, "end": { - "line": 249, + "line": 248, "column": 27 } } @@ -270647,15 +272487,15 @@ "binop": null, "updateContext": null }, - "start": 9672, - "end": 9673, + "start": 9630, + "end": 9631, "loc": { "start": { - "line": 249, + "line": 248, "column": 27 }, "end": { - "line": 249, + "line": 248, "column": 28 } } @@ -270672,43 +272512,44 @@ "postfix": false, "binop": null }, - "value": "controlBar", - "start": 9673, - "end": 9683, + "value": "pipToggle", + "start": 9631, + "end": 9640, "loc": { "start": { - "line": 249, + "line": 248, "column": 28 }, "end": { - "line": 249, - "column": 38 + "line": 248, + "column": 37 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "==/!=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 6, "updateContext": null }, - "start": 9683, - "end": 9684, + "value": "!==", + "start": 9641, + "end": 9644, "loc": { "start": { - "line": 249, + "line": 248, "column": 38 }, "end": { - "line": 249, - "column": 39 + "line": 248, + "column": 41 } } }, @@ -270724,25 +272565,25 @@ "postfix": false, "binop": null }, - "value": "addChild", - "start": 9684, - "end": 9692, + "value": "undefined", + "start": 9645, + "end": 9654, "loc": { "start": { - "line": 249, - "column": 39 + "line": 248, + "column": 42 }, "end": { - "line": 249, - "column": 47 + "line": 248, + "column": 51 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -270750,76 +272591,64 @@ "postfix": false, "binop": null }, - "start": 9692, - "end": 9693, + "start": 9654, + "end": 9655, "loc": { "start": { - "line": 249, - "column": 47 + "line": 248, + "column": 51 }, "end": { - "line": 249, - "column": 48 + "line": 248, + "column": 52 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 9693, - "end": 9697, + "start": 9656, + "end": 9657, "loc": { "start": { - "line": 249, - "column": 48 + "line": 248, + "column": 53 }, "end": { - "line": 249, - "column": 52 + "line": 248, + "column": 54 } } }, { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 9697, + "type": "CommentLine", + "value": " add custom PiP toggle", + "start": 9674, "end": 9698, "loc": { "start": { "line": 249, - "column": 52 + "column": 16 }, "end": { "line": 249, - "column": 53 + "column": 40 } } }, { "type": { - "label": "name", + "label": "this", + "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -270827,19 +272656,20 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "player", - "start": 9698, - "end": 9704, + "value": "this", + "start": 9715, + "end": 9719, "loc": { "start": { - "line": 249, - "column": 53 + "line": 250, + "column": 16 }, "end": { - "line": 249, - "column": 59 + "line": 250, + "column": 20 } } }, @@ -270856,16 +272686,16 @@ "binop": null, "updateContext": null }, - "start": 9704, - "end": 9705, + "start": 9719, + "end": 9720, "loc": { "start": { - "line": 249, - "column": 59 + "line": 250, + "column": 20 }, "end": { - "line": 249, - "column": 60 + "line": 250, + "column": 21 } } }, @@ -270881,23 +272711,23 @@ "postfix": false, "binop": null }, - "value": "pipToggle", - "start": 9705, - "end": 9714, + "value": "player", + "start": 9720, + "end": 9726, "loc": { "start": { - "line": 249, - "column": 60 + "line": 250, + "column": 21 }, "end": { - "line": 249, - "column": 69 + "line": 250, + "column": 27 } } }, { "type": { - "label": ")", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -270905,52 +272735,27 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null - }, - "start": 9714, - "end": 9715, - "loc": { - "start": { - "line": 249, - "column": 69 - }, - "end": { - "line": 249, - "column": 70 - } - } - }, - { - "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, "binop": null, "updateContext": null }, - "start": 9715, - "end": 9716, + "start": 9726, + "end": 9727, "loc": { "start": { - "line": 249, - "column": 70 + "line": 250, + "column": 27 }, "end": { - "line": 249, - "column": 71 + "line": 250, + "column": 28 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -270958,24 +272763,24 @@ "postfix": false, "binop": null }, - "start": 9729, - "end": 9730, + "value": "controlBar", + "start": 9727, + "end": 9737, "loc": { "start": { "line": 250, - "column": 12 + "column": 28 }, "end": { "line": 250, - "column": 13 + "column": 38 } } }, { "type": { - "label": "else", - "keyword": "else", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -270985,45 +272790,42 @@ "binop": null, "updateContext": null }, - "value": "else", - "start": 9731, - "end": 9735, + "start": 9737, + "end": 9738, "loc": { "start": { "line": 250, - "column": 14 + "column": 38 }, "end": { "line": 250, - "column": 18 + "column": 39 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "if", - "start": 9736, - "end": 9738, + "value": "addChild", + "start": 9738, + "end": 9746, "loc": { "start": { "line": 250, - "column": 19 + "column": 39 }, "end": { "line": 250, - "column": 21 + "column": 47 } } }, @@ -271039,16 +272841,16 @@ "postfix": false, "binop": null }, - "start": 9739, - "end": 9740, + "start": 9746, + "end": 9747, "loc": { "start": { "line": 250, - "column": 22 + "column": 47 }, "end": { "line": 250, - "column": 23 + "column": 48 } } }, @@ -271067,68 +272869,16 @@ "updateContext": null }, "value": "this", - "start": 9740, - "end": 9744, - "loc": { - "start": { - "line": 250, - "column": 23 - }, - "end": { - "line": 250, - "column": 27 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 9744, - "end": 9745, - "loc": { - "start": { - "line": 250, - "column": 27 - }, - "end": { - "line": 250, - "column": 28 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "player", - "start": 9745, + "start": 9747, "end": 9751, "loc": { "start": { "line": 250, - "column": 28 + "column": 48 }, "end": { "line": 250, - "column": 34 + "column": 52 } } }, @@ -271150,11 +272900,11 @@ "loc": { "start": { "line": 250, - "column": 34 + "column": 52 }, "end": { "line": 250, - "column": 35 + "column": 53 } } }, @@ -271170,17 +272920,17 @@ "postfix": false, "binop": null }, - "value": "controlBar", + "value": "player", "start": 9752, - "end": 9762, + "end": 9758, "loc": { "start": { "line": 250, - "column": 35 + "column": 53 }, "end": { "line": 250, - "column": 45 + "column": 59 } } }, @@ -271197,16 +272947,16 @@ "binop": null, "updateContext": null }, - "start": 9762, - "end": 9763, + "start": 9758, + "end": 9759, "loc": { "start": { "line": 250, - "column": 45 + "column": 59 }, "end": { "line": 250, - "column": 46 + "column": 60 } } }, @@ -271222,36 +272972,34 @@ "postfix": false, "binop": null }, - "value": "pictureInPictureToggle", - "start": 9763, - "end": 9785, + "value": "pipToggle", + "start": 9759, + "end": 9768, "loc": { "start": { "line": 250, - "column": 46 + "column": 60 }, "end": { "line": 250, - "column": 68 + "column": 69 } } }, { "type": { - "label": "==/!=", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, - "updateContext": null + "binop": null }, - "value": "!==", - "start": 9786, - "end": 9789, + "start": 9768, + "end": 9769, "loc": { "start": { "line": 250, @@ -271259,39 +273007,39 @@ }, "end": { "line": 250, - "column": 72 + "column": 70 } } }, { "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, + "label": ";", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "undefined", - "start": 9790, - "end": 9799, + "start": 9769, + "end": 9770, "loc": { "start": { "line": 250, - "column": 73 + "column": 70 }, "end": { "line": 250, - "column": 82 + "column": 71 } } }, { "type": { - "label": ")", + "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -271301,66 +273049,53 @@ "postfix": false, "binop": null }, - "start": 9799, - "end": 9800, + "start": 9783, + "end": 9784, "loc": { "start": { - "line": 250, - "column": 82 + "line": 251, + "column": 12 }, "end": { - "line": 250, - "column": 83 + "line": 251, + "column": 13 } } }, { "type": { - "label": "{", + "label": "else", + "keyword": "else", "beforeExpr": true, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 9801, - "end": 9802, - "loc": { - "start": { - "line": 250, - "column": 84 - }, - "end": { - "line": 250, - "column": 85 - } - } - }, - { - "type": "CommentLine", - "value": " use video.js PiP toggle", - "start": 9819, - "end": 9845, + "value": "else", + "start": 9785, + "end": 9789, "loc": { "start": { "line": 251, - "column": 16 + "column": 14 }, "end": { "line": 251, - "column": 42 + "column": 18 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "if", + "keyword": "if", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -271369,49 +273104,49 @@ "binop": null, "updateContext": null }, - "value": "this", - "start": 9862, - "end": 9866, + "value": "if", + "start": 9790, + "end": 9792, "loc": { "start": { - "line": 252, - "column": 16 + "line": 251, + "column": 19 }, "end": { - "line": 252, - "column": 20 + "line": 251, + "column": 21 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 9866, - "end": 9867, + "start": 9793, + "end": 9794, "loc": { "start": { - "line": 252, - "column": 20 + "line": 251, + "column": 22 }, "end": { - "line": 252, - "column": 21 + "line": 251, + "column": 23 } } }, { "type": { - "label": "name", + "label": "this", + "keyword": "this", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -271419,18 +273154,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "player", - "start": 9867, - "end": 9873, + "value": "this", + "start": 9794, + "end": 9798, "loc": { "start": { - "line": 252, - "column": 21 + "line": 251, + "column": 23 }, "end": { - "line": 252, + "line": 251, "column": 27 } } @@ -271448,15 +273184,15 @@ "binop": null, "updateContext": null }, - "start": 9873, - "end": 9874, + "start": 9798, + "end": 9799, "loc": { "start": { - "line": 252, + "line": 251, "column": 27 }, "end": { - "line": 252, + "line": 251, "column": 28 } } @@ -271473,51 +273209,49 @@ "postfix": false, "binop": null }, - "value": "pipToggle", - "start": 9874, - "end": 9883, + "value": "player", + "start": 9799, + "end": 9805, "loc": { "start": { - "line": 252, + "line": 251, "column": 28 }, "end": { - "line": 252, - "column": 37 + "line": 251, + "column": 34 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 9884, - "end": 9885, + "start": 9805, + "end": 9806, "loc": { "start": { - "line": 252, - "column": 38 + "line": 251, + "column": 34 }, "end": { - "line": 252, - "column": 39 + "line": 251, + "column": 35 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -271525,20 +273259,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 9886, - "end": 9890, + "value": "controlBar", + "start": 9806, + "end": 9816, "loc": { "start": { - "line": 252, - "column": 40 + "line": 251, + "column": 35 }, "end": { - "line": 252, - "column": 44 + "line": 251, + "column": 45 } } }, @@ -271555,16 +273288,16 @@ "binop": null, "updateContext": null }, - "start": 9890, - "end": 9891, + "start": 9816, + "end": 9817, "loc": { "start": { - "line": 252, - "column": 44 + "line": 251, + "column": 45 }, "end": { - "line": 252, - "column": 45 + "line": 251, + "column": 46 } } }, @@ -271580,43 +273313,44 @@ "postfix": false, "binop": null }, - "value": "player", - "start": 9891, - "end": 9897, + "value": "pictureInPictureToggle", + "start": 9817, + "end": 9839, "loc": { "start": { - "line": 252, - "column": 45 + "line": 251, + "column": 46 }, "end": { - "line": 252, - "column": 51 + "line": 251, + "column": 68 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "==/!=", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 6, "updateContext": null }, - "start": 9897, - "end": 9898, + "value": "!==", + "start": 9840, + "end": 9843, "loc": { "start": { - "line": 252, - "column": 51 + "line": 251, + "column": 69 }, "end": { - "line": 252, - "column": 52 + "line": 251, + "column": 72 } } }, @@ -271632,23 +273366,23 @@ "postfix": false, "binop": null }, - "value": "controlBar", - "start": 9898, - "end": 9908, + "value": "undefined", + "start": 9844, + "end": 9853, "loc": { "start": { - "line": 252, - "column": 52 + "line": 251, + "column": 73 }, "end": { - "line": 252, - "column": 62 + "line": 251, + "column": 82 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -271656,26 +273390,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 9908, - "end": 9909, + "start": 9853, + "end": 9854, "loc": { "start": { - "line": 252, - "column": 62 + "line": 251, + "column": 82 }, "end": { - "line": 252, - "column": 63 + "line": 251, + "column": 83 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -271684,43 +273417,32 @@ "postfix": false, "binop": null }, - "value": "pictureInPictureToggle", - "start": 9909, - "end": 9931, + "start": 9855, + "end": 9856, "loc": { "start": { - "line": 252, - "column": 63 + "line": 251, + "column": 84 }, "end": { - "line": 252, + "line": 251, "column": 85 } } }, { - "type": { - "label": ";", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 9931, - "end": 9932, + "type": "CommentLine", + "value": " use video.js PiP toggle", + "start": 9873, + "end": 9899, "loc": { "start": { "line": 252, - "column": 85 + "column": 16 }, "end": { "line": 252, - "column": 86 + "column": 42 } } }, @@ -271739,8 +273461,8 @@ "updateContext": null }, "value": "this", - "start": 9949, - "end": 9953, + "start": 9916, + "end": 9920, "loc": { "start": { "line": 253, @@ -271765,8 +273487,8 @@ "binop": null, "updateContext": null }, - "start": 9953, - "end": 9954, + "start": 9920, + "end": 9921, "loc": { "start": { "line": 253, @@ -271791,8 +273513,8 @@ "binop": null }, "value": "player", - "start": 9954, - "end": 9960, + "start": 9921, + "end": 9927, "loc": { "start": { "line": 253, @@ -271817,8 +273539,8 @@ "binop": null, "updateContext": null }, - "start": 9960, - "end": 9961, + "start": 9927, + "end": 9928, "loc": { "start": { "line": 253, @@ -271843,8 +273565,8 @@ "binop": null }, "value": "pipToggle", - "start": 9961, - "end": 9970, + "start": 9928, + "end": 9937, "loc": { "start": { "line": 253, @@ -271856,6 +273578,61 @@ } } }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 9938, + "end": 9939, + "loc": { + "start": { + "line": 253, + "column": 38 + }, + "end": { + "line": 253, + "column": 39 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 9940, + "end": 9944, + "loc": { + "start": { + "line": 253, + "column": 40 + }, + "end": { + "line": 253, + "column": 44 + } + } + }, { "type": { "label": ".", @@ -271869,15 +273646,329 @@ "binop": null, "updateContext": null }, - "start": 9970, - "end": 9971, + "start": 9944, + "end": 9945, "loc": { "start": { "line": 253, - "column": 37 + "column": 44 + }, + "end": { + "line": 253, + "column": 45 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "player", + "start": 9945, + "end": 9951, + "loc": { + "start": { + "line": 253, + "column": 45 + }, + "end": { + "line": 253, + "column": 51 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 9951, + "end": 9952, + "loc": { + "start": { + "line": 253, + "column": 51 + }, + "end": { + "line": 253, + "column": 52 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "controlBar", + "start": 9952, + "end": 9962, + "loc": { + "start": { + "line": 253, + "column": 52 + }, + "end": { + "line": 253, + "column": 62 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 9962, + "end": 9963, + "loc": { + "start": { + "line": 253, + "column": 62 + }, + "end": { + "line": 253, + "column": 63 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "pictureInPictureToggle", + "start": 9963, + "end": 9985, + "loc": { + "start": { + "line": 253, + "column": 63 }, "end": { "line": 253, + "column": 85 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 9985, + "end": 9986, + "loc": { + "start": { + "line": 253, + "column": 85 + }, + "end": { + "line": 253, + "column": 86 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 10003, + "end": 10007, + "loc": { + "start": { + "line": 254, + "column": 16 + }, + "end": { + "line": 254, + "column": 20 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 10007, + "end": 10008, + "loc": { + "start": { + "line": 254, + "column": 20 + }, + "end": { + "line": 254, + "column": 21 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "player", + "start": 10008, + "end": 10014, + "loc": { + "start": { + "line": 254, + "column": 21 + }, + "end": { + "line": 254, + "column": 27 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 10014, + "end": 10015, + "loc": { + "start": { + "line": 254, + "column": 27 + }, + "end": { + "line": 254, + "column": 28 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "pipToggle", + "start": 10015, + "end": 10024, + "loc": { + "start": { + "line": 254, + "column": 28 + }, + "end": { + "line": 254, + "column": 37 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 10024, + "end": 10025, + "loc": { + "start": { + "line": 254, + "column": 37 + }, + "end": { + "line": 254, "column": 38 } } @@ -271895,15 +273986,15 @@ "binop": null }, "value": "hide", - "start": 9971, - "end": 9975, + "start": 10025, + "end": 10029, "loc": { "start": { - "line": 253, + "line": 254, "column": 38 }, "end": { - "line": 253, + "line": 254, "column": 42 } } @@ -271920,15 +274011,15 @@ "postfix": false, "binop": null }, - "start": 9975, - "end": 9976, + "start": 10029, + "end": 10030, "loc": { "start": { - "line": 253, + "line": 254, "column": 42 }, "end": { - "line": 253, + "line": 254, "column": 43 } } @@ -271945,15 +274036,15 @@ "postfix": false, "binop": null }, - "start": 9976, - "end": 9977, + "start": 10030, + "end": 10031, "loc": { "start": { - "line": 253, + "line": 254, "column": 43 }, "end": { - "line": 253, + "line": 254, "column": 44 } } @@ -271971,15 +274062,15 @@ "binop": null, "updateContext": null }, - "start": 9977, - "end": 9978, + "start": 10031, + "end": 10032, "loc": { "start": { - "line": 253, + "line": 254, "column": 44 }, "end": { - "line": 253, + "line": 254, "column": 45 } } @@ -271996,15 +274087,15 @@ "postfix": false, "binop": null }, - "start": 9991, - "end": 9992, + "start": 10045, + "end": 10046, "loc": { "start": { - "line": 254, + "line": 255, "column": 12 }, "end": { - "line": 254, + "line": 255, "column": 13 } } @@ -272021,15 +274112,15 @@ "postfix": false, "binop": null }, - "start": 10001, - "end": 10002, + "start": 10055, + "end": 10056, "loc": { "start": { - "line": 255, + "line": 256, "column": 8 }, "end": { - "line": 255, + "line": 256, "column": 9 } } @@ -272049,15 +274140,15 @@ "updateContext": null }, "value": "else", - "start": 10003, - "end": 10007, + "start": 10057, + "end": 10061, "loc": { "start": { - "line": 255, + "line": 256, "column": 10 }, "end": { - "line": 255, + "line": 256, "column": 14 } } @@ -272077,15 +274168,15 @@ "updateContext": null }, "value": "if", - "start": 10008, - "end": 10010, + "start": 10062, + "end": 10064, "loc": { "start": { - "line": 255, + "line": 256, "column": 15 }, "end": { - "line": 255, + "line": 256, "column": 17 } } @@ -272102,15 +274193,15 @@ "postfix": false, "binop": null }, - "start": 10011, - "end": 10012, + "start": 10065, + "end": 10066, "loc": { "start": { - "line": 255, + "line": 256, "column": 18 }, "end": { - "line": 255, + "line": 256, "column": 19 } } @@ -272130,15 +274221,15 @@ "updateContext": null }, "value": "this", - "start": 10025, - "end": 10029, + "start": 10079, + "end": 10083, "loc": { "start": { - "line": 256, + "line": 257, "column": 12 }, "end": { - "line": 256, + "line": 257, "column": 16 } } @@ -272156,15 +274247,15 @@ "binop": null, "updateContext": null }, - "start": 10029, - "end": 10030, + "start": 10083, + "end": 10084, "loc": { "start": { - "line": 256, + "line": 257, "column": 16 }, "end": { - "line": 256, + "line": 257, "column": 17 } } @@ -272182,15 +274273,15 @@ "binop": null }, "value": "pictureInPicture", - "start": 10030, - "end": 10046, + "start": 10084, + "end": 10100, "loc": { "start": { - "line": 256, + "line": 257, "column": 17 }, "end": { - "line": 256, + "line": 257, "column": 33 } } @@ -272209,15 +274300,15 @@ "updateContext": null }, "value": "===", - "start": 10047, - "end": 10050, + "start": 10101, + "end": 10104, "loc": { "start": { - "line": 256, + "line": 257, "column": 34 }, "end": { - "line": 256, + "line": 257, "column": 37 } } @@ -272237,15 +274328,15 @@ "updateContext": null }, "value": "false", - "start": 10051, - "end": 10056, + "start": 10105, + "end": 10110, "loc": { "start": { - "line": 256, + "line": 257, "column": 38 }, "end": { - "line": 256, + "line": 257, "column": 43 } } @@ -272264,15 +274355,15 @@ "updateContext": null }, "value": "&&", - "start": 10057, - "end": 10059, + "start": 10111, + "end": 10113, "loc": { "start": { - "line": 256, + "line": 257, "column": 44 }, "end": { - "line": 256, + "line": 257, "column": 46 } } @@ -272292,15 +274383,15 @@ "updateContext": null }, "value": "this", - "start": 10072, - "end": 10076, + "start": 10126, + "end": 10130, "loc": { "start": { - "line": 257, + "line": 258, "column": 12 }, "end": { - "line": 257, + "line": 258, "column": 16 } } @@ -272318,15 +274409,15 @@ "binop": null, "updateContext": null }, - "start": 10076, - "end": 10077, + "start": 10130, + "end": 10131, "loc": { "start": { - "line": 257, + "line": 258, "column": 16 }, "end": { - "line": 257, + "line": 258, "column": 17 } } @@ -272344,15 +274435,15 @@ "binop": null }, "value": "player", - "start": 10077, - "end": 10083, + "start": 10131, + "end": 10137, "loc": { "start": { - "line": 257, + "line": 258, "column": 17 }, "end": { - "line": 257, + "line": 258, "column": 23 } } @@ -272370,15 +274461,15 @@ "binop": null, "updateContext": null }, - "start": 10083, - "end": 10084, + "start": 10137, + "end": 10138, "loc": { "start": { - "line": 257, + "line": 258, "column": 23 }, "end": { - "line": 257, + "line": 258, "column": 24 } } @@ -272396,15 +274487,15 @@ "binop": null }, "value": "controlBar", - "start": 10084, - "end": 10094, + "start": 10138, + "end": 10148, "loc": { "start": { - "line": 257, + "line": 258, "column": 24 }, "end": { - "line": 257, + "line": 258, "column": 34 } } @@ -272422,15 +274513,15 @@ "binop": null, "updateContext": null }, - "start": 10094, - "end": 10095, + "start": 10148, + "end": 10149, "loc": { "start": { - "line": 257, + "line": 258, "column": 34 }, "end": { - "line": 257, + "line": 258, "column": 35 } } @@ -272448,15 +274539,15 @@ "binop": null }, "value": "pictureInPictureToggle", - "start": 10095, - "end": 10117, + "start": 10149, + "end": 10171, "loc": { "start": { - "line": 257, + "line": 258, "column": 35 }, "end": { - "line": 257, + "line": 258, "column": 57 } } @@ -272475,15 +274566,15 @@ "updateContext": null }, "value": "!==", - "start": 10118, - "end": 10121, + "start": 10172, + "end": 10175, "loc": { "start": { - "line": 257, + "line": 258, "column": 58 }, "end": { - "line": 257, + "line": 258, "column": 61 } } @@ -272501,15 +274592,15 @@ "binop": null }, "value": "undefined", - "start": 10122, - "end": 10131, + "start": 10176, + "end": 10185, "loc": { "start": { - "line": 257, + "line": 258, "column": 62 }, "end": { - "line": 257, + "line": 258, "column": 71 } } @@ -272526,15 +274617,15 @@ "postfix": false, "binop": null }, - "start": 10131, - "end": 10132, + "start": 10185, + "end": 10186, "loc": { "start": { - "line": 257, + "line": 258, "column": 71 }, "end": { - "line": 257, + "line": 258, "column": 72 } } @@ -272551,15 +274642,15 @@ "postfix": false, "binop": null }, - "start": 10133, - "end": 10134, + "start": 10187, + "end": 10188, "loc": { "start": { - "line": 257, + "line": 258, "column": 73 }, "end": { - "line": 257, + "line": 258, "column": 74 } } @@ -272579,15 +274670,15 @@ "updateContext": null }, "value": "this", - "start": 10147, - "end": 10151, + "start": 10201, + "end": 10205, "loc": { "start": { - "line": 258, + "line": 259, "column": 12 }, "end": { - "line": 258, + "line": 259, "column": 16 } } @@ -272605,15 +274696,15 @@ "binop": null, "updateContext": null }, - "start": 10151, - "end": 10152, + "start": 10205, + "end": 10206, "loc": { "start": { - "line": 258, + "line": 259, "column": 16 }, "end": { - "line": 258, + "line": 259, "column": 17 } } @@ -272631,15 +274722,15 @@ "binop": null }, "value": "player", - "start": 10152, - "end": 10158, + "start": 10206, + "end": 10212, "loc": { "start": { - "line": 258, + "line": 259, "column": 17 }, "end": { - "line": 258, + "line": 259, "column": 23 } } @@ -272657,15 +274748,15 @@ "binop": null, "updateContext": null }, - "start": 10158, - "end": 10159, + "start": 10212, + "end": 10213, "loc": { "start": { - "line": 258, + "line": 259, "column": 23 }, "end": { - "line": 258, + "line": 259, "column": 24 } } @@ -272683,15 +274774,15 @@ "binop": null }, "value": "controlBar", - "start": 10159, - "end": 10169, + "start": 10213, + "end": 10223, "loc": { "start": { - "line": 258, + "line": 259, "column": 24 }, "end": { - "line": 258, + "line": 259, "column": 34 } } @@ -272709,15 +274800,15 @@ "binop": null, "updateContext": null }, - "start": 10169, - "end": 10170, + "start": 10223, + "end": 10224, "loc": { "start": { - "line": 258, + "line": 259, "column": 34 }, "end": { - "line": 258, + "line": 259, "column": 35 } } @@ -272735,15 +274826,15 @@ "binop": null }, "value": "pictureInPictureToggle", - "start": 10170, - "end": 10192, + "start": 10224, + "end": 10246, "loc": { "start": { - "line": 258, + "line": 259, "column": 35 }, "end": { - "line": 258, + "line": 259, "column": 57 } } @@ -272761,15 +274852,15 @@ "binop": null, "updateContext": null }, - "start": 10192, - "end": 10193, + "start": 10246, + "end": 10247, "loc": { "start": { - "line": 258, + "line": 259, "column": 57 }, "end": { - "line": 258, + "line": 259, "column": 58 } } @@ -272787,15 +274878,15 @@ "binop": null }, "value": "hide", - "start": 10193, - "end": 10197, + "start": 10247, + "end": 10251, "loc": { "start": { - "line": 258, + "line": 259, "column": 58 }, "end": { - "line": 258, + "line": 259, "column": 62 } } @@ -272812,15 +274903,15 @@ "postfix": false, "binop": null }, - "start": 10197, - "end": 10198, + "start": 10251, + "end": 10252, "loc": { "start": { - "line": 258, + "line": 259, "column": 62 }, "end": { - "line": 258, + "line": 259, "column": 63 } } @@ -272837,15 +274928,15 @@ "postfix": false, "binop": null }, - "start": 10198, - "end": 10199, + "start": 10252, + "end": 10253, "loc": { "start": { - "line": 258, + "line": 259, "column": 63 }, "end": { - "line": 258, + "line": 259, "column": 64 } } @@ -272863,15 +274954,15 @@ "binop": null, "updateContext": null }, - "start": 10199, - "end": 10200, + "start": 10253, + "end": 10254, "loc": { "start": { - "line": 258, + "line": 259, "column": 64 }, "end": { - "line": 258, + "line": 259, "column": 65 } } @@ -272888,15 +274979,15 @@ "postfix": false, "binop": null }, - "start": 10209, - "end": 10210, + "start": 10263, + "end": 10264, "loc": { "start": { - "line": 259, + "line": 260, "column": 8 }, "end": { - "line": 259, + "line": 260, "column": 9 } } @@ -272904,15 +274995,15 @@ { "type": "CommentLine", "value": " get rid of unused controls", - "start": 10220, - "end": 10249, + "start": 10274, + "end": 10303, "loc": { "start": { - "line": 261, + "line": 262, "column": 8 }, "end": { - "line": 261, + "line": 262, "column": 37 } } @@ -272932,15 +275023,15 @@ "updateContext": null }, "value": "if", - "start": 10258, - "end": 10260, + "start": 10312, + "end": 10314, "loc": { "start": { - "line": 262, + "line": 263, "column": 8 }, "end": { - "line": 262, + "line": 263, "column": 10 } } @@ -272957,15 +275048,15 @@ "postfix": false, "binop": null }, - "start": 10261, - "end": 10262, + "start": 10315, + "end": 10316, "loc": { "start": { - "line": 262, + "line": 263, "column": 11 }, "end": { - "line": 262, + "line": 263, "column": 12 } } @@ -272985,15 +275076,15 @@ "updateContext": null }, "value": "this", - "start": 10262, - "end": 10266, + "start": 10316, + "end": 10320, "loc": { "start": { - "line": 262, + "line": 263, "column": 12 }, "end": { - "line": 262, + "line": 263, "column": 16 } } @@ -273011,15 +275102,15 @@ "binop": null, "updateContext": null }, - "start": 10266, - "end": 10267, + "start": 10320, + "end": 10321, "loc": { "start": { - "line": 262, + "line": 263, "column": 16 }, "end": { - "line": 262, + "line": 263, "column": 17 } } @@ -273037,15 +275128,15 @@ "binop": null }, "value": "player", - "start": 10267, - "end": 10273, + "start": 10321, + "end": 10327, "loc": { "start": { - "line": 262, + "line": 263, "column": 17 }, "end": { - "line": 262, + "line": 263, "column": 23 } } @@ -273063,15 +275154,15 @@ "binop": null, "updateContext": null }, - "start": 10273, - "end": 10274, + "start": 10327, + "end": 10328, "loc": { "start": { - "line": 262, + "line": 263, "column": 23 }, "end": { - "line": 262, + "line": 263, "column": 24 } } @@ -273089,15 +275180,15 @@ "binop": null }, "value": "controlBar", - "start": 10274, - "end": 10284, + "start": 10328, + "end": 10338, "loc": { "start": { - "line": 262, + "line": 263, "column": 24 }, "end": { - "line": 262, + "line": 263, "column": 34 } } @@ -273115,15 +275206,15 @@ "binop": null, "updateContext": null }, - "start": 10284, - "end": 10285, + "start": 10338, + "end": 10339, "loc": { "start": { - "line": 262, + "line": 263, "column": 34 }, "end": { - "line": 262, + "line": 263, "column": 35 } } @@ -273141,15 +275232,15 @@ "binop": null }, "value": "remainingTimeDisplay", - "start": 10285, - "end": 10305, + "start": 10339, + "end": 10359, "loc": { "start": { - "line": 262, + "line": 263, "column": 35 }, "end": { - "line": 262, + "line": 263, "column": 55 } } @@ -273168,15 +275259,15 @@ "updateContext": null }, "value": "!==", - "start": 10306, - "end": 10309, + "start": 10360, + "end": 10363, "loc": { "start": { - "line": 262, + "line": 263, "column": 56 }, "end": { - "line": 262, + "line": 263, "column": 59 } } @@ -273194,15 +275285,15 @@ "binop": null }, "value": "undefined", - "start": 10310, - "end": 10319, + "start": 10364, + "end": 10373, "loc": { "start": { - "line": 262, + "line": 263, "column": 60 }, "end": { - "line": 262, + "line": 263, "column": 69 } } @@ -273219,15 +275310,15 @@ "postfix": false, "binop": null }, - "start": 10319, - "end": 10320, + "start": 10373, + "end": 10374, "loc": { "start": { - "line": 262, + "line": 263, "column": 69 }, "end": { - "line": 262, + "line": 263, "column": 70 } } @@ -273244,15 +275335,15 @@ "postfix": false, "binop": null }, - "start": 10321, - "end": 10322, + "start": 10375, + "end": 10376, "loc": { "start": { - "line": 262, + "line": 263, "column": 71 }, "end": { - "line": 262, + "line": 263, "column": 72 } } @@ -273272,15 +275363,15 @@ "updateContext": null }, "value": "this", - "start": 10335, - "end": 10339, + "start": 10389, + "end": 10393, "loc": { "start": { - "line": 263, + "line": 264, "column": 12 }, "end": { - "line": 263, + "line": 264, "column": 16 } } @@ -273298,15 +275389,15 @@ "binop": null, "updateContext": null }, - "start": 10339, - "end": 10340, + "start": 10393, + "end": 10394, "loc": { "start": { - "line": 263, + "line": 264, "column": 16 }, "end": { - "line": 263, + "line": 264, "column": 17 } } @@ -273324,15 +275415,15 @@ "binop": null }, "value": "player", - "start": 10340, - "end": 10346, + "start": 10394, + "end": 10400, "loc": { "start": { - "line": 263, + "line": 264, "column": 17 }, "end": { - "line": 263, + "line": 264, "column": 23 } } @@ -273350,15 +275441,15 @@ "binop": null, "updateContext": null }, - "start": 10346, - "end": 10347, + "start": 10400, + "end": 10401, "loc": { "start": { - "line": 263, + "line": 264, "column": 23 }, "end": { - "line": 263, + "line": 264, "column": 24 } } @@ -273376,15 +275467,15 @@ "binop": null }, "value": "controlBar", - "start": 10347, - "end": 10357, + "start": 10401, + "end": 10411, "loc": { "start": { - "line": 263, + "line": 264, "column": 24 }, "end": { - "line": 263, + "line": 264, "column": 34 } } @@ -273402,15 +275493,15 @@ "binop": null, "updateContext": null }, - "start": 10357, - "end": 10358, + "start": 10411, + "end": 10412, "loc": { "start": { - "line": 263, + "line": 264, "column": 34 }, "end": { - "line": 263, + "line": 264, "column": 35 } } @@ -273428,15 +275519,15 @@ "binop": null }, "value": "remainingTimeDisplay", - "start": 10358, - "end": 10378, + "start": 10412, + "end": 10432, "loc": { "start": { - "line": 263, + "line": 264, "column": 35 }, "end": { - "line": 263, + "line": 264, "column": 55 } } @@ -273454,15 +275545,15 @@ "binop": null, "updateContext": null }, - "start": 10378, - "end": 10379, + "start": 10432, + "end": 10433, "loc": { "start": { - "line": 263, + "line": 264, "column": 55 }, "end": { - "line": 263, + "line": 264, "column": 56 } } @@ -273480,15 +275571,15 @@ "binop": null }, "value": "el", - "start": 10379, - "end": 10381, + "start": 10433, + "end": 10435, "loc": { "start": { - "line": 263, + "line": 264, "column": 56 }, "end": { - "line": 263, + "line": 264, "column": 58 } } @@ -273505,15 +275596,15 @@ "postfix": false, "binop": null }, - "start": 10381, - "end": 10382, + "start": 10435, + "end": 10436, "loc": { "start": { - "line": 263, + "line": 264, "column": 58 }, "end": { - "line": 263, + "line": 264, "column": 59 } } @@ -273530,15 +275621,15 @@ "postfix": false, "binop": null }, - "start": 10382, - "end": 10383, + "start": 10436, + "end": 10437, "loc": { "start": { - "line": 263, + "line": 264, "column": 59 }, "end": { - "line": 263, + "line": 264, "column": 60 } } @@ -273556,15 +275647,15 @@ "binop": null, "updateContext": null }, - "start": 10383, - "end": 10384, + "start": 10437, + "end": 10438, "loc": { "start": { - "line": 263, + "line": 264, "column": 60 }, "end": { - "line": 263, + "line": 264, "column": 61 } } @@ -273582,15 +275673,15 @@ "binop": null }, "value": "style", - "start": 10384, - "end": 10389, + "start": 10438, + "end": 10443, "loc": { "start": { - "line": 263, + "line": 264, "column": 61 }, "end": { - "line": 263, + "line": 264, "column": 66 } } @@ -273608,15 +275699,15 @@ "binop": null, "updateContext": null }, - "start": 10389, - "end": 10390, + "start": 10443, + "end": 10444, "loc": { "start": { - "line": 263, + "line": 264, "column": 66 }, "end": { - "line": 263, + "line": 264, "column": 67 } } @@ -273634,15 +275725,15 @@ "binop": null }, "value": "display", - "start": 10390, - "end": 10397, + "start": 10444, + "end": 10451, "loc": { "start": { - "line": 263, + "line": 264, "column": 67 }, "end": { - "line": 263, + "line": 264, "column": 74 } } @@ -273661,15 +275752,15 @@ "updateContext": null }, "value": "=", - "start": 10398, - "end": 10399, + "start": 10452, + "end": 10453, "loc": { "start": { - "line": 263, + "line": 264, "column": 75 }, "end": { - "line": 263, + "line": 264, "column": 76 } } @@ -273688,15 +275779,15 @@ "updateContext": null }, "value": "none", - "start": 10400, - "end": 10406, + "start": 10454, + "end": 10460, "loc": { "start": { - "line": 263, + "line": 264, "column": 77 }, "end": { - "line": 263, + "line": 264, "column": 83 } } @@ -273714,15 +275805,15 @@ "binop": null, "updateContext": null }, - "start": 10406, - "end": 10407, + "start": 10460, + "end": 10461, "loc": { "start": { - "line": 263, + "line": 264, "column": 83 }, "end": { - "line": 263, + "line": 264, "column": 84 } } @@ -273739,15 +275830,15 @@ "postfix": false, "binop": null }, - "start": 10416, - "end": 10417, + "start": 10470, + "end": 10471, "loc": { "start": { - "line": 264, + "line": 265, "column": 8 }, "end": { - "line": 264, + "line": 265, "column": 9 } } @@ -273767,15 +275858,15 @@ "updateContext": null }, "value": "if", - "start": 10426, - "end": 10428, + "start": 10480, + "end": 10482, "loc": { "start": { - "line": 265, + "line": 266, "column": 8 }, "end": { - "line": 265, + "line": 266, "column": 10 } } @@ -273792,15 +275883,15 @@ "postfix": false, "binop": null }, - "start": 10429, - "end": 10430, + "start": 10483, + "end": 10484, "loc": { "start": { - "line": 265, + "line": 266, "column": 11 }, "end": { - "line": 265, + "line": 266, "column": 12 } } @@ -273820,15 +275911,15 @@ "updateContext": null }, "value": "this", - "start": 10430, - "end": 10434, + "start": 10484, + "end": 10488, "loc": { "start": { - "line": 265, + "line": 266, "column": 12 }, "end": { - "line": 265, + "line": 266, "column": 16 } } @@ -273846,15 +275937,15 @@ "binop": null, "updateContext": null }, - "start": 10434, - "end": 10435, + "start": 10488, + "end": 10489, "loc": { "start": { - "line": 265, + "line": 266, "column": 16 }, "end": { - "line": 265, + "line": 266, "column": 17 } } @@ -273872,15 +275963,15 @@ "binop": null }, "value": "player", - "start": 10435, - "end": 10441, + "start": 10489, + "end": 10495, "loc": { "start": { - "line": 265, + "line": 266, "column": 17 }, "end": { - "line": 265, + "line": 266, "column": 23 } } @@ -273898,15 +275989,15 @@ "binop": null, "updateContext": null }, - "start": 10441, - "end": 10442, + "start": 10495, + "end": 10496, "loc": { "start": { - "line": 265, + "line": 266, "column": 23 }, "end": { - "line": 265, + "line": 266, "column": 24 } } @@ -273924,15 +276015,15 @@ "binop": null }, "value": "controlBar", - "start": 10442, - "end": 10452, + "start": 10496, + "end": 10506, "loc": { "start": { - "line": 265, + "line": 266, "column": 24 }, "end": { - "line": 265, + "line": 266, "column": 34 } } @@ -273950,15 +276041,15 @@ "binop": null, "updateContext": null }, - "start": 10452, - "end": 10453, + "start": 10506, + "end": 10507, "loc": { "start": { - "line": 265, + "line": 266, "column": 34 }, "end": { - "line": 265, + "line": 266, "column": 35 } } @@ -273976,15 +276067,15 @@ "binop": null }, "value": "liveDisplay", - "start": 10453, - "end": 10464, + "start": 10507, + "end": 10518, "loc": { "start": { - "line": 265, + "line": 266, "column": 35 }, "end": { - "line": 265, + "line": 266, "column": 46 } } @@ -274003,15 +276094,15 @@ "updateContext": null }, "value": "!==", - "start": 10465, - "end": 10468, + "start": 10519, + "end": 10522, "loc": { "start": { - "line": 265, + "line": 266, "column": 47 }, "end": { - "line": 265, + "line": 266, "column": 50 } } @@ -274029,15 +276120,15 @@ "binop": null }, "value": "undefined", - "start": 10469, - "end": 10478, + "start": 10523, + "end": 10532, "loc": { "start": { - "line": 265, + "line": 266, "column": 51 }, "end": { - "line": 265, + "line": 266, "column": 60 } } @@ -274054,15 +276145,15 @@ "postfix": false, "binop": null }, - "start": 10478, - "end": 10479, + "start": 10532, + "end": 10533, "loc": { "start": { - "line": 265, + "line": 266, "column": 60 }, "end": { - "line": 265, + "line": 266, "column": 61 } } @@ -274079,15 +276170,15 @@ "postfix": false, "binop": null }, - "start": 10480, - "end": 10481, + "start": 10534, + "end": 10535, "loc": { "start": { - "line": 265, + "line": 266, "column": 62 }, "end": { - "line": 265, + "line": 266, "column": 63 } } @@ -274107,15 +276198,15 @@ "updateContext": null }, "value": "this", - "start": 10494, - "end": 10498, + "start": 10548, + "end": 10552, "loc": { "start": { - "line": 266, + "line": 267, "column": 12 }, "end": { - "line": 266, + "line": 267, "column": 16 } } @@ -274133,15 +276224,15 @@ "binop": null, "updateContext": null }, - "start": 10498, - "end": 10499, + "start": 10552, + "end": 10553, "loc": { "start": { - "line": 266, + "line": 267, "column": 16 }, "end": { - "line": 266, + "line": 267, "column": 17 } } @@ -274159,15 +276250,15 @@ "binop": null }, "value": "player", - "start": 10499, - "end": 10505, + "start": 10553, + "end": 10559, "loc": { "start": { - "line": 266, + "line": 267, "column": 17 }, "end": { - "line": 266, + "line": 267, "column": 23 } } @@ -274185,15 +276276,15 @@ "binop": null, "updateContext": null }, - "start": 10505, - "end": 10506, + "start": 10559, + "end": 10560, "loc": { "start": { - "line": 266, + "line": 267, "column": 23 }, "end": { - "line": 266, + "line": 267, "column": 24 } } @@ -274211,15 +276302,15 @@ "binop": null }, "value": "controlBar", - "start": 10506, - "end": 10516, + "start": 10560, + "end": 10570, "loc": { "start": { - "line": 266, + "line": 267, "column": 24 }, "end": { - "line": 266, + "line": 267, "column": 34 } } @@ -274237,15 +276328,15 @@ "binop": null, "updateContext": null }, - "start": 10516, - "end": 10517, + "start": 10570, + "end": 10571, "loc": { "start": { - "line": 266, + "line": 267, "column": 34 }, "end": { - "line": 266, + "line": 267, "column": 35 } } @@ -274263,15 +276354,15 @@ "binop": null }, "value": "liveDisplay", - "start": 10517, - "end": 10528, + "start": 10571, + "end": 10582, "loc": { "start": { - "line": 266, + "line": 267, "column": 35 }, "end": { - "line": 266, + "line": 267, "column": 46 } } @@ -274289,15 +276380,15 @@ "binop": null, "updateContext": null }, - "start": 10528, - "end": 10529, + "start": 10582, + "end": 10583, "loc": { "start": { - "line": 266, + "line": 267, "column": 46 }, "end": { - "line": 266, + "line": 267, "column": 47 } } @@ -274315,15 +276406,15 @@ "binop": null }, "value": "el", - "start": 10529, - "end": 10531, + "start": 10583, + "end": 10585, "loc": { "start": { - "line": 266, + "line": 267, "column": 47 }, "end": { - "line": 266, + "line": 267, "column": 49 } } @@ -274340,15 +276431,15 @@ "postfix": false, "binop": null }, - "start": 10531, - "end": 10532, + "start": 10585, + "end": 10586, "loc": { "start": { - "line": 266, + "line": 267, "column": 49 }, "end": { - "line": 266, + "line": 267, "column": 50 } } @@ -274365,15 +276456,15 @@ "postfix": false, "binop": null }, - "start": 10532, - "end": 10533, + "start": 10586, + "end": 10587, "loc": { "start": { - "line": 266, + "line": 267, "column": 50 }, "end": { - "line": 266, + "line": 267, "column": 51 } } @@ -274391,15 +276482,15 @@ "binop": null, "updateContext": null }, - "start": 10533, - "end": 10534, + "start": 10587, + "end": 10588, "loc": { "start": { - "line": 266, + "line": 267, "column": 51 }, "end": { - "line": 266, + "line": 267, "column": 52 } } @@ -274417,15 +276508,15 @@ "binop": null }, "value": "style", - "start": 10534, - "end": 10539, + "start": 10588, + "end": 10593, "loc": { "start": { - "line": 266, + "line": 267, "column": 52 }, "end": { - "line": 266, + "line": 267, "column": 57 } } @@ -274443,15 +276534,15 @@ "binop": null, "updateContext": null }, - "start": 10539, - "end": 10540, + "start": 10593, + "end": 10594, "loc": { "start": { - "line": 266, + "line": 267, "column": 57 }, "end": { - "line": 266, + "line": 267, "column": 58 } } @@ -274469,15 +276560,15 @@ "binop": null }, "value": "display", - "start": 10540, - "end": 10547, + "start": 10594, + "end": 10601, "loc": { "start": { - "line": 266, + "line": 267, "column": 58 }, "end": { - "line": 266, + "line": 267, "column": 65 } } @@ -274496,15 +276587,15 @@ "updateContext": null }, "value": "=", - "start": 10548, - "end": 10549, + "start": 10602, + "end": 10603, "loc": { "start": { - "line": 266, + "line": 267, "column": 66 }, "end": { - "line": 266, + "line": 267, "column": 67 } } @@ -274523,15 +276614,15 @@ "updateContext": null }, "value": "none", - "start": 10550, - "end": 10556, + "start": 10604, + "end": 10610, "loc": { "start": { - "line": 266, + "line": 267, "column": 68 }, "end": { - "line": 266, + "line": 267, "column": 74 } } @@ -274549,15 +276640,15 @@ "binop": null, "updateContext": null }, - "start": 10556, - "end": 10557, + "start": 10610, + "end": 10611, "loc": { "start": { - "line": 266, + "line": 267, "column": 74 }, "end": { - "line": 266, + "line": 267, "column": 75 } } @@ -274574,15 +276665,15 @@ "postfix": false, "binop": null }, - "start": 10566, - "end": 10567, + "start": 10620, + "end": 10621, "loc": { "start": { - "line": 267, + "line": 268, "column": 8 }, "end": { - "line": 267, + "line": 268, "column": 9 } } @@ -274590,15 +276681,15 @@ { "type": "CommentLine", "value": " loop feature is never used in this plugin", - "start": 10577, - "end": 10621, + "start": 10631, + "end": 10675, "loc": { "start": { - "line": 269, + "line": 270, "column": 8 }, "end": { - "line": 269, + "line": 270, "column": 52 } } @@ -274618,15 +276709,15 @@ "updateContext": null }, "value": "this", - "start": 10630, - "end": 10634, + "start": 10684, + "end": 10688, "loc": { "start": { - "line": 270, + "line": 271, "column": 8 }, "end": { - "line": 270, + "line": 271, "column": 12 } } @@ -274644,15 +276735,15 @@ "binop": null, "updateContext": null }, - "start": 10634, - "end": 10635, + "start": 10688, + "end": 10689, "loc": { "start": { - "line": 270, + "line": 271, "column": 12 }, "end": { - "line": 270, + "line": 271, "column": 13 } } @@ -274670,15 +276761,15 @@ "binop": null }, "value": "player", - "start": 10635, - "end": 10641, + "start": 10689, + "end": 10695, "loc": { "start": { - "line": 270, + "line": 271, "column": 13 }, "end": { - "line": 270, + "line": 271, "column": 19 } } @@ -274696,15 +276787,15 @@ "binop": null, "updateContext": null }, - "start": 10641, - "end": 10642, + "start": 10695, + "end": 10696, "loc": { "start": { - "line": 270, + "line": 271, "column": 19 }, "end": { - "line": 270, + "line": 271, "column": 20 } } @@ -274722,15 +276813,15 @@ "binop": null }, "value": "loop", - "start": 10642, - "end": 10646, + "start": 10696, + "end": 10700, "loc": { "start": { - "line": 270, + "line": 271, "column": 20 }, "end": { - "line": 270, + "line": 271, "column": 24 } } @@ -274747,15 +276838,15 @@ "postfix": false, "binop": null }, - "start": 10646, - "end": 10647, + "start": 10700, + "end": 10701, "loc": { "start": { - "line": 270, + "line": 271, "column": 24 }, "end": { - "line": 270, + "line": 271, "column": 25 } } @@ -274775,15 +276866,15 @@ "updateContext": null }, "value": "false", - "start": 10647, - "end": 10652, + "start": 10701, + "end": 10706, "loc": { "start": { - "line": 270, + "line": 271, "column": 25 }, "end": { - "line": 270, + "line": 271, "column": 30 } } @@ -274800,15 +276891,15 @@ "postfix": false, "binop": null }, - "start": 10652, - "end": 10653, + "start": 10706, + "end": 10707, "loc": { "start": { - "line": 270, + "line": 271, "column": 30 }, "end": { - "line": 270, + "line": 271, "column": 31 } } @@ -274826,15 +276917,15 @@ "binop": null, "updateContext": null }, - "start": 10653, - "end": 10654, + "start": 10707, + "end": 10708, "loc": { "start": { - "line": 270, + "line": 271, "column": 31 }, "end": { - "line": 270, + "line": 271, "column": 32 } } @@ -274842,15 +276933,15 @@ { "type": "CommentLine", "value": " tweak player UI based on type", - "start": 10664, - "end": 10696, + "start": 10718, + "end": 10750, "loc": { "start": { - "line": 272, + "line": 273, "column": 8 }, "end": { - "line": 272, + "line": 273, "column": 40 } } @@ -274870,15 +276961,15 @@ "updateContext": null }, "value": "switch", - "start": 10705, - "end": 10711, + "start": 10759, + "end": 10765, "loc": { "start": { - "line": 273, + "line": 274, "column": 8 }, "end": { - "line": 273, + "line": 274, "column": 14 } } @@ -274895,15 +276986,15 @@ "postfix": false, "binop": null }, - "start": 10712, - "end": 10713, + "start": 10766, + "end": 10767, "loc": { "start": { - "line": 273, + "line": 274, "column": 15 }, "end": { - "line": 273, + "line": 274, "column": 16 } } @@ -274923,15 +277014,15 @@ "updateContext": null }, "value": "this", - "start": 10713, - "end": 10717, + "start": 10767, + "end": 10771, "loc": { "start": { - "line": 273, + "line": 274, "column": 16 }, "end": { - "line": 273, + "line": 274, "column": 20 } } @@ -274949,15 +277040,15 @@ "binop": null, "updateContext": null }, - "start": 10717, - "end": 10718, + "start": 10771, + "end": 10772, "loc": { "start": { - "line": 273, + "line": 274, "column": 20 }, "end": { - "line": 273, + "line": 274, "column": 21 } } @@ -274975,15 +277066,15 @@ "binop": null }, "value": "getRecordType", - "start": 10718, - "end": 10731, + "start": 10772, + "end": 10785, "loc": { "start": { - "line": 273, + "line": 274, "column": 21 }, "end": { - "line": 273, + "line": 274, "column": 34 } } @@ -275000,15 +277091,15 @@ "postfix": false, "binop": null }, - "start": 10731, - "end": 10732, + "start": 10785, + "end": 10786, "loc": { "start": { - "line": 273, + "line": 274, "column": 34 }, "end": { - "line": 273, + "line": 274, "column": 35 } } @@ -275025,15 +277116,15 @@ "postfix": false, "binop": null }, - "start": 10732, - "end": 10733, + "start": 10786, + "end": 10787, "loc": { "start": { - "line": 273, + "line": 274, "column": 35 }, "end": { - "line": 273, + "line": 274, "column": 36 } } @@ -275050,15 +277141,15 @@ "postfix": false, "binop": null }, - "start": 10733, - "end": 10734, + "start": 10787, + "end": 10788, "loc": { "start": { - "line": 273, + "line": 274, "column": 36 }, "end": { - "line": 273, + "line": 274, "column": 37 } } @@ -275075,15 +277166,15 @@ "postfix": false, "binop": null }, - "start": 10735, - "end": 10736, + "start": 10789, + "end": 10790, "loc": { "start": { - "line": 273, + "line": 274, "column": 38 }, "end": { - "line": 273, + "line": 274, "column": 39 } } @@ -275103,15 +277194,15 @@ "updateContext": null }, "value": "case", - "start": 10749, - "end": 10753, + "start": 10803, + "end": 10807, "loc": { "start": { - "line": 274, + "line": 275, "column": 12 }, "end": { - "line": 274, + "line": 275, "column": 16 } } @@ -275129,15 +277220,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 10754, - "end": 10764, + "start": 10808, + "end": 10818, "loc": { "start": { - "line": 274, + "line": 275, "column": 17 }, "end": { - "line": 274, + "line": 275, "column": 27 } } @@ -275155,15 +277246,15 @@ "binop": null, "updateContext": null }, - "start": 10764, - "end": 10765, + "start": 10818, + "end": 10819, "loc": { "start": { - "line": 274, + "line": 275, "column": 27 }, "end": { - "line": 274, + "line": 275, "column": 28 } } @@ -275171,15 +277262,15 @@ { "type": "CommentLine", "value": " reference to videojs-wavesurfer plugin", - "start": 10782, - "end": 10823, + "start": 10836, + "end": 10877, "loc": { "start": { - "line": 275, + "line": 276, "column": 16 }, "end": { - "line": 275, + "line": 276, "column": 57 } } @@ -275199,15 +277290,15 @@ "updateContext": null }, "value": "this", - "start": 10840, - "end": 10844, + "start": 10894, + "end": 10898, "loc": { "start": { - "line": 276, + "line": 277, "column": 16 }, "end": { - "line": 276, + "line": 277, "column": 20 } } @@ -275225,15 +277316,15 @@ "binop": null, "updateContext": null }, - "start": 10844, - "end": 10845, + "start": 10898, + "end": 10899, "loc": { "start": { - "line": 276, + "line": 277, "column": 20 }, "end": { - "line": 276, + "line": 277, "column": 21 } } @@ -275251,15 +277342,15 @@ "binop": null }, "value": "surfer", - "start": 10845, - "end": 10851, + "start": 10899, + "end": 10905, "loc": { "start": { - "line": 276, + "line": 277, "column": 21 }, "end": { - "line": 276, + "line": 277, "column": 27 } } @@ -275278,15 +277369,15 @@ "updateContext": null }, "value": "=", - "start": 10852, - "end": 10853, + "start": 10906, + "end": 10907, "loc": { "start": { - "line": 276, + "line": 277, "column": 28 }, "end": { - "line": 276, + "line": 277, "column": 29 } } @@ -275306,15 +277397,15 @@ "updateContext": null }, "value": "this", - "start": 10854, - "end": 10858, + "start": 10908, + "end": 10912, "loc": { "start": { - "line": 276, + "line": 277, "column": 30 }, "end": { - "line": 276, + "line": 277, "column": 34 } } @@ -275332,15 +277423,15 @@ "binop": null, "updateContext": null }, - "start": 10858, - "end": 10859, + "start": 10912, + "end": 10913, "loc": { "start": { - "line": 276, + "line": 277, "column": 34 }, "end": { - "line": 276, + "line": 277, "column": 35 } } @@ -275358,15 +277449,15 @@ "binop": null }, "value": "player", - "start": 10859, - "end": 10865, + "start": 10913, + "end": 10919, "loc": { "start": { - "line": 276, + "line": 277, "column": 35 }, "end": { - "line": 276, + "line": 277, "column": 41 } } @@ -275384,15 +277475,15 @@ "binop": null, "updateContext": null }, - "start": 10865, - "end": 10866, + "start": 10919, + "end": 10920, "loc": { "start": { - "line": 276, + "line": 277, "column": 41 }, "end": { - "line": 276, + "line": 277, "column": 42 } } @@ -275410,15 +277501,15 @@ "binop": null }, "value": "wavesurfer", - "start": 10866, - "end": 10876, + "start": 10920, + "end": 10930, "loc": { "start": { - "line": 276, + "line": 277, "column": 42 }, "end": { - "line": 276, + "line": 277, "column": 52 } } @@ -275435,15 +277526,15 @@ "postfix": false, "binop": null }, - "start": 10876, - "end": 10877, + "start": 10930, + "end": 10931, "loc": { "start": { - "line": 276, + "line": 277, "column": 52 }, "end": { - "line": 276, + "line": 277, "column": 53 } } @@ -275460,15 +277551,15 @@ "postfix": false, "binop": null }, - "start": 10877, - "end": 10878, + "start": 10931, + "end": 10932, "loc": { "start": { - "line": 276, + "line": 277, "column": 53 }, "end": { - "line": 276, + "line": 277, "column": 54 } } @@ -275486,15 +277577,15 @@ "binop": null, "updateContext": null }, - "start": 10878, - "end": 10879, + "start": 10932, + "end": 10933, "loc": { "start": { - "line": 276, + "line": 277, "column": 54 }, "end": { - "line": 276, + "line": 277, "column": 55 } } @@ -275502,15 +277593,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 10897, - "end": 10935, + "start": 10951, + "end": 10989, "loc": { "start": { - "line": 278, + "line": 279, "column": 16 }, "end": { - "line": 278, + "line": 279, "column": 54 } } @@ -275530,15 +277621,15 @@ "updateContext": null }, "value": "this", - "start": 10952, - "end": 10956, + "start": 11006, + "end": 11010, "loc": { "start": { - "line": 279, + "line": 280, "column": 16 }, "end": { - "line": 279, + "line": 280, "column": 20 } } @@ -275556,15 +277647,15 @@ "binop": null, "updateContext": null }, - "start": 10956, - "end": 10957, + "start": 11010, + "end": 11011, "loc": { "start": { - "line": 279, + "line": 280, "column": 20 }, "end": { - "line": 279, + "line": 280, "column": 21 } } @@ -275582,15 +277673,15 @@ "binop": null }, "value": "surfer", - "start": 10957, - "end": 10963, + "start": 11011, + "end": 11017, "loc": { "start": { - "line": 279, + "line": 280, "column": 21 }, "end": { - "line": 279, + "line": 280, "column": 27 } } @@ -275608,15 +277699,15 @@ "binop": null, "updateContext": null }, - "start": 10963, - "end": 10964, + "start": 11017, + "end": 11018, "loc": { "start": { - "line": 279, + "line": 280, "column": 27 }, "end": { - "line": 279, + "line": 280, "column": 28 } } @@ -275634,15 +277725,15 @@ "binop": null }, "value": "setFormatTime", - "start": 10964, - "end": 10977, + "start": 11018, + "end": 11031, "loc": { "start": { - "line": 279, + "line": 280, "column": 28 }, "end": { - "line": 279, + "line": 280, "column": 41 } } @@ -275659,15 +277750,15 @@ "postfix": false, "binop": null }, - "start": 10977, - "end": 10978, + "start": 11031, + "end": 11032, "loc": { "start": { - "line": 279, + "line": 280, "column": 41 }, "end": { - "line": 279, + "line": 280, "column": 42 } } @@ -275687,15 +277778,15 @@ "updateContext": null }, "value": "this", - "start": 10978, - "end": 10982, + "start": 11032, + "end": 11036, "loc": { "start": { - "line": 279, + "line": 280, "column": 42 }, "end": { - "line": 279, + "line": 280, "column": 46 } } @@ -275713,15 +277804,15 @@ "binop": null, "updateContext": null }, - "start": 10982, - "end": 10983, + "start": 11036, + "end": 11037, "loc": { "start": { - "line": 279, + "line": 280, "column": 46 }, "end": { - "line": 279, + "line": 280, "column": 47 } } @@ -275739,15 +277830,15 @@ "binop": null }, "value": "_formatTime", - "start": 10983, - "end": 10994, + "start": 11037, + "end": 11048, "loc": { "start": { - "line": 279, + "line": 280, "column": 47 }, "end": { - "line": 279, + "line": 280, "column": 58 } } @@ -275764,15 +277855,15 @@ "postfix": false, "binop": null }, - "start": 10994, - "end": 10995, + "start": 11048, + "end": 11049, "loc": { "start": { - "line": 279, + "line": 280, "column": 58 }, "end": { - "line": 279, + "line": 280, "column": 59 } } @@ -275790,15 +277881,15 @@ "binop": null, "updateContext": null }, - "start": 10995, - "end": 10996, + "start": 11049, + "end": 11050, "loc": { "start": { - "line": 279, + "line": 280, "column": 59 }, "end": { - "line": 279, + "line": 280, "column": 60 } } @@ -275818,15 +277909,15 @@ "updateContext": null }, "value": "break", - "start": 11013, - "end": 11018, + "start": 11067, + "end": 11072, "loc": { "start": { - "line": 280, + "line": 281, "column": 16 }, "end": { - "line": 280, + "line": 281, "column": 21 } } @@ -275844,15 +277935,15 @@ "binop": null, "updateContext": null }, - "start": 11018, - "end": 11019, + "start": 11072, + "end": 11073, "loc": { "start": { - "line": 280, + "line": 281, "column": 21 }, "end": { - "line": 280, + "line": 281, "column": 22 } } @@ -275872,15 +277963,15 @@ "updateContext": null }, "value": "case", - "start": 11033, - "end": 11037, + "start": 11087, + "end": 11091, "loc": { "start": { - "line": 282, + "line": 283, "column": 12 }, "end": { - "line": 282, + "line": 283, "column": 16 } } @@ -275898,15 +277989,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 11038, - "end": 11048, + "start": 11092, + "end": 11102, "loc": { "start": { - "line": 282, + "line": 283, "column": 17 }, "end": { - "line": 282, + "line": 283, "column": 27 } } @@ -275924,15 +278015,15 @@ "binop": null, "updateContext": null }, - "start": 11048, - "end": 11049, + "start": 11102, + "end": 11103, "loc": { "start": { - "line": 282, + "line": 283, "column": 27 }, "end": { - "line": 282, + "line": 283, "column": 28 } } @@ -275952,15 +278043,15 @@ "updateContext": null }, "value": "case", - "start": 11062, - "end": 11066, + "start": 11116, + "end": 11120, "loc": { "start": { - "line": 283, + "line": 284, "column": 12 }, "end": { - "line": 283, + "line": 284, "column": 16 } } @@ -275978,15 +278069,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 11067, - "end": 11077, + "start": 11121, + "end": 11131, "loc": { "start": { - "line": 283, + "line": 284, "column": 17 }, "end": { - "line": 283, + "line": 284, "column": 27 } } @@ -276004,15 +278095,15 @@ "binop": null, "updateContext": null }, - "start": 11077, - "end": 11078, + "start": 11131, + "end": 11132, "loc": { "start": { - "line": 283, + "line": 284, "column": 27 }, "end": { - "line": 283, + "line": 284, "column": 28 } } @@ -276032,15 +278123,15 @@ "updateContext": null }, "value": "case", - "start": 11091, - "end": 11095, + "start": 11145, + "end": 11149, "loc": { "start": { - "line": 284, + "line": 285, "column": 12 }, "end": { - "line": 284, + "line": 285, "column": 16 } } @@ -276058,15 +278149,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 11096, - "end": 11107, + "start": 11150, + "end": 11161, "loc": { "start": { - "line": 284, + "line": 285, "column": 17 }, "end": { - "line": 284, + "line": 285, "column": 28 } } @@ -276084,15 +278175,15 @@ "binop": null, "updateContext": null }, - "start": 11107, - "end": 11108, + "start": 11161, + "end": 11162, "loc": { "start": { - "line": 284, + "line": 285, "column": 28 }, "end": { - "line": 284, + "line": 285, "column": 29 } } @@ -276112,15 +278203,15 @@ "updateContext": null }, "value": "case", - "start": 11121, - "end": 11125, + "start": 11175, + "end": 11179, "loc": { "start": { - "line": 285, + "line": 286, "column": 12 }, "end": { - "line": 285, + "line": 286, "column": 16 } } @@ -276138,15 +278229,15 @@ "binop": null }, "value": "ANIMATION", - "start": 11126, - "end": 11135, + "start": 11180, + "end": 11189, "loc": { "start": { - "line": 285, + "line": 286, "column": 17 }, "end": { - "line": 285, + "line": 286, "column": 26 } } @@ -276164,15 +278255,15 @@ "binop": null, "updateContext": null }, - "start": 11135, - "end": 11136, + "start": 11189, + "end": 11190, "loc": { "start": { - "line": 285, + "line": 286, "column": 26 }, "end": { - "line": 285, + "line": 286, "column": 27 } } @@ -276192,15 +278283,15 @@ "updateContext": null }, "value": "case", - "start": 11149, - "end": 11153, + "start": 11203, + "end": 11207, "loc": { "start": { - "line": 286, + "line": 287, "column": 12 }, "end": { - "line": 286, + "line": 287, "column": 16 } } @@ -276218,15 +278309,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 11154, - "end": 11165, + "start": 11208, + "end": 11219, "loc": { "start": { - "line": 286, + "line": 287, "column": 17 }, "end": { - "line": 286, + "line": 287, "column": 28 } } @@ -276244,15 +278335,15 @@ "binop": null, "updateContext": null }, - "start": 11165, - "end": 11166, + "start": 11219, + "end": 11220, "loc": { "start": { - "line": 286, + "line": 287, "column": 28 }, "end": { - "line": 286, + "line": 287, "column": 29 } } @@ -276272,15 +278363,15 @@ "updateContext": null }, "value": "case", - "start": 11179, - "end": 11183, + "start": 11233, + "end": 11237, "loc": { "start": { - "line": 287, + "line": 288, "column": 12 }, "end": { - "line": 287, + "line": 288, "column": 16 } } @@ -276298,15 +278389,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 11184, - "end": 11196, + "start": 11238, + "end": 11250, "loc": { "start": { - "line": 287, + "line": 288, "column": 17 }, "end": { - "line": 287, + "line": 288, "column": 29 } } @@ -276324,15 +278415,15 @@ "binop": null, "updateContext": null }, - "start": 11196, - "end": 11197, + "start": 11250, + "end": 11251, "loc": { "start": { - "line": 287, + "line": 288, "column": 29 }, "end": { - "line": 287, + "line": 288, "column": 30 } } @@ -276340,15 +278431,15 @@ { "type": "CommentLine", "value": " customize controls", - "start": 11214, - "end": 11235, + "start": 11268, + "end": 11289, "loc": { "start": { - "line": 288, + "line": 289, "column": 16 }, "end": { - "line": 288, + "line": 289, "column": 37 } } @@ -276368,15 +278459,15 @@ "updateContext": null }, "value": "if", - "start": 11252, - "end": 11254, + "start": 11306, + "end": 11308, "loc": { "start": { - "line": 289, + "line": 290, "column": 16 }, "end": { - "line": 289, + "line": 290, "column": 18 } } @@ -276393,15 +278484,15 @@ "postfix": false, "binop": null }, - "start": 11255, - "end": 11256, + "start": 11309, + "end": 11310, "loc": { "start": { - "line": 289, + "line": 290, "column": 19 }, "end": { - "line": 289, + "line": 290, "column": 20 } } @@ -276421,15 +278512,15 @@ "updateContext": null }, "value": "this", - "start": 11256, - "end": 11260, + "start": 11310, + "end": 11314, "loc": { "start": { - "line": 289, + "line": 290, "column": 20 }, "end": { - "line": 289, + "line": 290, "column": 24 } } @@ -276447,15 +278538,15 @@ "binop": null, "updateContext": null }, - "start": 11260, - "end": 11261, + "start": 11314, + "end": 11315, "loc": { "start": { - "line": 289, + "line": 290, "column": 24 }, "end": { - "line": 289, + "line": 290, "column": 25 } } @@ -276473,15 +278564,15 @@ "binop": null }, "value": "player", - "start": 11261, - "end": 11267, + "start": 11315, + "end": 11321, "loc": { "start": { - "line": 289, + "line": 290, "column": 25 }, "end": { - "line": 289, + "line": 290, "column": 31 } } @@ -276499,15 +278590,15 @@ "binop": null, "updateContext": null }, - "start": 11267, - "end": 11268, + "start": 11321, + "end": 11322, "loc": { "start": { - "line": 289, + "line": 290, "column": 31 }, "end": { - "line": 289, + "line": 290, "column": 32 } } @@ -276525,15 +278616,15 @@ "binop": null }, "value": "bigPlayButton", - "start": 11268, - "end": 11281, + "start": 11322, + "end": 11335, "loc": { "start": { - "line": 289, + "line": 290, "column": 32 }, "end": { - "line": 289, + "line": 290, "column": 45 } } @@ -276552,15 +278643,15 @@ "updateContext": null }, "value": "!==", - "start": 11282, - "end": 11285, + "start": 11336, + "end": 11339, "loc": { "start": { - "line": 289, + "line": 290, "column": 46 }, "end": { - "line": 289, + "line": 290, "column": 49 } } @@ -276578,15 +278669,15 @@ "binop": null }, "value": "undefined", - "start": 11286, - "end": 11295, + "start": 11340, + "end": 11349, "loc": { "start": { - "line": 289, + "line": 290, "column": 50 }, "end": { - "line": 289, + "line": 290, "column": 59 } } @@ -276603,15 +278694,15 @@ "postfix": false, "binop": null }, - "start": 11295, - "end": 11296, + "start": 11349, + "end": 11350, "loc": { "start": { - "line": 289, + "line": 290, "column": 59 }, "end": { - "line": 289, + "line": 290, "column": 60 } } @@ -276628,15 +278719,15 @@ "postfix": false, "binop": null }, - "start": 11297, - "end": 11298, + "start": 11351, + "end": 11352, "loc": { "start": { - "line": 289, + "line": 290, "column": 61 }, "end": { - "line": 289, + "line": 290, "column": 62 } } @@ -276656,15 +278747,15 @@ "updateContext": null }, "value": "this", - "start": 11319, - "end": 11323, + "start": 11373, + "end": 11377, "loc": { "start": { - "line": 290, + "line": 291, "column": 20 }, "end": { - "line": 290, + "line": 291, "column": 24 } } @@ -276682,15 +278773,15 @@ "binop": null, "updateContext": null }, - "start": 11323, - "end": 11324, + "start": 11377, + "end": 11378, "loc": { "start": { - "line": 290, + "line": 291, "column": 24 }, "end": { - "line": 290, + "line": 291, "column": 25 } } @@ -276708,15 +278799,15 @@ "binop": null }, "value": "player", - "start": 11324, - "end": 11330, + "start": 11378, + "end": 11384, "loc": { "start": { - "line": 290, + "line": 291, "column": 25 }, "end": { - "line": 290, + "line": 291, "column": 31 } } @@ -276734,15 +278825,15 @@ "binop": null, "updateContext": null }, - "start": 11330, - "end": 11331, + "start": 11384, + "end": 11385, "loc": { "start": { - "line": 290, + "line": 291, "column": 31 }, "end": { - "line": 290, + "line": 291, "column": 32 } } @@ -276760,15 +278851,15 @@ "binop": null }, "value": "bigPlayButton", - "start": 11331, - "end": 11344, + "start": 11385, + "end": 11398, "loc": { "start": { - "line": 290, + "line": 291, "column": 32 }, "end": { - "line": 290, + "line": 291, "column": 45 } } @@ -276786,15 +278877,15 @@ "binop": null, "updateContext": null }, - "start": 11344, - "end": 11345, + "start": 11398, + "end": 11399, "loc": { "start": { - "line": 290, + "line": 291, "column": 45 }, "end": { - "line": 290, + "line": 291, "column": 46 } } @@ -276812,15 +278903,15 @@ "binop": null }, "value": "hide", - "start": 11345, - "end": 11349, + "start": 11399, + "end": 11403, "loc": { "start": { - "line": 290, + "line": 291, "column": 46 }, "end": { - "line": 290, + "line": 291, "column": 50 } } @@ -276837,15 +278928,15 @@ "postfix": false, "binop": null }, - "start": 11349, - "end": 11350, + "start": 11403, + "end": 11404, "loc": { "start": { - "line": 290, + "line": 291, "column": 50 }, "end": { - "line": 290, + "line": 291, "column": 51 } } @@ -276862,15 +278953,15 @@ "postfix": false, "binop": null }, - "start": 11350, - "end": 11351, + "start": 11404, + "end": 11405, "loc": { "start": { - "line": 290, + "line": 291, "column": 51 }, "end": { - "line": 290, + "line": 291, "column": 52 } } @@ -276888,15 +278979,15 @@ "binop": null, "updateContext": null }, - "start": 11351, - "end": 11352, + "start": 11405, + "end": 11406, "loc": { "start": { - "line": 290, + "line": 291, "column": 52 }, "end": { - "line": 290, + "line": 291, "column": 53 } } @@ -276913,15 +279004,15 @@ "postfix": false, "binop": null }, - "start": 11369, - "end": 11370, + "start": 11423, + "end": 11424, "loc": { "start": { - "line": 291, + "line": 292, "column": 16 }, "end": { - "line": 291, + "line": 292, "column": 17 } } @@ -276929,15 +279020,15 @@ { "type": "CommentLine", "value": " 'loadedmetadata' and 'loadstart' events reset the", - "start": 11388, - "end": 11440, + "start": 11442, + "end": 11494, "loc": { "start": { - "line": 293, + "line": 294, "column": 16 }, "end": { - "line": 293, + "line": 294, "column": 68 } } @@ -276945,15 +279036,15 @@ { "type": "CommentLine", "value": " durationDisplay for the first time: prevent this", - "start": 11457, - "end": 11508, + "start": 11511, + "end": 11562, "loc": { "start": { - "line": 294, + "line": 295, "column": 16 }, "end": { - "line": 294, + "line": 295, "column": 67 } } @@ -276973,15 +279064,15 @@ "updateContext": null }, "value": "this", - "start": 11525, - "end": 11529, + "start": 11579, + "end": 11583, "loc": { "start": { - "line": 295, + "line": 296, "column": 16 }, "end": { - "line": 295, + "line": 296, "column": 20 } } @@ -276999,15 +279090,15 @@ "binop": null, "updateContext": null }, - "start": 11529, - "end": 11530, + "start": 11583, + "end": 11584, "loc": { "start": { - "line": 295, + "line": 296, "column": 20 }, "end": { - "line": 295, + "line": 296, "column": 21 } } @@ -277025,15 +279116,15 @@ "binop": null }, "value": "player", - "start": 11530, - "end": 11536, + "start": 11584, + "end": 11590, "loc": { "start": { - "line": 295, + "line": 296, "column": 21 }, "end": { - "line": 295, + "line": 296, "column": 27 } } @@ -277051,15 +279142,15 @@ "binop": null, "updateContext": null }, - "start": 11536, - "end": 11537, + "start": 11590, + "end": 11591, "loc": { "start": { - "line": 295, + "line": 296, "column": 27 }, "end": { - "line": 295, + "line": 296, "column": 28 } } @@ -277077,15 +279168,15 @@ "binop": null }, "value": "one", - "start": 11537, - "end": 11540, + "start": 11591, + "end": 11594, "loc": { "start": { - "line": 295, + "line": 296, "column": 28 }, "end": { - "line": 295, + "line": 296, "column": 31 } } @@ -277102,15 +279193,15 @@ "postfix": false, "binop": null }, - "start": 11540, - "end": 11541, + "start": 11594, + "end": 11595, "loc": { "start": { - "line": 295, + "line": 296, "column": 31 }, "end": { - "line": 295, + "line": 296, "column": 32 } } @@ -277128,15 +279219,15 @@ "binop": null }, "value": "Event", - "start": 11541, - "end": 11546, + "start": 11595, + "end": 11600, "loc": { "start": { - "line": 295, + "line": 296, "column": 32 }, "end": { - "line": 295, + "line": 296, "column": 37 } } @@ -277154,15 +279245,15 @@ "binop": null, "updateContext": null }, - "start": 11546, - "end": 11547, + "start": 11600, + "end": 11601, "loc": { "start": { - "line": 295, + "line": 296, "column": 37 }, "end": { - "line": 295, + "line": 296, "column": 38 } } @@ -277180,15 +279271,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 11547, - "end": 11561, + "start": 11601, + "end": 11615, "loc": { "start": { - "line": 295, + "line": 296, "column": 38 }, "end": { - "line": 295, + "line": 296, "column": 52 } } @@ -277206,15 +279297,15 @@ "binop": null, "updateContext": null }, - "start": 11561, - "end": 11562, + "start": 11615, + "end": 11616, "loc": { "start": { - "line": 295, + "line": 296, "column": 52 }, "end": { - "line": 295, + "line": 296, "column": 53 } } @@ -277231,15 +279322,15 @@ "postfix": false, "binop": null }, - "start": 11563, - "end": 11564, + "start": 11617, + "end": 11618, "loc": { "start": { - "line": 295, + "line": 296, "column": 54 }, "end": { - "line": 295, + "line": 296, "column": 55 } } @@ -277256,15 +279347,15 @@ "postfix": false, "binop": null }, - "start": 11564, - "end": 11565, + "start": 11618, + "end": 11619, "loc": { "start": { - "line": 295, + "line": 296, "column": 55 }, "end": { - "line": 295, + "line": 296, "column": 56 } } @@ -277282,15 +279373,15 @@ "binop": null, "updateContext": null }, - "start": 11566, - "end": 11568, + "start": 11620, + "end": 11622, "loc": { "start": { - "line": 295, + "line": 296, "column": 57 }, "end": { - "line": 295, + "line": 296, "column": 59 } } @@ -277307,15 +279398,15 @@ "postfix": false, "binop": null }, - "start": 11569, - "end": 11570, + "start": 11623, + "end": 11624, "loc": { "start": { - "line": 295, + "line": 296, "column": 60 }, "end": { - "line": 295, + "line": 296, "column": 61 } } @@ -277323,15 +279414,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 11591, - "end": 11617, + "start": 11645, + "end": 11671, "loc": { "start": { - "line": 296, + "line": 297, "column": 20 }, "end": { - "line": 296, + "line": 297, "column": 46 } } @@ -277351,15 +279442,15 @@ "updateContext": null }, "value": "this", - "start": 11638, - "end": 11642, + "start": 11692, + "end": 11696, "loc": { "start": { - "line": 297, + "line": 298, "column": 20 }, "end": { - "line": 297, + "line": 298, "column": 24 } } @@ -277377,15 +279468,15 @@ "binop": null, "updateContext": null }, - "start": 11642, - "end": 11643, + "start": 11696, + "end": 11697, "loc": { "start": { - "line": 297, + "line": 298, "column": 24 }, "end": { - "line": 297, + "line": 298, "column": 25 } } @@ -277403,15 +279494,15 @@ "binop": null }, "value": "setDuration", - "start": 11643, - "end": 11654, + "start": 11697, + "end": 11708, "loc": { "start": { - "line": 297, + "line": 298, "column": 25 }, "end": { - "line": 297, + "line": 298, "column": 36 } } @@ -277428,15 +279519,15 @@ "postfix": false, "binop": null }, - "start": 11654, - "end": 11655, + "start": 11708, + "end": 11709, "loc": { "start": { - "line": 297, + "line": 298, "column": 36 }, "end": { - "line": 297, + "line": 298, "column": 37 } } @@ -277456,15 +279547,15 @@ "updateContext": null }, "value": "this", - "start": 11655, - "end": 11659, + "start": 11709, + "end": 11713, "loc": { "start": { - "line": 297, + "line": 298, "column": 37 }, "end": { - "line": 297, + "line": 298, "column": 41 } } @@ -277482,15 +279573,15 @@ "binop": null, "updateContext": null }, - "start": 11659, - "end": 11660, + "start": 11713, + "end": 11714, "loc": { "start": { - "line": 297, + "line": 298, "column": 41 }, "end": { - "line": 297, + "line": 298, "column": 42 } } @@ -277508,15 +279599,15 @@ "binop": null }, "value": "maxLength", - "start": 11660, - "end": 11669, + "start": 11714, + "end": 11723, "loc": { "start": { - "line": 297, + "line": 298, "column": 42 }, "end": { - "line": 297, + "line": 298, "column": 51 } } @@ -277533,15 +279624,15 @@ "postfix": false, "binop": null }, - "start": 11669, - "end": 11670, + "start": 11723, + "end": 11724, "loc": { "start": { - "line": 297, + "line": 298, "column": 51 }, "end": { - "line": 297, + "line": 298, "column": 52 } } @@ -277559,15 +279650,15 @@ "binop": null, "updateContext": null }, - "start": 11670, - "end": 11671, + "start": 11724, + "end": 11725, "loc": { "start": { - "line": 297, + "line": 298, "column": 52 }, "end": { - "line": 297, + "line": 298, "column": 53 } } @@ -277584,15 +279675,15 @@ "postfix": false, "binop": null }, - "start": 11688, - "end": 11689, + "start": 11742, + "end": 11743, "loc": { "start": { - "line": 298, + "line": 299, "column": 16 }, "end": { - "line": 298, + "line": 299, "column": 17 } } @@ -277609,15 +279700,15 @@ "postfix": false, "binop": null }, - "start": 11689, - "end": 11690, + "start": 11743, + "end": 11744, "loc": { "start": { - "line": 298, + "line": 299, "column": 17 }, "end": { - "line": 298, + "line": 299, "column": 18 } } @@ -277635,15 +279726,15 @@ "binop": null, "updateContext": null }, - "start": 11690, - "end": 11691, + "start": 11744, + "end": 11745, "loc": { "start": { - "line": 298, + "line": 299, "column": 18 }, "end": { - "line": 298, + "line": 299, "column": 19 } } @@ -277663,15 +279754,15 @@ "updateContext": null }, "value": "this", - "start": 11708, - "end": 11712, + "start": 11762, + "end": 11766, "loc": { "start": { - "line": 299, + "line": 300, "column": 16 }, "end": { - "line": 299, + "line": 300, "column": 20 } } @@ -277689,15 +279780,15 @@ "binop": null, "updateContext": null }, - "start": 11712, - "end": 11713, + "start": 11766, + "end": 11767, "loc": { "start": { - "line": 299, + "line": 300, "column": 20 }, "end": { - "line": 299, + "line": 300, "column": 21 } } @@ -277715,15 +279806,15 @@ "binop": null }, "value": "player", - "start": 11713, - "end": 11719, + "start": 11767, + "end": 11773, "loc": { "start": { - "line": 299, + "line": 300, "column": 21 }, "end": { - "line": 299, + "line": 300, "column": 27 } } @@ -277741,15 +279832,15 @@ "binop": null, "updateContext": null }, - "start": 11719, - "end": 11720, + "start": 11773, + "end": 11774, "loc": { "start": { - "line": 299, + "line": 300, "column": 27 }, "end": { - "line": 299, + "line": 300, "column": 28 } } @@ -277767,15 +279858,15 @@ "binop": null }, "value": "one", - "start": 11720, - "end": 11723, + "start": 11774, + "end": 11777, "loc": { "start": { - "line": 299, + "line": 300, "column": 28 }, "end": { - "line": 299, + "line": 300, "column": 31 } } @@ -277792,15 +279883,15 @@ "postfix": false, "binop": null }, - "start": 11723, - "end": 11724, + "start": 11777, + "end": 11778, "loc": { "start": { - "line": 299, + "line": 300, "column": 31 }, "end": { - "line": 299, + "line": 300, "column": 32 } } @@ -277818,15 +279909,15 @@ "binop": null }, "value": "Event", - "start": 11724, - "end": 11729, + "start": 11778, + "end": 11783, "loc": { "start": { - "line": 299, + "line": 300, "column": 32 }, "end": { - "line": 299, + "line": 300, "column": 37 } } @@ -277844,15 +279935,15 @@ "binop": null, "updateContext": null }, - "start": 11729, - "end": 11730, + "start": 11783, + "end": 11784, "loc": { "start": { - "line": 299, + "line": 300, "column": 37 }, "end": { - "line": 299, + "line": 300, "column": 38 } } @@ -277870,15 +279961,15 @@ "binop": null }, "value": "LOADSTART", - "start": 11730, - "end": 11739, + "start": 11784, + "end": 11793, "loc": { "start": { - "line": 299, + "line": 300, "column": 38 }, "end": { - "line": 299, + "line": 300, "column": 47 } } @@ -277896,15 +279987,15 @@ "binop": null, "updateContext": null }, - "start": 11739, - "end": 11740, + "start": 11793, + "end": 11794, "loc": { "start": { - "line": 299, + "line": 300, "column": 47 }, "end": { - "line": 299, + "line": 300, "column": 48 } } @@ -277921,15 +280012,15 @@ "postfix": false, "binop": null }, - "start": 11741, - "end": 11742, + "start": 11795, + "end": 11796, "loc": { "start": { - "line": 299, + "line": 300, "column": 49 }, "end": { - "line": 299, + "line": 300, "column": 50 } } @@ -277946,15 +280037,15 @@ "postfix": false, "binop": null }, - "start": 11742, - "end": 11743, + "start": 11796, + "end": 11797, "loc": { "start": { - "line": 299, + "line": 300, "column": 50 }, "end": { - "line": 299, + "line": 300, "column": 51 } } @@ -277972,15 +280063,15 @@ "binop": null, "updateContext": null }, - "start": 11744, - "end": 11746, + "start": 11798, + "end": 11800, "loc": { "start": { - "line": 299, + "line": 300, "column": 52 }, "end": { - "line": 299, + "line": 300, "column": 54 } } @@ -277997,15 +280088,15 @@ "postfix": false, "binop": null }, - "start": 11747, - "end": 11748, + "start": 11801, + "end": 11802, "loc": { "start": { - "line": 299, + "line": 300, "column": 55 }, "end": { - "line": 299, + "line": 300, "column": 56 } } @@ -278013,15 +280104,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 11769, - "end": 11795, + "start": 11823, + "end": 11849, "loc": { "start": { - "line": 300, + "line": 301, "column": 20 }, "end": { - "line": 300, + "line": 301, "column": 46 } } @@ -278041,15 +280132,15 @@ "updateContext": null }, "value": "this", - "start": 11816, - "end": 11820, + "start": 11870, + "end": 11874, "loc": { "start": { - "line": 301, + "line": 302, "column": 20 }, "end": { - "line": 301, + "line": 302, "column": 24 } } @@ -278067,15 +280158,15 @@ "binop": null, "updateContext": null }, - "start": 11820, - "end": 11821, + "start": 11874, + "end": 11875, "loc": { "start": { - "line": 301, + "line": 302, "column": 24 }, "end": { - "line": 301, + "line": 302, "column": 25 } } @@ -278093,15 +280184,15 @@ "binop": null }, "value": "setDuration", - "start": 11821, - "end": 11832, + "start": 11875, + "end": 11886, "loc": { "start": { - "line": 301, + "line": 302, "column": 25 }, "end": { - "line": 301, + "line": 302, "column": 36 } } @@ -278118,15 +280209,15 @@ "postfix": false, "binop": null }, - "start": 11832, - "end": 11833, + "start": 11886, + "end": 11887, "loc": { "start": { - "line": 301, + "line": 302, "column": 36 }, "end": { - "line": 301, + "line": 302, "column": 37 } } @@ -278146,15 +280237,15 @@ "updateContext": null }, "value": "this", - "start": 11833, - "end": 11837, + "start": 11887, + "end": 11891, "loc": { "start": { - "line": 301, + "line": 302, "column": 37 }, "end": { - "line": 301, + "line": 302, "column": 41 } } @@ -278172,15 +280263,15 @@ "binop": null, "updateContext": null }, - "start": 11837, - "end": 11838, + "start": 11891, + "end": 11892, "loc": { "start": { - "line": 301, + "line": 302, "column": 41 }, "end": { - "line": 301, + "line": 302, "column": 42 } } @@ -278198,15 +280289,15 @@ "binop": null }, "value": "maxLength", - "start": 11838, - "end": 11847, + "start": 11892, + "end": 11901, "loc": { "start": { - "line": 301, + "line": 302, "column": 42 }, "end": { - "line": 301, + "line": 302, "column": 51 } } @@ -278223,15 +280314,15 @@ "postfix": false, "binop": null }, - "start": 11847, - "end": 11848, + "start": 11901, + "end": 11902, "loc": { "start": { - "line": 301, + "line": 302, "column": 51 }, "end": { - "line": 301, + "line": 302, "column": 52 } } @@ -278249,15 +280340,15 @@ "binop": null, "updateContext": null }, - "start": 11848, - "end": 11849, + "start": 11902, + "end": 11903, "loc": { "start": { - "line": 301, + "line": 302, "column": 52 }, "end": { - "line": 301, + "line": 302, "column": 53 } } @@ -278274,15 +280365,15 @@ "postfix": false, "binop": null }, - "start": 11866, - "end": 11867, + "start": 11920, + "end": 11921, "loc": { "start": { - "line": 302, + "line": 303, "column": 16 }, "end": { - "line": 302, + "line": 303, "column": 17 } } @@ -278299,15 +280390,15 @@ "postfix": false, "binop": null }, - "start": 11867, - "end": 11868, + "start": 11921, + "end": 11922, "loc": { "start": { - "line": 302, + "line": 303, "column": 17 }, "end": { - "line": 302, + "line": 303, "column": 18 } } @@ -278325,15 +280416,15 @@ "binop": null, "updateContext": null }, - "start": 11868, - "end": 11869, + "start": 11922, + "end": 11923, "loc": { "start": { - "line": 302, + "line": 303, "column": 18 }, "end": { - "line": 302, + "line": 303, "column": 19 } } @@ -278341,15 +280432,15 @@ { "type": "CommentLine", "value": " the native controls don't work for this UI so disable", - "start": 11887, - "end": 11943, + "start": 11941, + "end": 11997, "loc": { "start": { - "line": 304, + "line": 305, "column": 16 }, "end": { - "line": 304, + "line": 305, "column": 72 } } @@ -278357,15 +280448,15 @@ { "type": "CommentLine", "value": " them no matter what", - "start": 11960, - "end": 11982, + "start": 12014, + "end": 12036, "loc": { "start": { - "line": 305, + "line": 306, "column": 16 }, "end": { - "line": 305, + "line": 306, "column": 38 } } @@ -278385,15 +280476,15 @@ "updateContext": null }, "value": "if", - "start": 11999, - "end": 12001, + "start": 12053, + "end": 12055, "loc": { "start": { - "line": 306, + "line": 307, "column": 16 }, "end": { - "line": 306, + "line": 307, "column": 18 } } @@ -278410,15 +280501,15 @@ "postfix": false, "binop": null }, - "start": 12002, - "end": 12003, + "start": 12056, + "end": 12057, "loc": { "start": { - "line": 306, + "line": 307, "column": 19 }, "end": { - "line": 306, + "line": 307, "column": 20 } } @@ -278438,15 +280529,15 @@ "updateContext": null }, "value": "this", - "start": 12003, - "end": 12007, + "start": 12057, + "end": 12061, "loc": { "start": { - "line": 306, + "line": 307, "column": 20 }, "end": { - "line": 306, + "line": 307, "column": 24 } } @@ -278464,15 +280555,15 @@ "binop": null, "updateContext": null }, - "start": 12007, - "end": 12008, + "start": 12061, + "end": 12062, "loc": { "start": { - "line": 306, + "line": 307, "column": 24 }, "end": { - "line": 306, + "line": 307, "column": 25 } } @@ -278490,15 +280581,15 @@ "binop": null }, "value": "player", - "start": 12008, - "end": 12014, + "start": 12062, + "end": 12068, "loc": { "start": { - "line": 306, + "line": 307, "column": 25 }, "end": { - "line": 306, + "line": 307, "column": 31 } } @@ -278516,15 +280607,15 @@ "binop": null, "updateContext": null }, - "start": 12014, - "end": 12015, + "start": 12068, + "end": 12069, "loc": { "start": { - "line": 306, + "line": 307, "column": 31 }, "end": { - "line": 306, + "line": 307, "column": 32 } } @@ -278542,15 +280633,15 @@ "binop": null }, "value": "usingNativeControls_", - "start": 12015, - "end": 12035, + "start": 12069, + "end": 12089, "loc": { "start": { - "line": 306, + "line": 307, "column": 32 }, "end": { - "line": 306, + "line": 307, "column": 52 } } @@ -278569,15 +280660,15 @@ "updateContext": null }, "value": "===", - "start": 12036, - "end": 12039, + "start": 12090, + "end": 12093, "loc": { "start": { - "line": 306, + "line": 307, "column": 53 }, "end": { - "line": 306, + "line": 307, "column": 56 } } @@ -278597,15 +280688,15 @@ "updateContext": null }, "value": "true", - "start": 12040, - "end": 12044, + "start": 12094, + "end": 12098, "loc": { "start": { - "line": 306, + "line": 307, "column": 57 }, "end": { - "line": 306, + "line": 307, "column": 61 } } @@ -278622,15 +280713,15 @@ "postfix": false, "binop": null }, - "start": 12044, - "end": 12045, + "start": 12098, + "end": 12099, "loc": { "start": { - "line": 306, + "line": 307, "column": 61 }, "end": { - "line": 306, + "line": 307, "column": 62 } } @@ -278647,15 +280738,15 @@ "postfix": false, "binop": null }, - "start": 12046, - "end": 12047, + "start": 12100, + "end": 12101, "loc": { "start": { - "line": 306, + "line": 307, "column": 63 }, "end": { - "line": 306, + "line": 307, "column": 64 } } @@ -278675,15 +280766,15 @@ "updateContext": null }, "value": "if", - "start": 12068, - "end": 12070, + "start": 12122, + "end": 12124, "loc": { "start": { - "line": 307, + "line": 308, "column": 20 }, "end": { - "line": 307, + "line": 308, "column": 22 } } @@ -278700,15 +280791,15 @@ "postfix": false, "binop": null }, - "start": 12071, - "end": 12072, + "start": 12125, + "end": 12126, "loc": { "start": { - "line": 307, + "line": 308, "column": 23 }, "end": { - "line": 307, + "line": 308, "column": 24 } } @@ -278728,15 +280819,15 @@ "updateContext": null }, "value": "this", - "start": 12072, - "end": 12076, + "start": 12126, + "end": 12130, "loc": { "start": { - "line": 307, + "line": 308, "column": 24 }, "end": { - "line": 307, + "line": 308, "column": 28 } } @@ -278754,15 +280845,15 @@ "binop": null, "updateContext": null }, - "start": 12076, - "end": 12077, + "start": 12130, + "end": 12131, "loc": { "start": { - "line": 307, + "line": 308, "column": 28 }, "end": { - "line": 307, + "line": 308, "column": 29 } } @@ -278780,15 +280871,15 @@ "binop": null }, "value": "player", - "start": 12077, - "end": 12083, + "start": 12131, + "end": 12137, "loc": { "start": { - "line": 307, + "line": 308, "column": 29 }, "end": { - "line": 307, + "line": 308, "column": 35 } } @@ -278806,15 +280897,15 @@ "binop": null, "updateContext": null }, - "start": 12083, - "end": 12084, + "start": 12137, + "end": 12138, "loc": { "start": { - "line": 307, + "line": 308, "column": 35 }, "end": { - "line": 307, + "line": 308, "column": 36 } } @@ -278832,15 +280923,15 @@ "binop": null }, "value": "tech_", - "start": 12084, - "end": 12089, + "start": 12138, + "end": 12143, "loc": { "start": { - "line": 307, + "line": 308, "column": 36 }, "end": { - "line": 307, + "line": 308, "column": 41 } } @@ -278858,15 +280949,15 @@ "binop": null, "updateContext": null }, - "start": 12089, - "end": 12090, + "start": 12143, + "end": 12144, "loc": { "start": { - "line": 307, + "line": 308, "column": 41 }, "end": { - "line": 307, + "line": 308, "column": 42 } } @@ -278884,15 +280975,15 @@ "binop": null }, "value": "el_", - "start": 12090, - "end": 12093, + "start": 12144, + "end": 12147, "loc": { "start": { - "line": 307, + "line": 308, "column": 42 }, "end": { - "line": 307, + "line": 308, "column": 45 } } @@ -278911,15 +281002,15 @@ "updateContext": null }, "value": "!==", - "start": 12094, - "end": 12097, + "start": 12148, + "end": 12151, "loc": { "start": { - "line": 307, + "line": 308, "column": 46 }, "end": { - "line": 307, + "line": 308, "column": 49 } } @@ -278937,15 +281028,15 @@ "binop": null }, "value": "undefined", - "start": 12098, - "end": 12107, + "start": 12152, + "end": 12161, "loc": { "start": { - "line": 307, + "line": 308, "column": 50 }, "end": { - "line": 307, + "line": 308, "column": 59 } } @@ -278962,15 +281053,15 @@ "postfix": false, "binop": null }, - "start": 12107, - "end": 12108, + "start": 12161, + "end": 12162, "loc": { "start": { - "line": 307, + "line": 308, "column": 59 }, "end": { - "line": 307, + "line": 308, "column": 60 } } @@ -278987,15 +281078,15 @@ "postfix": false, "binop": null }, - "start": 12109, - "end": 12110, + "start": 12163, + "end": 12164, "loc": { "start": { - "line": 307, + "line": 308, "column": 61 }, "end": { - "line": 307, + "line": 308, "column": 62 } } @@ -279015,15 +281106,15 @@ "updateContext": null }, "value": "this", - "start": 12135, - "end": 12139, + "start": 12189, + "end": 12193, "loc": { "start": { - "line": 308, + "line": 309, "column": 24 }, "end": { - "line": 308, + "line": 309, "column": 28 } } @@ -279041,15 +281132,15 @@ "binop": null, "updateContext": null }, - "start": 12139, - "end": 12140, + "start": 12193, + "end": 12194, "loc": { "start": { - "line": 308, + "line": 309, "column": 28 }, "end": { - "line": 308, + "line": 309, "column": 29 } } @@ -279067,15 +281158,15 @@ "binop": null }, "value": "player", - "start": 12140, - "end": 12146, + "start": 12194, + "end": 12200, "loc": { "start": { - "line": 308, + "line": 309, "column": 29 }, "end": { - "line": 308, + "line": 309, "column": 35 } } @@ -279093,15 +281184,15 @@ "binop": null, "updateContext": null }, - "start": 12146, - "end": 12147, + "start": 12200, + "end": 12201, "loc": { "start": { - "line": 308, + "line": 309, "column": 35 }, "end": { - "line": 308, + "line": 309, "column": 36 } } @@ -279119,15 +281210,15 @@ "binop": null }, "value": "tech_", - "start": 12147, - "end": 12152, + "start": 12201, + "end": 12206, "loc": { "start": { - "line": 308, + "line": 309, "column": 36 }, "end": { - "line": 308, + "line": 309, "column": 41 } } @@ -279145,15 +281236,15 @@ "binop": null, "updateContext": null }, - "start": 12152, - "end": 12153, + "start": 12206, + "end": 12207, "loc": { "start": { - "line": 308, + "line": 309, "column": 41 }, "end": { - "line": 308, + "line": 309, "column": 42 } } @@ -279171,15 +281262,15 @@ "binop": null }, "value": "el_", - "start": 12153, - "end": 12156, + "start": 12207, + "end": 12210, "loc": { "start": { - "line": 308, + "line": 309, "column": 42 }, "end": { - "line": 308, + "line": 309, "column": 45 } } @@ -279197,15 +281288,15 @@ "binop": null, "updateContext": null }, - "start": 12156, - "end": 12157, + "start": 12210, + "end": 12211, "loc": { "start": { - "line": 308, + "line": 309, "column": 45 }, "end": { - "line": 308, + "line": 309, "column": 46 } } @@ -279223,15 +281314,15 @@ "binop": null }, "value": "controls", - "start": 12157, - "end": 12165, + "start": 12211, + "end": 12219, "loc": { "start": { - "line": 308, + "line": 309, "column": 46 }, "end": { - "line": 308, + "line": 309, "column": 54 } } @@ -279250,15 +281341,15 @@ "updateContext": null }, "value": "=", - "start": 12166, - "end": 12167, + "start": 12220, + "end": 12221, "loc": { "start": { - "line": 308, + "line": 309, "column": 55 }, "end": { - "line": 308, + "line": 309, "column": 56 } } @@ -279278,15 +281369,15 @@ "updateContext": null }, "value": "false", - "start": 12168, - "end": 12173, + "start": 12222, + "end": 12227, "loc": { "start": { - "line": 308, + "line": 309, "column": 57 }, "end": { - "line": 308, + "line": 309, "column": 62 } } @@ -279304,15 +281395,15 @@ "binop": null, "updateContext": null }, - "start": 12173, - "end": 12174, + "start": 12227, + "end": 12228, "loc": { "start": { - "line": 308, + "line": 309, "column": 62 }, "end": { - "line": 308, + "line": 309, "column": 63 } } @@ -279329,15 +281420,15 @@ "postfix": false, "binop": null }, - "start": 12195, - "end": 12196, + "start": 12249, + "end": 12250, "loc": { "start": { - "line": 309, + "line": 310, "column": 20 }, "end": { - "line": 309, + "line": 310, "column": 21 } } @@ -279354,15 +281445,15 @@ "postfix": false, "binop": null }, - "start": 12213, - "end": 12214, + "start": 12267, + "end": 12268, "loc": { "start": { - "line": 310, + "line": 311, "column": 16 }, "end": { - "line": 310, + "line": 311, "column": 17 } } @@ -279370,15 +281461,15 @@ { "type": "CommentLine", "value": " clicking or tapping the player video element should not try", - "start": 12232, - "end": 12294, + "start": 12286, + "end": 12348, "loc": { "start": { - "line": 312, + "line": 313, "column": 16 }, "end": { - "line": 312, + "line": 313, "column": 78 } } @@ -279386,15 +281477,15 @@ { "type": "CommentLine", "value": " to start playback", - "start": 12311, - "end": 12331, + "start": 12365, + "end": 12385, "loc": { "start": { - "line": 313, + "line": 314, "column": 16 }, "end": { - "line": 313, + "line": 314, "column": 36 } } @@ -279414,15 +281505,15 @@ "updateContext": null }, "value": "this", - "start": 12348, - "end": 12352, + "start": 12402, + "end": 12406, "loc": { "start": { - "line": 314, + "line": 315, "column": 16 }, "end": { - "line": 314, + "line": 315, "column": 20 } } @@ -279440,15 +281531,15 @@ "binop": null, "updateContext": null }, - "start": 12352, - "end": 12353, + "start": 12406, + "end": 12407, "loc": { "start": { - "line": 314, + "line": 315, "column": 20 }, "end": { - "line": 314, + "line": 315, "column": 21 } } @@ -279466,15 +281557,15 @@ "binop": null }, "value": "player", - "start": 12353, - "end": 12359, + "start": 12407, + "end": 12413, "loc": { "start": { - "line": 314, + "line": 315, "column": 21 }, "end": { - "line": 314, + "line": 315, "column": 27 } } @@ -279492,15 +281583,15 @@ "binop": null, "updateContext": null }, - "start": 12359, - "end": 12360, + "start": 12413, + "end": 12414, "loc": { "start": { - "line": 314, + "line": 315, "column": 27 }, "end": { - "line": 314, + "line": 315, "column": 28 } } @@ -279518,15 +281609,15 @@ "binop": null }, "value": "removeTechControlsListeners_", - "start": 12360, - "end": 12388, + "start": 12414, + "end": 12442, "loc": { "start": { - "line": 314, + "line": 315, "column": 28 }, "end": { - "line": 314, + "line": 315, "column": 56 } } @@ -279543,15 +281634,15 @@ "postfix": false, "binop": null }, - "start": 12388, - "end": 12389, + "start": 12442, + "end": 12443, "loc": { "start": { - "line": 314, + "line": 315, "column": 56 }, "end": { - "line": 314, + "line": 315, "column": 57 } } @@ -279568,15 +281659,15 @@ "postfix": false, "binop": null }, - "start": 12389, - "end": 12390, + "start": 12443, + "end": 12444, "loc": { "start": { - "line": 314, + "line": 315, "column": 57 }, "end": { - "line": 314, + "line": 315, "column": 58 } } @@ -279594,15 +281685,15 @@ "binop": null, "updateContext": null }, - "start": 12390, - "end": 12391, + "start": 12444, + "end": 12445, "loc": { "start": { - "line": 314, + "line": 315, "column": 58 }, "end": { - "line": 314, + "line": 315, "column": 59 } } @@ -279622,15 +281713,15 @@ "updateContext": null }, "value": "if", - "start": 12409, - "end": 12411, + "start": 12463, + "end": 12465, "loc": { "start": { - "line": 316, + "line": 317, "column": 16 }, "end": { - "line": 316, + "line": 317, "column": 18 } } @@ -279647,15 +281738,15 @@ "postfix": false, "binop": null }, - "start": 12412, - "end": 12413, + "start": 12466, + "end": 12467, "loc": { "start": { - "line": 316, + "line": 317, "column": 19 }, "end": { - "line": 316, + "line": 317, "column": 20 } } @@ -279675,15 +281766,15 @@ "updateContext": null }, "value": "this", - "start": 12413, - "end": 12417, + "start": 12467, + "end": 12471, "loc": { "start": { - "line": 316, + "line": 317, "column": 20 }, "end": { - "line": 316, + "line": 317, "column": 24 } } @@ -279701,15 +281792,15 @@ "binop": null, "updateContext": null }, - "start": 12417, - "end": 12418, + "start": 12471, + "end": 12472, "loc": { "start": { - "line": 316, + "line": 317, "column": 24 }, "end": { - "line": 316, + "line": 317, "column": 25 } } @@ -279727,15 +281818,15 @@ "binop": null }, "value": "player", - "start": 12418, - "end": 12424, + "start": 12472, + "end": 12478, "loc": { "start": { - "line": 316, + "line": 317, "column": 25 }, "end": { - "line": 316, + "line": 317, "column": 31 } } @@ -279753,15 +281844,15 @@ "binop": null, "updateContext": null }, - "start": 12424, - "end": 12425, + "start": 12478, + "end": 12479, "loc": { "start": { - "line": 316, + "line": 317, "column": 31 }, "end": { - "line": 316, + "line": 317, "column": 32 } } @@ -279779,15 +281870,15 @@ "binop": null }, "value": "options_", - "start": 12425, - "end": 12433, + "start": 12479, + "end": 12487, "loc": { "start": { - "line": 316, + "line": 317, "column": 32 }, "end": { - "line": 316, + "line": 317, "column": 40 } } @@ -279805,15 +281896,15 @@ "binop": null, "updateContext": null }, - "start": 12433, - "end": 12434, + "start": 12487, + "end": 12488, "loc": { "start": { - "line": 316, + "line": 317, "column": 40 }, "end": { - "line": 316, + "line": 317, "column": 41 } } @@ -279831,15 +281922,15 @@ "binop": null }, "value": "controls", - "start": 12434, - "end": 12442, + "start": 12488, + "end": 12496, "loc": { "start": { - "line": 316, + "line": 317, "column": 41 }, "end": { - "line": 316, + "line": 317, "column": 49 } } @@ -279856,15 +281947,15 @@ "postfix": false, "binop": null }, - "start": 12442, - "end": 12443, + "start": 12496, + "end": 12497, "loc": { "start": { - "line": 316, + "line": 317, "column": 49 }, "end": { - "line": 316, + "line": 317, "column": 50 } } @@ -279881,15 +281972,15 @@ "postfix": false, "binop": null }, - "start": 12444, - "end": 12445, + "start": 12498, + "end": 12499, "loc": { "start": { - "line": 316, + "line": 317, "column": 51 }, "end": { - "line": 316, + "line": 317, "column": 52 } } @@ -279897,15 +281988,15 @@ { "type": "CommentLine", "value": " progress control isn't used by this plugin, hide if present", - "start": 12466, - "end": 12528, + "start": 12520, + "end": 12582, "loc": { "start": { - "line": 317, + "line": 318, "column": 20 }, "end": { - "line": 317, + "line": 318, "column": 82 } } @@ -279925,15 +282016,15 @@ "updateContext": null }, "value": "if", - "start": 12549, - "end": 12551, + "start": 12603, + "end": 12605, "loc": { "start": { - "line": 318, + "line": 319, "column": 20 }, "end": { - "line": 318, + "line": 319, "column": 22 } } @@ -279950,15 +282041,15 @@ "postfix": false, "binop": null }, - "start": 12552, - "end": 12553, + "start": 12606, + "end": 12607, "loc": { "start": { - "line": 318, + "line": 319, "column": 23 }, "end": { - "line": 318, + "line": 319, "column": 24 } } @@ -279978,15 +282069,15 @@ "updateContext": null }, "value": "this", - "start": 12553, - "end": 12557, + "start": 12607, + "end": 12611, "loc": { "start": { - "line": 318, + "line": 319, "column": 24 }, "end": { - "line": 318, + "line": 319, "column": 28 } } @@ -280004,15 +282095,15 @@ "binop": null, "updateContext": null }, - "start": 12557, - "end": 12558, + "start": 12611, + "end": 12612, "loc": { "start": { - "line": 318, + "line": 319, "column": 28 }, "end": { - "line": 318, + "line": 319, "column": 29 } } @@ -280030,15 +282121,15 @@ "binop": null }, "value": "player", - "start": 12558, - "end": 12564, + "start": 12612, + "end": 12618, "loc": { "start": { - "line": 318, + "line": 319, "column": 29 }, "end": { - "line": 318, + "line": 319, "column": 35 } } @@ -280056,15 +282147,15 @@ "binop": null, "updateContext": null }, - "start": 12564, - "end": 12565, + "start": 12618, + "end": 12619, "loc": { "start": { - "line": 318, + "line": 319, "column": 35 }, "end": { - "line": 318, + "line": 319, "column": 36 } } @@ -280082,15 +282173,15 @@ "binop": null }, "value": "controlBar", - "start": 12565, - "end": 12575, + "start": 12619, + "end": 12629, "loc": { "start": { - "line": 318, + "line": 319, "column": 36 }, "end": { - "line": 318, + "line": 319, "column": 46 } } @@ -280108,15 +282199,15 @@ "binop": null, "updateContext": null }, - "start": 12575, - "end": 12576, + "start": 12629, + "end": 12630, "loc": { "start": { - "line": 318, + "line": 319, "column": 46 }, "end": { - "line": 318, + "line": 319, "column": 47 } } @@ -280134,15 +282225,15 @@ "binop": null }, "value": "progressControl", - "start": 12576, - "end": 12591, + "start": 12630, + "end": 12645, "loc": { "start": { - "line": 318, + "line": 319, "column": 47 }, "end": { - "line": 318, + "line": 319, "column": 62 } } @@ -280161,15 +282252,15 @@ "updateContext": null }, "value": "!==", - "start": 12592, - "end": 12595, + "start": 12646, + "end": 12649, "loc": { "start": { - "line": 318, + "line": 319, "column": 63 }, "end": { - "line": 318, + "line": 319, "column": 66 } } @@ -280187,15 +282278,15 @@ "binop": null }, "value": "undefined", - "start": 12596, - "end": 12605, + "start": 12650, + "end": 12659, "loc": { "start": { - "line": 318, + "line": 319, "column": 67 }, "end": { - "line": 318, + "line": 319, "column": 76 } } @@ -280212,15 +282303,15 @@ "postfix": false, "binop": null }, - "start": 12605, - "end": 12606, + "start": 12659, + "end": 12660, "loc": { "start": { - "line": 318, + "line": 319, "column": 76 }, "end": { - "line": 318, + "line": 319, "column": 77 } } @@ -280237,15 +282328,15 @@ "postfix": false, "binop": null }, - "start": 12607, - "end": 12608, + "start": 12661, + "end": 12662, "loc": { "start": { - "line": 318, + "line": 319, "column": 78 }, "end": { - "line": 318, + "line": 319, "column": 79 } } @@ -280265,15 +282356,15 @@ "updateContext": null }, "value": "this", - "start": 12633, - "end": 12637, + "start": 12687, + "end": 12691, "loc": { "start": { - "line": 319, + "line": 320, "column": 24 }, "end": { - "line": 319, + "line": 320, "column": 28 } } @@ -280291,15 +282382,15 @@ "binop": null, "updateContext": null }, - "start": 12637, - "end": 12638, + "start": 12691, + "end": 12692, "loc": { "start": { - "line": 319, + "line": 320, "column": 28 }, "end": { - "line": 319, + "line": 320, "column": 29 } } @@ -280317,15 +282408,15 @@ "binop": null }, "value": "player", - "start": 12638, - "end": 12644, + "start": 12692, + "end": 12698, "loc": { "start": { - "line": 319, + "line": 320, "column": 29 }, "end": { - "line": 319, + "line": 320, "column": 35 } } @@ -280343,15 +282434,15 @@ "binop": null, "updateContext": null }, - "start": 12644, - "end": 12645, + "start": 12698, + "end": 12699, "loc": { "start": { - "line": 319, + "line": 320, "column": 35 }, "end": { - "line": 319, + "line": 320, "column": 36 } } @@ -280369,15 +282460,15 @@ "binop": null }, "value": "controlBar", - "start": 12645, - "end": 12655, + "start": 12699, + "end": 12709, "loc": { "start": { - "line": 319, + "line": 320, "column": 36 }, "end": { - "line": 319, + "line": 320, "column": 46 } } @@ -280395,15 +282486,15 @@ "binop": null, "updateContext": null }, - "start": 12655, - "end": 12656, + "start": 12709, + "end": 12710, "loc": { "start": { - "line": 319, + "line": 320, "column": 46 }, "end": { - "line": 319, + "line": 320, "column": 47 } } @@ -280421,15 +282512,15 @@ "binop": null }, "value": "progressControl", - "start": 12656, - "end": 12671, + "start": 12710, + "end": 12725, "loc": { "start": { - "line": 319, + "line": 320, "column": 47 }, "end": { - "line": 319, + "line": 320, "column": 62 } } @@ -280447,15 +282538,15 @@ "binop": null, "updateContext": null }, - "start": 12671, - "end": 12672, + "start": 12725, + "end": 12726, "loc": { "start": { - "line": 319, + "line": 320, "column": 62 }, "end": { - "line": 319, + "line": 320, "column": 63 } } @@ -280473,15 +282564,15 @@ "binop": null }, "value": "hide", - "start": 12672, - "end": 12676, + "start": 12726, + "end": 12730, "loc": { "start": { - "line": 319, + "line": 320, "column": 63 }, "end": { - "line": 319, + "line": 320, "column": 67 } } @@ -280498,15 +282589,15 @@ "postfix": false, "binop": null }, - "start": 12676, - "end": 12677, + "start": 12730, + "end": 12731, "loc": { "start": { - "line": 319, + "line": 320, "column": 67 }, "end": { - "line": 319, + "line": 320, "column": 68 } } @@ -280523,15 +282614,15 @@ "postfix": false, "binop": null }, - "start": 12677, - "end": 12678, + "start": 12731, + "end": 12732, "loc": { "start": { - "line": 319, + "line": 320, "column": 68 }, "end": { - "line": 319, + "line": 320, "column": 69 } } @@ -280549,15 +282640,15 @@ "binop": null, "updateContext": null }, - "start": 12678, - "end": 12679, + "start": 12732, + "end": 12733, "loc": { "start": { - "line": 319, + "line": 320, "column": 69 }, "end": { - "line": 319, + "line": 320, "column": 70 } } @@ -280574,15 +282665,15 @@ "postfix": false, "binop": null }, - "start": 12700, - "end": 12701, + "start": 12754, + "end": 12755, "loc": { "start": { - "line": 320, + "line": 321, "column": 20 }, "end": { - "line": 320, + "line": 321, "column": 21 } } @@ -280590,15 +282681,15 @@ { "type": "CommentLine", "value": " prevent controlbar fadeout", - "start": 12723, - "end": 12752, + "start": 12777, + "end": 12806, "loc": { "start": { - "line": 322, + "line": 323, "column": 20 }, "end": { - "line": 322, + "line": 323, "column": 49 } } @@ -280618,15 +282709,15 @@ "updateContext": null }, "value": "this", - "start": 12773, - "end": 12777, + "start": 12827, + "end": 12831, "loc": { "start": { - "line": 323, + "line": 324, "column": 20 }, "end": { - "line": 323, + "line": 324, "column": 24 } } @@ -280644,15 +282735,15 @@ "binop": null, "updateContext": null }, - "start": 12777, - "end": 12778, + "start": 12831, + "end": 12832, "loc": { "start": { - "line": 323, + "line": 324, "column": 24 }, "end": { - "line": 323, + "line": 324, "column": 25 } } @@ -280670,15 +282761,15 @@ "binop": null }, "value": "player", - "start": 12778, - "end": 12784, + "start": 12832, + "end": 12838, "loc": { "start": { - "line": 323, + "line": 324, "column": 25 }, "end": { - "line": 323, + "line": 324, "column": 31 } } @@ -280696,15 +282787,15 @@ "binop": null, "updateContext": null }, - "start": 12784, - "end": 12785, + "start": 12838, + "end": 12839, "loc": { "start": { - "line": 323, + "line": 324, "column": 31 }, "end": { - "line": 323, + "line": 324, "column": 32 } } @@ -280722,15 +282813,15 @@ "binop": null }, "value": "on", - "start": 12785, - "end": 12787, + "start": 12839, + "end": 12841, "loc": { "start": { - "line": 323, + "line": 324, "column": 32 }, "end": { - "line": 323, + "line": 324, "column": 34 } } @@ -280747,15 +282838,15 @@ "postfix": false, "binop": null }, - "start": 12787, - "end": 12788, + "start": 12841, + "end": 12842, "loc": { "start": { - "line": 323, + "line": 324, "column": 34 }, "end": { - "line": 323, + "line": 324, "column": 35 } } @@ -280773,15 +282864,15 @@ "binop": null }, "value": "Event", - "start": 12788, - "end": 12793, + "start": 12842, + "end": 12847, "loc": { "start": { - "line": 323, + "line": 324, "column": 35 }, "end": { - "line": 323, + "line": 324, "column": 40 } } @@ -280799,15 +282890,15 @@ "binop": null, "updateContext": null }, - "start": 12793, - "end": 12794, + "start": 12847, + "end": 12848, "loc": { "start": { - "line": 323, + "line": 324, "column": 40 }, "end": { - "line": 323, + "line": 324, "column": 41 } } @@ -280825,15 +282916,15 @@ "binop": null }, "value": "USERINACTIVE", - "start": 12794, - "end": 12806, + "start": 12848, + "end": 12860, "loc": { "start": { - "line": 323, + "line": 324, "column": 41 }, "end": { - "line": 323, + "line": 324, "column": 53 } } @@ -280851,15 +282942,15 @@ "binop": null, "updateContext": null }, - "start": 12806, - "end": 12807, + "start": 12860, + "end": 12861, "loc": { "start": { - "line": 323, + "line": 324, "column": 53 }, "end": { - "line": 323, + "line": 324, "column": 54 } } @@ -280876,15 +282967,15 @@ "postfix": false, "binop": null }, - "start": 12808, - "end": 12809, + "start": 12862, + "end": 12863, "loc": { "start": { - "line": 323, + "line": 324, "column": 55 }, "end": { - "line": 323, + "line": 324, "column": 56 } } @@ -280902,15 +282993,15 @@ "binop": null }, "value": "event", - "start": 12809, - "end": 12814, + "start": 12863, + "end": 12868, "loc": { "start": { - "line": 323, + "line": 324, "column": 56 }, "end": { - "line": 323, + "line": 324, "column": 61 } } @@ -280927,15 +283018,15 @@ "postfix": false, "binop": null }, - "start": 12814, - "end": 12815, + "start": 12868, + "end": 12869, "loc": { "start": { - "line": 323, + "line": 324, "column": 61 }, "end": { - "line": 323, + "line": 324, "column": 62 } } @@ -280953,15 +283044,15 @@ "binop": null, "updateContext": null }, - "start": 12816, - "end": 12818, + "start": 12870, + "end": 12872, "loc": { "start": { - "line": 323, + "line": 324, "column": 63 }, "end": { - "line": 323, + "line": 324, "column": 65 } } @@ -280978,15 +283069,15 @@ "postfix": false, "binop": null }, - "start": 12819, - "end": 12820, + "start": 12873, + "end": 12874, "loc": { "start": { - "line": 323, + "line": 324, "column": 66 }, "end": { - "line": 323, + "line": 324, "column": 67 } } @@ -281006,15 +283097,15 @@ "updateContext": null }, "value": "this", - "start": 12845, - "end": 12849, + "start": 12899, + "end": 12903, "loc": { "start": { - "line": 324, + "line": 325, "column": 24 }, "end": { - "line": 324, + "line": 325, "column": 28 } } @@ -281032,15 +283123,15 @@ "binop": null, "updateContext": null }, - "start": 12849, - "end": 12850, + "start": 12903, + "end": 12904, "loc": { "start": { - "line": 324, + "line": 325, "column": 28 }, "end": { - "line": 324, + "line": 325, "column": 29 } } @@ -281058,15 +283149,15 @@ "binop": null }, "value": "player", - "start": 12850, - "end": 12856, + "start": 12904, + "end": 12910, "loc": { "start": { - "line": 324, + "line": 325, "column": 29 }, "end": { - "line": 324, + "line": 325, "column": 35 } } @@ -281084,15 +283175,15 @@ "binop": null, "updateContext": null }, - "start": 12856, - "end": 12857, + "start": 12910, + "end": 12911, "loc": { "start": { - "line": 324, + "line": 325, "column": 35 }, "end": { - "line": 324, + "line": 325, "column": 36 } } @@ -281110,15 +283201,15 @@ "binop": null }, "value": "userActive", - "start": 12857, - "end": 12867, + "start": 12911, + "end": 12921, "loc": { "start": { - "line": 324, + "line": 325, "column": 36 }, "end": { - "line": 324, + "line": 325, "column": 46 } } @@ -281135,15 +283226,15 @@ "postfix": false, "binop": null }, - "start": 12867, - "end": 12868, + "start": 12921, + "end": 12922, "loc": { "start": { - "line": 324, + "line": 325, "column": 46 }, "end": { - "line": 324, + "line": 325, "column": 47 } } @@ -281163,15 +283254,15 @@ "updateContext": null }, "value": "true", - "start": 12868, - "end": 12872, + "start": 12922, + "end": 12926, "loc": { "start": { - "line": 324, + "line": 325, "column": 47 }, "end": { - "line": 324, + "line": 325, "column": 51 } } @@ -281188,15 +283279,15 @@ "postfix": false, "binop": null }, - "start": 12872, - "end": 12873, + "start": 12926, + "end": 12927, "loc": { "start": { - "line": 324, + "line": 325, "column": 51 }, "end": { - "line": 324, + "line": 325, "column": 52 } } @@ -281214,15 +283305,15 @@ "binop": null, "updateContext": null }, - "start": 12873, - "end": 12874, + "start": 12927, + "end": 12928, "loc": { "start": { - "line": 324, + "line": 325, "column": 52 }, "end": { - "line": 324, + "line": 325, "column": 53 } } @@ -281239,15 +283330,15 @@ "postfix": false, "binop": null }, - "start": 12895, - "end": 12896, + "start": 12949, + "end": 12950, "loc": { "start": { - "line": 325, + "line": 326, "column": 20 }, "end": { - "line": 325, + "line": 326, "column": 21 } } @@ -281264,15 +283355,15 @@ "postfix": false, "binop": null }, - "start": 12896, - "end": 12897, + "start": 12950, + "end": 12951, "loc": { "start": { - "line": 325, + "line": 326, "column": 21 }, "end": { - "line": 325, + "line": 326, "column": 22 } } @@ -281290,15 +283381,15 @@ "binop": null, "updateContext": null }, - "start": 12897, - "end": 12898, + "start": 12951, + "end": 12952, "loc": { "start": { - "line": 325, + "line": 326, "column": 22 }, "end": { - "line": 325, + "line": 326, "column": 23 } } @@ -281306,15 +283397,15 @@ { "type": "CommentLine", "value": " videojs automatically hides the controls when no valid 'source'", - "start": 12920, - "end": 12986, + "start": 12974, + "end": 13040, "loc": { "start": { - "line": 327, + "line": 328, "column": 20 }, "end": { - "line": 327, + "line": 328, "column": 86 } } @@ -281322,15 +283413,15 @@ { "type": "CommentLine", "value": " element is included in the video or audio tag. Don't. Ever again.", - "start": 13007, - "end": 13075, + "start": 13061, + "end": 13129, "loc": { "start": { - "line": 328, + "line": 329, "column": 20 }, "end": { - "line": 328, + "line": 329, "column": 88 } } @@ -281350,15 +283441,15 @@ "updateContext": null }, "value": "this", - "start": 13096, - "end": 13100, + "start": 13150, + "end": 13154, "loc": { "start": { - "line": 329, + "line": 330, "column": 20 }, "end": { - "line": 329, + "line": 330, "column": 24 } } @@ -281376,15 +283467,15 @@ "binop": null, "updateContext": null }, - "start": 13100, - "end": 13101, + "start": 13154, + "end": 13155, "loc": { "start": { - "line": 329, + "line": 330, "column": 24 }, "end": { - "line": 329, + "line": 330, "column": 25 } } @@ -281402,15 +283493,15 @@ "binop": null }, "value": "player", - "start": 13101, - "end": 13107, + "start": 13155, + "end": 13161, "loc": { "start": { - "line": 329, + "line": 330, "column": 25 }, "end": { - "line": 329, + "line": 330, "column": 31 } } @@ -281428,15 +283519,15 @@ "binop": null, "updateContext": null }, - "start": 13107, - "end": 13108, + "start": 13161, + "end": 13162, "loc": { "start": { - "line": 329, + "line": 330, "column": 31 }, "end": { - "line": 329, + "line": 330, "column": 32 } } @@ -281454,15 +283545,15 @@ "binop": null }, "value": "controlBar", - "start": 13108, - "end": 13118, + "start": 13162, + "end": 13172, "loc": { "start": { - "line": 329, + "line": 330, "column": 32 }, "end": { - "line": 329, + "line": 330, "column": 42 } } @@ -281480,15 +283571,15 @@ "binop": null, "updateContext": null }, - "start": 13118, - "end": 13119, + "start": 13172, + "end": 13173, "loc": { "start": { - "line": 329, + "line": 330, "column": 42 }, "end": { - "line": 329, + "line": 330, "column": 43 } } @@ -281506,15 +283597,15 @@ "binop": null }, "value": "show", - "start": 13119, - "end": 13123, + "start": 13173, + "end": 13177, "loc": { "start": { - "line": 329, + "line": 330, "column": 43 }, "end": { - "line": 329, + "line": 330, "column": 47 } } @@ -281531,15 +283622,15 @@ "postfix": false, "binop": null }, - "start": 13123, - "end": 13124, + "start": 13177, + "end": 13178, "loc": { "start": { - "line": 329, + "line": 330, "column": 47 }, "end": { - "line": 329, + "line": 330, "column": 48 } } @@ -281556,15 +283647,15 @@ "postfix": false, "binop": null }, - "start": 13124, - "end": 13125, + "start": 13178, + "end": 13179, "loc": { "start": { - "line": 329, + "line": 330, "column": 48 }, "end": { - "line": 329, + "line": 330, "column": 49 } } @@ -281582,15 +283673,15 @@ "binop": null, "updateContext": null }, - "start": 13125, - "end": 13126, + "start": 13179, + "end": 13180, "loc": { "start": { - "line": 329, + "line": 330, "column": 49 }, "end": { - "line": 329, + "line": 330, "column": 50 } } @@ -281610,15 +283701,15 @@ "updateContext": null }, "value": "this", - "start": 13147, - "end": 13151, + "start": 13201, + "end": 13205, "loc": { "start": { - "line": 330, + "line": 331, "column": 20 }, "end": { - "line": 330, + "line": 331, "column": 24 } } @@ -281636,15 +283727,15 @@ "binop": null, "updateContext": null }, - "start": 13151, - "end": 13152, + "start": 13205, + "end": 13206, "loc": { "start": { - "line": 330, + "line": 331, "column": 24 }, "end": { - "line": 330, + "line": 331, "column": 25 } } @@ -281662,15 +283753,15 @@ "binop": null }, "value": "player", - "start": 13152, - "end": 13158, + "start": 13206, + "end": 13212, "loc": { "start": { - "line": 330, + "line": 331, "column": 25 }, "end": { - "line": 330, + "line": 331, "column": 31 } } @@ -281688,15 +283779,15 @@ "binop": null, "updateContext": null }, - "start": 13158, - "end": 13159, + "start": 13212, + "end": 13213, "loc": { "start": { - "line": 330, + "line": 331, "column": 31 }, "end": { - "line": 330, + "line": 331, "column": 32 } } @@ -281714,15 +283805,15 @@ "binop": null }, "value": "controlBar", - "start": 13159, - "end": 13169, + "start": 13213, + "end": 13223, "loc": { "start": { - "line": 330, + "line": 331, "column": 32 }, "end": { - "line": 330, + "line": 331, "column": 42 } } @@ -281740,15 +283831,15 @@ "binop": null, "updateContext": null }, - "start": 13169, - "end": 13170, + "start": 13223, + "end": 13224, "loc": { "start": { - "line": 330, + "line": 331, "column": 42 }, "end": { - "line": 330, + "line": 331, "column": 43 } } @@ -281766,15 +283857,15 @@ "binop": null }, "value": "el", - "start": 13170, - "end": 13172, + "start": 13224, + "end": 13226, "loc": { "start": { - "line": 330, + "line": 331, "column": 43 }, "end": { - "line": 330, + "line": 331, "column": 45 } } @@ -281791,15 +283882,15 @@ "postfix": false, "binop": null }, - "start": 13172, - "end": 13173, + "start": 13226, + "end": 13227, "loc": { "start": { - "line": 330, + "line": 331, "column": 45 }, "end": { - "line": 330, + "line": 331, "column": 46 } } @@ -281816,15 +283907,15 @@ "postfix": false, "binop": null }, - "start": 13173, - "end": 13174, + "start": 13227, + "end": 13228, "loc": { "start": { - "line": 330, + "line": 331, "column": 46 }, "end": { - "line": 330, + "line": 331, "column": 47 } } @@ -281842,15 +283933,15 @@ "binop": null, "updateContext": null }, - "start": 13174, - "end": 13175, + "start": 13228, + "end": 13229, "loc": { "start": { - "line": 330, + "line": 331, "column": 47 }, "end": { - "line": 330, + "line": 331, "column": 48 } } @@ -281868,15 +283959,15 @@ "binop": null }, "value": "style", - "start": 13175, - "end": 13180, + "start": 13229, + "end": 13234, "loc": { "start": { - "line": 330, + "line": 331, "column": 48 }, "end": { - "line": 330, + "line": 331, "column": 53 } } @@ -281894,15 +283985,15 @@ "binop": null, "updateContext": null }, - "start": 13180, - "end": 13181, + "start": 13234, + "end": 13235, "loc": { "start": { - "line": 330, + "line": 331, "column": 53 }, "end": { - "line": 330, + "line": 331, "column": 54 } } @@ -281920,15 +284011,15 @@ "binop": null }, "value": "display", - "start": 13181, - "end": 13188, + "start": 13235, + "end": 13242, "loc": { "start": { - "line": 330, + "line": 331, "column": 54 }, "end": { - "line": 330, + "line": 331, "column": 61 } } @@ -281947,15 +284038,15 @@ "updateContext": null }, "value": "=", - "start": 13189, - "end": 13190, + "start": 13243, + "end": 13244, "loc": { "start": { - "line": 330, + "line": 331, "column": 62 }, "end": { - "line": 330, + "line": 331, "column": 63 } } @@ -281974,15 +284065,15 @@ "updateContext": null }, "value": "flex", - "start": 13191, - "end": 13197, + "start": 13245, + "end": 13251, "loc": { "start": { - "line": 330, + "line": 331, "column": 64 }, "end": { - "line": 330, + "line": 331, "column": 70 } } @@ -282000,15 +284091,15 @@ "binop": null, "updateContext": null }, - "start": 13197, - "end": 13198, + "start": 13251, + "end": 13252, "loc": { "start": { - "line": 330, + "line": 331, "column": 70 }, "end": { - "line": 330, + "line": 331, "column": 71 } } @@ -282025,15 +284116,15 @@ "postfix": false, "binop": null }, - "start": 13215, - "end": 13216, + "start": 13269, + "end": 13270, "loc": { "start": { - "line": 331, + "line": 332, "column": 16 }, "end": { - "line": 331, + "line": 332, "column": 17 } } @@ -282053,15 +284144,15 @@ "updateContext": null }, "value": "break", - "start": 13233, - "end": 13238, + "start": 13287, + "end": 13292, "loc": { "start": { - "line": 332, + "line": 333, "column": 16 }, "end": { - "line": 332, + "line": 333, "column": 21 } } @@ -282079,15 +284170,15 @@ "binop": null, "updateContext": null }, - "start": 13238, - "end": 13239, + "start": 13292, + "end": 13293, "loc": { "start": { - "line": 332, + "line": 333, "column": 21 }, "end": { - "line": 332, + "line": 333, "column": 22 } } @@ -282104,15 +284195,15 @@ "postfix": false, "binop": null }, - "start": 13248, - "end": 13249, + "start": 13302, + "end": 13303, "loc": { "start": { - "line": 333, + "line": 334, "column": 8 }, "end": { - "line": 333, + "line": 334, "column": 9 } } @@ -282120,15 +284211,15 @@ { "type": "CommentLine", "value": " disable time display events that constantly try to reset the current time", - "start": 13259, - "end": 13335, + "start": 13313, + "end": 13389, "loc": { "start": { - "line": 335, + "line": 336, "column": 8 }, "end": { - "line": 335, + "line": 336, "column": 84 } } @@ -282136,15 +284227,15 @@ { "type": "CommentLine", "value": " and duration values", - "start": 13344, - "end": 13366, + "start": 13398, + "end": 13420, "loc": { "start": { - "line": 336, + "line": 337, "column": 8 }, "end": { - "line": 336, + "line": 337, "column": 30 } } @@ -282164,15 +284255,15 @@ "updateContext": null }, "value": "this", - "start": 13375, - "end": 13379, + "start": 13429, + "end": 13433, "loc": { "start": { - "line": 337, + "line": 338, "column": 8 }, "end": { - "line": 337, + "line": 338, "column": 12 } } @@ -282190,15 +284281,15 @@ "binop": null, "updateContext": null }, - "start": 13379, - "end": 13380, + "start": 13433, + "end": 13434, "loc": { "start": { - "line": 337, + "line": 338, "column": 12 }, "end": { - "line": 337, + "line": 338, "column": 13 } } @@ -282216,15 +284307,15 @@ "binop": null }, "value": "player", - "start": 13380, - "end": 13386, + "start": 13434, + "end": 13440, "loc": { "start": { - "line": 337, + "line": 338, "column": 13 }, "end": { - "line": 337, + "line": 338, "column": 19 } } @@ -282242,15 +284333,15 @@ "binop": null, "updateContext": null }, - "start": 13386, - "end": 13387, + "start": 13440, + "end": 13441, "loc": { "start": { - "line": 337, + "line": 338, "column": 19 }, "end": { - "line": 337, + "line": 338, "column": 20 } } @@ -282268,15 +284359,15 @@ "binop": null }, "value": "off", - "start": 13387, - "end": 13390, + "start": 13441, + "end": 13444, "loc": { "start": { - "line": 337, + "line": 338, "column": 20 }, "end": { - "line": 337, + "line": 338, "column": 23 } } @@ -282293,15 +284384,15 @@ "postfix": false, "binop": null }, - "start": 13390, - "end": 13391, + "start": 13444, + "end": 13445, "loc": { "start": { - "line": 337, + "line": 338, "column": 23 }, "end": { - "line": 337, + "line": 338, "column": 24 } } @@ -282319,15 +284410,15 @@ "binop": null }, "value": "Event", - "start": 13391, - "end": 13396, + "start": 13445, + "end": 13450, "loc": { "start": { - "line": 337, + "line": 338, "column": 24 }, "end": { - "line": 337, + "line": 338, "column": 29 } } @@ -282345,15 +284436,15 @@ "binop": null, "updateContext": null }, - "start": 13396, - "end": 13397, + "start": 13450, + "end": 13451, "loc": { "start": { - "line": 337, + "line": 338, "column": 29 }, "end": { - "line": 337, + "line": 338, "column": 30 } } @@ -282371,15 +284462,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 13397, - "end": 13407, + "start": 13451, + "end": 13461, "loc": { "start": { - "line": 337, + "line": 338, "column": 30 }, "end": { - "line": 337, + "line": 338, "column": 40 } } @@ -282396,15 +284487,15 @@ "postfix": false, "binop": null }, - "start": 13407, - "end": 13408, + "start": 13461, + "end": 13462, "loc": { "start": { - "line": 337, + "line": 338, "column": 40 }, "end": { - "line": 337, + "line": 338, "column": 41 } } @@ -282422,15 +284513,15 @@ "binop": null, "updateContext": null }, - "start": 13408, - "end": 13409, + "start": 13462, + "end": 13463, "loc": { "start": { - "line": 337, + "line": 338, "column": 41 }, "end": { - "line": 337, + "line": 338, "column": 42 } } @@ -282450,15 +284541,15 @@ "updateContext": null }, "value": "this", - "start": 13418, - "end": 13422, + "start": 13472, + "end": 13476, "loc": { "start": { - "line": 338, + "line": 339, "column": 8 }, "end": { - "line": 338, + "line": 339, "column": 12 } } @@ -282476,15 +284567,15 @@ "binop": null, "updateContext": null }, - "start": 13422, - "end": 13423, + "start": 13476, + "end": 13477, "loc": { "start": { - "line": 338, + "line": 339, "column": 12 }, "end": { - "line": 338, + "line": 339, "column": 13 } } @@ -282502,15 +284593,15 @@ "binop": null }, "value": "player", - "start": 13423, - "end": 13429, + "start": 13477, + "end": 13483, "loc": { "start": { - "line": 338, + "line": 339, "column": 13 }, "end": { - "line": 338, + "line": 339, "column": 19 } } @@ -282528,15 +284619,15 @@ "binop": null, "updateContext": null }, - "start": 13429, - "end": 13430, + "start": 13483, + "end": 13484, "loc": { "start": { - "line": 338, + "line": 339, "column": 19 }, "end": { - "line": 338, + "line": 339, "column": 20 } } @@ -282554,15 +284645,15 @@ "binop": null }, "value": "off", - "start": 13430, - "end": 13433, + "start": 13484, + "end": 13487, "loc": { "start": { - "line": 338, + "line": 339, "column": 20 }, "end": { - "line": 338, + "line": 339, "column": 23 } } @@ -282579,15 +284670,15 @@ "postfix": false, "binop": null }, - "start": 13433, - "end": 13434, + "start": 13487, + "end": 13488, "loc": { "start": { - "line": 338, + "line": 339, "column": 23 }, "end": { - "line": 338, + "line": 339, "column": 24 } } @@ -282605,15 +284696,15 @@ "binop": null }, "value": "Event", - "start": 13434, - "end": 13439, + "start": 13488, + "end": 13493, "loc": { "start": { - "line": 338, + "line": 339, "column": 24 }, "end": { - "line": 338, + "line": 339, "column": 29 } } @@ -282631,15 +284722,15 @@ "binop": null, "updateContext": null }, - "start": 13439, - "end": 13440, + "start": 13493, + "end": 13494, "loc": { "start": { - "line": 338, + "line": 339, "column": 29 }, "end": { - "line": 338, + "line": 339, "column": 30 } } @@ -282657,15 +284748,15 @@ "binop": null }, "value": "DURATIONCHANGE", - "start": 13440, - "end": 13454, + "start": 13494, + "end": 13508, "loc": { "start": { - "line": 338, + "line": 339, "column": 30 }, "end": { - "line": 338, + "line": 339, "column": 44 } } @@ -282682,15 +284773,15 @@ "postfix": false, "binop": null }, - "start": 13454, - "end": 13455, + "start": 13508, + "end": 13509, "loc": { "start": { - "line": 338, + "line": 339, "column": 44 }, "end": { - "line": 338, + "line": 339, "column": 45 } } @@ -282708,15 +284799,15 @@ "binop": null, "updateContext": null }, - "start": 13455, - "end": 13456, + "start": 13509, + "end": 13510, "loc": { "start": { - "line": 338, + "line": 339, "column": 45 }, "end": { - "line": 338, + "line": 339, "column": 46 } } @@ -282736,15 +284827,15 @@ "updateContext": null }, "value": "this", - "start": 13465, - "end": 13469, + "start": 13519, + "end": 13523, "loc": { "start": { - "line": 339, + "line": 340, "column": 8 }, "end": { - "line": 339, + "line": 340, "column": 12 } } @@ -282762,15 +284853,15 @@ "binop": null, "updateContext": null }, - "start": 13469, - "end": 13470, + "start": 13523, + "end": 13524, "loc": { "start": { - "line": 339, + "line": 340, "column": 12 }, "end": { - "line": 339, + "line": 340, "column": 13 } } @@ -282788,15 +284879,15 @@ "binop": null }, "value": "player", - "start": 13470, - "end": 13476, + "start": 13524, + "end": 13530, "loc": { "start": { - "line": 339, + "line": 340, "column": 13 }, "end": { - "line": 339, + "line": 340, "column": 19 } } @@ -282814,15 +284905,15 @@ "binop": null, "updateContext": null }, - "start": 13476, - "end": 13477, + "start": 13530, + "end": 13531, "loc": { "start": { - "line": 339, + "line": 340, "column": 19 }, "end": { - "line": 339, + "line": 340, "column": 20 } } @@ -282840,15 +284931,15 @@ "binop": null }, "value": "off", - "start": 13477, - "end": 13480, + "start": 13531, + "end": 13534, "loc": { "start": { - "line": 339, + "line": 340, "column": 20 }, "end": { - "line": 339, + "line": 340, "column": 23 } } @@ -282865,15 +284956,15 @@ "postfix": false, "binop": null }, - "start": 13480, - "end": 13481, + "start": 13534, + "end": 13535, "loc": { "start": { - "line": 339, + "line": 340, "column": 23 }, "end": { - "line": 339, + "line": 340, "column": 24 } } @@ -282891,15 +284982,15 @@ "binop": null }, "value": "Event", - "start": 13481, - "end": 13486, + "start": 13535, + "end": 13540, "loc": { "start": { - "line": 339, + "line": 340, "column": 24 }, "end": { - "line": 339, + "line": 340, "column": 29 } } @@ -282917,15 +285008,15 @@ "binop": null, "updateContext": null }, - "start": 13486, - "end": 13487, + "start": 13540, + "end": 13541, "loc": { "start": { - "line": 339, + "line": 340, "column": 29 }, "end": { - "line": 339, + "line": 340, "column": 30 } } @@ -282943,15 +285034,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 13487, - "end": 13501, + "start": 13541, + "end": 13555, "loc": { "start": { - "line": 339, + "line": 340, "column": 30 }, "end": { - "line": 339, + "line": 340, "column": 44 } } @@ -282968,15 +285059,15 @@ "postfix": false, "binop": null }, - "start": 13501, - "end": 13502, + "start": 13555, + "end": 13556, "loc": { "start": { - "line": 339, + "line": 340, "column": 44 }, "end": { - "line": 339, + "line": 340, "column": 45 } } @@ -282994,15 +285085,15 @@ "binop": null, "updateContext": null }, - "start": 13502, - "end": 13503, + "start": 13556, + "end": 13557, "loc": { "start": { - "line": 339, + "line": 340, "column": 45 }, "end": { - "line": 339, + "line": 340, "column": 46 } } @@ -283022,15 +285113,15 @@ "updateContext": null }, "value": "this", - "start": 13512, - "end": 13516, + "start": 13566, + "end": 13570, "loc": { "start": { - "line": 340, + "line": 341, "column": 8 }, "end": { - "line": 340, + "line": 341, "column": 12 } } @@ -283048,15 +285139,15 @@ "binop": null, "updateContext": null }, - "start": 13516, - "end": 13517, + "start": 13570, + "end": 13571, "loc": { "start": { - "line": 340, + "line": 341, "column": 12 }, "end": { - "line": 340, + "line": 341, "column": 13 } } @@ -283074,15 +285165,15 @@ "binop": null }, "value": "player", - "start": 13517, - "end": 13523, + "start": 13571, + "end": 13577, "loc": { "start": { - "line": 340, + "line": 341, "column": 13 }, "end": { - "line": 340, + "line": 341, "column": 19 } } @@ -283100,15 +285191,15 @@ "binop": null, "updateContext": null }, - "start": 13523, - "end": 13524, + "start": 13577, + "end": 13578, "loc": { "start": { - "line": 340, + "line": 341, "column": 19 }, "end": { - "line": 340, + "line": 341, "column": 20 } } @@ -283126,15 +285217,15 @@ "binop": null }, "value": "off", - "start": 13524, - "end": 13527, + "start": 13578, + "end": 13581, "loc": { "start": { - "line": 340, + "line": 341, "column": 20 }, "end": { - "line": 340, + "line": 341, "column": 23 } } @@ -283151,15 +285242,15 @@ "postfix": false, "binop": null }, - "start": 13527, - "end": 13528, + "start": 13581, + "end": 13582, "loc": { "start": { - "line": 340, + "line": 341, "column": 23 }, "end": { - "line": 340, + "line": 341, "column": 24 } } @@ -283177,15 +285268,15 @@ "binop": null }, "value": "Event", - "start": 13528, - "end": 13533, + "start": 13582, + "end": 13587, "loc": { "start": { - "line": 340, + "line": 341, "column": 24 }, "end": { - "line": 340, + "line": 341, "column": 29 } } @@ -283203,15 +285294,15 @@ "binop": null, "updateContext": null }, - "start": 13533, - "end": 13534, + "start": 13587, + "end": 13588, "loc": { "start": { - "line": 340, + "line": 341, "column": 29 }, "end": { - "line": 340, + "line": 341, "column": 30 } } @@ -283229,15 +285320,15 @@ "binop": null }, "value": "LOADSTART", - "start": 13534, - "end": 13543, + "start": 13588, + "end": 13597, "loc": { "start": { - "line": 340, + "line": 341, "column": 30 }, "end": { - "line": 340, + "line": 341, "column": 39 } } @@ -283254,15 +285345,15 @@ "postfix": false, "binop": null }, - "start": 13543, - "end": 13544, + "start": 13597, + "end": 13598, "loc": { "start": { - "line": 340, + "line": 341, "column": 39 }, "end": { - "line": 340, + "line": 341, "column": 40 } } @@ -283280,15 +285371,15 @@ "binop": null, "updateContext": null }, - "start": 13544, - "end": 13545, + "start": 13598, + "end": 13599, "loc": { "start": { - "line": 340, + "line": 341, "column": 40 }, "end": { - "line": 340, + "line": 341, "column": 41 } } @@ -283308,15 +285399,15 @@ "updateContext": null }, "value": "this", - "start": 13554, - "end": 13558, + "start": 13608, + "end": 13612, "loc": { "start": { - "line": 341, + "line": 342, "column": 8 }, "end": { - "line": 341, + "line": 342, "column": 12 } } @@ -283334,15 +285425,15 @@ "binop": null, "updateContext": null }, - "start": 13558, - "end": 13559, + "start": 13612, + "end": 13613, "loc": { "start": { - "line": 341, + "line": 342, "column": 12 }, "end": { - "line": 341, + "line": 342, "column": 13 } } @@ -283360,15 +285451,15 @@ "binop": null }, "value": "player", - "start": 13559, - "end": 13565, + "start": 13613, + "end": 13619, "loc": { "start": { - "line": 341, + "line": 342, "column": 13 }, "end": { - "line": 341, + "line": 342, "column": 19 } } @@ -283386,15 +285477,15 @@ "binop": null, "updateContext": null }, - "start": 13565, - "end": 13566, + "start": 13619, + "end": 13620, "loc": { "start": { - "line": 341, + "line": 342, "column": 19 }, "end": { - "line": 341, + "line": 342, "column": 20 } } @@ -283412,15 +285503,15 @@ "binop": null }, "value": "off", - "start": 13566, - "end": 13569, + "start": 13620, + "end": 13623, "loc": { "start": { - "line": 341, + "line": 342, "column": 20 }, "end": { - "line": 341, + "line": 342, "column": 23 } } @@ -283437,15 +285528,15 @@ "postfix": false, "binop": null }, - "start": 13569, - "end": 13570, + "start": 13623, + "end": 13624, "loc": { "start": { - "line": 341, + "line": 342, "column": 23 }, "end": { - "line": 341, + "line": 342, "column": 24 } } @@ -283463,15 +285554,15 @@ "binop": null }, "value": "Event", - "start": 13570, - "end": 13575, + "start": 13624, + "end": 13629, "loc": { "start": { - "line": 341, + "line": 342, "column": 24 }, "end": { - "line": 341, + "line": 342, "column": 29 } } @@ -283489,15 +285580,15 @@ "binop": null, "updateContext": null }, - "start": 13575, - "end": 13576, + "start": 13629, + "end": 13630, "loc": { "start": { - "line": 341, + "line": 342, "column": 29 }, "end": { - "line": 341, + "line": 342, "column": 30 } } @@ -283515,15 +285606,15 @@ "binop": null }, "value": "ENDED", - "start": 13576, - "end": 13581, + "start": 13630, + "end": 13635, "loc": { "start": { - "line": 341, + "line": 342, "column": 30 }, "end": { - "line": 341, + "line": 342, "column": 35 } } @@ -283540,15 +285631,15 @@ "postfix": false, "binop": null }, - "start": 13581, - "end": 13582, + "start": 13635, + "end": 13636, "loc": { "start": { - "line": 341, + "line": 342, "column": 35 }, "end": { - "line": 341, + "line": 342, "column": 36 } } @@ -283566,15 +285657,15 @@ "binop": null, "updateContext": null }, - "start": 13582, - "end": 13583, + "start": 13636, + "end": 13637, "loc": { "start": { - "line": 341, + "line": 342, "column": 36 }, "end": { - "line": 341, + "line": 342, "column": 37 } } @@ -283582,15 +285673,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 13593, - "end": 13619, + "start": 13647, + "end": 13673, "loc": { "start": { - "line": 343, + "line": 344, "column": 8 }, "end": { - "line": 343, + "line": 344, "column": 34 } } @@ -283610,15 +285701,15 @@ "updateContext": null }, "value": "this", - "start": 13628, - "end": 13632, + "start": 13682, + "end": 13686, "loc": { "start": { - "line": 344, + "line": 345, "column": 8 }, "end": { - "line": 344, + "line": 345, "column": 12 } } @@ -283636,15 +285727,15 @@ "binop": null, "updateContext": null }, - "start": 13632, - "end": 13633, + "start": 13686, + "end": 13687, "loc": { "start": { - "line": 344, + "line": 345, "column": 12 }, "end": { - "line": 344, + "line": 345, "column": 13 } } @@ -283662,15 +285753,15 @@ "binop": null }, "value": "setDuration", - "start": 13633, - "end": 13644, + "start": 13687, + "end": 13698, "loc": { "start": { - "line": 344, + "line": 345, "column": 13 }, "end": { - "line": 344, + "line": 345, "column": 24 } } @@ -283687,15 +285778,15 @@ "postfix": false, "binop": null }, - "start": 13644, - "end": 13645, + "start": 13698, + "end": 13699, "loc": { "start": { - "line": 344, + "line": 345, "column": 24 }, "end": { - "line": 344, + "line": 345, "column": 25 } } @@ -283715,15 +285806,15 @@ "updateContext": null }, "value": "this", - "start": 13645, - "end": 13649, + "start": 13699, + "end": 13703, "loc": { "start": { - "line": 344, + "line": 345, "column": 25 }, "end": { - "line": 344, + "line": 345, "column": 29 } } @@ -283741,15 +285832,15 @@ "binop": null, "updateContext": null }, - "start": 13649, - "end": 13650, + "start": 13703, + "end": 13704, "loc": { "start": { - "line": 344, + "line": 345, "column": 29 }, "end": { - "line": 344, + "line": 345, "column": 30 } } @@ -283767,15 +285858,15 @@ "binop": null }, "value": "maxLength", - "start": 13650, - "end": 13659, + "start": 13704, + "end": 13713, "loc": { "start": { - "line": 344, + "line": 345, "column": 30 }, "end": { - "line": 344, + "line": 345, "column": 39 } } @@ -283792,15 +285883,15 @@ "postfix": false, "binop": null }, - "start": 13659, - "end": 13660, + "start": 13713, + "end": 13714, "loc": { "start": { - "line": 344, + "line": 345, "column": 39 }, "end": { - "line": 344, + "line": 345, "column": 40 } } @@ -283818,15 +285909,15 @@ "binop": null, "updateContext": null }, - "start": 13660, - "end": 13661, + "start": 13714, + "end": 13715, "loc": { "start": { - "line": 344, + "line": 345, "column": 40 }, "end": { - "line": 344, + "line": 345, "column": 41 } } @@ -283834,15 +285925,15 @@ { "type": "CommentLine", "value": " hot keys", - "start": 13671, - "end": 13682, + "start": 13725, + "end": 13736, "loc": { "start": { - "line": 346, + "line": 347, "column": 8 }, "end": { - "line": 346, + "line": 347, "column": 19 } } @@ -283862,15 +285953,15 @@ "updateContext": null }, "value": "if", - "start": 13691, - "end": 13693, + "start": 13745, + "end": 13747, "loc": { "start": { - "line": 347, + "line": 348, "column": 8 }, "end": { - "line": 347, + "line": 348, "column": 10 } } @@ -283887,15 +285978,15 @@ "postfix": false, "binop": null }, - "start": 13694, - "end": 13695, + "start": 13748, + "end": 13749, "loc": { "start": { - "line": 347, + "line": 348, "column": 11 }, "end": { - "line": 347, + "line": 348, "column": 12 } } @@ -283915,15 +286006,15 @@ "updateContext": null }, "value": "this", - "start": 13695, - "end": 13699, + "start": 13749, + "end": 13753, "loc": { "start": { - "line": 347, + "line": 348, "column": 12 }, "end": { - "line": 347, + "line": 348, "column": 16 } } @@ -283941,15 +286032,15 @@ "binop": null, "updateContext": null }, - "start": 13699, - "end": 13700, + "start": 13753, + "end": 13754, "loc": { "start": { - "line": 347, + "line": 348, "column": 16 }, "end": { - "line": 347, + "line": 348, "column": 17 } } @@ -283967,15 +286058,15 @@ "binop": null }, "value": "player", - "start": 13700, - "end": 13706, + "start": 13754, + "end": 13760, "loc": { "start": { - "line": 347, + "line": 348, "column": 17 }, "end": { - "line": 347, + "line": 348, "column": 23 } } @@ -283993,15 +286084,15 @@ "binop": null, "updateContext": null }, - "start": 13706, - "end": 13707, + "start": 13760, + "end": 13761, "loc": { "start": { - "line": 347, + "line": 348, "column": 23 }, "end": { - "line": 347, + "line": 348, "column": 24 } } @@ -284019,15 +286110,15 @@ "binop": null }, "value": "options_", - "start": 13707, - "end": 13715, + "start": 13761, + "end": 13769, "loc": { "start": { - "line": 347, + "line": 348, "column": 24 }, "end": { - "line": 347, + "line": 348, "column": 32 } } @@ -284045,15 +286136,15 @@ "binop": null, "updateContext": null }, - "start": 13715, - "end": 13716, + "start": 13769, + "end": 13770, "loc": { "start": { - "line": 347, + "line": 348, "column": 32 }, "end": { - "line": 347, + "line": 348, "column": 33 } } @@ -284071,15 +286162,15 @@ "binop": null }, "value": "plugins", - "start": 13716, - "end": 13723, + "start": 13770, + "end": 13777, "loc": { "start": { - "line": 347, + "line": 348, "column": 33 }, "end": { - "line": 347, + "line": 348, "column": 40 } } @@ -284097,15 +286188,15 @@ "binop": null, "updateContext": null }, - "start": 13723, - "end": 13724, + "start": 13777, + "end": 13778, "loc": { "start": { - "line": 347, + "line": 348, "column": 40 }, "end": { - "line": 347, + "line": 348, "column": 41 } } @@ -284123,15 +286214,15 @@ "binop": null }, "value": "record", - "start": 13724, - "end": 13730, + "start": 13778, + "end": 13784, "loc": { "start": { - "line": 347, + "line": 348, "column": 41 }, "end": { - "line": 347, + "line": 348, "column": 47 } } @@ -284150,15 +286241,15 @@ "updateContext": null }, "value": "&&", - "start": 13731, - "end": 13733, + "start": 13785, + "end": 13787, "loc": { "start": { - "line": 347, + "line": 348, "column": 48 }, "end": { - "line": 347, + "line": 348, "column": 50 } } @@ -284178,15 +286269,15 @@ "updateContext": null }, "value": "this", - "start": 13746, - "end": 13750, + "start": 13800, + "end": 13804, "loc": { "start": { - "line": 348, + "line": 349, "column": 12 }, "end": { - "line": 348, + "line": 349, "column": 16 } } @@ -284204,15 +286295,15 @@ "binop": null, "updateContext": null }, - "start": 13750, - "end": 13751, + "start": 13804, + "end": 13805, "loc": { "start": { - "line": 348, + "line": 349, "column": 16 }, "end": { - "line": 348, + "line": 349, "column": 17 } } @@ -284230,15 +286321,15 @@ "binop": null }, "value": "player", - "start": 13751, - "end": 13757, + "start": 13805, + "end": 13811, "loc": { "start": { - "line": 348, + "line": 349, "column": 17 }, "end": { - "line": 348, + "line": 349, "column": 23 } } @@ -284256,15 +286347,15 @@ "binop": null, "updateContext": null }, - "start": 13757, - "end": 13758, + "start": 13811, + "end": 13812, "loc": { "start": { - "line": 348, + "line": 349, "column": 23 }, "end": { - "line": 348, + "line": 349, "column": 24 } } @@ -284282,15 +286373,15 @@ "binop": null }, "value": "options_", - "start": 13758, - "end": 13766, + "start": 13812, + "end": 13820, "loc": { "start": { - "line": 348, + "line": 349, "column": 24 }, "end": { - "line": 348, + "line": 349, "column": 32 } } @@ -284308,15 +286399,15 @@ "binop": null, "updateContext": null }, - "start": 13766, - "end": 13767, + "start": 13820, + "end": 13821, "loc": { "start": { - "line": 348, + "line": 349, "column": 32 }, "end": { - "line": 348, + "line": 349, "column": 33 } } @@ -284334,15 +286425,15 @@ "binop": null }, "value": "plugins", - "start": 13767, - "end": 13774, + "start": 13821, + "end": 13828, "loc": { "start": { - "line": 348, + "line": 349, "column": 33 }, "end": { - "line": 348, + "line": 349, "column": 40 } } @@ -284360,15 +286451,15 @@ "binop": null, "updateContext": null }, - "start": 13774, - "end": 13775, + "start": 13828, + "end": 13829, "loc": { "start": { - "line": 348, + "line": 349, "column": 40 }, "end": { - "line": 348, + "line": 349, "column": 41 } } @@ -284386,15 +286477,15 @@ "binop": null }, "value": "record", - "start": 13775, - "end": 13781, + "start": 13829, + "end": 13835, "loc": { "start": { - "line": 348, + "line": 349, "column": 41 }, "end": { - "line": 348, + "line": 349, "column": 47 } } @@ -284412,15 +286503,15 @@ "binop": null, "updateContext": null }, - "start": 13781, - "end": 13782, + "start": 13835, + "end": 13836, "loc": { "start": { - "line": 348, + "line": 349, "column": 47 }, "end": { - "line": 348, + "line": 349, "column": 48 } } @@ -284438,15 +286529,15 @@ "binop": null }, "value": "hotKeys", - "start": 13782, - "end": 13789, + "start": 13836, + "end": 13843, "loc": { "start": { - "line": 348, + "line": 349, "column": 48 }, "end": { - "line": 348, + "line": 349, "column": 55 } } @@ -284465,15 +286556,15 @@ "updateContext": null }, "value": "&&", - "start": 13790, - "end": 13792, + "start": 13844, + "end": 13846, "loc": { "start": { - "line": 348, + "line": 349, "column": 56 }, "end": { - "line": 348, + "line": 349, "column": 58 } } @@ -284490,15 +286581,15 @@ "postfix": false, "binop": null }, - "start": 13805, - "end": 13806, + "start": 13859, + "end": 13860, "loc": { "start": { - "line": 349, + "line": 350, "column": 12 }, "end": { - "line": 349, + "line": 350, "column": 13 } } @@ -284518,15 +286609,15 @@ "updateContext": null }, "value": "this", - "start": 13806, - "end": 13810, + "start": 13860, + "end": 13864, "loc": { "start": { - "line": 349, + "line": 350, "column": 13 }, "end": { - "line": 349, + "line": 350, "column": 17 } } @@ -284544,15 +286635,15 @@ "binop": null, "updateContext": null }, - "start": 13810, - "end": 13811, + "start": 13864, + "end": 13865, "loc": { "start": { - "line": 349, + "line": 350, "column": 17 }, "end": { - "line": 349, + "line": 350, "column": 18 } } @@ -284570,15 +286661,15 @@ "binop": null }, "value": "player", - "start": 13811, - "end": 13817, + "start": 13865, + "end": 13871, "loc": { "start": { - "line": 349, + "line": 350, "column": 18 }, "end": { - "line": 349, + "line": 350, "column": 24 } } @@ -284596,15 +286687,15 @@ "binop": null, "updateContext": null }, - "start": 13817, - "end": 13818, + "start": 13871, + "end": 13872, "loc": { "start": { - "line": 349, + "line": 350, "column": 24 }, "end": { - "line": 349, + "line": 350, "column": 25 } } @@ -284622,15 +286713,15 @@ "binop": null }, "value": "options_", - "start": 13818, - "end": 13826, + "start": 13872, + "end": 13880, "loc": { "start": { - "line": 349, + "line": 350, "column": 25 }, "end": { - "line": 349, + "line": 350, "column": 33 } } @@ -284648,15 +286739,15 @@ "binop": null, "updateContext": null }, - "start": 13826, - "end": 13827, + "start": 13880, + "end": 13881, "loc": { "start": { - "line": 349, + "line": 350, "column": 33 }, "end": { - "line": 349, + "line": 350, "column": 34 } } @@ -284674,15 +286765,15 @@ "binop": null }, "value": "plugins", - "start": 13827, - "end": 13834, + "start": 13881, + "end": 13888, "loc": { "start": { - "line": 349, + "line": 350, "column": 34 }, "end": { - "line": 349, + "line": 350, "column": 41 } } @@ -284700,15 +286791,15 @@ "binop": null, "updateContext": null }, - "start": 13834, - "end": 13835, + "start": 13888, + "end": 13889, "loc": { "start": { - "line": 349, + "line": 350, "column": 41 }, "end": { - "line": 349, + "line": 350, "column": 42 } } @@ -284726,15 +286817,15 @@ "binop": null }, "value": "record", - "start": 13835, - "end": 13841, + "start": 13889, + "end": 13895, "loc": { "start": { - "line": 349, + "line": 350, "column": 42 }, "end": { - "line": 349, + "line": 350, "column": 48 } } @@ -284752,15 +286843,15 @@ "binop": null, "updateContext": null }, - "start": 13841, - "end": 13842, + "start": 13895, + "end": 13896, "loc": { "start": { - "line": 349, + "line": 350, "column": 48 }, "end": { - "line": 349, + "line": 350, "column": 49 } } @@ -284778,15 +286869,15 @@ "binop": null }, "value": "hotKeys", - "start": 13842, - "end": 13849, + "start": 13896, + "end": 13903, "loc": { "start": { - "line": 349, + "line": 350, "column": 49 }, "end": { - "line": 349, + "line": 350, "column": 56 } } @@ -284805,15 +286896,15 @@ "updateContext": null }, "value": "!==", - "start": 13850, - "end": 13853, + "start": 13904, + "end": 13907, "loc": { "start": { - "line": 349, + "line": 350, "column": 57 }, "end": { - "line": 349, + "line": 350, "column": 60 } } @@ -284833,15 +286924,15 @@ "updateContext": null }, "value": "false", - "start": 13854, - "end": 13859, + "start": 13908, + "end": 13913, "loc": { "start": { - "line": 349, + "line": 350, "column": 61 }, "end": { - "line": 349, + "line": 350, "column": 66 } } @@ -284858,15 +286949,15 @@ "postfix": false, "binop": null }, - "start": 13859, - "end": 13860, + "start": 13913, + "end": 13914, "loc": { "start": { - "line": 349, + "line": 350, "column": 66 }, "end": { - "line": 349, + "line": 350, "column": 67 } } @@ -284883,15 +286974,15 @@ "postfix": false, "binop": null }, - "start": 13860, - "end": 13861, + "start": 13914, + "end": 13915, "loc": { "start": { - "line": 349, + "line": 350, "column": 67 }, "end": { - "line": 349, + "line": 350, "column": 68 } } @@ -284908,15 +286999,15 @@ "postfix": false, "binop": null }, - "start": 13862, - "end": 13863, + "start": 13916, + "end": 13917, "loc": { "start": { - "line": 349, + "line": 350, "column": 69 }, "end": { - "line": 349, + "line": 350, "column": 70 } } @@ -284936,15 +287027,15 @@ "updateContext": null }, "value": "let", - "start": 13877, - "end": 13880, + "start": 13931, + "end": 13934, "loc": { "start": { - "line": 351, + "line": 352, "column": 12 }, "end": { - "line": 351, + "line": 352, "column": 15 } } @@ -284962,15 +287053,15 @@ "binop": null }, "value": "handler", - "start": 13881, - "end": 13888, + "start": 13935, + "end": 13942, "loc": { "start": { - "line": 351, + "line": 352, "column": 16 }, "end": { - "line": 351, + "line": 352, "column": 23 } } @@ -284989,15 +287080,15 @@ "updateContext": null }, "value": "=", - "start": 13889, - "end": 13890, + "start": 13943, + "end": 13944, "loc": { "start": { - "line": 351, + "line": 352, "column": 24 }, "end": { - "line": 351, + "line": 352, "column": 25 } } @@ -285017,15 +287108,15 @@ "updateContext": null }, "value": "this", - "start": 13891, - "end": 13895, + "start": 13945, + "end": 13949, "loc": { "start": { - "line": 351, + "line": 352, "column": 26 }, "end": { - "line": 351, + "line": 352, "column": 30 } } @@ -285043,15 +287134,15 @@ "binop": null, "updateContext": null }, - "start": 13895, - "end": 13896, + "start": 13949, + "end": 13950, "loc": { "start": { - "line": 351, + "line": 352, "column": 30 }, "end": { - "line": 351, + "line": 352, "column": 31 } } @@ -285069,15 +287160,15 @@ "binop": null }, "value": "player", - "start": 13896, - "end": 13902, + "start": 13950, + "end": 13956, "loc": { "start": { - "line": 351, + "line": 352, "column": 31 }, "end": { - "line": 351, + "line": 352, "column": 37 } } @@ -285095,15 +287186,15 @@ "binop": null, "updateContext": null }, - "start": 13902, - "end": 13903, + "start": 13956, + "end": 13957, "loc": { "start": { - "line": 351, + "line": 352, "column": 37 }, "end": { - "line": 351, + "line": 352, "column": 38 } } @@ -285121,15 +287212,15 @@ "binop": null }, "value": "options_", - "start": 13903, - "end": 13911, + "start": 13957, + "end": 13965, "loc": { "start": { - "line": 351, + "line": 352, "column": 38 }, "end": { - "line": 351, + "line": 352, "column": 46 } } @@ -285147,15 +287238,15 @@ "binop": null, "updateContext": null }, - "start": 13911, - "end": 13912, + "start": 13965, + "end": 13966, "loc": { "start": { - "line": 351, + "line": 352, "column": 46 }, "end": { - "line": 351, + "line": 352, "column": 47 } } @@ -285173,15 +287264,15 @@ "binop": null }, "value": "plugins", - "start": 13912, - "end": 13919, + "start": 13966, + "end": 13973, "loc": { "start": { - "line": 351, + "line": 352, "column": 47 }, "end": { - "line": 351, + "line": 352, "column": 54 } } @@ -285199,15 +287290,15 @@ "binop": null, "updateContext": null }, - "start": 13919, - "end": 13920, + "start": 13973, + "end": 13974, "loc": { "start": { - "line": 351, + "line": 352, "column": 54 }, "end": { - "line": 351, + "line": 352, "column": 55 } } @@ -285225,15 +287316,15 @@ "binop": null }, "value": "record", - "start": 13920, - "end": 13926, + "start": 13974, + "end": 13980, "loc": { "start": { - "line": 351, + "line": 352, "column": 55 }, "end": { - "line": 351, + "line": 352, "column": 61 } } @@ -285251,15 +287342,15 @@ "binop": null, "updateContext": null }, - "start": 13926, - "end": 13927, + "start": 13980, + "end": 13981, "loc": { "start": { - "line": 351, + "line": 352, "column": 61 }, "end": { - "line": 351, + "line": 352, "column": 62 } } @@ -285277,15 +287368,15 @@ "binop": null }, "value": "hotKeys", - "start": 13927, - "end": 13934, + "start": 13981, + "end": 13988, "loc": { "start": { - "line": 351, + "line": 352, "column": 62 }, "end": { - "line": 351, + "line": 352, "column": 69 } } @@ -285303,15 +287394,15 @@ "binop": null, "updateContext": null }, - "start": 13934, - "end": 13935, + "start": 13988, + "end": 13989, "loc": { "start": { - "line": 351, + "line": 352, "column": 69 }, "end": { - "line": 351, + "line": 352, "column": 70 } } @@ -285331,15 +287422,15 @@ "updateContext": null }, "value": "if", - "start": 13948, - "end": 13950, + "start": 14002, + "end": 14004, "loc": { "start": { - "line": 352, + "line": 353, "column": 12 }, "end": { - "line": 352, + "line": 353, "column": 14 } } @@ -285356,15 +287447,15 @@ "postfix": false, "binop": null }, - "start": 13951, - "end": 13952, + "start": 14005, + "end": 14006, "loc": { "start": { - "line": 352, + "line": 353, "column": 15 }, "end": { - "line": 352, + "line": 353, "column": 16 } } @@ -285382,15 +287473,15 @@ "binop": null }, "value": "handler", - "start": 13952, - "end": 13959, + "start": 14006, + "end": 14013, "loc": { "start": { - "line": 352, + "line": 353, "column": 16 }, "end": { - "line": 352, + "line": 353, "column": 23 } } @@ -285409,15 +287500,15 @@ "updateContext": null }, "value": "===", - "start": 13960, - "end": 13963, + "start": 14014, + "end": 14017, "loc": { "start": { - "line": 352, + "line": 353, "column": 24 }, "end": { - "line": 352, + "line": 353, "column": 27 } } @@ -285437,15 +287528,15 @@ "updateContext": null }, "value": "true", - "start": 13964, - "end": 13968, + "start": 14018, + "end": 14022, "loc": { "start": { - "line": 352, + "line": 353, "column": 28 }, "end": { - "line": 352, + "line": 353, "column": 32 } } @@ -285462,15 +287553,15 @@ "postfix": false, "binop": null }, - "start": 13968, - "end": 13969, + "start": 14022, + "end": 14023, "loc": { "start": { - "line": 352, + "line": 353, "column": 32 }, "end": { - "line": 352, + "line": 353, "column": 33 } } @@ -285487,15 +287578,15 @@ "postfix": false, "binop": null }, - "start": 13970, - "end": 13971, + "start": 14024, + "end": 14025, "loc": { "start": { - "line": 352, + "line": 353, "column": 34 }, "end": { - "line": 352, + "line": 353, "column": 35 } } @@ -285513,15 +287604,15 @@ "binop": null }, "value": "handler", - "start": 13988, - "end": 13995, + "start": 14042, + "end": 14049, "loc": { "start": { - "line": 353, + "line": 354, "column": 16 }, "end": { - "line": 353, + "line": 354, "column": 23 } } @@ -285540,15 +287631,15 @@ "updateContext": null }, "value": "=", - "start": 13996, - "end": 13997, + "start": 14050, + "end": 14051, "loc": { "start": { - "line": 353, + "line": 354, "column": 24 }, "end": { - "line": 353, + "line": 354, "column": 25 } } @@ -285566,15 +287657,15 @@ "binop": null }, "value": "defaultKeyHandler", - "start": 13998, - "end": 14015, + "start": 14052, + "end": 14069, "loc": { "start": { - "line": 353, + "line": 354, "column": 26 }, "end": { - "line": 353, + "line": 354, "column": 43 } } @@ -285592,15 +287683,15 @@ "binop": null, "updateContext": null }, - "start": 14015, - "end": 14016, + "start": 14069, + "end": 14070, "loc": { "start": { - "line": 353, + "line": 354, "column": 43 }, "end": { - "line": 353, + "line": 354, "column": 44 } } @@ -285617,15 +287708,15 @@ "postfix": false, "binop": null }, - "start": 14029, - "end": 14030, + "start": 14083, + "end": 14084, "loc": { "start": { - "line": 354, + "line": 355, "column": 12 }, "end": { - "line": 354, + "line": 355, "column": 13 } } @@ -285633,15 +287724,15 @@ { "type": "CommentLine", "value": " enable video.js user action", - "start": 14043, - "end": 14073, + "start": 14097, + "end": 14127, "loc": { "start": { - "line": 355, + "line": 356, "column": 12 }, "end": { - "line": 355, + "line": 356, "column": 42 } } @@ -285661,15 +287752,15 @@ "updateContext": null }, "value": "this", - "start": 14086, - "end": 14090, + "start": 14140, + "end": 14144, "loc": { "start": { - "line": 356, + "line": 357, "column": 12 }, "end": { - "line": 356, + "line": 357, "column": 16 } } @@ -285687,15 +287778,15 @@ "binop": null, "updateContext": null }, - "start": 14090, - "end": 14091, + "start": 14144, + "end": 14145, "loc": { "start": { - "line": 356, + "line": 357, "column": 16 }, "end": { - "line": 356, + "line": 357, "column": 17 } } @@ -285713,15 +287804,15 @@ "binop": null }, "value": "player", - "start": 14091, - "end": 14097, + "start": 14145, + "end": 14151, "loc": { "start": { - "line": 356, + "line": 357, "column": 17 }, "end": { - "line": 356, + "line": 357, "column": 23 } } @@ -285739,15 +287830,15 @@ "binop": null, "updateContext": null }, - "start": 14097, - "end": 14098, + "start": 14151, + "end": 14152, "loc": { "start": { - "line": 356, + "line": 357, "column": 23 }, "end": { - "line": 356, + "line": 357, "column": 24 } } @@ -285765,15 +287856,15 @@ "binop": null }, "value": "options_", - "start": 14098, - "end": 14106, + "start": 14152, + "end": 14160, "loc": { "start": { - "line": 356, + "line": 357, "column": 24 }, "end": { - "line": 356, + "line": 357, "column": 32 } } @@ -285791,15 +287882,15 @@ "binop": null, "updateContext": null }, - "start": 14106, - "end": 14107, + "start": 14160, + "end": 14161, "loc": { "start": { - "line": 356, + "line": 357, "column": 32 }, "end": { - "line": 356, + "line": 357, "column": 33 } } @@ -285817,15 +287908,15 @@ "binop": null }, "value": "userActions", - "start": 14107, - "end": 14118, + "start": 14161, + "end": 14172, "loc": { "start": { - "line": 356, + "line": 357, "column": 33 }, "end": { - "line": 356, + "line": 357, "column": 44 } } @@ -285844,15 +287935,15 @@ "updateContext": null }, "value": "=", - "start": 14119, - "end": 14120, + "start": 14173, + "end": 14174, "loc": { "start": { - "line": 356, + "line": 357, "column": 45 }, "end": { - "line": 356, + "line": 357, "column": 46 } } @@ -285869,15 +287960,15 @@ "postfix": false, "binop": null }, - "start": 14121, - "end": 14122, + "start": 14175, + "end": 14176, "loc": { "start": { - "line": 356, + "line": 357, "column": 47 }, "end": { - "line": 356, + "line": 357, "column": 48 } } @@ -285895,15 +287986,15 @@ "binop": null }, "value": "hotkeys", - "start": 14139, - "end": 14146, + "start": 14193, + "end": 14200, "loc": { "start": { - "line": 357, + "line": 358, "column": 16 }, "end": { - "line": 357, + "line": 358, "column": 23 } } @@ -285921,15 +288012,15 @@ "binop": null, "updateContext": null }, - "start": 14146, - "end": 14147, + "start": 14200, + "end": 14201, "loc": { "start": { - "line": 357, + "line": 358, "column": 23 }, "end": { - "line": 357, + "line": 358, "column": 24 } } @@ -285947,15 +288038,15 @@ "binop": null }, "value": "handler", - "start": 14148, - "end": 14155, + "start": 14202, + "end": 14209, "loc": { "start": { - "line": 357, + "line": 358, "column": 25 }, "end": { - "line": 357, + "line": 358, "column": 32 } } @@ -285972,15 +288063,15 @@ "postfix": false, "binop": null }, - "start": 14168, - "end": 14169, + "start": 14222, + "end": 14223, "loc": { "start": { - "line": 358, + "line": 359, "column": 12 }, "end": { - "line": 358, + "line": 359, "column": 13 } } @@ -285998,15 +288089,15 @@ "binop": null, "updateContext": null }, - "start": 14169, - "end": 14170, + "start": 14223, + "end": 14224, "loc": { "start": { - "line": 358, + "line": 359, "column": 13 }, "end": { - "line": 358, + "line": 359, "column": 14 } } @@ -286023,15 +288114,15 @@ "postfix": false, "binop": null }, - "start": 14179, - "end": 14180, + "start": 14233, + "end": 14234, "loc": { "start": { - "line": 359, + "line": 360, "column": 8 }, "end": { - "line": 359, + "line": 360, "column": 9 } } @@ -286039,15 +288130,15 @@ { "type": "CommentLine", "value": " hide play control (if present)", - "start": 14190, - "end": 14223, + "start": 14244, + "end": 14277, "loc": { "start": { - "line": 361, + "line": 362, "column": 8 }, "end": { - "line": 361, + "line": 362, "column": 41 } } @@ -286067,15 +288158,15 @@ "updateContext": null }, "value": "if", - "start": 14232, - "end": 14234, + "start": 14286, + "end": 14288, "loc": { "start": { - "line": 362, + "line": 363, "column": 8 }, "end": { - "line": 362, + "line": 363, "column": 10 } } @@ -286092,15 +288183,15 @@ "postfix": false, "binop": null }, - "start": 14235, - "end": 14236, + "start": 14289, + "end": 14290, "loc": { "start": { - "line": 362, + "line": 363, "column": 11 }, "end": { - "line": 362, + "line": 363, "column": 12 } } @@ -286120,15 +288211,15 @@ "updateContext": null }, "value": "this", - "start": 14236, - "end": 14240, + "start": 14290, + "end": 14294, "loc": { "start": { - "line": 362, + "line": 363, "column": 12 }, "end": { - "line": 362, + "line": 363, "column": 16 } } @@ -286146,15 +288237,15 @@ "binop": null, "updateContext": null }, - "start": 14240, - "end": 14241, + "start": 14294, + "end": 14295, "loc": { "start": { - "line": 362, + "line": 363, "column": 16 }, "end": { - "line": 362, + "line": 363, "column": 17 } } @@ -286172,15 +288263,15 @@ "binop": null }, "value": "player", - "start": 14241, - "end": 14247, + "start": 14295, + "end": 14301, "loc": { "start": { - "line": 362, + "line": 363, "column": 17 }, "end": { - "line": 362, + "line": 363, "column": 23 } } @@ -286198,15 +288289,15 @@ "binop": null, "updateContext": null }, - "start": 14247, - "end": 14248, + "start": 14301, + "end": 14302, "loc": { "start": { - "line": 362, + "line": 363, "column": 23 }, "end": { - "line": 362, + "line": 363, "column": 24 } } @@ -286224,15 +288315,15 @@ "binop": null }, "value": "controlBar", - "start": 14248, - "end": 14258, + "start": 14302, + "end": 14312, "loc": { "start": { - "line": 362, + "line": 363, "column": 24 }, "end": { - "line": 362, + "line": 363, "column": 34 } } @@ -286250,15 +288341,15 @@ "binop": null, "updateContext": null }, - "start": 14258, - "end": 14259, + "start": 14312, + "end": 14313, "loc": { "start": { - "line": 362, + "line": 363, "column": 34 }, "end": { - "line": 362, + "line": 363, "column": 35 } } @@ -286276,15 +288367,15 @@ "binop": null }, "value": "playToggle", - "start": 14259, - "end": 14269, + "start": 14313, + "end": 14323, "loc": { "start": { - "line": 362, + "line": 363, "column": 35 }, "end": { - "line": 362, + "line": 363, "column": 45 } } @@ -286303,15 +288394,15 @@ "updateContext": null }, "value": "!==", - "start": 14270, - "end": 14273, + "start": 14324, + "end": 14327, "loc": { "start": { - "line": 362, + "line": 363, "column": 46 }, "end": { - "line": 362, + "line": 363, "column": 49 } } @@ -286329,15 +288420,15 @@ "binop": null }, "value": "undefined", - "start": 14274, - "end": 14283, + "start": 14328, + "end": 14337, "loc": { "start": { - "line": 362, + "line": 363, "column": 50 }, "end": { - "line": 362, + "line": 363, "column": 59 } } @@ -286354,15 +288445,15 @@ "postfix": false, "binop": null }, - "start": 14283, - "end": 14284, + "start": 14337, + "end": 14338, "loc": { "start": { - "line": 362, + "line": 363, "column": 59 }, "end": { - "line": 362, + "line": 363, "column": 60 } } @@ -286379,15 +288470,15 @@ "postfix": false, "binop": null }, - "start": 14285, - "end": 14286, + "start": 14339, + "end": 14340, "loc": { "start": { - "line": 362, + "line": 363, "column": 61 }, "end": { - "line": 362, + "line": 363, "column": 62 } } @@ -286407,15 +288498,15 @@ "updateContext": null }, "value": "this", - "start": 14299, - "end": 14303, + "start": 14353, + "end": 14357, "loc": { "start": { - "line": 363, + "line": 364, "column": 12 }, "end": { - "line": 363, + "line": 364, "column": 16 } } @@ -286433,15 +288524,15 @@ "binop": null, "updateContext": null }, - "start": 14303, - "end": 14304, + "start": 14357, + "end": 14358, "loc": { "start": { - "line": 363, + "line": 364, "column": 16 }, "end": { - "line": 363, + "line": 364, "column": 17 } } @@ -286459,15 +288550,15 @@ "binop": null }, "value": "player", - "start": 14304, - "end": 14310, + "start": 14358, + "end": 14364, "loc": { "start": { - "line": 363, + "line": 364, "column": 17 }, "end": { - "line": 363, + "line": 364, "column": 23 } } @@ -286485,15 +288576,15 @@ "binop": null, "updateContext": null }, - "start": 14310, - "end": 14311, + "start": 14364, + "end": 14365, "loc": { "start": { - "line": 363, + "line": 364, "column": 23 }, "end": { - "line": 363, + "line": 364, "column": 24 } } @@ -286511,15 +288602,15 @@ "binop": null }, "value": "controlBar", - "start": 14311, - "end": 14321, + "start": 14365, + "end": 14375, "loc": { "start": { - "line": 363, + "line": 364, "column": 24 }, "end": { - "line": 363, + "line": 364, "column": 34 } } @@ -286537,15 +288628,15 @@ "binop": null, "updateContext": null }, - "start": 14321, - "end": 14322, + "start": 14375, + "end": 14376, "loc": { "start": { - "line": 363, + "line": 364, "column": 34 }, "end": { - "line": 363, + "line": 364, "column": 35 } } @@ -286563,15 +288654,15 @@ "binop": null }, "value": "playToggle", - "start": 14322, - "end": 14332, + "start": 14376, + "end": 14386, "loc": { "start": { - "line": 363, + "line": 364, "column": 35 }, "end": { - "line": 363, + "line": 364, "column": 45 } } @@ -286589,15 +288680,15 @@ "binop": null, "updateContext": null }, - "start": 14332, - "end": 14333, + "start": 14386, + "end": 14387, "loc": { "start": { - "line": 363, + "line": 364, "column": 45 }, "end": { - "line": 363, + "line": 364, "column": 46 } } @@ -286615,15 +288706,15 @@ "binop": null }, "value": "hide", - "start": 14333, - "end": 14337, + "start": 14387, + "end": 14391, "loc": { "start": { - "line": 363, + "line": 364, "column": 46 }, "end": { - "line": 363, + "line": 364, "column": 50 } } @@ -286640,15 +288731,15 @@ "postfix": false, "binop": null }, - "start": 14337, - "end": 14338, + "start": 14391, + "end": 14392, "loc": { "start": { - "line": 363, + "line": 364, "column": 50 }, "end": { - "line": 363, + "line": 364, "column": 51 } } @@ -286665,15 +288756,15 @@ "postfix": false, "binop": null }, - "start": 14338, - "end": 14339, + "start": 14392, + "end": 14393, "loc": { "start": { - "line": 363, + "line": 364, "column": 51 }, "end": { - "line": 363, + "line": 364, "column": 52 } } @@ -286691,15 +288782,15 @@ "binop": null, "updateContext": null }, - "start": 14339, - "end": 14340, + "start": 14393, + "end": 14394, "loc": { "start": { - "line": 363, + "line": 364, "column": 52 }, "end": { - "line": 363, + "line": 364, "column": 53 } } @@ -286716,15 +288807,15 @@ "postfix": false, "binop": null }, - "start": 14349, - "end": 14350, + "start": 14403, + "end": 14404, "loc": { "start": { - "line": 364, + "line": 365, "column": 8 }, "end": { - "line": 364, + "line": 365, "column": 9 } } @@ -286741,15 +288832,15 @@ "postfix": false, "binop": null }, - "start": 14355, - "end": 14356, + "start": 14409, + "end": 14410, "loc": { "start": { - "line": 365, + "line": 366, "column": 4 }, "end": { - "line": 365, + "line": 366, "column": 5 } } @@ -286757,15 +288848,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n ", - "start": 14362, - "end": 14507, + "start": 14416, + "end": 14561, "loc": { "start": { - "line": 367, + "line": 368, "column": 4 }, "end": { - "line": 371, + "line": 372, "column": 7 } } @@ -286783,15 +288874,15 @@ "binop": null }, "value": "isRecording", - "start": 14512, - "end": 14523, + "start": 14566, + "end": 14577, "loc": { "start": { - "line": 372, + "line": 373, "column": 4 }, "end": { - "line": 372, + "line": 373, "column": 15 } } @@ -286808,15 +288899,15 @@ "postfix": false, "binop": null }, - "start": 14523, - "end": 14524, + "start": 14577, + "end": 14578, "loc": { "start": { - "line": 372, + "line": 373, "column": 15 }, "end": { - "line": 372, + "line": 373, "column": 16 } } @@ -286833,15 +288924,15 @@ "postfix": false, "binop": null }, - "start": 14524, - "end": 14525, + "start": 14578, + "end": 14579, "loc": { "start": { - "line": 372, + "line": 373, "column": 16 }, "end": { - "line": 372, + "line": 373, "column": 17 } } @@ -286858,15 +288949,15 @@ "postfix": false, "binop": null }, - "start": 14526, - "end": 14527, + "start": 14580, + "end": 14581, "loc": { "start": { - "line": 372, + "line": 373, "column": 18 }, "end": { - "line": 372, + "line": 373, "column": 19 } } @@ -286886,15 +288977,15 @@ "updateContext": null }, "value": "return", - "start": 14536, - "end": 14542, + "start": 14590, + "end": 14596, "loc": { "start": { - "line": 373, + "line": 374, "column": 8 }, "end": { - "line": 373, + "line": 374, "column": 14 } } @@ -286914,15 +289005,15 @@ "updateContext": null }, "value": "this", - "start": 14543, - "end": 14547, + "start": 14597, + "end": 14601, "loc": { "start": { - "line": 373, + "line": 374, "column": 15 }, "end": { - "line": 373, + "line": 374, "column": 19 } } @@ -286940,15 +289031,15 @@ "binop": null, "updateContext": null }, - "start": 14547, - "end": 14548, + "start": 14601, + "end": 14602, "loc": { "start": { - "line": 373, + "line": 374, "column": 19 }, "end": { - "line": 373, + "line": 374, "column": 20 } } @@ -286966,15 +289057,15 @@ "binop": null }, "value": "_recording", - "start": 14548, - "end": 14558, + "start": 14602, + "end": 14612, "loc": { "start": { - "line": 373, + "line": 374, "column": 20 }, "end": { - "line": 373, + "line": 374, "column": 30 } } @@ -286992,15 +289083,15 @@ "binop": null, "updateContext": null }, - "start": 14558, - "end": 14559, + "start": 14612, + "end": 14613, "loc": { "start": { - "line": 373, + "line": 374, "column": 30 }, "end": { - "line": 373, + "line": 374, "column": 31 } } @@ -287017,15 +289108,15 @@ "postfix": false, "binop": null }, - "start": 14564, - "end": 14565, + "start": 14618, + "end": 14619, "loc": { "start": { - "line": 374, + "line": 375, "column": 4 }, "end": { - "line": 374, + "line": 375, "column": 5 } } @@ -287033,15 +289124,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n ", - "start": 14571, - "end": 14729, + "start": 14625, + "end": 14783, "loc": { "start": { - "line": 376, + "line": 377, "column": 4 }, "end": { - "line": 381, + "line": 382, "column": 7 } } @@ -287059,15 +289150,15 @@ "binop": null }, "value": "isProcessing", - "start": 14734, - "end": 14746, + "start": 14788, + "end": 14800, "loc": { "start": { - "line": 382, + "line": 383, "column": 4 }, "end": { - "line": 382, + "line": 383, "column": 16 } } @@ -287084,15 +289175,15 @@ "postfix": false, "binop": null }, - "start": 14746, - "end": 14747, + "start": 14800, + "end": 14801, "loc": { "start": { - "line": 382, + "line": 383, "column": 16 }, "end": { - "line": 382, + "line": 383, "column": 17 } } @@ -287109,15 +289200,15 @@ "postfix": false, "binop": null }, - "start": 14747, - "end": 14748, + "start": 14801, + "end": 14802, "loc": { "start": { - "line": 382, + "line": 383, "column": 17 }, "end": { - "line": 382, + "line": 383, "column": 18 } } @@ -287134,15 +289225,15 @@ "postfix": false, "binop": null }, - "start": 14749, - "end": 14750, + "start": 14803, + "end": 14804, "loc": { "start": { - "line": 382, + "line": 383, "column": 19 }, "end": { - "line": 382, + "line": 383, "column": 20 } } @@ -287162,15 +289253,15 @@ "updateContext": null }, "value": "return", - "start": 14759, - "end": 14765, + "start": 14813, + "end": 14819, "loc": { "start": { - "line": 383, + "line": 384, "column": 8 }, "end": { - "line": 383, + "line": 384, "column": 14 } } @@ -287190,15 +289281,15 @@ "updateContext": null }, "value": "this", - "start": 14766, - "end": 14770, + "start": 14820, + "end": 14824, "loc": { "start": { - "line": 383, + "line": 384, "column": 15 }, "end": { - "line": 383, + "line": 384, "column": 19 } } @@ -287216,15 +289307,15 @@ "binop": null, "updateContext": null }, - "start": 14770, - "end": 14771, + "start": 14824, + "end": 14825, "loc": { "start": { - "line": 383, + "line": 384, "column": 19 }, "end": { - "line": 383, + "line": 384, "column": 20 } } @@ -287242,15 +289333,15 @@ "binop": null }, "value": "_processing", - "start": 14771, - "end": 14782, + "start": 14825, + "end": 14836, "loc": { "start": { - "line": 383, + "line": 384, "column": 20 }, "end": { - "line": 383, + "line": 384, "column": 31 } } @@ -287268,15 +289359,15 @@ "binop": null, "updateContext": null }, - "start": 14782, - "end": 14783, + "start": 14836, + "end": 14837, "loc": { "start": { - "line": 383, + "line": 384, "column": 31 }, "end": { - "line": 383, + "line": 384, "column": 32 } } @@ -287293,15 +289384,15 @@ "postfix": false, "binop": null }, - "start": 14788, - "end": 14789, + "start": 14842, + "end": 14843, "loc": { "start": { - "line": 384, + "line": 385, "column": 4 }, "end": { - "line": 384, + "line": 385, "column": 5 } } @@ -287309,15 +289400,15 @@ { "type": "CommentBlock", "value": "*\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n ", - "start": 14795, - "end": 14920, + "start": 14849, + "end": 14974, "loc": { "start": { - "line": 386, + "line": 387, "column": 4 }, "end": { - "line": 390, + "line": 391, "column": 7 } } @@ -287335,15 +289426,15 @@ "binop": null }, "value": "isDestroyed", - "start": 14925, - "end": 14936, + "start": 14979, + "end": 14990, "loc": { "start": { - "line": 391, + "line": 392, "column": 4 }, "end": { - "line": 391, + "line": 392, "column": 15 } } @@ -287360,15 +289451,15 @@ "postfix": false, "binop": null }, - "start": 14936, - "end": 14937, + "start": 14990, + "end": 14991, "loc": { "start": { - "line": 391, + "line": 392, "column": 15 }, "end": { - "line": 391, + "line": 392, "column": 16 } } @@ -287385,15 +289476,15 @@ "postfix": false, "binop": null }, - "start": 14937, - "end": 14938, + "start": 14991, + "end": 14992, "loc": { "start": { - "line": 391, + "line": 392, "column": 16 }, "end": { - "line": 391, + "line": 392, "column": 17 } } @@ -287410,15 +289501,15 @@ "postfix": false, "binop": null }, - "start": 14939, - "end": 14940, + "start": 14993, + "end": 14994, "loc": { "start": { - "line": 391, + "line": 392, "column": 18 }, "end": { - "line": 391, + "line": 392, "column": 19 } } @@ -287438,15 +289529,15 @@ "updateContext": null }, "value": "let", - "start": 14949, - "end": 14952, + "start": 15003, + "end": 15006, "loc": { "start": { - "line": 392, + "line": 393, "column": 8 }, "end": { - "line": 392, + "line": 393, "column": 11 } } @@ -287464,15 +289555,15 @@ "binop": null }, "value": "destroyed", - "start": 14953, - "end": 14962, + "start": 15007, + "end": 15016, "loc": { "start": { - "line": 392, + "line": 393, "column": 12 }, "end": { - "line": 392, + "line": 393, "column": 21 } } @@ -287491,15 +289582,15 @@ "updateContext": null }, "value": "=", - "start": 14963, - "end": 14964, + "start": 15017, + "end": 15018, "loc": { "start": { - "line": 392, + "line": 393, "column": 22 }, "end": { - "line": 392, + "line": 393, "column": 23 } } @@ -287516,15 +289607,15 @@ "postfix": false, "binop": null }, - "start": 14965, - "end": 14966, + "start": 15019, + "end": 15020, "loc": { "start": { - "line": 392, + "line": 393, "column": 24 }, "end": { - "line": 392, + "line": 393, "column": 25 } } @@ -287544,15 +289635,15 @@ "updateContext": null }, "value": "this", - "start": 14966, - "end": 14970, + "start": 15020, + "end": 15024, "loc": { "start": { - "line": 392, + "line": 393, "column": 25 }, "end": { - "line": 392, + "line": 393, "column": 29 } } @@ -287570,15 +289661,15 @@ "binop": null, "updateContext": null }, - "start": 14970, - "end": 14971, + "start": 15024, + "end": 15025, "loc": { "start": { - "line": 392, + "line": 393, "column": 29 }, "end": { - "line": 392, + "line": 393, "column": 30 } } @@ -287596,15 +289687,15 @@ "binop": null }, "value": "player", - "start": 14971, - "end": 14977, + "start": 15025, + "end": 15031, "loc": { "start": { - "line": 392, + "line": 393, "column": 30 }, "end": { - "line": 392, + "line": 393, "column": 36 } } @@ -287623,15 +289714,15 @@ "updateContext": null }, "value": "===", - "start": 14978, - "end": 14981, + "start": 15032, + "end": 15035, "loc": { "start": { - "line": 392, + "line": 393, "column": 37 }, "end": { - "line": 392, + "line": 393, "column": 40 } } @@ -287651,15 +289742,15 @@ "updateContext": null }, "value": "null", - "start": 14982, - "end": 14986, + "start": 15036, + "end": 15040, "loc": { "start": { - "line": 392, + "line": 393, "column": 41 }, "end": { - "line": 392, + "line": 393, "column": 45 } } @@ -287676,15 +289767,15 @@ "postfix": false, "binop": null }, - "start": 14986, - "end": 14987, + "start": 15040, + "end": 15041, "loc": { "start": { - "line": 392, + "line": 393, "column": 45 }, "end": { - "line": 392, + "line": 393, "column": 46 } } @@ -287702,15 +289793,15 @@ "binop": null, "updateContext": null }, - "start": 14987, - "end": 14988, + "start": 15041, + "end": 15042, "loc": { "start": { - "line": 392, + "line": 393, "column": 46 }, "end": { - "line": 392, + "line": 393, "column": 47 } } @@ -287730,15 +289821,15 @@ "updateContext": null }, "value": "if", - "start": 14997, - "end": 14999, + "start": 15051, + "end": 15053, "loc": { "start": { - "line": 393, + "line": 394, "column": 8 }, "end": { - "line": 393, + "line": 394, "column": 10 } } @@ -287755,15 +289846,15 @@ "postfix": false, "binop": null }, - "start": 15000, - "end": 15001, + "start": 15054, + "end": 15055, "loc": { "start": { - "line": 393, + "line": 394, "column": 11 }, "end": { - "line": 393, + "line": 394, "column": 12 } } @@ -287781,15 +289872,15 @@ "binop": null }, "value": "destroyed", - "start": 15001, - "end": 15010, + "start": 15055, + "end": 15064, "loc": { "start": { - "line": 393, + "line": 394, "column": 12 }, "end": { - "line": 393, + "line": 394, "column": 21 } } @@ -287808,15 +289899,15 @@ "updateContext": null }, "value": "===", - "start": 15011, - "end": 15014, + "start": 15065, + "end": 15068, "loc": { "start": { - "line": 393, + "line": 394, "column": 22 }, "end": { - "line": 393, + "line": 394, "column": 25 } } @@ -287836,15 +289927,15 @@ "updateContext": null }, "value": "false", - "start": 15015, - "end": 15020, + "start": 15069, + "end": 15074, "loc": { "start": { - "line": 393, + "line": 394, "column": 26 }, "end": { - "line": 393, + "line": 394, "column": 31 } } @@ -287861,15 +289952,15 @@ "postfix": false, "binop": null }, - "start": 15020, - "end": 15021, + "start": 15074, + "end": 15075, "loc": { "start": { - "line": 393, + "line": 394, "column": 31 }, "end": { - "line": 393, + "line": 394, "column": 32 } } @@ -287886,15 +289977,15 @@ "postfix": false, "binop": null }, - "start": 15022, - "end": 15023, + "start": 15076, + "end": 15077, "loc": { "start": { - "line": 393, + "line": 394, "column": 33 }, "end": { - "line": 393, + "line": 394, "column": 34 } } @@ -287912,15 +290003,15 @@ "binop": null }, "value": "destroyed", - "start": 15036, - "end": 15045, + "start": 15090, + "end": 15099, "loc": { "start": { - "line": 394, + "line": 395, "column": 12 }, "end": { - "line": 394, + "line": 395, "column": 21 } } @@ -287939,15 +290030,15 @@ "updateContext": null }, "value": "=", - "start": 15046, - "end": 15047, + "start": 15100, + "end": 15101, "loc": { "start": { - "line": 394, + "line": 395, "column": 22 }, "end": { - "line": 394, + "line": 395, "column": 23 } } @@ -287964,15 +290055,15 @@ "postfix": false, "binop": null }, - "start": 15048, - "end": 15049, + "start": 15102, + "end": 15103, "loc": { "start": { - "line": 394, + "line": 395, "column": 24 }, "end": { - "line": 394, + "line": 395, "column": 25 } } @@ -287992,15 +290083,15 @@ "updateContext": null }, "value": "this", - "start": 15049, - "end": 15053, + "start": 15103, + "end": 15107, "loc": { "start": { - "line": 394, + "line": 395, "column": 25 }, "end": { - "line": 394, + "line": 395, "column": 29 } } @@ -288018,15 +290109,15 @@ "binop": null, "updateContext": null }, - "start": 15053, - "end": 15054, + "start": 15107, + "end": 15108, "loc": { "start": { - "line": 394, + "line": 395, "column": 29 }, "end": { - "line": 394, + "line": 395, "column": 30 } } @@ -288044,15 +290135,15 @@ "binop": null }, "value": "player", - "start": 15054, - "end": 15060, + "start": 15108, + "end": 15114, "loc": { "start": { - "line": 394, + "line": 395, "column": 30 }, "end": { - "line": 394, + "line": 395, "column": 36 } } @@ -288070,15 +290161,15 @@ "binop": null, "updateContext": null }, - "start": 15060, - "end": 15061, + "start": 15114, + "end": 15115, "loc": { "start": { - "line": 394, + "line": 395, "column": 36 }, "end": { - "line": 394, + "line": 395, "column": 37 } } @@ -288096,15 +290187,15 @@ "binop": null }, "value": "children", - "start": 15061, - "end": 15069, + "start": 15115, + "end": 15123, "loc": { "start": { - "line": 394, + "line": 395, "column": 37 }, "end": { - "line": 394, + "line": 395, "column": 45 } } @@ -288121,15 +290212,15 @@ "postfix": false, "binop": null }, - "start": 15069, - "end": 15070, + "start": 15123, + "end": 15124, "loc": { "start": { - "line": 394, + "line": 395, "column": 45 }, "end": { - "line": 394, + "line": 395, "column": 46 } } @@ -288146,15 +290237,15 @@ "postfix": false, "binop": null }, - "start": 15070, - "end": 15071, + "start": 15124, + "end": 15125, "loc": { "start": { - "line": 394, + "line": 395, "column": 46 }, "end": { - "line": 394, + "line": 395, "column": 47 } } @@ -288173,15 +290264,15 @@ "updateContext": null }, "value": "===", - "start": 15072, - "end": 15075, + "start": 15126, + "end": 15129, "loc": { "start": { - "line": 394, + "line": 395, "column": 48 }, "end": { - "line": 394, + "line": 395, "column": 51 } } @@ -288201,15 +290292,15 @@ "updateContext": null }, "value": "null", - "start": 15076, - "end": 15080, + "start": 15130, + "end": 15134, "loc": { "start": { - "line": 394, + "line": 395, "column": 52 }, "end": { - "line": 394, + "line": 395, "column": 56 } } @@ -288226,15 +290317,15 @@ "postfix": false, "binop": null }, - "start": 15080, - "end": 15081, + "start": 15134, + "end": 15135, "loc": { "start": { - "line": 394, + "line": 395, "column": 56 }, "end": { - "line": 394, + "line": 395, "column": 57 } } @@ -288252,15 +290343,15 @@ "binop": null, "updateContext": null }, - "start": 15081, - "end": 15082, + "start": 15135, + "end": 15136, "loc": { "start": { - "line": 394, + "line": 395, "column": 57 }, "end": { - "line": 394, + "line": 395, "column": 58 } } @@ -288277,15 +290368,15 @@ "postfix": false, "binop": null }, - "start": 15091, - "end": 15092, + "start": 15145, + "end": 15146, "loc": { "start": { - "line": 395, + "line": 396, "column": 8 }, "end": { - "line": 395, + "line": 396, "column": 9 } } @@ -288305,15 +290396,15 @@ "updateContext": null }, "value": "return", - "start": 15101, - "end": 15107, + "start": 15155, + "end": 15161, "loc": { "start": { - "line": 396, + "line": 397, "column": 8 }, "end": { - "line": 396, + "line": 397, "column": 14 } } @@ -288331,15 +290422,15 @@ "binop": null }, "value": "destroyed", - "start": 15108, - "end": 15117, + "start": 15162, + "end": 15171, "loc": { "start": { - "line": 396, + "line": 397, "column": 15 }, "end": { - "line": 396, + "line": 397, "column": 24 } } @@ -288357,15 +290448,15 @@ "binop": null, "updateContext": null }, - "start": 15117, - "end": 15118, + "start": 15171, + "end": 15172, "loc": { "start": { - "line": 396, + "line": 397, "column": 24 }, "end": { - "line": 396, + "line": 397, "column": 25 } } @@ -288382,15 +290473,15 @@ "postfix": false, "binop": null }, - "start": 15123, - "end": 15124, + "start": 15177, + "end": 15178, "loc": { "start": { - "line": 397, + "line": 398, "column": 4 }, "end": { - "line": 397, + "line": 398, "column": 5 } } @@ -288398,15 +290489,15 @@ { "type": "CommentBlock", "value": "*\n * Open the browser's recording device selection dialog and start the\n * device.\n ", - "start": 15130, - "end": 15230, + "start": 15184, + "end": 15284, "loc": { "start": { - "line": 399, + "line": 400, "column": 4 }, "end": { - "line": 402, + "line": 403, "column": 7 } } @@ -288424,15 +290515,15 @@ "binop": null }, "value": "getDevice", - "start": 15235, - "end": 15244, + "start": 15289, + "end": 15298, "loc": { "start": { - "line": 403, + "line": 404, "column": 4 }, "end": { - "line": 403, + "line": 404, "column": 13 } } @@ -288449,15 +290540,15 @@ "postfix": false, "binop": null }, - "start": 15244, - "end": 15245, + "start": 15298, + "end": 15299, "loc": { "start": { - "line": 403, + "line": 404, "column": 13 }, "end": { - "line": 403, + "line": 404, "column": 14 } } @@ -288474,15 +290565,15 @@ "postfix": false, "binop": null }, - "start": 15245, - "end": 15246, + "start": 15299, + "end": 15300, "loc": { "start": { - "line": 403, + "line": 404, "column": 14 }, "end": { - "line": 403, + "line": 404, "column": 15 } } @@ -288499,15 +290590,15 @@ "postfix": false, "binop": null }, - "start": 15247, - "end": 15248, + "start": 15301, + "end": 15302, "loc": { "start": { - "line": 403, + "line": 404, "column": 16 }, "end": { - "line": 403, + "line": 404, "column": 17 } } @@ -288515,15 +290606,15 @@ { "type": "CommentLine", "value": " define device callbacks once", - "start": 15257, - "end": 15288, + "start": 15311, + "end": 15342, "loc": { "start": { - "line": 404, + "line": 405, "column": 8 }, "end": { - "line": 404, + "line": 405, "column": 39 } } @@ -288543,15 +290634,15 @@ "updateContext": null }, "value": "if", - "start": 15297, - "end": 15299, + "start": 15351, + "end": 15353, "loc": { "start": { - "line": 405, + "line": 406, "column": 8 }, "end": { - "line": 405, + "line": 406, "column": 10 } } @@ -288568,199 +290659,16 @@ "postfix": false, "binop": null }, - "start": 15300, - "end": 15301, + "start": 15354, + "end": 15355, "loc": { "start": { - "line": 405, + "line": 406, "column": 11 }, "end": { - "line": 405, - "column": 12 - } - } - }, - { - "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "this", - "start": 15301, - "end": 15305, - "loc": { - "start": { - "line": 405, + "line": 406, "column": 12 - }, - "end": { - "line": 405, - "column": 16 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 15305, - "end": 15306, - "loc": { - "start": { - "line": 405, - "column": 16 - }, - "end": { - "line": 405, - "column": 17 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "deviceReadyCallback", - "start": 15306, - "end": 15325, - "loc": { - "start": { - "line": 405, - "column": 17 - }, - "end": { - "line": 405, - "column": 36 - } - } - }, - { - "type": { - "label": "==/!=", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": 6, - "updateContext": null - }, - "value": "===", - "start": 15326, - "end": 15329, - "loc": { - "start": { - "line": 405, - "column": 37 - }, - "end": { - "line": 405, - "column": 40 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "undefined", - "start": 15330, - "end": 15339, - "loc": { - "start": { - "line": 405, - "column": 41 - }, - "end": { - "line": 405, - "column": 50 - } - } - }, - { - "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 15339, - "end": 15340, - "loc": { - "start": { - "line": 405, - "column": 50 - }, - "end": { - "line": 405, - "column": 51 - } - } - }, - { - "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 15341, - "end": 15342, - "loc": { - "start": { - "line": 405, - "column": 52 - }, - "end": { - "line": 405, - "column": 53 } } }, @@ -288846,20 +290754,20 @@ }, { "type": { - "label": "=", + "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 6, "updateContext": null }, - "value": "=", + "value": "===", "start": 15380, - "end": 15381, + "end": 15383, "loc": { "start": { "line": 406, @@ -288867,14 +290775,13 @@ }, "end": { "line": 406, - "column": 38 + "column": 40 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -288882,26 +290789,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 15382, - "end": 15386, + "value": "undefined", + "start": 15384, + "end": 15393, "loc": { "start": { "line": 406, - "column": 39 + "column": 41 }, "end": { "line": 406, - "column": 43 + "column": 50 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -288909,26 +290815,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 15386, - "end": 15387, + "start": 15393, + "end": 15394, "loc": { "start": { "line": 406, - "column": 43 + "column": 50 }, "end": { "line": 406, - "column": 44 + "column": 51 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -288937,25 +290842,25 @@ "postfix": false, "binop": null }, - "value": "onDeviceReady", - "start": 15387, - "end": 15400, + "start": 15395, + "end": 15396, "loc": { "start": { "line": 406, - "column": 44 + "column": 52 }, "end": { "line": 406, - "column": 57 + "column": 53 } } }, { "type": { - "label": ".", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -288964,49 +290869,50 @@ "binop": null, "updateContext": null }, - "start": 15400, - "end": 15401, + "value": "this", + "start": 15409, + "end": 15413, "loc": { "start": { - "line": 406, - "column": 57 + "line": 407, + "column": 12 }, "end": { - "line": 406, - "column": 58 + "line": 407, + "column": 16 } } }, { "type": { - "label": "name", + "label": ".", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "bind", - "start": 15401, - "end": 15405, + "start": 15413, + "end": 15414, "loc": { "start": { - "line": 406, - "column": 58 + "line": 407, + "column": 16 }, "end": { - "line": 406, - "column": 62 + "line": 407, + "column": 17 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -289015,76 +290921,79 @@ "postfix": false, "binop": null }, - "start": 15405, - "end": 15406, + "value": "deviceReadyCallback", + "start": 15414, + "end": 15433, "loc": { "start": { - "line": 406, - "column": 62 + "line": 407, + "column": 17 }, "end": { - "line": 406, - "column": 63 + "line": 407, + "column": 36 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, - "startsExpr": true, + "label": "=", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "this", - "start": 15406, - "end": 15410, + "value": "=", + "start": 15434, + "end": 15435, "loc": { "start": { - "line": 406, - "column": 63 + "line": 407, + "column": 37 }, "end": { - "line": 406, - "column": 67 + "line": 407, + "column": 38 } } }, { "type": { - "label": ")", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 15410, - "end": 15411, + "value": "this", + "start": 15436, + "end": 15440, "loc": { "start": { - "line": 406, - "column": 67 + "line": 407, + "column": 39 }, "end": { - "line": 406, - "column": 68 + "line": 407, + "column": 43 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -289094,24 +291003,24 @@ "binop": null, "updateContext": null }, - "start": 15411, - "end": 15412, + "start": 15440, + "end": 15441, "loc": { "start": { - "line": 406, - "column": 68 + "line": 407, + "column": 43 }, "end": { - "line": 406, - "column": 69 + "line": 407, + "column": 44 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289119,23 +291028,23 @@ "postfix": false, "binop": null }, - "start": 15421, - "end": 15422, + "value": "onDeviceReady", + "start": 15441, + "end": 15454, "loc": { "start": { "line": 407, - "column": 8 + "column": 44 }, "end": { "line": 407, - "column": 9 + "column": 57 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -289146,24 +291055,23 @@ "binop": null, "updateContext": null }, - "value": "if", - "start": 15431, - "end": 15433, + "start": 15454, + "end": 15455, "loc": { "start": { - "line": 408, - "column": 8 + "line": 407, + "column": 57 }, "end": { - "line": 408, - "column": 10 + "line": 407, + "column": 58 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -289172,52 +291080,51 @@ "postfix": false, "binop": null }, - "start": 15434, - "end": 15435, + "value": "bind", + "start": 15455, + "end": 15459, "loc": { "start": { - "line": 408, - "column": 11 + "line": 407, + "column": 58 }, "end": { - "line": 408, - "column": 12 + "line": 407, + "column": 62 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 15435, - "end": 15439, + "start": 15459, + "end": 15460, "loc": { "start": { - "line": 408, - "column": 12 + "line": 407, + "column": 62 }, "end": { - "line": 408, - "column": 16 + "line": 407, + "column": 63 } } }, { "type": { - "label": ".", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289226,24 +291133,25 @@ "binop": null, "updateContext": null }, - "start": 15439, - "end": 15440, + "value": "this", + "start": 15460, + "end": 15464, "loc": { "start": { - "line": 408, - "column": 16 + "line": 407, + "column": 63 }, "end": { - "line": 408, - "column": 17 + "line": 407, + "column": 67 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289251,23 +291159,22 @@ "postfix": false, "binop": null }, - "value": "deviceErrorCallback", - "start": 15440, - "end": 15459, + "start": 15464, + "end": 15465, "loc": { "start": { - "line": 408, - "column": 17 + "line": 407, + "column": 67 }, "end": { - "line": 408, - "column": 36 + "line": 407, + "column": 68 } } }, { "type": { - "label": "==/!=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -289275,28 +291182,27 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "===", - "start": 15460, - "end": 15463, + "start": 15465, + "end": 15466, "loc": { "start": { - "line": 408, - "column": 37 + "line": 407, + "column": 68 }, "end": { - "line": 408, - "column": 40 + "line": 407, + "column": 69 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289304,23 +291210,23 @@ "postfix": false, "binop": null }, - "value": "undefined", - "start": 15464, - "end": 15473, + "start": 15475, + "end": 15476, "loc": { "start": { "line": 408, - "column": 41 + "column": 8 }, "end": { "line": 408, - "column": 50 + "column": 9 } } }, { "type": { - "label": ")", + "label": "if", + "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -289328,24 +291234,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 15473, - "end": 15474, + "value": "if", + "start": 15485, + "end": 15487, "loc": { "start": { - "line": 408, - "column": 50 + "line": 409, + "column": 8 }, "end": { - "line": 408, - "column": 51 + "line": 409, + "column": 10 } } }, { "type": { - "label": "{", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -289355,16 +291263,16 @@ "postfix": false, "binop": null }, - "start": 15475, - "end": 15476, + "start": 15488, + "end": 15489, "loc": { "start": { - "line": 408, - "column": 52 + "line": 409, + "column": 11 }, "end": { - "line": 408, - "column": 53 + "line": 409, + "column": 12 } } }, @@ -289450,20 +291358,20 @@ }, { "type": { - "label": "=", + "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 6, "updateContext": null }, - "value": "=", + "value": "===", "start": 15514, - "end": 15515, + "end": 15517, "loc": { "start": { "line": 409, @@ -289471,14 +291379,13 @@ }, "end": { "line": 409, - "column": 38 + "column": 40 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -289486,26 +291393,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 15516, - "end": 15520, + "value": "undefined", + "start": 15518, + "end": 15527, "loc": { "start": { "line": 409, - "column": 39 + "column": 41 }, "end": { "line": 409, - "column": 43 + "column": 50 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -289513,26 +291419,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 15520, - "end": 15521, + "start": 15527, + "end": 15528, "loc": { "start": { "line": 409, - "column": 43 + "column": 50 }, "end": { "line": 409, - "column": 44 + "column": 51 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -289541,25 +291446,25 @@ "postfix": false, "binop": null }, - "value": "onDeviceError", - "start": 15521, - "end": 15534, + "start": 15529, + "end": 15530, "loc": { "start": { "line": 409, - "column": 44 + "column": 52 }, "end": { "line": 409, - "column": 57 + "column": 53 } } }, { "type": { - "label": ".", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289568,49 +291473,50 @@ "binop": null, "updateContext": null }, - "start": 15534, - "end": 15535, + "value": "this", + "start": 15543, + "end": 15547, "loc": { "start": { - "line": 409, - "column": 57 + "line": 410, + "column": 12 }, "end": { - "line": 409, - "column": 58 + "line": 410, + "column": 16 } } }, { "type": { - "label": "name", + "label": ".", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "bind", - "start": 15535, - "end": 15539, + "start": 15547, + "end": 15548, "loc": { "start": { - "line": 409, - "column": 58 + "line": 410, + "column": 16 }, "end": { - "line": 409, - "column": 62 + "line": 410, + "column": 17 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -289619,76 +291525,79 @@ "postfix": false, "binop": null }, - "start": 15539, - "end": 15540, + "value": "deviceErrorCallback", + "start": 15548, + "end": 15567, "loc": { "start": { - "line": 409, - "column": 62 + "line": 410, + "column": 17 }, "end": { - "line": 409, - "column": 63 + "line": 410, + "column": 36 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, - "startsExpr": true, + "label": "=", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "this", - "start": 15540, - "end": 15544, + "value": "=", + "start": 15568, + "end": 15569, "loc": { "start": { - "line": 409, - "column": 63 + "line": 410, + "column": 37 }, "end": { - "line": 409, - "column": 67 + "line": 410, + "column": 38 } } }, { "type": { - "label": ")", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 15544, - "end": 15545, + "value": "this", + "start": 15570, + "end": 15574, "loc": { "start": { - "line": 409, - "column": 67 + "line": 410, + "column": 39 }, "end": { - "line": 409, - "column": 68 + "line": 410, + "column": 43 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -289698,24 +291607,24 @@ "binop": null, "updateContext": null }, - "start": 15545, - "end": 15546, + "start": 15574, + "end": 15575, "loc": { "start": { - "line": 409, - "column": 68 + "line": 410, + "column": 43 }, "end": { - "line": 409, - "column": 69 + "line": 410, + "column": 44 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289723,23 +291632,23 @@ "postfix": false, "binop": null }, - "start": 15555, - "end": 15556, + "value": "onDeviceError", + "start": 15575, + "end": 15588, "loc": { "start": { "line": 410, - "column": 8 + "column": 44 }, "end": { "line": 410, - "column": 9 + "column": 57 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -289750,24 +291659,23 @@ "binop": null, "updateContext": null }, - "value": "if", - "start": 15565, - "end": 15567, + "start": 15588, + "end": 15589, "loc": { "start": { - "line": 411, - "column": 8 + "line": 410, + "column": 57 }, "end": { - "line": 411, - "column": 10 + "line": 410, + "column": 58 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -289776,52 +291684,51 @@ "postfix": false, "binop": null }, - "start": 15568, - "end": 15569, + "value": "bind", + "start": 15589, + "end": 15593, "loc": { "start": { - "line": 411, - "column": 11 + "line": 410, + "column": 58 }, "end": { - "line": 411, - "column": 12 + "line": 410, + "column": 62 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 15569, - "end": 15573, + "start": 15593, + "end": 15594, "loc": { "start": { - "line": 411, - "column": 12 + "line": 410, + "column": 62 }, "end": { - "line": 411, - "column": 16 + "line": 410, + "column": 63 } } }, { "type": { - "label": ".", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289830,24 +291737,25 @@ "binop": null, "updateContext": null }, - "start": 15573, - "end": 15574, + "value": "this", + "start": 15594, + "end": 15598, "loc": { "start": { - "line": 411, - "column": 16 + "line": 410, + "column": 63 }, "end": { - "line": 411, - "column": 17 + "line": 410, + "column": 67 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289855,23 +291763,22 @@ "postfix": false, "binop": null }, - "value": "engineStopCallback", - "start": 15574, - "end": 15592, + "start": 15598, + "end": 15599, "loc": { "start": { - "line": 411, - "column": 17 + "line": 410, + "column": 67 }, "end": { - "line": 411, - "column": 35 + "line": 410, + "column": 68 } } }, { "type": { - "label": "==/!=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -289879,28 +291786,27 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "===", - "start": 15593, - "end": 15596, + "start": 15599, + "end": 15600, "loc": { "start": { - "line": 411, - "column": 36 + "line": 410, + "column": 68 }, "end": { - "line": 411, - "column": 39 + "line": 410, + "column": 69 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -289908,23 +291814,23 @@ "postfix": false, "binop": null }, - "value": "undefined", - "start": 15597, - "end": 15606, + "start": 15609, + "end": 15610, "loc": { "start": { "line": 411, - "column": 40 + "column": 8 }, "end": { "line": 411, - "column": 49 + "column": 9 } } }, { "type": { - "label": ")", + "label": "if", + "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -289932,24 +291838,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 15606, - "end": 15607, + "value": "if", + "start": 15619, + "end": 15621, "loc": { "start": { - "line": 411, - "column": 49 + "line": 412, + "column": 8 }, "end": { - "line": 411, - "column": 50 + "line": 412, + "column": 10 } } }, { "type": { - "label": "{", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -289959,16 +291867,16 @@ "postfix": false, "binop": null }, - "start": 15608, - "end": 15609, + "start": 15622, + "end": 15623, "loc": { "start": { - "line": 411, - "column": 51 + "line": 412, + "column": 11 }, "end": { - "line": 411, - "column": 52 + "line": 412, + "column": 12 } } }, @@ -289987,8 +291895,8 @@ "updateContext": null }, "value": "this", - "start": 15622, - "end": 15626, + "start": 15623, + "end": 15627, "loc": { "start": { "line": 412, @@ -290013,8 +291921,8 @@ "binop": null, "updateContext": null }, - "start": 15626, - "end": 15627, + "start": 15627, + "end": 15628, "loc": { "start": { "line": 412, @@ -290039,8 +291947,8 @@ "binop": null }, "value": "engineStopCallback", - "start": 15627, - "end": 15645, + "start": 15628, + "end": 15646, "loc": { "start": { "line": 412, @@ -290054,20 +291962,20 @@ }, { "type": { - "label": "=", + "label": "==/!=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, - "binop": null, + "binop": 6, "updateContext": null }, - "value": "=", - "start": 15646, - "end": 15647, + "value": "===", + "start": 15647, + "end": 15650, "loc": { "start": { "line": 412, @@ -290075,14 +291983,13 @@ }, "end": { "line": 412, - "column": 37 + "column": 39 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -290090,26 +291997,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 15648, - "end": 15652, + "value": "undefined", + "start": 15651, + "end": 15660, "loc": { "start": { "line": 412, - "column": 38 + "column": 40 }, "end": { "line": 412, - "column": 42 + "column": 49 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -290117,26 +292023,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 15652, - "end": 15653, + "start": 15660, + "end": 15661, "loc": { "start": { "line": 412, - "column": 42 + "column": 49 }, "end": { "line": 412, - "column": 43 + "column": 50 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -290145,25 +292050,25 @@ "postfix": false, "binop": null }, - "value": "onRecordComplete", - "start": 15653, - "end": 15669, + "start": 15662, + "end": 15663, "loc": { "start": { "line": 412, - "column": 43 + "column": 51 }, "end": { "line": 412, - "column": 59 + "column": 52 } } }, { "type": { - "label": ".", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -290172,49 +292077,50 @@ "binop": null, "updateContext": null }, - "start": 15669, - "end": 15670, + "value": "this", + "start": 15676, + "end": 15680, "loc": { "start": { - "line": 412, - "column": 59 + "line": 413, + "column": 12 }, "end": { - "line": 412, - "column": 60 + "line": 413, + "column": 16 } } }, { "type": { - "label": "name", + "label": ".", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "bind", - "start": 15670, - "end": 15674, + "start": 15680, + "end": 15681, "loc": { "start": { - "line": 412, - "column": 60 + "line": 413, + "column": 16 }, "end": { - "line": 412, - "column": 64 + "line": 413, + "column": 17 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -290223,76 +292129,79 @@ "postfix": false, "binop": null }, - "start": 15674, - "end": 15675, + "value": "engineStopCallback", + "start": 15681, + "end": 15699, "loc": { "start": { - "line": 412, - "column": 64 + "line": 413, + "column": 17 }, "end": { - "line": 412, - "column": 65 + "line": 413, + "column": 35 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, - "startsExpr": true, + "label": "=", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "this", - "start": 15675, - "end": 15679, + "value": "=", + "start": 15700, + "end": 15701, "loc": { "start": { - "line": 412, - "column": 65 + "line": 413, + "column": 36 }, "end": { - "line": 412, - "column": 69 + "line": 413, + "column": 37 } } }, { "type": { - "label": ")", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 15679, - "end": 15680, + "value": "this", + "start": 15702, + "end": 15706, "loc": { "start": { - "line": 412, - "column": 69 + "line": 413, + "column": 38 }, "end": { - "line": 412, - "column": 70 + "line": 413, + "column": 42 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -290302,24 +292211,24 @@ "binop": null, "updateContext": null }, - "start": 15680, - "end": 15681, + "start": 15706, + "end": 15707, "loc": { "start": { - "line": 412, - "column": 70 + "line": 413, + "column": 42 }, "end": { - "line": 412, - "column": 71 + "line": 413, + "column": 43 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -290327,23 +292236,23 @@ "postfix": false, "binop": null }, - "start": 15690, - "end": 15691, + "value": "onRecordComplete", + "start": 15707, + "end": 15723, "loc": { "start": { "line": 413, - "column": 8 + "column": 43 }, "end": { "line": 413, - "column": 9 + "column": 59 } } }, { "type": { - "label": "if", - "keyword": "if", + "label": ".", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -290354,24 +292263,23 @@ "binop": null, "updateContext": null }, - "value": "if", - "start": 15700, - "end": 15702, + "start": 15723, + "end": 15724, "loc": { "start": { - "line": 414, - "column": 8 + "line": 413, + "column": 59 }, "end": { - "line": 414, - "column": 10 + "line": 413, + "column": 60 } } }, { "type": { - "label": "(", - "beforeExpr": true, + "label": "name", + "beforeExpr": false, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -290380,52 +292288,51 @@ "postfix": false, "binop": null }, - "start": 15703, - "end": 15704, + "value": "bind", + "start": 15724, + "end": 15728, "loc": { "start": { - "line": 414, - "column": 11 + "line": 413, + "column": 60 }, "end": { - "line": 414, - "column": 12 + "line": 413, + "column": 64 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 15704, - "end": 15708, + "start": 15728, + "end": 15729, "loc": { "start": { - "line": 414, - "column": 12 + "line": 413, + "column": 64 }, "end": { - "line": 414, - "column": 16 + "line": 413, + "column": 65 } } }, { "type": { - "label": ".", + "label": "this", + "keyword": "this", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -290434,24 +292341,25 @@ "binop": null, "updateContext": null }, - "start": 15708, - "end": 15709, + "value": "this", + "start": 15729, + "end": 15733, "loc": { "start": { - "line": 414, - "column": 16 + "line": 413, + "column": 65 }, "end": { - "line": 414, - "column": 17 + "line": 413, + "column": 69 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -290459,23 +292367,22 @@ "postfix": false, "binop": null }, - "value": "streamVisibleCallback", - "start": 15709, - "end": 15730, + "start": 15733, + "end": 15734, "loc": { "start": { - "line": 414, - "column": 17 + "line": 413, + "column": 69 }, "end": { - "line": 414, - "column": 38 + "line": 413, + "column": 70 } } }, { "type": { - "label": "==/!=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -290483,28 +292390,27 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "===", - "start": 15731, - "end": 15734, + "start": 15734, + "end": 15735, "loc": { "start": { - "line": 414, - "column": 39 + "line": 413, + "column": 70 }, "end": { - "line": 414, - "column": 42 + "line": 413, + "column": 71 } } }, { "type": { - "label": "name", + "label": "}", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -290512,23 +292418,23 @@ "postfix": false, "binop": null }, - "value": "undefined", - "start": 15735, - "end": 15744, + "start": 15744, + "end": 15745, "loc": { "start": { "line": 414, - "column": 43 + "column": 8 }, "end": { "line": 414, - "column": 52 + "column": 9 } } }, { "type": { - "label": ")", + "label": "if", + "keyword": "if", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -290536,24 +292442,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 15744, - "end": 15745, + "value": "if", + "start": 15754, + "end": 15756, "loc": { "start": { - "line": 414, - "column": 52 + "line": 415, + "column": 8 }, "end": { - "line": 414, - "column": 53 + "line": 415, + "column": 10 } } }, { "type": { - "label": "{", + "label": "(", "beforeExpr": true, "startsExpr": true, "rightAssociative": false, @@ -290563,16 +292471,16 @@ "postfix": false, "binop": null }, - "start": 15746, - "end": 15747, + "start": 15757, + "end": 15758, "loc": { "start": { - "line": 414, - "column": 54 + "line": 415, + "column": 11 }, "end": { - "line": 414, - "column": 55 + "line": 415, + "column": 12 } } }, @@ -290591,8 +292499,8 @@ "updateContext": null }, "value": "this", - "start": 15760, - "end": 15764, + "start": 15758, + "end": 15762, "loc": { "start": { "line": 415, @@ -290617,8 +292525,8 @@ "binop": null, "updateContext": null }, - "start": 15764, - "end": 15765, + "start": 15762, + "end": 15763, "loc": { "start": { "line": 415, @@ -290643,8 +292551,8 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 15765, - "end": 15786, + "start": 15763, + "end": 15784, "loc": { "start": { "line": 415, @@ -290656,6 +292564,189 @@ } } }, + { + "type": { + "label": "==/!=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 6, + "updateContext": null + }, + "value": "===", + "start": 15785, + "end": 15788, + "loc": { + "start": { + "line": 415, + "column": 39 + }, + "end": { + "line": 415, + "column": 42 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "undefined", + "start": 15789, + "end": 15798, + "loc": { + "start": { + "line": 415, + "column": 43 + }, + "end": { + "line": 415, + "column": 52 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 15798, + "end": 15799, + "loc": { + "start": { + "line": 415, + "column": 52 + }, + "end": { + "line": 415, + "column": 53 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 15800, + "end": 15801, + "loc": { + "start": { + "line": 415, + "column": 54 + }, + "end": { + "line": 415, + "column": 55 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 15814, + "end": 15818, + "loc": { + "start": { + "line": 416, + "column": 12 + }, + "end": { + "line": 416, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 15818, + "end": 15819, + "loc": { + "start": { + "line": 416, + "column": 16 + }, + "end": { + "line": 416, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "streamVisibleCallback", + "start": 15819, + "end": 15840, + "loc": { + "start": { + "line": 416, + "column": 17 + }, + "end": { + "line": 416, + "column": 38 + } + } + }, { "type": { "label": "=", @@ -290670,15 +292761,15 @@ "updateContext": null }, "value": "=", - "start": 15787, - "end": 15788, + "start": 15841, + "end": 15842, "loc": { "start": { - "line": 415, + "line": 416, "column": 39 }, "end": { - "line": 415, + "line": 416, "column": 40 } } @@ -290698,15 +292789,15 @@ "updateContext": null }, "value": "this", - "start": 15789, - "end": 15793, + "start": 15843, + "end": 15847, "loc": { "start": { - "line": 415, + "line": 416, "column": 41 }, "end": { - "line": 415, + "line": 416, "column": 45 } } @@ -290724,15 +292815,15 @@ "binop": null, "updateContext": null }, - "start": 15793, - "end": 15794, + "start": 15847, + "end": 15848, "loc": { "start": { - "line": 415, + "line": 416, "column": 45 }, "end": { - "line": 415, + "line": 416, "column": 46 } } @@ -290750,15 +292841,15 @@ "binop": null }, "value": "onStreamVisible", - "start": 15794, - "end": 15809, + "start": 15848, + "end": 15863, "loc": { "start": { - "line": 415, + "line": 416, "column": 46 }, "end": { - "line": 415, + "line": 416, "column": 61 } } @@ -290776,15 +292867,15 @@ "binop": null, "updateContext": null }, - "start": 15809, - "end": 15810, + "start": 15863, + "end": 15864, "loc": { "start": { - "line": 415, + "line": 416, "column": 61 }, "end": { - "line": 415, + "line": 416, "column": 62 } } @@ -290802,15 +292893,15 @@ "binop": null }, "value": "bind", - "start": 15810, - "end": 15814, + "start": 15864, + "end": 15868, "loc": { "start": { - "line": 415, + "line": 416, "column": 62 }, "end": { - "line": 415, + "line": 416, "column": 66 } } @@ -290827,15 +292918,15 @@ "postfix": false, "binop": null }, - "start": 15814, - "end": 15815, + "start": 15868, + "end": 15869, "loc": { "start": { - "line": 415, + "line": 416, "column": 66 }, "end": { - "line": 415, + "line": 416, "column": 67 } } @@ -290855,15 +292946,15 @@ "updateContext": null }, "value": "this", - "start": 15815, - "end": 15819, + "start": 15869, + "end": 15873, "loc": { "start": { - "line": 415, + "line": 416, "column": 67 }, "end": { - "line": 415, + "line": 416, "column": 71 } } @@ -290880,15 +292971,15 @@ "postfix": false, "binop": null }, - "start": 15819, - "end": 15820, + "start": 15873, + "end": 15874, "loc": { "start": { - "line": 415, + "line": 416, "column": 71 }, "end": { - "line": 415, + "line": 416, "column": 72 } } @@ -290906,15 +292997,15 @@ "binop": null, "updateContext": null }, - "start": 15820, - "end": 15821, + "start": 15874, + "end": 15875, "loc": { "start": { - "line": 415, + "line": 416, "column": 72 }, "end": { - "line": 415, + "line": 416, "column": 73 } } @@ -290931,15 +293022,15 @@ "postfix": false, "binop": null }, - "start": 15830, - "end": 15831, + "start": 15884, + "end": 15885, "loc": { "start": { - "line": 416, + "line": 417, "column": 8 }, "end": { - "line": 416, + "line": 417, "column": 9 } } @@ -290947,15 +293038,15 @@ { "type": "CommentLine", "value": " check for support because some browsers still do not support", - "start": 15841, - "end": 15904, + "start": 15895, + "end": 15958, "loc": { "start": { - "line": 418, + "line": 419, "column": 8 }, "end": { - "line": 418, + "line": 419, "column": 71 } } @@ -290963,15 +293054,15 @@ { "type": "CommentLine", "value": " getDisplayMedia or getUserMedia (like Chrome iOS, see:", - "start": 15913, - "end": 15970, + "start": 15967, + "end": 16024, "loc": { "start": { - "line": 419, + "line": 420, "column": 8 }, "end": { - "line": 419, + "line": 420, "column": 65 } } @@ -290979,15 +293070,15 @@ { "type": "CommentLine", "value": " https://bugs.chromium.org/p/chromium/issues/detail?id=752458)", - "start": 15979, - "end": 16043, + "start": 16033, + "end": 16097, "loc": { "start": { - "line": 420, + "line": 421, "column": 8 }, "end": { - "line": 420, + "line": 421, "column": 72 } } @@ -291007,15 +293098,15 @@ "updateContext": null }, "value": "if", - "start": 16052, - "end": 16054, + "start": 16106, + "end": 16108, "loc": { "start": { - "line": 421, + "line": 422, "column": 8 }, "end": { - "line": 421, + "line": 422, "column": 10 } } @@ -291032,15 +293123,15 @@ "postfix": false, "binop": null }, - "start": 16055, - "end": 16056, + "start": 16109, + "end": 16110, "loc": { "start": { - "line": 421, + "line": 422, "column": 11 }, "end": { - "line": 421, + "line": 422, "column": 12 } } @@ -291060,15 +293151,15 @@ "updateContext": null }, "value": "this", - "start": 16056, - "end": 16060, + "start": 16110, + "end": 16114, "loc": { "start": { - "line": 421, + "line": 422, "column": 12 }, "end": { - "line": 421, + "line": 422, "column": 16 } } @@ -291086,15 +293177,15 @@ "binop": null, "updateContext": null }, - "start": 16060, - "end": 16061, + "start": 16114, + "end": 16115, "loc": { "start": { - "line": 421, + "line": 422, "column": 16 }, "end": { - "line": 421, + "line": 422, "column": 17 } } @@ -291112,15 +293203,15 @@ "binop": null }, "value": "getRecordType", - "start": 16061, - "end": 16074, + "start": 16115, + "end": 16128, "loc": { "start": { - "line": 421, + "line": 422, "column": 17 }, "end": { - "line": 421, + "line": 422, "column": 30 } } @@ -291137,15 +293228,15 @@ "postfix": false, "binop": null }, - "start": 16074, - "end": 16075, + "start": 16128, + "end": 16129, "loc": { "start": { - "line": 421, + "line": 422, "column": 30 }, "end": { - "line": 421, + "line": 422, "column": 31 } } @@ -291162,15 +293253,15 @@ "postfix": false, "binop": null }, - "start": 16075, - "end": 16076, + "start": 16129, + "end": 16130, "loc": { "start": { - "line": 421, + "line": 422, "column": 31 }, "end": { - "line": 421, + "line": 422, "column": 32 } } @@ -291189,15 +293280,15 @@ "updateContext": null }, "value": "===", - "start": 16077, - "end": 16080, + "start": 16131, + "end": 16134, "loc": { "start": { - "line": 421, + "line": 422, "column": 33 }, "end": { - "line": 421, + "line": 422, "column": 36 } } @@ -291215,15 +293306,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 16081, - "end": 16092, + "start": 16135, + "end": 16146, "loc": { "start": { - "line": 421, + "line": 422, "column": 37 }, "end": { - "line": 421, + "line": 422, "column": 48 } } @@ -291242,15 +293333,15 @@ "updateContext": null }, "value": "||", - "start": 16093, - "end": 16095, + "start": 16147, + "end": 16149, "loc": { "start": { - "line": 421, + "line": 422, "column": 49 }, "end": { - "line": 421, + "line": 422, "column": 51 } } @@ -291270,15 +293361,15 @@ "updateContext": null }, "value": "this", - "start": 16096, - "end": 16100, + "start": 16150, + "end": 16154, "loc": { "start": { - "line": 421, + "line": 422, "column": 52 }, "end": { - "line": 421, + "line": 422, "column": 56 } } @@ -291296,15 +293387,15 @@ "binop": null, "updateContext": null }, - "start": 16100, - "end": 16101, + "start": 16154, + "end": 16155, "loc": { "start": { - "line": 421, + "line": 422, "column": 56 }, "end": { - "line": 421, + "line": 422, "column": 57 } } @@ -291322,15 +293413,15 @@ "binop": null }, "value": "getRecordType", - "start": 16101, - "end": 16114, + "start": 16155, + "end": 16168, "loc": { "start": { - "line": 421, + "line": 422, "column": 57 }, "end": { - "line": 421, + "line": 422, "column": 70 } } @@ -291347,15 +293438,15 @@ "postfix": false, "binop": null }, - "start": 16114, - "end": 16115, + "start": 16168, + "end": 16169, "loc": { "start": { - "line": 421, + "line": 422, "column": 70 }, "end": { - "line": 421, + "line": 422, "column": 71 } } @@ -291372,15 +293463,15 @@ "postfix": false, "binop": null }, - "start": 16115, - "end": 16116, + "start": 16169, + "end": 16170, "loc": { "start": { - "line": 421, + "line": 422, "column": 71 }, "end": { - "line": 421, + "line": 422, "column": 72 } } @@ -291399,15 +293490,15 @@ "updateContext": null }, "value": "===", - "start": 16117, - "end": 16120, + "start": 16171, + "end": 16174, "loc": { "start": { - "line": 421, + "line": 422, "column": 73 }, "end": { - "line": 421, + "line": 422, "column": 76 } } @@ -291425,15 +293516,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 16121, - "end": 16133, + "start": 16175, + "end": 16187, "loc": { "start": { - "line": 421, + "line": 422, "column": 77 }, "end": { - "line": 421, + "line": 422, "column": 89 } } @@ -291450,15 +293541,15 @@ "postfix": false, "binop": null }, - "start": 16133, - "end": 16134, + "start": 16187, + "end": 16188, "loc": { "start": { - "line": 421, + "line": 422, "column": 89 }, "end": { - "line": 421, + "line": 422, "column": 90 } } @@ -291475,15 +293566,15 @@ "postfix": false, "binop": null }, - "start": 16135, - "end": 16136, + "start": 16189, + "end": 16190, "loc": { "start": { - "line": 421, + "line": 422, "column": 91 }, "end": { - "line": 421, + "line": 422, "column": 92 } } @@ -291503,15 +293594,15 @@ "updateContext": null }, "value": "if", - "start": 16149, - "end": 16151, + "start": 16203, + "end": 16205, "loc": { "start": { - "line": 422, + "line": 423, "column": 12 }, "end": { - "line": 422, + "line": 423, "column": 14 } } @@ -291528,15 +293619,15 @@ "postfix": false, "binop": null }, - "start": 16152, - "end": 16153, + "start": 16206, + "end": 16207, "loc": { "start": { - "line": 422, + "line": 423, "column": 15 }, "end": { - "line": 422, + "line": 423, "column": 16 } } @@ -291554,15 +293645,15 @@ "binop": null }, "value": "navigator", - "start": 16153, - "end": 16162, + "start": 16207, + "end": 16216, "loc": { "start": { - "line": 422, + "line": 423, "column": 16 }, "end": { - "line": 422, + "line": 423, "column": 25 } } @@ -291580,15 +293671,15 @@ "binop": null, "updateContext": null }, - "start": 16162, - "end": 16163, + "start": 16216, + "end": 16217, "loc": { "start": { - "line": 422, + "line": 423, "column": 25 }, "end": { - "line": 422, + "line": 423, "column": 26 } } @@ -291606,15 +293697,15 @@ "binop": null }, "value": "mediaDevices", - "start": 16163, - "end": 16175, + "start": 16217, + "end": 16229, "loc": { "start": { - "line": 422, + "line": 423, "column": 26 }, "end": { - "line": 422, + "line": 423, "column": 38 } } @@ -291633,15 +293724,15 @@ "updateContext": null }, "value": "===", - "start": 16176, - "end": 16179, + "start": 16230, + "end": 16233, "loc": { "start": { - "line": 422, + "line": 423, "column": 39 }, "end": { - "line": 422, + "line": 423, "column": 42 } } @@ -291659,15 +293750,15 @@ "binop": null }, "value": "undefined", - "start": 16180, - "end": 16189, + "start": 16234, + "end": 16243, "loc": { "start": { - "line": 422, + "line": 423, "column": 43 }, "end": { - "line": 422, + "line": 423, "column": 52 } } @@ -291686,15 +293777,15 @@ "updateContext": null }, "value": "||", - "start": 16190, - "end": 16192, + "start": 16244, + "end": 16246, "loc": { "start": { - "line": 422, + "line": 423, "column": 53 }, "end": { - "line": 422, + "line": 423, "column": 55 } } @@ -291712,15 +293803,15 @@ "binop": null }, "value": "navigator", - "start": 16209, - "end": 16218, + "start": 16263, + "end": 16272, "loc": { "start": { - "line": 423, + "line": 424, "column": 16 }, "end": { - "line": 423, + "line": 424, "column": 25 } } @@ -291738,15 +293829,15 @@ "binop": null, "updateContext": null }, - "start": 16218, - "end": 16219, + "start": 16272, + "end": 16273, "loc": { "start": { - "line": 423, + "line": 424, "column": 25 }, "end": { - "line": 423, + "line": 424, "column": 26 } } @@ -291764,15 +293855,15 @@ "binop": null }, "value": "mediaDevices", - "start": 16219, - "end": 16231, + "start": 16273, + "end": 16285, "loc": { "start": { - "line": 423, + "line": 424, "column": 26 }, "end": { - "line": 423, + "line": 424, "column": 38 } } @@ -291790,15 +293881,15 @@ "binop": null, "updateContext": null }, - "start": 16231, - "end": 16232, + "start": 16285, + "end": 16286, "loc": { "start": { - "line": 423, + "line": 424, "column": 38 }, "end": { - "line": 423, + "line": 424, "column": 39 } } @@ -291816,15 +293907,15 @@ "binop": null }, "value": "getDisplayMedia", - "start": 16232, - "end": 16247, + "start": 16286, + "end": 16301, "loc": { "start": { - "line": 423, + "line": 424, "column": 39 }, "end": { - "line": 423, + "line": 424, "column": 54 } } @@ -291843,15 +293934,15 @@ "updateContext": null }, "value": "===", - "start": 16248, - "end": 16251, + "start": 16302, + "end": 16305, "loc": { "start": { - "line": 423, + "line": 424, "column": 55 }, "end": { - "line": 423, + "line": 424, "column": 58 } } @@ -291869,15 +293960,15 @@ "binop": null }, "value": "undefined", - "start": 16252, - "end": 16261, + "start": 16306, + "end": 16315, "loc": { "start": { - "line": 423, + "line": 424, "column": 59 }, "end": { - "line": 423, + "line": 424, "column": 68 } } @@ -291894,15 +293985,15 @@ "postfix": false, "binop": null }, - "start": 16261, - "end": 16262, + "start": 16315, + "end": 16316, "loc": { "start": { - "line": 423, + "line": 424, "column": 68 }, "end": { - "line": 423, + "line": 424, "column": 69 } } @@ -291919,15 +294010,15 @@ "postfix": false, "binop": null }, - "start": 16263, - "end": 16264, + "start": 16317, + "end": 16318, "loc": { "start": { - "line": 423, + "line": 424, "column": 70 }, "end": { - "line": 423, + "line": 424, "column": 71 } } @@ -291947,15 +294038,15 @@ "updateContext": null }, "value": "this", - "start": 16281, - "end": 16285, + "start": 16335, + "end": 16339, "loc": { "start": { - "line": 424, + "line": 425, "column": 16 }, "end": { - "line": 424, + "line": 425, "column": 20 } } @@ -291973,15 +294064,15 @@ "binop": null, "updateContext": null }, - "start": 16285, - "end": 16286, + "start": 16339, + "end": 16340, "loc": { "start": { - "line": 424, + "line": 425, "column": 20 }, "end": { - "line": 424, + "line": 425, "column": 21 } } @@ -291999,15 +294090,15 @@ "binop": null }, "value": "player", - "start": 16286, - "end": 16292, + "start": 16340, + "end": 16346, "loc": { "start": { - "line": 424, + "line": 425, "column": 21 }, "end": { - "line": 424, + "line": 425, "column": 27 } } @@ -292025,15 +294116,15 @@ "binop": null, "updateContext": null }, - "start": 16292, - "end": 16293, + "start": 16346, + "end": 16347, "loc": { "start": { - "line": 424, + "line": 425, "column": 27 }, "end": { - "line": 424, + "line": 425, "column": 28 } } @@ -292051,15 +294142,15 @@ "binop": null }, "value": "trigger", - "start": 16293, - "end": 16300, + "start": 16347, + "end": 16354, "loc": { "start": { - "line": 424, + "line": 425, "column": 28 }, "end": { - "line": 424, + "line": 425, "column": 35 } } @@ -292076,15 +294167,15 @@ "postfix": false, "binop": null }, - "start": 16300, - "end": 16301, + "start": 16354, + "end": 16355, "loc": { "start": { - "line": 424, + "line": 425, "column": 35 }, "end": { - "line": 424, + "line": 425, "column": 36 } } @@ -292102,15 +294193,15 @@ "binop": null }, "value": "Event", - "start": 16301, - "end": 16306, + "start": 16355, + "end": 16360, "loc": { "start": { - "line": 424, + "line": 425, "column": 36 }, "end": { - "line": 424, + "line": 425, "column": 41 } } @@ -292128,15 +294219,15 @@ "binop": null, "updateContext": null }, - "start": 16306, - "end": 16307, + "start": 16360, + "end": 16361, "loc": { "start": { - "line": 424, + "line": 425, "column": 41 }, "end": { - "line": 424, + "line": 425, "column": 42 } } @@ -292154,15 +294245,15 @@ "binop": null }, "value": "ERROR", - "start": 16307, - "end": 16312, + "start": 16361, + "end": 16366, "loc": { "start": { - "line": 424, + "line": 425, "column": 42 }, "end": { - "line": 424, + "line": 425, "column": 47 } } @@ -292180,15 +294271,15 @@ "binop": null, "updateContext": null }, - "start": 16312, - "end": 16313, + "start": 16366, + "end": 16367, "loc": { "start": { - "line": 424, + "line": 425, "column": 47 }, "end": { - "line": 424, + "line": 425, "column": 48 } } @@ -292207,15 +294298,15 @@ "updateContext": null }, "value": "This browser does not support navigator.mediaDevices.getDisplayMedia", - "start": 16334, - "end": 16404, + "start": 16388, + "end": 16458, "loc": { "start": { - "line": 425, + "line": 426, "column": 20 }, "end": { - "line": 425, + "line": 426, "column": 90 } } @@ -292232,15 +294323,15 @@ "postfix": false, "binop": null }, - "start": 16404, - "end": 16405, + "start": 16458, + "end": 16459, "loc": { "start": { - "line": 425, + "line": 426, "column": 90 }, "end": { - "line": 425, + "line": 426, "column": 91 } } @@ -292258,15 +294349,15 @@ "binop": null, "updateContext": null }, - "start": 16405, - "end": 16406, + "start": 16459, + "end": 16460, "loc": { "start": { - "line": 425, + "line": 426, "column": 91 }, "end": { - "line": 425, + "line": 426, "column": 92 } } @@ -292286,15 +294377,15 @@ "updateContext": null }, "value": "return", - "start": 16423, - "end": 16429, + "start": 16477, + "end": 16483, "loc": { "start": { - "line": 426, + "line": 427, "column": 16 }, "end": { - "line": 426, + "line": 427, "column": 22 } } @@ -292312,15 +294403,15 @@ "binop": null, "updateContext": null }, - "start": 16429, - "end": 16430, + "start": 16483, + "end": 16484, "loc": { "start": { - "line": 426, + "line": 427, "column": 22 }, "end": { - "line": 426, + "line": 427, "column": 23 } } @@ -292337,15 +294428,15 @@ "postfix": false, "binop": null }, - "start": 16443, - "end": 16444, + "start": 16497, + "end": 16498, "loc": { "start": { - "line": 427, + "line": 428, "column": 12 }, "end": { - "line": 427, + "line": 428, "column": 13 } } @@ -292362,15 +294453,15 @@ "postfix": false, "binop": null }, - "start": 16453, - "end": 16454, + "start": 16507, + "end": 16508, "loc": { "start": { - "line": 428, + "line": 429, "column": 8 }, "end": { - "line": 428, + "line": 429, "column": 9 } } @@ -292390,15 +294481,15 @@ "updateContext": null }, "value": "else", - "start": 16455, - "end": 16459, + "start": 16509, + "end": 16513, "loc": { "start": { - "line": 428, + "line": 429, "column": 10 }, "end": { - "line": 428, + "line": 429, "column": 14 } } @@ -292415,15 +294506,15 @@ "postfix": false, "binop": null }, - "start": 16460, - "end": 16461, + "start": 16514, + "end": 16515, "loc": { "start": { - "line": 428, + "line": 429, "column": 15 }, "end": { - "line": 428, + "line": 429, "column": 16 } } @@ -292443,15 +294534,15 @@ "updateContext": null }, "value": "if", - "start": 16474, - "end": 16476, + "start": 16528, + "end": 16530, "loc": { "start": { - "line": 429, + "line": 430, "column": 12 }, "end": { - "line": 429, + "line": 430, "column": 14 } } @@ -292468,15 +294559,15 @@ "postfix": false, "binop": null }, - "start": 16477, - "end": 16478, + "start": 16531, + "end": 16532, "loc": { "start": { - "line": 429, + "line": 430, "column": 15 }, "end": { - "line": 429, + "line": 430, "column": 16 } } @@ -292494,15 +294585,15 @@ "binop": null }, "value": "navigator", - "start": 16478, - "end": 16487, + "start": 16532, + "end": 16541, "loc": { "start": { - "line": 429, + "line": 430, "column": 16 }, "end": { - "line": 429, + "line": 430, "column": 25 } } @@ -292520,15 +294611,15 @@ "binop": null, "updateContext": null }, - "start": 16487, - "end": 16488, + "start": 16541, + "end": 16542, "loc": { "start": { - "line": 429, + "line": 430, "column": 25 }, "end": { - "line": 429, + "line": 430, "column": 26 } } @@ -292546,15 +294637,15 @@ "binop": null }, "value": "mediaDevices", - "start": 16488, - "end": 16500, + "start": 16542, + "end": 16554, "loc": { "start": { - "line": 429, + "line": 430, "column": 26 }, "end": { - "line": 429, + "line": 430, "column": 38 } } @@ -292573,15 +294664,15 @@ "updateContext": null }, "value": "===", - "start": 16501, - "end": 16504, + "start": 16555, + "end": 16558, "loc": { "start": { - "line": 429, + "line": 430, "column": 39 }, "end": { - "line": 429, + "line": 430, "column": 42 } } @@ -292599,15 +294690,15 @@ "binop": null }, "value": "undefined", - "start": 16505, - "end": 16514, + "start": 16559, + "end": 16568, "loc": { "start": { - "line": 429, + "line": 430, "column": 43 }, "end": { - "line": 429, + "line": 430, "column": 52 } } @@ -292626,15 +294717,15 @@ "updateContext": null }, "value": "||", - "start": 16515, - "end": 16517, + "start": 16569, + "end": 16571, "loc": { "start": { - "line": 429, + "line": 430, "column": 53 }, "end": { - "line": 429, + "line": 430, "column": 55 } } @@ -292652,15 +294743,15 @@ "binop": null }, "value": "navigator", - "start": 16534, - "end": 16543, + "start": 16588, + "end": 16597, "loc": { "start": { - "line": 430, + "line": 431, "column": 16 }, "end": { - "line": 430, + "line": 431, "column": 25 } } @@ -292678,15 +294769,15 @@ "binop": null, "updateContext": null }, - "start": 16543, - "end": 16544, + "start": 16597, + "end": 16598, "loc": { "start": { - "line": 430, + "line": 431, "column": 25 }, "end": { - "line": 430, + "line": 431, "column": 26 } } @@ -292704,15 +294795,15 @@ "binop": null }, "value": "mediaDevices", - "start": 16544, - "end": 16556, + "start": 16598, + "end": 16610, "loc": { "start": { - "line": 430, + "line": 431, "column": 26 }, "end": { - "line": 430, + "line": 431, "column": 38 } } @@ -292730,15 +294821,15 @@ "binop": null, "updateContext": null }, - "start": 16556, - "end": 16557, + "start": 16610, + "end": 16611, "loc": { "start": { - "line": 430, + "line": 431, "column": 38 }, "end": { - "line": 430, + "line": 431, "column": 39 } } @@ -292756,15 +294847,15 @@ "binop": null }, "value": "getUserMedia", - "start": 16557, - "end": 16569, + "start": 16611, + "end": 16623, "loc": { "start": { - "line": 430, + "line": 431, "column": 39 }, "end": { - "line": 430, + "line": 431, "column": 51 } } @@ -292783,15 +294874,15 @@ "updateContext": null }, "value": "===", - "start": 16570, - "end": 16573, + "start": 16624, + "end": 16627, "loc": { "start": { - "line": 430, + "line": 431, "column": 52 }, "end": { - "line": 430, + "line": 431, "column": 55 } } @@ -292809,15 +294900,15 @@ "binop": null }, "value": "undefined", - "start": 16574, - "end": 16583, + "start": 16628, + "end": 16637, "loc": { "start": { - "line": 430, + "line": 431, "column": 56 }, "end": { - "line": 430, + "line": 431, "column": 65 } } @@ -292834,15 +294925,15 @@ "postfix": false, "binop": null }, - "start": 16583, - "end": 16584, + "start": 16637, + "end": 16638, "loc": { "start": { - "line": 430, + "line": 431, "column": 65 }, "end": { - "line": 430, + "line": 431, "column": 66 } } @@ -292859,15 +294950,15 @@ "postfix": false, "binop": null }, - "start": 16585, - "end": 16586, + "start": 16639, + "end": 16640, "loc": { "start": { - "line": 430, + "line": 431, "column": 67 }, "end": { - "line": 430, + "line": 431, "column": 68 } } @@ -292887,15 +294978,15 @@ "updateContext": null }, "value": "this", - "start": 16603, - "end": 16607, + "start": 16657, + "end": 16661, "loc": { "start": { - "line": 431, + "line": 432, "column": 16 }, "end": { - "line": 431, + "line": 432, "column": 20 } } @@ -292913,15 +295004,15 @@ "binop": null, "updateContext": null }, - "start": 16607, - "end": 16608, + "start": 16661, + "end": 16662, "loc": { "start": { - "line": 431, + "line": 432, "column": 20 }, "end": { - "line": 431, + "line": 432, "column": 21 } } @@ -292939,15 +295030,15 @@ "binop": null }, "value": "player", - "start": 16608, - "end": 16614, + "start": 16662, + "end": 16668, "loc": { "start": { - "line": 431, + "line": 432, "column": 21 }, "end": { - "line": 431, + "line": 432, "column": 27 } } @@ -292965,15 +295056,15 @@ "binop": null, "updateContext": null }, - "start": 16614, - "end": 16615, + "start": 16668, + "end": 16669, "loc": { "start": { - "line": 431, + "line": 432, "column": 27 }, "end": { - "line": 431, + "line": 432, "column": 28 } } @@ -292991,15 +295082,15 @@ "binop": null }, "value": "trigger", - "start": 16615, - "end": 16622, + "start": 16669, + "end": 16676, "loc": { "start": { - "line": 431, + "line": 432, "column": 28 }, "end": { - "line": 431, + "line": 432, "column": 35 } } @@ -293016,15 +295107,15 @@ "postfix": false, "binop": null }, - "start": 16622, - "end": 16623, + "start": 16676, + "end": 16677, "loc": { "start": { - "line": 431, + "line": 432, "column": 35 }, "end": { - "line": 431, + "line": 432, "column": 36 } } @@ -293042,15 +295133,15 @@ "binop": null }, "value": "Event", - "start": 16623, - "end": 16628, + "start": 16677, + "end": 16682, "loc": { "start": { - "line": 431, + "line": 432, "column": 36 }, "end": { - "line": 431, + "line": 432, "column": 41 } } @@ -293068,15 +295159,15 @@ "binop": null, "updateContext": null }, - "start": 16628, - "end": 16629, + "start": 16682, + "end": 16683, "loc": { "start": { - "line": 431, + "line": 432, "column": 41 }, "end": { - "line": 431, + "line": 432, "column": 42 } } @@ -293094,15 +295185,15 @@ "binop": null }, "value": "ERROR", - "start": 16629, - "end": 16634, + "start": 16683, + "end": 16688, "loc": { "start": { - "line": 431, + "line": 432, "column": 42 }, "end": { - "line": 431, + "line": 432, "column": 47 } } @@ -293120,15 +295211,15 @@ "binop": null, "updateContext": null }, - "start": 16634, - "end": 16635, + "start": 16688, + "end": 16689, "loc": { "start": { - "line": 431, + "line": 432, "column": 47 }, "end": { - "line": 431, + "line": 432, "column": 48 } } @@ -293147,15 +295238,15 @@ "updateContext": null }, "value": "This browser does not support navigator.mediaDevices.getUserMedia", - "start": 16656, - "end": 16723, + "start": 16710, + "end": 16777, "loc": { "start": { - "line": 432, + "line": 433, "column": 20 }, "end": { - "line": 432, + "line": 433, "column": 87 } } @@ -293172,15 +295263,15 @@ "postfix": false, "binop": null }, - "start": 16723, - "end": 16724, + "start": 16777, + "end": 16778, "loc": { "start": { - "line": 432, + "line": 433, "column": 87 }, "end": { - "line": 432, + "line": 433, "column": 88 } } @@ -293198,15 +295289,15 @@ "binop": null, "updateContext": null }, - "start": 16724, - "end": 16725, + "start": 16778, + "end": 16779, "loc": { "start": { - "line": 432, + "line": 433, "column": 88 }, "end": { - "line": 432, + "line": 433, "column": 89 } } @@ -293226,15 +295317,15 @@ "updateContext": null }, "value": "return", - "start": 16742, - "end": 16748, + "start": 16796, + "end": 16802, "loc": { "start": { - "line": 433, + "line": 434, "column": 16 }, "end": { - "line": 433, + "line": 434, "column": 22 } } @@ -293252,15 +295343,15 @@ "binop": null, "updateContext": null }, - "start": 16748, - "end": 16749, + "start": 16802, + "end": 16803, "loc": { "start": { - "line": 433, + "line": 434, "column": 22 }, "end": { - "line": 433, + "line": 434, "column": 23 } } @@ -293277,15 +295368,15 @@ "postfix": false, "binop": null }, - "start": 16762, - "end": 16763, + "start": 16816, + "end": 16817, "loc": { "start": { - "line": 434, + "line": 435, "column": 12 }, "end": { - "line": 434, + "line": 435, "column": 13 } } @@ -293302,15 +295393,15 @@ "postfix": false, "binop": null }, - "start": 16772, - "end": 16773, + "start": 16826, + "end": 16827, "loc": { "start": { - "line": 435, + "line": 436, "column": 8 }, "end": { - "line": 435, + "line": 436, "column": 9 } } @@ -293318,15 +295409,15 @@ { "type": "CommentLine", "value": " ask the browser to give the user access to the media device", - "start": 16783, - "end": 16845, + "start": 16837, + "end": 16899, "loc": { "start": { - "line": 437, + "line": 438, "column": 8 }, "end": { - "line": 437, + "line": 438, "column": 70 } } @@ -293334,15 +295425,15 @@ { "type": "CommentLine", "value": " and get a stream reference in the callback function", - "start": 16854, - "end": 16908, + "start": 16908, + "end": 16962, "loc": { "start": { - "line": 438, + "line": 439, "column": 8 }, "end": { - "line": 438, + "line": 439, "column": 62 } } @@ -293362,15 +295453,15 @@ "updateContext": null }, "value": "switch", - "start": 16917, - "end": 16923, + "start": 16971, + "end": 16977, "loc": { "start": { - "line": 439, + "line": 440, "column": 8 }, "end": { - "line": 439, + "line": 440, "column": 14 } } @@ -293387,15 +295478,15 @@ "postfix": false, "binop": null }, - "start": 16924, - "end": 16925, + "start": 16978, + "end": 16979, "loc": { "start": { - "line": 439, + "line": 440, "column": 15 }, "end": { - "line": 439, + "line": 440, "column": 16 } } @@ -293415,15 +295506,15 @@ "updateContext": null }, "value": "this", - "start": 16925, - "end": 16929, + "start": 16979, + "end": 16983, "loc": { "start": { - "line": 439, + "line": 440, "column": 16 }, "end": { - "line": 439, + "line": 440, "column": 20 } } @@ -293441,15 +295532,15 @@ "binop": null, "updateContext": null }, - "start": 16929, - "end": 16930, + "start": 16983, + "end": 16984, "loc": { "start": { - "line": 439, + "line": 440, "column": 20 }, "end": { - "line": 439, + "line": 440, "column": 21 } } @@ -293467,15 +295558,15 @@ "binop": null }, "value": "getRecordType", - "start": 16930, - "end": 16943, + "start": 16984, + "end": 16997, "loc": { "start": { - "line": 439, + "line": 440, "column": 21 }, "end": { - "line": 439, + "line": 440, "column": 34 } } @@ -293492,15 +295583,15 @@ "postfix": false, "binop": null }, - "start": 16943, - "end": 16944, + "start": 16997, + "end": 16998, "loc": { "start": { - "line": 439, + "line": 440, "column": 34 }, "end": { - "line": 439, + "line": 440, "column": 35 } } @@ -293517,15 +295608,15 @@ "postfix": false, "binop": null }, - "start": 16944, - "end": 16945, + "start": 16998, + "end": 16999, "loc": { "start": { - "line": 439, + "line": 440, "column": 35 }, "end": { - "line": 439, + "line": 440, "column": 36 } } @@ -293542,15 +295633,15 @@ "postfix": false, "binop": null }, - "start": 16945, - "end": 16946, + "start": 16999, + "end": 17000, "loc": { "start": { - "line": 439, + "line": 440, "column": 36 }, "end": { - "line": 439, + "line": 440, "column": 37 } } @@ -293567,15 +295658,15 @@ "postfix": false, "binop": null }, - "start": 16947, - "end": 16948, + "start": 17001, + "end": 17002, "loc": { "start": { - "line": 439, + "line": 440, "column": 38 }, "end": { - "line": 439, + "line": 440, "column": 39 } } @@ -293595,15 +295686,15 @@ "updateContext": null }, "value": "case", - "start": 16961, - "end": 16965, + "start": 17015, + "end": 17019, "loc": { "start": { - "line": 440, + "line": 441, "column": 12 }, "end": { - "line": 440, + "line": 441, "column": 16 } } @@ -293621,15 +295712,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 16966, - "end": 16976, + "start": 17020, + "end": 17030, "loc": { "start": { - "line": 440, + "line": 441, "column": 17 }, "end": { - "line": 440, + "line": 441, "column": 27 } } @@ -293647,15 +295738,15 @@ "binop": null, "updateContext": null }, - "start": 16976, - "end": 16977, + "start": 17030, + "end": 17031, "loc": { "start": { - "line": 440, + "line": 441, "column": 27 }, "end": { - "line": 440, + "line": 441, "column": 28 } } @@ -293663,15 +295754,15 @@ { "type": "CommentLine", "value": " setup microphone", - "start": 16994, - "end": 17013, + "start": 17048, + "end": 17067, "loc": { "start": { - "line": 441, + "line": 442, "column": 16 }, "end": { - "line": 441, + "line": 442, "column": 35 } } @@ -293691,15 +295782,15 @@ "updateContext": null }, "value": "this", - "start": 17030, - "end": 17034, + "start": 17084, + "end": 17088, "loc": { "start": { - "line": 442, + "line": 443, "column": 16 }, "end": { - "line": 442, + "line": 443, "column": 20 } } @@ -293717,15 +295808,15 @@ "binop": null, "updateContext": null }, - "start": 17034, - "end": 17035, + "start": 17088, + "end": 17089, "loc": { "start": { - "line": 442, + "line": 443, "column": 20 }, "end": { - "line": 442, + "line": 443, "column": 21 } } @@ -293743,15 +295834,15 @@ "binop": null }, "value": "mediaType", - "start": 17035, - "end": 17044, + "start": 17089, + "end": 17098, "loc": { "start": { - "line": 442, + "line": 443, "column": 21 }, "end": { - "line": 442, + "line": 443, "column": 30 } } @@ -293770,15 +295861,15 @@ "updateContext": null }, "value": "=", - "start": 17045, - "end": 17046, + "start": 17099, + "end": 17100, "loc": { "start": { - "line": 442, + "line": 443, "column": 31 }, "end": { - "line": 442, + "line": 443, "column": 32 } } @@ -293795,15 +295886,15 @@ "postfix": false, "binop": null }, - "start": 17047, - "end": 17048, + "start": 17101, + "end": 17102, "loc": { "start": { - "line": 442, + "line": 443, "column": 33 }, "end": { - "line": 442, + "line": 443, "column": 34 } } @@ -293821,15 +295912,15 @@ "binop": null }, "value": "audio", - "start": 17069, - "end": 17074, + "start": 17123, + "end": 17128, "loc": { "start": { - "line": 443, + "line": 444, "column": 20 }, "end": { - "line": 443, + "line": 444, "column": 25 } } @@ -293847,15 +295938,15 @@ "binop": null, "updateContext": null }, - "start": 17074, - "end": 17075, + "start": 17128, + "end": 17129, "loc": { "start": { - "line": 443, + "line": 444, "column": 25 }, "end": { - "line": 443, + "line": 444, "column": 26 } } @@ -293872,15 +295963,15 @@ "postfix": false, "binop": null }, - "start": 17076, - "end": 17077, + "start": 17130, + "end": 17131, "loc": { "start": { - "line": 443, + "line": 444, "column": 27 }, "end": { - "line": 443, + "line": 444, "column": 28 } } @@ -293900,15 +295991,15 @@ "updateContext": null }, "value": "this", - "start": 17077, - "end": 17081, + "start": 17131, + "end": 17135, "loc": { "start": { - "line": 443, + "line": 444, "column": 28 }, "end": { - "line": 443, + "line": 444, "column": 32 } } @@ -293926,15 +296017,15 @@ "binop": null, "updateContext": null }, - "start": 17081, - "end": 17082, + "start": 17135, + "end": 17136, "loc": { "start": { - "line": 443, + "line": 444, "column": 32 }, "end": { - "line": 443, + "line": 444, "column": 33 } } @@ -293952,15 +296043,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 17082, - "end": 17099, + "start": 17136, + "end": 17153, "loc": { "start": { - "line": 443, + "line": 444, "column": 33 }, "end": { - "line": 443, + "line": 444, "column": 50 } } @@ -293979,15 +296070,15 @@ "updateContext": null }, "value": "===", - "start": 17100, - "end": 17103, + "start": 17154, + "end": 17157, "loc": { "start": { - "line": 443, + "line": 444, "column": 51 }, "end": { - "line": 443, + "line": 444, "column": 54 } } @@ -294005,15 +296096,15 @@ "binop": null }, "value": "AUTO", - "start": 17104, - "end": 17108, + "start": 17158, + "end": 17162, "loc": { "start": { - "line": 443, + "line": 444, "column": 55 }, "end": { - "line": 443, + "line": 444, "column": 59 } } @@ -294030,15 +296121,15 @@ "postfix": false, "binop": null }, - "start": 17108, - "end": 17109, + "start": 17162, + "end": 17163, "loc": { "start": { - "line": 443, + "line": 444, "column": 59 }, "end": { - "line": 443, + "line": 444, "column": 60 } } @@ -294056,15 +296147,15 @@ "binop": null, "updateContext": null }, - "start": 17110, - "end": 17111, + "start": 17164, + "end": 17165, "loc": { "start": { - "line": 443, + "line": 444, "column": 61 }, "end": { - "line": 443, + "line": 444, "column": 62 } } @@ -294084,15 +296175,15 @@ "updateContext": null }, "value": "true", - "start": 17112, - "end": 17116, + "start": 17166, + "end": 17170, "loc": { "start": { - "line": 443, + "line": 444, "column": 63 }, "end": { - "line": 443, + "line": 444, "column": 67 } } @@ -294110,15 +296201,15 @@ "binop": null, "updateContext": null }, - "start": 17117, - "end": 17118, + "start": 17171, + "end": 17172, "loc": { "start": { - "line": 443, + "line": 444, "column": 68 }, "end": { - "line": 443, + "line": 444, "column": 69 } } @@ -294138,15 +296229,15 @@ "updateContext": null }, "value": "this", - "start": 17119, - "end": 17123, + "start": 17173, + "end": 17177, "loc": { "start": { - "line": 443, + "line": 444, "column": 70 }, "end": { - "line": 443, + "line": 444, "column": 74 } } @@ -294164,15 +296255,15 @@ "binop": null, "updateContext": null }, - "start": 17123, - "end": 17124, + "start": 17177, + "end": 17178, "loc": { "start": { - "line": 443, + "line": 444, "column": 74 }, "end": { - "line": 443, + "line": 444, "column": 75 } } @@ -294190,15 +296281,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 17124, - "end": 17141, + "start": 17178, + "end": 17195, "loc": { "start": { - "line": 443, + "line": 444, "column": 75 }, "end": { - "line": 443, + "line": 444, "column": 92 } } @@ -294216,15 +296307,15 @@ "binop": null, "updateContext": null }, - "start": 17141, - "end": 17142, + "start": 17195, + "end": 17196, "loc": { "start": { - "line": 443, + "line": 444, "column": 92 }, "end": { - "line": 443, + "line": 444, "column": 93 } } @@ -294242,15 +296333,15 @@ "binop": null }, "value": "video", - "start": 17163, - "end": 17168, + "start": 17217, + "end": 17222, "loc": { "start": { - "line": 444, + "line": 445, "column": 20 }, "end": { - "line": 444, + "line": 445, "column": 25 } } @@ -294268,15 +296359,15 @@ "binop": null, "updateContext": null }, - "start": 17168, - "end": 17169, + "start": 17222, + "end": 17223, "loc": { "start": { - "line": 444, + "line": 445, "column": 25 }, "end": { - "line": 444, + "line": 445, "column": 26 } } @@ -294296,15 +296387,15 @@ "updateContext": null }, "value": "false", - "start": 17170, - "end": 17175, + "start": 17224, + "end": 17229, "loc": { "start": { - "line": 444, + "line": 445, "column": 27 }, "end": { - "line": 444, + "line": 445, "column": 32 } } @@ -294321,15 +296412,15 @@ "postfix": false, "binop": null }, - "start": 17192, - "end": 17193, + "start": 17246, + "end": 17247, "loc": { "start": { - "line": 445, + "line": 446, "column": 16 }, "end": { - "line": 445, + "line": 446, "column": 17 } } @@ -294347,15 +296438,15 @@ "binop": null, "updateContext": null }, - "start": 17193, - "end": 17194, + "start": 17247, + "end": 17248, "loc": { "start": { - "line": 445, + "line": 446, "column": 17 }, "end": { - "line": 445, + "line": 446, "column": 18 } } @@ -294363,15 +296454,15 @@ { "type": "CommentLine", "value": " remove existing microphone listeners", - "start": 17211, - "end": 17250, + "start": 17265, + "end": 17304, "loc": { "start": { - "line": 446, + "line": 447, "column": 16 }, "end": { - "line": 446, + "line": 447, "column": 55 } } @@ -294391,15 +296482,15 @@ "updateContext": null }, "value": "this", - "start": 17267, - "end": 17271, + "start": 17321, + "end": 17325, "loc": { "start": { - "line": 447, + "line": 448, "column": 16 }, "end": { - "line": 447, + "line": 448, "column": 20 } } @@ -294417,15 +296508,15 @@ "binop": null, "updateContext": null }, - "start": 17271, - "end": 17272, + "start": 17325, + "end": 17326, "loc": { "start": { - "line": 447, + "line": 448, "column": 20 }, "end": { - "line": 447, + "line": 448, "column": 21 } } @@ -294443,15 +296534,15 @@ "binop": null }, "value": "surfer", - "start": 17272, - "end": 17278, + "start": 17326, + "end": 17332, "loc": { "start": { - "line": 447, + "line": 448, "column": 21 }, "end": { - "line": 447, + "line": 448, "column": 27 } } @@ -294469,15 +296560,15 @@ "binop": null, "updateContext": null }, - "start": 17278, - "end": 17279, + "start": 17332, + "end": 17333, "loc": { "start": { - "line": 447, + "line": 448, "column": 27 }, "end": { - "line": 447, + "line": 448, "column": 28 } } @@ -294495,15 +296586,15 @@ "binop": null }, "value": "surfer", - "start": 17279, - "end": 17285, + "start": 17333, + "end": 17339, "loc": { "start": { - "line": 447, + "line": 448, "column": 28 }, "end": { - "line": 447, + "line": 448, "column": 34 } } @@ -294521,15 +296612,15 @@ "binop": null, "updateContext": null }, - "start": 17285, - "end": 17286, + "start": 17339, + "end": 17340, "loc": { "start": { - "line": 447, + "line": 448, "column": 34 }, "end": { - "line": 447, + "line": 448, "column": 35 } } @@ -294547,15 +296638,15 @@ "binop": null }, "value": "microphone", - "start": 17286, - "end": 17296, + "start": 17340, + "end": 17350, "loc": { "start": { - "line": 447, + "line": 448, "column": 35 }, "end": { - "line": 447, + "line": 448, "column": 45 } } @@ -294573,15 +296664,15 @@ "binop": null, "updateContext": null }, - "start": 17296, - "end": 17297, + "start": 17350, + "end": 17351, "loc": { "start": { - "line": 447, + "line": 448, "column": 45 }, "end": { - "line": 447, + "line": 448, "column": 46 } } @@ -294599,15 +296690,15 @@ "binop": null }, "value": "un", - "start": 17297, - "end": 17299, + "start": 17351, + "end": 17353, "loc": { "start": { - "line": 447, + "line": 448, "column": 46 }, "end": { - "line": 447, + "line": 448, "column": 48 } } @@ -294624,15 +296715,15 @@ "postfix": false, "binop": null }, - "start": 17299, - "end": 17300, + "start": 17353, + "end": 17354, "loc": { "start": { - "line": 447, + "line": 448, "column": 48 }, "end": { - "line": 447, + "line": 448, "column": 49 } } @@ -294650,15 +296741,15 @@ "binop": null }, "value": "Event", - "start": 17300, - "end": 17305, + "start": 17354, + "end": 17359, "loc": { "start": { - "line": 447, + "line": 448, "column": 49 }, "end": { - "line": 447, + "line": 448, "column": 54 } } @@ -294676,15 +296767,15 @@ "binop": null, "updateContext": null }, - "start": 17305, - "end": 17306, + "start": 17359, + "end": 17360, "loc": { "start": { - "line": 447, + "line": 448, "column": 54 }, "end": { - "line": 447, + "line": 448, "column": 55 } } @@ -294702,15 +296793,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 17306, - "end": 17318, + "start": 17360, + "end": 17372, "loc": { "start": { - "line": 447, + "line": 448, "column": 55 }, "end": { - "line": 447, + "line": 448, "column": 67 } } @@ -294728,15 +296819,15 @@ "binop": null, "updateContext": null }, - "start": 17318, - "end": 17319, + "start": 17372, + "end": 17373, "loc": { "start": { - "line": 447, + "line": 448, "column": 67 }, "end": { - "line": 447, + "line": 448, "column": 68 } } @@ -294756,15 +296847,15 @@ "updateContext": null }, "value": "this", - "start": 17340, - "end": 17344, + "start": 17394, + "end": 17398, "loc": { "start": { - "line": 448, + "line": 449, "column": 20 }, "end": { - "line": 448, + "line": 449, "column": 24 } } @@ -294782,15 +296873,15 @@ "binop": null, "updateContext": null }, - "start": 17344, - "end": 17345, + "start": 17398, + "end": 17399, "loc": { "start": { - "line": 448, + "line": 449, "column": 24 }, "end": { - "line": 448, + "line": 449, "column": 25 } } @@ -294808,15 +296899,15 @@ "binop": null }, "value": "deviceReadyCallback", - "start": 17345, - "end": 17364, + "start": 17399, + "end": 17418, "loc": { "start": { - "line": 448, + "line": 449, "column": 25 }, "end": { - "line": 448, + "line": 449, "column": 44 } } @@ -294833,15 +296924,15 @@ "postfix": false, "binop": null }, - "start": 17364, - "end": 17365, + "start": 17418, + "end": 17419, "loc": { "start": { - "line": 448, + "line": 449, "column": 44 }, "end": { - "line": 448, + "line": 449, "column": 45 } } @@ -294859,15 +296950,15 @@ "binop": null, "updateContext": null }, - "start": 17365, - "end": 17366, + "start": 17419, + "end": 17420, "loc": { "start": { - "line": 448, + "line": 449, "column": 45 }, "end": { - "line": 448, + "line": 449, "column": 46 } } @@ -294887,15 +296978,15 @@ "updateContext": null }, "value": "this", - "start": 17383, - "end": 17387, + "start": 17437, + "end": 17441, "loc": { "start": { - "line": 449, + "line": 450, "column": 16 }, "end": { - "line": 449, + "line": 450, "column": 20 } } @@ -294913,15 +297004,15 @@ "binop": null, "updateContext": null }, - "start": 17387, - "end": 17388, + "start": 17441, + "end": 17442, "loc": { "start": { - "line": 449, + "line": 450, "column": 20 }, "end": { - "line": 449, + "line": 450, "column": 21 } } @@ -294939,15 +297030,15 @@ "binop": null }, "value": "surfer", - "start": 17388, - "end": 17394, + "start": 17442, + "end": 17448, "loc": { "start": { - "line": 449, + "line": 450, "column": 21 }, "end": { - "line": 449, + "line": 450, "column": 27 } } @@ -294965,15 +297056,15 @@ "binop": null, "updateContext": null }, - "start": 17394, - "end": 17395, + "start": 17448, + "end": 17449, "loc": { "start": { - "line": 449, + "line": 450, "column": 27 }, "end": { - "line": 449, + "line": 450, "column": 28 } } @@ -294991,15 +297082,15 @@ "binop": null }, "value": "surfer", - "start": 17395, - "end": 17401, + "start": 17449, + "end": 17455, "loc": { "start": { - "line": 449, + "line": 450, "column": 28 }, "end": { - "line": 449, + "line": 450, "column": 34 } } @@ -295017,15 +297108,15 @@ "binop": null, "updateContext": null }, - "start": 17401, - "end": 17402, + "start": 17455, + "end": 17456, "loc": { "start": { - "line": 449, + "line": 450, "column": 34 }, "end": { - "line": 449, + "line": 450, "column": 35 } } @@ -295043,15 +297134,15 @@ "binop": null }, "value": "microphone", - "start": 17402, - "end": 17412, + "start": 17456, + "end": 17466, "loc": { "start": { - "line": 449, + "line": 450, "column": 35 }, "end": { - "line": 449, + "line": 450, "column": 45 } } @@ -295069,15 +297160,15 @@ "binop": null, "updateContext": null }, - "start": 17412, - "end": 17413, + "start": 17466, + "end": 17467, "loc": { "start": { - "line": 449, + "line": 450, "column": 45 }, "end": { - "line": 449, + "line": 450, "column": 46 } } @@ -295095,15 +297186,15 @@ "binop": null }, "value": "un", - "start": 17413, - "end": 17415, + "start": 17467, + "end": 17469, "loc": { "start": { - "line": 449, + "line": 450, "column": 46 }, "end": { - "line": 449, + "line": 450, "column": 48 } } @@ -295120,15 +297211,15 @@ "postfix": false, "binop": null }, - "start": 17415, - "end": 17416, + "start": 17469, + "end": 17470, "loc": { "start": { - "line": 449, + "line": 450, "column": 48 }, "end": { - "line": 449, + "line": 450, "column": 49 } } @@ -295146,15 +297237,15 @@ "binop": null }, "value": "Event", - "start": 17416, - "end": 17421, + "start": 17470, + "end": 17475, "loc": { "start": { - "line": 449, + "line": 450, "column": 49 }, "end": { - "line": 449, + "line": 450, "column": 54 } } @@ -295172,15 +297263,15 @@ "binop": null, "updateContext": null }, - "start": 17421, - "end": 17422, + "start": 17475, + "end": 17476, "loc": { "start": { - "line": 449, + "line": 450, "column": 54 }, "end": { - "line": 449, + "line": 450, "column": 55 } } @@ -295198,15 +297289,15 @@ "binop": null }, "value": "DEVICE_ERROR", - "start": 17422, - "end": 17434, + "start": 17476, + "end": 17488, "loc": { "start": { - "line": 449, + "line": 450, "column": 55 }, "end": { - "line": 449, + "line": 450, "column": 67 } } @@ -295224,15 +297315,15 @@ "binop": null, "updateContext": null }, - "start": 17434, - "end": 17435, + "start": 17488, + "end": 17489, "loc": { "start": { - "line": 449, + "line": 450, "column": 67 }, "end": { - "line": 449, + "line": 450, "column": 68 } } @@ -295252,15 +297343,15 @@ "updateContext": null }, "value": "this", - "start": 17456, - "end": 17460, + "start": 17510, + "end": 17514, "loc": { "start": { - "line": 450, + "line": 451, "column": 20 }, "end": { - "line": 450, + "line": 451, "column": 24 } } @@ -295278,15 +297369,15 @@ "binop": null, "updateContext": null }, - "start": 17460, - "end": 17461, + "start": 17514, + "end": 17515, "loc": { "start": { - "line": 450, + "line": 451, "column": 24 }, "end": { - "line": 450, + "line": 451, "column": 25 } } @@ -295304,15 +297395,15 @@ "binop": null }, "value": "deviceErrorCallback", - "start": 17461, - "end": 17480, + "start": 17515, + "end": 17534, "loc": { "start": { - "line": 450, + "line": 451, "column": 25 }, "end": { - "line": 450, + "line": 451, "column": 44 } } @@ -295329,15 +297420,15 @@ "postfix": false, "binop": null }, - "start": 17480, - "end": 17481, + "start": 17534, + "end": 17535, "loc": { "start": { - "line": 450, + "line": 451, "column": 44 }, "end": { - "line": 450, + "line": 451, "column": 45 } } @@ -295355,15 +297446,15 @@ "binop": null, "updateContext": null }, - "start": 17481, - "end": 17482, + "start": 17535, + "end": 17536, "loc": { "start": { - "line": 450, + "line": 451, "column": 45 }, "end": { - "line": 450, + "line": 451, "column": 46 } } @@ -295371,15 +297462,15 @@ { "type": "CommentLine", "value": " setup new microphone listeners", - "start": 17500, - "end": 17533, + "start": 17554, + "end": 17587, "loc": { "start": { - "line": 452, + "line": 453, "column": 16 }, "end": { - "line": 452, + "line": 453, "column": 49 } } @@ -295399,15 +297490,15 @@ "updateContext": null }, "value": "this", - "start": 17550, - "end": 17554, + "start": 17604, + "end": 17608, "loc": { "start": { - "line": 453, + "line": 454, "column": 16 }, "end": { - "line": 453, + "line": 454, "column": 20 } } @@ -295425,15 +297516,15 @@ "binop": null, "updateContext": null }, - "start": 17554, - "end": 17555, + "start": 17608, + "end": 17609, "loc": { "start": { - "line": 453, + "line": 454, "column": 20 }, "end": { - "line": 453, + "line": 454, "column": 21 } } @@ -295451,15 +297542,15 @@ "binop": null }, "value": "surfer", - "start": 17555, - "end": 17561, + "start": 17609, + "end": 17615, "loc": { "start": { - "line": 453, + "line": 454, "column": 21 }, "end": { - "line": 453, + "line": 454, "column": 27 } } @@ -295477,15 +297568,15 @@ "binop": null, "updateContext": null }, - "start": 17561, - "end": 17562, + "start": 17615, + "end": 17616, "loc": { "start": { - "line": 453, + "line": 454, "column": 27 }, "end": { - "line": 453, + "line": 454, "column": 28 } } @@ -295503,15 +297594,15 @@ "binop": null }, "value": "surfer", - "start": 17562, - "end": 17568, + "start": 17616, + "end": 17622, "loc": { "start": { - "line": 453, + "line": 454, "column": 28 }, "end": { - "line": 453, + "line": 454, "column": 34 } } @@ -295529,15 +297620,15 @@ "binop": null, "updateContext": null }, - "start": 17568, - "end": 17569, + "start": 17622, + "end": 17623, "loc": { "start": { - "line": 453, + "line": 454, "column": 34 }, "end": { - "line": 453, + "line": 454, "column": 35 } } @@ -295555,15 +297646,15 @@ "binop": null }, "value": "microphone", - "start": 17569, - "end": 17579, + "start": 17623, + "end": 17633, "loc": { "start": { - "line": 453, + "line": 454, "column": 35 }, "end": { - "line": 453, + "line": 454, "column": 45 } } @@ -295581,15 +297672,15 @@ "binop": null, "updateContext": null }, - "start": 17579, - "end": 17580, + "start": 17633, + "end": 17634, "loc": { "start": { - "line": 453, + "line": 454, "column": 45 }, "end": { - "line": 453, + "line": 454, "column": 46 } } @@ -295607,15 +297698,15 @@ "binop": null }, "value": "on", - "start": 17580, - "end": 17582, + "start": 17634, + "end": 17636, "loc": { "start": { - "line": 453, + "line": 454, "column": 46 }, "end": { - "line": 453, + "line": 454, "column": 48 } } @@ -295632,15 +297723,15 @@ "postfix": false, "binop": null }, - "start": 17582, - "end": 17583, + "start": 17636, + "end": 17637, "loc": { "start": { - "line": 453, + "line": 454, "column": 48 }, "end": { - "line": 453, + "line": 454, "column": 49 } } @@ -295658,15 +297749,15 @@ "binop": null }, "value": "Event", - "start": 17583, - "end": 17588, + "start": 17637, + "end": 17642, "loc": { "start": { - "line": 453, + "line": 454, "column": 49 }, "end": { - "line": 453, + "line": 454, "column": 54 } } @@ -295684,15 +297775,15 @@ "binop": null, "updateContext": null }, - "start": 17588, - "end": 17589, + "start": 17642, + "end": 17643, "loc": { "start": { - "line": 453, + "line": 454, "column": 54 }, "end": { - "line": 453, + "line": 454, "column": 55 } } @@ -295710,15 +297801,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 17589, - "end": 17601, + "start": 17643, + "end": 17655, "loc": { "start": { - "line": 453, + "line": 454, "column": 55 }, "end": { - "line": 453, + "line": 454, "column": 67 } } @@ -295736,15 +297827,15 @@ "binop": null, "updateContext": null }, - "start": 17601, - "end": 17602, + "start": 17655, + "end": 17656, "loc": { "start": { - "line": 453, + "line": 454, "column": 67 }, "end": { - "line": 453, + "line": 454, "column": 68 } } @@ -295764,15 +297855,15 @@ "updateContext": null }, "value": "this", - "start": 17623, - "end": 17627, + "start": 17677, + "end": 17681, "loc": { "start": { - "line": 454, + "line": 455, "column": 20 }, "end": { - "line": 454, + "line": 455, "column": 24 } } @@ -295790,15 +297881,15 @@ "binop": null, "updateContext": null }, - "start": 17627, - "end": 17628, + "start": 17681, + "end": 17682, "loc": { "start": { - "line": 454, + "line": 455, "column": 24 }, "end": { - "line": 454, + "line": 455, "column": 25 } } @@ -295816,15 +297907,15 @@ "binop": null }, "value": "deviceReadyCallback", - "start": 17628, - "end": 17647, + "start": 17682, + "end": 17701, "loc": { "start": { - "line": 454, + "line": 455, "column": 25 }, "end": { - "line": 454, + "line": 455, "column": 44 } } @@ -295841,15 +297932,15 @@ "postfix": false, "binop": null }, - "start": 17647, - "end": 17648, + "start": 17701, + "end": 17702, "loc": { "start": { - "line": 454, + "line": 455, "column": 44 }, "end": { - "line": 454, + "line": 455, "column": 45 } } @@ -295867,15 +297958,15 @@ "binop": null, "updateContext": null }, - "start": 17648, - "end": 17649, + "start": 17702, + "end": 17703, "loc": { "start": { - "line": 454, + "line": 455, "column": 45 }, "end": { - "line": 454, + "line": 455, "column": 46 } } @@ -295895,15 +297986,15 @@ "updateContext": null }, "value": "this", - "start": 17666, - "end": 17670, + "start": 17720, + "end": 17724, "loc": { "start": { - "line": 455, + "line": 456, "column": 16 }, "end": { - "line": 455, + "line": 456, "column": 20 } } @@ -295921,15 +298012,15 @@ "binop": null, "updateContext": null }, - "start": 17670, - "end": 17671, + "start": 17724, + "end": 17725, "loc": { "start": { - "line": 455, + "line": 456, "column": 20 }, "end": { - "line": 455, + "line": 456, "column": 21 } } @@ -295947,15 +298038,15 @@ "binop": null }, "value": "surfer", - "start": 17671, - "end": 17677, + "start": 17725, + "end": 17731, "loc": { "start": { - "line": 455, + "line": 456, "column": 21 }, "end": { - "line": 455, + "line": 456, "column": 27 } } @@ -295973,15 +298064,15 @@ "binop": null, "updateContext": null }, - "start": 17677, - "end": 17678, + "start": 17731, + "end": 17732, "loc": { "start": { - "line": 455, + "line": 456, "column": 27 }, "end": { - "line": 455, + "line": 456, "column": 28 } } @@ -295999,15 +298090,15 @@ "binop": null }, "value": "surfer", - "start": 17678, - "end": 17684, + "start": 17732, + "end": 17738, "loc": { "start": { - "line": 455, + "line": 456, "column": 28 }, "end": { - "line": 455, + "line": 456, "column": 34 } } @@ -296025,15 +298116,15 @@ "binop": null, "updateContext": null }, - "start": 17684, - "end": 17685, + "start": 17738, + "end": 17739, "loc": { "start": { - "line": 455, + "line": 456, "column": 34 }, "end": { - "line": 455, + "line": 456, "column": 35 } } @@ -296051,15 +298142,15 @@ "binop": null }, "value": "microphone", - "start": 17685, - "end": 17695, + "start": 17739, + "end": 17749, "loc": { "start": { - "line": 455, + "line": 456, "column": 35 }, "end": { - "line": 455, + "line": 456, "column": 45 } } @@ -296077,15 +298168,15 @@ "binop": null, "updateContext": null }, - "start": 17695, - "end": 17696, + "start": 17749, + "end": 17750, "loc": { "start": { - "line": 455, + "line": 456, "column": 45 }, "end": { - "line": 455, + "line": 456, "column": 46 } } @@ -296103,15 +298194,15 @@ "binop": null }, "value": "on", - "start": 17696, - "end": 17698, + "start": 17750, + "end": 17752, "loc": { "start": { - "line": 455, + "line": 456, "column": 46 }, "end": { - "line": 455, + "line": 456, "column": 48 } } @@ -296128,15 +298219,15 @@ "postfix": false, "binop": null }, - "start": 17698, - "end": 17699, + "start": 17752, + "end": 17753, "loc": { "start": { - "line": 455, + "line": 456, "column": 48 }, "end": { - "line": 455, + "line": 456, "column": 49 } } @@ -296154,15 +298245,15 @@ "binop": null }, "value": "Event", - "start": 17699, - "end": 17704, + "start": 17753, + "end": 17758, "loc": { "start": { - "line": 455, + "line": 456, "column": 49 }, "end": { - "line": 455, + "line": 456, "column": 54 } } @@ -296180,15 +298271,15 @@ "binop": null, "updateContext": null }, - "start": 17704, - "end": 17705, + "start": 17758, + "end": 17759, "loc": { "start": { - "line": 455, + "line": 456, "column": 54 }, "end": { - "line": 455, + "line": 456, "column": 55 } } @@ -296206,15 +298297,15 @@ "binop": null }, "value": "DEVICE_ERROR", - "start": 17705, - "end": 17717, + "start": 17759, + "end": 17771, "loc": { "start": { - "line": 455, + "line": 456, "column": 55 }, "end": { - "line": 455, + "line": 456, "column": 67 } } @@ -296232,15 +298323,15 @@ "binop": null, "updateContext": null }, - "start": 17717, - "end": 17718, + "start": 17771, + "end": 17772, "loc": { "start": { - "line": 455, + "line": 456, "column": 67 }, "end": { - "line": 455, + "line": 456, "column": 68 } } @@ -296260,15 +298351,15 @@ "updateContext": null }, "value": "this", - "start": 17739, - "end": 17743, + "start": 17793, + "end": 17797, "loc": { "start": { - "line": 456, + "line": 457, "column": 20 }, "end": { - "line": 456, + "line": 457, "column": 24 } } @@ -296286,15 +298377,15 @@ "binop": null, "updateContext": null }, - "start": 17743, - "end": 17744, + "start": 17797, + "end": 17798, "loc": { "start": { - "line": 456, + "line": 457, "column": 24 }, "end": { - "line": 456, + "line": 457, "column": 25 } } @@ -296312,15 +298403,15 @@ "binop": null }, "value": "deviceErrorCallback", - "start": 17744, - "end": 17763, + "start": 17798, + "end": 17817, "loc": { "start": { - "line": 456, + "line": 457, "column": 25 }, "end": { - "line": 456, + "line": 457, "column": 44 } } @@ -296337,15 +298428,15 @@ "postfix": false, "binop": null }, - "start": 17763, - "end": 17764, + "start": 17817, + "end": 17818, "loc": { "start": { - "line": 456, + "line": 457, "column": 44 }, "end": { - "line": 456, + "line": 457, "column": 45 } } @@ -296363,15 +298454,15 @@ "binop": null, "updateContext": null }, - "start": 17764, - "end": 17765, + "start": 17818, + "end": 17819, "loc": { "start": { - "line": 456, + "line": 457, "column": 45 }, "end": { - "line": 456, + "line": 457, "column": 46 } } @@ -296379,15 +298470,15 @@ { "type": "CommentLine", "value": " disable existing playback events", - "start": 17783, - "end": 17818, + "start": 17837, + "end": 17872, "loc": { "start": { - "line": 458, + "line": 459, "column": 16 }, "end": { - "line": 458, + "line": 459, "column": 51 } } @@ -296407,15 +298498,15 @@ "updateContext": null }, "value": "this", - "start": 17835, - "end": 17839, + "start": 17889, + "end": 17893, "loc": { "start": { - "line": 459, + "line": 460, "column": 16 }, "end": { - "line": 459, + "line": 460, "column": 20 } } @@ -296433,15 +298524,15 @@ "binop": null, "updateContext": null }, - "start": 17839, - "end": 17840, + "start": 17893, + "end": 17894, "loc": { "start": { - "line": 459, + "line": 460, "column": 20 }, "end": { - "line": 459, + "line": 460, "column": 21 } } @@ -296459,15 +298550,15 @@ "binop": null }, "value": "surfer", - "start": 17840, - "end": 17846, + "start": 17894, + "end": 17900, "loc": { "start": { - "line": 459, + "line": 460, "column": 21 }, "end": { - "line": 459, + "line": 460, "column": 27 } } @@ -296485,15 +298576,15 @@ "binop": null, "updateContext": null }, - "start": 17846, - "end": 17847, + "start": 17900, + "end": 17901, "loc": { "start": { - "line": 459, + "line": 460, "column": 27 }, "end": { - "line": 459, + "line": 460, "column": 28 } } @@ -296511,15 +298602,15 @@ "binop": null }, "value": "setupPlaybackEvents", - "start": 17847, - "end": 17866, + "start": 17901, + "end": 17920, "loc": { "start": { - "line": 459, + "line": 460, "column": 28 }, "end": { - "line": 459, + "line": 460, "column": 47 } } @@ -296536,15 +298627,15 @@ "postfix": false, "binop": null }, - "start": 17866, - "end": 17867, + "start": 17920, + "end": 17921, "loc": { "start": { - "line": 459, + "line": 460, "column": 47 }, "end": { - "line": 459, + "line": 460, "column": 48 } } @@ -296564,15 +298655,15 @@ "updateContext": null }, "value": "false", - "start": 17867, - "end": 17872, + "start": 17921, + "end": 17926, "loc": { "start": { - "line": 459, + "line": 460, "column": 48 }, "end": { - "line": 459, + "line": 460, "column": 53 } } @@ -296589,15 +298680,15 @@ "postfix": false, "binop": null }, - "start": 17872, - "end": 17873, + "start": 17926, + "end": 17927, "loc": { "start": { - "line": 459, + "line": 460, "column": 53 }, "end": { - "line": 459, + "line": 460, "column": 54 } } @@ -296615,15 +298706,15 @@ "binop": null, "updateContext": null }, - "start": 17873, - "end": 17874, + "start": 17927, + "end": 17928, "loc": { "start": { - "line": 459, + "line": 460, "column": 54 }, "end": { - "line": 459, + "line": 460, "column": 55 } } @@ -296631,15 +298722,15 @@ { "type": "CommentLine", "value": " (re)set surfer liveMode", - "start": 17892, - "end": 17918, + "start": 17946, + "end": 17972, "loc": { "start": { - "line": 461, + "line": 462, "column": 16 }, "end": { - "line": 461, + "line": 462, "column": 42 } } @@ -296659,15 +298750,15 @@ "updateContext": null }, "value": "this", - "start": 17935, - "end": 17939, + "start": 17989, + "end": 17993, "loc": { "start": { - "line": 462, + "line": 463, "column": 16 }, "end": { - "line": 462, + "line": 463, "column": 20 } } @@ -296685,15 +298776,15 @@ "binop": null, "updateContext": null }, - "start": 17939, - "end": 17940, + "start": 17993, + "end": 17994, "loc": { "start": { - "line": 462, + "line": 463, "column": 20 }, "end": { - "line": 462, + "line": 463, "column": 21 } } @@ -296711,15 +298802,15 @@ "binop": null }, "value": "surfer", - "start": 17940, - "end": 17946, + "start": 17994, + "end": 18000, "loc": { "start": { - "line": 462, + "line": 463, "column": 21 }, "end": { - "line": 462, + "line": 463, "column": 27 } } @@ -296737,15 +298828,15 @@ "binop": null, "updateContext": null }, - "start": 17946, - "end": 17947, + "start": 18000, + "end": 18001, "loc": { "start": { - "line": 462, + "line": 463, "column": 27 }, "end": { - "line": 462, + "line": 463, "column": 28 } } @@ -296763,15 +298854,15 @@ "binop": null }, "value": "liveMode", - "start": 17947, - "end": 17955, + "start": 18001, + "end": 18009, "loc": { "start": { - "line": 462, + "line": 463, "column": 28 }, "end": { - "line": 462, + "line": 463, "column": 36 } } @@ -296790,15 +298881,15 @@ "updateContext": null }, "value": "=", - "start": 17956, - "end": 17957, + "start": 18010, + "end": 18011, "loc": { "start": { - "line": 462, + "line": 463, "column": 37 }, "end": { - "line": 462, + "line": 463, "column": 38 } } @@ -296818,15 +298909,15 @@ "updateContext": null }, "value": "true", - "start": 17958, - "end": 17962, + "start": 18012, + "end": 18016, "loc": { "start": { - "line": 462, + "line": 463, "column": 39 }, "end": { - "line": 462, + "line": 463, "column": 43 } } @@ -296844,15 +298935,15 @@ "binop": null, "updateContext": null }, - "start": 17962, - "end": 17963, + "start": 18016, + "end": 18017, "loc": { "start": { - "line": 462, + "line": 463, "column": 43 }, "end": { - "line": 462, + "line": 463, "column": 44 } } @@ -296872,15 +298963,15 @@ "updateContext": null }, "value": "this", - "start": 17980, - "end": 17984, + "start": 18034, + "end": 18038, "loc": { "start": { - "line": 463, + "line": 464, "column": 16 }, "end": { - "line": 463, + "line": 464, "column": 20 } } @@ -296898,15 +298989,15 @@ "binop": null, "updateContext": null }, - "start": 17984, - "end": 17985, + "start": 18038, + "end": 18039, "loc": { "start": { - "line": 463, + "line": 464, "column": 20 }, "end": { - "line": 463, + "line": 464, "column": 21 } } @@ -296924,15 +299015,15 @@ "binop": null }, "value": "surfer", - "start": 17985, - "end": 17991, + "start": 18039, + "end": 18045, "loc": { "start": { - "line": 463, + "line": 464, "column": 21 }, "end": { - "line": 463, + "line": 464, "column": 27 } } @@ -296950,15 +299041,15 @@ "binop": null, "updateContext": null }, - "start": 17991, - "end": 17992, + "start": 18045, + "end": 18046, "loc": { "start": { - "line": 463, + "line": 464, "column": 27 }, "end": { - "line": 463, + "line": 464, "column": 28 } } @@ -296976,15 +299067,15 @@ "binop": null }, "value": "surfer", - "start": 17992, - "end": 17998, + "start": 18046, + "end": 18052, "loc": { "start": { - "line": 463, + "line": 464, "column": 28 }, "end": { - "line": 463, + "line": 464, "column": 34 } } @@ -297002,15 +299093,15 @@ "binop": null, "updateContext": null }, - "start": 17998, - "end": 17999, + "start": 18052, + "end": 18053, "loc": { "start": { - "line": 463, + "line": 464, "column": 34 }, "end": { - "line": 463, + "line": 464, "column": 35 } } @@ -297028,15 +299119,15 @@ "binop": null }, "value": "microphone", - "start": 17999, - "end": 18009, + "start": 18053, + "end": 18063, "loc": { "start": { - "line": 463, + "line": 464, "column": 35 }, "end": { - "line": 463, + "line": 464, "column": 45 } } @@ -297054,15 +299145,15 @@ "binop": null, "updateContext": null }, - "start": 18009, - "end": 18010, + "start": 18063, + "end": 18064, "loc": { "start": { - "line": 463, + "line": 464, "column": 45 }, "end": { - "line": 463, + "line": 464, "column": 46 } } @@ -297080,15 +299171,15 @@ "binop": null }, "value": "paused", - "start": 18010, - "end": 18016, + "start": 18064, + "end": 18070, "loc": { "start": { - "line": 463, + "line": 464, "column": 46 }, "end": { - "line": 463, + "line": 464, "column": 52 } } @@ -297107,15 +299198,15 @@ "updateContext": null }, "value": "=", - "start": 18017, - "end": 18018, + "start": 18071, + "end": 18072, "loc": { "start": { - "line": 463, + "line": 464, "column": 53 }, "end": { - "line": 463, + "line": 464, "column": 54 } } @@ -297135,15 +299226,15 @@ "updateContext": null }, "value": "false", - "start": 18019, - "end": 18024, + "start": 18073, + "end": 18078, "loc": { "start": { - "line": 463, + "line": 464, "column": 55 }, "end": { - "line": 463, + "line": 464, "column": 60 } } @@ -297161,15 +299252,15 @@ "binop": null, "updateContext": null }, - "start": 18024, - "end": 18025, + "start": 18078, + "end": 18079, "loc": { "start": { - "line": 463, + "line": 464, "column": 60 }, "end": { - "line": 463, + "line": 464, "column": 61 } } @@ -297177,15 +299268,15 @@ { "type": "CommentLine", "value": " resume AudioContext when it's suspended by the browser, due to", - "start": 18043, - "end": 18108, + "start": 18097, + "end": 18162, "loc": { "start": { - "line": 465, + "line": 466, "column": 16 }, "end": { - "line": 465, + "line": 466, "column": 81 } } @@ -297193,15 +299284,15 @@ { "type": "CommentLine", "value": " autoplay rules. Chrome warns with the following message:", - "start": 18125, - "end": 18184, + "start": 18179, + "end": 18238, "loc": { "start": { - "line": 466, + "line": 467, "column": 16 }, "end": { - "line": 466, + "line": 467, "column": 75 } } @@ -297209,15 +299300,15 @@ { "type": "CommentLine", "value": " \"The AudioContext was not allowed to start. It must be resumed", - "start": 18201, - "end": 18266, + "start": 18255, + "end": 18320, "loc": { "start": { - "line": 467, + "line": 468, "column": 16 }, "end": { - "line": 467, + "line": 468, "column": 81 } } @@ -297225,15 +299316,15 @@ { "type": "CommentLine", "value": " (or created) after a user gesture on the page.\"", - "start": 18283, - "end": 18333, + "start": 18337, + "end": 18387, "loc": { "start": { - "line": 468, + "line": 469, "column": 16 }, "end": { - "line": 468, + "line": 469, "column": 66 } } @@ -297253,15 +299344,15 @@ "updateContext": null }, "value": "if", - "start": 18350, - "end": 18352, + "start": 18404, + "end": 18406, "loc": { "start": { - "line": 469, + "line": 470, "column": 16 }, "end": { - "line": 469, + "line": 470, "column": 18 } } @@ -297278,15 +299369,15 @@ "postfix": false, "binop": null }, - "start": 18353, - "end": 18354, + "start": 18407, + "end": 18408, "loc": { "start": { - "line": 469, + "line": 470, "column": 19 }, "end": { - "line": 469, + "line": 470, "column": 20 } } @@ -297306,15 +299397,15 @@ "updateContext": null }, "value": "this", - "start": 18354, - "end": 18358, + "start": 18408, + "end": 18412, "loc": { "start": { - "line": 469, + "line": 470, "column": 20 }, "end": { - "line": 469, + "line": 470, "column": 24 } } @@ -297332,15 +299423,15 @@ "binop": null, "updateContext": null }, - "start": 18358, - "end": 18359, + "start": 18412, + "end": 18413, "loc": { "start": { - "line": 469, + "line": 470, "column": 24 }, "end": { - "line": 469, + "line": 470, "column": 25 } } @@ -297358,15 +299449,15 @@ "binop": null }, "value": "surfer", - "start": 18359, - "end": 18365, + "start": 18413, + "end": 18419, "loc": { "start": { - "line": 469, + "line": 470, "column": 25 }, "end": { - "line": 469, + "line": 470, "column": 31 } } @@ -297384,15 +299475,15 @@ "binop": null, "updateContext": null }, - "start": 18365, - "end": 18366, + "start": 18419, + "end": 18420, "loc": { "start": { - "line": 469, + "line": 470, "column": 31 }, "end": { - "line": 469, + "line": 470, "column": 32 } } @@ -297410,15 +299501,15 @@ "binop": null }, "value": "surfer", - "start": 18366, - "end": 18372, + "start": 18420, + "end": 18426, "loc": { "start": { - "line": 469, + "line": 470, "column": 32 }, "end": { - "line": 469, + "line": 470, "column": 38 } } @@ -297436,15 +299527,15 @@ "binop": null, "updateContext": null }, - "start": 18372, - "end": 18373, + "start": 18426, + "end": 18427, "loc": { "start": { - "line": 469, + "line": 470, "column": 38 }, "end": { - "line": 469, + "line": 470, "column": 39 } } @@ -297462,15 +299553,15 @@ "binop": null }, "value": "backend", - "start": 18373, - "end": 18380, + "start": 18427, + "end": 18434, "loc": { "start": { - "line": 469, + "line": 470, "column": 39 }, "end": { - "line": 469, + "line": 470, "column": 46 } } @@ -297488,15 +299579,15 @@ "binop": null, "updateContext": null }, - "start": 18380, - "end": 18381, + "start": 18434, + "end": 18435, "loc": { "start": { - "line": 469, + "line": 470, "column": 46 }, "end": { - "line": 469, + "line": 470, "column": 47 } } @@ -297514,15 +299605,15 @@ "binop": null }, "value": "ac", - "start": 18381, - "end": 18383, + "start": 18435, + "end": 18437, "loc": { "start": { - "line": 469, + "line": 470, "column": 47 }, "end": { - "line": 469, + "line": 470, "column": 49 } } @@ -297540,15 +299631,15 @@ "binop": null, "updateContext": null }, - "start": 18383, - "end": 18384, + "start": 18437, + "end": 18438, "loc": { "start": { - "line": 469, + "line": 470, "column": 49 }, "end": { - "line": 469, + "line": 470, "column": 50 } } @@ -297566,15 +299657,15 @@ "binop": null }, "value": "state", - "start": 18384, - "end": 18389, + "start": 18438, + "end": 18443, "loc": { "start": { - "line": 469, + "line": 470, "column": 50 }, "end": { - "line": 469, + "line": 470, "column": 55 } } @@ -297593,15 +299684,15 @@ "updateContext": null }, "value": "===", - "start": 18390, - "end": 18393, + "start": 18444, + "end": 18447, "loc": { "start": { - "line": 469, + "line": 470, "column": 56 }, "end": { - "line": 469, + "line": 470, "column": 59 } } @@ -297620,15 +299711,15 @@ "updateContext": null }, "value": "suspended", - "start": 18394, - "end": 18405, + "start": 18448, + "end": 18459, "loc": { "start": { - "line": 469, + "line": 470, "column": 60 }, "end": { - "line": 469, + "line": 470, "column": 71 } } @@ -297645,15 +299736,15 @@ "postfix": false, "binop": null }, - "start": 18405, - "end": 18406, + "start": 18459, + "end": 18460, "loc": { "start": { - "line": 469, + "line": 470, "column": 71 }, "end": { - "line": 469, + "line": 470, "column": 72 } } @@ -297670,15 +299761,15 @@ "postfix": false, "binop": null }, - "start": 18407, - "end": 18408, + "start": 18461, + "end": 18462, "loc": { "start": { - "line": 469, + "line": 470, "column": 73 }, "end": { - "line": 469, + "line": 470, "column": 74 } } @@ -297698,15 +299789,15 @@ "updateContext": null }, "value": "this", - "start": 18429, - "end": 18433, + "start": 18483, + "end": 18487, "loc": { "start": { - "line": 470, + "line": 471, "column": 20 }, "end": { - "line": 470, + "line": 471, "column": 24 } } @@ -297724,15 +299815,15 @@ "binop": null, "updateContext": null }, - "start": 18433, - "end": 18434, + "start": 18487, + "end": 18488, "loc": { "start": { - "line": 470, + "line": 471, "column": 24 }, "end": { - "line": 470, + "line": 471, "column": 25 } } @@ -297750,15 +299841,15 @@ "binop": null }, "value": "surfer", - "start": 18434, - "end": 18440, + "start": 18488, + "end": 18494, "loc": { "start": { - "line": 470, + "line": 471, "column": 25 }, "end": { - "line": 470, + "line": 471, "column": 31 } } @@ -297776,15 +299867,15 @@ "binop": null, "updateContext": null }, - "start": 18440, - "end": 18441, + "start": 18494, + "end": 18495, "loc": { "start": { - "line": 470, + "line": 471, "column": 31 }, "end": { - "line": 470, + "line": 471, "column": 32 } } @@ -297802,15 +299893,15 @@ "binop": null }, "value": "surfer", - "start": 18441, - "end": 18447, + "start": 18495, + "end": 18501, "loc": { "start": { - "line": 470, + "line": 471, "column": 32 }, "end": { - "line": 470, + "line": 471, "column": 38 } } @@ -297828,15 +299919,15 @@ "binop": null, "updateContext": null }, - "start": 18447, - "end": 18448, + "start": 18501, + "end": 18502, "loc": { "start": { - "line": 470, + "line": 471, "column": 38 }, "end": { - "line": 470, + "line": 471, "column": 39 } } @@ -297854,15 +299945,15 @@ "binop": null }, "value": "backend", - "start": 18448, - "end": 18455, + "start": 18502, + "end": 18509, "loc": { "start": { - "line": 470, + "line": 471, "column": 39 }, "end": { - "line": 470, + "line": 471, "column": 46 } } @@ -297880,15 +299971,15 @@ "binop": null, "updateContext": null }, - "start": 18455, - "end": 18456, + "start": 18509, + "end": 18510, "loc": { "start": { - "line": 470, + "line": 471, "column": 46 }, "end": { - "line": 470, + "line": 471, "column": 47 } } @@ -297906,15 +299997,15 @@ "binop": null }, "value": "ac", - "start": 18456, - "end": 18458, + "start": 18510, + "end": 18512, "loc": { "start": { - "line": 470, + "line": 471, "column": 47 }, "end": { - "line": 470, + "line": 471, "column": 49 } } @@ -297932,15 +300023,15 @@ "binop": null, "updateContext": null }, - "start": 18458, - "end": 18459, + "start": 18512, + "end": 18513, "loc": { "start": { - "line": 470, + "line": 471, "column": 49 }, "end": { - "line": 470, + "line": 471, "column": 50 } } @@ -297958,15 +300049,15 @@ "binop": null }, "value": "resume", - "start": 18459, - "end": 18465, + "start": 18513, + "end": 18519, "loc": { "start": { - "line": 470, + "line": 471, "column": 50 }, "end": { - "line": 470, + "line": 471, "column": 56 } } @@ -297983,15 +300074,15 @@ "postfix": false, "binop": null }, - "start": 18465, - "end": 18466, + "start": 18519, + "end": 18520, "loc": { "start": { - "line": 470, + "line": 471, "column": 56 }, "end": { - "line": 470, + "line": 471, "column": 57 } } @@ -298008,15 +300099,15 @@ "postfix": false, "binop": null }, - "start": 18466, - "end": 18467, + "start": 18520, + "end": 18521, "loc": { "start": { - "line": 470, + "line": 471, "column": 57 }, "end": { - "line": 470, + "line": 471, "column": 58 } } @@ -298034,15 +300125,15 @@ "binop": null, "updateContext": null }, - "start": 18467, - "end": 18468, + "start": 18521, + "end": 18522, "loc": { "start": { - "line": 470, + "line": 471, "column": 58 }, "end": { - "line": 470, + "line": 471, "column": 59 } } @@ -298059,15 +300150,15 @@ "postfix": false, "binop": null }, - "start": 18485, - "end": 18486, + "start": 18539, + "end": 18540, "loc": { "start": { - "line": 471, + "line": 472, "column": 16 }, "end": { - "line": 471, + "line": 472, "column": 17 } } @@ -298075,15 +300166,15 @@ { "type": "CommentLine", "value": " assign custom reloadBufferFunction for microphone plugin to", - "start": 18504, - "end": 18566, + "start": 18558, + "end": 18620, "loc": { "start": { - "line": 473, + "line": 474, "column": 16 }, "end": { - "line": 473, + "line": 474, "column": 78 } } @@ -298091,15 +300182,15 @@ { "type": "CommentLine", "value": " obtain AudioBuffer chunks", - "start": 18583, - "end": 18611, + "start": 18637, + "end": 18665, "loc": { "start": { - "line": 474, + "line": 475, "column": 16 }, "end": { - "line": 474, + "line": 475, "column": 44 } } @@ -298119,15 +300210,15 @@ "updateContext": null }, "value": "if", - "start": 18628, - "end": 18630, + "start": 18682, + "end": 18684, "loc": { "start": { - "line": 475, + "line": 476, "column": 16 }, "end": { - "line": 475, + "line": 476, "column": 18 } } @@ -298144,15 +300235,15 @@ "postfix": false, "binop": null }, - "start": 18631, - "end": 18632, + "start": 18685, + "end": 18686, "loc": { "start": { - "line": 475, + "line": 476, "column": 19 }, "end": { - "line": 475, + "line": 476, "column": 20 } } @@ -298172,15 +300263,15 @@ "updateContext": null }, "value": "this", - "start": 18632, - "end": 18636, + "start": 18686, + "end": 18690, "loc": { "start": { - "line": 475, + "line": 476, "column": 20 }, "end": { - "line": 475, + "line": 476, "column": 24 } } @@ -298198,15 +300289,15 @@ "binop": null, "updateContext": null }, - "start": 18636, - "end": 18637, + "start": 18690, + "end": 18691, "loc": { "start": { - "line": 475, + "line": 476, "column": 24 }, "end": { - "line": 475, + "line": 476, "column": 25 } } @@ -298224,15 +300315,15 @@ "binop": null }, "value": "audioBufferUpdate", - "start": 18637, - "end": 18654, + "start": 18691, + "end": 18708, "loc": { "start": { - "line": 475, + "line": 476, "column": 25 }, "end": { - "line": 475, + "line": 476, "column": 42 } } @@ -298251,15 +300342,15 @@ "updateContext": null }, "value": "===", - "start": 18655, - "end": 18658, + "start": 18709, + "end": 18712, "loc": { "start": { - "line": 475, + "line": 476, "column": 43 }, "end": { - "line": 475, + "line": 476, "column": 46 } } @@ -298279,15 +300370,15 @@ "updateContext": null }, "value": "true", - "start": 18659, - "end": 18663, + "start": 18713, + "end": 18717, "loc": { "start": { - "line": 475, + "line": 476, "column": 47 }, "end": { - "line": 475, + "line": 476, "column": 51 } } @@ -298304,15 +300395,15 @@ "postfix": false, "binop": null }, - "start": 18663, - "end": 18664, + "start": 18717, + "end": 18718, "loc": { "start": { - "line": 475, + "line": 476, "column": 51 }, "end": { - "line": 475, + "line": 476, "column": 52 } } @@ -298329,15 +300420,15 @@ "postfix": false, "binop": null }, - "start": 18665, - "end": 18666, + "start": 18719, + "end": 18720, "loc": { "start": { - "line": 475, + "line": 476, "column": 53 }, "end": { - "line": 475, + "line": 476, "column": 54 } } @@ -298357,15 +300448,15 @@ "updateContext": null }, "value": "this", - "start": 18687, - "end": 18691, + "start": 18741, + "end": 18745, "loc": { "start": { - "line": 476, + "line": 477, "column": 20 }, "end": { - "line": 476, + "line": 477, "column": 24 } } @@ -298383,15 +300474,15 @@ "binop": null, "updateContext": null }, - "start": 18691, - "end": 18692, + "start": 18745, + "end": 18746, "loc": { "start": { - "line": 476, + "line": 477, "column": 24 }, "end": { - "line": 476, + "line": 477, "column": 25 } } @@ -298409,15 +300500,15 @@ "binop": null }, "value": "surfer", - "start": 18692, - "end": 18698, + "start": 18746, + "end": 18752, "loc": { "start": { - "line": 476, + "line": 477, "column": 25 }, "end": { - "line": 476, + "line": 477, "column": 31 } } @@ -298435,15 +300526,15 @@ "binop": null, "updateContext": null }, - "start": 18698, - "end": 18699, + "start": 18752, + "end": 18753, "loc": { "start": { - "line": 476, + "line": 477, "column": 31 }, "end": { - "line": 476, + "line": 477, "column": 32 } } @@ -298461,15 +300552,15 @@ "binop": null }, "value": "surfer", - "start": 18699, - "end": 18705, + "start": 18753, + "end": 18759, "loc": { "start": { - "line": 476, + "line": 477, "column": 32 }, "end": { - "line": 476, + "line": 477, "column": 38 } } @@ -298487,15 +300578,15 @@ "binop": null, "updateContext": null }, - "start": 18705, - "end": 18706, + "start": 18759, + "end": 18760, "loc": { "start": { - "line": 476, + "line": 477, "column": 38 }, "end": { - "line": 476, + "line": 477, "column": 39 } } @@ -298513,15 +300604,15 @@ "binop": null }, "value": "microphone", - "start": 18706, - "end": 18716, + "start": 18760, + "end": 18770, "loc": { "start": { - "line": 476, + "line": 477, "column": 39 }, "end": { - "line": 476, + "line": 477, "column": 49 } } @@ -298539,15 +300630,15 @@ "binop": null, "updateContext": null }, - "start": 18716, - "end": 18717, + "start": 18770, + "end": 18771, "loc": { "start": { - "line": 476, + "line": 477, "column": 49 }, "end": { - "line": 476, + "line": 477, "column": 50 } } @@ -298565,15 +300656,15 @@ "binop": null }, "value": "reloadBufferFunction", - "start": 18717, - "end": 18737, + "start": 18771, + "end": 18791, "loc": { "start": { - "line": 476, + "line": 477, "column": 50 }, "end": { - "line": 476, + "line": 477, "column": 70 } } @@ -298592,15 +300683,15 @@ "updateContext": null }, "value": "=", - "start": 18738, - "end": 18739, + "start": 18792, + "end": 18793, "loc": { "start": { - "line": 476, + "line": 477, "column": 71 }, "end": { - "line": 476, + "line": 477, "column": 72 } } @@ -298617,15 +300708,15 @@ "postfix": false, "binop": null }, - "start": 18740, - "end": 18741, + "start": 18794, + "end": 18795, "loc": { "start": { - "line": 476, + "line": 477, "column": 73 }, "end": { - "line": 476, + "line": 477, "column": 74 } } @@ -298643,15 +300734,15 @@ "binop": null }, "value": "event", - "start": 18741, - "end": 18746, + "start": 18795, + "end": 18800, "loc": { "start": { - "line": 476, + "line": 477, "column": 74 }, "end": { - "line": 476, + "line": 477, "column": 79 } } @@ -298668,15 +300759,15 @@ "postfix": false, "binop": null }, - "start": 18746, - "end": 18747, + "start": 18800, + "end": 18801, "loc": { "start": { - "line": 476, + "line": 477, "column": 79 }, "end": { - "line": 476, + "line": 477, "column": 80 } } @@ -298694,15 +300785,15 @@ "binop": null, "updateContext": null }, - "start": 18748, - "end": 18750, + "start": 18802, + "end": 18804, "loc": { "start": { - "line": 476, + "line": 477, "column": 81 }, "end": { - "line": 476, + "line": 477, "column": 83 } } @@ -298719,15 +300810,15 @@ "postfix": false, "binop": null }, - "start": 18751, - "end": 18752, + "start": 18805, + "end": 18806, "loc": { "start": { - "line": 476, + "line": 477, "column": 84 }, "end": { - "line": 476, + "line": 477, "column": 85 } } @@ -298747,15 +300838,15 @@ "updateContext": null }, "value": "if", - "start": 18777, - "end": 18779, + "start": 18831, + "end": 18833, "loc": { "start": { - "line": 477, + "line": 478, "column": 24 }, "end": { - "line": 477, + "line": 478, "column": 26 } } @@ -298772,15 +300863,15 @@ "postfix": false, "binop": null }, - "start": 18780, - "end": 18781, + "start": 18834, + "end": 18835, "loc": { "start": { - "line": 477, + "line": 478, "column": 27 }, "end": { - "line": 477, + "line": 478, "column": 28 } } @@ -298799,15 +300890,15 @@ "updateContext": null }, "value": "!", - "start": 18781, - "end": 18782, + "start": 18835, + "end": 18836, "loc": { "start": { - "line": 477, + "line": 478, "column": 28 }, "end": { - "line": 477, + "line": 478, "column": 29 } } @@ -298827,15 +300918,15 @@ "updateContext": null }, "value": "this", - "start": 18782, - "end": 18786, + "start": 18836, + "end": 18840, "loc": { "start": { - "line": 477, + "line": 478, "column": 29 }, "end": { - "line": 477, + "line": 478, "column": 33 } } @@ -298853,15 +300944,15 @@ "binop": null, "updateContext": null }, - "start": 18786, - "end": 18787, + "start": 18840, + "end": 18841, "loc": { "start": { - "line": 477, + "line": 478, "column": 33 }, "end": { - "line": 477, + "line": 478, "column": 34 } } @@ -298879,15 +300970,15 @@ "binop": null }, "value": "surfer", - "start": 18787, - "end": 18793, + "start": 18841, + "end": 18847, "loc": { "start": { - "line": 477, + "line": 478, "column": 34 }, "end": { - "line": 477, + "line": 478, "column": 40 } } @@ -298905,15 +300996,15 @@ "binop": null, "updateContext": null }, - "start": 18793, - "end": 18794, + "start": 18847, + "end": 18848, "loc": { "start": { - "line": 477, + "line": 478, "column": 40 }, "end": { - "line": 477, + "line": 478, "column": 41 } } @@ -298931,15 +301022,15 @@ "binop": null }, "value": "surfer", - "start": 18794, - "end": 18800, + "start": 18848, + "end": 18854, "loc": { "start": { - "line": 477, + "line": 478, "column": 41 }, "end": { - "line": 477, + "line": 478, "column": 47 } } @@ -298957,15 +301048,15 @@ "binop": null, "updateContext": null }, - "start": 18800, - "end": 18801, + "start": 18854, + "end": 18855, "loc": { "start": { - "line": 477, + "line": 478, "column": 47 }, "end": { - "line": 477, + "line": 478, "column": 48 } } @@ -298983,15 +301074,15 @@ "binop": null }, "value": "microphone", - "start": 18801, - "end": 18811, + "start": 18855, + "end": 18865, "loc": { "start": { - "line": 477, + "line": 478, "column": 48 }, "end": { - "line": 477, + "line": 478, "column": 58 } } @@ -299009,15 +301100,15 @@ "binop": null, "updateContext": null }, - "start": 18811, - "end": 18812, + "start": 18865, + "end": 18866, "loc": { "start": { - "line": 477, + "line": 478, "column": 58 }, "end": { - "line": 477, + "line": 478, "column": 59 } } @@ -299035,15 +301126,15 @@ "binop": null }, "value": "paused", - "start": 18812, - "end": 18818, + "start": 18866, + "end": 18872, "loc": { "start": { - "line": 477, + "line": 478, "column": 59 }, "end": { - "line": 477, + "line": 478, "column": 65 } } @@ -299060,15 +301151,15 @@ "postfix": false, "binop": null }, - "start": 18818, - "end": 18819, + "start": 18872, + "end": 18873, "loc": { "start": { - "line": 477, + "line": 478, "column": 65 }, "end": { - "line": 477, + "line": 478, "column": 66 } } @@ -299085,15 +301176,15 @@ "postfix": false, "binop": null }, - "start": 18820, - "end": 18821, + "start": 18874, + "end": 18875, "loc": { "start": { - "line": 477, + "line": 478, "column": 67 }, "end": { - "line": 477, + "line": 478, "column": 68 } } @@ -299101,15 +301192,15 @@ { "type": "CommentLine", "value": " redraw", - "start": 18850, - "end": 18859, + "start": 18904, + "end": 18913, "loc": { "start": { - "line": 478, + "line": 479, "column": 28 }, "end": { - "line": 478, + "line": 479, "column": 37 } } @@ -299129,15 +301220,15 @@ "updateContext": null }, "value": "this", - "start": 18888, - "end": 18892, + "start": 18942, + "end": 18946, "loc": { "start": { - "line": 479, + "line": 480, "column": 28 }, "end": { - "line": 479, + "line": 480, "column": 32 } } @@ -299155,15 +301246,15 @@ "binop": null, "updateContext": null }, - "start": 18892, - "end": 18893, + "start": 18946, + "end": 18947, "loc": { "start": { - "line": 479, + "line": 480, "column": 32 }, "end": { - "line": 479, + "line": 480, "column": 33 } } @@ -299181,15 +301272,15 @@ "binop": null }, "value": "surfer", - "start": 18893, - "end": 18899, + "start": 18947, + "end": 18953, "loc": { "start": { - "line": 479, + "line": 480, "column": 33 }, "end": { - "line": 479, + "line": 480, "column": 39 } } @@ -299207,15 +301298,15 @@ "binop": null, "updateContext": null }, - "start": 18899, - "end": 18900, + "start": 18953, + "end": 18954, "loc": { "start": { - "line": 479, + "line": 480, "column": 39 }, "end": { - "line": 479, + "line": 480, "column": 40 } } @@ -299233,15 +301324,15 @@ "binop": null }, "value": "surfer", - "start": 18900, - "end": 18906, + "start": 18954, + "end": 18960, "loc": { "start": { - "line": 479, + "line": 480, "column": 40 }, "end": { - "line": 479, + "line": 480, "column": 46 } } @@ -299259,15 +301350,15 @@ "binop": null, "updateContext": null }, - "start": 18906, - "end": 18907, + "start": 18960, + "end": 18961, "loc": { "start": { - "line": 479, + "line": 480, "column": 46 }, "end": { - "line": 479, + "line": 480, "column": 47 } } @@ -299285,15 +301376,15 @@ "binop": null }, "value": "empty", - "start": 18907, - "end": 18912, + "start": 18961, + "end": 18966, "loc": { "start": { - "line": 479, + "line": 480, "column": 47 }, "end": { - "line": 479, + "line": 480, "column": 52 } } @@ -299310,15 +301401,15 @@ "postfix": false, "binop": null }, - "start": 18912, - "end": 18913, + "start": 18966, + "end": 18967, "loc": { "start": { - "line": 479, + "line": 480, "column": 52 }, "end": { - "line": 479, + "line": 480, "column": 53 } } @@ -299335,15 +301426,15 @@ "postfix": false, "binop": null }, - "start": 18913, - "end": 18914, + "start": 18967, + "end": 18968, "loc": { "start": { - "line": 479, + "line": 480, "column": 53 }, "end": { - "line": 479, + "line": 480, "column": 54 } } @@ -299361,15 +301452,15 @@ "binop": null, "updateContext": null }, - "start": 18914, - "end": 18915, + "start": 18968, + "end": 18969, "loc": { "start": { - "line": 479, + "line": 480, "column": 54 }, "end": { - "line": 479, + "line": 480, "column": 55 } } @@ -299389,15 +301480,15 @@ "updateContext": null }, "value": "this", - "start": 18944, - "end": 18948, + "start": 18998, + "end": 19002, "loc": { "start": { - "line": 480, + "line": 481, "column": 28 }, "end": { - "line": 480, + "line": 481, "column": 32 } } @@ -299415,15 +301506,15 @@ "binop": null, "updateContext": null }, - "start": 18948, - "end": 18949, + "start": 19002, + "end": 19003, "loc": { "start": { - "line": 480, + "line": 481, "column": 32 }, "end": { - "line": 480, + "line": 481, "column": 33 } } @@ -299441,15 +301532,15 @@ "binop": null }, "value": "surfer", - "start": 18949, - "end": 18955, + "start": 19003, + "end": 19009, "loc": { "start": { - "line": 480, + "line": 481, "column": 33 }, "end": { - "line": 480, + "line": 481, "column": 39 } } @@ -299467,15 +301558,15 @@ "binop": null, "updateContext": null }, - "start": 18955, - "end": 18956, + "start": 19009, + "end": 19010, "loc": { "start": { - "line": 480, + "line": 481, "column": 39 }, "end": { - "line": 480, + "line": 481, "column": 40 } } @@ -299493,15 +301584,15 @@ "binop": null }, "value": "surfer", - "start": 18956, - "end": 18962, + "start": 19010, + "end": 19016, "loc": { "start": { - "line": 480, + "line": 481, "column": 40 }, "end": { - "line": 480, + "line": 481, "column": 46 } } @@ -299519,15 +301610,15 @@ "binop": null, "updateContext": null }, - "start": 18962, - "end": 18963, + "start": 19016, + "end": 19017, "loc": { "start": { - "line": 480, + "line": 481, "column": 46 }, "end": { - "line": 480, + "line": 481, "column": 47 } } @@ -299545,15 +301636,15 @@ "binop": null }, "value": "loadDecodedBuffer", - "start": 18963, - "end": 18980, + "start": 19017, + "end": 19034, "loc": { "start": { - "line": 480, + "line": 481, "column": 47 }, "end": { - "line": 480, + "line": 481, "column": 64 } } @@ -299570,15 +301661,15 @@ "postfix": false, "binop": null }, - "start": 18980, - "end": 18981, + "start": 19034, + "end": 19035, "loc": { "start": { - "line": 480, + "line": 481, "column": 64 }, "end": { - "line": 480, + "line": 481, "column": 65 } } @@ -299596,15 +301687,15 @@ "binop": null }, "value": "event", - "start": 18981, - "end": 18986, + "start": 19035, + "end": 19040, "loc": { "start": { - "line": 480, + "line": 481, "column": 65 }, "end": { - "line": 480, + "line": 481, "column": 70 } } @@ -299622,15 +301713,15 @@ "binop": null, "updateContext": null }, - "start": 18986, - "end": 18987, + "start": 19040, + "end": 19041, "loc": { "start": { - "line": 480, + "line": 481, "column": 70 }, "end": { - "line": 480, + "line": 481, "column": 71 } } @@ -299648,15 +301739,15 @@ "binop": null }, "value": "inputBuffer", - "start": 18987, - "end": 18998, + "start": 19041, + "end": 19052, "loc": { "start": { - "line": 480, + "line": 481, "column": 71 }, "end": { - "line": 480, + "line": 481, "column": 82 } } @@ -299673,15 +301764,15 @@ "postfix": false, "binop": null }, - "start": 18998, - "end": 18999, + "start": 19052, + "end": 19053, "loc": { "start": { - "line": 480, + "line": 481, "column": 82 }, "end": { - "line": 480, + "line": 481, "column": 83 } } @@ -299699,15 +301790,15 @@ "binop": null, "updateContext": null }, - "start": 18999, - "end": 19000, + "start": 19053, + "end": 19054, "loc": { "start": { - "line": 480, + "line": 481, "column": 83 }, "end": { - "line": 480, + "line": 481, "column": 84 } } @@ -299715,15 +301806,15 @@ { "type": "CommentLine", "value": " store data and notify others", - "start": 19030, - "end": 19061, + "start": 19084, + "end": 19115, "loc": { "start": { - "line": 482, + "line": 483, "column": 28 }, "end": { - "line": 482, + "line": 483, "column": 59 } } @@ -299743,15 +301834,15 @@ "updateContext": null }, "value": "this", - "start": 19090, - "end": 19094, + "start": 19144, + "end": 19148, "loc": { "start": { - "line": 483, + "line": 484, "column": 28 }, "end": { - "line": 483, + "line": 484, "column": 32 } } @@ -299769,15 +301860,15 @@ "binop": null, "updateContext": null }, - "start": 19094, - "end": 19095, + "start": 19148, + "end": 19149, "loc": { "start": { - "line": 483, + "line": 484, "column": 32 }, "end": { - "line": 483, + "line": 484, "column": 33 } } @@ -299795,15 +301886,15 @@ "binop": null }, "value": "player", - "start": 19095, - "end": 19101, + "start": 19149, + "end": 19155, "loc": { "start": { - "line": 483, + "line": 484, "column": 33 }, "end": { - "line": 483, + "line": 484, "column": 39 } } @@ -299821,15 +301912,15 @@ "binop": null, "updateContext": null }, - "start": 19101, - "end": 19102, + "start": 19155, + "end": 19156, "loc": { "start": { - "line": 483, + "line": 484, "column": 39 }, "end": { - "line": 483, + "line": 484, "column": 40 } } @@ -299847,15 +301938,15 @@ "binop": null }, "value": "recordedData", - "start": 19102, - "end": 19114, + "start": 19156, + "end": 19168, "loc": { "start": { - "line": 483, + "line": 484, "column": 40 }, "end": { - "line": 483, + "line": 484, "column": 52 } } @@ -299874,15 +301965,15 @@ "updateContext": null }, "value": "=", - "start": 19115, - "end": 19116, + "start": 19169, + "end": 19170, "loc": { "start": { - "line": 483, + "line": 484, "column": 53 }, "end": { - "line": 483, + "line": 484, "column": 54 } } @@ -299900,15 +301991,15 @@ "binop": null }, "value": "event", - "start": 19117, - "end": 19122, + "start": 19171, + "end": 19176, "loc": { "start": { - "line": 483, + "line": 484, "column": 55 }, "end": { - "line": 483, + "line": 484, "column": 60 } } @@ -299926,15 +302017,15 @@ "binop": null, "updateContext": null }, - "start": 19122, - "end": 19123, + "start": 19176, + "end": 19177, "loc": { "start": { - "line": 483, + "line": 484, "column": 60 }, "end": { - "line": 483, + "line": 484, "column": 61 } } @@ -299952,15 +302043,15 @@ "binop": null }, "value": "inputBuffer", - "start": 19123, - "end": 19134, + "start": 19177, + "end": 19188, "loc": { "start": { - "line": 483, + "line": 484, "column": 61 }, "end": { - "line": 483, + "line": 484, "column": 72 } } @@ -299978,15 +302069,15 @@ "binop": null, "updateContext": null }, - "start": 19134, - "end": 19135, + "start": 19188, + "end": 19189, "loc": { "start": { - "line": 483, + "line": 484, "column": 72 }, "end": { - "line": 483, + "line": 484, "column": 73 } } @@ -300006,15 +302097,15 @@ "updateContext": null }, "value": "this", - "start": 19164, - "end": 19168, + "start": 19218, + "end": 19222, "loc": { "start": { - "line": 484, + "line": 485, "column": 28 }, "end": { - "line": 484, + "line": 485, "column": 32 } } @@ -300032,15 +302123,15 @@ "binop": null, "updateContext": null }, - "start": 19168, - "end": 19169, + "start": 19222, + "end": 19223, "loc": { "start": { - "line": 484, + "line": 485, "column": 32 }, "end": { - "line": 484, + "line": 485, "column": 33 } } @@ -300058,15 +302149,15 @@ "binop": null }, "value": "player", - "start": 19169, - "end": 19175, + "start": 19223, + "end": 19229, "loc": { "start": { - "line": 484, + "line": 485, "column": 33 }, "end": { - "line": 484, + "line": 485, "column": 39 } } @@ -300084,15 +302175,15 @@ "binop": null, "updateContext": null }, - "start": 19175, - "end": 19176, + "start": 19229, + "end": 19230, "loc": { "start": { - "line": 484, + "line": 485, "column": 39 }, "end": { - "line": 484, + "line": 485, "column": 40 } } @@ -300110,15 +302201,15 @@ "binop": null }, "value": "trigger", - "start": 19176, - "end": 19183, + "start": 19230, + "end": 19237, "loc": { "start": { - "line": 484, + "line": 485, "column": 40 }, "end": { - "line": 484, + "line": 485, "column": 47 } } @@ -300135,15 +302226,15 @@ "postfix": false, "binop": null }, - "start": 19183, - "end": 19184, + "start": 19237, + "end": 19238, "loc": { "start": { - "line": 484, + "line": 485, "column": 47 }, "end": { - "line": 484, + "line": 485, "column": 48 } } @@ -300161,15 +302252,15 @@ "binop": null }, "value": "Event", - "start": 19184, - "end": 19189, + "start": 19238, + "end": 19243, "loc": { "start": { - "line": 484, + "line": 485, "column": 48 }, "end": { - "line": 484, + "line": 485, "column": 53 } } @@ -300187,15 +302278,15 @@ "binop": null, "updateContext": null }, - "start": 19189, - "end": 19190, + "start": 19243, + "end": 19244, "loc": { "start": { - "line": 484, + "line": 485, "column": 53 }, "end": { - "line": 484, + "line": 485, "column": 54 } } @@ -300213,15 +302304,15 @@ "binop": null }, "value": "AUDIO_BUFFER_UPDATE", - "start": 19190, - "end": 19209, + "start": 19244, + "end": 19263, "loc": { "start": { - "line": 484, + "line": 485, "column": 54 }, "end": { - "line": 484, + "line": 485, "column": 73 } } @@ -300238,15 +302329,15 @@ "postfix": false, "binop": null }, - "start": 19209, - "end": 19210, + "start": 19263, + "end": 19264, "loc": { "start": { - "line": 484, + "line": 485, "column": 73 }, "end": { - "line": 484, + "line": 485, "column": 74 } } @@ -300264,15 +302355,15 @@ "binop": null, "updateContext": null }, - "start": 19210, - "end": 19211, + "start": 19264, + "end": 19265, "loc": { "start": { - "line": 484, + "line": 485, "column": 74 }, "end": { - "line": 484, + "line": 485, "column": 75 } } @@ -300289,15 +302380,15 @@ "postfix": false, "binop": null }, - "start": 19236, - "end": 19237, + "start": 19290, + "end": 19291, "loc": { "start": { - "line": 485, + "line": 486, "column": 24 }, "end": { - "line": 485, + "line": 486, "column": 25 } } @@ -300314,15 +302405,15 @@ "postfix": false, "binop": null }, - "start": 19258, - "end": 19259, + "start": 19312, + "end": 19313, "loc": { "start": { - "line": 486, + "line": 487, "column": 20 }, "end": { - "line": 486, + "line": 487, "column": 21 } } @@ -300340,15 +302431,15 @@ "binop": null, "updateContext": null }, - "start": 19259, - "end": 19260, + "start": 19313, + "end": 19314, "loc": { "start": { - "line": 486, + "line": 487, "column": 21 }, "end": { - "line": 486, + "line": 487, "column": 22 } } @@ -300365,15 +302456,15 @@ "postfix": false, "binop": null }, - "start": 19277, - "end": 19278, + "start": 19331, + "end": 19332, "loc": { "start": { - "line": 487, + "line": 488, "column": 16 }, "end": { - "line": 487, + "line": 488, "column": 17 } } @@ -300381,15 +302472,15 @@ { "type": "CommentLine", "value": " open browser device selection/permissions dialog", - "start": 19295, - "end": 19346, + "start": 19349, + "end": 19400, "loc": { "start": { - "line": 488, + "line": 489, "column": 16 }, "end": { - "line": 488, + "line": 489, "column": 67 } } @@ -300409,15 +302500,15 @@ "updateContext": null }, "value": "this", - "start": 19363, - "end": 19367, + "start": 19417, + "end": 19421, "loc": { "start": { - "line": 489, + "line": 490, "column": 16 }, "end": { - "line": 489, + "line": 490, "column": 20 } } @@ -300435,15 +302526,15 @@ "binop": null, "updateContext": null }, - "start": 19367, - "end": 19368, + "start": 19421, + "end": 19422, "loc": { "start": { - "line": 489, + "line": 490, "column": 20 }, "end": { - "line": 489, + "line": 490, "column": 21 } } @@ -300461,15 +302552,15 @@ "binop": null }, "value": "surfer", - "start": 19368, - "end": 19374, + "start": 19422, + "end": 19428, "loc": { "start": { - "line": 489, + "line": 490, "column": 21 }, "end": { - "line": 489, + "line": 490, "column": 27 } } @@ -300487,15 +302578,15 @@ "binop": null, "updateContext": null }, - "start": 19374, - "end": 19375, + "start": 19428, + "end": 19429, "loc": { "start": { - "line": 489, + "line": 490, "column": 27 }, "end": { - "line": 489, + "line": 490, "column": 28 } } @@ -300513,15 +302604,15 @@ "binop": null }, "value": "surfer", - "start": 19375, - "end": 19381, + "start": 19429, + "end": 19435, "loc": { "start": { - "line": 489, + "line": 490, "column": 28 }, "end": { - "line": 489, + "line": 490, "column": 34 } } @@ -300539,15 +302630,15 @@ "binop": null, "updateContext": null }, - "start": 19381, - "end": 19382, + "start": 19435, + "end": 19436, "loc": { "start": { - "line": 489, + "line": 490, "column": 34 }, "end": { - "line": 489, + "line": 490, "column": 35 } } @@ -300565,15 +302656,15 @@ "binop": null }, "value": "microphone", - "start": 19382, - "end": 19392, + "start": 19436, + "end": 19446, "loc": { "start": { - "line": 489, + "line": 490, "column": 35 }, "end": { - "line": 489, + "line": 490, "column": 45 } } @@ -300591,15 +302682,15 @@ "binop": null, "updateContext": null }, - "start": 19392, - "end": 19393, + "start": 19446, + "end": 19447, "loc": { "start": { - "line": 489, + "line": 490, "column": 45 }, "end": { - "line": 489, + "line": 490, "column": 46 } } @@ -300617,15 +302708,15 @@ "binop": null }, "value": "start", - "start": 19393, - "end": 19398, + "start": 19447, + "end": 19452, "loc": { "start": { - "line": 489, + "line": 490, "column": 46 }, "end": { - "line": 489, + "line": 490, "column": 51 } } @@ -300642,15 +302733,15 @@ "postfix": false, "binop": null }, - "start": 19398, - "end": 19399, + "start": 19452, + "end": 19453, "loc": { "start": { - "line": 489, + "line": 490, "column": 51 }, "end": { - "line": 489, + "line": 490, "column": 52 } } @@ -300667,15 +302758,15 @@ "postfix": false, "binop": null }, - "start": 19399, - "end": 19400, + "start": 19453, + "end": 19454, "loc": { "start": { - "line": 489, + "line": 490, "column": 52 }, "end": { - "line": 489, + "line": 490, "column": 53 } } @@ -300693,15 +302784,15 @@ "binop": null, "updateContext": null }, - "start": 19400, - "end": 19401, + "start": 19454, + "end": 19455, "loc": { "start": { - "line": 489, + "line": 490, "column": 53 }, "end": { - "line": 489, + "line": 490, "column": 54 } } @@ -300721,15 +302812,15 @@ "updateContext": null }, "value": "break", - "start": 19418, - "end": 19423, + "start": 19472, + "end": 19477, "loc": { "start": { - "line": 490, + "line": 491, "column": 16 }, "end": { - "line": 490, + "line": 491, "column": 21 } } @@ -300747,15 +302838,15 @@ "binop": null, "updateContext": null }, - "start": 19423, - "end": 19424, + "start": 19477, + "end": 19478, "loc": { "start": { - "line": 490, + "line": 491, "column": 21 }, "end": { - "line": 490, + "line": 491, "column": 22 } } @@ -300775,15 +302866,15 @@ "updateContext": null }, "value": "case", - "start": 19438, - "end": 19442, + "start": 19492, + "end": 19496, "loc": { "start": { - "line": 492, + "line": 493, "column": 12 }, "end": { - "line": 492, + "line": 493, "column": 16 } } @@ -300801,15 +302892,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 19443, - "end": 19453, + "start": 19497, + "end": 19507, "loc": { "start": { - "line": 492, + "line": 493, "column": 17 }, "end": { - "line": 492, + "line": 493, "column": 27 } } @@ -300827,15 +302918,15 @@ "binop": null, "updateContext": null }, - "start": 19453, - "end": 19454, + "start": 19507, + "end": 19508, "loc": { "start": { - "line": 492, + "line": 493, "column": 27 }, "end": { - "line": 492, + "line": 493, "column": 28 } } @@ -300855,15 +302946,15 @@ "updateContext": null }, "value": "case", - "start": 19467, - "end": 19471, + "start": 19521, + "end": 19525, "loc": { "start": { - "line": 493, + "line": 494, "column": 12 }, "end": { - "line": 493, + "line": 494, "column": 16 } } @@ -300881,15 +302972,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 19472, - "end": 19482, + "start": 19526, + "end": 19536, "loc": { "start": { - "line": 493, + "line": 494, "column": 17 }, "end": { - "line": 493, + "line": 494, "column": 27 } } @@ -300907,15 +302998,15 @@ "binop": null, "updateContext": null }, - "start": 19482, - "end": 19483, + "start": 19536, + "end": 19537, "loc": { "start": { - "line": 493, + "line": 494, "column": 27 }, "end": { - "line": 493, + "line": 494, "column": 28 } } @@ -300935,15 +303026,15 @@ "updateContext": null }, "value": "if", - "start": 19500, - "end": 19502, + "start": 19554, + "end": 19556, "loc": { "start": { - "line": 494, + "line": 495, "column": 16 }, "end": { - "line": 494, + "line": 495, "column": 18 } } @@ -300960,15 +303051,15 @@ "postfix": false, "binop": null }, - "start": 19503, - "end": 19504, + "start": 19557, + "end": 19558, "loc": { "start": { - "line": 494, + "line": 495, "column": 19 }, "end": { - "line": 494, + "line": 495, "column": 20 } } @@ -300988,15 +303079,15 @@ "updateContext": null }, "value": "this", - "start": 19504, - "end": 19508, + "start": 19558, + "end": 19562, "loc": { "start": { - "line": 494, + "line": 495, "column": 20 }, "end": { - "line": 494, + "line": 495, "column": 24 } } @@ -301014,15 +303105,15 @@ "binop": null, "updateContext": null }, - "start": 19508, - "end": 19509, + "start": 19562, + "end": 19563, "loc": { "start": { - "line": 494, + "line": 495, "column": 24 }, "end": { - "line": 494, + "line": 495, "column": 25 } } @@ -301040,15 +303131,15 @@ "binop": null }, "value": "getRecordType", - "start": 19509, - "end": 19522, + "start": 19563, + "end": 19576, "loc": { "start": { - "line": 494, + "line": 495, "column": 25 }, "end": { - "line": 494, + "line": 495, "column": 38 } } @@ -301065,15 +303156,15 @@ "postfix": false, "binop": null }, - "start": 19522, - "end": 19523, + "start": 19576, + "end": 19577, "loc": { "start": { - "line": 494, + "line": 495, "column": 38 }, "end": { - "line": 494, + "line": 495, "column": 39 } } @@ -301090,15 +303181,15 @@ "postfix": false, "binop": null }, - "start": 19523, - "end": 19524, + "start": 19577, + "end": 19578, "loc": { "start": { - "line": 494, + "line": 495, "column": 39 }, "end": { - "line": 494, + "line": 495, "column": 40 } } @@ -301117,15 +303208,15 @@ "updateContext": null }, "value": "===", - "start": 19525, - "end": 19528, + "start": 19579, + "end": 19582, "loc": { "start": { - "line": 494, + "line": 495, "column": 41 }, "end": { - "line": 494, + "line": 495, "column": 44 } } @@ -301143,15 +303234,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 19529, - "end": 19539, + "start": 19583, + "end": 19593, "loc": { "start": { - "line": 494, + "line": 495, "column": 45 }, "end": { - "line": 494, + "line": 495, "column": 55 } } @@ -301168,15 +303259,15 @@ "postfix": false, "binop": null }, - "start": 19539, - "end": 19540, + "start": 19593, + "end": 19594, "loc": { "start": { - "line": 494, + "line": 495, "column": 55 }, "end": { - "line": 494, + "line": 495, "column": 56 } } @@ -301193,15 +303284,15 @@ "postfix": false, "binop": null }, - "start": 19541, - "end": 19542, + "start": 19595, + "end": 19596, "loc": { "start": { - "line": 494, + "line": 495, "column": 57 }, "end": { - "line": 494, + "line": 495, "column": 58 } } @@ -301209,15 +303300,15 @@ { "type": "CommentLine", "value": " using player.el() here because this.mediaElement is not available yet", - "start": 19563, - "end": 19635, + "start": 19617, + "end": 19689, "loc": { "start": { - "line": 495, + "line": 496, "column": 20 }, "end": { - "line": 495, + "line": 496, "column": 92 } } @@ -301237,15 +303328,15 @@ "updateContext": null }, "value": "this", - "start": 19656, - "end": 19660, + "start": 19710, + "end": 19714, "loc": { "start": { - "line": 496, + "line": 497, "column": 20 }, "end": { - "line": 496, + "line": 497, "column": 24 } } @@ -301263,15 +303354,15 @@ "binop": null, "updateContext": null }, - "start": 19660, - "end": 19661, + "start": 19714, + "end": 19715, "loc": { "start": { - "line": 496, + "line": 497, "column": 24 }, "end": { - "line": 496, + "line": 497, "column": 25 } } @@ -301289,15 +303380,15 @@ "binop": null }, "value": "player", - "start": 19661, - "end": 19667, + "start": 19715, + "end": 19721, "loc": { "start": { - "line": 496, + "line": 497, "column": 25 }, "end": { - "line": 496, + "line": 497, "column": 31 } } @@ -301315,15 +303406,15 @@ "binop": null, "updateContext": null }, - "start": 19667, - "end": 19668, + "start": 19721, + "end": 19722, "loc": { "start": { - "line": 496, + "line": 497, "column": 31 }, "end": { - "line": 496, + "line": 497, "column": 32 } } @@ -301341,15 +303432,15 @@ "binop": null }, "value": "el", - "start": 19668, - "end": 19670, + "start": 19722, + "end": 19724, "loc": { "start": { - "line": 496, + "line": 497, "column": 32 }, "end": { - "line": 496, + "line": 497, "column": 34 } } @@ -301366,15 +303457,15 @@ "postfix": false, "binop": null }, - "start": 19670, - "end": 19671, + "start": 19724, + "end": 19725, "loc": { "start": { - "line": 496, + "line": 497, "column": 34 }, "end": { - "line": 496, + "line": 497, "column": 35 } } @@ -301391,15 +303482,15 @@ "postfix": false, "binop": null }, - "start": 19671, - "end": 19672, + "start": 19725, + "end": 19726, "loc": { "start": { - "line": 496, + "line": 497, "column": 35 }, "end": { - "line": 496, + "line": 497, "column": 36 } } @@ -301417,15 +303508,15 @@ "binop": null, "updateContext": null }, - "start": 19672, - "end": 19673, + "start": 19726, + "end": 19727, "loc": { "start": { - "line": 496, + "line": 497, "column": 36 }, "end": { - "line": 496, + "line": 497, "column": 37 } } @@ -301443,15 +303534,15 @@ "binop": null }, "value": "firstChild", - "start": 19673, - "end": 19683, + "start": 19727, + "end": 19737, "loc": { "start": { - "line": 496, + "line": 497, "column": 37 }, "end": { - "line": 496, + "line": 497, "column": 47 } } @@ -301469,15 +303560,15 @@ "binop": null, "updateContext": null }, - "start": 19683, - "end": 19684, + "start": 19737, + "end": 19738, "loc": { "start": { - "line": 496, + "line": 497, "column": 47 }, "end": { - "line": 496, + "line": 497, "column": 48 } } @@ -301495,15 +303586,15 @@ "binop": null }, "value": "addEventListener", - "start": 19684, - "end": 19700, + "start": 19738, + "end": 19754, "loc": { "start": { - "line": 496, + "line": 497, "column": 48 }, "end": { - "line": 496, + "line": 497, "column": 64 } } @@ -301520,15 +303611,15 @@ "postfix": false, "binop": null }, - "start": 19700, - "end": 19701, + "start": 19754, + "end": 19755, "loc": { "start": { - "line": 496, + "line": 497, "column": 64 }, "end": { - "line": 496, + "line": 497, "column": 65 } } @@ -301546,15 +303637,15 @@ "binop": null }, "value": "Event", - "start": 19701, - "end": 19706, + "start": 19755, + "end": 19760, "loc": { "start": { - "line": 496, + "line": 497, "column": 65 }, "end": { - "line": 496, + "line": 497, "column": 70 } } @@ -301572,15 +303663,15 @@ "binop": null, "updateContext": null }, - "start": 19706, - "end": 19707, + "start": 19760, + "end": 19761, "loc": { "start": { - "line": 496, + "line": 497, "column": 70 }, "end": { - "line": 496, + "line": 497, "column": 71 } } @@ -301598,15 +303689,15 @@ "binop": null }, "value": "PLAYING", - "start": 19707, - "end": 19714, + "start": 19761, + "end": 19768, "loc": { "start": { - "line": 496, + "line": 497, "column": 71 }, "end": { - "line": 496, + "line": 497, "column": 78 } } @@ -301624,15 +303715,15 @@ "binop": null, "updateContext": null }, - "start": 19714, - "end": 19715, + "start": 19768, + "end": 19769, "loc": { "start": { - "line": 496, + "line": 497, "column": 78 }, "end": { - "line": 496, + "line": 497, "column": 79 } } @@ -301652,15 +303743,15 @@ "updateContext": null }, "value": "this", - "start": 19740, - "end": 19744, + "start": 19794, + "end": 19798, "loc": { "start": { - "line": 497, + "line": 498, "column": 24 }, "end": { - "line": 497, + "line": 498, "column": 28 } } @@ -301678,15 +303769,15 @@ "binop": null, "updateContext": null }, - "start": 19744, - "end": 19745, + "start": 19798, + "end": 19799, "loc": { "start": { - "line": 497, + "line": 498, "column": 28 }, "end": { - "line": 497, + "line": 498, "column": 29 } } @@ -301704,15 +303795,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 19745, - "end": 19766, + "start": 19799, + "end": 19820, "loc": { "start": { - "line": 497, + "line": 498, "column": 29 }, "end": { - "line": 497, + "line": 498, "column": 50 } } @@ -301729,15 +303820,15 @@ "postfix": false, "binop": null }, - "start": 19766, - "end": 19767, + "start": 19820, + "end": 19821, "loc": { "start": { - "line": 497, + "line": 498, "column": 50 }, "end": { - "line": 497, + "line": 498, "column": 51 } } @@ -301755,15 +303846,15 @@ "binop": null, "updateContext": null }, - "start": 19767, - "end": 19768, + "start": 19821, + "end": 19822, "loc": { "start": { - "line": 497, + "line": 498, "column": 51 }, "end": { - "line": 497, + "line": 498, "column": 52 } } @@ -301780,15 +303871,15 @@ "postfix": false, "binop": null }, - "start": 19785, - "end": 19786, + "start": 19839, + "end": 19840, "loc": { "start": { - "line": 498, + "line": 499, "column": 16 }, "end": { - "line": 498, + "line": 499, "column": 17 } } @@ -301796,15 +303887,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 19804, - "end": 19819, + "start": 19858, + "end": 19873, "loc": { "start": { - "line": 500, + "line": 501, "column": 16 }, "end": { - "line": 500, + "line": 501, "column": 31 } } @@ -301824,15 +303915,15 @@ "updateContext": null }, "value": "this", - "start": 19836, - "end": 19840, + "start": 19890, + "end": 19894, "loc": { "start": { - "line": 501, + "line": 502, "column": 16 }, "end": { - "line": 501, + "line": 502, "column": 20 } } @@ -301850,15 +303941,15 @@ "binop": null, "updateContext": null }, - "start": 19840, - "end": 19841, + "start": 19894, + "end": 19895, "loc": { "start": { - "line": 501, + "line": 502, "column": 20 }, "end": { - "line": 501, + "line": 502, "column": 21 } } @@ -301876,15 +303967,15 @@ "binop": null }, "value": "mediaType", - "start": 19841, - "end": 19850, + "start": 19895, + "end": 19904, "loc": { "start": { - "line": 501, + "line": 502, "column": 21 }, "end": { - "line": 501, + "line": 502, "column": 30 } } @@ -301903,15 +303994,15 @@ "updateContext": null }, "value": "=", - "start": 19851, - "end": 19852, + "start": 19905, + "end": 19906, "loc": { "start": { - "line": 501, + "line": 502, "column": 31 }, "end": { - "line": 501, + "line": 502, "column": 32 } } @@ -301928,15 +304019,15 @@ "postfix": false, "binop": null }, - "start": 19853, - "end": 19854, + "start": 19907, + "end": 19908, "loc": { "start": { - "line": 501, + "line": 502, "column": 33 }, "end": { - "line": 501, + "line": 502, "column": 34 } } @@ -301954,15 +304045,15 @@ "binop": null }, "value": "audio", - "start": 19875, - "end": 19880, + "start": 19929, + "end": 19934, "loc": { "start": { - "line": 502, + "line": 503, "column": 20 }, "end": { - "line": 502, + "line": 503, "column": 25 } } @@ -301980,15 +304071,15 @@ "binop": null, "updateContext": null }, - "start": 19880, - "end": 19881, + "start": 19934, + "end": 19935, "loc": { "start": { - "line": 502, + "line": 503, "column": 25 }, "end": { - "line": 502, + "line": 503, "column": 26 } } @@ -302008,15 +304099,15 @@ "updateContext": null }, "value": "false", - "start": 19882, - "end": 19887, + "start": 19936, + "end": 19941, "loc": { "start": { - "line": 502, + "line": 503, "column": 27 }, "end": { - "line": 502, + "line": 503, "column": 32 } } @@ -302034,15 +304125,15 @@ "binop": null, "updateContext": null }, - "start": 19887, - "end": 19888, + "start": 19941, + "end": 19942, "loc": { "start": { - "line": 502, + "line": 503, "column": 32 }, "end": { - "line": 502, + "line": 503, "column": 33 } } @@ -302060,15 +304151,15 @@ "binop": null }, "value": "video", - "start": 19909, - "end": 19914, + "start": 19963, + "end": 19968, "loc": { "start": { - "line": 503, + "line": 504, "column": 20 }, "end": { - "line": 503, + "line": 504, "column": 25 } } @@ -302086,15 +304177,15 @@ "binop": null, "updateContext": null }, - "start": 19914, - "end": 19915, + "start": 19968, + "end": 19969, "loc": { "start": { - "line": 503, + "line": 504, "column": 25 }, "end": { - "line": 503, + "line": 504, "column": 26 } } @@ -302111,15 +304202,15 @@ "postfix": false, "binop": null }, - "start": 19916, - "end": 19917, + "start": 19970, + "end": 19971, "loc": { "start": { - "line": 503, + "line": 504, "column": 27 }, "end": { - "line": 503, + "line": 504, "column": 28 } } @@ -302139,15 +304230,15 @@ "updateContext": null }, "value": "this", - "start": 19917, - "end": 19921, + "start": 19971, + "end": 19975, "loc": { "start": { - "line": 503, + "line": 504, "column": 28 }, "end": { - "line": 503, + "line": 504, "column": 32 } } @@ -302165,15 +304256,15 @@ "binop": null, "updateContext": null }, - "start": 19921, - "end": 19922, + "start": 19975, + "end": 19976, "loc": { "start": { - "line": 503, + "line": 504, "column": 32 }, "end": { - "line": 503, + "line": 504, "column": 33 } } @@ -302191,15 +304282,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 19922, - "end": 19939, + "start": 19976, + "end": 19993, "loc": { "start": { - "line": 503, + "line": 504, "column": 33 }, "end": { - "line": 503, + "line": 504, "column": 50 } } @@ -302218,15 +304309,15 @@ "updateContext": null }, "value": "===", - "start": 19940, - "end": 19943, + "start": 19994, + "end": 19997, "loc": { "start": { - "line": 503, + "line": 504, "column": 51 }, "end": { - "line": 503, + "line": 504, "column": 54 } } @@ -302244,15 +304335,15 @@ "binop": null }, "value": "AUTO", - "start": 19944, - "end": 19948, + "start": 19998, + "end": 20002, "loc": { "start": { - "line": 503, + "line": 504, "column": 55 }, "end": { - "line": 503, + "line": 504, "column": 59 } } @@ -302269,15 +304360,15 @@ "postfix": false, "binop": null }, - "start": 19948, - "end": 19949, + "start": 20002, + "end": 20003, "loc": { "start": { - "line": 503, + "line": 504, "column": 59 }, "end": { - "line": 503, + "line": 504, "column": 60 } } @@ -302295,15 +304386,15 @@ "binop": null, "updateContext": null }, - "start": 19950, - "end": 19951, + "start": 20004, + "end": 20005, "loc": { "start": { - "line": 503, + "line": 504, "column": 61 }, "end": { - "line": 503, + "line": 504, "column": 62 } } @@ -302323,15 +304414,15 @@ "updateContext": null }, "value": "true", - "start": 19952, - "end": 19956, + "start": 20006, + "end": 20010, "loc": { "start": { - "line": 503, + "line": 504, "column": 63 }, "end": { - "line": 503, + "line": 504, "column": 67 } } @@ -302349,15 +304440,15 @@ "binop": null, "updateContext": null }, - "start": 19957, - "end": 19958, + "start": 20011, + "end": 20012, "loc": { "start": { - "line": 503, + "line": 504, "column": 68 }, "end": { - "line": 503, + "line": 504, "column": 69 } } @@ -302377,15 +304468,15 @@ "updateContext": null }, "value": "this", - "start": 19959, - "end": 19963, + "start": 20013, + "end": 20017, "loc": { "start": { - "line": 503, + "line": 504, "column": 70 }, "end": { - "line": 503, + "line": 504, "column": 74 } } @@ -302403,15 +304494,15 @@ "binop": null, "updateContext": null }, - "start": 19963, - "end": 19964, + "start": 20017, + "end": 20018, "loc": { "start": { - "line": 503, + "line": 504, "column": 74 }, "end": { - "line": 503, + "line": 504, "column": 75 } } @@ -302429,15 +304520,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 19964, - "end": 19981, + "start": 20018, + "end": 20035, "loc": { "start": { - "line": 503, + "line": 504, "column": 75 }, "end": { - "line": 503, + "line": 504, "column": 92 } } @@ -302454,15 +304545,15 @@ "postfix": false, "binop": null }, - "start": 19998, - "end": 19999, + "start": 20052, + "end": 20053, "loc": { "start": { - "line": 504, + "line": 505, "column": 16 }, "end": { - "line": 504, + "line": 505, "column": 17 } } @@ -302480,15 +304571,15 @@ "binop": null, "updateContext": null }, - "start": 19999, - "end": 20000, + "start": 20053, + "end": 20054, "loc": { "start": { - "line": 504, + "line": 505, "column": 17 }, "end": { - "line": 504, + "line": 505, "column": 18 } } @@ -302506,15 +304597,15 @@ "binop": null }, "value": "navigator", - "start": 20017, - "end": 20026, + "start": 20071, + "end": 20080, "loc": { "start": { - "line": 505, + "line": 506, "column": 16 }, "end": { - "line": 505, + "line": 506, "column": 25 } } @@ -302532,15 +304623,15 @@ "binop": null, "updateContext": null }, - "start": 20026, - "end": 20027, + "start": 20080, + "end": 20081, "loc": { "start": { - "line": 505, + "line": 506, "column": 25 }, "end": { - "line": 505, + "line": 506, "column": 26 } } @@ -302558,15 +304649,15 @@ "binop": null }, "value": "mediaDevices", - "start": 20027, - "end": 20039, + "start": 20081, + "end": 20093, "loc": { "start": { - "line": 505, + "line": 506, "column": 26 }, "end": { - "line": 505, + "line": 506, "column": 38 } } @@ -302584,15 +304675,15 @@ "binop": null, "updateContext": null }, - "start": 20039, - "end": 20040, + "start": 20093, + "end": 20094, "loc": { "start": { - "line": 505, + "line": 506, "column": 38 }, "end": { - "line": 505, + "line": 506, "column": 39 } } @@ -302610,15 +304701,15 @@ "binop": null }, "value": "getUserMedia", - "start": 20040, - "end": 20052, + "start": 20094, + "end": 20106, "loc": { "start": { - "line": 505, + "line": 506, "column": 39 }, "end": { - "line": 505, + "line": 506, "column": 51 } } @@ -302635,15 +304726,15 @@ "postfix": false, "binop": null }, - "start": 20052, - "end": 20053, + "start": 20106, + "end": 20107, "loc": { "start": { - "line": 505, + "line": 506, "column": 51 }, "end": { - "line": 505, + "line": 506, "column": 52 } } @@ -302660,15 +304751,15 @@ "postfix": false, "binop": null }, - "start": 20053, - "end": 20054, + "start": 20107, + "end": 20108, "loc": { "start": { - "line": 505, + "line": 506, "column": 52 }, "end": { - "line": 505, + "line": 506, "column": 53 } } @@ -302686,15 +304777,15 @@ "binop": null }, "value": "audio", - "start": 20075, - "end": 20080, + "start": 20129, + "end": 20134, "loc": { "start": { - "line": 506, + "line": 507, "column": 20 }, "end": { - "line": 506, + "line": 507, "column": 25 } } @@ -302712,15 +304803,15 @@ "binop": null, "updateContext": null }, - "start": 20080, - "end": 20081, + "start": 20134, + "end": 20135, "loc": { "start": { - "line": 506, + "line": 507, "column": 25 }, "end": { - "line": 506, + "line": 507, "column": 26 } } @@ -302740,15 +304831,15 @@ "updateContext": null }, "value": "false", - "start": 20082, - "end": 20087, + "start": 20136, + "end": 20141, "loc": { "start": { - "line": 506, + "line": 507, "column": 27 }, "end": { - "line": 506, + "line": 507, "column": 32 } } @@ -302766,15 +304857,15 @@ "binop": null, "updateContext": null }, - "start": 20087, - "end": 20088, + "start": 20141, + "end": 20142, "loc": { "start": { - "line": 506, + "line": 507, "column": 32 }, "end": { - "line": 506, + "line": 507, "column": 33 } } @@ -302792,15 +304883,15 @@ "binop": null }, "value": "video", - "start": 20109, - "end": 20114, + "start": 20163, + "end": 20168, "loc": { "start": { - "line": 507, + "line": 508, "column": 20 }, "end": { - "line": 507, + "line": 508, "column": 25 } } @@ -302818,15 +304909,15 @@ "binop": null, "updateContext": null }, - "start": 20114, - "end": 20115, + "start": 20168, + "end": 20169, "loc": { "start": { - "line": 507, + "line": 508, "column": 25 }, "end": { - "line": 507, + "line": 508, "column": 26 } } @@ -302843,15 +304934,15 @@ "postfix": false, "binop": null }, - "start": 20116, - "end": 20117, + "start": 20170, + "end": 20171, "loc": { "start": { - "line": 507, + "line": 508, "column": 27 }, "end": { - "line": 507, + "line": 508, "column": 28 } } @@ -302871,15 +304962,15 @@ "updateContext": null }, "value": "this", - "start": 20117, - "end": 20121, + "start": 20171, + "end": 20175, "loc": { "start": { - "line": 507, + "line": 508, "column": 28 }, "end": { - "line": 507, + "line": 508, "column": 32 } } @@ -302897,15 +304988,15 @@ "binop": null, "updateContext": null }, - "start": 20121, - "end": 20122, + "start": 20175, + "end": 20176, "loc": { "start": { - "line": 507, + "line": 508, "column": 32 }, "end": { - "line": 507, + "line": 508, "column": 33 } } @@ -302923,15 +305014,15 @@ "binop": null }, "value": "getRecordType", - "start": 20122, - "end": 20135, + "start": 20176, + "end": 20189, "loc": { "start": { - "line": 507, + "line": 508, "column": 33 }, "end": { - "line": 507, + "line": 508, "column": 46 } } @@ -302948,15 +305039,15 @@ "postfix": false, "binop": null }, - "start": 20135, - "end": 20136, + "start": 20189, + "end": 20190, "loc": { "start": { - "line": 507, + "line": 508, "column": 46 }, "end": { - "line": 507, + "line": 508, "column": 47 } } @@ -302973,15 +305064,15 @@ "postfix": false, "binop": null }, - "start": 20136, - "end": 20137, + "start": 20190, + "end": 20191, "loc": { "start": { - "line": 507, + "line": 508, "column": 47 }, "end": { - "line": 507, + "line": 508, "column": 48 } } @@ -303000,15 +305091,15 @@ "updateContext": null }, "value": "===", - "start": 20138, - "end": 20141, + "start": 20192, + "end": 20195, "loc": { "start": { - "line": 507, + "line": 508, "column": 49 }, "end": { - "line": 507, + "line": 508, "column": 52 } } @@ -303026,15 +305117,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 20142, - "end": 20152, + "start": 20196, + "end": 20206, "loc": { "start": { - "line": 507, + "line": 508, "column": 53 }, "end": { - "line": 507, + "line": 508, "column": 63 } } @@ -303051,15 +305142,15 @@ "postfix": false, "binop": null }, - "start": 20152, - "end": 20153, + "start": 20206, + "end": 20207, "loc": { "start": { - "line": 507, + "line": 508, "column": 63 }, "end": { - "line": 507, + "line": 508, "column": 64 } } @@ -303077,15 +305168,15 @@ "binop": null, "updateContext": null }, - "start": 20154, - "end": 20155, + "start": 20208, + "end": 20209, "loc": { "start": { - "line": 507, + "line": 508, "column": 65 }, "end": { - "line": 507, + "line": 508, "column": 66 } } @@ -303105,15 +305196,15 @@ "updateContext": null }, "value": "this", - "start": 20156, - "end": 20160, + "start": 20210, + "end": 20214, "loc": { "start": { - "line": 507, + "line": 508, "column": 67 }, "end": { - "line": 507, + "line": 508, "column": 71 } } @@ -303131,15 +305222,15 @@ "binop": null, "updateContext": null }, - "start": 20160, - "end": 20161, + "start": 20214, + "end": 20215, "loc": { "start": { - "line": 507, + "line": 508, "column": 71 }, "end": { - "line": 507, + "line": 508, "column": 72 } } @@ -303157,15 +305248,15 @@ "binop": null }, "value": "recordImage", - "start": 20161, - "end": 20172, + "start": 20215, + "end": 20226, "loc": { "start": { - "line": 507, + "line": 508, "column": 72 }, "end": { - "line": 507, + "line": 508, "column": 83 } } @@ -303183,15 +305274,15 @@ "binop": null, "updateContext": null }, - "start": 20173, - "end": 20174, + "start": 20227, + "end": 20228, "loc": { "start": { - "line": 507, + "line": 508, "column": 84 }, "end": { - "line": 507, + "line": 508, "column": 85 } } @@ -303211,15 +305302,15 @@ "updateContext": null }, "value": "this", - "start": 20175, - "end": 20179, + "start": 20229, + "end": 20233, "loc": { "start": { - "line": 507, + "line": 508, "column": 86 }, "end": { - "line": 507, + "line": 508, "column": 90 } } @@ -303237,15 +305328,15 @@ "binop": null, "updateContext": null }, - "start": 20179, - "end": 20180, + "start": 20233, + "end": 20234, "loc": { "start": { - "line": 507, + "line": 508, "column": 90 }, "end": { - "line": 507, + "line": 508, "column": 91 } } @@ -303263,15 +305354,15 @@ "binop": null }, "value": "recordVideo", - "start": 20180, - "end": 20191, + "start": 20234, + "end": 20245, "loc": { "start": { - "line": 507, + "line": 508, "column": 91 }, "end": { - "line": 507, + "line": 508, "column": 102 } } @@ -303288,15 +305379,15 @@ "postfix": false, "binop": null }, - "start": 20208, - "end": 20209, + "start": 20262, + "end": 20263, "loc": { "start": { - "line": 508, + "line": 509, "column": 16 }, "end": { - "line": 508, + "line": 509, "column": 17 } } @@ -303313,15 +305404,15 @@ "postfix": false, "binop": null }, - "start": 20209, - "end": 20210, + "start": 20263, + "end": 20264, "loc": { "start": { - "line": 508, + "line": 509, "column": 17 }, "end": { - "line": 508, + "line": 509, "column": 18 } } @@ -303339,15 +305430,15 @@ "binop": null, "updateContext": null }, - "start": 20210, - "end": 20211, + "start": 20264, + "end": 20265, "loc": { "start": { - "line": 508, + "line": 509, "column": 18 }, "end": { - "line": 508, + "line": 509, "column": 19 } } @@ -303365,15 +305456,15 @@ "binop": null }, "value": "then", - "start": 20211, - "end": 20215, + "start": 20265, + "end": 20269, "loc": { "start": { - "line": 508, + "line": 509, "column": 19 }, "end": { - "line": 508, + "line": 509, "column": 23 } } @@ -303390,15 +305481,15 @@ "postfix": false, "binop": null }, - "start": 20215, - "end": 20216, + "start": 20269, + "end": 20270, "loc": { "start": { - "line": 508, + "line": 509, "column": 23 }, "end": { - "line": 508, + "line": 509, "column": 24 } } @@ -303418,15 +305509,15 @@ "updateContext": null }, "value": "this", - "start": 20237, - "end": 20241, + "start": 20291, + "end": 20295, "loc": { "start": { - "line": 509, + "line": 510, "column": 20 }, "end": { - "line": 509, + "line": 510, "column": 24 } } @@ -303444,15 +305535,15 @@ "binop": null, "updateContext": null }, - "start": 20241, - "end": 20242, + "start": 20295, + "end": 20296, "loc": { "start": { - "line": 509, + "line": 510, "column": 24 }, "end": { - "line": 509, + "line": 510, "column": 25 } } @@ -303470,15 +305561,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 20242, - "end": 20255, + "start": 20296, + "end": 20309, "loc": { "start": { - "line": 509, + "line": 510, "column": 25 }, "end": { - "line": 509, + "line": 510, "column": 38 } } @@ -303496,15 +305587,15 @@ "binop": null, "updateContext": null }, - "start": 20255, - "end": 20256, + "start": 20309, + "end": 20310, "loc": { "start": { - "line": 509, + "line": 510, "column": 38 }, "end": { - "line": 509, + "line": 510, "column": 39 } } @@ -303522,15 +305613,15 @@ "binop": null }, "value": "bind", - "start": 20256, - "end": 20260, + "start": 20310, + "end": 20314, "loc": { "start": { - "line": 509, + "line": 510, "column": 39 }, "end": { - "line": 509, + "line": 510, "column": 43 } } @@ -303547,15 +305638,15 @@ "postfix": false, "binop": null }, - "start": 20260, - "end": 20261, + "start": 20314, + "end": 20315, "loc": { "start": { - "line": 509, + "line": 510, "column": 43 }, "end": { - "line": 509, + "line": 510, "column": 44 } } @@ -303575,15 +305666,15 @@ "updateContext": null }, "value": "this", - "start": 20261, - "end": 20265, + "start": 20315, + "end": 20319, "loc": { "start": { - "line": 509, + "line": 510, "column": 44 }, "end": { - "line": 509, + "line": 510, "column": 48 } } @@ -303600,15 +305691,15 @@ "postfix": false, "binop": null }, - "start": 20265, - "end": 20266, + "start": 20319, + "end": 20320, "loc": { "start": { - "line": 509, + "line": 510, "column": 48 }, "end": { - "line": 509, + "line": 510, "column": 49 } } @@ -303625,15 +305716,15 @@ "postfix": false, "binop": null }, - "start": 20283, - "end": 20284, + "start": 20337, + "end": 20338, "loc": { "start": { - "line": 510, + "line": 511, "column": 16 }, "end": { - "line": 510, + "line": 511, "column": 17 } } @@ -303651,15 +305742,15 @@ "binop": null, "updateContext": null }, - "start": 20284, - "end": 20285, + "start": 20338, + "end": 20339, "loc": { "start": { - "line": 510, + "line": 511, "column": 17 }, "end": { - "line": 510, + "line": 511, "column": 18 } } @@ -303679,15 +305770,15 @@ "updateContext": null }, "value": "catch", - "start": 20285, - "end": 20290, + "start": 20339, + "end": 20344, "loc": { "start": { - "line": 510, + "line": 511, "column": 18 }, "end": { - "line": 510, + "line": 511, "column": 23 } } @@ -303704,15 +305795,15 @@ "postfix": false, "binop": null }, - "start": 20290, - "end": 20291, + "start": 20344, + "end": 20345, "loc": { "start": { - "line": 510, + "line": 511, "column": 23 }, "end": { - "line": 510, + "line": 511, "column": 24 } } @@ -303732,15 +305823,15 @@ "updateContext": null }, "value": "this", - "start": 20312, - "end": 20316, + "start": 20366, + "end": 20370, "loc": { "start": { - "line": 511, + "line": 512, "column": 20 }, "end": { - "line": 511, + "line": 512, "column": 24 } } @@ -303758,15 +305849,15 @@ "binop": null, "updateContext": null }, - "start": 20316, - "end": 20317, + "start": 20370, + "end": 20371, "loc": { "start": { - "line": 511, + "line": 512, "column": 24 }, "end": { - "line": 511, + "line": 512, "column": 25 } } @@ -303784,15 +305875,15 @@ "binop": null }, "value": "onDeviceError", - "start": 20317, - "end": 20330, + "start": 20371, + "end": 20384, "loc": { "start": { - "line": 511, + "line": 512, "column": 25 }, "end": { - "line": 511, + "line": 512, "column": 38 } } @@ -303810,15 +305901,15 @@ "binop": null, "updateContext": null }, - "start": 20330, - "end": 20331, + "start": 20384, + "end": 20385, "loc": { "start": { - "line": 511, + "line": 512, "column": 38 }, "end": { - "line": 511, + "line": 512, "column": 39 } } @@ -303836,15 +305927,15 @@ "binop": null }, "value": "bind", - "start": 20331, - "end": 20335, + "start": 20385, + "end": 20389, "loc": { "start": { - "line": 511, + "line": 512, "column": 39 }, "end": { - "line": 511, + "line": 512, "column": 43 } } @@ -303861,15 +305952,15 @@ "postfix": false, "binop": null }, - "start": 20335, - "end": 20336, + "start": 20389, + "end": 20390, "loc": { "start": { - "line": 511, + "line": 512, "column": 43 }, "end": { - "line": 511, + "line": 512, "column": 44 } } @@ -303889,15 +305980,15 @@ "updateContext": null }, "value": "this", - "start": 20336, - "end": 20340, + "start": 20390, + "end": 20394, "loc": { "start": { - "line": 511, + "line": 512, "column": 44 }, "end": { - "line": 511, + "line": 512, "column": 48 } } @@ -303914,15 +306005,15 @@ "postfix": false, "binop": null }, - "start": 20340, - "end": 20341, + "start": 20394, + "end": 20395, "loc": { "start": { - "line": 511, + "line": 512, "column": 48 }, "end": { - "line": 511, + "line": 512, "column": 49 } } @@ -303939,15 +306030,15 @@ "postfix": false, "binop": null }, - "start": 20358, - "end": 20359, + "start": 20412, + "end": 20413, "loc": { "start": { - "line": 512, + "line": 513, "column": 16 }, "end": { - "line": 512, + "line": 513, "column": 17 } } @@ -303965,15 +306056,15 @@ "binop": null, "updateContext": null }, - "start": 20359, - "end": 20360, + "start": 20413, + "end": 20414, "loc": { "start": { - "line": 512, + "line": 513, "column": 17 }, "end": { - "line": 512, + "line": 513, "column": 18 } } @@ -303993,15 +306084,15 @@ "updateContext": null }, "value": "break", - "start": 20377, - "end": 20382, + "start": 20431, + "end": 20436, "loc": { "start": { - "line": 513, + "line": 514, "column": 16 }, "end": { - "line": 513, + "line": 514, "column": 21 } } @@ -304019,15 +306110,15 @@ "binop": null, "updateContext": null }, - "start": 20382, - "end": 20383, + "start": 20436, + "end": 20437, "loc": { "start": { - "line": 513, + "line": 514, "column": 21 }, "end": { - "line": 513, + "line": 514, "column": 22 } } @@ -304047,15 +306138,15 @@ "updateContext": null }, "value": "case", - "start": 20397, - "end": 20401, + "start": 20451, + "end": 20455, "loc": { "start": { - "line": 515, + "line": 516, "column": 12 }, "end": { - "line": 515, + "line": 516, "column": 16 } } @@ -304073,15 +306164,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 20402, - "end": 20414, + "start": 20456, + "end": 20468, "loc": { "start": { - "line": 515, + "line": 516, "column": 17 }, "end": { - "line": 515, + "line": 516, "column": 29 } } @@ -304099,15 +306190,15 @@ "binop": null, "updateContext": null }, - "start": 20414, - "end": 20415, + "start": 20468, + "end": 20469, "loc": { "start": { - "line": 515, + "line": 516, "column": 29 }, "end": { - "line": 515, + "line": 516, "column": 30 } } @@ -304115,15 +306206,15 @@ { "type": "CommentLine", "value": " setup camera and microphone", - "start": 20432, - "end": 20462, + "start": 20486, + "end": 20516, "loc": { "start": { - "line": 516, + "line": 517, "column": 16 }, "end": { - "line": 516, + "line": 517, "column": 46 } } @@ -304143,15 +306234,15 @@ "updateContext": null }, "value": "this", - "start": 20479, - "end": 20483, + "start": 20533, + "end": 20537, "loc": { "start": { - "line": 517, + "line": 518, "column": 16 }, "end": { - "line": 517, + "line": 518, "column": 20 } } @@ -304169,15 +306260,15 @@ "binop": null, "updateContext": null }, - "start": 20483, - "end": 20484, + "start": 20537, + "end": 20538, "loc": { "start": { - "line": 517, + "line": 518, "column": 20 }, "end": { - "line": 517, + "line": 518, "column": 21 } } @@ -304195,15 +306286,15 @@ "binop": null }, "value": "mediaType", - "start": 20484, - "end": 20493, + "start": 20538, + "end": 20547, "loc": { "start": { - "line": 517, + "line": 518, "column": 21 }, "end": { - "line": 517, + "line": 518, "column": 30 } } @@ -304222,15 +306313,15 @@ "updateContext": null }, "value": "=", - "start": 20494, - "end": 20495, + "start": 20548, + "end": 20549, "loc": { "start": { - "line": 517, + "line": 518, "column": 31 }, "end": { - "line": 517, + "line": 518, "column": 32 } } @@ -304247,15 +306338,15 @@ "postfix": false, "binop": null }, - "start": 20496, - "end": 20497, + "start": 20550, + "end": 20551, "loc": { "start": { - "line": 517, + "line": 518, "column": 33 }, "end": { - "line": 517, + "line": 518, "column": 34 } } @@ -304273,15 +306364,15 @@ "binop": null }, "value": "audio", - "start": 20518, - "end": 20523, + "start": 20572, + "end": 20577, "loc": { "start": { - "line": 518, + "line": 519, "column": 20 }, "end": { - "line": 518, + "line": 519, "column": 25 } } @@ -304299,15 +306390,15 @@ "binop": null, "updateContext": null }, - "start": 20523, - "end": 20524, + "start": 20577, + "end": 20578, "loc": { "start": { - "line": 518, + "line": 519, "column": 25 }, "end": { - "line": 518, + "line": 519, "column": 26 } } @@ -304324,15 +306415,15 @@ "postfix": false, "binop": null }, - "start": 20525, - "end": 20526, + "start": 20579, + "end": 20580, "loc": { "start": { - "line": 518, + "line": 519, "column": 27 }, "end": { - "line": 518, + "line": 519, "column": 28 } } @@ -304352,15 +306443,15 @@ "updateContext": null }, "value": "this", - "start": 20526, - "end": 20530, + "start": 20580, + "end": 20584, "loc": { "start": { - "line": 518, + "line": 519, "column": 28 }, "end": { - "line": 518, + "line": 519, "column": 32 } } @@ -304378,15 +306469,15 @@ "binop": null, "updateContext": null }, - "start": 20530, - "end": 20531, + "start": 20584, + "end": 20585, "loc": { "start": { - "line": 518, + "line": 519, "column": 32 }, "end": { - "line": 518, + "line": 519, "column": 33 } } @@ -304404,15 +306495,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 20531, - "end": 20548, + "start": 20585, + "end": 20602, "loc": { "start": { - "line": 518, + "line": 519, "column": 33 }, "end": { - "line": 518, + "line": 519, "column": 50 } } @@ -304431,15 +306522,15 @@ "updateContext": null }, "value": "===", - "start": 20549, - "end": 20552, + "start": 20603, + "end": 20606, "loc": { "start": { - "line": 518, + "line": 519, "column": 51 }, "end": { - "line": 518, + "line": 519, "column": 54 } } @@ -304457,15 +306548,15 @@ "binop": null }, "value": "AUTO", - "start": 20553, - "end": 20557, + "start": 20607, + "end": 20611, "loc": { "start": { - "line": 518, + "line": 519, "column": 55 }, "end": { - "line": 518, + "line": 519, "column": 59 } } @@ -304482,15 +306573,15 @@ "postfix": false, "binop": null }, - "start": 20557, - "end": 20558, + "start": 20611, + "end": 20612, "loc": { "start": { - "line": 518, + "line": 519, "column": 59 }, "end": { - "line": 518, + "line": 519, "column": 60 } } @@ -304508,15 +306599,15 @@ "binop": null, "updateContext": null }, - "start": 20559, - "end": 20560, + "start": 20613, + "end": 20614, "loc": { "start": { - "line": 518, + "line": 519, "column": 61 }, "end": { - "line": 518, + "line": 519, "column": 62 } } @@ -304536,15 +306627,15 @@ "updateContext": null }, "value": "true", - "start": 20561, - "end": 20565, + "start": 20615, + "end": 20619, "loc": { "start": { - "line": 518, + "line": 519, "column": 63 }, "end": { - "line": 518, + "line": 519, "column": 67 } } @@ -304562,15 +306653,15 @@ "binop": null, "updateContext": null }, - "start": 20566, - "end": 20567, + "start": 20620, + "end": 20621, "loc": { "start": { - "line": 518, + "line": 519, "column": 68 }, "end": { - "line": 518, + "line": 519, "column": 69 } } @@ -304590,15 +306681,15 @@ "updateContext": null }, "value": "this", - "start": 20568, - "end": 20572, + "start": 20622, + "end": 20626, "loc": { "start": { - "line": 518, + "line": 519, "column": 70 }, "end": { - "line": 518, + "line": 519, "column": 74 } } @@ -304616,15 +306707,15 @@ "binop": null, "updateContext": null }, - "start": 20572, - "end": 20573, + "start": 20626, + "end": 20627, "loc": { "start": { - "line": 518, + "line": 519, "column": 74 }, "end": { - "line": 518, + "line": 519, "column": 75 } } @@ -304642,15 +306733,15 @@ "binop": null }, "value": "audioRecorderType", - "start": 20573, - "end": 20590, + "start": 20627, + "end": 20644, "loc": { "start": { - "line": 518, + "line": 519, "column": 75 }, "end": { - "line": 518, + "line": 519, "column": 92 } } @@ -304668,15 +306759,15 @@ "binop": null, "updateContext": null }, - "start": 20590, - "end": 20591, + "start": 20644, + "end": 20645, "loc": { "start": { - "line": 518, + "line": 519, "column": 92 }, "end": { - "line": 518, + "line": 519, "column": 93 } } @@ -304694,15 +306785,15 @@ "binop": null }, "value": "video", - "start": 20612, - "end": 20617, + "start": 20666, + "end": 20671, "loc": { "start": { - "line": 519, + "line": 520, "column": 20 }, "end": { - "line": 519, + "line": 520, "column": 25 } } @@ -304720,15 +306811,15 @@ "binop": null, "updateContext": null }, - "start": 20617, - "end": 20618, + "start": 20671, + "end": 20672, "loc": { "start": { - "line": 519, + "line": 520, "column": 25 }, "end": { - "line": 519, + "line": 520, "column": 26 } } @@ -304745,15 +306836,15 @@ "postfix": false, "binop": null }, - "start": 20619, - "end": 20620, + "start": 20673, + "end": 20674, "loc": { "start": { - "line": 519, + "line": 520, "column": 27 }, "end": { - "line": 519, + "line": 520, "column": 28 } } @@ -304773,15 +306864,15 @@ "updateContext": null }, "value": "this", - "start": 20620, - "end": 20624, + "start": 20674, + "end": 20678, "loc": { "start": { - "line": 519, + "line": 520, "column": 28 }, "end": { - "line": 519, + "line": 520, "column": 32 } } @@ -304799,15 +306890,15 @@ "binop": null, "updateContext": null }, - "start": 20624, - "end": 20625, + "start": 20678, + "end": 20679, "loc": { "start": { - "line": 519, + "line": 520, "column": 32 }, "end": { - "line": 519, + "line": 520, "column": 33 } } @@ -304825,15 +306916,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 20625, - "end": 20642, + "start": 20679, + "end": 20696, "loc": { "start": { - "line": 519, + "line": 520, "column": 33 }, "end": { - "line": 519, + "line": 520, "column": 50 } } @@ -304852,15 +306943,15 @@ "updateContext": null }, "value": "===", - "start": 20643, - "end": 20646, + "start": 20697, + "end": 20700, "loc": { "start": { - "line": 519, + "line": 520, "column": 51 }, "end": { - "line": 519, + "line": 520, "column": 54 } } @@ -304878,15 +306969,15 @@ "binop": null }, "value": "AUTO", - "start": 20647, - "end": 20651, + "start": 20701, + "end": 20705, "loc": { "start": { - "line": 519, + "line": 520, "column": 55 }, "end": { - "line": 519, + "line": 520, "column": 59 } } @@ -304903,15 +306994,15 @@ "postfix": false, "binop": null }, - "start": 20651, - "end": 20652, + "start": 20705, + "end": 20706, "loc": { "start": { - "line": 519, + "line": 520, "column": 59 }, "end": { - "line": 519, + "line": 520, "column": 60 } } @@ -304929,15 +307020,15 @@ "binop": null, "updateContext": null }, - "start": 20653, - "end": 20654, + "start": 20707, + "end": 20708, "loc": { "start": { - "line": 519, + "line": 520, "column": 61 }, "end": { - "line": 519, + "line": 520, "column": 62 } } @@ -304957,15 +307048,15 @@ "updateContext": null }, "value": "true", - "start": 20655, - "end": 20659, + "start": 20709, + "end": 20713, "loc": { "start": { - "line": 519, + "line": 520, "column": 63 }, "end": { - "line": 519, + "line": 520, "column": 67 } } @@ -304983,15 +307074,15 @@ "binop": null, "updateContext": null }, - "start": 20660, - "end": 20661, + "start": 20714, + "end": 20715, "loc": { "start": { - "line": 519, + "line": 520, "column": 68 }, "end": { - "line": 519, + "line": 520, "column": 69 } } @@ -305011,15 +307102,15 @@ "updateContext": null }, "value": "this", - "start": 20662, - "end": 20666, + "start": 20716, + "end": 20720, "loc": { "start": { - "line": 519, + "line": 520, "column": 70 }, "end": { - "line": 519, + "line": 520, "column": 74 } } @@ -305037,15 +307128,15 @@ "binop": null, "updateContext": null }, - "start": 20666, - "end": 20667, + "start": 20720, + "end": 20721, "loc": { "start": { - "line": 519, + "line": 520, "column": 74 }, "end": { - "line": 519, + "line": 520, "column": 75 } } @@ -305063,15 +307154,15 @@ "binop": null }, "value": "videoRecorderType", - "start": 20667, - "end": 20684, + "start": 20721, + "end": 20738, "loc": { "start": { - "line": 519, + "line": 520, "column": 75 }, "end": { - "line": 519, + "line": 520, "column": 92 } } @@ -305088,15 +307179,15 @@ "postfix": false, "binop": null }, - "start": 20701, - "end": 20702, + "start": 20755, + "end": 20756, "loc": { "start": { - "line": 520, + "line": 521, "column": 16 }, "end": { - "line": 520, + "line": 521, "column": 17 } } @@ -305114,15 +307205,15 @@ "binop": null, "updateContext": null }, - "start": 20702, - "end": 20703, + "start": 20756, + "end": 20757, "loc": { "start": { - "line": 520, + "line": 521, "column": 17 }, "end": { - "line": 520, + "line": 521, "column": 18 } } @@ -305142,15 +307233,15 @@ "updateContext": null }, "value": "let", - "start": 20720, - "end": 20723, + "start": 20774, + "end": 20777, "loc": { "start": { - "line": 521, + "line": 522, "column": 16 }, "end": { - "line": 521, + "line": 522, "column": 19 } } @@ -305168,15 +307259,15 @@ "binop": null }, "value": "audioScreenConstraints", - "start": 20724, - "end": 20746, + "start": 20778, + "end": 20800, "loc": { "start": { - "line": 521, + "line": 522, "column": 20 }, "end": { - "line": 521, + "line": 522, "column": 42 } } @@ -305195,15 +307286,15 @@ "updateContext": null }, "value": "=", - "start": 20747, - "end": 20748, + "start": 20801, + "end": 20802, "loc": { "start": { - "line": 521, + "line": 522, "column": 43 }, "end": { - "line": 521, + "line": 522, "column": 44 } } @@ -305220,15 +307311,15 @@ "postfix": false, "binop": null }, - "start": 20749, - "end": 20750, + "start": 20803, + "end": 20804, "loc": { "start": { - "line": 521, + "line": 522, "column": 45 }, "end": { - "line": 521, + "line": 522, "column": 46 } } @@ -305245,15 +307336,15 @@ "postfix": false, "binop": null }, - "start": 20750, - "end": 20751, + "start": 20804, + "end": 20805, "loc": { "start": { - "line": 521, + "line": 522, "column": 46 }, "end": { - "line": 521, + "line": 522, "column": 47 } } @@ -305271,15 +307362,15 @@ "binop": null, "updateContext": null }, - "start": 20751, - "end": 20752, + "start": 20805, + "end": 20806, "loc": { "start": { - "line": 521, + "line": 522, "column": 47 }, "end": { - "line": 521, + "line": 522, "column": 48 } } @@ -305299,15 +307390,15 @@ "updateContext": null }, "value": "if", - "start": 20769, - "end": 20771, + "start": 20823, + "end": 20825, "loc": { "start": { - "line": 522, + "line": 523, "column": 16 }, "end": { - "line": 522, + "line": 523, "column": 18 } } @@ -305324,15 +307415,15 @@ "postfix": false, "binop": null }, - "start": 20772, - "end": 20773, + "start": 20826, + "end": 20827, "loc": { "start": { - "line": 522, + "line": 523, "column": 19 }, "end": { - "line": 522, + "line": 523, "column": 20 } } @@ -305352,15 +307443,15 @@ "updateContext": null }, "value": "this", - "start": 20773, - "end": 20777, + "start": 20827, + "end": 20831, "loc": { "start": { - "line": 522, + "line": 523, "column": 20 }, "end": { - "line": 522, + "line": 523, "column": 24 } } @@ -305378,15 +307469,15 @@ "binop": null, "updateContext": null }, - "start": 20777, - "end": 20778, + "start": 20831, + "end": 20832, "loc": { "start": { - "line": 522, + "line": 523, "column": 24 }, "end": { - "line": 522, + "line": 523, "column": 25 } } @@ -305404,15 +307495,15 @@ "binop": null }, "value": "recordScreen", - "start": 20778, - "end": 20790, + "start": 20832, + "end": 20844, "loc": { "start": { - "line": 522, + "line": 523, "column": 25 }, "end": { - "line": 522, + "line": 523, "column": 37 } } @@ -305431,15 +307522,15 @@ "updateContext": null }, "value": "===", - "start": 20791, - "end": 20794, + "start": 20845, + "end": 20848, "loc": { "start": { - "line": 522, + "line": 523, "column": 38 }, "end": { - "line": 522, + "line": 523, "column": 41 } } @@ -305459,15 +307550,15 @@ "updateContext": null }, "value": "true", - "start": 20795, - "end": 20799, + "start": 20849, + "end": 20853, "loc": { "start": { - "line": 522, + "line": 523, "column": 42 }, "end": { - "line": 522, + "line": 523, "column": 46 } } @@ -305484,15 +307575,15 @@ "postfix": false, "binop": null }, - "start": 20799, - "end": 20800, + "start": 20853, + "end": 20854, "loc": { "start": { - "line": 522, + "line": 523, "column": 46 }, "end": { - "line": 522, + "line": 523, "column": 47 } } @@ -305509,15 +307600,15 @@ "postfix": false, "binop": null }, - "start": 20801, - "end": 20802, + "start": 20855, + "end": 20856, "loc": { "start": { - "line": 522, + "line": 523, "column": 48 }, "end": { - "line": 522, + "line": 523, "column": 49 } } @@ -305535,15 +307626,15 @@ "binop": null }, "value": "audioScreenConstraints", - "start": 20823, - "end": 20845, + "start": 20877, + "end": 20899, "loc": { "start": { - "line": 523, + "line": 524, "column": 20 }, "end": { - "line": 523, + "line": 524, "column": 42 } } @@ -305562,15 +307653,15 @@ "updateContext": null }, "value": "=", - "start": 20846, - "end": 20847, + "start": 20900, + "end": 20901, "loc": { "start": { - "line": 523, + "line": 524, "column": 43 }, "end": { - "line": 523, + "line": 524, "column": 44 } } @@ -305587,15 +307678,15 @@ "postfix": false, "binop": null }, - "start": 20848, - "end": 20849, + "start": 20902, + "end": 20903, "loc": { "start": { - "line": 523, + "line": 524, "column": 45 }, "end": { - "line": 523, + "line": 524, "column": 46 } } @@ -305613,15 +307704,15 @@ "binop": null }, "value": "video", - "start": 20874, - "end": 20879, + "start": 20928, + "end": 20933, "loc": { "start": { - "line": 524, + "line": 525, "column": 24 }, "end": { - "line": 524, + "line": 525, "column": 29 } } @@ -305639,15 +307730,15 @@ "binop": null, "updateContext": null }, - "start": 20879, - "end": 20880, + "start": 20933, + "end": 20934, "loc": { "start": { - "line": 524, + "line": 525, "column": 29 }, "end": { - "line": 524, + "line": 525, "column": 30 } } @@ -305667,15 +307758,15 @@ "updateContext": null }, "value": "true", - "start": 20881, - "end": 20885, + "start": 20935, + "end": 20939, "loc": { "start": { - "line": 524, + "line": 525, "column": 31 }, "end": { - "line": 524, + "line": 525, "column": 35 } } @@ -305683,15 +307774,15 @@ { "type": "CommentLine", "value": " needs to be true for it to work in Firefox", - "start": 20886, - "end": 20931, + "start": 20940, + "end": 20985, "loc": { "start": { - "line": 524, + "line": 525, "column": 36 }, "end": { - "line": 524, + "line": 525, "column": 81 } } @@ -305708,15 +307799,15 @@ "postfix": false, "binop": null }, - "start": 20952, - "end": 20953, + "start": 21006, + "end": 21007, "loc": { "start": { - "line": 525, + "line": 526, "column": 20 }, "end": { - "line": 525, + "line": 526, "column": 21 } } @@ -305734,15 +307825,15 @@ "binop": null, "updateContext": null }, - "start": 20953, - "end": 20954, + "start": 21007, + "end": 21008, "loc": { "start": { - "line": 525, + "line": 526, "column": 21 }, "end": { - "line": 525, + "line": 526, "column": 22 } } @@ -305759,15 +307850,15 @@ "postfix": false, "binop": null }, - "start": 20971, - "end": 20972, + "start": 21025, + "end": 21026, "loc": { "start": { - "line": 526, + "line": 527, "column": 16 }, "end": { - "line": 526, + "line": 527, "column": 17 } } @@ -305787,15 +307878,15 @@ "updateContext": null }, "value": "else", - "start": 20973, - "end": 20977, + "start": 21027, + "end": 21031, "loc": { "start": { - "line": 526, + "line": 527, "column": 18 }, "end": { - "line": 526, + "line": 527, "column": 22 } } @@ -305815,15 +307906,15 @@ "updateContext": null }, "value": "if", - "start": 20978, - "end": 20980, + "start": 21032, + "end": 21034, "loc": { "start": { - "line": 526, + "line": 527, "column": 23 }, "end": { - "line": 526, + "line": 527, "column": 25 } } @@ -305840,15 +307931,15 @@ "postfix": false, "binop": null }, - "start": 20981, - "end": 20982, + "start": 21035, + "end": 21036, "loc": { "start": { - "line": 526, + "line": 527, "column": 26 }, "end": { - "line": 526, + "line": 527, "column": 27 } } @@ -305868,15 +307959,15 @@ "updateContext": null }, "value": "typeof", - "start": 20982, - "end": 20988, + "start": 21036, + "end": 21042, "loc": { "start": { - "line": 526, + "line": 527, "column": 27 }, "end": { - "line": 526, + "line": 527, "column": 33 } } @@ -305896,15 +307987,15 @@ "updateContext": null }, "value": "this", - "start": 20989, - "end": 20993, + "start": 21043, + "end": 21047, "loc": { "start": { - "line": 526, + "line": 527, "column": 34 }, "end": { - "line": 526, + "line": 527, "column": 38 } } @@ -305922,15 +308013,15 @@ "binop": null, "updateContext": null }, - "start": 20993, - "end": 20994, + "start": 21047, + "end": 21048, "loc": { "start": { - "line": 526, + "line": 527, "column": 38 }, "end": { - "line": 526, + "line": 527, "column": 39 } } @@ -305948,15 +308039,15 @@ "binop": null }, "value": "recordScreen", - "start": 20994, - "end": 21006, + "start": 21048, + "end": 21060, "loc": { "start": { - "line": 526, + "line": 527, "column": 39 }, "end": { - "line": 526, + "line": 527, "column": 51 } } @@ -305975,15 +308066,15 @@ "updateContext": null }, "value": "===", - "start": 21007, - "end": 21010, + "start": 21061, + "end": 21064, "loc": { "start": { - "line": 526, + "line": 527, "column": 52 }, "end": { - "line": 526, + "line": 527, "column": 55 } } @@ -306002,15 +308093,15 @@ "updateContext": null }, "value": "object", - "start": 21011, - "end": 21019, + "start": 21065, + "end": 21073, "loc": { "start": { - "line": 526, + "line": 527, "column": 56 }, "end": { - "line": 526, + "line": 527, "column": 64 } } @@ -306029,15 +308120,15 @@ "updateContext": null }, "value": "&&", - "start": 21020, - "end": 21022, + "start": 21074, + "end": 21076, "loc": { "start": { - "line": 526, + "line": 527, "column": 65 }, "end": { - "line": 526, + "line": 527, "column": 67 } } @@ -306057,15 +308148,15 @@ "updateContext": null }, "value": "this", - "start": 21043, - "end": 21047, + "start": 21097, + "end": 21101, "loc": { "start": { - "line": 527, + "line": 528, "column": 20 }, "end": { - "line": 527, + "line": 528, "column": 24 } } @@ -306083,15 +308174,15 @@ "binop": null, "updateContext": null }, - "start": 21047, - "end": 21048, + "start": 21101, + "end": 21102, "loc": { "start": { - "line": 527, + "line": 528, "column": 24 }, "end": { - "line": 527, + "line": 528, "column": 25 } } @@ -306109,15 +308200,15 @@ "binop": null }, "value": "recordScreen", - "start": 21048, - "end": 21060, + "start": 21102, + "end": 21114, "loc": { "start": { - "line": 527, + "line": 528, "column": 25 }, "end": { - "line": 527, + "line": 528, "column": 37 } } @@ -306135,15 +308226,15 @@ "binop": null, "updateContext": null }, - "start": 21060, - "end": 21061, + "start": 21114, + "end": 21115, "loc": { "start": { - "line": 527, + "line": 528, "column": 37 }, "end": { - "line": 527, + "line": 528, "column": 38 } } @@ -306161,15 +308252,15 @@ "binop": null }, "value": "constructor", - "start": 21061, - "end": 21072, + "start": 21115, + "end": 21126, "loc": { "start": { - "line": 527, + "line": 528, "column": 38 }, "end": { - "line": 527, + "line": 528, "column": 49 } } @@ -306188,15 +308279,15 @@ "updateContext": null }, "value": "===", - "start": 21073, - "end": 21076, + "start": 21127, + "end": 21130, "loc": { "start": { - "line": 527, + "line": 528, "column": 50 }, "end": { - "line": 527, + "line": 528, "column": 53 } } @@ -306214,15 +308305,15 @@ "binop": null }, "value": "Object", - "start": 21077, - "end": 21083, + "start": 21131, + "end": 21137, "loc": { "start": { - "line": 527, + "line": 528, "column": 54 }, "end": { - "line": 527, + "line": 528, "column": 60 } } @@ -306239,15 +308330,15 @@ "postfix": false, "binop": null }, - "start": 21083, - "end": 21084, + "start": 21137, + "end": 21138, "loc": { "start": { - "line": 527, + "line": 528, "column": 60 }, "end": { - "line": 527, + "line": 528, "column": 61 } } @@ -306264,15 +308355,15 @@ "postfix": false, "binop": null }, - "start": 21085, - "end": 21086, + "start": 21139, + "end": 21140, "loc": { "start": { - "line": 527, + "line": 528, "column": 62 }, "end": { - "line": 527, + "line": 528, "column": 63 } } @@ -306290,15 +308381,15 @@ "binop": null }, "value": "audioScreenConstraints", - "start": 21107, - "end": 21129, + "start": 21161, + "end": 21183, "loc": { "start": { - "line": 528, + "line": 529, "column": 20 }, "end": { - "line": 528, + "line": 529, "column": 42 } } @@ -306317,15 +308408,15 @@ "updateContext": null }, "value": "=", - "start": 21130, - "end": 21131, + "start": 21184, + "end": 21185, "loc": { "start": { - "line": 528, + "line": 529, "column": 43 }, "end": { - "line": 528, + "line": 529, "column": 44 } } @@ -306345,15 +308436,15 @@ "updateContext": null }, "value": "this", - "start": 21132, - "end": 21136, + "start": 21186, + "end": 21190, "loc": { "start": { - "line": 528, + "line": 529, "column": 45 }, "end": { - "line": 528, + "line": 529, "column": 49 } } @@ -306371,15 +308462,15 @@ "binop": null, "updateContext": null }, - "start": 21136, - "end": 21137, + "start": 21190, + "end": 21191, "loc": { "start": { - "line": 528, + "line": 529, "column": 49 }, "end": { - "line": 528, + "line": 529, "column": 50 } } @@ -306397,15 +308488,15 @@ "binop": null }, "value": "recordScreen", - "start": 21137, - "end": 21149, + "start": 21191, + "end": 21203, "loc": { "start": { - "line": 528, + "line": 529, "column": 50 }, "end": { - "line": 528, + "line": 529, "column": 62 } } @@ -306423,15 +308514,15 @@ "binop": null, "updateContext": null }, - "start": 21149, - "end": 21150, + "start": 21203, + "end": 21204, "loc": { "start": { - "line": 528, + "line": 529, "column": 62 }, "end": { - "line": 528, + "line": 529, "column": 63 } } @@ -306448,15 +308539,15 @@ "postfix": false, "binop": null }, - "start": 21167, - "end": 21168, + "start": 21221, + "end": 21222, "loc": { "start": { - "line": 529, + "line": 530, "column": 16 }, "end": { - "line": 529, + "line": 530, "column": 17 } } @@ -306474,15 +308565,15 @@ "binop": null }, "value": "navigator", - "start": 21185, - "end": 21194, + "start": 21239, + "end": 21248, "loc": { "start": { - "line": 530, + "line": 531, "column": 16 }, "end": { - "line": 530, + "line": 531, "column": 25 } } @@ -306500,15 +308591,15 @@ "binop": null, "updateContext": null }, - "start": 21194, - "end": 21195, + "start": 21248, + "end": 21249, "loc": { "start": { - "line": 530, + "line": 531, "column": 25 }, "end": { - "line": 530, + "line": 531, "column": 26 } } @@ -306526,15 +308617,15 @@ "binop": null }, "value": "mediaDevices", - "start": 21195, - "end": 21207, + "start": 21249, + "end": 21261, "loc": { "start": { - "line": 530, + "line": 531, "column": 26 }, "end": { - "line": 530, + "line": 531, "column": 38 } } @@ -306552,15 +308643,15 @@ "binop": null, "updateContext": null }, - "start": 21207, - "end": 21208, + "start": 21261, + "end": 21262, "loc": { "start": { - "line": 530, + "line": 531, "column": 38 }, "end": { - "line": 530, + "line": 531, "column": 39 } } @@ -306578,15 +308669,15 @@ "binop": null }, "value": "getDisplayMedia", - "start": 21208, - "end": 21223, + "start": 21262, + "end": 21277, "loc": { "start": { - "line": 530, + "line": 531, "column": 39 }, "end": { - "line": 530, + "line": 531, "column": 54 } } @@ -306603,15 +308694,15 @@ "postfix": false, "binop": null }, - "start": 21223, - "end": 21224, + "start": 21277, + "end": 21278, "loc": { "start": { - "line": 530, + "line": 531, "column": 54 }, "end": { - "line": 530, + "line": 531, "column": 55 } } @@ -306629,15 +308720,15 @@ "binop": null }, "value": "audioScreenConstraints", - "start": 21224, - "end": 21246, + "start": 21278, + "end": 21300, "loc": { "start": { - "line": 530, + "line": 531, "column": 55 }, "end": { - "line": 530, + "line": 531, "column": 77 } } @@ -306654,15 +308745,15 @@ "postfix": false, "binop": null }, - "start": 21246, - "end": 21247, + "start": 21300, + "end": 21301, "loc": { "start": { - "line": 530, + "line": 531, "column": 77 }, "end": { - "line": 530, + "line": 531, "column": 78 } } @@ -306680,15 +308771,15 @@ "binop": null, "updateContext": null }, - "start": 21247, - "end": 21248, + "start": 21301, + "end": 21302, "loc": { "start": { - "line": 530, + "line": 531, "column": 78 }, "end": { - "line": 530, + "line": 531, "column": 79 } } @@ -306706,15 +308797,15 @@ "binop": null }, "value": "then", - "start": 21248, - "end": 21252, + "start": 21302, + "end": 21306, "loc": { "start": { - "line": 530, + "line": 531, "column": 79 }, "end": { - "line": 530, + "line": 531, "column": 83 } } @@ -306731,15 +308822,15 @@ "postfix": false, "binop": null }, - "start": 21252, - "end": 21253, + "start": 21306, + "end": 21307, "loc": { "start": { - "line": 530, + "line": 531, "column": 83 }, "end": { - "line": 530, + "line": 531, "column": 84 } } @@ -306757,15 +308848,15 @@ "binop": null }, "value": "screenStream", - "start": 21253, - "end": 21265, + "start": 21307, + "end": 21319, "loc": { "start": { - "line": 530, + "line": 531, "column": 84 }, "end": { - "line": 530, + "line": 531, "column": 96 } } @@ -306783,15 +308874,15 @@ "binop": null, "updateContext": null }, - "start": 21266, - "end": 21268, + "start": 21320, + "end": 21322, "loc": { "start": { - "line": 530, + "line": 531, "column": 97 }, "end": { - "line": 530, + "line": 531, "column": 99 } } @@ -306808,15 +308899,15 @@ "postfix": false, "binop": null }, - "start": 21269, - "end": 21270, + "start": 21323, + "end": 21324, "loc": { "start": { - "line": 530, + "line": 531, "column": 100 }, "end": { - "line": 530, + "line": 531, "column": 101 } } @@ -306834,15 +308925,15 @@ "binop": null }, "value": "navigator", - "start": 21291, - "end": 21300, + "start": 21345, + "end": 21354, "loc": { "start": { - "line": 531, + "line": 532, "column": 20 }, "end": { - "line": 531, + "line": 532, "column": 29 } } @@ -306860,15 +308951,15 @@ "binop": null, "updateContext": null }, - "start": 21300, - "end": 21301, + "start": 21354, + "end": 21355, "loc": { "start": { - "line": 531, + "line": 532, "column": 29 }, "end": { - "line": 531, + "line": 532, "column": 30 } } @@ -306886,15 +308977,15 @@ "binop": null }, "value": "mediaDevices", - "start": 21301, - "end": 21313, + "start": 21355, + "end": 21367, "loc": { "start": { - "line": 531, + "line": 532, "column": 30 }, "end": { - "line": 531, + "line": 532, "column": 42 } } @@ -306912,15 +309003,15 @@ "binop": null, "updateContext": null }, - "start": 21313, - "end": 21314, + "start": 21367, + "end": 21368, "loc": { "start": { - "line": 531, + "line": 532, "column": 42 }, "end": { - "line": 531, + "line": 532, "column": 43 } } @@ -306938,15 +309029,15 @@ "binop": null }, "value": "getUserMedia", - "start": 21314, - "end": 21326, + "start": 21368, + "end": 21380, "loc": { "start": { - "line": 531, + "line": 532, "column": 43 }, "end": { - "line": 531, + "line": 532, "column": 55 } } @@ -306963,15 +309054,15 @@ "postfix": false, "binop": null }, - "start": 21326, - "end": 21327, + "start": 21380, + "end": 21381, "loc": { "start": { - "line": 531, + "line": 532, "column": 55 }, "end": { - "line": 531, + "line": 532, "column": 56 } } @@ -306988,15 +309079,15 @@ "postfix": false, "binop": null }, - "start": 21327, - "end": 21328, + "start": 21381, + "end": 21382, "loc": { "start": { - "line": 531, + "line": 532, "column": 56 }, "end": { - "line": 531, + "line": 532, "column": 57 } } @@ -307014,15 +309105,15 @@ "binop": null }, "value": "audio", - "start": 21353, - "end": 21358, + "start": 21407, + "end": 21412, "loc": { "start": { - "line": 532, + "line": 533, "column": 24 }, "end": { - "line": 532, + "line": 533, "column": 29 } } @@ -307040,15 +309131,15 @@ "binop": null, "updateContext": null }, - "start": 21358, - "end": 21359, + "start": 21412, + "end": 21413, "loc": { "start": { - "line": 532, + "line": 533, "column": 29 }, "end": { - "line": 532, + "line": 533, "column": 30 } } @@ -307068,15 +309159,15 @@ "updateContext": null }, "value": "this", - "start": 21360, - "end": 21364, + "start": 21414, + "end": 21418, "loc": { "start": { - "line": 532, + "line": 533, "column": 31 }, "end": { - "line": 532, + "line": 533, "column": 35 } } @@ -307094,15 +309185,15 @@ "binop": null, "updateContext": null }, - "start": 21364, - "end": 21365, + "start": 21418, + "end": 21419, "loc": { "start": { - "line": 532, + "line": 533, "column": 35 }, "end": { - "line": 532, + "line": 533, "column": 36 } } @@ -307120,15 +309211,15 @@ "binop": null }, "value": "recordAudio", - "start": 21365, - "end": 21376, + "start": 21419, + "end": 21430, "loc": { "start": { - "line": 532, + "line": 533, "column": 36 }, "end": { - "line": 532, + "line": 533, "column": 47 } } @@ -307145,15 +309236,15 @@ "postfix": false, "binop": null }, - "start": 21397, - "end": 21398, + "start": 21451, + "end": 21452, "loc": { "start": { - "line": 533, + "line": 534, "column": 20 }, "end": { - "line": 533, + "line": 534, "column": 21 } } @@ -307170,15 +309261,15 @@ "postfix": false, "binop": null }, - "start": 21398, - "end": 21399, + "start": 21452, + "end": 21453, "loc": { "start": { - "line": 533, + "line": 534, "column": 21 }, "end": { - "line": 533, + "line": 534, "column": 22 } } @@ -307196,15 +309287,15 @@ "binop": null, "updateContext": null }, - "start": 21399, - "end": 21400, + "start": 21453, + "end": 21454, "loc": { "start": { - "line": 533, + "line": 534, "column": 22 }, "end": { - "line": 533, + "line": 534, "column": 23 } } @@ -307222,15 +309313,15 @@ "binop": null }, "value": "then", - "start": 21400, - "end": 21404, + "start": 21454, + "end": 21458, "loc": { "start": { - "line": 533, + "line": 534, "column": 23 }, "end": { - "line": 533, + "line": 534, "column": 27 } } @@ -307247,15 +309338,15 @@ "postfix": false, "binop": null }, - "start": 21404, - "end": 21405, + "start": 21458, + "end": 21459, "loc": { "start": { - "line": 533, + "line": 534, "column": 27 }, "end": { - "line": 533, + "line": 534, "column": 28 } } @@ -307272,15 +309363,15 @@ "postfix": false, "binop": null }, - "start": 21405, - "end": 21406, + "start": 21459, + "end": 21460, "loc": { "start": { - "line": 533, + "line": 534, "column": 28 }, "end": { - "line": 533, + "line": 534, "column": 29 } } @@ -307298,15 +309389,15 @@ "binop": null }, "value": "mic", - "start": 21406, - "end": 21409, + "start": 21460, + "end": 21463, "loc": { "start": { - "line": 533, + "line": 534, "column": 29 }, "end": { - "line": 533, + "line": 534, "column": 32 } } @@ -307323,15 +309414,15 @@ "postfix": false, "binop": null }, - "start": 21409, - "end": 21410, + "start": 21463, + "end": 21464, "loc": { "start": { - "line": 533, + "line": 534, "column": 32 }, "end": { - "line": 533, + "line": 534, "column": 33 } } @@ -307349,15 +309440,15 @@ "binop": null, "updateContext": null }, - "start": 21411, - "end": 21413, + "start": 21465, + "end": 21467, "loc": { "start": { - "line": 533, + "line": 534, "column": 34 }, "end": { - "line": 533, + "line": 534, "column": 36 } } @@ -307374,15 +309465,15 @@ "postfix": false, "binop": null }, - "start": 21414, - "end": 21415, + "start": 21468, + "end": 21469, "loc": { "start": { - "line": 533, + "line": 534, "column": 37 }, "end": { - "line": 533, + "line": 534, "column": 38 } } @@ -307390,15 +309481,15 @@ { "type": "CommentLine", "value": " join microphone track with screencast stream (order matters)", - "start": 21440, - "end": 21503, + "start": 21494, + "end": 21557, "loc": { "start": { - "line": 534, + "line": 535, "column": 24 }, "end": { - "line": 534, + "line": 535, "column": 87 } } @@ -307416,15 +309507,15 @@ "binop": null }, "value": "screenStream", - "start": 21528, - "end": 21540, + "start": 21582, + "end": 21594, "loc": { "start": { - "line": 535, + "line": 536, "column": 24 }, "end": { - "line": 535, + "line": 536, "column": 36 } } @@ -307442,15 +309533,15 @@ "binop": null, "updateContext": null }, - "start": 21540, - "end": 21541, + "start": 21594, + "end": 21595, "loc": { "start": { - "line": 535, + "line": 536, "column": 36 }, "end": { - "line": 535, + "line": 536, "column": 37 } } @@ -307468,15 +309559,15 @@ "binop": null }, "value": "addTrack", - "start": 21541, - "end": 21549, + "start": 21595, + "end": 21603, "loc": { "start": { - "line": 535, + "line": 536, "column": 37 }, "end": { - "line": 535, + "line": 536, "column": 45 } } @@ -307493,15 +309584,15 @@ "postfix": false, "binop": null }, - "start": 21549, - "end": 21550, + "start": 21603, + "end": 21604, "loc": { "start": { - "line": 535, + "line": 536, "column": 45 }, "end": { - "line": 535, + "line": 536, "column": 46 } } @@ -307519,15 +309610,15 @@ "binop": null }, "value": "mic", - "start": 21550, - "end": 21553, + "start": 21604, + "end": 21607, "loc": { "start": { - "line": 535, + "line": 536, "column": 46 }, "end": { - "line": 535, + "line": 536, "column": 49 } } @@ -307545,15 +309636,15 @@ "binop": null, "updateContext": null }, - "start": 21553, - "end": 21554, + "start": 21607, + "end": 21608, "loc": { "start": { - "line": 535, + "line": 536, "column": 49 }, "end": { - "line": 535, + "line": 536, "column": 50 } } @@ -307571,15 +309662,15 @@ "binop": null }, "value": "getTracks", - "start": 21554, - "end": 21563, + "start": 21608, + "end": 21617, "loc": { "start": { - "line": 535, + "line": 536, "column": 50 }, "end": { - "line": 535, + "line": 536, "column": 59 } } @@ -307596,15 +309687,15 @@ "postfix": false, "binop": null }, - "start": 21563, - "end": 21564, + "start": 21617, + "end": 21618, "loc": { "start": { - "line": 535, + "line": 536, "column": 59 }, "end": { - "line": 535, + "line": 536, "column": 60 } } @@ -307621,15 +309712,15 @@ "postfix": false, "binop": null }, - "start": 21564, - "end": 21565, + "start": 21618, + "end": 21619, "loc": { "start": { - "line": 535, + "line": 536, "column": 60 }, "end": { - "line": 535, + "line": 536, "column": 61 } } @@ -307647,15 +309738,15 @@ "binop": null, "updateContext": null }, - "start": 21565, - "end": 21566, + "start": 21619, + "end": 21620, "loc": { "start": { - "line": 535, + "line": 536, "column": 61 }, "end": { - "line": 535, + "line": 536, "column": 62 } } @@ -307674,15 +309765,15 @@ "updateContext": null }, "value": 0, - "start": 21566, - "end": 21567, + "start": 21620, + "end": 21621, "loc": { "start": { - "line": 535, + "line": 536, "column": 62 }, "end": { - "line": 535, + "line": 536, "column": 63 } } @@ -307700,15 +309791,15 @@ "binop": null, "updateContext": null }, - "start": 21567, - "end": 21568, + "start": 21621, + "end": 21622, "loc": { "start": { - "line": 535, + "line": 536, "column": 63 }, "end": { - "line": 535, + "line": 536, "column": 64 } } @@ -307725,15 +309816,15 @@ "postfix": false, "binop": null }, - "start": 21568, - "end": 21569, + "start": 21622, + "end": 21623, "loc": { "start": { - "line": 535, + "line": 536, "column": 64 }, "end": { - "line": 535, + "line": 536, "column": 65 } } @@ -307751,15 +309842,15 @@ "binop": null, "updateContext": null }, - "start": 21569, - "end": 21570, + "start": 21623, + "end": 21624, "loc": { "start": { - "line": 535, + "line": 536, "column": 65 }, "end": { - "line": 535, + "line": 536, "column": 66 } } @@ -307779,15 +309870,15 @@ "updateContext": null }, "value": "this", - "start": 21595, - "end": 21599, + "start": 21649, + "end": 21653, "loc": { "start": { - "line": 536, + "line": 537, "column": 24 }, "end": { - "line": 536, + "line": 537, "column": 28 } } @@ -307805,15 +309896,15 @@ "binop": null, "updateContext": null }, - "start": 21599, - "end": 21600, + "start": 21653, + "end": 21654, "loc": { "start": { - "line": 536, + "line": 537, "column": 28 }, "end": { - "line": 536, + "line": 537, "column": 29 } } @@ -307831,15 +309922,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 21600, - "end": 21613, + "start": 21654, + "end": 21667, "loc": { "start": { - "line": 536, + "line": 537, "column": 29 }, "end": { - "line": 536, + "line": 537, "column": 42 } } @@ -307857,15 +309948,15 @@ "binop": null, "updateContext": null }, - "start": 21613, - "end": 21614, + "start": 21667, + "end": 21668, "loc": { "start": { - "line": 536, + "line": 537, "column": 42 }, "end": { - "line": 536, + "line": 537, "column": 43 } } @@ -307883,15 +309974,15 @@ "binop": null }, "value": "bind", - "start": 21614, - "end": 21618, + "start": 21668, + "end": 21672, "loc": { "start": { - "line": 536, + "line": 537, "column": 43 }, "end": { - "line": 536, + "line": 537, "column": 47 } } @@ -307908,15 +309999,15 @@ "postfix": false, "binop": null }, - "start": 21618, - "end": 21619, + "start": 21672, + "end": 21673, "loc": { "start": { - "line": 536, + "line": 537, "column": 47 }, "end": { - "line": 536, + "line": 537, "column": 48 } } @@ -307936,15 +310027,15 @@ "updateContext": null }, "value": "this", - "start": 21619, - "end": 21623, + "start": 21673, + "end": 21677, "loc": { "start": { - "line": 536, + "line": 537, "column": 48 }, "end": { - "line": 536, + "line": 537, "column": 52 } } @@ -307961,15 +310052,15 @@ "postfix": false, "binop": null }, - "start": 21623, - "end": 21624, + "start": 21677, + "end": 21678, "loc": { "start": { - "line": 536, + "line": 537, "column": 52 }, "end": { - "line": 536, + "line": 537, "column": 53 } } @@ -307986,15 +310077,15 @@ "postfix": false, "binop": null }, - "start": 21624, - "end": 21625, + "start": 21678, + "end": 21679, "loc": { "start": { - "line": 536, + "line": 537, "column": 53 }, "end": { - "line": 536, + "line": 537, "column": 54 } } @@ -308012,15 +310103,15 @@ "binop": null }, "value": "screenStream", - "start": 21625, - "end": 21637, + "start": 21679, + "end": 21691, "loc": { "start": { - "line": 536, + "line": 537, "column": 54 }, "end": { - "line": 536, + "line": 537, "column": 66 } } @@ -308037,15 +310128,15 @@ "postfix": false, "binop": null }, - "start": 21637, - "end": 21638, + "start": 21691, + "end": 21692, "loc": { "start": { - "line": 536, + "line": 537, "column": 66 }, "end": { - "line": 536, + "line": 537, "column": 67 } } @@ -308063,15 +310154,15 @@ "binop": null, "updateContext": null }, - "start": 21638, - "end": 21639, + "start": 21692, + "end": 21693, "loc": { "start": { - "line": 536, + "line": 537, "column": 67 }, "end": { - "line": 536, + "line": 537, "column": 68 } } @@ -308088,15 +310179,15 @@ "postfix": false, "binop": null }, - "start": 21660, - "end": 21661, + "start": 21714, + "end": 21715, "loc": { "start": { - "line": 537, + "line": 538, "column": 20 }, "end": { - "line": 537, + "line": 538, "column": 21 } } @@ -308113,15 +310204,15 @@ "postfix": false, "binop": null }, - "start": 21661, - "end": 21662, + "start": 21715, + "end": 21716, "loc": { "start": { - "line": 537, + "line": 538, "column": 21 }, "end": { - "line": 537, + "line": 538, "column": 22 } } @@ -308139,15 +310230,15 @@ "binop": null, "updateContext": null }, - "start": 21662, - "end": 21663, + "start": 21716, + "end": 21717, "loc": { "start": { - "line": 537, + "line": 538, "column": 22 }, "end": { - "line": 537, + "line": 538, "column": 23 } } @@ -308167,15 +310258,15 @@ "updateContext": null }, "value": "catch", - "start": 21663, - "end": 21668, + "start": 21717, + "end": 21722, "loc": { "start": { - "line": 537, + "line": 538, "column": 23 }, "end": { - "line": 537, + "line": 538, "column": 28 } } @@ -308192,78 +310283,75 @@ "postfix": false, "binop": null }, - "start": 21668, - "end": 21669, + "start": 21722, + "end": 21723, "loc": { "start": { - "line": 537, + "line": 538, "column": 28 }, "end": { - "line": 537, + "line": 538, "column": 29 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, + "label": "(", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "this", - "start": 21694, - "end": 21698, + "start": 21723, + "end": 21724, "loc": { "start": { "line": 538, - "column": 24 + "column": 29 }, "end": { "line": 538, - "column": 28 + "column": 30 } } }, { "type": { - "label": ".", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 21698, - "end": 21699, + "value": "code", + "start": 21724, + "end": 21728, "loc": { "start": { "line": 538, - "column": 28 + "column": 30 }, "end": { "line": 538, - "column": 29 + "column": 34 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -308271,24 +310359,23 @@ "postfix": false, "binop": null }, - "value": "onDeviceError", - "start": 21699, - "end": 21712, + "start": 21728, + "end": 21729, "loc": { "start": { "line": 538, - "column": 29 + "column": 34 }, "end": { "line": 538, - "column": 42 + "column": 35 } } }, { "type": { - "label": ".", - "beforeExpr": false, + "label": "=>", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -308298,23 +310385,23 @@ "binop": null, "updateContext": null }, - "start": 21712, - "end": 21713, + "start": 21730, + "end": 21732, "loc": { "start": { "line": 538, - "column": 42 + "column": 36 }, "end": { "line": 538, - "column": 43 + "column": 38 } } }, { "type": { - "label": "name", - "beforeExpr": false, + "label": "{", + "beforeExpr": true, "startsExpr": true, "rightAssociative": false, "isLoop": false, @@ -308323,17 +310410,76 @@ "postfix": false, "binop": null }, - "value": "bind", - "start": 21713, - "end": 21717, + "start": 21733, + "end": 21734, "loc": { "start": { "line": 538, - "column": 43 + "column": 39 }, "end": { "line": 538, - "column": 47 + "column": 40 + } + } + }, + { + "type": "CommentLine", + "value": " here the screen sharing is in progress as successful result of navigator.mediaDevices.getDisplayMedia and", + "start": 21759, + "end": 21867, + "loc": { + "start": { + "line": 539, + "column": 24 + }, + "end": { + "line": 539, + "column": 132 + } + } + }, + { + "type": "CommentLine", + "value": " needs to be stopped because microphone permissions are not acquired by navigator.mediaDevices.getUserMedia", + "start": 21892, + "end": 22001, + "loc": { + "start": { + "line": 540, + "column": 24 + }, + "end": { + "line": 540, + "column": 133 + } + } + }, + { + "type": { + "label": "if", + "keyword": "if", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "if", + "start": 22026, + "end": 22028, + "loc": { + "start": { + "line": 541, + "column": 24 + }, + "end": { + "line": 541, + "column": 26 } } }, @@ -308349,23 +310495,22 @@ "postfix": false, "binop": null }, - "start": 21717, - "end": 21718, + "start": 22029, + "end": 22030, "loc": { "start": { - "line": 538, - "column": 47 + "line": 541, + "column": 27 }, "end": { - "line": 538, - "column": 48 + "line": 541, + "column": 28 } } }, { "type": { - "label": "this", - "keyword": "this", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -308373,28 +310518,53 @@ "isAssign": false, "prefix": false, "postfix": false, + "binop": null + }, + "value": "screenStream", + "start": 22030, + "end": 22042, + "loc": { + "start": { + "line": 541, + "column": 28 + }, + "end": { + "line": 541, + "column": 40 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, "binop": null, "updateContext": null }, - "value": "this", - "start": 21718, - "end": 21722, + "start": 22042, + "end": 22043, "loc": { "start": { - "line": 538, - "column": 48 + "line": 541, + "column": 40 }, "end": { - "line": 538, - "column": 52 + "line": 541, + "column": 41 } } }, { "type": { - "label": ")", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -308402,16 +310572,17 @@ "postfix": false, "binop": null }, - "start": 21722, - "end": 21723, + "value": "active", + "start": 22043, + "end": 22049, "loc": { "start": { - "line": 538, - "column": 52 + "line": 541, + "column": 41 }, "end": { - "line": 538, - "column": 53 + "line": 541, + "column": 47 } } }, @@ -308427,23 +310598,74 @@ "postfix": false, "binop": null }, - "start": 21744, - "end": 21745, + "start": 22049, + "end": 22050, "loc": { "start": { - "line": 539, - "column": 20 + "line": 541, + "column": 47 }, "end": { - "line": 539, - "column": 21 + "line": 541, + "column": 48 } } }, { "type": { - "label": ";", + "label": "{", "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 22051, + "end": 22052, + "loc": { + "start": { + "line": 541, + "column": 49 + }, + "end": { + "line": 541, + "column": 50 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "screenStream", + "start": 22081, + "end": 22093, + "loc": { + "start": { + "line": 542, + "column": 28 + }, + "end": { + "line": 542, + "column": 40 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -308453,24 +310675,24 @@ "binop": null, "updateContext": null }, - "start": 21745, - "end": 21746, + "start": 22093, + "end": 22094, "loc": { "start": { - "line": 539, - "column": 21 + "line": 542, + "column": 40 }, "end": { - "line": 539, - "column": 22 + "line": 542, + "column": 41 } } }, { "type": { - "label": "}", + "label": "name", "beforeExpr": false, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -308478,24 +310700,25 @@ "postfix": false, "binop": null }, - "start": 21763, - "end": 21764, + "value": "stop", + "start": 22094, + "end": 22098, "loc": { "start": { - "line": 540, - "column": 16 + "line": 542, + "column": 41 }, "end": { - "line": 540, - "column": 17 + "line": 542, + "column": 45 } } }, { "type": { - "label": ")", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -308503,22 +310726,22 @@ "postfix": false, "binop": null }, - "start": 21764, - "end": 21765, + "start": 22098, + "end": 22099, "loc": { "start": { - "line": 540, - "column": 17 + "line": 542, + "column": 45 }, "end": { - "line": 540, - "column": 18 + "line": 542, + "column": 46 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -308526,27 +310749,25 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 21765, - "end": 21766, + "start": 22099, + "end": 22100, "loc": { "start": { - "line": 540, - "column": 18 + "line": 542, + "column": 46 }, "end": { - "line": 540, - "column": 19 + "line": 542, + "column": 47 } } }, { "type": { - "label": "catch", - "keyword": "catch", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -308556,25 +310777,24 @@ "binop": null, "updateContext": null }, - "value": "catch", - "start": 21766, - "end": 21771, + "start": 22100, + "end": 22101, "loc": { "start": { - "line": 540, - "column": 19 + "line": 542, + "column": 47 }, "end": { - "line": 540, - "column": 24 + "line": 542, + "column": 48 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": "}", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -308582,15 +310802,15 @@ "postfix": false, "binop": null }, - "start": 21771, - "end": 21772, + "start": 22126, + "end": 22127, "loc": { "start": { - "line": 540, + "line": 543, "column": 24 }, "end": { - "line": 540, + "line": 543, "column": 25 } } @@ -308610,16 +310830,16 @@ "updateContext": null }, "value": "this", - "start": 21793, - "end": 21797, + "start": 22152, + "end": 22156, "loc": { "start": { - "line": 541, - "column": 20 + "line": 544, + "column": 24 }, "end": { - "line": 541, - "column": 24 + "line": 544, + "column": 28 } } }, @@ -308636,16 +310856,16 @@ "binop": null, "updateContext": null }, - "start": 21797, - "end": 21798, + "start": 22156, + "end": 22157, "loc": { "start": { - "line": 541, - "column": 24 + "line": 544, + "column": 28 }, "end": { - "line": 541, - "column": 25 + "line": 544, + "column": 29 } } }, @@ -308662,42 +310882,41 @@ "binop": null }, "value": "onDeviceError", - "start": 21798, - "end": 21811, + "start": 22157, + "end": 22170, "loc": { "start": { - "line": 541, - "column": 25 + "line": 544, + "column": 29 }, "end": { - "line": 541, - "column": 38 + "line": 544, + "column": 42 } } }, { "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, + "label": "(", + "beforeExpr": true, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 21811, - "end": 21812, + "start": 22170, + "end": 22171, "loc": { "start": { - "line": 541, - "column": 38 + "line": 544, + "column": 42 }, "end": { - "line": 541, - "column": 39 + "line": 544, + "column": 43 } } }, @@ -308713,25 +310932,25 @@ "postfix": false, "binop": null }, - "value": "bind", - "start": 21812, - "end": 21816, + "value": "code", + "start": 22171, + "end": 22175, "loc": { "start": { - "line": 541, - "column": 39 + "line": 544, + "column": 43 }, "end": { - "line": 541, - "column": 43 + "line": 544, + "column": 47 } } }, { "type": { - "label": "(", - "beforeExpr": true, - "startsExpr": true, + "label": ")", + "beforeExpr": false, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -308739,25 +310958,24 @@ "postfix": false, "binop": null }, - "start": 21816, - "end": 21817, + "start": 22175, + "end": 22176, "loc": { "start": { - "line": 541, - "column": 43 + "line": 544, + "column": 47 }, "end": { - "line": 541, - "column": 44 + "line": 544, + "column": 48 } } }, { "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, - "startsExpr": true, + "label": ";", + "beforeExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -308766,23 +310984,22 @@ "binop": null, "updateContext": null }, - "value": "this", - "start": 21817, - "end": 21821, + "start": 22176, + "end": 22177, "loc": { "start": { - "line": 541, - "column": 44 + "line": 544, + "column": 48 }, "end": { - "line": 541, - "column": 48 + "line": 544, + "column": 49 } } }, { "type": { - "label": ")", + "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -308792,16 +311009,16 @@ "postfix": false, "binop": null }, - "start": 21821, - "end": 21822, + "start": 22198, + "end": 22199, "loc": { "start": { - "line": 541, - "column": 48 + "line": 545, + "column": 20 }, "end": { - "line": 541, - "column": 49 + "line": 545, + "column": 21 } } }, @@ -308817,16 +311034,16 @@ "postfix": false, "binop": null }, - "start": 21839, - "end": 21840, + "start": 22199, + "end": 22200, "loc": { "start": { - "line": 542, - "column": 16 + "line": 545, + "column": 21 }, "end": { - "line": 542, - "column": 17 + "line": 545, + "column": 22 } } }, @@ -308843,23 +311060,22 @@ "binop": null, "updateContext": null }, - "start": 21840, - "end": 21841, + "start": 22200, + "end": 22201, "loc": { "start": { - "line": 542, - "column": 17 + "line": 545, + "column": 22 }, "end": { - "line": 542, - "column": 18 + "line": 545, + "column": 23 } } }, { "type": { - "label": "break", - "keyword": "break", + "label": "}", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -308867,54 +311083,50 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "break", - "start": 21858, - "end": 21863, + "start": 22218, + "end": 22219, "loc": { "start": { - "line": 543, + "line": 546, "column": 16 }, "end": { - "line": 543, - "column": 21 + "line": 546, + "column": 17 } } }, { "type": { - "label": ";", - "beforeExpr": true, + "label": ")", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 21863, - "end": 21864, + "start": 22219, + "end": 22220, "loc": { "start": { - "line": 543, - "column": 21 + "line": 546, + "column": 17 }, "end": { - "line": 543, - "column": 22 + "line": 546, + "column": 18 } } }, { "type": { - "label": "case", - "keyword": "case", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, @@ -308924,85 +311136,69 @@ "binop": null, "updateContext": null }, - "value": "case", - "start": 21878, - "end": 21882, + "start": 22220, + "end": 22221, "loc": { "start": { - "line": 545, - "column": 12 + "line": 546, + "column": 18 }, "end": { - "line": 545, - "column": 16 + "line": 546, + "column": 19 } } }, { "type": { - "label": "name", + "label": "catch", + "keyword": "catch", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "AUDIO_VIDEO", - "start": 21883, - "end": 21894, + "value": "catch", + "start": 22221, + "end": 22226, "loc": { "start": { - "line": 545, - "column": 17 + "line": 546, + "column": 19 }, "end": { - "line": 545, - "column": 28 + "line": 546, + "column": 24 } } }, { "type": { - "label": ":", + "label": "(", "beforeExpr": true, - "startsExpr": false, + "startsExpr": true, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 21894, - "end": 21895, - "loc": { - "start": { - "line": 545, - "column": 28 - }, - "end": { - "line": 545, - "column": 29 - } - } - }, - { - "type": "CommentLine", - "value": " setup camera and microphone", - "start": 21912, - "end": 21942, + "start": 22226, + "end": 22227, "loc": { "start": { "line": 546, - "column": 16 + "column": 24 }, "end": { "line": 546, - "column": 46 + "column": 25 } } }, @@ -309021,16 +311217,16 @@ "updateContext": null }, "value": "this", - "start": 21959, - "end": 21963, + "start": 22248, + "end": 22252, "loc": { "start": { "line": 547, - "column": 16 + "column": 20 }, "end": { "line": 547, - "column": 20 + "column": 24 } } }, @@ -309047,16 +311243,16 @@ "binop": null, "updateContext": null }, - "start": 21963, - "end": 21964, + "start": 22252, + "end": 22253, "loc": { "start": { "line": 547, - "column": 20 + "column": 24 }, "end": { "line": 547, - "column": 21 + "column": 25 } } }, @@ -309072,69 +311268,43 @@ "postfix": false, "binop": null }, - "value": "mediaType", - "start": 21964, - "end": 21973, + "value": "onDeviceError", + "start": 22253, + "end": 22266, "loc": { "start": { "line": 547, - "column": 21 + "column": 25 }, "end": { "line": 547, - "column": 30 + "column": 38 } } }, { "type": { - "label": "=", - "beforeExpr": true, + "label": ".", + "beforeExpr": false, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": true, + "isAssign": false, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "value": "=", - "start": 21974, - "end": 21975, - "loc": { - "start": { - "line": 547, - "column": 31 - }, - "end": { - "line": 547, - "column": 32 - } - } - }, - { - "type": { - "label": "{", - "beforeExpr": true, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "start": 21976, - "end": 21977, + "start": 22266, + "end": 22267, "loc": { "start": { "line": 547, - "column": 33 + "column": 38 }, "end": { "line": 547, - "column": 34 + "column": 39 } } }, @@ -309150,43 +311320,17 @@ "postfix": false, "binop": null }, - "value": "audio", - "start": 21998, - "end": 22003, - "loc": { - "start": { - "line": 548, - "column": 20 - }, - "end": { - "line": 548, - "column": 25 - } - } - }, - { - "type": { - "label": ":", - "beforeExpr": true, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 22003, - "end": 22004, + "value": "bind", + "start": 22267, + "end": 22271, "loc": { "start": { - "line": 548, - "column": 25 + "line": 547, + "column": 39 }, "end": { - "line": 548, - "column": 26 + "line": 547, + "column": 43 } } }, @@ -309202,16 +311346,16 @@ "postfix": false, "binop": null }, - "start": 22005, - "end": 22006, + "start": 22271, + "end": 22272, "loc": { "start": { - "line": 548, - "column": 27 + "line": 547, + "column": 43 }, "end": { - "line": 548, - "column": 28 + "line": 547, + "column": 44 } } }, @@ -309230,22 +311374,22 @@ "updateContext": null }, "value": "this", - "start": 22006, - "end": 22010, + "start": 22272, + "end": 22276, "loc": { "start": { - "line": 548, - "column": 28 + "line": 547, + "column": 44 }, "end": { - "line": 548, - "column": 32 + "line": 547, + "column": 48 } } }, { "type": { - "label": ".", + "label": ")", "beforeExpr": false, "startsExpr": false, "rightAssociative": false, @@ -309253,27 +311397,26 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "start": 22010, - "end": 22011, + "start": 22276, + "end": 22277, "loc": { "start": { - "line": 548, - "column": 32 + "line": 547, + "column": 48 }, "end": { - "line": 548, - "column": 33 + "line": 547, + "column": 49 } } }, { "type": { - "label": "name", + "label": ")", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, @@ -309281,23 +311424,22 @@ "postfix": false, "binop": null }, - "value": "audioRecorderType", - "start": 22011, - "end": 22028, + "start": 22294, + "end": 22295, "loc": { "start": { "line": 548, - "column": 33 + "column": 16 }, "end": { "line": 548, - "column": 50 + "column": 17 } } }, { "type": { - "label": "==/!=", + "label": ";", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -309305,77 +311447,80 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": 6, + "binop": null, "updateContext": null }, - "value": "===", - "start": 22029, - "end": 22032, + "start": 22295, + "end": 22296, "loc": { "start": { "line": 548, - "column": 51 + "column": 17 }, "end": { "line": 548, - "column": 54 + "column": 18 } } }, { "type": { - "label": "name", + "label": "break", + "keyword": "break", "beforeExpr": false, - "startsExpr": true, + "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "AUTO", - "start": 22033, - "end": 22037, + "value": "break", + "start": 22313, + "end": 22318, "loc": { "start": { - "line": 548, - "column": 55 + "line": 549, + "column": 16 }, "end": { - "line": 548, - "column": 59 + "line": 549, + "column": 21 } } }, { "type": { - "label": ")", - "beforeExpr": false, + "label": ";", + "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "start": 22037, - "end": 22038, + "start": 22318, + "end": 22319, "loc": { "start": { - "line": 548, - "column": 59 + "line": 549, + "column": 21 }, "end": { - "line": 548, - "column": 60 + "line": 549, + "column": 22 } } }, { "type": { - "label": "?", + "label": "case", + "keyword": "case", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, @@ -309386,23 +311531,23 @@ "binop": null, "updateContext": null }, - "start": 22039, - "end": 22040, + "value": "case", + "start": 22333, + "end": 22337, "loc": { "start": { - "line": 548, - "column": 61 + "line": 551, + "column": 12 }, "end": { - "line": 548, - "column": 62 + "line": 551, + "column": 16 } } }, { "type": { - "label": "true", - "keyword": "true", + "label": "name", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -309410,20 +311555,19 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null, - "updateContext": null + "binop": null }, - "value": "true", - "start": 22041, - "end": 22045, + "value": "AUDIO_VIDEO", + "start": 22338, + "end": 22349, "loc": { "start": { - "line": 548, - "column": 63 + "line": 551, + "column": 17 }, "end": { - "line": 548, - "column": 67 + "line": 551, + "column": 28 } } }, @@ -309440,16 +311584,32 @@ "binop": null, "updateContext": null }, - "start": 22046, - "end": 22047, + "start": 22349, + "end": 22350, "loc": { "start": { - "line": 548, - "column": 68 + "line": 551, + "column": 28 }, "end": { - "line": 548, - "column": 69 + "line": 551, + "column": 29 + } + } + }, + { + "type": "CommentLine", + "value": " setup camera and microphone", + "start": 22367, + "end": 22397, + "loc": { + "start": { + "line": 552, + "column": 16 + }, + "end": { + "line": 552, + "column": 46 } } }, @@ -309468,16 +311628,16 @@ "updateContext": null }, "value": "this", - "start": 22048, - "end": 22052, + "start": 22414, + "end": 22418, "loc": { "start": { - "line": 548, - "column": 70 + "line": 553, + "column": 16 }, "end": { - "line": 548, - "column": 74 + "line": 553, + "column": 20 } } }, @@ -309494,16 +311654,16 @@ "binop": null, "updateContext": null }, - "start": 22052, - "end": 22053, + "start": 22418, + "end": 22419, "loc": { "start": { - "line": 548, - "column": 74 + "line": 553, + "column": 20 }, "end": { - "line": 548, - "column": 75 + "line": 553, + "column": 21 } } }, @@ -309519,43 +311679,69 @@ "postfix": false, "binop": null }, - "value": "audioRecorderType", - "start": 22053, - "end": 22070, + "value": "mediaType", + "start": 22419, + "end": 22428, "loc": { "start": { - "line": 548, - "column": 75 + "line": 553, + "column": 21 }, "end": { - "line": 548, - "column": 92 + "line": 553, + "column": 30 } } }, { "type": { - "label": ",", + "label": "=", "beforeExpr": true, "startsExpr": false, "rightAssociative": false, "isLoop": false, - "isAssign": false, + "isAssign": true, "prefix": false, "postfix": false, "binop": null, "updateContext": null }, - "start": 22070, - "end": 22071, + "value": "=", + "start": 22429, + "end": 22430, "loc": { "start": { - "line": 548, - "column": 92 + "line": 553, + "column": 31 }, "end": { - "line": 548, - "column": 93 + "line": 553, + "column": 32 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 22431, + "end": 22432, + "loc": { + "start": { + "line": 553, + "column": 33 + }, + "end": { + "line": 553, + "column": 34 } } }, @@ -309571,16 +311757,16 @@ "postfix": false, "binop": null }, - "value": "video", - "start": 22092, - "end": 22097, + "value": "audio", + "start": 22453, + "end": 22458, "loc": { "start": { - "line": 549, + "line": 554, "column": 20 }, "end": { - "line": 549, + "line": 554, "column": 25 } } @@ -309598,15 +311784,15 @@ "binop": null, "updateContext": null }, - "start": 22097, - "end": 22098, + "start": 22458, + "end": 22459, "loc": { "start": { - "line": 549, + "line": 554, "column": 25 }, "end": { - "line": 549, + "line": 554, "column": 26 } } @@ -309623,15 +311809,15 @@ "postfix": false, "binop": null }, - "start": 22099, - "end": 22100, + "start": 22460, + "end": 22461, "loc": { "start": { - "line": 549, + "line": 554, "column": 27 }, "end": { - "line": 549, + "line": 554, "column": 28 } } @@ -309651,15 +311837,15 @@ "updateContext": null }, "value": "this", - "start": 22100, - "end": 22104, + "start": 22461, + "end": 22465, "loc": { "start": { - "line": 549, + "line": 554, "column": 28 }, "end": { - "line": 549, + "line": 554, "column": 32 } } @@ -309677,15 +311863,15 @@ "binop": null, "updateContext": null }, - "start": 22104, - "end": 22105, + "start": 22465, + "end": 22466, "loc": { "start": { - "line": 549, + "line": 554, "column": 32 }, "end": { - "line": 549, + "line": 554, "column": 33 } } @@ -309702,16 +311888,16 @@ "postfix": false, "binop": null }, - "value": "videoRecorderType", - "start": 22105, - "end": 22122, + "value": "audioRecorderType", + "start": 22466, + "end": 22483, "loc": { "start": { - "line": 549, + "line": 554, "column": 33 }, "end": { - "line": 549, + "line": 554, "column": 50 } } @@ -309730,15 +311916,15 @@ "updateContext": null }, "value": "===", - "start": 22123, - "end": 22126, + "start": 22484, + "end": 22487, "loc": { "start": { - "line": 549, + "line": 554, "column": 51 }, "end": { - "line": 549, + "line": 554, "column": 54 } } @@ -309756,15 +311942,15 @@ "binop": null }, "value": "AUTO", - "start": 22127, - "end": 22131, + "start": 22488, + "end": 22492, "loc": { "start": { - "line": 549, + "line": 554, "column": 55 }, "end": { - "line": 549, + "line": 554, "column": 59 } } @@ -309781,15 +311967,15 @@ "postfix": false, "binop": null }, - "start": 22131, - "end": 22132, + "start": 22492, + "end": 22493, "loc": { "start": { - "line": 549, + "line": 554, "column": 59 }, "end": { - "line": 549, + "line": 554, "column": 60 } } @@ -309807,15 +311993,15 @@ "binop": null, "updateContext": null }, - "start": 22133, - "end": 22134, + "start": 22494, + "end": 22495, "loc": { "start": { - "line": 549, + "line": 554, "column": 61 }, "end": { - "line": 549, + "line": 554, "column": 62 } } @@ -309835,15 +312021,15 @@ "updateContext": null }, "value": "true", - "start": 22135, - "end": 22139, + "start": 22496, + "end": 22500, "loc": { "start": { - "line": 549, + "line": 554, "column": 63 }, "end": { - "line": 549, + "line": 554, "column": 67 } } @@ -309861,15 +312047,15 @@ "binop": null, "updateContext": null }, - "start": 22140, - "end": 22141, + "start": 22501, + "end": 22502, "loc": { "start": { - "line": 549, + "line": 554, "column": 68 }, "end": { - "line": 549, + "line": 554, "column": 69 } } @@ -309889,15 +312075,15 @@ "updateContext": null }, "value": "this", - "start": 22142, - "end": 22146, + "start": 22503, + "end": 22507, "loc": { "start": { - "line": 549, + "line": 554, "column": 70 }, "end": { - "line": 549, + "line": 554, "column": 74 } } @@ -309915,19 +312101,202 @@ "binop": null, "updateContext": null }, - "start": 22146, - "end": 22147, + "start": 22507, + "end": 22508, "loc": { "start": { - "line": 549, + "line": 554, "column": 74 }, "end": { - "line": 549, + "line": 554, "column": 75 } } }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "audioRecorderType", + "start": 22508, + "end": 22525, + "loc": { + "start": { + "line": 554, + "column": 75 + }, + "end": { + "line": 554, + "column": 92 + } + } + }, + { + "type": { + "label": ",", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 22525, + "end": 22526, + "loc": { + "start": { + "line": 554, + "column": 92 + }, + "end": { + "line": 554, + "column": 93 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "video", + "start": 22547, + "end": 22552, + "loc": { + "start": { + "line": 555, + "column": 20 + }, + "end": { + "line": 555, + "column": 25 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 22552, + "end": 22553, + "loc": { + "start": { + "line": 555, + "column": 25 + }, + "end": { + "line": 555, + "column": 26 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 22554, + "end": 22555, + "loc": { + "start": { + "line": 555, + "column": 27 + }, + "end": { + "line": 555, + "column": 28 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 22555, + "end": 22559, + "loc": { + "start": { + "line": 555, + "column": 28 + }, + "end": { + "line": 555, + "column": 32 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 22559, + "end": 22560, + "loc": { + "start": { + "line": 555, + "column": 32 + }, + "end": { + "line": 555, + "column": 33 + } + } + }, { "type": { "label": "name", @@ -309941,15 +312310,253 @@ "binop": null }, "value": "videoRecorderType", - "start": 22147, - "end": 22164, + "start": 22560, + "end": 22577, "loc": { "start": { - "line": 549, + "line": 555, + "column": 33 + }, + "end": { + "line": 555, + "column": 50 + } + } + }, + { + "type": { + "label": "==/!=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 6, + "updateContext": null + }, + "value": "===", + "start": 22578, + "end": 22581, + "loc": { + "start": { + "line": 555, + "column": 51 + }, + "end": { + "line": 555, + "column": 54 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "AUTO", + "start": 22582, + "end": 22586, + "loc": { + "start": { + "line": 555, + "column": 55 + }, + "end": { + "line": 555, + "column": 59 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 22586, + "end": 22587, + "loc": { + "start": { + "line": 555, + "column": 59 + }, + "end": { + "line": 555, + "column": 60 + } + } + }, + { + "type": { + "label": "?", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 22588, + "end": 22589, + "loc": { + "start": { + "line": 555, + "column": 61 + }, + "end": { + "line": 555, + "column": 62 + } + } + }, + { + "type": { + "label": "true", + "keyword": "true", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "true", + "start": 22590, + "end": 22594, + "loc": { + "start": { + "line": 555, + "column": 63 + }, + "end": { + "line": 555, + "column": 67 + } + } + }, + { + "type": { + "label": ":", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 22595, + "end": 22596, + "loc": { + "start": { + "line": 555, + "column": 68 + }, + "end": { + "line": 555, + "column": 69 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 22597, + "end": 22601, + "loc": { + "start": { + "line": 555, + "column": 70 + }, + "end": { + "line": 555, + "column": 74 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 22601, + "end": 22602, + "loc": { + "start": { + "line": 555, + "column": 74 + }, + "end": { + "line": 555, + "column": 75 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "videoRecorderType", + "start": 22602, + "end": 22619, + "loc": { + "start": { + "line": 555, "column": 75 }, "end": { - "line": 549, + "line": 555, "column": 92 } } @@ -309966,15 +312573,15 @@ "postfix": false, "binop": null }, - "start": 22181, - "end": 22182, + "start": 22636, + "end": 22637, "loc": { "start": { - "line": 550, + "line": 556, "column": 16 }, "end": { - "line": 550, + "line": 556, "column": 17 } } @@ -309992,15 +312599,15 @@ "binop": null, "updateContext": null }, - "start": 22182, - "end": 22183, + "start": 22637, + "end": 22638, "loc": { "start": { - "line": 550, + "line": 556, "column": 17 }, "end": { - "line": 550, + "line": 556, "column": 18 } } @@ -310018,15 +312625,15 @@ "binop": null }, "value": "navigator", - "start": 22200, - "end": 22209, + "start": 22655, + "end": 22664, "loc": { "start": { - "line": 551, + "line": 557, "column": 16 }, "end": { - "line": 551, + "line": 557, "column": 25 } } @@ -310044,15 +312651,15 @@ "binop": null, "updateContext": null }, - "start": 22209, - "end": 22210, + "start": 22664, + "end": 22665, "loc": { "start": { - "line": 551, + "line": 557, "column": 25 }, "end": { - "line": 551, + "line": 557, "column": 26 } } @@ -310070,15 +312677,15 @@ "binop": null }, "value": "mediaDevices", - "start": 22210, - "end": 22222, + "start": 22665, + "end": 22677, "loc": { "start": { - "line": 551, + "line": 557, "column": 26 }, "end": { - "line": 551, + "line": 557, "column": 38 } } @@ -310096,15 +312703,15 @@ "binop": null, "updateContext": null }, - "start": 22222, - "end": 22223, + "start": 22677, + "end": 22678, "loc": { "start": { - "line": 551, + "line": 557, "column": 38 }, "end": { - "line": 551, + "line": 557, "column": 39 } } @@ -310122,15 +312729,15 @@ "binop": null }, "value": "getUserMedia", - "start": 22223, - "end": 22235, + "start": 22678, + "end": 22690, "loc": { "start": { - "line": 551, + "line": 557, "column": 39 }, "end": { - "line": 551, + "line": 557, "column": 51 } } @@ -310147,15 +312754,15 @@ "postfix": false, "binop": null }, - "start": 22235, - "end": 22236, + "start": 22690, + "end": 22691, "loc": { "start": { - "line": 551, + "line": 557, "column": 51 }, "end": { - "line": 551, + "line": 557, "column": 52 } } @@ -310172,15 +312779,15 @@ "postfix": false, "binop": null }, - "start": 22236, - "end": 22237, + "start": 22691, + "end": 22692, "loc": { "start": { - "line": 551, + "line": 557, "column": 52 }, "end": { - "line": 551, + "line": 557, "column": 53 } } @@ -310198,15 +312805,15 @@ "binop": null }, "value": "audio", - "start": 22258, - "end": 22263, + "start": 22713, + "end": 22718, "loc": { "start": { - "line": 552, + "line": 558, "column": 20 }, "end": { - "line": 552, + "line": 558, "column": 25 } } @@ -310224,15 +312831,15 @@ "binop": null, "updateContext": null }, - "start": 22263, - "end": 22264, + "start": 22718, + "end": 22719, "loc": { "start": { - "line": 552, + "line": 558, "column": 25 }, "end": { - "line": 552, + "line": 558, "column": 26 } } @@ -310252,15 +312859,15 @@ "updateContext": null }, "value": "this", - "start": 22265, - "end": 22269, + "start": 22720, + "end": 22724, "loc": { "start": { - "line": 552, + "line": 558, "column": 27 }, "end": { - "line": 552, + "line": 558, "column": 31 } } @@ -310278,15 +312885,15 @@ "binop": null, "updateContext": null }, - "start": 22269, - "end": 22270, + "start": 22724, + "end": 22725, "loc": { "start": { - "line": 552, + "line": 558, "column": 31 }, "end": { - "line": 552, + "line": 558, "column": 32 } } @@ -310304,15 +312911,15 @@ "binop": null }, "value": "recordAudio", - "start": 22270, - "end": 22281, + "start": 22725, + "end": 22736, "loc": { "start": { - "line": 552, + "line": 558, "column": 32 }, "end": { - "line": 552, + "line": 558, "column": 43 } } @@ -310330,15 +312937,15 @@ "binop": null, "updateContext": null }, - "start": 22281, - "end": 22282, + "start": 22736, + "end": 22737, "loc": { "start": { - "line": 552, + "line": 558, "column": 43 }, "end": { - "line": 552, + "line": 558, "column": 44 } } @@ -310356,15 +312963,15 @@ "binop": null }, "value": "video", - "start": 22303, - "end": 22308, + "start": 22758, + "end": 22763, "loc": { "start": { - "line": 553, + "line": 559, "column": 20 }, "end": { - "line": 553, + "line": 559, "column": 25 } } @@ -310382,15 +312989,15 @@ "binop": null, "updateContext": null }, - "start": 22308, - "end": 22309, + "start": 22763, + "end": 22764, "loc": { "start": { - "line": 553, + "line": 559, "column": 25 }, "end": { - "line": 553, + "line": 559, "column": 26 } } @@ -310410,15 +313017,15 @@ "updateContext": null }, "value": "this", - "start": 22310, - "end": 22314, + "start": 22765, + "end": 22769, "loc": { "start": { - "line": 553, + "line": 559, "column": 27 }, "end": { - "line": 553, + "line": 559, "column": 31 } } @@ -310436,15 +313043,15 @@ "binop": null, "updateContext": null }, - "start": 22314, - "end": 22315, + "start": 22769, + "end": 22770, "loc": { "start": { - "line": 553, + "line": 559, "column": 31 }, "end": { - "line": 553, + "line": 559, "column": 32 } } @@ -310462,15 +313069,15 @@ "binop": null }, "value": "recordVideo", - "start": 22315, - "end": 22326, + "start": 22770, + "end": 22781, "loc": { "start": { - "line": 553, + "line": 559, "column": 32 }, "end": { - "line": 553, + "line": 559, "column": 43 } } @@ -310487,15 +313094,15 @@ "postfix": false, "binop": null }, - "start": 22343, - "end": 22344, + "start": 22798, + "end": 22799, "loc": { "start": { - "line": 554, + "line": 560, "column": 16 }, "end": { - "line": 554, + "line": 560, "column": 17 } } @@ -310512,15 +313119,15 @@ "postfix": false, "binop": null }, - "start": 22344, - "end": 22345, + "start": 22799, + "end": 22800, "loc": { "start": { - "line": 554, + "line": 560, "column": 17 }, "end": { - "line": 554, + "line": 560, "column": 18 } } @@ -310538,15 +313145,15 @@ "binop": null, "updateContext": null }, - "start": 22345, - "end": 22346, + "start": 22800, + "end": 22801, "loc": { "start": { - "line": 554, + "line": 560, "column": 18 }, "end": { - "line": 554, + "line": 560, "column": 19 } } @@ -310564,15 +313171,15 @@ "binop": null }, "value": "then", - "start": 22346, - "end": 22350, + "start": 22801, + "end": 22805, "loc": { "start": { - "line": 554, + "line": 560, "column": 19 }, "end": { - "line": 554, + "line": 560, "column": 23 } } @@ -310589,15 +313196,15 @@ "postfix": false, "binop": null }, - "start": 22350, - "end": 22351, + "start": 22805, + "end": 22806, "loc": { "start": { - "line": 554, + "line": 560, "column": 23 }, "end": { - "line": 554, + "line": 560, "column": 24 } } @@ -310617,15 +313224,15 @@ "updateContext": null }, "value": "this", - "start": 22372, - "end": 22376, + "start": 22827, + "end": 22831, "loc": { "start": { - "line": 555, + "line": 561, "column": 20 }, "end": { - "line": 555, + "line": 561, "column": 24 } } @@ -310643,15 +313250,15 @@ "binop": null, "updateContext": null }, - "start": 22376, - "end": 22377, + "start": 22831, + "end": 22832, "loc": { "start": { - "line": 555, + "line": 561, "column": 24 }, "end": { - "line": 555, + "line": 561, "column": 25 } } @@ -310669,15 +313276,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 22377, - "end": 22390, + "start": 22832, + "end": 22845, "loc": { "start": { - "line": 555, + "line": 561, "column": 25 }, "end": { - "line": 555, + "line": 561, "column": 38 } } @@ -310695,15 +313302,15 @@ "binop": null, "updateContext": null }, - "start": 22390, - "end": 22391, + "start": 22845, + "end": 22846, "loc": { "start": { - "line": 555, + "line": 561, "column": 38 }, "end": { - "line": 555, + "line": 561, "column": 39 } } @@ -310721,15 +313328,15 @@ "binop": null }, "value": "bind", - "start": 22391, - "end": 22395, + "start": 22846, + "end": 22850, "loc": { "start": { - "line": 555, + "line": 561, "column": 39 }, "end": { - "line": 555, + "line": 561, "column": 43 } } @@ -310746,15 +313353,15 @@ "postfix": false, "binop": null }, - "start": 22395, - "end": 22396, + "start": 22850, + "end": 22851, "loc": { "start": { - "line": 555, + "line": 561, "column": 43 }, "end": { - "line": 555, + "line": 561, "column": 44 } } @@ -310774,15 +313381,15 @@ "updateContext": null }, "value": "this", - "start": 22396, - "end": 22400, + "start": 22851, + "end": 22855, "loc": { "start": { - "line": 555, + "line": 561, "column": 44 }, "end": { - "line": 555, + "line": 561, "column": 48 } } @@ -310799,15 +313406,15 @@ "postfix": false, "binop": null }, - "start": 22400, - "end": 22401, + "start": 22855, + "end": 22856, "loc": { "start": { - "line": 555, + "line": 561, "column": 48 }, "end": { - "line": 555, + "line": 561, "column": 49 } } @@ -310824,15 +313431,15 @@ "postfix": false, "binop": null }, - "start": 22418, - "end": 22419, + "start": 22873, + "end": 22874, "loc": { "start": { - "line": 556, + "line": 562, "column": 16 }, "end": { - "line": 556, + "line": 562, "column": 17 } } @@ -310850,15 +313457,15 @@ "binop": null, "updateContext": null }, - "start": 22419, - "end": 22420, + "start": 22874, + "end": 22875, "loc": { "start": { - "line": 556, + "line": 562, "column": 17 }, "end": { - "line": 556, + "line": 562, "column": 18 } } @@ -310878,15 +313485,15 @@ "updateContext": null }, "value": "catch", - "start": 22420, - "end": 22425, + "start": 22875, + "end": 22880, "loc": { "start": { - "line": 556, + "line": 562, "column": 18 }, "end": { - "line": 556, + "line": 562, "column": 23 } } @@ -310903,15 +313510,15 @@ "postfix": false, "binop": null }, - "start": 22425, - "end": 22426, + "start": 22880, + "end": 22881, "loc": { "start": { - "line": 556, + "line": 562, "column": 23 }, "end": { - "line": 556, + "line": 562, "column": 24 } } @@ -310931,15 +313538,15 @@ "updateContext": null }, "value": "this", - "start": 22447, - "end": 22451, + "start": 22902, + "end": 22906, "loc": { "start": { - "line": 557, + "line": 563, "column": 20 }, "end": { - "line": 557, + "line": 563, "column": 24 } } @@ -310957,15 +313564,15 @@ "binop": null, "updateContext": null }, - "start": 22451, - "end": 22452, + "start": 22906, + "end": 22907, "loc": { "start": { - "line": 557, + "line": 563, "column": 24 }, "end": { - "line": 557, + "line": 563, "column": 25 } } @@ -310983,15 +313590,15 @@ "binop": null }, "value": "onDeviceError", - "start": 22452, - "end": 22465, + "start": 22907, + "end": 22920, "loc": { "start": { - "line": 557, + "line": 563, "column": 25 }, "end": { - "line": 557, + "line": 563, "column": 38 } } @@ -311009,15 +313616,15 @@ "binop": null, "updateContext": null }, - "start": 22465, - "end": 22466, + "start": 22920, + "end": 22921, "loc": { "start": { - "line": 557, + "line": 563, "column": 38 }, "end": { - "line": 557, + "line": 563, "column": 39 } } @@ -311035,15 +313642,15 @@ "binop": null }, "value": "bind", - "start": 22466, - "end": 22470, + "start": 22921, + "end": 22925, "loc": { "start": { - "line": 557, + "line": 563, "column": 39 }, "end": { - "line": 557, + "line": 563, "column": 43 } } @@ -311060,15 +313667,15 @@ "postfix": false, "binop": null }, - "start": 22470, - "end": 22471, + "start": 22925, + "end": 22926, "loc": { "start": { - "line": 557, + "line": 563, "column": 43 }, "end": { - "line": 557, + "line": 563, "column": 44 } } @@ -311088,15 +313695,15 @@ "updateContext": null }, "value": "this", - "start": 22471, - "end": 22475, + "start": 22926, + "end": 22930, "loc": { "start": { - "line": 557, + "line": 563, "column": 44 }, "end": { - "line": 557, + "line": 563, "column": 48 } } @@ -311113,15 +313720,15 @@ "postfix": false, "binop": null }, - "start": 22475, - "end": 22476, + "start": 22930, + "end": 22931, "loc": { "start": { - "line": 557, + "line": 563, "column": 48 }, "end": { - "line": 557, + "line": 563, "column": 49 } } @@ -311138,15 +313745,15 @@ "postfix": false, "binop": null }, - "start": 22493, - "end": 22494, + "start": 22948, + "end": 22949, "loc": { "start": { - "line": 558, + "line": 564, "column": 16 }, "end": { - "line": 558, + "line": 564, "column": 17 } } @@ -311164,15 +313771,15 @@ "binop": null, "updateContext": null }, - "start": 22494, - "end": 22495, + "start": 22949, + "end": 22950, "loc": { "start": { - "line": 558, + "line": 564, "column": 17 }, "end": { - "line": 558, + "line": 564, "column": 18 } } @@ -311192,15 +313799,15 @@ "updateContext": null }, "value": "break", - "start": 22512, - "end": 22517, + "start": 22967, + "end": 22972, "loc": { "start": { - "line": 559, + "line": 565, "column": 16 }, "end": { - "line": 559, + "line": 565, "column": 21 } } @@ -311218,15 +313825,15 @@ "binop": null, "updateContext": null }, - "start": 22517, - "end": 22518, + "start": 22972, + "end": 22973, "loc": { "start": { - "line": 559, + "line": 565, "column": 21 }, "end": { - "line": 559, + "line": 565, "column": 22 } } @@ -311246,15 +313853,15 @@ "updateContext": null }, "value": "case", - "start": 22532, - "end": 22536, + "start": 22987, + "end": 22991, "loc": { "start": { - "line": 561, + "line": 567, "column": 12 }, "end": { - "line": 561, + "line": 567, "column": 16 } } @@ -311272,15 +313879,15 @@ "binop": null }, "value": "ANIMATION", - "start": 22537, - "end": 22546, + "start": 22992, + "end": 23001, "loc": { "start": { - "line": 561, + "line": 567, "column": 17 }, "end": { - "line": 561, + "line": 567, "column": 26 } } @@ -311298,15 +313905,15 @@ "binop": null, "updateContext": null }, - "start": 22546, - "end": 22547, + "start": 23001, + "end": 23002, "loc": { "start": { - "line": 561, + "line": 567, "column": 26 }, "end": { - "line": 561, + "line": 567, "column": 27 } } @@ -311314,15 +313921,15 @@ { "type": "CommentLine", "value": " setup camera", - "start": 22564, - "end": 22579, + "start": 23019, + "end": 23034, "loc": { "start": { - "line": 562, + "line": 568, "column": 16 }, "end": { - "line": 562, + "line": 568, "column": 31 } } @@ -311342,15 +313949,15 @@ "updateContext": null }, "value": "this", - "start": 22596, - "end": 22600, + "start": 23051, + "end": 23055, "loc": { "start": { - "line": 563, + "line": 569, "column": 16 }, "end": { - "line": 563, + "line": 569, "column": 20 } } @@ -311368,15 +313975,15 @@ "binop": null, "updateContext": null }, - "start": 22600, - "end": 22601, + "start": 23055, + "end": 23056, "loc": { "start": { - "line": 563, + "line": 569, "column": 20 }, "end": { - "line": 563, + "line": 569, "column": 21 } } @@ -311394,15 +314001,15 @@ "binop": null }, "value": "mediaType", - "start": 22601, - "end": 22610, + "start": 23056, + "end": 23065, "loc": { "start": { - "line": 563, + "line": 569, "column": 21 }, "end": { - "line": 563, + "line": 569, "column": 30 } } @@ -311421,15 +314028,15 @@ "updateContext": null }, "value": "=", - "start": 22611, - "end": 22612, + "start": 23066, + "end": 23067, "loc": { "start": { - "line": 563, + "line": 569, "column": 31 }, "end": { - "line": 563, + "line": 569, "column": 32 } } @@ -311446,15 +314053,15 @@ "postfix": false, "binop": null }, - "start": 22613, - "end": 22614, + "start": 23068, + "end": 23069, "loc": { "start": { - "line": 563, + "line": 569, "column": 33 }, "end": { - "line": 563, + "line": 569, "column": 34 } } @@ -311462,15 +314069,15 @@ { "type": "CommentLine", "value": " animated GIF", - "start": 22635, - "end": 22650, + "start": 23090, + "end": 23105, "loc": { "start": { - "line": 564, + "line": 570, "column": 20 }, "end": { - "line": 564, + "line": 570, "column": 35 } } @@ -311488,15 +314095,15 @@ "binop": null }, "value": "audio", - "start": 22671, - "end": 22676, + "start": 23126, + "end": 23131, "loc": { "start": { - "line": 565, + "line": 571, "column": 20 }, "end": { - "line": 565, + "line": 571, "column": 25 } } @@ -311514,15 +314121,15 @@ "binop": null, "updateContext": null }, - "start": 22676, - "end": 22677, + "start": 23131, + "end": 23132, "loc": { "start": { - "line": 565, + "line": 571, "column": 25 }, "end": { - "line": 565, + "line": 571, "column": 26 } } @@ -311542,15 +314149,15 @@ "updateContext": null }, "value": "false", - "start": 22678, - "end": 22683, + "start": 23133, + "end": 23138, "loc": { "start": { - "line": 565, + "line": 571, "column": 27 }, "end": { - "line": 565, + "line": 571, "column": 32 } } @@ -311568,15 +314175,15 @@ "binop": null, "updateContext": null }, - "start": 22683, - "end": 22684, + "start": 23138, + "end": 23139, "loc": { "start": { - "line": 565, + "line": 571, "column": 32 }, "end": { - "line": 565, + "line": 571, "column": 33 } } @@ -311594,15 +314201,15 @@ "binop": null }, "value": "video", - "start": 22705, - "end": 22710, + "start": 23160, + "end": 23165, "loc": { "start": { - "line": 566, + "line": 572, "column": 20 }, "end": { - "line": 566, + "line": 572, "column": 25 } } @@ -311620,15 +314227,15 @@ "binop": null, "updateContext": null }, - "start": 22710, - "end": 22711, + "start": 23165, + "end": 23166, "loc": { "start": { - "line": 566, + "line": 572, "column": 25 }, "end": { - "line": 566, + "line": 572, "column": 26 } } @@ -311648,15 +314255,15 @@ "updateContext": null }, "value": "false", - "start": 22712, - "end": 22717, + "start": 23167, + "end": 23172, "loc": { "start": { - "line": 566, + "line": 572, "column": 27 }, "end": { - "line": 566, + "line": 572, "column": 32 } } @@ -311674,15 +314281,15 @@ "binop": null, "updateContext": null }, - "start": 22717, - "end": 22718, + "start": 23172, + "end": 23173, "loc": { "start": { - "line": 566, + "line": 572, "column": 32 }, "end": { - "line": 566, + "line": 572, "column": 33 } } @@ -311700,15 +314307,15 @@ "binop": null }, "value": "gif", - "start": 22739, - "end": 22742, + "start": 23194, + "end": 23197, "loc": { "start": { - "line": 567, + "line": 573, "column": 20 }, "end": { - "line": 567, + "line": 573, "column": 23 } } @@ -311726,15 +314333,15 @@ "binop": null, "updateContext": null }, - "start": 22742, - "end": 22743, + "start": 23197, + "end": 23198, "loc": { "start": { - "line": 567, + "line": 573, "column": 23 }, "end": { - "line": 567, + "line": 573, "column": 24 } } @@ -311754,15 +314361,15 @@ "updateContext": null }, "value": "true", - "start": 22744, - "end": 22748, + "start": 23199, + "end": 23203, "loc": { "start": { - "line": 567, + "line": 573, "column": 25 }, "end": { - "line": 567, + "line": 573, "column": 29 } } @@ -311779,15 +314386,15 @@ "postfix": false, "binop": null }, - "start": 22765, - "end": 22766, + "start": 23220, + "end": 23221, "loc": { "start": { - "line": 568, + "line": 574, "column": 16 }, "end": { - "line": 568, + "line": 574, "column": 17 } } @@ -311805,15 +314412,15 @@ "binop": null, "updateContext": null }, - "start": 22766, - "end": 22767, + "start": 23221, + "end": 23222, "loc": { "start": { - "line": 568, + "line": 574, "column": 17 }, "end": { - "line": 568, + "line": 574, "column": 18 } } @@ -311831,15 +314438,15 @@ "binop": null }, "value": "navigator", - "start": 22784, - "end": 22793, + "start": 23239, + "end": 23248, "loc": { "start": { - "line": 569, + "line": 575, "column": 16 }, "end": { - "line": 569, + "line": 575, "column": 25 } } @@ -311857,15 +314464,15 @@ "binop": null, "updateContext": null }, - "start": 22793, - "end": 22794, + "start": 23248, + "end": 23249, "loc": { "start": { - "line": 569, + "line": 575, "column": 25 }, "end": { - "line": 569, + "line": 575, "column": 26 } } @@ -311883,15 +314490,15 @@ "binop": null }, "value": "mediaDevices", - "start": 22794, - "end": 22806, + "start": 23249, + "end": 23261, "loc": { "start": { - "line": 569, + "line": 575, "column": 26 }, "end": { - "line": 569, + "line": 575, "column": 38 } } @@ -311909,15 +314516,15 @@ "binop": null, "updateContext": null }, - "start": 22806, - "end": 22807, + "start": 23261, + "end": 23262, "loc": { "start": { - "line": 569, + "line": 575, "column": 38 }, "end": { - "line": 569, + "line": 575, "column": 39 } } @@ -311935,15 +314542,15 @@ "binop": null }, "value": "getUserMedia", - "start": 22807, - "end": 22819, + "start": 23262, + "end": 23274, "loc": { "start": { - "line": 569, + "line": 575, "column": 39 }, "end": { - "line": 569, + "line": 575, "column": 51 } } @@ -311960,15 +314567,15 @@ "postfix": false, "binop": null }, - "start": 22819, - "end": 22820, + "start": 23274, + "end": 23275, "loc": { "start": { - "line": 569, + "line": 575, "column": 51 }, "end": { - "line": 569, + "line": 575, "column": 52 } } @@ -311985,15 +314592,15 @@ "postfix": false, "binop": null }, - "start": 22820, - "end": 22821, + "start": 23275, + "end": 23276, "loc": { "start": { - "line": 569, + "line": 575, "column": 52 }, "end": { - "line": 569, + "line": 575, "column": 53 } } @@ -312011,15 +314618,15 @@ "binop": null }, "value": "audio", - "start": 22842, - "end": 22847, + "start": 23297, + "end": 23302, "loc": { "start": { - "line": 570, + "line": 576, "column": 20 }, "end": { - "line": 570, + "line": 576, "column": 25 } } @@ -312037,15 +314644,15 @@ "binop": null, "updateContext": null }, - "start": 22847, - "end": 22848, + "start": 23302, + "end": 23303, "loc": { "start": { - "line": 570, + "line": 576, "column": 25 }, "end": { - "line": 570, + "line": 576, "column": 26 } } @@ -312065,15 +314672,15 @@ "updateContext": null }, "value": "false", - "start": 22849, - "end": 22854, + "start": 23304, + "end": 23309, "loc": { "start": { - "line": 570, + "line": 576, "column": 27 }, "end": { - "line": 570, + "line": 576, "column": 32 } } @@ -312091,15 +314698,15 @@ "binop": null, "updateContext": null }, - "start": 22854, - "end": 22855, + "start": 23309, + "end": 23310, "loc": { "start": { - "line": 570, + "line": 576, "column": 32 }, "end": { - "line": 570, + "line": 576, "column": 33 } } @@ -312117,15 +314724,15 @@ "binop": null }, "value": "video", - "start": 22876, - "end": 22881, + "start": 23331, + "end": 23336, "loc": { "start": { - "line": 571, + "line": 577, "column": 20 }, "end": { - "line": 571, + "line": 577, "column": 25 } } @@ -312143,15 +314750,15 @@ "binop": null, "updateContext": null }, - "start": 22881, - "end": 22882, + "start": 23336, + "end": 23337, "loc": { "start": { - "line": 571, + "line": 577, "column": 25 }, "end": { - "line": 571, + "line": 577, "column": 26 } } @@ -312171,15 +314778,15 @@ "updateContext": null }, "value": "this", - "start": 22883, - "end": 22887, + "start": 23338, + "end": 23342, "loc": { "start": { - "line": 571, + "line": 577, "column": 27 }, "end": { - "line": 571, + "line": 577, "column": 31 } } @@ -312197,15 +314804,15 @@ "binop": null, "updateContext": null }, - "start": 22887, - "end": 22888, + "start": 23342, + "end": 23343, "loc": { "start": { - "line": 571, + "line": 577, "column": 31 }, "end": { - "line": 571, + "line": 577, "column": 32 } } @@ -312223,15 +314830,15 @@ "binop": null }, "value": "recordAnimation", - "start": 22888, - "end": 22903, + "start": 23343, + "end": 23358, "loc": { "start": { - "line": 571, + "line": 577, "column": 32 }, "end": { - "line": 571, + "line": 577, "column": 47 } } @@ -312248,15 +314855,15 @@ "postfix": false, "binop": null }, - "start": 22920, - "end": 22921, + "start": 23375, + "end": 23376, "loc": { "start": { - "line": 572, + "line": 578, "column": 16 }, "end": { - "line": 572, + "line": 578, "column": 17 } } @@ -312273,15 +314880,15 @@ "postfix": false, "binop": null }, - "start": 22921, - "end": 22922, + "start": 23376, + "end": 23377, "loc": { "start": { - "line": 572, + "line": 578, "column": 17 }, "end": { - "line": 572, + "line": 578, "column": 18 } } @@ -312299,15 +314906,15 @@ "binop": null, "updateContext": null }, - "start": 22922, - "end": 22923, + "start": 23377, + "end": 23378, "loc": { "start": { - "line": 572, + "line": 578, "column": 18 }, "end": { - "line": 572, + "line": 578, "column": 19 } } @@ -312325,15 +314932,15 @@ "binop": null }, "value": "then", - "start": 22923, - "end": 22927, + "start": 23378, + "end": 23382, "loc": { "start": { - "line": 572, + "line": 578, "column": 19 }, "end": { - "line": 572, + "line": 578, "column": 23 } } @@ -312350,15 +314957,15 @@ "postfix": false, "binop": null }, - "start": 22927, - "end": 22928, + "start": 23382, + "end": 23383, "loc": { "start": { - "line": 572, + "line": 578, "column": 23 }, "end": { - "line": 572, + "line": 578, "column": 24 } } @@ -312378,15 +314985,15 @@ "updateContext": null }, "value": "this", - "start": 22949, - "end": 22953, + "start": 23404, + "end": 23408, "loc": { "start": { - "line": 573, + "line": 579, "column": 20 }, "end": { - "line": 573, + "line": 579, "column": 24 } } @@ -312404,15 +315011,15 @@ "binop": null, "updateContext": null }, - "start": 22953, - "end": 22954, + "start": 23408, + "end": 23409, "loc": { "start": { - "line": 573, + "line": 579, "column": 24 }, "end": { - "line": 573, + "line": 579, "column": 25 } } @@ -312430,15 +315037,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 22954, - "end": 22967, + "start": 23409, + "end": 23422, "loc": { "start": { - "line": 573, + "line": 579, "column": 25 }, "end": { - "line": 573, + "line": 579, "column": 38 } } @@ -312456,15 +315063,15 @@ "binop": null, "updateContext": null }, - "start": 22967, - "end": 22968, + "start": 23422, + "end": 23423, "loc": { "start": { - "line": 573, + "line": 579, "column": 38 }, "end": { - "line": 573, + "line": 579, "column": 39 } } @@ -312482,15 +315089,15 @@ "binop": null }, "value": "bind", - "start": 22968, - "end": 22972, + "start": 23423, + "end": 23427, "loc": { "start": { - "line": 573, + "line": 579, "column": 39 }, "end": { - "line": 573, + "line": 579, "column": 43 } } @@ -312507,15 +315114,15 @@ "postfix": false, "binop": null }, - "start": 22972, - "end": 22973, + "start": 23427, + "end": 23428, "loc": { "start": { - "line": 573, + "line": 579, "column": 43 }, "end": { - "line": 573, + "line": 579, "column": 44 } } @@ -312535,15 +315142,15 @@ "updateContext": null }, "value": "this", - "start": 22973, - "end": 22977, + "start": 23428, + "end": 23432, "loc": { "start": { - "line": 573, + "line": 579, "column": 44 }, "end": { - "line": 573, + "line": 579, "column": 48 } } @@ -312560,15 +315167,15 @@ "postfix": false, "binop": null }, - "start": 22977, - "end": 22978, + "start": 23432, + "end": 23433, "loc": { "start": { - "line": 573, + "line": 579, "column": 48 }, "end": { - "line": 573, + "line": 579, "column": 49 } } @@ -312585,15 +315192,15 @@ "postfix": false, "binop": null }, - "start": 22995, - "end": 22996, + "start": 23450, + "end": 23451, "loc": { "start": { - "line": 574, + "line": 580, "column": 16 }, "end": { - "line": 574, + "line": 580, "column": 17 } } @@ -312611,15 +315218,15 @@ "binop": null, "updateContext": null }, - "start": 22996, - "end": 22997, + "start": 23451, + "end": 23452, "loc": { "start": { - "line": 574, + "line": 580, "column": 17 }, "end": { - "line": 574, + "line": 580, "column": 18 } } @@ -312639,15 +315246,15 @@ "updateContext": null }, "value": "catch", - "start": 22997, - "end": 23002, + "start": 23452, + "end": 23457, "loc": { "start": { - "line": 574, + "line": 580, "column": 18 }, "end": { - "line": 574, + "line": 580, "column": 23 } } @@ -312664,15 +315271,15 @@ "postfix": false, "binop": null }, - "start": 23002, - "end": 23003, + "start": 23457, + "end": 23458, "loc": { "start": { - "line": 574, + "line": 580, "column": 23 }, "end": { - "line": 574, + "line": 580, "column": 24 } } @@ -312692,15 +315299,15 @@ "updateContext": null }, "value": "this", - "start": 23024, - "end": 23028, + "start": 23479, + "end": 23483, "loc": { "start": { - "line": 575, + "line": 581, "column": 20 }, "end": { - "line": 575, + "line": 581, "column": 24 } } @@ -312718,15 +315325,15 @@ "binop": null, "updateContext": null }, - "start": 23028, - "end": 23029, + "start": 23483, + "end": 23484, "loc": { "start": { - "line": 575, + "line": 581, "column": 24 }, "end": { - "line": 575, + "line": 581, "column": 25 } } @@ -312744,15 +315351,15 @@ "binop": null }, "value": "onDeviceError", - "start": 23029, - "end": 23042, + "start": 23484, + "end": 23497, "loc": { "start": { - "line": 575, + "line": 581, "column": 25 }, "end": { - "line": 575, + "line": 581, "column": 38 } } @@ -312770,15 +315377,15 @@ "binop": null, "updateContext": null }, - "start": 23042, - "end": 23043, + "start": 23497, + "end": 23498, "loc": { "start": { - "line": 575, + "line": 581, "column": 38 }, "end": { - "line": 575, + "line": 581, "column": 39 } } @@ -312796,15 +315403,15 @@ "binop": null }, "value": "bind", - "start": 23043, - "end": 23047, + "start": 23498, + "end": 23502, "loc": { "start": { - "line": 575, + "line": 581, "column": 39 }, "end": { - "line": 575, + "line": 581, "column": 43 } } @@ -312821,15 +315428,15 @@ "postfix": false, "binop": null }, - "start": 23047, - "end": 23048, + "start": 23502, + "end": 23503, "loc": { "start": { - "line": 575, + "line": 581, "column": 43 }, "end": { - "line": 575, + "line": 581, "column": 44 } } @@ -312849,15 +315456,15 @@ "updateContext": null }, "value": "this", - "start": 23048, - "end": 23052, + "start": 23503, + "end": 23507, "loc": { "start": { - "line": 575, + "line": 581, "column": 44 }, "end": { - "line": 575, + "line": 581, "column": 48 } } @@ -312874,15 +315481,15 @@ "postfix": false, "binop": null }, - "start": 23052, - "end": 23053, + "start": 23507, + "end": 23508, "loc": { "start": { - "line": 575, + "line": 581, "column": 48 }, "end": { - "line": 575, + "line": 581, "column": 49 } } @@ -312899,15 +315506,15 @@ "postfix": false, "binop": null }, - "start": 23070, - "end": 23071, + "start": 23525, + "end": 23526, "loc": { "start": { - "line": 576, + "line": 582, "column": 16 }, "end": { - "line": 576, + "line": 582, "column": 17 } } @@ -312925,15 +315532,15 @@ "binop": null, "updateContext": null }, - "start": 23071, - "end": 23072, + "start": 23526, + "end": 23527, "loc": { "start": { - "line": 576, + "line": 582, "column": 17 }, "end": { - "line": 576, + "line": 582, "column": 18 } } @@ -312953,15 +315560,15 @@ "updateContext": null }, "value": "break", - "start": 23089, - "end": 23094, + "start": 23544, + "end": 23549, "loc": { "start": { - "line": 577, + "line": 583, "column": 16 }, "end": { - "line": 577, + "line": 583, "column": 21 } } @@ -312979,15 +315586,15 @@ "binop": null, "updateContext": null }, - "start": 23094, - "end": 23095, + "start": 23549, + "end": 23550, "loc": { "start": { - "line": 577, + "line": 583, "column": 21 }, "end": { - "line": 577, + "line": 583, "column": 22 } } @@ -313007,15 +315614,15 @@ "updateContext": null }, "value": "case", - "start": 23109, - "end": 23113, + "start": 23564, + "end": 23568, "loc": { "start": { - "line": 579, + "line": 585, "column": 12 }, "end": { - "line": 579, + "line": 585, "column": 16 } } @@ -313033,15 +315640,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 23114, - "end": 23125, + "start": 23569, + "end": 23580, "loc": { "start": { - "line": 579, + "line": 585, "column": 17 }, "end": { - "line": 579, + "line": 585, "column": 28 } } @@ -313059,15 +315666,15 @@ "binop": null, "updateContext": null }, - "start": 23125, - "end": 23126, + "start": 23580, + "end": 23581, "loc": { "start": { - "line": 579, + "line": 585, "column": 28 }, "end": { - "line": 579, + "line": 585, "column": 29 } } @@ -313075,15 +315682,15 @@ { "type": "CommentLine", "value": " setup screen", - "start": 23143, - "end": 23158, + "start": 23598, + "end": 23613, "loc": { "start": { - "line": 580, + "line": 586, "column": 16 }, "end": { - "line": 580, + "line": 586, "column": 31 } } @@ -313103,15 +315710,15 @@ "updateContext": null }, "value": "this", - "start": 23175, - "end": 23179, + "start": 23630, + "end": 23634, "loc": { "start": { - "line": 581, + "line": 587, "column": 16 }, "end": { - "line": 581, + "line": 587, "column": 20 } } @@ -313129,15 +315736,15 @@ "binop": null, "updateContext": null }, - "start": 23179, - "end": 23180, + "start": 23634, + "end": 23635, "loc": { "start": { - "line": 581, + "line": 587, "column": 20 }, "end": { - "line": 581, + "line": 587, "column": 21 } } @@ -313155,15 +315762,15 @@ "binop": null }, "value": "mediaType", - "start": 23180, - "end": 23189, + "start": 23635, + "end": 23644, "loc": { "start": { - "line": 581, + "line": 587, "column": 21 }, "end": { - "line": 581, + "line": 587, "column": 30 } } @@ -313182,15 +315789,15 @@ "updateContext": null }, "value": "=", - "start": 23190, - "end": 23191, + "start": 23645, + "end": 23646, "loc": { "start": { - "line": 581, + "line": 587, "column": 31 }, "end": { - "line": 581, + "line": 587, "column": 32 } } @@ -313207,15 +315814,15 @@ "postfix": false, "binop": null }, - "start": 23192, - "end": 23193, + "start": 23647, + "end": 23648, "loc": { "start": { - "line": 581, + "line": 587, "column": 33 }, "end": { - "line": 581, + "line": 587, "column": 34 } } @@ -313223,15 +315830,15 @@ { "type": "CommentLine", "value": " screen capture", - "start": 23214, - "end": 23231, + "start": 23669, + "end": 23686, "loc": { "start": { - "line": 582, + "line": 588, "column": 20 }, "end": { - "line": 582, + "line": 588, "column": 37 } } @@ -313249,15 +315856,15 @@ "binop": null }, "value": "audio", - "start": 23252, - "end": 23257, + "start": 23707, + "end": 23712, "loc": { "start": { - "line": 583, + "line": 589, "column": 20 }, "end": { - "line": 583, + "line": 589, "column": 25 } } @@ -313275,15 +315882,15 @@ "binop": null, "updateContext": null }, - "start": 23257, - "end": 23258, + "start": 23712, + "end": 23713, "loc": { "start": { - "line": 583, + "line": 589, "column": 25 }, "end": { - "line": 583, + "line": 589, "column": 26 } } @@ -313303,15 +315910,15 @@ "updateContext": null }, "value": "false", - "start": 23259, - "end": 23264, + "start": 23714, + "end": 23719, "loc": { "start": { - "line": 583, + "line": 589, "column": 27 }, "end": { - "line": 583, + "line": 589, "column": 32 } } @@ -313329,15 +315936,15 @@ "binop": null, "updateContext": null }, - "start": 23264, - "end": 23265, + "start": 23719, + "end": 23720, "loc": { "start": { - "line": 583, + "line": 589, "column": 32 }, "end": { - "line": 583, + "line": 589, "column": 33 } } @@ -313355,15 +315962,15 @@ "binop": null }, "value": "video", - "start": 23286, - "end": 23291, + "start": 23741, + "end": 23746, "loc": { "start": { - "line": 584, + "line": 590, "column": 20 }, "end": { - "line": 584, + "line": 590, "column": 25 } } @@ -313381,15 +315988,15 @@ "binop": null, "updateContext": null }, - "start": 23291, - "end": 23292, + "start": 23746, + "end": 23747, "loc": { "start": { - "line": 584, + "line": 590, "column": 25 }, "end": { - "line": 584, + "line": 590, "column": 26 } } @@ -313409,15 +316016,15 @@ "updateContext": null }, "value": "false", - "start": 23293, - "end": 23298, + "start": 23748, + "end": 23753, "loc": { "start": { - "line": 584, + "line": 590, "column": 27 }, "end": { - "line": 584, + "line": 590, "column": 32 } } @@ -313435,15 +316042,15 @@ "binop": null, "updateContext": null }, - "start": 23298, - "end": 23299, + "start": 23753, + "end": 23754, "loc": { "start": { - "line": 584, + "line": 590, "column": 32 }, "end": { - "line": 584, + "line": 590, "column": 33 } } @@ -313461,15 +316068,15 @@ "binop": null }, "value": "screen", - "start": 23320, - "end": 23326, + "start": 23775, + "end": 23781, "loc": { "start": { - "line": 585, + "line": 591, "column": 20 }, "end": { - "line": 585, + "line": 591, "column": 26 } } @@ -313487,15 +316094,15 @@ "binop": null, "updateContext": null }, - "start": 23326, - "end": 23327, + "start": 23781, + "end": 23782, "loc": { "start": { - "line": 585, + "line": 591, "column": 26 }, "end": { - "line": 585, + "line": 591, "column": 27 } } @@ -313515,15 +316122,15 @@ "updateContext": null }, "value": "true", - "start": 23328, - "end": 23332, + "start": 23783, + "end": 23787, "loc": { "start": { - "line": 585, + "line": 591, "column": 28 }, "end": { - "line": 585, + "line": 591, "column": 32 } } @@ -313541,15 +316148,15 @@ "binop": null, "updateContext": null }, - "start": 23332, - "end": 23333, + "start": 23787, + "end": 23788, "loc": { "start": { - "line": 585, + "line": 591, "column": 32 }, "end": { - "line": 585, + "line": 591, "column": 33 } } @@ -313567,15 +316174,15 @@ "binop": null }, "value": "gif", - "start": 23354, - "end": 23357, + "start": 23809, + "end": 23812, "loc": { "start": { - "line": 586, + "line": 592, "column": 20 }, "end": { - "line": 586, + "line": 592, "column": 23 } } @@ -313593,15 +316200,15 @@ "binop": null, "updateContext": null }, - "start": 23357, - "end": 23358, + "start": 23812, + "end": 23813, "loc": { "start": { - "line": 586, + "line": 592, "column": 23 }, "end": { - "line": 586, + "line": 592, "column": 24 } } @@ -313621,15 +316228,15 @@ "updateContext": null }, "value": "false", - "start": 23359, - "end": 23364, + "start": 23814, + "end": 23819, "loc": { "start": { - "line": 586, + "line": 592, "column": 25 }, "end": { - "line": 586, + "line": 592, "column": 30 } } @@ -313646,15 +316253,15 @@ "postfix": false, "binop": null }, - "start": 23381, - "end": 23382, + "start": 23836, + "end": 23837, "loc": { "start": { - "line": 587, + "line": 593, "column": 16 }, "end": { - "line": 587, + "line": 593, "column": 17 } } @@ -313672,15 +316279,15 @@ "binop": null, "updateContext": null }, - "start": 23382, - "end": 23383, + "start": 23837, + "end": 23838, "loc": { "start": { - "line": 587, + "line": 593, "column": 17 }, "end": { - "line": 587, + "line": 593, "column": 18 } } @@ -313700,15 +316307,15 @@ "updateContext": null }, "value": "let", - "start": 23400, - "end": 23403, + "start": 23855, + "end": 23858, "loc": { "start": { - "line": 588, + "line": 594, "column": 16 }, "end": { - "line": 588, + "line": 594, "column": 19 } } @@ -313726,15 +316333,15 @@ "binop": null }, "value": "screenOnlyConstraints", - "start": 23404, - "end": 23425, + "start": 23859, + "end": 23880, "loc": { "start": { - "line": 588, + "line": 594, "column": 20 }, "end": { - "line": 588, + "line": 594, "column": 41 } } @@ -313753,15 +316360,15 @@ "updateContext": null }, "value": "=", - "start": 23426, - "end": 23427, + "start": 23881, + "end": 23882, "loc": { "start": { - "line": 588, + "line": 594, "column": 42 }, "end": { - "line": 588, + "line": 594, "column": 43 } } @@ -313778,15 +316385,15 @@ "postfix": false, "binop": null }, - "start": 23428, - "end": 23429, + "start": 23883, + "end": 23884, "loc": { "start": { - "line": 588, + "line": 594, "column": 44 }, "end": { - "line": 588, + "line": 594, "column": 45 } } @@ -313803,15 +316410,15 @@ "postfix": false, "binop": null }, - "start": 23429, - "end": 23430, + "start": 23884, + "end": 23885, "loc": { "start": { - "line": 588, + "line": 594, "column": 45 }, "end": { - "line": 588, + "line": 594, "column": 46 } } @@ -313829,15 +316436,15 @@ "binop": null, "updateContext": null }, - "start": 23430, - "end": 23431, + "start": 23885, + "end": 23886, "loc": { "start": { - "line": 588, + "line": 594, "column": 46 }, "end": { - "line": 588, + "line": 594, "column": 47 } } @@ -313857,15 +316464,15 @@ "updateContext": null }, "value": "if", - "start": 23448, - "end": 23450, + "start": 23903, + "end": 23905, "loc": { "start": { - "line": 589, + "line": 595, "column": 16 }, "end": { - "line": 589, + "line": 595, "column": 18 } } @@ -313882,15 +316489,15 @@ "postfix": false, "binop": null }, - "start": 23451, - "end": 23452, + "start": 23906, + "end": 23907, "loc": { "start": { - "line": 589, + "line": 595, "column": 19 }, "end": { - "line": 589, + "line": 595, "column": 20 } } @@ -313910,15 +316517,15 @@ "updateContext": null }, "value": "this", - "start": 23452, - "end": 23456, + "start": 23907, + "end": 23911, "loc": { "start": { - "line": 589, + "line": 595, "column": 20 }, "end": { - "line": 589, + "line": 595, "column": 24 } } @@ -313936,15 +316543,15 @@ "binop": null, "updateContext": null }, - "start": 23456, - "end": 23457, + "start": 23911, + "end": 23912, "loc": { "start": { - "line": 589, + "line": 595, "column": 24 }, "end": { - "line": 589, + "line": 595, "column": 25 } } @@ -313962,15 +316569,15 @@ "binop": null }, "value": "recordScreen", - "start": 23457, - "end": 23469, + "start": 23912, + "end": 23924, "loc": { "start": { - "line": 589, + "line": 595, "column": 25 }, "end": { - "line": 589, + "line": 595, "column": 37 } } @@ -313989,15 +316596,15 @@ "updateContext": null }, "value": "===", - "start": 23470, - "end": 23473, + "start": 23925, + "end": 23928, "loc": { "start": { - "line": 589, + "line": 595, "column": 38 }, "end": { - "line": 589, + "line": 595, "column": 41 } } @@ -314017,15 +316624,15 @@ "updateContext": null }, "value": "true", - "start": 23474, - "end": 23478, + "start": 23929, + "end": 23933, "loc": { "start": { - "line": 589, + "line": 595, "column": 42 }, "end": { - "line": 589, + "line": 595, "column": 46 } } @@ -314042,15 +316649,15 @@ "postfix": false, "binop": null }, - "start": 23478, - "end": 23479, + "start": 23933, + "end": 23934, "loc": { "start": { - "line": 589, + "line": 595, "column": 46 }, "end": { - "line": 589, + "line": 595, "column": 47 } } @@ -314067,15 +316674,15 @@ "postfix": false, "binop": null }, - "start": 23480, - "end": 23481, + "start": 23935, + "end": 23936, "loc": { "start": { - "line": 589, + "line": 595, "column": 48 }, "end": { - "line": 589, + "line": 595, "column": 49 } } @@ -314093,15 +316700,15 @@ "binop": null }, "value": "screenOnlyConstraints", - "start": 23502, - "end": 23523, + "start": 23957, + "end": 23978, "loc": { "start": { - "line": 590, + "line": 596, "column": 20 }, "end": { - "line": 590, + "line": 596, "column": 41 } } @@ -314120,15 +316727,15 @@ "updateContext": null }, "value": "=", - "start": 23524, - "end": 23525, + "start": 23979, + "end": 23980, "loc": { "start": { - "line": 590, + "line": 596, "column": 42 }, "end": { - "line": 590, + "line": 596, "column": 43 } } @@ -314145,15 +316752,15 @@ "postfix": false, "binop": null }, - "start": 23526, - "end": 23527, + "start": 23981, + "end": 23982, "loc": { "start": { - "line": 590, + "line": 596, "column": 44 }, "end": { - "line": 590, + "line": 596, "column": 45 } } @@ -314171,15 +316778,15 @@ "binop": null }, "value": "video", - "start": 23552, - "end": 23557, + "start": 24007, + "end": 24012, "loc": { "start": { - "line": 591, + "line": 597, "column": 24 }, "end": { - "line": 591, + "line": 597, "column": 29 } } @@ -314197,15 +316804,15 @@ "binop": null, "updateContext": null }, - "start": 23557, - "end": 23558, + "start": 24012, + "end": 24013, "loc": { "start": { - "line": 591, + "line": 597, "column": 29 }, "end": { - "line": 591, + "line": 597, "column": 30 } } @@ -314225,15 +316832,15 @@ "updateContext": null }, "value": "true", - "start": 23559, - "end": 23563, + "start": 24014, + "end": 24018, "loc": { "start": { - "line": 591, + "line": 597, "column": 31 }, "end": { - "line": 591, + "line": 597, "column": 35 } } @@ -314250,15 +316857,15 @@ "postfix": false, "binop": null }, - "start": 23584, - "end": 23585, + "start": 24039, + "end": 24040, "loc": { "start": { - "line": 592, + "line": 598, "column": 20 }, "end": { - "line": 592, + "line": 598, "column": 21 } } @@ -314276,15 +316883,15 @@ "binop": null, "updateContext": null }, - "start": 23585, - "end": 23586, + "start": 24040, + "end": 24041, "loc": { "start": { - "line": 592, + "line": 598, "column": 21 }, "end": { - "line": 592, + "line": 598, "column": 22 } } @@ -314301,15 +316908,15 @@ "postfix": false, "binop": null }, - "start": 23603, - "end": 23604, + "start": 24058, + "end": 24059, "loc": { "start": { - "line": 593, + "line": 599, "column": 16 }, "end": { - "line": 593, + "line": 599, "column": 17 } } @@ -314329,15 +316936,15 @@ "updateContext": null }, "value": "else", - "start": 23605, - "end": 23609, + "start": 24060, + "end": 24064, "loc": { "start": { - "line": 593, + "line": 599, "column": 18 }, "end": { - "line": 593, + "line": 599, "column": 22 } } @@ -314357,15 +316964,15 @@ "updateContext": null }, "value": "if", - "start": 23610, - "end": 23612, + "start": 24065, + "end": 24067, "loc": { "start": { - "line": 593, + "line": 599, "column": 23 }, "end": { - "line": 593, + "line": 599, "column": 25 } } @@ -314382,15 +316989,15 @@ "postfix": false, "binop": null }, - "start": 23613, - "end": 23614, + "start": 24068, + "end": 24069, "loc": { "start": { - "line": 593, + "line": 599, "column": 26 }, "end": { - "line": 593, + "line": 599, "column": 27 } } @@ -314410,15 +317017,15 @@ "updateContext": null }, "value": "typeof", - "start": 23614, - "end": 23620, + "start": 24069, + "end": 24075, "loc": { "start": { - "line": 593, + "line": 599, "column": 27 }, "end": { - "line": 593, + "line": 599, "column": 33 } } @@ -314438,15 +317045,15 @@ "updateContext": null }, "value": "this", - "start": 23621, - "end": 23625, + "start": 24076, + "end": 24080, "loc": { "start": { - "line": 593, + "line": 599, "column": 34 }, "end": { - "line": 593, + "line": 599, "column": 38 } } @@ -314464,15 +317071,15 @@ "binop": null, "updateContext": null }, - "start": 23625, - "end": 23626, + "start": 24080, + "end": 24081, "loc": { "start": { - "line": 593, + "line": 599, "column": 38 }, "end": { - "line": 593, + "line": 599, "column": 39 } } @@ -314490,15 +317097,15 @@ "binop": null }, "value": "recordScreen", - "start": 23626, - "end": 23638, + "start": 24081, + "end": 24093, "loc": { "start": { - "line": 593, + "line": 599, "column": 39 }, "end": { - "line": 593, + "line": 599, "column": 51 } } @@ -314517,15 +317124,15 @@ "updateContext": null }, "value": "===", - "start": 23639, - "end": 23642, + "start": 24094, + "end": 24097, "loc": { "start": { - "line": 593, + "line": 599, "column": 52 }, "end": { - "line": 593, + "line": 599, "column": 55 } } @@ -314544,15 +317151,15 @@ "updateContext": null }, "value": "object", - "start": 23643, - "end": 23651, + "start": 24098, + "end": 24106, "loc": { "start": { - "line": 593, + "line": 599, "column": 56 }, "end": { - "line": 593, + "line": 599, "column": 64 } } @@ -314571,15 +317178,15 @@ "updateContext": null }, "value": "&&", - "start": 23652, - "end": 23654, + "start": 24107, + "end": 24109, "loc": { "start": { - "line": 593, + "line": 599, "column": 65 }, "end": { - "line": 593, + "line": 599, "column": 67 } } @@ -314599,15 +317206,15 @@ "updateContext": null }, "value": "this", - "start": 23675, - "end": 23679, + "start": 24130, + "end": 24134, "loc": { "start": { - "line": 594, + "line": 600, "column": 20 }, "end": { - "line": 594, + "line": 600, "column": 24 } } @@ -314625,15 +317232,15 @@ "binop": null, "updateContext": null }, - "start": 23679, - "end": 23680, + "start": 24134, + "end": 24135, "loc": { "start": { - "line": 594, + "line": 600, "column": 24 }, "end": { - "line": 594, + "line": 600, "column": 25 } } @@ -314651,15 +317258,15 @@ "binop": null }, "value": "recordScreen", - "start": 23680, - "end": 23692, + "start": 24135, + "end": 24147, "loc": { "start": { - "line": 594, + "line": 600, "column": 25 }, "end": { - "line": 594, + "line": 600, "column": 37 } } @@ -314677,15 +317284,15 @@ "binop": null, "updateContext": null }, - "start": 23692, - "end": 23693, + "start": 24147, + "end": 24148, "loc": { "start": { - "line": 594, + "line": 600, "column": 37 }, "end": { - "line": 594, + "line": 600, "column": 38 } } @@ -314703,15 +317310,15 @@ "binop": null }, "value": "constructor", - "start": 23693, - "end": 23704, + "start": 24148, + "end": 24159, "loc": { "start": { - "line": 594, + "line": 600, "column": 38 }, "end": { - "line": 594, + "line": 600, "column": 49 } } @@ -314730,15 +317337,15 @@ "updateContext": null }, "value": "===", - "start": 23705, - "end": 23708, + "start": 24160, + "end": 24163, "loc": { "start": { - "line": 594, + "line": 600, "column": 50 }, "end": { - "line": 594, + "line": 600, "column": 53 } } @@ -314756,15 +317363,15 @@ "binop": null }, "value": "Object", - "start": 23709, - "end": 23715, + "start": 24164, + "end": 24170, "loc": { "start": { - "line": 594, + "line": 600, "column": 54 }, "end": { - "line": 594, + "line": 600, "column": 60 } } @@ -314781,15 +317388,15 @@ "postfix": false, "binop": null }, - "start": 23715, - "end": 23716, + "start": 24170, + "end": 24171, "loc": { "start": { - "line": 594, + "line": 600, "column": 60 }, "end": { - "line": 594, + "line": 600, "column": 61 } } @@ -314806,15 +317413,15 @@ "postfix": false, "binop": null }, - "start": 23717, - "end": 23718, + "start": 24172, + "end": 24173, "loc": { "start": { - "line": 594, + "line": 600, "column": 62 }, "end": { - "line": 594, + "line": 600, "column": 63 } } @@ -314832,15 +317439,15 @@ "binop": null }, "value": "screenOnlyConstraints", - "start": 23739, - "end": 23760, + "start": 24194, + "end": 24215, "loc": { "start": { - "line": 595, + "line": 601, "column": 20 }, "end": { - "line": 595, + "line": 601, "column": 41 } } @@ -314859,15 +317466,15 @@ "updateContext": null }, "value": "=", - "start": 23761, - "end": 23762, + "start": 24216, + "end": 24217, "loc": { "start": { - "line": 595, + "line": 601, "column": 42 }, "end": { - "line": 595, + "line": 601, "column": 43 } } @@ -314887,15 +317494,15 @@ "updateContext": null }, "value": "this", - "start": 23763, - "end": 23767, + "start": 24218, + "end": 24222, "loc": { "start": { - "line": 595, + "line": 601, "column": 44 }, "end": { - "line": 595, + "line": 601, "column": 48 } } @@ -314913,15 +317520,15 @@ "binop": null, "updateContext": null }, - "start": 23767, - "end": 23768, + "start": 24222, + "end": 24223, "loc": { "start": { - "line": 595, + "line": 601, "column": 48 }, "end": { - "line": 595, + "line": 601, "column": 49 } } @@ -314939,15 +317546,15 @@ "binop": null }, "value": "recordScreen", - "start": 23768, - "end": 23780, + "start": 24223, + "end": 24235, "loc": { "start": { - "line": 595, + "line": 601, "column": 49 }, "end": { - "line": 595, + "line": 601, "column": 61 } } @@ -314965,15 +317572,15 @@ "binop": null, "updateContext": null }, - "start": 23780, - "end": 23781, + "start": 24235, + "end": 24236, "loc": { "start": { - "line": 595, + "line": 601, "column": 61 }, "end": { - "line": 595, + "line": 601, "column": 62 } } @@ -314990,15 +317597,15 @@ "postfix": false, "binop": null }, - "start": 23798, - "end": 23799, + "start": 24253, + "end": 24254, "loc": { "start": { - "line": 596, + "line": 602, "column": 16 }, "end": { - "line": 596, + "line": 602, "column": 17 } } @@ -315016,15 +317623,15 @@ "binop": null }, "value": "navigator", - "start": 23816, - "end": 23825, + "start": 24271, + "end": 24280, "loc": { "start": { - "line": 597, + "line": 603, "column": 16 }, "end": { - "line": 597, + "line": 603, "column": 25 } } @@ -315042,15 +317649,15 @@ "binop": null, "updateContext": null }, - "start": 23825, - "end": 23826, + "start": 24280, + "end": 24281, "loc": { "start": { - "line": 597, + "line": 603, "column": 25 }, "end": { - "line": 597, + "line": 603, "column": 26 } } @@ -315068,15 +317675,15 @@ "binop": null }, "value": "mediaDevices", - "start": 23826, - "end": 23838, + "start": 24281, + "end": 24293, "loc": { "start": { - "line": 597, + "line": 603, "column": 26 }, "end": { - "line": 597, + "line": 603, "column": 38 } } @@ -315094,15 +317701,15 @@ "binop": null, "updateContext": null }, - "start": 23838, - "end": 23839, + "start": 24293, + "end": 24294, "loc": { "start": { - "line": 597, + "line": 603, "column": 38 }, "end": { - "line": 597, + "line": 603, "column": 39 } } @@ -315120,15 +317727,15 @@ "binop": null }, "value": "getDisplayMedia", - "start": 23839, - "end": 23854, + "start": 24294, + "end": 24309, "loc": { "start": { - "line": 597, + "line": 603, "column": 39 }, "end": { - "line": 597, + "line": 603, "column": 54 } } @@ -315145,15 +317752,15 @@ "postfix": false, "binop": null }, - "start": 23854, - "end": 23855, + "start": 24309, + "end": 24310, "loc": { "start": { - "line": 597, + "line": 603, "column": 54 }, "end": { - "line": 597, + "line": 603, "column": 55 } } @@ -315171,15 +317778,15 @@ "binop": null }, "value": "screenOnlyConstraints", - "start": 23855, - "end": 23876, + "start": 24310, + "end": 24331, "loc": { "start": { - "line": 597, + "line": 603, "column": 55 }, "end": { - "line": 597, + "line": 603, "column": 76 } } @@ -315196,15 +317803,15 @@ "postfix": false, "binop": null }, - "start": 23876, - "end": 23877, + "start": 24331, + "end": 24332, "loc": { "start": { - "line": 597, + "line": 603, "column": 76 }, "end": { - "line": 597, + "line": 603, "column": 77 } } @@ -315222,15 +317829,15 @@ "binop": null, "updateContext": null }, - "start": 23877, - "end": 23878, + "start": 24332, + "end": 24333, "loc": { "start": { - "line": 597, + "line": 603, "column": 77 }, "end": { - "line": 597, + "line": 603, "column": 78 } } @@ -315248,15 +317855,15 @@ "binop": null }, "value": "then", - "start": 23878, - "end": 23882, + "start": 24333, + "end": 24337, "loc": { "start": { - "line": 597, + "line": 603, "column": 78 }, "end": { - "line": 597, + "line": 603, "column": 82 } } @@ -315273,15 +317880,15 @@ "postfix": false, "binop": null }, - "start": 23882, - "end": 23883, + "start": 24337, + "end": 24338, "loc": { "start": { - "line": 597, + "line": 603, "column": 82 }, "end": { - "line": 597, + "line": 603, "column": 83 } } @@ -315301,15 +317908,15 @@ "updateContext": null }, "value": "this", - "start": 23904, - "end": 23908, + "start": 24359, + "end": 24363, "loc": { "start": { - "line": 598, + "line": 604, "column": 20 }, "end": { - "line": 598, + "line": 604, "column": 24 } } @@ -315327,15 +317934,15 @@ "binop": null, "updateContext": null }, - "start": 23908, - "end": 23909, + "start": 24363, + "end": 24364, "loc": { "start": { - "line": 598, + "line": 604, "column": 24 }, "end": { - "line": 598, + "line": 604, "column": 25 } } @@ -315353,15 +317960,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 23909, - "end": 23922, + "start": 24364, + "end": 24377, "loc": { "start": { - "line": 598, + "line": 604, "column": 25 }, "end": { - "line": 598, + "line": 604, "column": 38 } } @@ -315379,15 +317986,15 @@ "binop": null, "updateContext": null }, - "start": 23922, - "end": 23923, + "start": 24377, + "end": 24378, "loc": { "start": { - "line": 598, + "line": 604, "column": 38 }, "end": { - "line": 598, + "line": 604, "column": 39 } } @@ -315405,15 +318012,15 @@ "binop": null }, "value": "bind", - "start": 23923, - "end": 23927, + "start": 24378, + "end": 24382, "loc": { "start": { - "line": 598, + "line": 604, "column": 39 }, "end": { - "line": 598, + "line": 604, "column": 43 } } @@ -315430,15 +318037,15 @@ "postfix": false, "binop": null }, - "start": 23927, - "end": 23928, + "start": 24382, + "end": 24383, "loc": { "start": { - "line": 598, + "line": 604, "column": 43 }, "end": { - "line": 598, + "line": 604, "column": 44 } } @@ -315458,15 +318065,15 @@ "updateContext": null }, "value": "this", - "start": 23928, - "end": 23932, + "start": 24383, + "end": 24387, "loc": { "start": { - "line": 598, + "line": 604, "column": 44 }, "end": { - "line": 598, + "line": 604, "column": 48 } } @@ -315483,15 +318090,15 @@ "postfix": false, "binop": null }, - "start": 23932, - "end": 23933, + "start": 24387, + "end": 24388, "loc": { "start": { - "line": 598, + "line": 604, "column": 48 }, "end": { - "line": 598, + "line": 604, "column": 49 } } @@ -315508,15 +318115,15 @@ "postfix": false, "binop": null }, - "start": 23950, - "end": 23951, + "start": 24405, + "end": 24406, "loc": { "start": { - "line": 599, + "line": 605, "column": 16 }, "end": { - "line": 599, + "line": 605, "column": 17 } } @@ -315534,15 +318141,15 @@ "binop": null, "updateContext": null }, - "start": 23951, - "end": 23952, + "start": 24406, + "end": 24407, "loc": { "start": { - "line": 599, + "line": 605, "column": 17 }, "end": { - "line": 599, + "line": 605, "column": 18 } } @@ -315562,15 +318169,15 @@ "updateContext": null }, "value": "catch", - "start": 23952, - "end": 23957, + "start": 24407, + "end": 24412, "loc": { "start": { - "line": 599, + "line": 605, "column": 18 }, "end": { - "line": 599, + "line": 605, "column": 23 } } @@ -315587,15 +318194,15 @@ "postfix": false, "binop": null }, - "start": 23957, - "end": 23958, + "start": 24412, + "end": 24413, "loc": { "start": { - "line": 599, + "line": 605, "column": 23 }, "end": { - "line": 599, + "line": 605, "column": 24 } } @@ -315615,15 +318222,15 @@ "updateContext": null }, "value": "this", - "start": 23979, - "end": 23983, + "start": 24434, + "end": 24438, "loc": { "start": { - "line": 600, + "line": 606, "column": 20 }, "end": { - "line": 600, + "line": 606, "column": 24 } } @@ -315641,15 +318248,15 @@ "binop": null, "updateContext": null }, - "start": 23983, - "end": 23984, + "start": 24438, + "end": 24439, "loc": { "start": { - "line": 600, + "line": 606, "column": 24 }, "end": { - "line": 600, + "line": 606, "column": 25 } } @@ -315667,15 +318274,15 @@ "binop": null }, "value": "onDeviceError", - "start": 23984, - "end": 23997, + "start": 24439, + "end": 24452, "loc": { "start": { - "line": 600, + "line": 606, "column": 25 }, "end": { - "line": 600, + "line": 606, "column": 38 } } @@ -315693,15 +318300,15 @@ "binop": null, "updateContext": null }, - "start": 23997, - "end": 23998, + "start": 24452, + "end": 24453, "loc": { "start": { - "line": 600, + "line": 606, "column": 38 }, "end": { - "line": 600, + "line": 606, "column": 39 } } @@ -315719,15 +318326,15 @@ "binop": null }, "value": "bind", - "start": 23998, - "end": 24002, + "start": 24453, + "end": 24457, "loc": { "start": { - "line": 600, + "line": 606, "column": 39 }, "end": { - "line": 600, + "line": 606, "column": 43 } } @@ -315744,15 +318351,15 @@ "postfix": false, "binop": null }, - "start": 24002, - "end": 24003, + "start": 24457, + "end": 24458, "loc": { "start": { - "line": 600, + "line": 606, "column": 43 }, "end": { - "line": 600, + "line": 606, "column": 44 } } @@ -315772,15 +318379,15 @@ "updateContext": null }, "value": "this", - "start": 24003, - "end": 24007, + "start": 24458, + "end": 24462, "loc": { "start": { - "line": 600, + "line": 606, "column": 44 }, "end": { - "line": 600, + "line": 606, "column": 48 } } @@ -315797,15 +318404,15 @@ "postfix": false, "binop": null }, - "start": 24007, - "end": 24008, + "start": 24462, + "end": 24463, "loc": { "start": { - "line": 600, + "line": 606, "column": 48 }, "end": { - "line": 600, + "line": 606, "column": 49 } } @@ -315822,15 +318429,15 @@ "postfix": false, "binop": null }, - "start": 24025, - "end": 24026, + "start": 24480, + "end": 24481, "loc": { "start": { - "line": 601, + "line": 607, "column": 16 }, "end": { - "line": 601, + "line": 607, "column": 17 } } @@ -315848,15 +318455,15 @@ "binop": null, "updateContext": null }, - "start": 24026, - "end": 24027, + "start": 24481, + "end": 24482, "loc": { "start": { - "line": 601, + "line": 607, "column": 17 }, "end": { - "line": 601, + "line": 607, "column": 18 } } @@ -315876,15 +318483,15 @@ "updateContext": null }, "value": "break", - "start": 24044, - "end": 24049, + "start": 24499, + "end": 24504, "loc": { "start": { - "line": 602, + "line": 608, "column": 16 }, "end": { - "line": 602, + "line": 608, "column": 21 } } @@ -315902,15 +318509,15 @@ "binop": null, "updateContext": null }, - "start": 24049, - "end": 24050, + "start": 24504, + "end": 24505, "loc": { "start": { - "line": 602, + "line": 608, "column": 21 }, "end": { - "line": 602, + "line": 608, "column": 22 } } @@ -315927,15 +318534,15 @@ "postfix": false, "binop": null }, - "start": 24059, - "end": 24060, + "start": 24514, + "end": 24515, "loc": { "start": { - "line": 603, + "line": 609, "column": 8 }, "end": { - "line": 603, + "line": 609, "column": 9 } } @@ -315952,15 +318559,15 @@ "postfix": false, "binop": null }, - "start": 24065, - "end": 24066, + "start": 24520, + "end": 24521, "loc": { "start": { - "line": 604, + "line": 610, "column": 4 }, "end": { - "line": 604, + "line": 610, "column": 5 } } @@ -315968,15 +318575,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n ", - "start": 24072, - "end": 24221, + "start": 24527, + "end": 24676, "loc": { "start": { - "line": 606, + "line": 612, "column": 4 }, "end": { - "line": 611, + "line": 617, "column": 7 } } @@ -315994,15 +318601,15 @@ "binop": null }, "value": "onDeviceReady", - "start": 24226, - "end": 24239, + "start": 24681, + "end": 24694, "loc": { "start": { - "line": 612, + "line": 618, "column": 4 }, "end": { - "line": 612, + "line": 618, "column": 17 } } @@ -316019,15 +318626,15 @@ "postfix": false, "binop": null }, - "start": 24239, - "end": 24240, + "start": 24694, + "end": 24695, "loc": { "start": { - "line": 612, + "line": 618, "column": 17 }, "end": { - "line": 612, + "line": 618, "column": 18 } } @@ -316045,15 +318652,15 @@ "binop": null }, "value": "stream", - "start": 24240, - "end": 24246, + "start": 24695, + "end": 24701, "loc": { "start": { - "line": 612, + "line": 618, "column": 18 }, "end": { - "line": 612, + "line": 618, "column": 24 } } @@ -316070,15 +318677,15 @@ "postfix": false, "binop": null }, - "start": 24246, - "end": 24247, + "start": 24701, + "end": 24702, "loc": { "start": { - "line": 612, + "line": 618, "column": 24 }, "end": { - "line": 612, + "line": 618, "column": 25 } } @@ -316095,15 +318702,15 @@ "postfix": false, "binop": null }, - "start": 24248, - "end": 24249, + "start": 24703, + "end": 24704, "loc": { "start": { - "line": 612, + "line": 618, "column": 26 }, "end": { - "line": 612, + "line": 618, "column": 27 } } @@ -316123,15 +318730,15 @@ "updateContext": null }, "value": "this", - "start": 24258, - "end": 24262, + "start": 24713, + "end": 24717, "loc": { "start": { - "line": 613, + "line": 619, "column": 8 }, "end": { - "line": 613, + "line": 619, "column": 12 } } @@ -316149,15 +318756,15 @@ "binop": null, "updateContext": null }, - "start": 24262, - "end": 24263, + "start": 24717, + "end": 24718, "loc": { "start": { - "line": 613, + "line": 619, "column": 12 }, "end": { - "line": 613, + "line": 619, "column": 13 } } @@ -316175,15 +318782,15 @@ "binop": null }, "value": "_deviceActive", - "start": 24263, - "end": 24276, + "start": 24718, + "end": 24731, "loc": { "start": { - "line": 613, + "line": 619, "column": 13 }, "end": { - "line": 613, + "line": 619, "column": 26 } } @@ -316202,15 +318809,15 @@ "updateContext": null }, "value": "=", - "start": 24277, - "end": 24278, + "start": 24732, + "end": 24733, "loc": { "start": { - "line": 613, + "line": 619, "column": 27 }, "end": { - "line": 613, + "line": 619, "column": 28 } } @@ -316230,15 +318837,15 @@ "updateContext": null }, "value": "true", - "start": 24279, - "end": 24283, + "start": 24734, + "end": 24738, "loc": { "start": { - "line": 613, + "line": 619, "column": 29 }, "end": { - "line": 613, + "line": 619, "column": 33 } } @@ -316256,15 +318863,15 @@ "binop": null, "updateContext": null }, - "start": 24283, - "end": 24284, + "start": 24738, + "end": 24739, "loc": { "start": { - "line": 613, + "line": 619, "column": 33 }, "end": { - "line": 613, + "line": 619, "column": 34 } } @@ -316272,15 +318879,15 @@ { "type": "CommentLine", "value": " stop previous stream if it is active", - "start": 24294, - "end": 24333, + "start": 24749, + "end": 24788, "loc": { "start": { - "line": 615, + "line": 621, "column": 8 }, "end": { - "line": 615, + "line": 621, "column": 47 } } @@ -316300,15 +318907,15 @@ "updateContext": null }, "value": "if", - "start": 24342, - "end": 24344, + "start": 24797, + "end": 24799, "loc": { "start": { - "line": 616, + "line": 622, "column": 8 }, "end": { - "line": 616, + "line": 622, "column": 10 } } @@ -316325,15 +318932,15 @@ "postfix": false, "binop": null }, - "start": 24345, - "end": 24346, + "start": 24800, + "end": 24801, "loc": { "start": { - "line": 616, + "line": 622, "column": 11 }, "end": { - "line": 616, + "line": 622, "column": 12 } } @@ -316353,15 +318960,15 @@ "updateContext": null }, "value": "this", - "start": 24346, - "end": 24350, + "start": 24801, + "end": 24805, "loc": { "start": { - "line": 616, + "line": 622, "column": 12 }, "end": { - "line": 616, + "line": 622, "column": 16 } } @@ -316379,15 +318986,15 @@ "binop": null, "updateContext": null }, - "start": 24350, - "end": 24351, + "start": 24805, + "end": 24806, "loc": { "start": { - "line": 616, + "line": 622, "column": 16 }, "end": { - "line": 616, + "line": 622, "column": 17 } } @@ -316405,15 +319012,15 @@ "binop": null }, "value": "stream", - "start": 24351, - "end": 24357, + "start": 24806, + "end": 24812, "loc": { "start": { - "line": 616, + "line": 622, "column": 17 }, "end": { - "line": 616, + "line": 622, "column": 23 } } @@ -316432,15 +319039,15 @@ "updateContext": null }, "value": "!==", - "start": 24358, - "end": 24361, + "start": 24813, + "end": 24816, "loc": { "start": { - "line": 616, + "line": 622, "column": 24 }, "end": { - "line": 616, + "line": 622, "column": 27 } } @@ -316458,15 +319065,15 @@ "binop": null }, "value": "undefined", - "start": 24362, - "end": 24371, + "start": 24817, + "end": 24826, "loc": { "start": { - "line": 616, + "line": 622, "column": 28 }, "end": { - "line": 616, + "line": 622, "column": 37 } } @@ -316485,15 +319092,15 @@ "updateContext": null }, "value": "&&", - "start": 24372, - "end": 24374, + "start": 24827, + "end": 24829, "loc": { "start": { - "line": 616, + "line": 622, "column": 38 }, "end": { - "line": 616, + "line": 622, "column": 40 } } @@ -316513,15 +319120,15 @@ "updateContext": null }, "value": "this", - "start": 24375, - "end": 24379, + "start": 24830, + "end": 24834, "loc": { "start": { - "line": 616, + "line": 622, "column": 41 }, "end": { - "line": 616, + "line": 622, "column": 45 } } @@ -316539,15 +319146,15 @@ "binop": null, "updateContext": null }, - "start": 24379, - "end": 24380, + "start": 24834, + "end": 24835, "loc": { "start": { - "line": 616, + "line": 622, "column": 45 }, "end": { - "line": 616, + "line": 622, "column": 46 } } @@ -316565,15 +319172,15 @@ "binop": null }, "value": "stream", - "start": 24380, - "end": 24386, + "start": 24835, + "end": 24841, "loc": { "start": { - "line": 616, + "line": 622, "column": 46 }, "end": { - "line": 616, + "line": 622, "column": 52 } } @@ -316591,15 +319198,15 @@ "binop": null, "updateContext": null }, - "start": 24386, - "end": 24387, + "start": 24841, + "end": 24842, "loc": { "start": { - "line": 616, + "line": 622, "column": 52 }, "end": { - "line": 616, + "line": 622, "column": 53 } } @@ -316617,15 +319224,15 @@ "binop": null }, "value": "active", - "start": 24387, - "end": 24393, + "start": 24842, + "end": 24848, "loc": { "start": { - "line": 616, + "line": 622, "column": 53 }, "end": { - "line": 616, + "line": 622, "column": 59 } } @@ -316642,15 +319249,15 @@ "postfix": false, "binop": null }, - "start": 24393, - "end": 24394, + "start": 24848, + "end": 24849, "loc": { "start": { - "line": 616, + "line": 622, "column": 59 }, "end": { - "line": 616, + "line": 622, "column": 60 } } @@ -316667,15 +319274,15 @@ "postfix": false, "binop": null }, - "start": 24395, - "end": 24396, + "start": 24850, + "end": 24851, "loc": { "start": { - "line": 616, + "line": 622, "column": 61 }, "end": { - "line": 616, + "line": 622, "column": 62 } } @@ -316695,15 +319302,15 @@ "updateContext": null }, "value": "this", - "start": 24409, - "end": 24413, + "start": 24864, + "end": 24868, "loc": { "start": { - "line": 617, + "line": 623, "column": 12 }, "end": { - "line": 617, + "line": 623, "column": 16 } } @@ -316721,15 +319328,15 @@ "binop": null, "updateContext": null }, - "start": 24413, - "end": 24414, + "start": 24868, + "end": 24869, "loc": { "start": { - "line": 617, + "line": 623, "column": 16 }, "end": { - "line": 617, + "line": 623, "column": 17 } } @@ -316747,15 +319354,15 @@ "binop": null }, "value": "stream", - "start": 24414, - "end": 24420, + "start": 24869, + "end": 24875, "loc": { "start": { - "line": 617, + "line": 623, "column": 17 }, "end": { - "line": 617, + "line": 623, "column": 23 } } @@ -316773,15 +319380,15 @@ "binop": null, "updateContext": null }, - "start": 24420, - "end": 24421, + "start": 24875, + "end": 24876, "loc": { "start": { - "line": 617, + "line": 623, "column": 23 }, "end": { - "line": 617, + "line": 623, "column": 24 } } @@ -316799,15 +319406,15 @@ "binop": null }, "value": "stop", - "start": 24421, - "end": 24425, + "start": 24876, + "end": 24880, "loc": { "start": { - "line": 617, + "line": 623, "column": 24 }, "end": { - "line": 617, + "line": 623, "column": 28 } } @@ -316824,15 +319431,15 @@ "postfix": false, "binop": null }, - "start": 24425, - "end": 24426, + "start": 24880, + "end": 24881, "loc": { "start": { - "line": 617, + "line": 623, "column": 28 }, "end": { - "line": 617, + "line": 623, "column": 29 } } @@ -316849,15 +319456,15 @@ "postfix": false, "binop": null }, - "start": 24426, - "end": 24427, + "start": 24881, + "end": 24882, "loc": { "start": { - "line": 617, + "line": 623, "column": 29 }, "end": { - "line": 617, + "line": 623, "column": 30 } } @@ -316875,15 +319482,15 @@ "binop": null, "updateContext": null }, - "start": 24427, - "end": 24428, + "start": 24882, + "end": 24883, "loc": { "start": { - "line": 617, + "line": 623, "column": 30 }, "end": { - "line": 617, + "line": 623, "column": 31 } } @@ -316900,15 +319507,15 @@ "postfix": false, "binop": null }, - "start": 24437, - "end": 24438, + "start": 24892, + "end": 24893, "loc": { "start": { - "line": 618, + "line": 624, "column": 8 }, "end": { - "line": 618, + "line": 624, "column": 9 } } @@ -316916,15 +319523,15 @@ { "type": "CommentLine", "value": " store reference to stream for stopping etc.", - "start": 24448, - "end": 24494, + "start": 24903, + "end": 24949, "loc": { "start": { - "line": 620, + "line": 626, "column": 8 }, "end": { - "line": 620, + "line": 626, "column": 54 } } @@ -316944,15 +319551,15 @@ "updateContext": null }, "value": "this", - "start": 24503, - "end": 24507, + "start": 24958, + "end": 24962, "loc": { "start": { - "line": 621, + "line": 627, "column": 8 }, "end": { - "line": 621, + "line": 627, "column": 12 } } @@ -316970,15 +319577,15 @@ "binop": null, "updateContext": null }, - "start": 24507, - "end": 24508, + "start": 24962, + "end": 24963, "loc": { "start": { - "line": 621, + "line": 627, "column": 12 }, "end": { - "line": 621, + "line": 627, "column": 13 } } @@ -316996,15 +319603,15 @@ "binop": null }, "value": "stream", - "start": 24508, - "end": 24514, + "start": 24963, + "end": 24969, "loc": { "start": { - "line": 621, + "line": 627, "column": 13 }, "end": { - "line": 621, + "line": 627, "column": 19 } } @@ -317023,15 +319630,15 @@ "updateContext": null }, "value": "=", - "start": 24515, - "end": 24516, + "start": 24970, + "end": 24971, "loc": { "start": { - "line": 621, + "line": 627, "column": 20 }, "end": { - "line": 621, + "line": 627, "column": 21 } } @@ -317049,15 +319656,15 @@ "binop": null }, "value": "stream", - "start": 24517, - "end": 24523, + "start": 24972, + "end": 24978, "loc": { "start": { - "line": 621, + "line": 627, "column": 22 }, "end": { - "line": 621, + "line": 627, "column": 28 } } @@ -317075,15 +319682,15 @@ "binop": null, "updateContext": null }, - "start": 24523, - "end": 24524, + "start": 24978, + "end": 24979, "loc": { "start": { - "line": 621, + "line": 627, "column": 28 }, "end": { - "line": 621, + "line": 627, "column": 29 } } @@ -317091,15 +319698,15 @@ { "type": "CommentLine", "value": " hide device selection button", - "start": 24534, - "end": 24565, + "start": 24989, + "end": 25020, "loc": { "start": { - "line": 623, + "line": 629, "column": 8 }, "end": { - "line": 623, + "line": 629, "column": 39 } } @@ -317119,15 +319726,15 @@ "updateContext": null }, "value": "this", - "start": 24574, - "end": 24578, + "start": 25029, + "end": 25033, "loc": { "start": { - "line": 624, + "line": 630, "column": 8 }, "end": { - "line": 624, + "line": 630, "column": 12 } } @@ -317145,15 +319752,15 @@ "binop": null, "updateContext": null }, - "start": 24578, - "end": 24579, + "start": 25033, + "end": 25034, "loc": { "start": { - "line": 624, + "line": 630, "column": 12 }, "end": { - "line": 624, + "line": 630, "column": 13 } } @@ -317171,15 +319778,15 @@ "binop": null }, "value": "player", - "start": 24579, - "end": 24585, + "start": 25034, + "end": 25040, "loc": { "start": { - "line": 624, + "line": 630, "column": 13 }, "end": { - "line": 624, + "line": 630, "column": 19 } } @@ -317197,15 +319804,15 @@ "binop": null, "updateContext": null }, - "start": 24585, - "end": 24586, + "start": 25040, + "end": 25041, "loc": { "start": { - "line": 624, + "line": 630, "column": 19 }, "end": { - "line": 624, + "line": 630, "column": 20 } } @@ -317223,15 +319830,15 @@ "binop": null }, "value": "deviceButton", - "start": 24586, - "end": 24598, + "start": 25041, + "end": 25053, "loc": { "start": { - "line": 624, + "line": 630, "column": 20 }, "end": { - "line": 624, + "line": 630, "column": 32 } } @@ -317249,15 +319856,15 @@ "binop": null, "updateContext": null }, - "start": 24598, - "end": 24599, + "start": 25053, + "end": 25054, "loc": { "start": { - "line": 624, + "line": 630, "column": 32 }, "end": { - "line": 624, + "line": 630, "column": 33 } } @@ -317275,15 +319882,15 @@ "binop": null }, "value": "hide", - "start": 24599, - "end": 24603, + "start": 25054, + "end": 25058, "loc": { "start": { - "line": 624, + "line": 630, "column": 33 }, "end": { - "line": 624, + "line": 630, "column": 37 } } @@ -317300,15 +319907,15 @@ "postfix": false, "binop": null }, - "start": 24603, - "end": 24604, + "start": 25058, + "end": 25059, "loc": { "start": { - "line": 624, + "line": 630, "column": 37 }, "end": { - "line": 624, + "line": 630, "column": 38 } } @@ -317325,15 +319932,15 @@ "postfix": false, "binop": null }, - "start": 24604, - "end": 24605, + "start": 25059, + "end": 25060, "loc": { "start": { - "line": 624, + "line": 630, "column": 38 }, "end": { - "line": 624, + "line": 630, "column": 39 } } @@ -317351,15 +319958,15 @@ "binop": null, "updateContext": null }, - "start": 24605, - "end": 24606, + "start": 25060, + "end": 25061, "loc": { "start": { - "line": 624, + "line": 630, "column": 39 }, "end": { - "line": 624, + "line": 630, "column": 40 } } @@ -317367,15 +319974,15 @@ { "type": "CommentLine", "value": " reset time (e.g. when stopDevice was used)", - "start": 24616, - "end": 24661, + "start": 25071, + "end": 25116, "loc": { "start": { - "line": 626, + "line": 632, "column": 8 }, "end": { - "line": 626, + "line": 632, "column": 53 } } @@ -317395,15 +320002,15 @@ "updateContext": null }, "value": "this", - "start": 24670, - "end": 24674, + "start": 25125, + "end": 25129, "loc": { "start": { - "line": 627, + "line": 633, "column": 8 }, "end": { - "line": 627, + "line": 633, "column": 12 } } @@ -317421,15 +320028,15 @@ "binop": null, "updateContext": null }, - "start": 24674, - "end": 24675, + "start": 25129, + "end": 25130, "loc": { "start": { - "line": 627, + "line": 633, "column": 12 }, "end": { - "line": 627, + "line": 633, "column": 13 } } @@ -317447,15 +320054,15 @@ "binop": null }, "value": "setDuration", - "start": 24675, - "end": 24686, + "start": 25130, + "end": 25141, "loc": { "start": { - "line": 627, + "line": 633, "column": 13 }, "end": { - "line": 627, + "line": 633, "column": 24 } } @@ -317472,15 +320079,15 @@ "postfix": false, "binop": null }, - "start": 24686, - "end": 24687, + "start": 25141, + "end": 25142, "loc": { "start": { - "line": 627, + "line": 633, "column": 24 }, "end": { - "line": 627, + "line": 633, "column": 25 } } @@ -317500,15 +320107,15 @@ "updateContext": null }, "value": "this", - "start": 24687, - "end": 24691, + "start": 25142, + "end": 25146, "loc": { "start": { - "line": 627, + "line": 633, "column": 25 }, "end": { - "line": 627, + "line": 633, "column": 29 } } @@ -317526,15 +320133,15 @@ "binop": null, "updateContext": null }, - "start": 24691, - "end": 24692, + "start": 25146, + "end": 25147, "loc": { "start": { - "line": 627, + "line": 633, "column": 29 }, "end": { - "line": 627, + "line": 633, "column": 30 } } @@ -317552,15 +320159,15 @@ "binop": null }, "value": "maxLength", - "start": 24692, - "end": 24701, + "start": 25147, + "end": 25156, "loc": { "start": { - "line": 627, + "line": 633, "column": 30 }, "end": { - "line": 627, + "line": 633, "column": 39 } } @@ -317577,15 +320184,15 @@ "postfix": false, "binop": null }, - "start": 24701, - "end": 24702, + "start": 25156, + "end": 25157, "loc": { "start": { - "line": 627, + "line": 633, "column": 39 }, "end": { - "line": 627, + "line": 633, "column": 40 } } @@ -317603,15 +320210,15 @@ "binop": null, "updateContext": null }, - "start": 24702, - "end": 24703, + "start": 25157, + "end": 25158, "loc": { "start": { - "line": 627, + "line": 633, "column": 40 }, "end": { - "line": 627, + "line": 633, "column": 41 } } @@ -317631,15 +320238,15 @@ "updateContext": null }, "value": "this", - "start": 24712, - "end": 24716, + "start": 25167, + "end": 25171, "loc": { "start": { - "line": 628, + "line": 634, "column": 8 }, "end": { - "line": 628, + "line": 634, "column": 12 } } @@ -317657,15 +320264,15 @@ "binop": null, "updateContext": null }, - "start": 24716, - "end": 24717, + "start": 25171, + "end": 25172, "loc": { "start": { - "line": 628, + "line": 634, "column": 12 }, "end": { - "line": 628, + "line": 634, "column": 13 } } @@ -317683,15 +320290,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 24717, - "end": 24731, + "start": 25172, + "end": 25186, "loc": { "start": { - "line": 628, + "line": 634, "column": 13 }, "end": { - "line": 628, + "line": 634, "column": 27 } } @@ -317708,15 +320315,15 @@ "postfix": false, "binop": null }, - "start": 24731, - "end": 24732, + "start": 25186, + "end": 25187, "loc": { "start": { - "line": 628, + "line": 634, "column": 27 }, "end": { - "line": 628, + "line": 634, "column": 28 } } @@ -317735,15 +320342,15 @@ "updateContext": null }, "value": 0, - "start": 24732, - "end": 24733, + "start": 25187, + "end": 25188, "loc": { "start": { - "line": 628, + "line": 634, "column": 28 }, "end": { - "line": 628, + "line": 634, "column": 29 } } @@ -317760,15 +320367,15 @@ "postfix": false, "binop": null }, - "start": 24733, - "end": 24734, + "start": 25188, + "end": 25189, "loc": { "start": { - "line": 628, + "line": 634, "column": 29 }, "end": { - "line": 628, + "line": 634, "column": 30 } } @@ -317786,15 +320393,15 @@ "binop": null, "updateContext": null }, - "start": 24734, - "end": 24735, + "start": 25189, + "end": 25190, "loc": { "start": { - "line": 628, + "line": 634, "column": 30 }, "end": { - "line": 628, + "line": 634, "column": 31 } } @@ -317802,15 +320409,15 @@ { "type": "CommentLine", "value": " hide play/pause control (e.g. when stopDevice was used)", - "start": 24745, - "end": 24803, + "start": 25200, + "end": 25258, "loc": { "start": { - "line": 630, + "line": 636, "column": 8 }, "end": { - "line": 630, + "line": 636, "column": 66 } } @@ -317830,15 +320437,15 @@ "updateContext": null }, "value": "if", - "start": 24812, - "end": 24814, + "start": 25267, + "end": 25269, "loc": { "start": { - "line": 631, + "line": 637, "column": 8 }, "end": { - "line": 631, + "line": 637, "column": 10 } } @@ -317855,15 +320462,15 @@ "postfix": false, "binop": null }, - "start": 24815, - "end": 24816, + "start": 25270, + "end": 25271, "loc": { "start": { - "line": 631, + "line": 637, "column": 11 }, "end": { - "line": 631, + "line": 637, "column": 12 } } @@ -317883,15 +320490,15 @@ "updateContext": null }, "value": "this", - "start": 24816, - "end": 24820, + "start": 25271, + "end": 25275, "loc": { "start": { - "line": 631, + "line": 637, "column": 12 }, "end": { - "line": 631, + "line": 637, "column": 16 } } @@ -317909,15 +320516,15 @@ "binop": null, "updateContext": null }, - "start": 24820, - "end": 24821, + "start": 25275, + "end": 25276, "loc": { "start": { - "line": 631, + "line": 637, "column": 16 }, "end": { - "line": 631, + "line": 637, "column": 17 } } @@ -317935,15 +320542,15 @@ "binop": null }, "value": "player", - "start": 24821, - "end": 24827, + "start": 25276, + "end": 25282, "loc": { "start": { - "line": 631, + "line": 637, "column": 17 }, "end": { - "line": 631, + "line": 637, "column": 23 } } @@ -317961,15 +320568,15 @@ "binop": null, "updateContext": null }, - "start": 24827, - "end": 24828, + "start": 25282, + "end": 25283, "loc": { "start": { - "line": 631, + "line": 637, "column": 23 }, "end": { - "line": 631, + "line": 637, "column": 24 } } @@ -317987,15 +320594,15 @@ "binop": null }, "value": "controlBar", - "start": 24828, - "end": 24838, + "start": 25283, + "end": 25293, "loc": { "start": { - "line": 631, + "line": 637, "column": 24 }, "end": { - "line": 631, + "line": 637, "column": 34 } } @@ -318013,15 +320620,15 @@ "binop": null, "updateContext": null }, - "start": 24838, - "end": 24839, + "start": 25293, + "end": 25294, "loc": { "start": { - "line": 631, + "line": 637, "column": 34 }, "end": { - "line": 631, + "line": 637, "column": 35 } } @@ -318039,15 +320646,15 @@ "binop": null }, "value": "playToggle", - "start": 24839, - "end": 24849, + "start": 25294, + "end": 25304, "loc": { "start": { - "line": 631, + "line": 637, "column": 35 }, "end": { - "line": 631, + "line": 637, "column": 45 } } @@ -318066,15 +320673,15 @@ "updateContext": null }, "value": "!==", - "start": 24850, - "end": 24853, + "start": 25305, + "end": 25308, "loc": { "start": { - "line": 631, + "line": 637, "column": 46 }, "end": { - "line": 631, + "line": 637, "column": 49 } } @@ -318092,15 +320699,15 @@ "binop": null }, "value": "undefined", - "start": 24854, - "end": 24863, + "start": 25309, + "end": 25318, "loc": { "start": { - "line": 631, + "line": 637, "column": 50 }, "end": { - "line": 631, + "line": 637, "column": 59 } } @@ -318117,15 +320724,15 @@ "postfix": false, "binop": null }, - "start": 24863, - "end": 24864, + "start": 25318, + "end": 25319, "loc": { "start": { - "line": 631, + "line": 637, "column": 59 }, "end": { - "line": 631, + "line": 637, "column": 60 } } @@ -318142,15 +320749,15 @@ "postfix": false, "binop": null }, - "start": 24865, - "end": 24866, + "start": 25320, + "end": 25321, "loc": { "start": { - "line": 631, + "line": 637, "column": 61 }, "end": { - "line": 631, + "line": 637, "column": 62 } } @@ -318170,15 +320777,15 @@ "updateContext": null }, "value": "this", - "start": 24879, - "end": 24883, + "start": 25334, + "end": 25338, "loc": { "start": { - "line": 632, + "line": 638, "column": 12 }, "end": { - "line": 632, + "line": 638, "column": 16 } } @@ -318196,15 +320803,15 @@ "binop": null, "updateContext": null }, - "start": 24883, - "end": 24884, + "start": 25338, + "end": 25339, "loc": { "start": { - "line": 632, + "line": 638, "column": 16 }, "end": { - "line": 632, + "line": 638, "column": 17 } } @@ -318222,15 +320829,15 @@ "binop": null }, "value": "player", - "start": 24884, - "end": 24890, + "start": 25339, + "end": 25345, "loc": { "start": { - "line": 632, + "line": 638, "column": 17 }, "end": { - "line": 632, + "line": 638, "column": 23 } } @@ -318248,15 +320855,15 @@ "binop": null, "updateContext": null }, - "start": 24890, - "end": 24891, + "start": 25345, + "end": 25346, "loc": { "start": { - "line": 632, + "line": 638, "column": 23 }, "end": { - "line": 632, + "line": 638, "column": 24 } } @@ -318274,15 +320881,15 @@ "binop": null }, "value": "controlBar", - "start": 24891, - "end": 24901, + "start": 25346, + "end": 25356, "loc": { "start": { - "line": 632, + "line": 638, "column": 24 }, "end": { - "line": 632, + "line": 638, "column": 34 } } @@ -318300,15 +320907,15 @@ "binop": null, "updateContext": null }, - "start": 24901, - "end": 24902, + "start": 25356, + "end": 25357, "loc": { "start": { - "line": 632, + "line": 638, "column": 34 }, "end": { - "line": 632, + "line": 638, "column": 35 } } @@ -318326,15 +320933,15 @@ "binop": null }, "value": "playToggle", - "start": 24902, - "end": 24912, + "start": 25357, + "end": 25367, "loc": { "start": { - "line": 632, + "line": 638, "column": 35 }, "end": { - "line": 632, + "line": 638, "column": 45 } } @@ -318352,15 +320959,15 @@ "binop": null, "updateContext": null }, - "start": 24912, - "end": 24913, + "start": 25367, + "end": 25368, "loc": { "start": { - "line": 632, + "line": 638, "column": 45 }, "end": { - "line": 632, + "line": 638, "column": 46 } } @@ -318378,15 +320985,15 @@ "binop": null }, "value": "hide", - "start": 24913, - "end": 24917, + "start": 25368, + "end": 25372, "loc": { "start": { - "line": 632, + "line": 638, "column": 46 }, "end": { - "line": 632, + "line": 638, "column": 50 } } @@ -318403,15 +321010,15 @@ "postfix": false, "binop": null }, - "start": 24917, - "end": 24918, + "start": 25372, + "end": 25373, "loc": { "start": { - "line": 632, + "line": 638, "column": 50 }, "end": { - "line": 632, + "line": 638, "column": 51 } } @@ -318428,15 +321035,15 @@ "postfix": false, "binop": null }, - "start": 24918, - "end": 24919, + "start": 25373, + "end": 25374, "loc": { "start": { - "line": 632, + "line": 638, "column": 51 }, "end": { - "line": 632, + "line": 638, "column": 52 } } @@ -318454,15 +321061,15 @@ "binop": null, "updateContext": null }, - "start": 24919, - "end": 24920, + "start": 25374, + "end": 25375, "loc": { "start": { - "line": 632, + "line": 638, "column": 52 }, "end": { - "line": 632, + "line": 638, "column": 53 } } @@ -318479,15 +321086,15 @@ "postfix": false, "binop": null }, - "start": 24929, - "end": 24930, + "start": 25384, + "end": 25385, "loc": { "start": { - "line": 633, + "line": 639, "column": 8 }, "end": { - "line": 633, + "line": 639, "column": 9 } } @@ -318495,15 +321102,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 24940, - "end": 24967, + "start": 25395, + "end": 25422, "loc": { "start": { - "line": 635, + "line": 641, "column": 8 }, "end": { - "line": 635, + "line": 641, "column": 35 } } @@ -318523,15 +321130,15 @@ "updateContext": null }, "value": "this", - "start": 24976, - "end": 24980, + "start": 25431, + "end": 25435, "loc": { "start": { - "line": 636, + "line": 642, "column": 8 }, "end": { - "line": 636, + "line": 642, "column": 12 } } @@ -318549,15 +321156,15 @@ "binop": null, "updateContext": null }, - "start": 24980, - "end": 24981, + "start": 25435, + "end": 25436, "loc": { "start": { - "line": 636, + "line": 642, "column": 12 }, "end": { - "line": 636, + "line": 642, "column": 13 } } @@ -318575,15 +321182,15 @@ "binop": null }, "value": "off", - "start": 24981, - "end": 24984, + "start": 25436, + "end": 25439, "loc": { "start": { - "line": 636, + "line": 642, "column": 13 }, "end": { - "line": 636, + "line": 642, "column": 16 } } @@ -318600,15 +321207,15 @@ "postfix": false, "binop": null }, - "start": 24984, - "end": 24985, + "start": 25439, + "end": 25440, "loc": { "start": { - "line": 636, + "line": 642, "column": 16 }, "end": { - "line": 636, + "line": 642, "column": 17 } } @@ -318628,15 +321235,15 @@ "updateContext": null }, "value": "this", - "start": 24985, - "end": 24989, + "start": 25440, + "end": 25444, "loc": { "start": { - "line": 636, + "line": 642, "column": 17 }, "end": { - "line": 636, + "line": 642, "column": 21 } } @@ -318654,15 +321261,15 @@ "binop": null, "updateContext": null }, - "start": 24989, - "end": 24990, + "start": 25444, + "end": 25445, "loc": { "start": { - "line": 636, + "line": 642, "column": 21 }, "end": { - "line": 636, + "line": 642, "column": 22 } } @@ -318680,15 +321287,15 @@ "binop": null }, "value": "player", - "start": 24990, - "end": 24996, + "start": 25445, + "end": 25451, "loc": { "start": { - "line": 636, + "line": 642, "column": 22 }, "end": { - "line": 636, + "line": 642, "column": 28 } } @@ -318706,15 +321313,15 @@ "binop": null, "updateContext": null }, - "start": 24996, - "end": 24997, + "start": 25451, + "end": 25452, "loc": { "start": { - "line": 636, + "line": 642, "column": 28 }, "end": { - "line": 636, + "line": 642, "column": 29 } } @@ -318732,15 +321339,15 @@ "binop": null }, "value": "Event", - "start": 24998, - "end": 25003, + "start": 25453, + "end": 25458, "loc": { "start": { - "line": 636, + "line": 642, "column": 30 }, "end": { - "line": 636, + "line": 642, "column": 35 } } @@ -318758,15 +321365,15 @@ "binop": null, "updateContext": null }, - "start": 25003, - "end": 25004, + "start": 25458, + "end": 25459, "loc": { "start": { - "line": 636, + "line": 642, "column": 35 }, "end": { - "line": 636, + "line": 642, "column": 36 } } @@ -318784,15 +321391,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 25004, - "end": 25014, + "start": 25459, + "end": 25469, "loc": { "start": { - "line": 636, + "line": 642, "column": 36 }, "end": { - "line": 636, + "line": 642, "column": 46 } } @@ -318810,15 +321417,15 @@ "binop": null, "updateContext": null }, - "start": 25014, - "end": 25015, + "start": 25469, + "end": 25470, "loc": { "start": { - "line": 636, + "line": 642, "column": 46 }, "end": { - "line": 636, + "line": 642, "column": 47 } } @@ -318838,15 +321445,15 @@ "updateContext": null }, "value": "this", - "start": 25016, - "end": 25020, + "start": 25471, + "end": 25475, "loc": { "start": { - "line": 636, + "line": 642, "column": 48 }, "end": { - "line": 636, + "line": 642, "column": 52 } } @@ -318864,15 +321471,15 @@ "binop": null, "updateContext": null }, - "start": 25020, - "end": 25021, + "start": 25475, + "end": 25476, "loc": { "start": { - "line": 636, + "line": 642, "column": 52 }, "end": { - "line": 636, + "line": 642, "column": 53 } } @@ -318890,15 +321497,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 25021, - "end": 25039, + "start": 25476, + "end": 25494, "loc": { "start": { - "line": 636, + "line": 642, "column": 53 }, "end": { - "line": 636, + "line": 642, "column": 71 } } @@ -318915,15 +321522,15 @@ "postfix": false, "binop": null }, - "start": 25039, - "end": 25040, + "start": 25494, + "end": 25495, "loc": { "start": { - "line": 636, + "line": 642, "column": 71 }, "end": { - "line": 636, + "line": 642, "column": 72 } } @@ -318941,15 +321548,15 @@ "binop": null, "updateContext": null }, - "start": 25040, - "end": 25041, + "start": 25495, + "end": 25496, "loc": { "start": { - "line": 636, + "line": 642, "column": 72 }, "end": { - "line": 636, + "line": 642, "column": 73 } } @@ -318969,15 +321576,15 @@ "updateContext": null }, "value": "this", - "start": 25050, - "end": 25054, + "start": 25505, + "end": 25509, "loc": { "start": { - "line": 637, + "line": 643, "column": 8 }, "end": { - "line": 637, + "line": 643, "column": 12 } } @@ -318995,15 +321602,15 @@ "binop": null, "updateContext": null }, - "start": 25054, - "end": 25055, + "start": 25509, + "end": 25510, "loc": { "start": { - "line": 637, + "line": 643, "column": 12 }, "end": { - "line": 637, + "line": 643, "column": 13 } } @@ -319021,15 +321628,15 @@ "binop": null }, "value": "off", - "start": 25055, - "end": 25058, + "start": 25510, + "end": 25513, "loc": { "start": { - "line": 637, + "line": 643, "column": 13 }, "end": { - "line": 637, + "line": 643, "column": 16 } } @@ -319046,15 +321653,15 @@ "postfix": false, "binop": null }, - "start": 25058, - "end": 25059, + "start": 25513, + "end": 25514, "loc": { "start": { - "line": 637, + "line": 643, "column": 16 }, "end": { - "line": 637, + "line": 643, "column": 17 } } @@ -319074,15 +321681,15 @@ "updateContext": null }, "value": "this", - "start": 25059, - "end": 25063, + "start": 25514, + "end": 25518, "loc": { "start": { - "line": 637, + "line": 643, "column": 17 }, "end": { - "line": 637, + "line": 643, "column": 21 } } @@ -319100,15 +321707,15 @@ "binop": null, "updateContext": null }, - "start": 25063, - "end": 25064, + "start": 25518, + "end": 25519, "loc": { "start": { - "line": 637, + "line": 643, "column": 21 }, "end": { - "line": 637, + "line": 643, "column": 22 } } @@ -319126,15 +321733,15 @@ "binop": null }, "value": "player", - "start": 25064, - "end": 25070, + "start": 25519, + "end": 25525, "loc": { "start": { - "line": 637, + "line": 643, "column": 22 }, "end": { - "line": 637, + "line": 643, "column": 28 } } @@ -319152,15 +321759,15 @@ "binop": null, "updateContext": null }, - "start": 25070, - "end": 25071, + "start": 25525, + "end": 25526, "loc": { "start": { - "line": 637, + "line": 643, "column": 28 }, "end": { - "line": 637, + "line": 643, "column": 29 } } @@ -319178,15 +321785,15 @@ "binop": null }, "value": "Event", - "start": 25072, - "end": 25077, + "start": 25527, + "end": 25532, "loc": { "start": { - "line": 637, + "line": 643, "column": 30 }, "end": { - "line": 637, + "line": 643, "column": 35 } } @@ -319204,15 +321811,15 @@ "binop": null, "updateContext": null }, - "start": 25077, - "end": 25078, + "start": 25532, + "end": 25533, "loc": { "start": { - "line": 637, + "line": 643, "column": 35 }, "end": { - "line": 637, + "line": 643, "column": 36 } } @@ -319230,15 +321837,15 @@ "binop": null }, "value": "ENDED", - "start": 25078, - "end": 25083, + "start": 25533, + "end": 25538, "loc": { "start": { - "line": 637, + "line": 643, "column": 36 }, "end": { - "line": 637, + "line": 643, "column": 41 } } @@ -319256,15 +321863,15 @@ "binop": null, "updateContext": null }, - "start": 25083, - "end": 25084, + "start": 25538, + "end": 25539, "loc": { "start": { - "line": 637, + "line": 643, "column": 41 }, "end": { - "line": 637, + "line": 643, "column": 42 } } @@ -319284,15 +321891,15 @@ "updateContext": null }, "value": "this", - "start": 25085, - "end": 25089, + "start": 25540, + "end": 25544, "loc": { "start": { - "line": 637, + "line": 643, "column": 43 }, "end": { - "line": 637, + "line": 643, "column": 47 } } @@ -319310,15 +321917,15 @@ "binop": null, "updateContext": null }, - "start": 25089, - "end": 25090, + "start": 25544, + "end": 25545, "loc": { "start": { - "line": 637, + "line": 643, "column": 47 }, "end": { - "line": 637, + "line": 643, "column": 48 } } @@ -319336,15 +321943,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 25090, - "end": 25108, + "start": 25545, + "end": 25563, "loc": { "start": { - "line": 637, + "line": 643, "column": 48 }, "end": { - "line": 637, + "line": 643, "column": 66 } } @@ -319361,15 +321968,15 @@ "postfix": false, "binop": null }, - "start": 25108, - "end": 25109, + "start": 25563, + "end": 25564, "loc": { "start": { - "line": 637, + "line": 643, "column": 66 }, "end": { - "line": 637, + "line": 643, "column": 67 } } @@ -319387,15 +321994,15 @@ "binop": null, "updateContext": null }, - "start": 25109, - "end": 25110, + "start": 25564, + "end": 25565, "loc": { "start": { - "line": 637, + "line": 643, "column": 67 }, "end": { - "line": 637, + "line": 643, "column": 68 } } @@ -319403,15 +322010,15 @@ { "type": "CommentLine", "value": " setup recording engine", - "start": 25120, - "end": 25145, + "start": 25575, + "end": 25600, "loc": { "start": { - "line": 639, + "line": 645, "column": 8 }, "end": { - "line": 639, + "line": 645, "column": 33 } } @@ -319431,15 +322038,15 @@ "updateContext": null }, "value": "if", - "start": 25154, - "end": 25156, + "start": 25609, + "end": 25611, "loc": { "start": { - "line": 640, + "line": 646, "column": 8 }, "end": { - "line": 640, + "line": 646, "column": 10 } } @@ -319456,15 +322063,15 @@ "postfix": false, "binop": null }, - "start": 25157, - "end": 25158, + "start": 25612, + "end": 25613, "loc": { "start": { - "line": 640, + "line": 646, "column": 11 }, "end": { - "line": 640, + "line": 646, "column": 12 } } @@ -319484,15 +322091,15 @@ "updateContext": null }, "value": "this", - "start": 25158, - "end": 25162, + "start": 25613, + "end": 25617, "loc": { "start": { - "line": 640, + "line": 646, "column": 12 }, "end": { - "line": 640, + "line": 646, "column": 16 } } @@ -319510,15 +322117,15 @@ "binop": null, "updateContext": null }, - "start": 25162, - "end": 25163, + "start": 25617, + "end": 25618, "loc": { "start": { - "line": 640, + "line": 646, "column": 16 }, "end": { - "line": 640, + "line": 646, "column": 17 } } @@ -319536,15 +322143,15 @@ "binop": null }, "value": "getRecordType", - "start": 25163, - "end": 25176, + "start": 25618, + "end": 25631, "loc": { "start": { - "line": 640, + "line": 646, "column": 17 }, "end": { - "line": 640, + "line": 646, "column": 30 } } @@ -319561,15 +322168,15 @@ "postfix": false, "binop": null }, - "start": 25176, - "end": 25177, + "start": 25631, + "end": 25632, "loc": { "start": { - "line": 640, + "line": 646, "column": 30 }, "end": { - "line": 640, + "line": 646, "column": 31 } } @@ -319586,15 +322193,15 @@ "postfix": false, "binop": null }, - "start": 25177, - "end": 25178, + "start": 25632, + "end": 25633, "loc": { "start": { - "line": 640, + "line": 646, "column": 31 }, "end": { - "line": 640, + "line": 646, "column": 32 } } @@ -319613,15 +322220,15 @@ "updateContext": null }, "value": "!==", - "start": 25179, - "end": 25182, + "start": 25634, + "end": 25637, "loc": { "start": { - "line": 640, + "line": 646, "column": 33 }, "end": { - "line": 640, + "line": 646, "column": 36 } } @@ -319639,15 +322246,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 25183, - "end": 25193, + "start": 25638, + "end": 25648, "loc": { "start": { - "line": 640, + "line": 646, "column": 37 }, "end": { - "line": 640, + "line": 646, "column": 47 } } @@ -319664,15 +322271,15 @@ "postfix": false, "binop": null }, - "start": 25193, - "end": 25194, + "start": 25648, + "end": 25649, "loc": { "start": { - "line": 640, + "line": 646, "column": 47 }, "end": { - "line": 640, + "line": 646, "column": 48 } } @@ -319689,15 +322296,15 @@ "postfix": false, "binop": null }, - "start": 25195, - "end": 25196, + "start": 25650, + "end": 25651, "loc": { "start": { - "line": 640, + "line": 646, "column": 49 }, "end": { - "line": 640, + "line": 646, "column": 50 } } @@ -319705,15 +322312,15 @@ { "type": "CommentLine", "value": " currently record plugins are only supported in audio-only mode", - "start": 25209, - "end": 25274, + "start": 25664, + "end": 25729, "loc": { "start": { - "line": 641, + "line": 647, "column": 12 }, "end": { - "line": 641, + "line": 647, "column": 77 } } @@ -319733,15 +322340,15 @@ "updateContext": null }, "value": "if", - "start": 25287, - "end": 25289, + "start": 25742, + "end": 25744, "loc": { "start": { - "line": 642, + "line": 648, "column": 12 }, "end": { - "line": 642, + "line": 648, "column": 14 } } @@ -319758,15 +322365,15 @@ "postfix": false, "binop": null }, - "start": 25290, - "end": 25291, + "start": 25745, + "end": 25746, "loc": { "start": { - "line": 642, + "line": 648, "column": 15 }, "end": { - "line": 642, + "line": 648, "column": 16 } } @@ -319786,15 +322393,15 @@ "updateContext": null }, "value": "this", - "start": 25291, - "end": 25295, + "start": 25746, + "end": 25750, "loc": { "start": { - "line": 642, + "line": 648, "column": 16 }, "end": { - "line": 642, + "line": 648, "column": 20 } } @@ -319812,15 +322419,15 @@ "binop": null, "updateContext": null }, - "start": 25295, - "end": 25296, + "start": 25750, + "end": 25751, "loc": { "start": { - "line": 642, + "line": 648, "column": 20 }, "end": { - "line": 642, + "line": 648, "column": 21 } } @@ -319838,15 +322445,15 @@ "binop": null }, "value": "getRecordType", - "start": 25296, - "end": 25309, + "start": 25751, + "end": 25764, "loc": { "start": { - "line": 642, + "line": 648, "column": 21 }, "end": { - "line": 642, + "line": 648, "column": 34 } } @@ -319863,15 +322470,15 @@ "postfix": false, "binop": null }, - "start": 25309, - "end": 25310, + "start": 25764, + "end": 25765, "loc": { "start": { - "line": 642, + "line": 648, "column": 34 }, "end": { - "line": 642, + "line": 648, "column": 35 } } @@ -319888,15 +322495,15 @@ "postfix": false, "binop": null }, - "start": 25310, - "end": 25311, + "start": 25765, + "end": 25766, "loc": { "start": { - "line": 642, + "line": 648, "column": 35 }, "end": { - "line": 642, + "line": 648, "column": 36 } } @@ -319915,15 +322522,15 @@ "updateContext": null }, "value": "!==", - "start": 25312, - "end": 25315, + "start": 25767, + "end": 25770, "loc": { "start": { - "line": 642, + "line": 648, "column": 37 }, "end": { - "line": 642, + "line": 648, "column": 40 } } @@ -319941,15 +322548,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 25316, - "end": 25326, + "start": 25771, + "end": 25781, "loc": { "start": { - "line": 642, + "line": 648, "column": 41 }, "end": { - "line": 642, + "line": 648, "column": 51 } } @@ -319968,15 +322575,15 @@ "updateContext": null }, "value": "&&", - "start": 25327, - "end": 25329, + "start": 25782, + "end": 25784, "loc": { "start": { - "line": 642, + "line": 648, "column": 52 }, "end": { - "line": 642, + "line": 648, "column": 54 } } @@ -319994,15 +322601,15 @@ "binop": null }, "value": "isAudioPluginActive", - "start": 25330, - "end": 25349, + "start": 25785, + "end": 25804, "loc": { "start": { - "line": 642, + "line": 648, "column": 55 }, "end": { - "line": 642, + "line": 648, "column": 74 } } @@ -320019,15 +322626,15 @@ "postfix": false, "binop": null }, - "start": 25349, - "end": 25350, + "start": 25804, + "end": 25805, "loc": { "start": { - "line": 642, + "line": 648, "column": 74 }, "end": { - "line": 642, + "line": 648, "column": 75 } } @@ -320047,15 +322654,15 @@ "updateContext": null }, "value": "this", - "start": 25350, - "end": 25354, + "start": 25805, + "end": 25809, "loc": { "start": { - "line": 642, + "line": 648, "column": 75 }, "end": { - "line": 642, + "line": 648, "column": 79 } } @@ -320073,15 +322680,15 @@ "binop": null, "updateContext": null }, - "start": 25354, - "end": 25355, + "start": 25809, + "end": 25810, "loc": { "start": { - "line": 642, + "line": 648, "column": 79 }, "end": { - "line": 642, + "line": 648, "column": 80 } } @@ -320099,15 +322706,15 @@ "binop": null }, "value": "audioEngine", - "start": 25355, - "end": 25366, + "start": 25810, + "end": 25821, "loc": { "start": { - "line": 642, + "line": 648, "column": 80 }, "end": { - "line": 642, + "line": 648, "column": 91 } } @@ -320124,15 +322731,15 @@ "postfix": false, "binop": null }, - "start": 25366, - "end": 25367, + "start": 25821, + "end": 25822, "loc": { "start": { - "line": 642, + "line": 648, "column": 91 }, "end": { - "line": 642, + "line": 648, "column": 92 } } @@ -320149,15 +322756,15 @@ "postfix": false, "binop": null }, - "start": 25367, - "end": 25368, + "start": 25822, + "end": 25823, "loc": { "start": { - "line": 642, + "line": 648, "column": 92 }, "end": { - "line": 642, + "line": 648, "column": 93 } } @@ -320174,15 +322781,15 @@ "postfix": false, "binop": null }, - "start": 25369, - "end": 25370, + "start": 25824, + "end": 25825, "loc": { "start": { - "line": 642, + "line": 648, "column": 94 }, "end": { - "line": 642, + "line": 648, "column": 95 } } @@ -320202,15 +322809,15 @@ "updateContext": null }, "value": "throw", - "start": 25387, - "end": 25392, + "start": 25842, + "end": 25847, "loc": { "start": { - "line": 643, + "line": 649, "column": 16 }, "end": { - "line": 643, + "line": 649, "column": 21 } } @@ -320230,15 +322837,15 @@ "updateContext": null }, "value": "new", - "start": 25393, - "end": 25396, + "start": 25848, + "end": 25851, "loc": { "start": { - "line": 643, + "line": 649, "column": 22 }, "end": { - "line": 643, + "line": 649, "column": 25 } } @@ -320256,15 +322863,15 @@ "binop": null }, "value": "Error", - "start": 25397, - "end": 25402, + "start": 25852, + "end": 25857, "loc": { "start": { - "line": 643, + "line": 649, "column": 26 }, "end": { - "line": 643, + "line": 649, "column": 31 } } @@ -320281,15 +322888,15 @@ "postfix": false, "binop": null }, - "start": 25402, - "end": 25403, + "start": 25857, + "end": 25858, "loc": { "start": { - "line": 643, + "line": 649, "column": 31 }, "end": { - "line": 643, + "line": 649, "column": 32 } } @@ -320308,15 +322915,15 @@ "updateContext": null }, "value": "Currently ", - "start": 25403, - "end": 25415, + "start": 25858, + "end": 25870, "loc": { "start": { - "line": 643, + "line": 649, "column": 32 }, "end": { - "line": 643, + "line": 649, "column": 44 } } @@ -320335,15 +322942,15 @@ "updateContext": null }, "value": "+", - "start": 25416, - "end": 25417, + "start": 25871, + "end": 25872, "loc": { "start": { - "line": 643, + "line": 649, "column": 45 }, "end": { - "line": 643, + "line": 649, "column": 46 } } @@ -320363,15 +322970,15 @@ "updateContext": null }, "value": "this", - "start": 25418, - "end": 25422, + "start": 25873, + "end": 25877, "loc": { "start": { - "line": 643, + "line": 649, "column": 47 }, "end": { - "line": 643, + "line": 649, "column": 51 } } @@ -320389,15 +322996,15 @@ "binop": null, "updateContext": null }, - "start": 25422, - "end": 25423, + "start": 25877, + "end": 25878, "loc": { "start": { - "line": 643, + "line": 649, "column": 51 }, "end": { - "line": 643, + "line": 649, "column": 52 } } @@ -320415,15 +323022,15 @@ "binop": null }, "value": "audioEngine", - "start": 25423, - "end": 25434, + "start": 25878, + "end": 25889, "loc": { "start": { - "line": 643, + "line": 649, "column": 52 }, "end": { - "line": 643, + "line": 649, "column": 63 } } @@ -320442,15 +323049,15 @@ "updateContext": null }, "value": "+", - "start": 25435, - "end": 25436, + "start": 25890, + "end": 25891, "loc": { "start": { - "line": 643, + "line": 649, "column": 64 }, "end": { - "line": 643, + "line": 649, "column": 65 } } @@ -320469,15 +323076,15 @@ "updateContext": null }, "value": " is only supported in audio-only mode.", - "start": 25457, - "end": 25497, + "start": 25912, + "end": 25952, "loc": { "start": { - "line": 644, + "line": 650, "column": 20 }, "end": { - "line": 644, + "line": 650, "column": 60 } } @@ -320494,15 +323101,15 @@ "postfix": false, "binop": null }, - "start": 25497, - "end": 25498, + "start": 25952, + "end": 25953, "loc": { "start": { - "line": 644, + "line": 650, "column": 60 }, "end": { - "line": 644, + "line": 650, "column": 61 } } @@ -320520,15 +323127,15 @@ "binop": null, "updateContext": null }, - "start": 25498, - "end": 25499, + "start": 25953, + "end": 25954, "loc": { "start": { - "line": 644, + "line": 650, "column": 61 }, "end": { - "line": 644, + "line": 650, "column": 62 } } @@ -320545,15 +323152,15 @@ "postfix": false, "binop": null }, - "start": 25512, - "end": 25513, + "start": 25967, + "end": 25968, "loc": { "start": { - "line": 645, + "line": 651, "column": 12 }, "end": { - "line": 645, + "line": 651, "column": 13 } } @@ -320561,15 +323168,15 @@ { "type": "CommentLine", "value": " load plugins, if any", - "start": 25527, - "end": 25550, + "start": 25982, + "end": 26005, "loc": { "start": { - "line": 647, + "line": 653, "column": 12 }, "end": { - "line": 647, + "line": 653, "column": 35 } } @@ -320589,15 +323196,15 @@ "updateContext": null }, "value": "let", - "start": 25563, - "end": 25566, + "start": 26018, + "end": 26021, "loc": { "start": { - "line": 648, + "line": 654, "column": 12 }, "end": { - "line": 648, + "line": 654, "column": 15 } } @@ -320615,15 +323222,15 @@ "binop": null }, "value": "EngineClass", - "start": 25567, - "end": 25578, + "start": 26022, + "end": 26033, "loc": { "start": { - "line": 648, + "line": 654, "column": 16 }, "end": { - "line": 648, + "line": 654, "column": 27 } } @@ -320641,15 +323248,15 @@ "binop": null, "updateContext": null }, - "start": 25578, - "end": 25579, + "start": 26033, + "end": 26034, "loc": { "start": { - "line": 648, + "line": 654, "column": 27 }, "end": { - "line": 648, + "line": 654, "column": 28 } } @@ -320667,15 +323274,15 @@ "binop": null }, "value": "engineType", - "start": 25580, - "end": 25590, + "start": 26035, + "end": 26045, "loc": { "start": { - "line": 648, + "line": 654, "column": 29 }, "end": { - "line": 648, + "line": 654, "column": 39 } } @@ -320693,15 +323300,15 @@ "binop": null, "updateContext": null }, - "start": 25590, - "end": 25591, + "start": 26045, + "end": 26046, "loc": { "start": { - "line": 648, + "line": 654, "column": 39 }, "end": { - "line": 648, + "line": 654, "column": 40 } } @@ -320721,15 +323328,15 @@ "updateContext": null }, "value": "switch", - "start": 25604, - "end": 25610, + "start": 26059, + "end": 26065, "loc": { "start": { - "line": 649, + "line": 655, "column": 12 }, "end": { - "line": 649, + "line": 655, "column": 18 } } @@ -320746,15 +323353,15 @@ "postfix": false, "binop": null }, - "start": 25611, - "end": 25612, + "start": 26066, + "end": 26067, "loc": { "start": { - "line": 649, + "line": 655, "column": 19 }, "end": { - "line": 649, + "line": 655, "column": 20 } } @@ -320774,15 +323381,15 @@ "updateContext": null }, "value": "this", - "start": 25612, - "end": 25616, + "start": 26067, + "end": 26071, "loc": { "start": { - "line": 649, + "line": 655, "column": 20 }, "end": { - "line": 649, + "line": 655, "column": 24 } } @@ -320800,15 +323407,15 @@ "binop": null, "updateContext": null }, - "start": 25616, - "end": 25617, + "start": 26071, + "end": 26072, "loc": { "start": { - "line": 649, + "line": 655, "column": 24 }, "end": { - "line": 649, + "line": 655, "column": 25 } } @@ -320826,15 +323433,15 @@ "binop": null }, "value": "getRecordType", - "start": 25617, - "end": 25630, + "start": 26072, + "end": 26085, "loc": { "start": { - "line": 649, + "line": 655, "column": 25 }, "end": { - "line": 649, + "line": 655, "column": 38 } } @@ -320851,15 +323458,15 @@ "postfix": false, "binop": null }, - "start": 25630, - "end": 25631, + "start": 26085, + "end": 26086, "loc": { "start": { - "line": 649, + "line": 655, "column": 38 }, "end": { - "line": 649, + "line": 655, "column": 39 } } @@ -320876,15 +323483,15 @@ "postfix": false, "binop": null }, - "start": 25631, - "end": 25632, + "start": 26086, + "end": 26087, "loc": { "start": { - "line": 649, + "line": 655, "column": 39 }, "end": { - "line": 649, + "line": 655, "column": 40 } } @@ -320901,15 +323508,15 @@ "postfix": false, "binop": null }, - "start": 25632, - "end": 25633, + "start": 26087, + "end": 26088, "loc": { "start": { - "line": 649, + "line": 655, "column": 40 }, "end": { - "line": 649, + "line": 655, "column": 41 } } @@ -320926,15 +323533,15 @@ "postfix": false, "binop": null }, - "start": 25634, - "end": 25635, + "start": 26089, + "end": 26090, "loc": { "start": { - "line": 649, + "line": 655, "column": 42 }, "end": { - "line": 649, + "line": 655, "column": 43 } } @@ -320954,15 +323561,15 @@ "updateContext": null }, "value": "case", - "start": 25652, - "end": 25656, + "start": 26107, + "end": 26111, "loc": { "start": { - "line": 650, + "line": 656, "column": 16 }, "end": { - "line": 650, + "line": 656, "column": 20 } } @@ -320980,15 +323587,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 25657, - "end": 25667, + "start": 26112, + "end": 26122, "loc": { "start": { - "line": 650, + "line": 656, "column": 21 }, "end": { - "line": 650, + "line": 656, "column": 31 } } @@ -321006,15 +323613,15 @@ "binop": null, "updateContext": null }, - "start": 25667, - "end": 25668, + "start": 26122, + "end": 26123, "loc": { "start": { - "line": 650, + "line": 656, "column": 31 }, "end": { - "line": 650, + "line": 656, "column": 32 } } @@ -321022,15 +323629,15 @@ { "type": "CommentLine", "value": " get audio plugin engine class (or default recordrtc engine)", - "start": 25689, - "end": 25751, + "start": 26144, + "end": 26206, "loc": { "start": { - "line": 651, + "line": 657, "column": 20 }, "end": { - "line": 651, + "line": 657, "column": 82 } } @@ -321048,15 +323655,15 @@ "binop": null }, "value": "EngineClass", - "start": 25772, - "end": 25783, + "start": 26227, + "end": 26238, "loc": { "start": { - "line": 652, + "line": 658, "column": 20 }, "end": { - "line": 652, + "line": 658, "column": 31 } } @@ -321075,15 +323682,15 @@ "updateContext": null }, "value": "=", - "start": 25784, - "end": 25785, + "start": 26239, + "end": 26240, "loc": { "start": { - "line": 652, + "line": 658, "column": 32 }, "end": { - "line": 652, + "line": 658, "column": 33 } } @@ -321101,15 +323708,15 @@ "binop": null }, "value": "getAudioEngine", - "start": 25786, - "end": 25800, + "start": 26241, + "end": 26255, "loc": { "start": { - "line": 652, + "line": 658, "column": 34 }, "end": { - "line": 652, + "line": 658, "column": 48 } } @@ -321126,15 +323733,15 @@ "postfix": false, "binop": null }, - "start": 25800, - "end": 25801, + "start": 26255, + "end": 26256, "loc": { "start": { - "line": 652, + "line": 658, "column": 48 }, "end": { - "line": 652, + "line": 658, "column": 49 } } @@ -321154,15 +323761,15 @@ "updateContext": null }, "value": "this", - "start": 25801, - "end": 25805, + "start": 26256, + "end": 26260, "loc": { "start": { - "line": 652, + "line": 658, "column": 49 }, "end": { - "line": 652, + "line": 658, "column": 53 } } @@ -321180,15 +323787,15 @@ "binop": null, "updateContext": null }, - "start": 25805, - "end": 25806, + "start": 26260, + "end": 26261, "loc": { "start": { - "line": 652, + "line": 658, "column": 53 }, "end": { - "line": 652, + "line": 658, "column": 54 } } @@ -321206,15 +323813,15 @@ "binop": null }, "value": "audioEngine", - "start": 25806, - "end": 25817, + "start": 26261, + "end": 26272, "loc": { "start": { - "line": 652, + "line": 658, "column": 54 }, "end": { - "line": 652, + "line": 658, "column": 65 } } @@ -321231,15 +323838,15 @@ "postfix": false, "binop": null }, - "start": 25817, - "end": 25818, + "start": 26272, + "end": 26273, "loc": { "start": { - "line": 652, + "line": 658, "column": 65 }, "end": { - "line": 652, + "line": 658, "column": 66 } } @@ -321257,15 +323864,15 @@ "binop": null, "updateContext": null }, - "start": 25818, - "end": 25819, + "start": 26273, + "end": 26274, "loc": { "start": { - "line": 652, + "line": 658, "column": 66 }, "end": { - "line": 652, + "line": 658, "column": 67 } } @@ -321283,15 +323890,15 @@ "binop": null }, "value": "engineType", - "start": 25840, - "end": 25850, + "start": 26295, + "end": 26305, "loc": { "start": { - "line": 653, + "line": 659, "column": 20 }, "end": { - "line": 653, + "line": 659, "column": 30 } } @@ -321310,15 +323917,15 @@ "updateContext": null }, "value": "=", - "start": 25851, - "end": 25852, + "start": 26306, + "end": 26307, "loc": { "start": { - "line": 653, + "line": 659, "column": 31 }, "end": { - "line": 653, + "line": 659, "column": 32 } } @@ -321338,15 +323945,15 @@ "updateContext": null }, "value": "this", - "start": 25853, - "end": 25857, + "start": 26308, + "end": 26312, "loc": { "start": { - "line": 653, + "line": 659, "column": 33 }, "end": { - "line": 653, + "line": 659, "column": 37 } } @@ -321364,15 +323971,15 @@ "binop": null, "updateContext": null }, - "start": 25857, - "end": 25858, + "start": 26312, + "end": 26313, "loc": { "start": { - "line": 653, + "line": 659, "column": 37 }, "end": { - "line": 653, + "line": 659, "column": 38 } } @@ -321390,15 +323997,15 @@ "binop": null }, "value": "audioEngine", - "start": 25858, - "end": 25869, + "start": 26313, + "end": 26324, "loc": { "start": { - "line": 653, + "line": 659, "column": 38 }, "end": { - "line": 653, + "line": 659, "column": 49 } } @@ -321416,15 +324023,15 @@ "binop": null, "updateContext": null }, - "start": 25869, - "end": 25870, + "start": 26324, + "end": 26325, "loc": { "start": { - "line": 653, + "line": 659, "column": 49 }, "end": { - "line": 653, + "line": 659, "column": 50 } } @@ -321444,15 +324051,15 @@ "updateContext": null }, "value": "break", - "start": 25891, - "end": 25896, + "start": 26346, + "end": 26351, "loc": { "start": { - "line": 654, + "line": 660, "column": 20 }, "end": { - "line": 654, + "line": 660, "column": 25 } } @@ -321470,15 +324077,15 @@ "binop": null, "updateContext": null }, - "start": 25896, - "end": 25897, + "start": 26351, + "end": 26352, "loc": { "start": { - "line": 654, + "line": 660, "column": 25 }, "end": { - "line": 654, + "line": 660, "column": 26 } } @@ -321498,15 +324105,15 @@ "updateContext": null }, "value": "default", - "start": 25915, - "end": 25922, + "start": 26370, + "end": 26377, "loc": { "start": { - "line": 656, + "line": 662, "column": 16 }, "end": { - "line": 656, + "line": 662, "column": 23 } } @@ -321524,15 +324131,15 @@ "binop": null, "updateContext": null }, - "start": 25922, - "end": 25923, + "start": 26377, + "end": 26378, "loc": { "start": { - "line": 656, + "line": 662, "column": 23 }, "end": { - "line": 656, + "line": 662, "column": 24 } } @@ -321540,15 +324147,15 @@ { "type": "CommentLine", "value": " get video plugin engine class (or default recordrtc engine)", - "start": 25944, - "end": 26006, + "start": 26399, + "end": 26461, "loc": { "start": { - "line": 657, + "line": 663, "column": 20 }, "end": { - "line": 657, + "line": 663, "column": 82 } } @@ -321566,15 +324173,15 @@ "binop": null }, "value": "EngineClass", - "start": 26027, - "end": 26038, + "start": 26482, + "end": 26493, "loc": { "start": { - "line": 658, + "line": 664, "column": 20 }, "end": { - "line": 658, + "line": 664, "column": 31 } } @@ -321593,15 +324200,15 @@ "updateContext": null }, "value": "=", - "start": 26039, - "end": 26040, + "start": 26494, + "end": 26495, "loc": { "start": { - "line": 658, + "line": 664, "column": 32 }, "end": { - "line": 658, + "line": 664, "column": 33 } } @@ -321619,15 +324226,15 @@ "binop": null }, "value": "getVideoEngine", - "start": 26041, - "end": 26055, + "start": 26496, + "end": 26510, "loc": { "start": { - "line": 658, + "line": 664, "column": 34 }, "end": { - "line": 658, + "line": 664, "column": 48 } } @@ -321644,15 +324251,15 @@ "postfix": false, "binop": null }, - "start": 26055, - "end": 26056, + "start": 26510, + "end": 26511, "loc": { "start": { - "line": 658, + "line": 664, "column": 48 }, "end": { - "line": 658, + "line": 664, "column": 49 } } @@ -321672,15 +324279,15 @@ "updateContext": null }, "value": "this", - "start": 26056, - "end": 26060, + "start": 26511, + "end": 26515, "loc": { "start": { - "line": 658, + "line": 664, "column": 49 }, "end": { - "line": 658, + "line": 664, "column": 53 } } @@ -321698,15 +324305,15 @@ "binop": null, "updateContext": null }, - "start": 26060, - "end": 26061, + "start": 26515, + "end": 26516, "loc": { "start": { - "line": 658, + "line": 664, "column": 53 }, "end": { - "line": 658, + "line": 664, "column": 54 } } @@ -321724,15 +324331,15 @@ "binop": null }, "value": "videoEngine", - "start": 26061, - "end": 26072, + "start": 26516, + "end": 26527, "loc": { "start": { - "line": 658, + "line": 664, "column": 54 }, "end": { - "line": 658, + "line": 664, "column": 65 } } @@ -321749,15 +324356,15 @@ "postfix": false, "binop": null }, - "start": 26072, - "end": 26073, + "start": 26527, + "end": 26528, "loc": { "start": { - "line": 658, + "line": 664, "column": 65 }, "end": { - "line": 658, + "line": 664, "column": 66 } } @@ -321775,15 +324382,15 @@ "binop": null, "updateContext": null }, - "start": 26073, - "end": 26074, + "start": 26528, + "end": 26529, "loc": { "start": { - "line": 658, + "line": 664, "column": 66 }, "end": { - "line": 658, + "line": 664, "column": 67 } } @@ -321801,15 +324408,15 @@ "binop": null }, "value": "engineType", - "start": 26095, - "end": 26105, + "start": 26550, + "end": 26560, "loc": { "start": { - "line": 659, + "line": 665, "column": 20 }, "end": { - "line": 659, + "line": 665, "column": 30 } } @@ -321828,15 +324435,15 @@ "updateContext": null }, "value": "=", - "start": 26106, - "end": 26107, + "start": 26561, + "end": 26562, "loc": { "start": { - "line": 659, + "line": 665, "column": 31 }, "end": { - "line": 659, + "line": 665, "column": 32 } } @@ -321856,15 +324463,15 @@ "updateContext": null }, "value": "this", - "start": 26108, - "end": 26112, + "start": 26563, + "end": 26567, "loc": { "start": { - "line": 659, + "line": 665, "column": 33 }, "end": { - "line": 659, + "line": 665, "column": 37 } } @@ -321882,15 +324489,15 @@ "binop": null, "updateContext": null }, - "start": 26112, - "end": 26113, + "start": 26567, + "end": 26568, "loc": { "start": { - "line": 659, + "line": 665, "column": 37 }, "end": { - "line": 659, + "line": 665, "column": 38 } } @@ -321908,15 +324515,15 @@ "binop": null }, "value": "videoEngine", - "start": 26113, - "end": 26124, + "start": 26568, + "end": 26579, "loc": { "start": { - "line": 659, + "line": 665, "column": 38 }, "end": { - "line": 659, + "line": 665, "column": 49 } } @@ -321934,15 +324541,15 @@ "binop": null, "updateContext": null }, - "start": 26124, - "end": 26125, + "start": 26579, + "end": 26580, "loc": { "start": { - "line": 659, + "line": 665, "column": 49 }, "end": { - "line": 659, + "line": 665, "column": 50 } } @@ -321959,15 +324566,15 @@ "postfix": false, "binop": null }, - "start": 26138, - "end": 26139, + "start": 26593, + "end": 26594, "loc": { "start": { - "line": 660, + "line": 666, "column": 12 }, "end": { - "line": 660, + "line": 666, "column": 13 } } @@ -321975,15 +324582,15 @@ { "type": "CommentLine", "value": " create recording engine", - "start": 26153, - "end": 26179, + "start": 26608, + "end": 26634, "loc": { "start": { - "line": 662, + "line": 668, "column": 12 }, "end": { - "line": 662, + "line": 668, "column": 38 } } @@ -322003,15 +324610,15 @@ "updateContext": null }, "value": "try", - "start": 26192, - "end": 26195, + "start": 26647, + "end": 26650, "loc": { "start": { - "line": 663, + "line": 669, "column": 12 }, "end": { - "line": 663, + "line": 669, "column": 15 } } @@ -322028,15 +324635,15 @@ "postfix": false, "binop": null }, - "start": 26196, - "end": 26197, + "start": 26651, + "end": 26652, "loc": { "start": { - "line": 663, + "line": 669, "column": 16 }, "end": { - "line": 663, + "line": 669, "column": 17 } } @@ -322044,15 +324651,15 @@ { "type": "CommentLine", "value": " connect stream to recording engine", - "start": 26214, - "end": 26251, + "start": 26669, + "end": 26706, "loc": { "start": { - "line": 664, + "line": 670, "column": 16 }, "end": { - "line": 664, + "line": 670, "column": 53 } } @@ -322072,15 +324679,15 @@ "updateContext": null }, "value": "this", - "start": 26268, - "end": 26272, + "start": 26723, + "end": 26727, "loc": { "start": { - "line": 665, + "line": 671, "column": 16 }, "end": { - "line": 665, + "line": 671, "column": 20 } } @@ -322098,15 +324705,15 @@ "binop": null, "updateContext": null }, - "start": 26272, - "end": 26273, + "start": 26727, + "end": 26728, "loc": { "start": { - "line": 665, + "line": 671, "column": 20 }, "end": { - "line": 665, + "line": 671, "column": 21 } } @@ -322124,15 +324731,15 @@ "binop": null }, "value": "engine", - "start": 26273, - "end": 26279, + "start": 26728, + "end": 26734, "loc": { "start": { - "line": 665, + "line": 671, "column": 21 }, "end": { - "line": 665, + "line": 671, "column": 27 } } @@ -322151,15 +324758,15 @@ "updateContext": null }, "value": "=", - "start": 26280, - "end": 26281, + "start": 26735, + "end": 26736, "loc": { "start": { - "line": 665, + "line": 671, "column": 28 }, "end": { - "line": 665, + "line": 671, "column": 29 } } @@ -322179,15 +324786,15 @@ "updateContext": null }, "value": "new", - "start": 26282, - "end": 26285, + "start": 26737, + "end": 26740, "loc": { "start": { - "line": 665, + "line": 671, "column": 30 }, "end": { - "line": 665, + "line": 671, "column": 33 } } @@ -322205,15 +324812,15 @@ "binop": null }, "value": "EngineClass", - "start": 26286, - "end": 26297, + "start": 26741, + "end": 26752, "loc": { "start": { - "line": 665, + "line": 671, "column": 34 }, "end": { - "line": 665, + "line": 671, "column": 45 } } @@ -322230,15 +324837,15 @@ "postfix": false, "binop": null }, - "start": 26297, - "end": 26298, + "start": 26752, + "end": 26753, "loc": { "start": { - "line": 665, + "line": 671, "column": 45 }, "end": { - "line": 665, + "line": 671, "column": 46 } } @@ -322258,15 +324865,15 @@ "updateContext": null }, "value": "this", - "start": 26298, - "end": 26302, + "start": 26753, + "end": 26757, "loc": { "start": { - "line": 665, + "line": 671, "column": 46 }, "end": { - "line": 665, + "line": 671, "column": 50 } } @@ -322284,15 +324891,15 @@ "binop": null, "updateContext": null }, - "start": 26302, - "end": 26303, + "start": 26757, + "end": 26758, "loc": { "start": { - "line": 665, + "line": 671, "column": 50 }, "end": { - "line": 665, + "line": 671, "column": 51 } } @@ -322310,15 +324917,15 @@ "binop": null }, "value": "player", - "start": 26303, - "end": 26309, + "start": 26758, + "end": 26764, "loc": { "start": { - "line": 665, + "line": 671, "column": 51 }, "end": { - "line": 665, + "line": 671, "column": 57 } } @@ -322336,15 +324943,15 @@ "binop": null, "updateContext": null }, - "start": 26309, - "end": 26310, + "start": 26764, + "end": 26765, "loc": { "start": { - "line": 665, + "line": 671, "column": 57 }, "end": { - "line": 665, + "line": 671, "column": 58 } } @@ -322364,15 +324971,15 @@ "updateContext": null }, "value": "this", - "start": 26311, - "end": 26315, + "start": 26766, + "end": 26770, "loc": { "start": { - "line": 665, + "line": 671, "column": 59 }, "end": { - "line": 665, + "line": 671, "column": 63 } } @@ -322390,15 +324997,15 @@ "binop": null, "updateContext": null }, - "start": 26315, - "end": 26316, + "start": 26770, + "end": 26771, "loc": { "start": { - "line": 665, + "line": 671, "column": 63 }, "end": { - "line": 665, + "line": 671, "column": 64 } } @@ -322416,15 +325023,15 @@ "binop": null }, "value": "player", - "start": 26316, - "end": 26322, + "start": 26771, + "end": 26777, "loc": { "start": { - "line": 665, + "line": 671, "column": 64 }, "end": { - "line": 665, + "line": 671, "column": 70 } } @@ -322442,15 +325049,15 @@ "binop": null, "updateContext": null }, - "start": 26322, - "end": 26323, + "start": 26777, + "end": 26778, "loc": { "start": { - "line": 665, + "line": 671, "column": 70 }, "end": { - "line": 665, + "line": 671, "column": 71 } } @@ -322468,15 +325075,15 @@ "binop": null }, "value": "options_", - "start": 26323, - "end": 26331, + "start": 26778, + "end": 26786, "loc": { "start": { - "line": 665, + "line": 671, "column": 71 }, "end": { - "line": 665, + "line": 671, "column": 79 } } @@ -322493,15 +325100,15 @@ "postfix": false, "binop": null }, - "start": 26331, - "end": 26332, + "start": 26786, + "end": 26787, "loc": { "start": { - "line": 665, + "line": 671, "column": 79 }, "end": { - "line": 665, + "line": 671, "column": 80 } } @@ -322519,15 +325126,15 @@ "binop": null, "updateContext": null }, - "start": 26332, - "end": 26333, + "start": 26787, + "end": 26788, "loc": { "start": { - "line": 665, + "line": 671, "column": 80 }, "end": { - "line": 665, + "line": 671, "column": 81 } } @@ -322544,15 +325151,15 @@ "postfix": false, "binop": null }, - "start": 26346, - "end": 26347, + "start": 26801, + "end": 26802, "loc": { "start": { - "line": 666, + "line": 672, "column": 12 }, "end": { - "line": 666, + "line": 672, "column": 13 } } @@ -322572,15 +325179,15 @@ "updateContext": null }, "value": "catch", - "start": 26348, - "end": 26353, + "start": 26803, + "end": 26808, "loc": { "start": { - "line": 666, + "line": 672, "column": 14 }, "end": { - "line": 666, + "line": 672, "column": 19 } } @@ -322597,15 +325204,15 @@ "postfix": false, "binop": null }, - "start": 26354, - "end": 26355, + "start": 26809, + "end": 26810, "loc": { "start": { - "line": 666, + "line": 672, "column": 20 }, "end": { - "line": 666, + "line": 672, "column": 21 } } @@ -322623,15 +325230,15 @@ "binop": null }, "value": "err", - "start": 26355, - "end": 26358, + "start": 26810, + "end": 26813, "loc": { "start": { - "line": 666, + "line": 672, "column": 21 }, "end": { - "line": 666, + "line": 672, "column": 24 } } @@ -322648,15 +325255,15 @@ "postfix": false, "binop": null }, - "start": 26358, - "end": 26359, + "start": 26813, + "end": 26814, "loc": { "start": { - "line": 666, + "line": 672, "column": 24 }, "end": { - "line": 666, + "line": 672, "column": 25 } } @@ -322673,15 +325280,15 @@ "postfix": false, "binop": null }, - "start": 26360, - "end": 26361, + "start": 26815, + "end": 26816, "loc": { "start": { - "line": 666, + "line": 672, "column": 26 }, "end": { - "line": 666, + "line": 672, "column": 27 } } @@ -322701,15 +325308,15 @@ "updateContext": null }, "value": "throw", - "start": 26378, - "end": 26383, + "start": 26833, + "end": 26838, "loc": { "start": { - "line": 667, + "line": 673, "column": 16 }, "end": { - "line": 667, + "line": 673, "column": 21 } } @@ -322729,15 +325336,15 @@ "updateContext": null }, "value": "new", - "start": 26384, - "end": 26387, + "start": 26839, + "end": 26842, "loc": { "start": { - "line": 667, + "line": 673, "column": 22 }, "end": { - "line": 667, + "line": 673, "column": 25 } } @@ -322755,15 +325362,15 @@ "binop": null }, "value": "Error", - "start": 26388, - "end": 26393, + "start": 26843, + "end": 26848, "loc": { "start": { - "line": 667, + "line": 673, "column": 26 }, "end": { - "line": 667, + "line": 673, "column": 31 } } @@ -322780,15 +325387,15 @@ "postfix": false, "binop": null }, - "start": 26393, - "end": 26394, + "start": 26848, + "end": 26849, "loc": { "start": { - "line": 667, + "line": 673, "column": 31 }, "end": { - "line": 667, + "line": 673, "column": 32 } } @@ -322807,15 +325414,15 @@ "updateContext": null }, "value": "Could not load ", - "start": 26394, - "end": 26411, + "start": 26849, + "end": 26866, "loc": { "start": { - "line": 667, + "line": 673, "column": 32 }, "end": { - "line": 667, + "line": 673, "column": 49 } } @@ -322834,15 +325441,15 @@ "updateContext": null }, "value": "+", - "start": 26412, - "end": 26413, + "start": 26867, + "end": 26868, "loc": { "start": { - "line": 667, + "line": 673, "column": 50 }, "end": { - "line": 667, + "line": 673, "column": 51 } } @@ -322860,15 +325467,15 @@ "binop": null }, "value": "engineType", - "start": 26414, - "end": 26424, + "start": 26869, + "end": 26879, "loc": { "start": { - "line": 667, + "line": 673, "column": 52 }, "end": { - "line": 667, + "line": 673, "column": 62 } } @@ -322887,15 +325494,15 @@ "updateContext": null }, "value": "+", - "start": 26425, - "end": 26426, + "start": 26880, + "end": 26881, "loc": { "start": { - "line": 667, + "line": 673, "column": 63 }, "end": { - "line": 667, + "line": 673, "column": 64 } } @@ -322914,15 +325521,15 @@ "updateContext": null }, "value": " plugin", - "start": 26427, - "end": 26436, + "start": 26882, + "end": 26891, "loc": { "start": { - "line": 667, + "line": 673, "column": 65 }, "end": { - "line": 667, + "line": 673, "column": 74 } } @@ -322939,15 +325546,15 @@ "postfix": false, "binop": null }, - "start": 26436, - "end": 26437, + "start": 26891, + "end": 26892, "loc": { "start": { - "line": 667, + "line": 673, "column": 74 }, "end": { - "line": 667, + "line": 673, "column": 75 } } @@ -322965,15 +325572,15 @@ "binop": null, "updateContext": null }, - "start": 26437, - "end": 26438, + "start": 26892, + "end": 26893, "loc": { "start": { - "line": 667, + "line": 673, "column": 75 }, "end": { - "line": 667, + "line": 673, "column": 76 } } @@ -322990,15 +325597,15 @@ "postfix": false, "binop": null }, - "start": 26451, - "end": 26452, + "start": 26906, + "end": 26907, "loc": { "start": { - "line": 668, + "line": 674, "column": 12 }, "end": { - "line": 668, + "line": 674, "column": 13 } } @@ -323006,15 +325613,15 @@ { "type": "CommentLine", "value": " listen for events", - "start": 26466, - "end": 26486, + "start": 26921, + "end": 26941, "loc": { "start": { - "line": 670, + "line": 676, "column": 12 }, "end": { - "line": 670, + "line": 676, "column": 32 } } @@ -323034,15 +325641,15 @@ "updateContext": null }, "value": "this", - "start": 26499, - "end": 26503, + "start": 26954, + "end": 26958, "loc": { "start": { - "line": 671, + "line": 677, "column": 12 }, "end": { - "line": 671, + "line": 677, "column": 16 } } @@ -323060,15 +325667,15 @@ "binop": null, "updateContext": null }, - "start": 26503, - "end": 26504, + "start": 26958, + "end": 26959, "loc": { "start": { - "line": 671, + "line": 677, "column": 16 }, "end": { - "line": 671, + "line": 677, "column": 17 } } @@ -323086,15 +325693,15 @@ "binop": null }, "value": "engine", - "start": 26504, - "end": 26510, + "start": 26959, + "end": 26965, "loc": { "start": { - "line": 671, + "line": 677, "column": 17 }, "end": { - "line": 671, + "line": 677, "column": 23 } } @@ -323112,15 +325719,15 @@ "binop": null, "updateContext": null }, - "start": 26510, - "end": 26511, + "start": 26965, + "end": 26966, "loc": { "start": { - "line": 671, + "line": 677, "column": 23 }, "end": { - "line": 671, + "line": 677, "column": 24 } } @@ -323138,15 +325745,15 @@ "binop": null }, "value": "on", - "start": 26511, - "end": 26513, + "start": 26966, + "end": 26968, "loc": { "start": { - "line": 671, + "line": 677, "column": 24 }, "end": { - "line": 671, + "line": 677, "column": 26 } } @@ -323163,15 +325770,15 @@ "postfix": false, "binop": null }, - "start": 26513, - "end": 26514, + "start": 26968, + "end": 26969, "loc": { "start": { - "line": 671, + "line": 677, "column": 26 }, "end": { - "line": 671, + "line": 677, "column": 27 } } @@ -323189,15 +325796,15 @@ "binop": null }, "value": "Event", - "start": 26514, - "end": 26519, + "start": 26969, + "end": 26974, "loc": { "start": { - "line": 671, + "line": 677, "column": 27 }, "end": { - "line": 671, + "line": 677, "column": 32 } } @@ -323215,15 +325822,15 @@ "binop": null, "updateContext": null }, - "start": 26519, - "end": 26520, + "start": 26974, + "end": 26975, "loc": { "start": { - "line": 671, + "line": 677, "column": 32 }, "end": { - "line": 671, + "line": 677, "column": 33 } } @@ -323241,15 +325848,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 26520, - "end": 26535, + "start": 26975, + "end": 26990, "loc": { "start": { - "line": 671, + "line": 677, "column": 33 }, "end": { - "line": 671, + "line": 677, "column": 48 } } @@ -323267,15 +325874,15 @@ "binop": null, "updateContext": null }, - "start": 26535, - "end": 26536, + "start": 26990, + "end": 26991, "loc": { "start": { - "line": 671, + "line": 677, "column": 48 }, "end": { - "line": 671, + "line": 677, "column": 49 } } @@ -323295,15 +325902,15 @@ "updateContext": null }, "value": "this", - "start": 26537, - "end": 26541, + "start": 26992, + "end": 26996, "loc": { "start": { - "line": 671, + "line": 677, "column": 50 }, "end": { - "line": 671, + "line": 677, "column": 54 } } @@ -323321,15 +325928,15 @@ "binop": null, "updateContext": null }, - "start": 26541, - "end": 26542, + "start": 26996, + "end": 26997, "loc": { "start": { - "line": 671, + "line": 677, "column": 54 }, "end": { - "line": 671, + "line": 677, "column": 55 } } @@ -323347,15 +325954,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 26542, - "end": 26560, + "start": 26997, + "end": 27015, "loc": { "start": { - "line": 671, + "line": 677, "column": 55 }, "end": { - "line": 671, + "line": 677, "column": 73 } } @@ -323372,15 +325979,15 @@ "postfix": false, "binop": null }, - "start": 26560, - "end": 26561, + "start": 27015, + "end": 27016, "loc": { "start": { - "line": 671, + "line": 677, "column": 73 }, "end": { - "line": 671, + "line": 677, "column": 74 } } @@ -323398,15 +326005,15 @@ "binop": null, "updateContext": null }, - "start": 26561, - "end": 26562, + "start": 27016, + "end": 27017, "loc": { "start": { - "line": 671, + "line": 677, "column": 74 }, "end": { - "line": 671, + "line": 677, "column": 75 } } @@ -323414,15 +326021,15 @@ { "type": "CommentLine", "value": " audio settings", - "start": 26576, - "end": 26593, + "start": 27031, + "end": 27048, "loc": { "start": { - "line": 673, + "line": 679, "column": 12 }, "end": { - "line": 673, + "line": 679, "column": 29 } } @@ -323442,15 +326049,15 @@ "updateContext": null }, "value": "this", - "start": 26606, - "end": 26610, + "start": 27061, + "end": 27065, "loc": { "start": { - "line": 674, + "line": 680, "column": 12 }, "end": { - "line": 674, + "line": 680, "column": 16 } } @@ -323468,15 +326075,15 @@ "binop": null, "updateContext": null }, - "start": 26610, - "end": 26611, + "start": 27065, + "end": 27066, "loc": { "start": { - "line": 674, + "line": 680, "column": 16 }, "end": { - "line": 674, + "line": 680, "column": 17 } } @@ -323494,15 +326101,15 @@ "binop": null }, "value": "engine", - "start": 26611, - "end": 26617, + "start": 27066, + "end": 27072, "loc": { "start": { - "line": 674, + "line": 680, "column": 17 }, "end": { - "line": 674, + "line": 680, "column": 23 } } @@ -323520,15 +326127,15 @@ "binop": null, "updateContext": null }, - "start": 26617, - "end": 26618, + "start": 27072, + "end": 27073, "loc": { "start": { - "line": 674, + "line": 680, "column": 23 }, "end": { - "line": 674, + "line": 680, "column": 24 } } @@ -323546,15 +326153,15 @@ "binop": null }, "value": "bufferSize", - "start": 26618, - "end": 26628, + "start": 27073, + "end": 27083, "loc": { "start": { - "line": 674, + "line": 680, "column": 24 }, "end": { - "line": 674, + "line": 680, "column": 34 } } @@ -323573,15 +326180,15 @@ "updateContext": null }, "value": "=", - "start": 26629, - "end": 26630, + "start": 27084, + "end": 27085, "loc": { "start": { - "line": 674, + "line": 680, "column": 35 }, "end": { - "line": 674, + "line": 680, "column": 36 } } @@ -323601,15 +326208,15 @@ "updateContext": null }, "value": "this", - "start": 26631, - "end": 26635, + "start": 27086, + "end": 27090, "loc": { "start": { - "line": 674, + "line": 680, "column": 37 }, "end": { - "line": 674, + "line": 680, "column": 41 } } @@ -323627,15 +326234,15 @@ "binop": null, "updateContext": null }, - "start": 26635, - "end": 26636, + "start": 27090, + "end": 27091, "loc": { "start": { - "line": 674, + "line": 680, "column": 41 }, "end": { - "line": 674, + "line": 680, "column": 42 } } @@ -323653,15 +326260,15 @@ "binop": null }, "value": "audioBufferSize", - "start": 26636, - "end": 26651, + "start": 27091, + "end": 27106, "loc": { "start": { - "line": 674, + "line": 680, "column": 42 }, "end": { - "line": 674, + "line": 680, "column": 57 } } @@ -323679,15 +326286,15 @@ "binop": null, "updateContext": null }, - "start": 26651, - "end": 26652, + "start": 27106, + "end": 27107, "loc": { "start": { - "line": 674, + "line": 680, "column": 57 }, "end": { - "line": 674, + "line": 680, "column": 58 } } @@ -323707,15 +326314,15 @@ "updateContext": null }, "value": "this", - "start": 26665, - "end": 26669, + "start": 27120, + "end": 27124, "loc": { "start": { - "line": 675, + "line": 681, "column": 12 }, "end": { - "line": 675, + "line": 681, "column": 16 } } @@ -323733,15 +326340,15 @@ "binop": null, "updateContext": null }, - "start": 26669, - "end": 26670, + "start": 27124, + "end": 27125, "loc": { "start": { - "line": 675, + "line": 681, "column": 16 }, "end": { - "line": 675, + "line": 681, "column": 17 } } @@ -323759,15 +326366,15 @@ "binop": null }, "value": "engine", - "start": 26670, - "end": 26676, + "start": 27125, + "end": 27131, "loc": { "start": { - "line": 675, + "line": 681, "column": 17 }, "end": { - "line": 675, + "line": 681, "column": 23 } } @@ -323785,15 +326392,15 @@ "binop": null, "updateContext": null }, - "start": 26676, - "end": 26677, + "start": 27131, + "end": 27132, "loc": { "start": { - "line": 675, + "line": 681, "column": 23 }, "end": { - "line": 675, + "line": 681, "column": 24 } } @@ -323811,15 +326418,15 @@ "binop": null }, "value": "sampleRate", - "start": 26677, - "end": 26687, + "start": 27132, + "end": 27142, "loc": { "start": { - "line": 675, + "line": 681, "column": 24 }, "end": { - "line": 675, + "line": 681, "column": 34 } } @@ -323838,15 +326445,15 @@ "updateContext": null }, "value": "=", - "start": 26688, - "end": 26689, + "start": 27143, + "end": 27144, "loc": { "start": { - "line": 675, + "line": 681, "column": 35 }, "end": { - "line": 675, + "line": 681, "column": 36 } } @@ -323866,15 +326473,15 @@ "updateContext": null }, "value": "this", - "start": 26690, - "end": 26694, + "start": 27145, + "end": 27149, "loc": { "start": { - "line": 675, + "line": 681, "column": 37 }, "end": { - "line": 675, + "line": 681, "column": 41 } } @@ -323892,15 +326499,15 @@ "binop": null, "updateContext": null }, - "start": 26694, - "end": 26695, + "start": 27149, + "end": 27150, "loc": { "start": { - "line": 675, + "line": 681, "column": 41 }, "end": { - "line": 675, + "line": 681, "column": 42 } } @@ -323918,15 +326525,15 @@ "binop": null }, "value": "audioSampleRate", - "start": 26695, - "end": 26710, + "start": 27150, + "end": 27165, "loc": { "start": { - "line": 675, + "line": 681, "column": 42 }, "end": { - "line": 675, + "line": 681, "column": 57 } } @@ -323944,15 +326551,15 @@ "binop": null, "updateContext": null }, - "start": 26710, - "end": 26711, + "start": 27165, + "end": 27166, "loc": { "start": { - "line": 675, + "line": 681, "column": 57 }, "end": { - "line": 675, + "line": 681, "column": 58 } } @@ -323972,15 +326579,15 @@ "updateContext": null }, "value": "this", - "start": 26724, - "end": 26728, + "start": 27179, + "end": 27183, "loc": { "start": { - "line": 676, + "line": 682, "column": 12 }, "end": { - "line": 676, + "line": 682, "column": 16 } } @@ -323998,15 +326605,15 @@ "binop": null, "updateContext": null }, - "start": 26728, - "end": 26729, + "start": 27183, + "end": 27184, "loc": { "start": { - "line": 676, + "line": 682, "column": 16 }, "end": { - "line": 676, + "line": 682, "column": 17 } } @@ -324024,15 +326631,15 @@ "binop": null }, "value": "engine", - "start": 26729, - "end": 26735, + "start": 27184, + "end": 27190, "loc": { "start": { - "line": 676, + "line": 682, "column": 17 }, "end": { - "line": 676, + "line": 682, "column": 23 } } @@ -324050,15 +326657,15 @@ "binop": null, "updateContext": null }, - "start": 26735, - "end": 26736, + "start": 27190, + "end": 27191, "loc": { "start": { - "line": 676, + "line": 682, "column": 23 }, "end": { - "line": 676, + "line": 682, "column": 24 } } @@ -324076,15 +326683,15 @@ "binop": null }, "value": "bitRate", - "start": 26736, - "end": 26743, + "start": 27191, + "end": 27198, "loc": { "start": { - "line": 676, + "line": 682, "column": 24 }, "end": { - "line": 676, + "line": 682, "column": 31 } } @@ -324103,15 +326710,15 @@ "updateContext": null }, "value": "=", - "start": 26744, - "end": 26745, + "start": 27199, + "end": 27200, "loc": { "start": { - "line": 676, + "line": 682, "column": 32 }, "end": { - "line": 676, + "line": 682, "column": 33 } } @@ -324131,15 +326738,15 @@ "updateContext": null }, "value": "this", - "start": 26746, - "end": 26750, + "start": 27201, + "end": 27205, "loc": { "start": { - "line": 676, + "line": 682, "column": 34 }, "end": { - "line": 676, + "line": 682, "column": 38 } } @@ -324157,15 +326764,15 @@ "binop": null, "updateContext": null }, - "start": 26750, - "end": 26751, + "start": 27205, + "end": 27206, "loc": { "start": { - "line": 676, + "line": 682, "column": 38 }, "end": { - "line": 676, + "line": 682, "column": 39 } } @@ -324183,15 +326790,15 @@ "binop": null }, "value": "audioBitRate", - "start": 26751, - "end": 26763, + "start": 27206, + "end": 27218, "loc": { "start": { - "line": 676, + "line": 682, "column": 39 }, "end": { - "line": 676, + "line": 682, "column": 51 } } @@ -324209,15 +326816,15 @@ "binop": null, "updateContext": null }, - "start": 26763, - "end": 26764, + "start": 27218, + "end": 27219, "loc": { "start": { - "line": 676, + "line": 682, "column": 51 }, "end": { - "line": 676, + "line": 682, "column": 52 } } @@ -324237,15 +326844,15 @@ "updateContext": null }, "value": "this", - "start": 26777, - "end": 26781, + "start": 27232, + "end": 27236, "loc": { "start": { - "line": 677, + "line": 683, "column": 12 }, "end": { - "line": 677, + "line": 683, "column": 16 } } @@ -324263,15 +326870,15 @@ "binop": null, "updateContext": null }, - "start": 26781, - "end": 26782, + "start": 27236, + "end": 27237, "loc": { "start": { - "line": 677, + "line": 683, "column": 16 }, "end": { - "line": 677, + "line": 683, "column": 17 } } @@ -324289,15 +326896,15 @@ "binop": null }, "value": "engine", - "start": 26782, - "end": 26788, + "start": 27237, + "end": 27243, "loc": { "start": { - "line": 677, + "line": 683, "column": 17 }, "end": { - "line": 677, + "line": 683, "column": 23 } } @@ -324315,15 +326922,15 @@ "binop": null, "updateContext": null }, - "start": 26788, - "end": 26789, + "start": 27243, + "end": 27244, "loc": { "start": { - "line": 677, + "line": 683, "column": 23 }, "end": { - "line": 677, + "line": 683, "column": 24 } } @@ -324341,15 +326948,15 @@ "binop": null }, "value": "audioChannels", - "start": 26789, - "end": 26802, + "start": 27244, + "end": 27257, "loc": { "start": { - "line": 677, + "line": 683, "column": 24 }, "end": { - "line": 677, + "line": 683, "column": 37 } } @@ -324368,15 +326975,15 @@ "updateContext": null }, "value": "=", - "start": 26803, - "end": 26804, + "start": 27258, + "end": 27259, "loc": { "start": { - "line": 677, + "line": 683, "column": 38 }, "end": { - "line": 677, + "line": 683, "column": 39 } } @@ -324396,15 +327003,15 @@ "updateContext": null }, "value": "this", - "start": 26805, - "end": 26809, + "start": 27260, + "end": 27264, "loc": { "start": { - "line": 677, + "line": 683, "column": 40 }, "end": { - "line": 677, + "line": 683, "column": 44 } } @@ -324422,15 +327029,15 @@ "binop": null, "updateContext": null }, - "start": 26809, - "end": 26810, + "start": 27264, + "end": 27265, "loc": { "start": { - "line": 677, + "line": 683, "column": 44 }, "end": { - "line": 677, + "line": 683, "column": 45 } } @@ -324448,15 +327055,15 @@ "binop": null }, "value": "audioChannels", - "start": 26810, - "end": 26823, + "start": 27265, + "end": 27278, "loc": { "start": { - "line": 677, + "line": 683, "column": 45 }, "end": { - "line": 677, + "line": 683, "column": 58 } } @@ -324474,15 +327081,15 @@ "binop": null, "updateContext": null }, - "start": 26823, - "end": 26824, + "start": 27278, + "end": 27279, "loc": { "start": { - "line": 677, + "line": 683, "column": 58 }, "end": { - "line": 677, + "line": 683, "column": 59 } } @@ -324502,15 +327109,15 @@ "updateContext": null }, "value": "this", - "start": 26837, - "end": 26841, + "start": 27292, + "end": 27296, "loc": { "start": { - "line": 678, + "line": 684, "column": 12 }, "end": { - "line": 678, + "line": 684, "column": 16 } } @@ -324528,15 +327135,15 @@ "binop": null, "updateContext": null }, - "start": 26841, - "end": 26842, + "start": 27296, + "end": 27297, "loc": { "start": { - "line": 678, + "line": 684, "column": 16 }, "end": { - "line": 678, + "line": 684, "column": 17 } } @@ -324554,15 +327161,15 @@ "binop": null }, "value": "engine", - "start": 26842, - "end": 26848, + "start": 27297, + "end": 27303, "loc": { "start": { - "line": 678, + "line": 684, "column": 17 }, "end": { - "line": 678, + "line": 684, "column": 23 } } @@ -324580,15 +327187,15 @@ "binop": null, "updateContext": null }, - "start": 26848, - "end": 26849, + "start": 27303, + "end": 27304, "loc": { "start": { - "line": 678, + "line": 684, "column": 23 }, "end": { - "line": 678, + "line": 684, "column": 24 } } @@ -324606,15 +327213,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 26849, - "end": 26863, + "start": 27304, + "end": 27318, "loc": { "start": { - "line": 678, + "line": 684, "column": 24 }, "end": { - "line": 678, + "line": 684, "column": 38 } } @@ -324633,15 +327240,15 @@ "updateContext": null }, "value": "=", - "start": 26864, - "end": 26865, + "start": 27319, + "end": 27320, "loc": { "start": { - "line": 678, + "line": 684, "column": 39 }, "end": { - "line": 678, + "line": 684, "column": 40 } } @@ -324661,15 +327268,15 @@ "updateContext": null }, "value": "this", - "start": 26866, - "end": 26870, + "start": 27321, + "end": 27325, "loc": { "start": { - "line": 678, + "line": 684, "column": 41 }, "end": { - "line": 678, + "line": 684, "column": 45 } } @@ -324687,15 +327294,15 @@ "binop": null, "updateContext": null }, - "start": 26870, - "end": 26871, + "start": 27325, + "end": 27326, "loc": { "start": { - "line": 678, + "line": 684, "column": 45 }, "end": { - "line": 678, + "line": 684, "column": 46 } } @@ -324713,15 +327320,15 @@ "binop": null }, "value": "audioWorkerURL", - "start": 26871, - "end": 26885, + "start": 27326, + "end": 27340, "loc": { "start": { - "line": 678, + "line": 684, "column": 46 }, "end": { - "line": 678, + "line": 684, "column": 60 } } @@ -324739,15 +327346,15 @@ "binop": null, "updateContext": null }, - "start": 26885, - "end": 26886, + "start": 27340, + "end": 27341, "loc": { "start": { - "line": 678, + "line": 684, "column": 60 }, "end": { - "line": 678, + "line": 684, "column": 61 } } @@ -324767,15 +327374,15 @@ "updateContext": null }, "value": "this", - "start": 26899, - "end": 26903, + "start": 27354, + "end": 27358, "loc": { "start": { - "line": 679, + "line": 685, "column": 12 }, "end": { - "line": 679, + "line": 685, "column": 16 } } @@ -324793,15 +327400,15 @@ "binop": null, "updateContext": null }, - "start": 26903, - "end": 26904, + "start": 27358, + "end": 27359, "loc": { "start": { - "line": 679, + "line": 685, "column": 16 }, "end": { - "line": 679, + "line": 685, "column": 17 } } @@ -324819,15 +327426,15 @@ "binop": null }, "value": "engine", - "start": 26904, - "end": 26910, + "start": 27359, + "end": 27365, "loc": { "start": { - "line": 679, + "line": 685, "column": 17 }, "end": { - "line": 679, + "line": 685, "column": 23 } } @@ -324845,15 +327452,15 @@ "binop": null, "updateContext": null }, - "start": 26910, - "end": 26911, + "start": 27365, + "end": 27366, "loc": { "start": { - "line": 679, + "line": 685, "column": 23 }, "end": { - "line": 679, + "line": 685, "column": 24 } } @@ -324871,15 +327478,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 26911, - "end": 26930, + "start": 27366, + "end": 27385, "loc": { "start": { - "line": 679, + "line": 685, "column": 24 }, "end": { - "line": 679, + "line": 685, "column": 43 } } @@ -324898,15 +327505,15 @@ "updateContext": null }, "value": "=", - "start": 26931, - "end": 26932, + "start": 27386, + "end": 27387, "loc": { "start": { - "line": 679, + "line": 685, "column": 44 }, "end": { - "line": 679, + "line": 685, "column": 45 } } @@ -324926,15 +327533,15 @@ "updateContext": null }, "value": "this", - "start": 26933, - "end": 26937, + "start": 27388, + "end": 27392, "loc": { "start": { - "line": 679, + "line": 685, "column": 46 }, "end": { - "line": 679, + "line": 685, "column": 50 } } @@ -324952,15 +327559,15 @@ "binop": null, "updateContext": null }, - "start": 26937, - "end": 26938, + "start": 27392, + "end": 27393, "loc": { "start": { - "line": 679, + "line": 685, "column": 50 }, "end": { - "line": 679, + "line": 685, "column": 51 } } @@ -324978,15 +327585,15 @@ "binop": null }, "value": "audioWebAssemblyURL", - "start": 26938, - "end": 26957, + "start": 27393, + "end": 27412, "loc": { "start": { - "line": 679, + "line": 685, "column": 51 }, "end": { - "line": 679, + "line": 685, "column": 70 } } @@ -325004,15 +327611,15 @@ "binop": null, "updateContext": null }, - "start": 26957, - "end": 26958, + "start": 27412, + "end": 27413, "loc": { "start": { - "line": 679, + "line": 685, "column": 70 }, "end": { - "line": 679, + "line": 685, "column": 71 } } @@ -325020,15 +327627,15 @@ { "type": "CommentLine", "value": " mime type", - "start": 26972, - "end": 26984, + "start": 27427, + "end": 27439, "loc": { "start": { - "line": 681, + "line": 687, "column": 12 }, "end": { - "line": 681, + "line": 687, "column": 24 } } @@ -325048,15 +327655,15 @@ "updateContext": null }, "value": "this", - "start": 26997, - "end": 27001, + "start": 27452, + "end": 27456, "loc": { "start": { - "line": 682, + "line": 688, "column": 12 }, "end": { - "line": 682, + "line": 688, "column": 16 } } @@ -325074,15 +327681,15 @@ "binop": null, "updateContext": null }, - "start": 27001, - "end": 27002, + "start": 27456, + "end": 27457, "loc": { "start": { - "line": 682, + "line": 688, "column": 16 }, "end": { - "line": 682, + "line": 688, "column": 17 } } @@ -325100,15 +327707,15 @@ "binop": null }, "value": "engine", - "start": 27002, - "end": 27008, + "start": 27457, + "end": 27463, "loc": { "start": { - "line": 682, + "line": 688, "column": 17 }, "end": { - "line": 682, + "line": 688, "column": 23 } } @@ -325126,15 +327733,15 @@ "binop": null, "updateContext": null }, - "start": 27008, - "end": 27009, + "start": 27463, + "end": 27464, "loc": { "start": { - "line": 682, + "line": 688, "column": 23 }, "end": { - "line": 682, + "line": 688, "column": 24 } } @@ -325152,15 +327759,15 @@ "binop": null }, "value": "mimeType", - "start": 27009, - "end": 27017, + "start": 27464, + "end": 27472, "loc": { "start": { - "line": 682, + "line": 688, "column": 24 }, "end": { - "line": 682, + "line": 688, "column": 32 } } @@ -325179,15 +327786,15 @@ "updateContext": null }, "value": "=", - "start": 27018, - "end": 27019, + "start": 27473, + "end": 27474, "loc": { "start": { - "line": 682, + "line": 688, "column": 33 }, "end": { - "line": 682, + "line": 688, "column": 34 } } @@ -325204,15 +327811,15 @@ "postfix": false, "binop": null }, - "start": 27020, - "end": 27021, + "start": 27475, + "end": 27476, "loc": { "start": { - "line": 682, + "line": 688, "column": 35 }, "end": { - "line": 682, + "line": 688, "column": 36 } } @@ -325230,15 +327837,15 @@ "binop": null }, "value": "video", - "start": 27038, - "end": 27043, + "start": 27493, + "end": 27498, "loc": { "start": { - "line": 683, + "line": 689, "column": 16 }, "end": { - "line": 683, + "line": 689, "column": 21 } } @@ -325256,15 +327863,15 @@ "binop": null, "updateContext": null }, - "start": 27043, - "end": 27044, + "start": 27498, + "end": 27499, "loc": { "start": { - "line": 683, + "line": 689, "column": 21 }, "end": { - "line": 683, + "line": 689, "column": 22 } } @@ -325284,15 +327891,15 @@ "updateContext": null }, "value": "this", - "start": 27045, - "end": 27049, + "start": 27500, + "end": 27504, "loc": { "start": { - "line": 683, + "line": 689, "column": 23 }, "end": { - "line": 683, + "line": 689, "column": 27 } } @@ -325310,15 +327917,15 @@ "binop": null, "updateContext": null }, - "start": 27049, - "end": 27050, + "start": 27504, + "end": 27505, "loc": { "start": { - "line": 683, + "line": 689, "column": 27 }, "end": { - "line": 683, + "line": 689, "column": 28 } } @@ -325336,15 +327943,15 @@ "binop": null }, "value": "videoMimeType", - "start": 27050, - "end": 27063, + "start": 27505, + "end": 27518, "loc": { "start": { - "line": 683, + "line": 689, "column": 28 }, "end": { - "line": 683, + "line": 689, "column": 41 } } @@ -325362,15 +327969,15 @@ "binop": null, "updateContext": null }, - "start": 27063, - "end": 27064, + "start": 27518, + "end": 27519, "loc": { "start": { - "line": 683, + "line": 689, "column": 41 }, "end": { - "line": 683, + "line": 689, "column": 42 } } @@ -325388,15 +327995,15 @@ "binop": null }, "value": "gif", - "start": 27081, - "end": 27084, + "start": 27536, + "end": 27539, "loc": { "start": { - "line": 684, + "line": 690, "column": 16 }, "end": { - "line": 684, + "line": 690, "column": 19 } } @@ -325414,15 +328021,15 @@ "binop": null, "updateContext": null }, - "start": 27084, - "end": 27085, + "start": 27539, + "end": 27540, "loc": { "start": { - "line": 684, + "line": 690, "column": 19 }, "end": { - "line": 684, + "line": 690, "column": 20 } } @@ -325441,15 +328048,15 @@ "updateContext": null }, "value": "image/gif", - "start": 27086, - "end": 27097, + "start": 27541, + "end": 27552, "loc": { "start": { - "line": 684, + "line": 690, "column": 21 }, "end": { - "line": 684, + "line": 690, "column": 32 } } @@ -325466,15 +328073,15 @@ "postfix": false, "binop": null }, - "start": 27110, - "end": 27111, + "start": 27565, + "end": 27566, "loc": { "start": { - "line": 685, + "line": 691, "column": 12 }, "end": { - "line": 685, + "line": 691, "column": 13 } } @@ -325492,15 +328099,15 @@ "binop": null, "updateContext": null }, - "start": 27111, - "end": 27112, + "start": 27566, + "end": 27567, "loc": { "start": { - "line": 685, + "line": 691, "column": 13 }, "end": { - "line": 685, + "line": 691, "column": 14 } } @@ -325520,15 +328127,15 @@ "updateContext": null }, "value": "if", - "start": 27125, - "end": 27127, + "start": 27580, + "end": 27582, "loc": { "start": { - "line": 686, + "line": 692, "column": 12 }, "end": { - "line": 686, + "line": 692, "column": 14 } } @@ -325545,15 +328152,15 @@ "postfix": false, "binop": null }, - "start": 27128, - "end": 27129, + "start": 27583, + "end": 27584, "loc": { "start": { - "line": 686, + "line": 692, "column": 15 }, "end": { - "line": 686, + "line": 692, "column": 16 } } @@ -325573,15 +328180,15 @@ "updateContext": null }, "value": "this", - "start": 27129, - "end": 27133, + "start": 27584, + "end": 27588, "loc": { "start": { - "line": 686, + "line": 692, "column": 16 }, "end": { - "line": 686, + "line": 692, "column": 20 } } @@ -325599,15 +328206,15 @@ "binop": null, "updateContext": null }, - "start": 27133, - "end": 27134, + "start": 27588, + "end": 27589, "loc": { "start": { - "line": 686, + "line": 692, "column": 20 }, "end": { - "line": 686, + "line": 692, "column": 21 } } @@ -325625,15 +328232,15 @@ "binop": null }, "value": "audioMimeType", - "start": 27134, - "end": 27147, + "start": 27589, + "end": 27602, "loc": { "start": { - "line": 686, + "line": 692, "column": 21 }, "end": { - "line": 686, + "line": 692, "column": 34 } } @@ -325652,15 +328259,15 @@ "updateContext": null }, "value": "!==", - "start": 27148, - "end": 27151, + "start": 27603, + "end": 27606, "loc": { "start": { - "line": 686, + "line": 692, "column": 35 }, "end": { - "line": 686, + "line": 692, "column": 38 } } @@ -325680,15 +328287,15 @@ "updateContext": null }, "value": "null", - "start": 27152, - "end": 27156, + "start": 27607, + "end": 27611, "loc": { "start": { - "line": 686, + "line": 692, "column": 39 }, "end": { - "line": 686, + "line": 692, "column": 43 } } @@ -325707,15 +328314,15 @@ "updateContext": null }, "value": "&&", - "start": 27157, - "end": 27159, + "start": 27612, + "end": 27614, "loc": { "start": { - "line": 686, + "line": 692, "column": 44 }, "end": { - "line": 686, + "line": 692, "column": 46 } } @@ -325735,15 +328342,15 @@ "updateContext": null }, "value": "this", - "start": 27176, - "end": 27180, + "start": 27631, + "end": 27635, "loc": { "start": { - "line": 687, + "line": 693, "column": 16 }, "end": { - "line": 687, + "line": 693, "column": 20 } } @@ -325761,15 +328368,15 @@ "binop": null, "updateContext": null }, - "start": 27180, - "end": 27181, + "start": 27635, + "end": 27636, "loc": { "start": { - "line": 687, + "line": 693, "column": 20 }, "end": { - "line": 687, + "line": 693, "column": 21 } } @@ -325787,15 +328394,15 @@ "binop": null }, "value": "audioMimeType", - "start": 27181, - "end": 27194, + "start": 27636, + "end": 27649, "loc": { "start": { - "line": 687, + "line": 693, "column": 21 }, "end": { - "line": 687, + "line": 693, "column": 34 } } @@ -325814,15 +328421,15 @@ "updateContext": null }, "value": "!==", - "start": 27195, - "end": 27198, + "start": 27650, + "end": 27653, "loc": { "start": { - "line": 687, + "line": 693, "column": 35 }, "end": { - "line": 687, + "line": 693, "column": 38 } } @@ -325840,15 +328447,15 @@ "binop": null }, "value": "AUTO", - "start": 27199, - "end": 27203, + "start": 27654, + "end": 27658, "loc": { "start": { - "line": 687, + "line": 693, "column": 39 }, "end": { - "line": 687, + "line": 693, "column": 43 } } @@ -325865,15 +328472,15 @@ "postfix": false, "binop": null }, - "start": 27203, - "end": 27204, + "start": 27658, + "end": 27659, "loc": { "start": { - "line": 687, + "line": 693, "column": 43 }, "end": { - "line": 687, + "line": 693, "column": 44 } } @@ -325890,15 +328497,15 @@ "postfix": false, "binop": null }, - "start": 27205, - "end": 27206, + "start": 27660, + "end": 27661, "loc": { "start": { - "line": 687, + "line": 693, "column": 45 }, "end": { - "line": 687, + "line": 693, "column": 46 } } @@ -325918,15 +328525,15 @@ "updateContext": null }, "value": "this", - "start": 27223, - "end": 27227, + "start": 27678, + "end": 27682, "loc": { "start": { - "line": 688, + "line": 694, "column": 16 }, "end": { - "line": 688, + "line": 694, "column": 20 } } @@ -325944,15 +328551,15 @@ "binop": null, "updateContext": null }, - "start": 27227, - "end": 27228, + "start": 27682, + "end": 27683, "loc": { "start": { - "line": 688, + "line": 694, "column": 20 }, "end": { - "line": 688, + "line": 694, "column": 21 } } @@ -325970,15 +328577,15 @@ "binop": null }, "value": "engine", - "start": 27228, - "end": 27234, + "start": 27683, + "end": 27689, "loc": { "start": { - "line": 688, + "line": 694, "column": 21 }, "end": { - "line": 688, + "line": 694, "column": 27 } } @@ -325996,15 +328603,15 @@ "binop": null, "updateContext": null }, - "start": 27234, - "end": 27235, + "start": 27689, + "end": 27690, "loc": { "start": { - "line": 688, + "line": 694, "column": 27 }, "end": { - "line": 688, + "line": 694, "column": 28 } } @@ -326022,15 +328629,15 @@ "binop": null }, "value": "mimeType", - "start": 27235, - "end": 27243, + "start": 27690, + "end": 27698, "loc": { "start": { - "line": 688, + "line": 694, "column": 28 }, "end": { - "line": 688, + "line": 694, "column": 36 } } @@ -326048,15 +328655,15 @@ "binop": null, "updateContext": null }, - "start": 27243, - "end": 27244, + "start": 27698, + "end": 27699, "loc": { "start": { - "line": 688, + "line": 694, "column": 36 }, "end": { - "line": 688, + "line": 694, "column": 37 } } @@ -326074,15 +328681,15 @@ "binop": null }, "value": "audio", - "start": 27244, - "end": 27249, + "start": 27699, + "end": 27704, "loc": { "start": { - "line": 688, + "line": 694, "column": 37 }, "end": { - "line": 688, + "line": 694, "column": 42 } } @@ -326101,15 +328708,15 @@ "updateContext": null }, "value": "=", - "start": 27250, - "end": 27251, + "start": 27705, + "end": 27706, "loc": { "start": { - "line": 688, + "line": 694, "column": 43 }, "end": { - "line": 688, + "line": 694, "column": 44 } } @@ -326129,15 +328736,15 @@ "updateContext": null }, "value": "this", - "start": 27252, - "end": 27256, + "start": 27707, + "end": 27711, "loc": { "start": { - "line": 688, + "line": 694, "column": 45 }, "end": { - "line": 688, + "line": 694, "column": 49 } } @@ -326155,15 +328762,15 @@ "binop": null, "updateContext": null }, - "start": 27256, - "end": 27257, + "start": 27711, + "end": 27712, "loc": { "start": { - "line": 688, + "line": 694, "column": 49 }, "end": { - "line": 688, + "line": 694, "column": 50 } } @@ -326181,15 +328788,15 @@ "binop": null }, "value": "audioMimeType", - "start": 27257, - "end": 27270, + "start": 27712, + "end": 27725, "loc": { "start": { - "line": 688, + "line": 694, "column": 50 }, "end": { - "line": 688, + "line": 694, "column": 63 } } @@ -326207,15 +328814,15 @@ "binop": null, "updateContext": null }, - "start": 27270, - "end": 27271, + "start": 27725, + "end": 27726, "loc": { "start": { - "line": 688, + "line": 694, "column": 63 }, "end": { - "line": 688, + "line": 694, "column": 64 } } @@ -326232,15 +328839,15 @@ "postfix": false, "binop": null }, - "start": 27284, - "end": 27285, + "start": 27739, + "end": 27740, "loc": { "start": { - "line": 689, + "line": 695, "column": 12 }, "end": { - "line": 689, + "line": 695, "column": 13 } } @@ -326248,15 +328855,15 @@ { "type": "CommentLine", "value": " video/canvas settings", - "start": 27299, - "end": 27323, + "start": 27754, + "end": 27778, "loc": { "start": { - "line": 691, + "line": 697, "column": 12 }, "end": { - "line": 691, + "line": 697, "column": 36 } } @@ -326276,15 +328883,15 @@ "updateContext": null }, "value": "this", - "start": 27336, - "end": 27340, + "start": 27791, + "end": 27795, "loc": { "start": { - "line": 692, + "line": 698, "column": 12 }, "end": { - "line": 692, + "line": 698, "column": 16 } } @@ -326302,15 +328909,15 @@ "binop": null, "updateContext": null }, - "start": 27340, - "end": 27341, + "start": 27795, + "end": 27796, "loc": { "start": { - "line": 692, + "line": 698, "column": 16 }, "end": { - "line": 692, + "line": 698, "column": 17 } } @@ -326328,15 +328935,15 @@ "binop": null }, "value": "engine", - "start": 27341, - "end": 27347, + "start": 27796, + "end": 27802, "loc": { "start": { - "line": 692, + "line": 698, "column": 17 }, "end": { - "line": 692, + "line": 698, "column": 23 } } @@ -326354,15 +328961,15 @@ "binop": null, "updateContext": null }, - "start": 27347, - "end": 27348, + "start": 27802, + "end": 27803, "loc": { "start": { - "line": 692, + "line": 698, "column": 23 }, "end": { - "line": 692, + "line": 698, "column": 24 } } @@ -326380,15 +328987,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 27348, - "end": 27362, + "start": 27803, + "end": 27817, "loc": { "start": { - "line": 692, + "line": 698, "column": 24 }, "end": { - "line": 692, + "line": 698, "column": 38 } } @@ -326407,15 +329014,15 @@ "updateContext": null }, "value": "=", - "start": 27363, - "end": 27364, + "start": 27818, + "end": 27819, "loc": { "start": { - "line": 692, + "line": 698, "column": 39 }, "end": { - "line": 692, + "line": 698, "column": 40 } } @@ -326435,15 +329042,15 @@ "updateContext": null }, "value": "this", - "start": 27365, - "end": 27369, + "start": 27820, + "end": 27824, "loc": { "start": { - "line": 692, + "line": 698, "column": 41 }, "end": { - "line": 692, + "line": 698, "column": 45 } } @@ -326461,15 +329068,15 @@ "binop": null, "updateContext": null }, - "start": 27369, - "end": 27370, + "start": 27824, + "end": 27825, "loc": { "start": { - "line": 692, + "line": 698, "column": 45 }, "end": { - "line": 692, + "line": 698, "column": 46 } } @@ -326487,15 +329094,15 @@ "binop": null }, "value": "videoWorkerURL", - "start": 27370, - "end": 27384, + "start": 27825, + "end": 27839, "loc": { "start": { - "line": 692, + "line": 698, "column": 46 }, "end": { - "line": 692, + "line": 698, "column": 60 } } @@ -326513,15 +329120,15 @@ "binop": null, "updateContext": null }, - "start": 27384, - "end": 27385, + "start": 27839, + "end": 27840, "loc": { "start": { - "line": 692, + "line": 698, "column": 60 }, "end": { - "line": 692, + "line": 698, "column": 61 } } @@ -326541,15 +329148,15 @@ "updateContext": null }, "value": "this", - "start": 27398, - "end": 27402, + "start": 27853, + "end": 27857, "loc": { "start": { - "line": 693, + "line": 699, "column": 12 }, "end": { - "line": 693, + "line": 699, "column": 16 } } @@ -326567,15 +329174,15 @@ "binop": null, "updateContext": null }, - "start": 27402, - "end": 27403, + "start": 27857, + "end": 27858, "loc": { "start": { - "line": 693, + "line": 699, "column": 16 }, "end": { - "line": 693, + "line": 699, "column": 17 } } @@ -326593,15 +329200,15 @@ "binop": null }, "value": "engine", - "start": 27403, - "end": 27409, + "start": 27858, + "end": 27864, "loc": { "start": { - "line": 693, + "line": 699, "column": 17 }, "end": { - "line": 693, + "line": 699, "column": 23 } } @@ -326619,15 +329226,15 @@ "binop": null, "updateContext": null }, - "start": 27409, - "end": 27410, + "start": 27864, + "end": 27865, "loc": { "start": { - "line": 693, + "line": 699, "column": 23 }, "end": { - "line": 693, + "line": 699, "column": 24 } } @@ -326645,15 +329252,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 27410, - "end": 27429, + "start": 27865, + "end": 27884, "loc": { "start": { - "line": 693, + "line": 699, "column": 24 }, "end": { - "line": 693, + "line": 699, "column": 43 } } @@ -326672,15 +329279,15 @@ "updateContext": null }, "value": "=", - "start": 27430, - "end": 27431, + "start": 27885, + "end": 27886, "loc": { "start": { - "line": 693, + "line": 699, "column": 44 }, "end": { - "line": 693, + "line": 699, "column": 45 } } @@ -326700,15 +329307,15 @@ "updateContext": null }, "value": "this", - "start": 27432, - "end": 27436, + "start": 27887, + "end": 27891, "loc": { "start": { - "line": 693, + "line": 699, "column": 46 }, "end": { - "line": 693, + "line": 699, "column": 50 } } @@ -326726,15 +329333,15 @@ "binop": null, "updateContext": null }, - "start": 27436, - "end": 27437, + "start": 27891, + "end": 27892, "loc": { "start": { - "line": 693, + "line": 699, "column": 50 }, "end": { - "line": 693, + "line": 699, "column": 51 } } @@ -326752,15 +329359,15 @@ "binop": null }, "value": "videoWebAssemblyURL", - "start": 27437, - "end": 27456, + "start": 27892, + "end": 27911, "loc": { "start": { - "line": 693, + "line": 699, "column": 51 }, "end": { - "line": 693, + "line": 699, "column": 70 } } @@ -326778,15 +329385,15 @@ "binop": null, "updateContext": null }, - "start": 27456, - "end": 27457, + "start": 27911, + "end": 27912, "loc": { "start": { - "line": 693, + "line": 699, "column": 70 }, "end": { - "line": 693, + "line": 699, "column": 71 } } @@ -326806,15 +329413,15 @@ "updateContext": null }, "value": "this", - "start": 27470, - "end": 27474, + "start": 27925, + "end": 27929, "loc": { "start": { - "line": 694, + "line": 700, "column": 12 }, "end": { - "line": 694, + "line": 700, "column": 16 } } @@ -326832,15 +329439,15 @@ "binop": null, "updateContext": null }, - "start": 27474, - "end": 27475, + "start": 27929, + "end": 27930, "loc": { "start": { - "line": 694, + "line": 700, "column": 16 }, "end": { - "line": 694, + "line": 700, "column": 17 } } @@ -326858,15 +329465,15 @@ "binop": null }, "value": "engine", - "start": 27475, - "end": 27481, + "start": 27930, + "end": 27936, "loc": { "start": { - "line": 694, + "line": 700, "column": 17 }, "end": { - "line": 694, + "line": 700, "column": 23 } } @@ -326884,15 +329491,15 @@ "binop": null, "updateContext": null }, - "start": 27481, - "end": 27482, + "start": 27936, + "end": 27937, "loc": { "start": { - "line": 694, + "line": 700, "column": 23 }, "end": { - "line": 694, + "line": 700, "column": 24 } } @@ -326910,15 +329517,15 @@ "binop": null }, "value": "videoBitRate", - "start": 27482, - "end": 27494, + "start": 27937, + "end": 27949, "loc": { "start": { - "line": 694, + "line": 700, "column": 24 }, "end": { - "line": 694, + "line": 700, "column": 36 } } @@ -326937,15 +329544,15 @@ "updateContext": null }, "value": "=", - "start": 27495, - "end": 27496, + "start": 27950, + "end": 27951, "loc": { "start": { - "line": 694, + "line": 700, "column": 37 }, "end": { - "line": 694, + "line": 700, "column": 38 } } @@ -326965,15 +329572,15 @@ "updateContext": null }, "value": "this", - "start": 27497, - "end": 27501, + "start": 27952, + "end": 27956, "loc": { "start": { - "line": 694, + "line": 700, "column": 39 }, "end": { - "line": 694, + "line": 700, "column": 43 } } @@ -326991,15 +329598,15 @@ "binop": null, "updateContext": null }, - "start": 27501, - "end": 27502, + "start": 27956, + "end": 27957, "loc": { "start": { - "line": 694, + "line": 700, "column": 43 }, "end": { - "line": 694, + "line": 700, "column": 44 } } @@ -327017,15 +329624,15 @@ "binop": null }, "value": "videoBitRate", - "start": 27502, - "end": 27514, + "start": 27957, + "end": 27969, "loc": { "start": { - "line": 694, + "line": 700, "column": 44 }, "end": { - "line": 694, + "line": 700, "column": 56 } } @@ -327043,15 +329650,15 @@ "binop": null, "updateContext": null }, - "start": 27514, - "end": 27515, + "start": 27969, + "end": 27970, "loc": { "start": { - "line": 694, + "line": 700, "column": 56 }, "end": { - "line": 694, + "line": 700, "column": 57 } } @@ -327071,15 +329678,15 @@ "updateContext": null }, "value": "this", - "start": 27528, - "end": 27532, + "start": 27983, + "end": 27987, "loc": { "start": { - "line": 695, + "line": 701, "column": 12 }, "end": { - "line": 695, + "line": 701, "column": 16 } } @@ -327097,15 +329704,15 @@ "binop": null, "updateContext": null }, - "start": 27532, - "end": 27533, + "start": 27987, + "end": 27988, "loc": { "start": { - "line": 695, + "line": 701, "column": 16 }, "end": { - "line": 695, + "line": 701, "column": 17 } } @@ -327123,15 +329730,15 @@ "binop": null }, "value": "engine", - "start": 27533, - "end": 27539, + "start": 27988, + "end": 27994, "loc": { "start": { - "line": 695, + "line": 701, "column": 17 }, "end": { - "line": 695, + "line": 701, "column": 23 } } @@ -327149,15 +329756,15 @@ "binop": null, "updateContext": null }, - "start": 27539, - "end": 27540, + "start": 27994, + "end": 27995, "loc": { "start": { - "line": 695, + "line": 701, "column": 23 }, "end": { - "line": 695, + "line": 701, "column": 24 } } @@ -327175,15 +329782,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 27540, - "end": 27554, + "start": 27995, + "end": 28009, "loc": { "start": { - "line": 695, + "line": 701, "column": 24 }, "end": { - "line": 695, + "line": 701, "column": 38 } } @@ -327202,15 +329809,15 @@ "updateContext": null }, "value": "=", - "start": 27555, - "end": 27556, + "start": 28010, + "end": 28011, "loc": { "start": { - "line": 695, + "line": 701, "column": 39 }, "end": { - "line": 695, + "line": 701, "column": 40 } } @@ -327230,15 +329837,15 @@ "updateContext": null }, "value": "this", - "start": 27557, - "end": 27561, + "start": 28012, + "end": 28016, "loc": { "start": { - "line": 695, + "line": 701, "column": 41 }, "end": { - "line": 695, + "line": 701, "column": 45 } } @@ -327256,15 +329863,15 @@ "binop": null, "updateContext": null }, - "start": 27561, - "end": 27562, + "start": 28016, + "end": 28017, "loc": { "start": { - "line": 695, + "line": 701, "column": 45 }, "end": { - "line": 695, + "line": 701, "column": 46 } } @@ -327282,15 +329889,15 @@ "binop": null }, "value": "videoFrameRate", - "start": 27562, - "end": 27576, + "start": 28017, + "end": 28031, "loc": { "start": { - "line": 695, + "line": 701, "column": 46 }, "end": { - "line": 695, + "line": 701, "column": 60 } } @@ -327308,15 +329915,15 @@ "binop": null, "updateContext": null }, - "start": 27576, - "end": 27577, + "start": 28031, + "end": 28032, "loc": { "start": { - "line": 695, + "line": 701, "column": 60 }, "end": { - "line": 695, + "line": 701, "column": 61 } } @@ -327336,15 +329943,15 @@ "updateContext": null }, "value": "this", - "start": 27590, - "end": 27594, + "start": 28045, + "end": 28049, "loc": { "start": { - "line": 696, + "line": 702, "column": 12 }, "end": { - "line": 696, + "line": 702, "column": 16 } } @@ -327362,15 +329969,15 @@ "binop": null, "updateContext": null }, - "start": 27594, - "end": 27595, + "start": 28049, + "end": 28050, "loc": { "start": { - "line": 696, + "line": 702, "column": 16 }, "end": { - "line": 696, + "line": 702, "column": 17 } } @@ -327388,15 +329995,15 @@ "binop": null }, "value": "engine", - "start": 27595, - "end": 27601, + "start": 28050, + "end": 28056, "loc": { "start": { - "line": 696, + "line": 702, "column": 17 }, "end": { - "line": 696, + "line": 702, "column": 23 } } @@ -327414,15 +330021,15 @@ "binop": null, "updateContext": null }, - "start": 27601, - "end": 27602, + "start": 28056, + "end": 28057, "loc": { "start": { - "line": 696, + "line": 702, "column": 23 }, "end": { - "line": 696, + "line": 702, "column": 24 } } @@ -327440,15 +330047,15 @@ "binop": null }, "value": "video", - "start": 27602, - "end": 27607, + "start": 28057, + "end": 28062, "loc": { "start": { - "line": 696, + "line": 702, "column": 24 }, "end": { - "line": 696, + "line": 702, "column": 29 } } @@ -327467,15 +330074,15 @@ "updateContext": null }, "value": "=", - "start": 27608, - "end": 27609, + "start": 28063, + "end": 28064, "loc": { "start": { - "line": 696, + "line": 702, "column": 30 }, "end": { - "line": 696, + "line": 702, "column": 31 } } @@ -327492,15 +330099,15 @@ "postfix": false, "binop": null }, - "start": 27610, - "end": 27611, + "start": 28065, + "end": 28066, "loc": { "start": { - "line": 696, + "line": 702, "column": 32 }, "end": { - "line": 696, + "line": 702, "column": 33 } } @@ -327518,15 +330125,15 @@ "binop": null }, "value": "width", - "start": 27628, - "end": 27633, + "start": 28083, + "end": 28088, "loc": { "start": { - "line": 697, + "line": 703, "column": 16 }, "end": { - "line": 697, + "line": 703, "column": 21 } } @@ -327544,15 +330151,15 @@ "binop": null, "updateContext": null }, - "start": 27633, - "end": 27634, + "start": 28088, + "end": 28089, "loc": { "start": { - "line": 697, + "line": 703, "column": 21 }, "end": { - "line": 697, + "line": 703, "column": 22 } } @@ -327572,15 +330179,15 @@ "updateContext": null }, "value": "this", - "start": 27635, - "end": 27639, + "start": 28090, + "end": 28094, "loc": { "start": { - "line": 697, + "line": 703, "column": 23 }, "end": { - "line": 697, + "line": 703, "column": 27 } } @@ -327598,15 +330205,15 @@ "binop": null, "updateContext": null }, - "start": 27639, - "end": 27640, + "start": 28094, + "end": 28095, "loc": { "start": { - "line": 697, + "line": 703, "column": 27 }, "end": { - "line": 697, + "line": 703, "column": 28 } } @@ -327624,15 +330231,15 @@ "binop": null }, "value": "videoFrameWidth", - "start": 27640, - "end": 27655, + "start": 28095, + "end": 28110, "loc": { "start": { - "line": 697, + "line": 703, "column": 28 }, "end": { - "line": 697, + "line": 703, "column": 43 } } @@ -327650,15 +330257,15 @@ "binop": null, "updateContext": null }, - "start": 27655, - "end": 27656, + "start": 28110, + "end": 28111, "loc": { "start": { - "line": 697, + "line": 703, "column": 43 }, "end": { - "line": 697, + "line": 703, "column": 44 } } @@ -327676,15 +330283,15 @@ "binop": null }, "value": "height", - "start": 27673, - "end": 27679, + "start": 28128, + "end": 28134, "loc": { "start": { - "line": 698, + "line": 704, "column": 16 }, "end": { - "line": 698, + "line": 704, "column": 22 } } @@ -327702,15 +330309,15 @@ "binop": null, "updateContext": null }, - "start": 27679, - "end": 27680, + "start": 28134, + "end": 28135, "loc": { "start": { - "line": 698, + "line": 704, "column": 22 }, "end": { - "line": 698, + "line": 704, "column": 23 } } @@ -327730,15 +330337,15 @@ "updateContext": null }, "value": "this", - "start": 27681, - "end": 27685, + "start": 28136, + "end": 28140, "loc": { "start": { - "line": 698, + "line": 704, "column": 24 }, "end": { - "line": 698, + "line": 704, "column": 28 } } @@ -327756,15 +330363,15 @@ "binop": null, "updateContext": null }, - "start": 27685, - "end": 27686, + "start": 28140, + "end": 28141, "loc": { "start": { - "line": 698, + "line": 704, "column": 28 }, "end": { - "line": 698, + "line": 704, "column": 29 } } @@ -327782,15 +330389,15 @@ "binop": null }, "value": "videoFrameHeight", - "start": 27686, - "end": 27702, + "start": 28141, + "end": 28157, "loc": { "start": { - "line": 698, + "line": 704, "column": 29 }, "end": { - "line": 698, + "line": 704, "column": 45 } } @@ -327807,15 +330414,15 @@ "postfix": false, "binop": null }, - "start": 27715, - "end": 27716, + "start": 28170, + "end": 28171, "loc": { "start": { - "line": 699, + "line": 705, "column": 12 }, "end": { - "line": 699, + "line": 705, "column": 13 } } @@ -327833,15 +330440,15 @@ "binop": null, "updateContext": null }, - "start": 27716, - "end": 27717, + "start": 28171, + "end": 28172, "loc": { "start": { - "line": 699, + "line": 705, "column": 13 }, "end": { - "line": 699, + "line": 705, "column": 14 } } @@ -327861,15 +330468,15 @@ "updateContext": null }, "value": "this", - "start": 27730, - "end": 27734, + "start": 28185, + "end": 28189, "loc": { "start": { - "line": 700, + "line": 706, "column": 12 }, "end": { - "line": 700, + "line": 706, "column": 16 } } @@ -327887,15 +330494,15 @@ "binop": null, "updateContext": null }, - "start": 27734, - "end": 27735, + "start": 28189, + "end": 28190, "loc": { "start": { - "line": 700, + "line": 706, "column": 16 }, "end": { - "line": 700, + "line": 706, "column": 17 } } @@ -327913,15 +330520,15 @@ "binop": null }, "value": "engine", - "start": 27735, - "end": 27741, + "start": 28190, + "end": 28196, "loc": { "start": { - "line": 700, + "line": 706, "column": 17 }, "end": { - "line": 700, + "line": 706, "column": 23 } } @@ -327939,15 +330546,15 @@ "binop": null, "updateContext": null }, - "start": 27741, - "end": 27742, + "start": 28196, + "end": 28197, "loc": { "start": { - "line": 700, + "line": 706, "column": 23 }, "end": { - "line": 700, + "line": 706, "column": 24 } } @@ -327965,15 +330572,15 @@ "binop": null }, "value": "canvas", - "start": 27742, - "end": 27748, + "start": 28197, + "end": 28203, "loc": { "start": { - "line": 700, + "line": 706, "column": 24 }, "end": { - "line": 700, + "line": 706, "column": 30 } } @@ -327992,15 +330599,15 @@ "updateContext": null }, "value": "=", - "start": 27749, - "end": 27750, + "start": 28204, + "end": 28205, "loc": { "start": { - "line": 700, + "line": 706, "column": 31 }, "end": { - "line": 700, + "line": 706, "column": 32 } } @@ -328017,15 +330624,15 @@ "postfix": false, "binop": null }, - "start": 27751, - "end": 27752, + "start": 28206, + "end": 28207, "loc": { "start": { - "line": 700, + "line": 706, "column": 33 }, "end": { - "line": 700, + "line": 706, "column": 34 } } @@ -328043,15 +330650,15 @@ "binop": null }, "value": "width", - "start": 27769, - "end": 27774, + "start": 28224, + "end": 28229, "loc": { "start": { - "line": 701, + "line": 707, "column": 16 }, "end": { - "line": 701, + "line": 707, "column": 21 } } @@ -328069,15 +330676,15 @@ "binop": null, "updateContext": null }, - "start": 27774, - "end": 27775, + "start": 28229, + "end": 28230, "loc": { "start": { - "line": 701, + "line": 707, "column": 21 }, "end": { - "line": 701, + "line": 707, "column": 22 } } @@ -328097,15 +330704,15 @@ "updateContext": null }, "value": "this", - "start": 27776, - "end": 27780, + "start": 28231, + "end": 28235, "loc": { "start": { - "line": 701, + "line": 707, "column": 23 }, "end": { - "line": 701, + "line": 707, "column": 27 } } @@ -328123,15 +330730,15 @@ "binop": null, "updateContext": null }, - "start": 27780, - "end": 27781, + "start": 28235, + "end": 28236, "loc": { "start": { - "line": 701, + "line": 707, "column": 27 }, "end": { - "line": 701, + "line": 707, "column": 28 } } @@ -328149,15 +330756,15 @@ "binop": null }, "value": "videoFrameWidth", - "start": 27781, - "end": 27796, + "start": 28236, + "end": 28251, "loc": { "start": { - "line": 701, + "line": 707, "column": 28 }, "end": { - "line": 701, + "line": 707, "column": 43 } } @@ -328175,15 +330782,15 @@ "binop": null, "updateContext": null }, - "start": 27796, - "end": 27797, + "start": 28251, + "end": 28252, "loc": { "start": { - "line": 701, + "line": 707, "column": 43 }, "end": { - "line": 701, + "line": 707, "column": 44 } } @@ -328201,15 +330808,15 @@ "binop": null }, "value": "height", - "start": 27814, - "end": 27820, + "start": 28269, + "end": 28275, "loc": { "start": { - "line": 702, + "line": 708, "column": 16 }, "end": { - "line": 702, + "line": 708, "column": 22 } } @@ -328227,15 +330834,15 @@ "binop": null, "updateContext": null }, - "start": 27820, - "end": 27821, + "start": 28275, + "end": 28276, "loc": { "start": { - "line": 702, + "line": 708, "column": 22 }, "end": { - "line": 702, + "line": 708, "column": 23 } } @@ -328255,15 +330862,15 @@ "updateContext": null }, "value": "this", - "start": 27822, - "end": 27826, + "start": 28277, + "end": 28281, "loc": { "start": { - "line": 702, + "line": 708, "column": 24 }, "end": { - "line": 702, + "line": 708, "column": 28 } } @@ -328281,15 +330888,15 @@ "binop": null, "updateContext": null }, - "start": 27826, - "end": 27827, + "start": 28281, + "end": 28282, "loc": { "start": { - "line": 702, + "line": 708, "column": 28 }, "end": { - "line": 702, + "line": 708, "column": 29 } } @@ -328307,15 +330914,15 @@ "binop": null }, "value": "videoFrameHeight", - "start": 27827, - "end": 27843, + "start": 28282, + "end": 28298, "loc": { "start": { - "line": 702, + "line": 708, "column": 29 }, "end": { - "line": 702, + "line": 708, "column": 45 } } @@ -328332,15 +330939,15 @@ "postfix": false, "binop": null }, - "start": 27856, - "end": 27857, + "start": 28311, + "end": 28312, "loc": { "start": { - "line": 703, + "line": 709, "column": 12 }, "end": { - "line": 703, + "line": 709, "column": 13 } } @@ -328358,15 +330965,15 @@ "binop": null, "updateContext": null }, - "start": 27857, - "end": 27858, + "start": 28312, + "end": 28313, "loc": { "start": { - "line": 703, + "line": 709, "column": 13 }, "end": { - "line": 703, + "line": 709, "column": 14 } } @@ -328374,15 +330981,15 @@ { "type": "CommentLine", "value": " animated GIF settings", - "start": 27872, - "end": 27896, + "start": 28327, + "end": 28351, "loc": { "start": { - "line": 705, + "line": 711, "column": 12 }, "end": { - "line": 705, + "line": 711, "column": 36 } } @@ -328402,15 +331009,15 @@ "updateContext": null }, "value": "this", - "start": 27909, - "end": 27913, + "start": 28364, + "end": 28368, "loc": { "start": { - "line": 706, + "line": 712, "column": 12 }, "end": { - "line": 706, + "line": 712, "column": 16 } } @@ -328428,15 +331035,15 @@ "binop": null, "updateContext": null }, - "start": 27913, - "end": 27914, + "start": 28368, + "end": 28369, "loc": { "start": { - "line": 706, + "line": 712, "column": 16 }, "end": { - "line": 706, + "line": 712, "column": 17 } } @@ -328454,15 +331061,15 @@ "binop": null }, "value": "engine", - "start": 27914, - "end": 27920, + "start": 28369, + "end": 28375, "loc": { "start": { - "line": 706, + "line": 712, "column": 17 }, "end": { - "line": 706, + "line": 712, "column": 23 } } @@ -328480,15 +331087,15 @@ "binop": null, "updateContext": null }, - "start": 27920, - "end": 27921, + "start": 28375, + "end": 28376, "loc": { "start": { - "line": 706, + "line": 712, "column": 23 }, "end": { - "line": 706, + "line": 712, "column": 24 } } @@ -328506,15 +331113,15 @@ "binop": null }, "value": "quality", - "start": 27921, - "end": 27928, + "start": 28376, + "end": 28383, "loc": { "start": { - "line": 706, + "line": 712, "column": 24 }, "end": { - "line": 706, + "line": 712, "column": 31 } } @@ -328533,15 +331140,15 @@ "updateContext": null }, "value": "=", - "start": 27929, - "end": 27930, + "start": 28384, + "end": 28385, "loc": { "start": { - "line": 706, + "line": 712, "column": 32 }, "end": { - "line": 706, + "line": 712, "column": 33 } } @@ -328561,15 +331168,15 @@ "updateContext": null }, "value": "this", - "start": 27931, - "end": 27935, + "start": 28386, + "end": 28390, "loc": { "start": { - "line": 706, + "line": 712, "column": 34 }, "end": { - "line": 706, + "line": 712, "column": 38 } } @@ -328587,15 +331194,15 @@ "binop": null, "updateContext": null }, - "start": 27935, - "end": 27936, + "start": 28390, + "end": 28391, "loc": { "start": { - "line": 706, + "line": 712, "column": 38 }, "end": { - "line": 706, + "line": 712, "column": 39 } } @@ -328613,15 +331220,15 @@ "binop": null }, "value": "animationQuality", - "start": 27936, - "end": 27952, + "start": 28391, + "end": 28407, "loc": { "start": { - "line": 706, + "line": 712, "column": 39 }, "end": { - "line": 706, + "line": 712, "column": 55 } } @@ -328639,15 +331246,15 @@ "binop": null, "updateContext": null }, - "start": 27952, - "end": 27953, + "start": 28407, + "end": 28408, "loc": { "start": { - "line": 706, + "line": 712, "column": 55 }, "end": { - "line": 706, + "line": 712, "column": 56 } } @@ -328667,15 +331274,15 @@ "updateContext": null }, "value": "this", - "start": 27966, - "end": 27970, + "start": 28421, + "end": 28425, "loc": { "start": { - "line": 707, + "line": 713, "column": 12 }, "end": { - "line": 707, + "line": 713, "column": 16 } } @@ -328693,15 +331300,15 @@ "binop": null, "updateContext": null }, - "start": 27970, - "end": 27971, + "start": 28425, + "end": 28426, "loc": { "start": { - "line": 707, + "line": 713, "column": 16 }, "end": { - "line": 707, + "line": 713, "column": 17 } } @@ -328719,15 +331326,15 @@ "binop": null }, "value": "engine", - "start": 27971, - "end": 27977, + "start": 28426, + "end": 28432, "loc": { "start": { - "line": 707, + "line": 713, "column": 17 }, "end": { - "line": 707, + "line": 713, "column": 23 } } @@ -328745,15 +331352,15 @@ "binop": null, "updateContext": null }, - "start": 27977, - "end": 27978, + "start": 28432, + "end": 28433, "loc": { "start": { - "line": 707, + "line": 713, "column": 23 }, "end": { - "line": 707, + "line": 713, "column": 24 } } @@ -328771,15 +331378,15 @@ "binop": null }, "value": "frameRate", - "start": 27978, - "end": 27987, + "start": 28433, + "end": 28442, "loc": { "start": { - "line": 707, + "line": 713, "column": 24 }, "end": { - "line": 707, + "line": 713, "column": 33 } } @@ -328798,15 +331405,15 @@ "updateContext": null }, "value": "=", - "start": 27988, - "end": 27989, + "start": 28443, + "end": 28444, "loc": { "start": { - "line": 707, + "line": 713, "column": 34 }, "end": { - "line": 707, + "line": 713, "column": 35 } } @@ -328826,15 +331433,15 @@ "updateContext": null }, "value": "this", - "start": 27990, - "end": 27994, + "start": 28445, + "end": 28449, "loc": { "start": { - "line": 707, + "line": 713, "column": 36 }, "end": { - "line": 707, + "line": 713, "column": 40 } } @@ -328852,15 +331459,15 @@ "binop": null, "updateContext": null }, - "start": 27994, - "end": 27995, + "start": 28449, + "end": 28450, "loc": { "start": { - "line": 707, + "line": 713, "column": 40 }, "end": { - "line": 707, + "line": 713, "column": 41 } } @@ -328878,15 +331485,15 @@ "binop": null }, "value": "animationFrameRate", - "start": 27995, - "end": 28013, + "start": 28450, + "end": 28468, "loc": { "start": { - "line": 707, + "line": 713, "column": 41 }, "end": { - "line": 707, + "line": 713, "column": 59 } } @@ -328904,15 +331511,15 @@ "binop": null, "updateContext": null }, - "start": 28013, - "end": 28014, + "start": 28468, + "end": 28469, "loc": { "start": { - "line": 707, + "line": 713, "column": 59 }, "end": { - "line": 707, + "line": 713, "column": 60 } } @@ -328920,15 +331527,15 @@ { "type": "CommentLine", "value": " timeSlice", - "start": 28028, - "end": 28040, + "start": 28483, + "end": 28495, "loc": { "start": { - "line": 709, + "line": 715, "column": 12 }, "end": { - "line": 709, + "line": 715, "column": 24 } } @@ -328948,15 +331555,15 @@ "updateContext": null }, "value": "if", - "start": 28053, - "end": 28055, + "start": 28508, + "end": 28510, "loc": { "start": { - "line": 710, + "line": 716, "column": 12 }, "end": { - "line": 710, + "line": 716, "column": 14 } } @@ -328973,15 +331580,15 @@ "postfix": false, "binop": null }, - "start": 28056, - "end": 28057, + "start": 28511, + "end": 28512, "loc": { "start": { - "line": 710, + "line": 716, "column": 15 }, "end": { - "line": 710, + "line": 716, "column": 16 } } @@ -329001,15 +331608,15 @@ "updateContext": null }, "value": "this", - "start": 28057, - "end": 28061, + "start": 28512, + "end": 28516, "loc": { "start": { - "line": 710, + "line": 716, "column": 16 }, "end": { - "line": 710, + "line": 716, "column": 20 } } @@ -329027,15 +331634,15 @@ "binop": null, "updateContext": null }, - "start": 28061, - "end": 28062, + "start": 28516, + "end": 28517, "loc": { "start": { - "line": 710, + "line": 716, "column": 20 }, "end": { - "line": 710, + "line": 716, "column": 21 } } @@ -329053,15 +331660,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 28062, - "end": 28077, + "start": 28517, + "end": 28532, "loc": { "start": { - "line": 710, + "line": 716, "column": 21 }, "end": { - "line": 710, + "line": 716, "column": 36 } } @@ -329080,15 +331687,15 @@ "updateContext": null }, "value": "&&", - "start": 28078, - "end": 28080, + "start": 28533, + "end": 28535, "loc": { "start": { - "line": 710, + "line": 716, "column": 37 }, "end": { - "line": 710, + "line": 716, "column": 39 } } @@ -329108,15 +331715,15 @@ "updateContext": null }, "value": "this", - "start": 28081, - "end": 28085, + "start": 28536, + "end": 28540, "loc": { "start": { - "line": 710, + "line": 716, "column": 40 }, "end": { - "line": 710, + "line": 716, "column": 44 } } @@ -329134,15 +331741,15 @@ "binop": null, "updateContext": null }, - "start": 28085, - "end": 28086, + "start": 28540, + "end": 28541, "loc": { "start": { - "line": 710, + "line": 716, "column": 44 }, "end": { - "line": 710, + "line": 716, "column": 45 } } @@ -329160,15 +331767,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 28086, - "end": 28101, + "start": 28541, + "end": 28556, "loc": { "start": { - "line": 710, + "line": 716, "column": 45 }, "end": { - "line": 710, + "line": 716, "column": 60 } } @@ -329187,15 +331794,15 @@ "updateContext": null }, "value": ">", - "start": 28102, - "end": 28103, + "start": 28557, + "end": 28558, "loc": { "start": { - "line": 710, + "line": 716, "column": 61 }, "end": { - "line": 710, + "line": 716, "column": 62 } } @@ -329214,15 +331821,15 @@ "updateContext": null }, "value": 0, - "start": 28104, - "end": 28105, + "start": 28559, + "end": 28560, "loc": { "start": { - "line": 710, + "line": 716, "column": 63 }, "end": { - "line": 710, + "line": 716, "column": 64 } } @@ -329239,15 +331846,15 @@ "postfix": false, "binop": null }, - "start": 28105, - "end": 28106, + "start": 28560, + "end": 28561, "loc": { "start": { - "line": 710, + "line": 716, "column": 64 }, "end": { - "line": 710, + "line": 716, "column": 65 } } @@ -329264,15 +331871,15 @@ "postfix": false, "binop": null }, - "start": 28107, - "end": 28108, + "start": 28562, + "end": 28563, "loc": { "start": { - "line": 710, + "line": 716, "column": 66 }, "end": { - "line": 710, + "line": 716, "column": 67 } } @@ -329292,15 +331899,15 @@ "updateContext": null }, "value": "this", - "start": 28125, - "end": 28129, + "start": 28580, + "end": 28584, "loc": { "start": { - "line": 711, + "line": 717, "column": 16 }, "end": { - "line": 711, + "line": 717, "column": 20 } } @@ -329318,15 +331925,15 @@ "binop": null, "updateContext": null }, - "start": 28129, - "end": 28130, + "start": 28584, + "end": 28585, "loc": { "start": { - "line": 711, + "line": 717, "column": 20 }, "end": { - "line": 711, + "line": 717, "column": 21 } } @@ -329344,15 +331951,15 @@ "binop": null }, "value": "engine", - "start": 28130, - "end": 28136, + "start": 28585, + "end": 28591, "loc": { "start": { - "line": 711, + "line": 717, "column": 21 }, "end": { - "line": 711, + "line": 717, "column": 27 } } @@ -329370,15 +331977,15 @@ "binop": null, "updateContext": null }, - "start": 28136, - "end": 28137, + "start": 28591, + "end": 28592, "loc": { "start": { - "line": 711, + "line": 717, "column": 27 }, "end": { - "line": 711, + "line": 717, "column": 28 } } @@ -329396,15 +332003,15 @@ "binop": null }, "value": "timeSlice", - "start": 28137, - "end": 28146, + "start": 28592, + "end": 28601, "loc": { "start": { - "line": 711, + "line": 717, "column": 28 }, "end": { - "line": 711, + "line": 717, "column": 37 } } @@ -329423,15 +332030,15 @@ "updateContext": null }, "value": "=", - "start": 28147, - "end": 28148, + "start": 28602, + "end": 28603, "loc": { "start": { - "line": 711, + "line": 717, "column": 38 }, "end": { - "line": 711, + "line": 717, "column": 39 } } @@ -329451,15 +332058,15 @@ "updateContext": null }, "value": "this", - "start": 28149, - "end": 28153, + "start": 28604, + "end": 28608, "loc": { "start": { - "line": 711, + "line": 717, "column": 40 }, "end": { - "line": 711, + "line": 717, "column": 44 } } @@ -329477,15 +332084,15 @@ "binop": null, "updateContext": null }, - "start": 28153, - "end": 28154, + "start": 28608, + "end": 28609, "loc": { "start": { - "line": 711, + "line": 717, "column": 44 }, "end": { - "line": 711, + "line": 717, "column": 45 } } @@ -329503,15 +332110,15 @@ "binop": null }, "value": "recordTimeSlice", - "start": 28154, - "end": 28169, + "start": 28609, + "end": 28624, "loc": { "start": { - "line": 711, + "line": 717, "column": 45 }, "end": { - "line": 711, + "line": 717, "column": 60 } } @@ -329529,15 +332136,15 @@ "binop": null, "updateContext": null }, - "start": 28169, - "end": 28170, + "start": 28624, + "end": 28625, "loc": { "start": { - "line": 711, + "line": 717, "column": 60 }, "end": { - "line": 711, + "line": 717, "column": 61 } } @@ -329557,15 +332164,15 @@ "updateContext": null }, "value": "this", - "start": 28187, - "end": 28191, + "start": 28642, + "end": 28646, "loc": { "start": { - "line": 712, + "line": 718, "column": 16 }, "end": { - "line": 712, + "line": 718, "column": 20 } } @@ -329583,15 +332190,15 @@ "binop": null, "updateContext": null }, - "start": 28191, - "end": 28192, + "start": 28646, + "end": 28647, "loc": { "start": { - "line": 712, + "line": 718, "column": 20 }, "end": { - "line": 712, + "line": 718, "column": 21 } } @@ -329609,15 +332216,15 @@ "binop": null }, "value": "engine", - "start": 28192, - "end": 28198, + "start": 28647, + "end": 28653, "loc": { "start": { - "line": 712, + "line": 718, "column": 21 }, "end": { - "line": 712, + "line": 718, "column": 27 } } @@ -329635,15 +332242,15 @@ "binop": null, "updateContext": null }, - "start": 28198, - "end": 28199, + "start": 28653, + "end": 28654, "loc": { "start": { - "line": 712, + "line": 718, "column": 27 }, "end": { - "line": 712, + "line": 718, "column": 28 } } @@ -329661,15 +332268,15 @@ "binop": null }, "value": "maxFileSize", - "start": 28199, - "end": 28210, + "start": 28654, + "end": 28665, "loc": { "start": { - "line": 712, + "line": 718, "column": 28 }, "end": { - "line": 712, + "line": 718, "column": 39 } } @@ -329688,15 +332295,15 @@ "updateContext": null }, "value": "=", - "start": 28211, - "end": 28212, + "start": 28666, + "end": 28667, "loc": { "start": { - "line": 712, + "line": 718, "column": 40 }, "end": { - "line": 712, + "line": 718, "column": 41 } } @@ -329716,15 +332323,15 @@ "updateContext": null }, "value": "this", - "start": 28213, - "end": 28217, + "start": 28668, + "end": 28672, "loc": { "start": { - "line": 712, + "line": 718, "column": 42 }, "end": { - "line": 712, + "line": 718, "column": 46 } } @@ -329742,15 +332349,15 @@ "binop": null, "updateContext": null }, - "start": 28217, - "end": 28218, + "start": 28672, + "end": 28673, "loc": { "start": { - "line": 712, + "line": 718, "column": 46 }, "end": { - "line": 712, + "line": 718, "column": 47 } } @@ -329768,15 +332375,15 @@ "binop": null }, "value": "maxFileSize", - "start": 28218, - "end": 28229, + "start": 28673, + "end": 28684, "loc": { "start": { - "line": 712, + "line": 718, "column": 47 }, "end": { - "line": 712, + "line": 718, "column": 58 } } @@ -329794,15 +332401,15 @@ "binop": null, "updateContext": null }, - "start": 28229, - "end": 28230, + "start": 28684, + "end": 28685, "loc": { "start": { - "line": 712, + "line": 718, "column": 58 }, "end": { - "line": 712, + "line": 718, "column": 59 } } @@ -329819,15 +332426,15 @@ "postfix": false, "binop": null }, - "start": 28243, - "end": 28244, + "start": 28698, + "end": 28699, "loc": { "start": { - "line": 713, + "line": 719, "column": 12 }, "end": { - "line": 713, + "line": 719, "column": 13 } } @@ -329835,15 +332442,15 @@ { "type": "CommentLine", "value": " additional 3rd-party library options", - "start": 28258, - "end": 28297, + "start": 28713, + "end": 28752, "loc": { "start": { - "line": 715, + "line": 721, "column": 12 }, "end": { - "line": 715, + "line": 721, "column": 51 } } @@ -329863,15 +332470,15 @@ "updateContext": null }, "value": "this", - "start": 28310, - "end": 28314, + "start": 28765, + "end": 28769, "loc": { "start": { - "line": 716, + "line": 722, "column": 12 }, "end": { - "line": 716, + "line": 722, "column": 16 } } @@ -329889,15 +332496,15 @@ "binop": null, "updateContext": null }, - "start": 28314, - "end": 28315, + "start": 28769, + "end": 28770, "loc": { "start": { - "line": 716, + "line": 722, "column": 16 }, "end": { - "line": 716, + "line": 722, "column": 17 } } @@ -329915,15 +332522,15 @@ "binop": null }, "value": "engine", - "start": 28315, - "end": 28321, + "start": 28770, + "end": 28776, "loc": { "start": { - "line": 716, + "line": 722, "column": 17 }, "end": { - "line": 716, + "line": 722, "column": 23 } } @@ -329941,15 +332548,15 @@ "binop": null, "updateContext": null }, - "start": 28321, - "end": 28322, + "start": 28776, + "end": 28777, "loc": { "start": { - "line": 716, + "line": 722, "column": 23 }, "end": { - "line": 716, + "line": 722, "column": 24 } } @@ -329967,15 +332574,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 28322, - "end": 28342, + "start": 28777, + "end": 28797, "loc": { "start": { - "line": 716, + "line": 722, "column": 24 }, "end": { - "line": 716, + "line": 722, "column": 44 } } @@ -329994,15 +332601,15 @@ "updateContext": null }, "value": "=", - "start": 28343, - "end": 28344, + "start": 28798, + "end": 28799, "loc": { "start": { - "line": 716, + "line": 722, "column": 45 }, "end": { - "line": 716, + "line": 722, "column": 46 } } @@ -330022,15 +332629,15 @@ "updateContext": null }, "value": "this", - "start": 28345, - "end": 28349, + "start": 28800, + "end": 28804, "loc": { "start": { - "line": 716, + "line": 722, "column": 47 }, "end": { - "line": 716, + "line": 722, "column": 51 } } @@ -330048,15 +332655,15 @@ "binop": null, "updateContext": null }, - "start": 28349, - "end": 28350, + "start": 28804, + "end": 28805, "loc": { "start": { - "line": 716, + "line": 722, "column": 51 }, "end": { - "line": 716, + "line": 722, "column": 52 } } @@ -330074,15 +332681,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 28350, - "end": 28370, + "start": 28805, + "end": 28825, "loc": { "start": { - "line": 716, + "line": 722, "column": 52 }, "end": { - "line": 716, + "line": 722, "column": 72 } } @@ -330100,15 +332707,15 @@ "binop": null, "updateContext": null }, - "start": 28370, - "end": 28371, + "start": 28825, + "end": 28826, "loc": { "start": { - "line": 716, + "line": 722, "column": 72 }, "end": { - "line": 716, + "line": 722, "column": 73 } } @@ -330116,15 +332723,15 @@ { "type": "CommentLine", "value": " initialize recorder", - "start": 28385, - "end": 28407, + "start": 28840, + "end": 28862, "loc": { "start": { - "line": 718, + "line": 724, "column": 12 }, "end": { - "line": 718, + "line": 724, "column": 34 } } @@ -330144,15 +332751,15 @@ "updateContext": null }, "value": "this", - "start": 28420, - "end": 28424, + "start": 28875, + "end": 28879, "loc": { "start": { - "line": 719, + "line": 725, "column": 12 }, "end": { - "line": 719, + "line": 725, "column": 16 } } @@ -330170,15 +332777,15 @@ "binop": null, "updateContext": null }, - "start": 28424, - "end": 28425, + "start": 28879, + "end": 28880, "loc": { "start": { - "line": 719, + "line": 725, "column": 16 }, "end": { - "line": 719, + "line": 725, "column": 17 } } @@ -330196,15 +332803,15 @@ "binop": null }, "value": "engine", - "start": 28425, - "end": 28431, + "start": 28880, + "end": 28886, "loc": { "start": { - "line": 719, + "line": 725, "column": 17 }, "end": { - "line": 719, + "line": 725, "column": 23 } } @@ -330222,15 +332829,15 @@ "binop": null, "updateContext": null }, - "start": 28431, - "end": 28432, + "start": 28886, + "end": 28887, "loc": { "start": { - "line": 719, + "line": 725, "column": 23 }, "end": { - "line": 719, + "line": 725, "column": 24 } } @@ -330248,15 +332855,15 @@ "binop": null }, "value": "setup", - "start": 28432, - "end": 28437, + "start": 28887, + "end": 28892, "loc": { "start": { - "line": 719, + "line": 725, "column": 24 }, "end": { - "line": 719, + "line": 725, "column": 29 } } @@ -330273,15 +332880,15 @@ "postfix": false, "binop": null }, - "start": 28437, - "end": 28438, + "start": 28892, + "end": 28893, "loc": { "start": { - "line": 719, + "line": 725, "column": 29 }, "end": { - "line": 719, + "line": 725, "column": 30 } } @@ -330301,15 +332908,15 @@ "updateContext": null }, "value": "this", - "start": 28438, - "end": 28442, + "start": 28893, + "end": 28897, "loc": { "start": { - "line": 719, + "line": 725, "column": 30 }, "end": { - "line": 719, + "line": 725, "column": 34 } } @@ -330327,15 +332934,15 @@ "binop": null, "updateContext": null }, - "start": 28442, - "end": 28443, + "start": 28897, + "end": 28898, "loc": { "start": { - "line": 719, + "line": 725, "column": 34 }, "end": { - "line": 719, + "line": 725, "column": 35 } } @@ -330353,15 +332960,15 @@ "binop": null }, "value": "stream", - "start": 28443, - "end": 28449, + "start": 28898, + "end": 28904, "loc": { "start": { - "line": 719, + "line": 725, "column": 35 }, "end": { - "line": 719, + "line": 725, "column": 41 } } @@ -330379,15 +332986,15 @@ "binop": null, "updateContext": null }, - "start": 28449, - "end": 28450, + "start": 28904, + "end": 28905, "loc": { "start": { - "line": 719, + "line": 725, "column": 41 }, "end": { - "line": 719, + "line": 725, "column": 42 } } @@ -330407,15 +333014,15 @@ "updateContext": null }, "value": "this", - "start": 28451, - "end": 28455, + "start": 28906, + "end": 28910, "loc": { "start": { - "line": 719, + "line": 725, "column": 43 }, "end": { - "line": 719, + "line": 725, "column": 47 } } @@ -330433,15 +333040,15 @@ "binop": null, "updateContext": null }, - "start": 28455, - "end": 28456, + "start": 28910, + "end": 28911, "loc": { "start": { - "line": 719, + "line": 725, "column": 47 }, "end": { - "line": 719, + "line": 725, "column": 48 } } @@ -330459,15 +333066,15 @@ "binop": null }, "value": "mediaType", - "start": 28456, - "end": 28465, + "start": 28911, + "end": 28920, "loc": { "start": { - "line": 719, + "line": 725, "column": 48 }, "end": { - "line": 719, + "line": 725, "column": 57 } } @@ -330485,15 +333092,15 @@ "binop": null, "updateContext": null }, - "start": 28465, - "end": 28466, + "start": 28920, + "end": 28921, "loc": { "start": { - "line": 719, + "line": 725, "column": 57 }, "end": { - "line": 719, + "line": 725, "column": 58 } } @@ -330513,15 +333120,15 @@ "updateContext": null }, "value": "this", - "start": 28467, - "end": 28471, + "start": 28922, + "end": 28926, "loc": { "start": { - "line": 719, + "line": 725, "column": 59 }, "end": { - "line": 719, + "line": 725, "column": 63 } } @@ -330539,15 +333146,15 @@ "binop": null, "updateContext": null }, - "start": 28471, - "end": 28472, + "start": 28926, + "end": 28927, "loc": { "start": { - "line": 719, + "line": 725, "column": 63 }, "end": { - "line": 719, + "line": 725, "column": 64 } } @@ -330565,15 +333172,15 @@ "binop": null }, "value": "debug", - "start": 28472, - "end": 28477, + "start": 28927, + "end": 28932, "loc": { "start": { - "line": 719, + "line": 725, "column": 64 }, "end": { - "line": 719, + "line": 725, "column": 69 } } @@ -330590,15 +333197,15 @@ "postfix": false, "binop": null }, - "start": 28477, - "end": 28478, + "start": 28932, + "end": 28933, "loc": { "start": { - "line": 719, + "line": 725, "column": 69 }, "end": { - "line": 719, + "line": 725, "column": 70 } } @@ -330616,15 +333223,15 @@ "binop": null, "updateContext": null }, - "start": 28478, - "end": 28479, + "start": 28933, + "end": 28934, "loc": { "start": { - "line": 719, + "line": 725, "column": 70 }, "end": { - "line": 719, + "line": 725, "column": 71 } } @@ -330632,15 +333239,15 @@ { "type": "CommentLine", "value": " create converter engine", - "start": 28493, - "end": 28519, + "start": 28948, + "end": 28974, "loc": { "start": { - "line": 721, + "line": 727, "column": 12 }, "end": { - "line": 721, + "line": 727, "column": 38 } } @@ -330660,15 +333267,15 @@ "updateContext": null }, "value": "if", - "start": 28532, - "end": 28534, + "start": 28987, + "end": 28989, "loc": { "start": { - "line": 722, + "line": 728, "column": 12 }, "end": { - "line": 722, + "line": 728, "column": 14 } } @@ -330685,15 +333292,15 @@ "postfix": false, "binop": null }, - "start": 28535, - "end": 28536, + "start": 28990, + "end": 28991, "loc": { "start": { - "line": 722, + "line": 728, "column": 15 }, "end": { - "line": 722, + "line": 728, "column": 16 } } @@ -330713,15 +333320,15 @@ "updateContext": null }, "value": "this", - "start": 28536, - "end": 28540, + "start": 28991, + "end": 28995, "loc": { "start": { - "line": 722, + "line": 728, "column": 16 }, "end": { - "line": 722, + "line": 728, "column": 20 } } @@ -330739,15 +333346,15 @@ "binop": null, "updateContext": null }, - "start": 28540, - "end": 28541, + "start": 28995, + "end": 28996, "loc": { "start": { - "line": 722, + "line": 728, "column": 20 }, "end": { - "line": 722, + "line": 728, "column": 21 } } @@ -330765,15 +333372,15 @@ "binop": null }, "value": "convertEngine", - "start": 28541, - "end": 28554, + "start": 28996, + "end": 29009, "loc": { "start": { - "line": 722, + "line": 728, "column": 21 }, "end": { - "line": 722, + "line": 728, "column": 34 } } @@ -330792,15 +333399,15 @@ "updateContext": null }, "value": "!==", - "start": 28555, - "end": 28558, + "start": 29010, + "end": 29013, "loc": { "start": { - "line": 722, + "line": 728, "column": 35 }, "end": { - "line": 722, + "line": 728, "column": 38 } } @@ -330819,15 +333426,15 @@ "updateContext": null }, "value": "", - "start": 28559, - "end": 28561, + "start": 29014, + "end": 29016, "loc": { "start": { - "line": 722, + "line": 728, "column": 39 }, "end": { - "line": 722, + "line": 728, "column": 41 } } @@ -330844,15 +333451,15 @@ "postfix": false, "binop": null }, - "start": 28561, - "end": 28562, + "start": 29016, + "end": 29017, "loc": { "start": { - "line": 722, + "line": 728, "column": 41 }, "end": { - "line": 722, + "line": 728, "column": 42 } } @@ -330869,15 +333476,15 @@ "postfix": false, "binop": null }, - "start": 28563, - "end": 28564, + "start": 29018, + "end": 29019, "loc": { "start": { - "line": 722, + "line": 728, "column": 43 }, "end": { - "line": 722, + "line": 728, "column": 44 } } @@ -330897,15 +333504,15 @@ "updateContext": null }, "value": "let", - "start": 28581, - "end": 28584, + "start": 29036, + "end": 29039, "loc": { "start": { - "line": 723, + "line": 729, "column": 16 }, "end": { - "line": 723, + "line": 729, "column": 19 } } @@ -330923,15 +333530,15 @@ "binop": null }, "value": "ConvertEngineClass", - "start": 28585, - "end": 28603, + "start": 29040, + "end": 29058, "loc": { "start": { - "line": 723, + "line": 729, "column": 20 }, "end": { - "line": 723, + "line": 729, "column": 38 } } @@ -330950,15 +333557,15 @@ "updateContext": null }, "value": "=", - "start": 28604, - "end": 28605, + "start": 29059, + "end": 29060, "loc": { "start": { - "line": 723, + "line": 729, "column": 39 }, "end": { - "line": 723, + "line": 729, "column": 40 } } @@ -330976,15 +333583,15 @@ "binop": null }, "value": "getConvertEngine", - "start": 28606, - "end": 28622, + "start": 29061, + "end": 29077, "loc": { "start": { - "line": 723, + "line": 729, "column": 41 }, "end": { - "line": 723, + "line": 729, "column": 57 } } @@ -331001,15 +333608,15 @@ "postfix": false, "binop": null }, - "start": 28622, - "end": 28623, + "start": 29077, + "end": 29078, "loc": { "start": { - "line": 723, + "line": 729, "column": 57 }, "end": { - "line": 723, + "line": 729, "column": 58 } } @@ -331029,15 +333636,15 @@ "updateContext": null }, "value": "this", - "start": 28623, - "end": 28627, + "start": 29078, + "end": 29082, "loc": { "start": { - "line": 723, + "line": 729, "column": 58 }, "end": { - "line": 723, + "line": 729, "column": 62 } } @@ -331055,15 +333662,15 @@ "binop": null, "updateContext": null }, - "start": 28627, - "end": 28628, + "start": 29082, + "end": 29083, "loc": { "start": { - "line": 723, + "line": 729, "column": 62 }, "end": { - "line": 723, + "line": 729, "column": 63 } } @@ -331081,15 +333688,15 @@ "binop": null }, "value": "convertEngine", - "start": 28628, - "end": 28641, + "start": 29083, + "end": 29096, "loc": { "start": { - "line": 723, + "line": 729, "column": 63 }, "end": { - "line": 723, + "line": 729, "column": 76 } } @@ -331106,15 +333713,15 @@ "postfix": false, "binop": null }, - "start": 28641, - "end": 28642, + "start": 29096, + "end": 29097, "loc": { "start": { - "line": 723, + "line": 729, "column": 76 }, "end": { - "line": 723, + "line": 729, "column": 77 } } @@ -331132,15 +333739,15 @@ "binop": null, "updateContext": null }, - "start": 28642, - "end": 28643, + "start": 29097, + "end": 29098, "loc": { "start": { - "line": 723, + "line": 729, "column": 77 }, "end": { - "line": 723, + "line": 729, "column": 78 } } @@ -331160,15 +333767,15 @@ "updateContext": null }, "value": "try", - "start": 28660, - "end": 28663, + "start": 29115, + "end": 29118, "loc": { "start": { - "line": 724, + "line": 730, "column": 16 }, "end": { - "line": 724, + "line": 730, "column": 19 } } @@ -331185,15 +333792,15 @@ "postfix": false, "binop": null }, - "start": 28664, - "end": 28665, + "start": 29119, + "end": 29120, "loc": { "start": { - "line": 724, + "line": 730, "column": 20 }, "end": { - "line": 724, + "line": 730, "column": 21 } } @@ -331213,15 +333820,15 @@ "updateContext": null }, "value": "this", - "start": 28686, - "end": 28690, + "start": 29141, + "end": 29145, "loc": { "start": { - "line": 725, + "line": 731, "column": 20 }, "end": { - "line": 725, + "line": 731, "column": 24 } } @@ -331239,15 +333846,15 @@ "binop": null, "updateContext": null }, - "start": 28690, - "end": 28691, + "start": 29145, + "end": 29146, "loc": { "start": { - "line": 725, + "line": 731, "column": 24 }, "end": { - "line": 725, + "line": 731, "column": 25 } } @@ -331265,15 +333872,15 @@ "binop": null }, "value": "converter", - "start": 28691, - "end": 28700, + "start": 29146, + "end": 29155, "loc": { "start": { - "line": 725, + "line": 731, "column": 25 }, "end": { - "line": 725, + "line": 731, "column": 34 } } @@ -331292,15 +333899,15 @@ "updateContext": null }, "value": "=", - "start": 28701, - "end": 28702, + "start": 29156, + "end": 29157, "loc": { "start": { - "line": 725, + "line": 731, "column": 35 }, "end": { - "line": 725, + "line": 731, "column": 36 } } @@ -331320,15 +333927,15 @@ "updateContext": null }, "value": "new", - "start": 28703, - "end": 28706, + "start": 29158, + "end": 29161, "loc": { "start": { - "line": 725, + "line": 731, "column": 37 }, "end": { - "line": 725, + "line": 731, "column": 40 } } @@ -331346,15 +333953,15 @@ "binop": null }, "value": "ConvertEngineClass", - "start": 28707, - "end": 28725, + "start": 29162, + "end": 29180, "loc": { "start": { - "line": 725, + "line": 731, "column": 41 }, "end": { - "line": 725, + "line": 731, "column": 59 } } @@ -331371,15 +333978,15 @@ "postfix": false, "binop": null }, - "start": 28725, - "end": 28726, + "start": 29180, + "end": 29181, "loc": { "start": { - "line": 725, + "line": 731, "column": 59 }, "end": { - "line": 725, + "line": 731, "column": 60 } } @@ -331399,15 +334006,15 @@ "updateContext": null }, "value": "this", - "start": 28726, - "end": 28730, + "start": 29181, + "end": 29185, "loc": { "start": { - "line": 725, + "line": 731, "column": 60 }, "end": { - "line": 725, + "line": 731, "column": 64 } } @@ -331425,15 +334032,15 @@ "binop": null, "updateContext": null }, - "start": 28730, - "end": 28731, + "start": 29185, + "end": 29186, "loc": { "start": { - "line": 725, + "line": 731, "column": 64 }, "end": { - "line": 725, + "line": 731, "column": 65 } } @@ -331451,15 +334058,15 @@ "binop": null }, "value": "player", - "start": 28731, - "end": 28737, + "start": 29186, + "end": 29192, "loc": { "start": { - "line": 725, + "line": 731, "column": 65 }, "end": { - "line": 725, + "line": 731, "column": 71 } } @@ -331477,15 +334084,15 @@ "binop": null, "updateContext": null }, - "start": 28737, - "end": 28738, + "start": 29192, + "end": 29193, "loc": { "start": { - "line": 725, + "line": 731, "column": 71 }, "end": { - "line": 725, + "line": 731, "column": 72 } } @@ -331505,15 +334112,15 @@ "updateContext": null }, "value": "this", - "start": 28763, - "end": 28767, + "start": 29218, + "end": 29222, "loc": { "start": { - "line": 726, + "line": 732, "column": 24 }, "end": { - "line": 726, + "line": 732, "column": 28 } } @@ -331531,15 +334138,15 @@ "binop": null, "updateContext": null }, - "start": 28767, - "end": 28768, + "start": 29222, + "end": 29223, "loc": { "start": { - "line": 726, + "line": 732, "column": 28 }, "end": { - "line": 726, + "line": 732, "column": 29 } } @@ -331557,15 +334164,15 @@ "binop": null }, "value": "player", - "start": 28768, - "end": 28774, + "start": 29223, + "end": 29229, "loc": { "start": { - "line": 726, + "line": 732, "column": 29 }, "end": { - "line": 726, + "line": 732, "column": 35 } } @@ -331583,15 +334190,15 @@ "binop": null, "updateContext": null }, - "start": 28774, - "end": 28775, + "start": 29229, + "end": 29230, "loc": { "start": { - "line": 726, + "line": 732, "column": 35 }, "end": { - "line": 726, + "line": 732, "column": 36 } } @@ -331609,15 +334216,15 @@ "binop": null }, "value": "options_", - "start": 28775, - "end": 28783, + "start": 29230, + "end": 29238, "loc": { "start": { - "line": 726, + "line": 732, "column": 36 }, "end": { - "line": 726, + "line": 732, "column": 44 } } @@ -331634,15 +334241,15 @@ "postfix": false, "binop": null }, - "start": 28783, - "end": 28784, + "start": 29238, + "end": 29239, "loc": { "start": { - "line": 726, + "line": 732, "column": 44 }, "end": { - "line": 726, + "line": 732, "column": 45 } } @@ -331660,15 +334267,15 @@ "binop": null, "updateContext": null }, - "start": 28784, - "end": 28785, + "start": 29239, + "end": 29240, "loc": { "start": { - "line": 726, + "line": 732, "column": 45 }, "end": { - "line": 726, + "line": 732, "column": 46 } } @@ -331685,15 +334292,15 @@ "postfix": false, "binop": null }, - "start": 28802, - "end": 28803, + "start": 29257, + "end": 29258, "loc": { "start": { - "line": 727, + "line": 733, "column": 16 }, "end": { - "line": 727, + "line": 733, "column": 17 } } @@ -331713,15 +334320,15 @@ "updateContext": null }, "value": "catch", - "start": 28820, - "end": 28825, + "start": 29275, + "end": 29280, "loc": { "start": { - "line": 728, + "line": 734, "column": 16 }, "end": { - "line": 728, + "line": 734, "column": 21 } } @@ -331738,15 +334345,15 @@ "postfix": false, "binop": null }, - "start": 28826, - "end": 28827, + "start": 29281, + "end": 29282, "loc": { "start": { - "line": 728, + "line": 734, "column": 22 }, "end": { - "line": 728, + "line": 734, "column": 23 } } @@ -331764,15 +334371,15 @@ "binop": null }, "value": "err", - "start": 28827, - "end": 28830, + "start": 29282, + "end": 29285, "loc": { "start": { - "line": 728, + "line": 734, "column": 23 }, "end": { - "line": 728, + "line": 734, "column": 26 } } @@ -331789,15 +334396,15 @@ "postfix": false, "binop": null }, - "start": 28830, - "end": 28831, + "start": 29285, + "end": 29286, "loc": { "start": { - "line": 728, + "line": 734, "column": 26 }, "end": { - "line": 728, + "line": 734, "column": 27 } } @@ -331814,15 +334421,15 @@ "postfix": false, "binop": null }, - "start": 28832, - "end": 28833, + "start": 29287, + "end": 29288, "loc": { "start": { - "line": 728, + "line": 734, "column": 28 }, "end": { - "line": 728, + "line": 734, "column": 29 } } @@ -331842,15 +334449,15 @@ "updateContext": null }, "value": "throw", - "start": 28854, - "end": 28859, + "start": 29309, + "end": 29314, "loc": { "start": { - "line": 729, + "line": 735, "column": 20 }, "end": { - "line": 729, + "line": 735, "column": 25 } } @@ -331870,15 +334477,15 @@ "updateContext": null }, "value": "new", - "start": 28860, - "end": 28863, + "start": 29315, + "end": 29318, "loc": { "start": { - "line": 729, + "line": 735, "column": 26 }, "end": { - "line": 729, + "line": 735, "column": 29 } } @@ -331896,15 +334503,15 @@ "binop": null }, "value": "Error", - "start": 28864, - "end": 28869, + "start": 29319, + "end": 29324, "loc": { "start": { - "line": 729, + "line": 735, "column": 30 }, "end": { - "line": 729, + "line": 735, "column": 35 } } @@ -331921,15 +334528,15 @@ "postfix": false, "binop": null }, - "start": 28869, - "end": 28870, + "start": 29324, + "end": 29325, "loc": { "start": { - "line": 729, + "line": 735, "column": 35 }, "end": { - "line": 729, + "line": 735, "column": 36 } } @@ -331948,15 +334555,15 @@ "updateContext": null }, "value": "Could not load ", - "start": 28870, - "end": 28887, + "start": 29325, + "end": 29342, "loc": { "start": { - "line": 729, + "line": 735, "column": 36 }, "end": { - "line": 729, + "line": 735, "column": 53 } } @@ -331975,15 +334582,15 @@ "updateContext": null }, "value": "+", - "start": 28888, - "end": 28889, + "start": 29343, + "end": 29344, "loc": { "start": { - "line": 729, + "line": 735, "column": 54 }, "end": { - "line": 729, + "line": 735, "column": 55 } } @@ -332003,15 +334610,15 @@ "updateContext": null }, "value": "this", - "start": 28890, - "end": 28894, + "start": 29345, + "end": 29349, "loc": { "start": { - "line": 729, + "line": 735, "column": 56 }, "end": { - "line": 729, + "line": 735, "column": 60 } } @@ -332029,15 +334636,15 @@ "binop": null, "updateContext": null }, - "start": 28894, - "end": 28895, + "start": 29349, + "end": 29350, "loc": { "start": { - "line": 729, + "line": 735, "column": 60 }, "end": { - "line": 729, + "line": 735, "column": 61 } } @@ -332055,15 +334662,15 @@ "binop": null }, "value": "convertEngine", - "start": 28895, - "end": 28908, + "start": 29350, + "end": 29363, "loc": { "start": { - "line": 729, + "line": 735, "column": 61 }, "end": { - "line": 729, + "line": 735, "column": 74 } } @@ -332082,15 +334689,15 @@ "updateContext": null }, "value": "+", - "start": 28909, - "end": 28910, + "start": 29364, + "end": 29365, "loc": { "start": { - "line": 729, + "line": 735, "column": 75 }, "end": { - "line": 729, + "line": 735, "column": 76 } } @@ -332109,15 +334716,15 @@ "updateContext": null }, "value": " plugin", - "start": 28935, - "end": 28944, + "start": 29390, + "end": 29399, "loc": { "start": { - "line": 730, + "line": 736, "column": 24 }, "end": { - "line": 730, + "line": 736, "column": 33 } } @@ -332134,15 +334741,15 @@ "postfix": false, "binop": null }, - "start": 28944, - "end": 28945, + "start": 29399, + "end": 29400, "loc": { "start": { - "line": 730, + "line": 736, "column": 33 }, "end": { - "line": 730, + "line": 736, "column": 34 } } @@ -332160,15 +334767,15 @@ "binop": null, "updateContext": null }, - "start": 28945, - "end": 28946, + "start": 29400, + "end": 29401, "loc": { "start": { - "line": 730, + "line": 736, "column": 34 }, "end": { - "line": 730, + "line": 736, "column": 35 } } @@ -332185,15 +334792,15 @@ "postfix": false, "binop": null }, - "start": 28963, - "end": 28964, + "start": 29418, + "end": 29419, "loc": { "start": { - "line": 731, + "line": 737, "column": 16 }, "end": { - "line": 731, + "line": 737, "column": 17 } } @@ -332201,15 +334808,15 @@ { "type": "CommentLine", "value": " convert settings", - "start": 28982, - "end": 29001, + "start": 29437, + "end": 29456, "loc": { "start": { - "line": 733, + "line": 739, "column": 16 }, "end": { - "line": 733, + "line": 739, "column": 35 } } @@ -332229,15 +334836,15 @@ "updateContext": null }, "value": "this", - "start": 29018, - "end": 29022, + "start": 29473, + "end": 29477, "loc": { "start": { - "line": 734, + "line": 740, "column": 16 }, "end": { - "line": 734, + "line": 740, "column": 20 } } @@ -332255,15 +334862,15 @@ "binop": null, "updateContext": null }, - "start": 29022, - "end": 29023, + "start": 29477, + "end": 29478, "loc": { "start": { - "line": 734, + "line": 740, "column": 20 }, "end": { - "line": 734, + "line": 740, "column": 21 } } @@ -332281,15 +334888,15 @@ "binop": null }, "value": "converter", - "start": 29023, - "end": 29032, + "start": 29478, + "end": 29487, "loc": { "start": { - "line": 734, + "line": 740, "column": 21 }, "end": { - "line": 734, + "line": 740, "column": 30 } } @@ -332307,15 +334914,280 @@ "binop": null, "updateContext": null }, - "start": 29032, - "end": 29033, + "start": 29487, + "end": 29488, "loc": { "start": { - "line": 734, + "line": 740, "column": 30 }, "end": { - "line": 734, + "line": 740, + "column": 31 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "convertAuto", + "start": 29488, + "end": 29499, + "loc": { + "start": { + "line": 740, + "column": 31 + }, + "end": { + "line": 740, + "column": 42 + } + } + }, + { + "type": { + "label": "=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": true, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "=", + "start": 29500, + "end": 29501, + "loc": { + "start": { + "line": 740, + "column": 43 + }, + "end": { + "line": 740, + "column": 44 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 29502, + "end": 29506, + "loc": { + "start": { + "line": 740, + "column": 45 + }, + "end": { + "line": 740, + "column": 49 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 29506, + "end": 29507, + "loc": { + "start": { + "line": 740, + "column": 49 + }, + "end": { + "line": 740, + "column": 50 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "convertAuto", + "start": 29507, + "end": 29518, + "loc": { + "start": { + "line": 740, + "column": 50 + }, + "end": { + "line": 740, + "column": 61 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 29518, + "end": 29519, + "loc": { + "start": { + "line": 740, + "column": 61 + }, + "end": { + "line": 740, + "column": 62 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 29536, + "end": 29540, + "loc": { + "start": { + "line": 741, + "column": 16 + }, + "end": { + "line": 741, + "column": 20 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 29540, + "end": 29541, + "loc": { + "start": { + "line": 741, + "column": 20 + }, + "end": { + "line": 741, + "column": 21 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "converter", + "start": 29541, + "end": 29550, + "loc": { + "start": { + "line": 741, + "column": 21 + }, + "end": { + "line": 741, + "column": 30 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 29550, + "end": 29551, + "loc": { + "start": { + "line": 741, + "column": 30 + }, + "end": { + "line": 741, "column": 31 } } @@ -332333,15 +335205,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 29033, - "end": 29049, + "start": 29551, + "end": 29567, "loc": { "start": { - "line": 734, + "line": 741, "column": 31 }, "end": { - "line": 734, + "line": 741, "column": 47 } } @@ -332360,15 +335232,15 @@ "updateContext": null }, "value": "=", - "start": 29050, - "end": 29051, + "start": 29568, + "end": 29569, "loc": { "start": { - "line": 734, + "line": 741, "column": 48 }, "end": { - "line": 734, + "line": 741, "column": 49 } } @@ -332388,15 +335260,15 @@ "updateContext": null }, "value": "this", - "start": 29052, - "end": 29056, + "start": 29570, + "end": 29574, "loc": { "start": { - "line": 734, + "line": 741, "column": 50 }, "end": { - "line": 734, + "line": 741, "column": 54 } } @@ -332414,15 +335286,15 @@ "binop": null, "updateContext": null }, - "start": 29056, - "end": 29057, + "start": 29574, + "end": 29575, "loc": { "start": { - "line": 734, + "line": 741, "column": 54 }, "end": { - "line": 734, + "line": 741, "column": 55 } } @@ -332440,15 +335312,15 @@ "binop": null }, "value": "convertWorkerURL", - "start": 29057, - "end": 29073, + "start": 29575, + "end": 29591, "loc": { "start": { - "line": 734, + "line": 741, "column": 55 }, "end": { - "line": 734, + "line": 741, "column": 71 } } @@ -332466,15 +335338,15 @@ "binop": null, "updateContext": null }, - "start": 29073, - "end": 29074, + "start": 29591, + "end": 29592, "loc": { "start": { - "line": 734, + "line": 741, "column": 71 }, "end": { - "line": 734, + "line": 741, "column": 72 } } @@ -332494,15 +335366,15 @@ "updateContext": null }, "value": "this", - "start": 29091, - "end": 29095, + "start": 29609, + "end": 29613, "loc": { "start": { - "line": 735, + "line": 742, "column": 16 }, "end": { - "line": 735, + "line": 742, "column": 20 } } @@ -332520,15 +335392,15 @@ "binop": null, "updateContext": null }, - "start": 29095, - "end": 29096, + "start": 29613, + "end": 29614, "loc": { "start": { - "line": 735, + "line": 742, "column": 20 }, "end": { - "line": 735, + "line": 742, "column": 21 } } @@ -332546,15 +335418,15 @@ "binop": null }, "value": "converter", - "start": 29096, - "end": 29105, + "start": 29614, + "end": 29623, "loc": { "start": { - "line": 735, + "line": 742, "column": 21 }, "end": { - "line": 735, + "line": 742, "column": 30 } } @@ -332572,15 +335444,15 @@ "binop": null, "updateContext": null }, - "start": 29105, - "end": 29106, + "start": 29623, + "end": 29624, "loc": { "start": { - "line": 735, + "line": 742, "column": 30 }, "end": { - "line": 735, + "line": 742, "column": 31 } } @@ -332598,15 +335470,15 @@ "binop": null }, "value": "convertOptions", - "start": 29106, - "end": 29120, + "start": 29624, + "end": 29638, "loc": { "start": { - "line": 735, + "line": 742, "column": 31 }, "end": { - "line": 735, + "line": 742, "column": 45 } } @@ -332625,15 +335497,15 @@ "updateContext": null }, "value": "=", - "start": 29121, - "end": 29122, + "start": 29639, + "end": 29640, "loc": { "start": { - "line": 735, + "line": 742, "column": 46 }, "end": { - "line": 735, + "line": 742, "column": 47 } } @@ -332653,15 +335525,15 @@ "updateContext": null }, "value": "this", - "start": 29123, - "end": 29127, + "start": 29641, + "end": 29645, "loc": { "start": { - "line": 735, + "line": 742, "column": 48 }, "end": { - "line": 735, + "line": 742, "column": 52 } } @@ -332679,15 +335551,15 @@ "binop": null, "updateContext": null }, - "start": 29127, - "end": 29128, + "start": 29645, + "end": 29646, "loc": { "start": { - "line": 735, + "line": 742, "column": 52 }, "end": { - "line": 735, + "line": 742, "column": 53 } } @@ -332705,15 +335577,15 @@ "binop": null }, "value": "convertOptions", - "start": 29128, - "end": 29142, + "start": 29646, + "end": 29660, "loc": { "start": { - "line": 735, + "line": 742, "column": 53 }, "end": { - "line": 735, + "line": 742, "column": 67 } } @@ -332731,15 +335603,15 @@ "binop": null, "updateContext": null }, - "start": 29142, - "end": 29143, + "start": 29660, + "end": 29661, "loc": { "start": { - "line": 735, + "line": 742, "column": 67 }, "end": { - "line": 735, + "line": 742, "column": 68 } } @@ -332759,15 +335631,15 @@ "updateContext": null }, "value": "this", - "start": 29160, - "end": 29164, + "start": 29678, + "end": 29682, "loc": { "start": { - "line": 736, + "line": 743, "column": 16 }, "end": { - "line": 736, + "line": 743, "column": 20 } } @@ -332785,15 +335657,15 @@ "binop": null, "updateContext": null }, - "start": 29164, - "end": 29165, + "start": 29682, + "end": 29683, "loc": { "start": { - "line": 736, + "line": 743, "column": 20 }, "end": { - "line": 736, + "line": 743, "column": 21 } } @@ -332811,15 +335683,15 @@ "binop": null }, "value": "converter", - "start": 29165, - "end": 29174, + "start": 29683, + "end": 29692, "loc": { "start": { - "line": 736, + "line": 743, "column": 21 }, "end": { - "line": 736, + "line": 743, "column": 30 } } @@ -332837,15 +335709,15 @@ "binop": null, "updateContext": null }, - "start": 29174, - "end": 29175, + "start": 29692, + "end": 29693, "loc": { "start": { - "line": 736, + "line": 743, "column": 30 }, "end": { - "line": 736, + "line": 743, "column": 31 } } @@ -332863,15 +335735,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 29175, - "end": 29195, + "start": 29693, + "end": 29713, "loc": { "start": { - "line": 736, + "line": 743, "column": 31 }, "end": { - "line": 736, + "line": 743, "column": 51 } } @@ -332890,15 +335762,15 @@ "updateContext": null }, "value": "=", - "start": 29196, - "end": 29197, + "start": 29714, + "end": 29715, "loc": { "start": { - "line": 736, + "line": 743, "column": 52 }, "end": { - "line": 736, + "line": 743, "column": 53 } } @@ -332918,15 +335790,15 @@ "updateContext": null }, "value": "this", - "start": 29198, - "end": 29202, + "start": 29716, + "end": 29720, "loc": { "start": { - "line": 736, + "line": 743, "column": 54 }, "end": { - "line": 736, + "line": 743, "column": 58 } } @@ -332944,15 +335816,15 @@ "binop": null, "updateContext": null }, - "start": 29202, - "end": 29203, + "start": 29720, + "end": 29721, "loc": { "start": { - "line": 736, + "line": 743, "column": 58 }, "end": { - "line": 736, + "line": 743, "column": 59 } } @@ -332970,15 +335842,15 @@ "binop": null }, "value": "pluginLibraryOptions", - "start": 29203, - "end": 29223, + "start": 29721, + "end": 29741, "loc": { "start": { - "line": 736, + "line": 743, "column": 59 }, "end": { - "line": 736, + "line": 743, "column": 79 } } @@ -332996,15 +335868,15 @@ "binop": null, "updateContext": null }, - "start": 29223, - "end": 29224, + "start": 29741, + "end": 29742, "loc": { "start": { - "line": 736, + "line": 743, "column": 79 }, "end": { - "line": 736, + "line": 743, "column": 80 } } @@ -333012,15 +335884,15 @@ { "type": "CommentLine", "value": " initialize converter", - "start": 29242, - "end": 29265, + "start": 29760, + "end": 29783, "loc": { "start": { - "line": 738, + "line": 745, "column": 16 }, "end": { - "line": 738, + "line": 745, "column": 39 } } @@ -333040,15 +335912,15 @@ "updateContext": null }, "value": "this", - "start": 29282, - "end": 29286, + "start": 29800, + "end": 29804, "loc": { "start": { - "line": 739, + "line": 746, "column": 16 }, "end": { - "line": 739, + "line": 746, "column": 20 } } @@ -333066,15 +335938,15 @@ "binop": null, "updateContext": null }, - "start": 29286, - "end": 29287, + "start": 29804, + "end": 29805, "loc": { "start": { - "line": 739, + "line": 746, "column": 20 }, "end": { - "line": 739, + "line": 746, "column": 21 } } @@ -333092,15 +335964,15 @@ "binop": null }, "value": "converter", - "start": 29287, - "end": 29296, + "start": 29805, + "end": 29814, "loc": { "start": { - "line": 739, + "line": 746, "column": 21 }, "end": { - "line": 739, + "line": 746, "column": 30 } } @@ -333118,15 +335990,15 @@ "binop": null, "updateContext": null }, - "start": 29296, - "end": 29297, + "start": 29814, + "end": 29815, "loc": { "start": { - "line": 739, + "line": 746, "column": 30 }, "end": { - "line": 739, + "line": 746, "column": 31 } } @@ -333144,15 +336016,15 @@ "binop": null }, "value": "setup", - "start": 29297, - "end": 29302, + "start": 29815, + "end": 29820, "loc": { "start": { - "line": 739, + "line": 746, "column": 31 }, "end": { - "line": 739, + "line": 746, "column": 36 } } @@ -333169,15 +336041,15 @@ "postfix": false, "binop": null }, - "start": 29302, - "end": 29303, + "start": 29820, + "end": 29821, "loc": { "start": { - "line": 739, + "line": 746, "column": 36 }, "end": { - "line": 739, + "line": 746, "column": 37 } } @@ -333197,15 +336069,15 @@ "updateContext": null }, "value": "this", - "start": 29303, - "end": 29307, + "start": 29821, + "end": 29825, "loc": { "start": { - "line": 739, + "line": 746, "column": 37 }, "end": { - "line": 739, + "line": 746, "column": 41 } } @@ -333223,15 +336095,15 @@ "binop": null, "updateContext": null }, - "start": 29307, - "end": 29308, + "start": 29825, + "end": 29826, "loc": { "start": { - "line": 739, + "line": 746, "column": 41 }, "end": { - "line": 739, + "line": 746, "column": 42 } } @@ -333249,15 +336121,15 @@ "binop": null }, "value": "mediaType", - "start": 29308, - "end": 29317, + "start": 29826, + "end": 29835, "loc": { "start": { - "line": 739, + "line": 746, "column": 42 }, "end": { - "line": 739, + "line": 746, "column": 51 } } @@ -333275,15 +336147,15 @@ "binop": null, "updateContext": null }, - "start": 29317, - "end": 29318, + "start": 29835, + "end": 29836, "loc": { "start": { - "line": 739, + "line": 746, "column": 51 }, "end": { - "line": 739, + "line": 746, "column": 52 } } @@ -333303,15 +336175,15 @@ "updateContext": null }, "value": "this", - "start": 29319, - "end": 29323, + "start": 29837, + "end": 29841, "loc": { "start": { - "line": 739, + "line": 746, "column": 53 }, "end": { - "line": 739, + "line": 746, "column": 57 } } @@ -333329,15 +336201,15 @@ "binop": null, "updateContext": null }, - "start": 29323, - "end": 29324, + "start": 29841, + "end": 29842, "loc": { "start": { - "line": 739, + "line": 746, "column": 57 }, "end": { - "line": 739, + "line": 746, "column": 58 } } @@ -333355,15 +336227,15 @@ "binop": null }, "value": "debug", - "start": 29324, - "end": 29329, + "start": 29842, + "end": 29847, "loc": { "start": { - "line": 739, + "line": 746, "column": 58 }, "end": { - "line": 739, + "line": 746, "column": 63 } } @@ -333380,15 +336252,15 @@ "postfix": false, "binop": null }, - "start": 29329, - "end": 29330, + "start": 29847, + "end": 29848, "loc": { "start": { - "line": 739, + "line": 746, "column": 63 }, "end": { - "line": 739, + "line": 746, "column": 64 } } @@ -333406,15 +336278,15 @@ "binop": null, "updateContext": null }, - "start": 29330, - "end": 29331, + "start": 29848, + "end": 29849, "loc": { "start": { - "line": 739, + "line": 746, "column": 64 }, "end": { - "line": 739, + "line": 746, "column": 65 } } @@ -333431,15 +336303,15 @@ "postfix": false, "binop": null }, - "start": 29344, - "end": 29345, + "start": 29862, + "end": 29863, "loc": { "start": { - "line": 740, + "line": 747, "column": 12 }, "end": { - "line": 740, + "line": 747, "column": 13 } } @@ -333447,15 +336319,15 @@ { "type": "CommentLine", "value": " show elements that should never be hidden in animation,", - "start": 29359, - "end": 29417, + "start": 29877, + "end": 29935, "loc": { "start": { - "line": 742, + "line": 749, "column": 12 }, "end": { - "line": 742, + "line": 749, "column": 70 } } @@ -333463,15 +336335,15 @@ { "type": "CommentLine", "value": " audio and/or video modus", - "start": 29430, - "end": 29457, + "start": 29948, + "end": 29975, "loc": { "start": { - "line": 743, + "line": 750, "column": 12 }, "end": { - "line": 743, + "line": 750, "column": 39 } } @@ -333491,15 +336363,15 @@ "updateContext": null }, "value": "let", - "start": 29470, - "end": 29473, + "start": 29988, + "end": 29991, "loc": { "start": { - "line": 744, + "line": 751, "column": 12 }, "end": { - "line": 744, + "line": 751, "column": 15 } } @@ -333517,15 +336389,15 @@ "binop": null }, "value": "uiElements", - "start": 29474, - "end": 29484, + "start": 29992, + "end": 30002, "loc": { "start": { - "line": 744, + "line": 751, "column": 16 }, "end": { - "line": 744, + "line": 751, "column": 26 } } @@ -333544,15 +336416,15 @@ "updateContext": null }, "value": "=", - "start": 29485, - "end": 29486, + "start": 30003, + "end": 30004, "loc": { "start": { - "line": 744, + "line": 751, "column": 27 }, "end": { - "line": 744, + "line": 751, "column": 28 } } @@ -333570,15 +336442,15 @@ "binop": null, "updateContext": null }, - "start": 29487, - "end": 29488, + "start": 30005, + "end": 30006, "loc": { "start": { - "line": 744, + "line": 751, "column": 29 }, "end": { - "line": 744, + "line": 751, "column": 30 } } @@ -333597,15 +336469,15 @@ "updateContext": null }, "value": "currentTimeDisplay", - "start": 29488, - "end": 29508, + "start": 30006, + "end": 30026, "loc": { "start": { - "line": 744, + "line": 751, "column": 30 }, "end": { - "line": 744, + "line": 751, "column": 50 } } @@ -333623,15 +336495,15 @@ "binop": null, "updateContext": null }, - "start": 29508, - "end": 29509, + "start": 30026, + "end": 30027, "loc": { "start": { - "line": 744, + "line": 751, "column": 50 }, "end": { - "line": 744, + "line": 751, "column": 51 } } @@ -333650,15 +336522,15 @@ "updateContext": null }, "value": "timeDivider", - "start": 29510, - "end": 29523, + "start": 30028, + "end": 30041, "loc": { "start": { - "line": 744, + "line": 751, "column": 52 }, "end": { - "line": 744, + "line": 751, "column": 65 } } @@ -333676,15 +336548,15 @@ "binop": null, "updateContext": null }, - "start": 29523, - "end": 29524, + "start": 30041, + "end": 30042, "loc": { "start": { - "line": 744, + "line": 751, "column": 65 }, "end": { - "line": 744, + "line": 751, "column": 66 } } @@ -333703,15 +336575,15 @@ "updateContext": null }, "value": "durationDisplay", - "start": 29525, - "end": 29542, + "start": 30043, + "end": 30060, "loc": { "start": { - "line": 744, + "line": 751, "column": 67 }, "end": { - "line": 744, + "line": 751, "column": 84 } } @@ -333729,15 +336601,15 @@ "binop": null, "updateContext": null }, - "start": 29542, - "end": 29543, + "start": 30060, + "end": 30061, "loc": { "start": { - "line": 744, + "line": 751, "column": 84 }, "end": { - "line": 744, + "line": 751, "column": 85 } } @@ -333755,15 +336627,15 @@ "binop": null, "updateContext": null }, - "start": 29543, - "end": 29544, + "start": 30061, + "end": 30062, "loc": { "start": { - "line": 744, + "line": 751, "column": 85 }, "end": { - "line": 744, + "line": 751, "column": 86 } } @@ -333781,15 +336653,15 @@ "binop": null }, "value": "uiElements", - "start": 29557, - "end": 29567, + "start": 30075, + "end": 30085, "loc": { "start": { - "line": 745, + "line": 752, "column": 12 }, "end": { - "line": 745, + "line": 752, "column": 22 } } @@ -333807,15 +336679,15 @@ "binop": null, "updateContext": null }, - "start": 29567, - "end": 29568, + "start": 30085, + "end": 30086, "loc": { "start": { - "line": 745, + "line": 752, "column": 22 }, "end": { - "line": 745, + "line": 752, "column": 23 } } @@ -333833,15 +336705,15 @@ "binop": null }, "value": "forEach", - "start": 29568, - "end": 29575, + "start": 30086, + "end": 30093, "loc": { "start": { - "line": 745, + "line": 752, "column": 23 }, "end": { - "line": 745, + "line": 752, "column": 30 } } @@ -333858,15 +336730,15 @@ "postfix": false, "binop": null }, - "start": 29575, - "end": 29576, + "start": 30093, + "end": 30094, "loc": { "start": { - "line": 745, + "line": 752, "column": 30 }, "end": { - "line": 745, + "line": 752, "column": 31 } } @@ -333883,15 +336755,15 @@ "postfix": false, "binop": null }, - "start": 29576, - "end": 29577, + "start": 30094, + "end": 30095, "loc": { "start": { - "line": 745, + "line": 752, "column": 31 }, "end": { - "line": 745, + "line": 752, "column": 32 } } @@ -333909,15 +336781,15 @@ "binop": null }, "value": "element", - "start": 29577, - "end": 29584, + "start": 30095, + "end": 30102, "loc": { "start": { - "line": 745, + "line": 752, "column": 32 }, "end": { - "line": 745, + "line": 752, "column": 39 } } @@ -333934,15 +336806,15 @@ "postfix": false, "binop": null }, - "start": 29584, - "end": 29585, + "start": 30102, + "end": 30103, "loc": { "start": { - "line": 745, + "line": 752, "column": 39 }, "end": { - "line": 745, + "line": 752, "column": 40 } } @@ -333960,15 +336832,15 @@ "binop": null, "updateContext": null }, - "start": 29586, - "end": 29588, + "start": 30104, + "end": 30106, "loc": { "start": { - "line": 745, + "line": 752, "column": 41 }, "end": { - "line": 745, + "line": 752, "column": 43 } } @@ -333985,15 +336857,15 @@ "postfix": false, "binop": null }, - "start": 29589, - "end": 29590, + "start": 30107, + "end": 30108, "loc": { "start": { - "line": 745, + "line": 752, "column": 44 }, "end": { - "line": 745, + "line": 752, "column": 45 } } @@ -334011,15 +336883,15 @@ "binop": null }, "value": "element", - "start": 29607, - "end": 29614, + "start": 30125, + "end": 30132, "loc": { "start": { - "line": 746, + "line": 753, "column": 16 }, "end": { - "line": 746, + "line": 753, "column": 23 } } @@ -334038,15 +336910,15 @@ "updateContext": null }, "value": "=", - "start": 29615, - "end": 29616, + "start": 30133, + "end": 30134, "loc": { "start": { - "line": 746, + "line": 753, "column": 24 }, "end": { - "line": 746, + "line": 753, "column": 25 } } @@ -334066,15 +336938,15 @@ "updateContext": null }, "value": "this", - "start": 29617, - "end": 29621, + "start": 30135, + "end": 30139, "loc": { "start": { - "line": 746, + "line": 753, "column": 26 }, "end": { - "line": 746, + "line": 753, "column": 30 } } @@ -334092,15 +336964,15 @@ "binop": null, "updateContext": null }, - "start": 29621, - "end": 29622, + "start": 30139, + "end": 30140, "loc": { "start": { - "line": 746, + "line": 753, "column": 30 }, "end": { - "line": 746, + "line": 753, "column": 31 } } @@ -334118,15 +336990,15 @@ "binop": null }, "value": "player", - "start": 29622, - "end": 29628, + "start": 30140, + "end": 30146, "loc": { "start": { - "line": 746, + "line": 753, "column": 31 }, "end": { - "line": 746, + "line": 753, "column": 37 } } @@ -334144,15 +337016,15 @@ "binop": null, "updateContext": null }, - "start": 29628, - "end": 29629, + "start": 30146, + "end": 30147, "loc": { "start": { - "line": 746, + "line": 753, "column": 37 }, "end": { - "line": 746, + "line": 753, "column": 38 } } @@ -334170,15 +337042,15 @@ "binop": null }, "value": "controlBar", - "start": 29629, - "end": 29639, + "start": 30147, + "end": 30157, "loc": { "start": { - "line": 746, + "line": 753, "column": 38 }, "end": { - "line": 746, + "line": 753, "column": 48 } } @@ -334196,15 +337068,15 @@ "binop": null, "updateContext": null }, - "start": 29639, - "end": 29640, + "start": 30157, + "end": 30158, "loc": { "start": { - "line": 746, + "line": 753, "column": 48 }, "end": { - "line": 746, + "line": 753, "column": 49 } } @@ -334222,15 +337094,15 @@ "binop": null }, "value": "element", - "start": 29640, - "end": 29647, + "start": 30158, + "end": 30165, "loc": { "start": { - "line": 746, + "line": 753, "column": 49 }, "end": { - "line": 746, + "line": 753, "column": 56 } } @@ -334248,15 +337120,15 @@ "binop": null, "updateContext": null }, - "start": 29647, - "end": 29648, + "start": 30165, + "end": 30166, "loc": { "start": { - "line": 746, + "line": 753, "column": 56 }, "end": { - "line": 746, + "line": 753, "column": 57 } } @@ -334274,15 +337146,15 @@ "binop": null, "updateContext": null }, - "start": 29648, - "end": 29649, + "start": 30166, + "end": 30167, "loc": { "start": { - "line": 746, + "line": 753, "column": 57 }, "end": { - "line": 746, + "line": 753, "column": 58 } } @@ -334302,15 +337174,15 @@ "updateContext": null }, "value": "if", - "start": 29666, - "end": 29668, + "start": 30184, + "end": 30186, "loc": { "start": { - "line": 747, + "line": 754, "column": 16 }, "end": { - "line": 747, + "line": 754, "column": 18 } } @@ -334327,15 +337199,15 @@ "postfix": false, "binop": null }, - "start": 29669, - "end": 29670, + "start": 30187, + "end": 30188, "loc": { "start": { - "line": 747, + "line": 754, "column": 19 }, "end": { - "line": 747, + "line": 754, "column": 20 } } @@ -334353,15 +337225,15 @@ "binop": null }, "value": "element", - "start": 29670, - "end": 29677, + "start": 30188, + "end": 30195, "loc": { "start": { - "line": 747, + "line": 754, "column": 20 }, "end": { - "line": 747, + "line": 754, "column": 27 } } @@ -334380,15 +337252,15 @@ "updateContext": null }, "value": "!==", - "start": 29678, - "end": 29681, + "start": 30196, + "end": 30199, "loc": { "start": { - "line": 747, + "line": 754, "column": 28 }, "end": { - "line": 747, + "line": 754, "column": 31 } } @@ -334406,15 +337278,15 @@ "binop": null }, "value": "undefined", - "start": 29682, - "end": 29691, + "start": 30200, + "end": 30209, "loc": { "start": { - "line": 747, + "line": 754, "column": 32 }, "end": { - "line": 747, + "line": 754, "column": 41 } } @@ -334431,15 +337303,15 @@ "postfix": false, "binop": null }, - "start": 29691, - "end": 29692, + "start": 30209, + "end": 30210, "loc": { "start": { - "line": 747, + "line": 754, "column": 41 }, "end": { - "line": 747, + "line": 754, "column": 42 } } @@ -334456,15 +337328,15 @@ "postfix": false, "binop": null }, - "start": 29693, - "end": 29694, + "start": 30211, + "end": 30212, "loc": { "start": { - "line": 747, + "line": 754, "column": 43 }, "end": { - "line": 747, + "line": 754, "column": 44 } } @@ -334482,15 +337354,15 @@ "binop": null }, "value": "element", - "start": 29715, - "end": 29722, + "start": 30233, + "end": 30240, "loc": { "start": { - "line": 748, + "line": 755, "column": 20 }, "end": { - "line": 748, + "line": 755, "column": 27 } } @@ -334508,15 +337380,15 @@ "binop": null, "updateContext": null }, - "start": 29722, - "end": 29723, + "start": 30240, + "end": 30241, "loc": { "start": { - "line": 748, + "line": 755, "column": 27 }, "end": { - "line": 748, + "line": 755, "column": 28 } } @@ -334534,15 +337406,15 @@ "binop": null }, "value": "el", - "start": 29723, - "end": 29725, + "start": 30241, + "end": 30243, "loc": { "start": { - "line": 748, + "line": 755, "column": 28 }, "end": { - "line": 748, + "line": 755, "column": 30 } } @@ -334559,15 +337431,15 @@ "postfix": false, "binop": null }, - "start": 29725, - "end": 29726, + "start": 30243, + "end": 30244, "loc": { "start": { - "line": 748, + "line": 755, "column": 30 }, "end": { - "line": 748, + "line": 755, "column": 31 } } @@ -334584,15 +337456,15 @@ "postfix": false, "binop": null }, - "start": 29726, - "end": 29727, + "start": 30244, + "end": 30245, "loc": { "start": { - "line": 748, + "line": 755, "column": 31 }, "end": { - "line": 748, + "line": 755, "column": 32 } } @@ -334610,15 +337482,15 @@ "binop": null, "updateContext": null }, - "start": 29727, - "end": 29728, + "start": 30245, + "end": 30246, "loc": { "start": { - "line": 748, + "line": 755, "column": 32 }, "end": { - "line": 748, + "line": 755, "column": 33 } } @@ -334636,15 +337508,15 @@ "binop": null }, "value": "style", - "start": 29728, - "end": 29733, + "start": 30246, + "end": 30251, "loc": { "start": { - "line": 748, + "line": 755, "column": 33 }, "end": { - "line": 748, + "line": 755, "column": 38 } } @@ -334662,15 +337534,15 @@ "binop": null, "updateContext": null }, - "start": 29733, - "end": 29734, + "start": 30251, + "end": 30252, "loc": { "start": { - "line": 748, + "line": 755, "column": 38 }, "end": { - "line": 748, + "line": 755, "column": 39 } } @@ -334688,15 +337560,15 @@ "binop": null }, "value": "display", - "start": 29734, - "end": 29741, + "start": 30252, + "end": 30259, "loc": { "start": { - "line": 748, + "line": 755, "column": 39 }, "end": { - "line": 748, + "line": 755, "column": 46 } } @@ -334715,15 +337587,15 @@ "updateContext": null }, "value": "=", - "start": 29742, - "end": 29743, + "start": 30260, + "end": 30261, "loc": { "start": { - "line": 748, + "line": 755, "column": 47 }, "end": { - "line": 748, + "line": 755, "column": 48 } } @@ -334742,15 +337614,15 @@ "updateContext": null }, "value": "block", - "start": 29744, - "end": 29751, + "start": 30262, + "end": 30269, "loc": { "start": { - "line": 748, + "line": 755, "column": 49 }, "end": { - "line": 748, + "line": 755, "column": 56 } } @@ -334768,15 +337640,15 @@ "binop": null, "updateContext": null }, - "start": 29751, - "end": 29752, + "start": 30269, + "end": 30270, "loc": { "start": { - "line": 748, + "line": 755, "column": 56 }, "end": { - "line": 748, + "line": 755, "column": 57 } } @@ -334794,15 +337666,15 @@ "binop": null }, "value": "element", - "start": 29773, - "end": 29780, + "start": 30291, + "end": 30298, "loc": { "start": { - "line": 749, + "line": 756, "column": 20 }, "end": { - "line": 749, + "line": 756, "column": 27 } } @@ -334820,15 +337692,15 @@ "binop": null, "updateContext": null }, - "start": 29780, - "end": 29781, + "start": 30298, + "end": 30299, "loc": { "start": { - "line": 749, + "line": 756, "column": 27 }, "end": { - "line": 749, + "line": 756, "column": 28 } } @@ -334846,15 +337718,15 @@ "binop": null }, "value": "show", - "start": 29781, - "end": 29785, + "start": 30299, + "end": 30303, "loc": { "start": { - "line": 749, + "line": 756, "column": 28 }, "end": { - "line": 749, + "line": 756, "column": 32 } } @@ -334871,15 +337743,15 @@ "postfix": false, "binop": null }, - "start": 29785, - "end": 29786, + "start": 30303, + "end": 30304, "loc": { "start": { - "line": 749, + "line": 756, "column": 32 }, "end": { - "line": 749, + "line": 756, "column": 33 } } @@ -334896,15 +337768,15 @@ "postfix": false, "binop": null }, - "start": 29786, - "end": 29787, + "start": 30304, + "end": 30305, "loc": { "start": { - "line": 749, + "line": 756, "column": 33 }, "end": { - "line": 749, + "line": 756, "column": 34 } } @@ -334922,15 +337794,15 @@ "binop": null, "updateContext": null }, - "start": 29787, - "end": 29788, + "start": 30305, + "end": 30306, "loc": { "start": { - "line": 749, + "line": 756, "column": 34 }, "end": { - "line": 749, + "line": 756, "column": 35 } } @@ -334947,15 +337819,15 @@ "postfix": false, "binop": null }, - "start": 29805, - "end": 29806, + "start": 30323, + "end": 30324, "loc": { "start": { - "line": 750, + "line": 757, "column": 16 }, "end": { - "line": 750, + "line": 757, "column": 17 } } @@ -334972,15 +337844,15 @@ "postfix": false, "binop": null }, - "start": 29819, - "end": 29820, + "start": 30337, + "end": 30338, "loc": { "start": { - "line": 751, + "line": 758, "column": 12 }, "end": { - "line": 751, + "line": 758, "column": 13 } } @@ -334997,15 +337869,15 @@ "postfix": false, "binop": null }, - "start": 29820, - "end": 29821, + "start": 30338, + "end": 30339, "loc": { "start": { - "line": 751, + "line": 758, "column": 13 }, "end": { - "line": 751, + "line": 758, "column": 14 } } @@ -335023,15 +337895,15 @@ "binop": null, "updateContext": null }, - "start": 29821, - "end": 29822, + "start": 30339, + "end": 30340, "loc": { "start": { - "line": 751, + "line": 758, "column": 14 }, "end": { - "line": 751, + "line": 758, "column": 15 } } @@ -335039,15 +337911,15 @@ { "type": "CommentLine", "value": " show record button", - "start": 29836, - "end": 29857, + "start": 30354, + "end": 30375, "loc": { "start": { - "line": 753, + "line": 760, "column": 12 }, "end": { - "line": 753, + "line": 760, "column": 33 } } @@ -335067,15 +337939,15 @@ "updateContext": null }, "value": "this", - "start": 29870, - "end": 29874, + "start": 30388, + "end": 30392, "loc": { "start": { - "line": 754, + "line": 761, "column": 12 }, "end": { - "line": 754, + "line": 761, "column": 16 } } @@ -335093,15 +337965,15 @@ "binop": null, "updateContext": null }, - "start": 29874, - "end": 29875, + "start": 30392, + "end": 30393, "loc": { "start": { - "line": 754, + "line": 761, "column": 16 }, "end": { - "line": 754, + "line": 761, "column": 17 } } @@ -335119,15 +337991,15 @@ "binop": null }, "value": "player", - "start": 29875, - "end": 29881, + "start": 30393, + "end": 30399, "loc": { "start": { - "line": 754, + "line": 761, "column": 17 }, "end": { - "line": 754, + "line": 761, "column": 23 } } @@ -335145,15 +338017,15 @@ "binop": null, "updateContext": null }, - "start": 29881, - "end": 29882, + "start": 30399, + "end": 30400, "loc": { "start": { - "line": 754, + "line": 761, "column": 23 }, "end": { - "line": 754, + "line": 761, "column": 24 } } @@ -335171,15 +338043,15 @@ "binop": null }, "value": "recordToggle", - "start": 29882, - "end": 29894, + "start": 30400, + "end": 30412, "loc": { "start": { - "line": 754, + "line": 761, "column": 24 }, "end": { - "line": 754, + "line": 761, "column": 36 } } @@ -335197,15 +338069,15 @@ "binop": null, "updateContext": null }, - "start": 29894, - "end": 29895, + "start": 30412, + "end": 30413, "loc": { "start": { - "line": 754, + "line": 761, "column": 36 }, "end": { - "line": 754, + "line": 761, "column": 37 } } @@ -335223,15 +338095,15 @@ "binop": null }, "value": "show", - "start": 29895, - "end": 29899, + "start": 30413, + "end": 30417, "loc": { "start": { - "line": 754, + "line": 761, "column": 37 }, "end": { - "line": 754, + "line": 761, "column": 41 } } @@ -335248,15 +338120,15 @@ "postfix": false, "binop": null }, - "start": 29899, - "end": 29900, + "start": 30417, + "end": 30418, "loc": { "start": { - "line": 754, + "line": 761, "column": 41 }, "end": { - "line": 754, + "line": 761, "column": 42 } } @@ -335273,15 +338145,15 @@ "postfix": false, "binop": null }, - "start": 29900, - "end": 29901, + "start": 30418, + "end": 30419, "loc": { "start": { - "line": 754, + "line": 761, "column": 42 }, "end": { - "line": 754, + "line": 761, "column": 43 } } @@ -335299,15 +338171,15 @@ "binop": null, "updateContext": null }, - "start": 29901, - "end": 29902, + "start": 30419, + "end": 30420, "loc": { "start": { - "line": 754, + "line": 761, "column": 43 }, "end": { - "line": 754, + "line": 761, "column": 44 } } @@ -335324,15 +338196,15 @@ "postfix": false, "binop": null }, - "start": 29911, - "end": 29912, + "start": 30429, + "end": 30430, "loc": { "start": { - "line": 755, + "line": 762, "column": 8 }, "end": { - "line": 755, + "line": 762, "column": 9 } } @@ -335352,15 +338224,15 @@ "updateContext": null }, "value": "else", - "start": 29913, - "end": 29917, + "start": 30431, + "end": 30435, "loc": { "start": { - "line": 755, + "line": 762, "column": 10 }, "end": { - "line": 755, + "line": 762, "column": 14 } } @@ -335377,15 +338249,15 @@ "postfix": false, "binop": null }, - "start": 29918, - "end": 29919, + "start": 30436, + "end": 30437, "loc": { "start": { - "line": 755, + "line": 762, "column": 15 }, "end": { - "line": 755, + "line": 762, "column": 16 } } @@ -335393,15 +338265,15 @@ { "type": "CommentLine", "value": " disable record indicator", - "start": 29932, - "end": 29959, + "start": 30450, + "end": 30477, "loc": { "start": { - "line": 756, + "line": 763, "column": 12 }, "end": { - "line": 756, + "line": 763, "column": 39 } } @@ -335421,15 +338293,15 @@ "updateContext": null }, "value": "this", - "start": 29972, - "end": 29976, + "start": 30490, + "end": 30494, "loc": { "start": { - "line": 757, + "line": 764, "column": 12 }, "end": { - "line": 757, + "line": 764, "column": 16 } } @@ -335447,15 +338319,15 @@ "binop": null, "updateContext": null }, - "start": 29976, - "end": 29977, + "start": 30494, + "end": 30495, "loc": { "start": { - "line": 757, + "line": 764, "column": 16 }, "end": { - "line": 757, + "line": 764, "column": 17 } } @@ -335473,15 +338345,15 @@ "binop": null }, "value": "player", - "start": 29977, - "end": 29983, + "start": 30495, + "end": 30501, "loc": { "start": { - "line": 757, + "line": 764, "column": 17 }, "end": { - "line": 757, + "line": 764, "column": 23 } } @@ -335499,15 +338371,15 @@ "binop": null, "updateContext": null }, - "start": 29983, - "end": 29984, + "start": 30501, + "end": 30502, "loc": { "start": { - "line": 757, + "line": 764, "column": 23 }, "end": { - "line": 757, + "line": 764, "column": 24 } } @@ -335525,15 +338397,15 @@ "binop": null }, "value": "recordIndicator", - "start": 29984, - "end": 29999, + "start": 30502, + "end": 30517, "loc": { "start": { - "line": 757, + "line": 764, "column": 24 }, "end": { - "line": 757, + "line": 764, "column": 39 } } @@ -335551,15 +338423,15 @@ "binop": null, "updateContext": null }, - "start": 29999, - "end": 30000, + "start": 30517, + "end": 30518, "loc": { "start": { - "line": 757, + "line": 764, "column": 39 }, "end": { - "line": 757, + "line": 764, "column": 40 } } @@ -335577,15 +338449,15 @@ "binop": null }, "value": "disable", - "start": 30000, - "end": 30007, + "start": 30518, + "end": 30525, "loc": { "start": { - "line": 757, + "line": 764, "column": 40 }, "end": { - "line": 757, + "line": 764, "column": 47 } } @@ -335602,15 +338474,15 @@ "postfix": false, "binop": null }, - "start": 30007, - "end": 30008, + "start": 30525, + "end": 30526, "loc": { "start": { - "line": 757, + "line": 764, "column": 47 }, "end": { - "line": 757, + "line": 764, "column": 48 } } @@ -335627,15 +338499,15 @@ "postfix": false, "binop": null }, - "start": 30008, - "end": 30009, + "start": 30526, + "end": 30527, "loc": { "start": { - "line": 757, + "line": 764, "column": 48 }, "end": { - "line": 757, + "line": 764, "column": 49 } } @@ -335653,15 +338525,15 @@ "binop": null, "updateContext": null }, - "start": 30009, - "end": 30010, + "start": 30527, + "end": 30528, "loc": { "start": { - "line": 757, + "line": 764, "column": 49 }, "end": { - "line": 757, + "line": 764, "column": 50 } } @@ -335669,15 +338541,15 @@ { "type": "CommentLine", "value": " setup UI for retrying snapshot (e.g. when stopDevice was", - "start": 30024, - "end": 30083, + "start": 30542, + "end": 30601, "loc": { "start": { - "line": 759, + "line": 766, "column": 12 }, "end": { - "line": 759, + "line": 766, "column": 71 } } @@ -335685,15 +338557,15 @@ { "type": "CommentLine", "value": " used)", - "start": 30096, - "end": 30104, + "start": 30614, + "end": 30622, "loc": { "start": { - "line": 760, + "line": 767, "column": 12 }, "end": { - "line": 760, + "line": 767, "column": 20 } } @@ -335713,15 +338585,15 @@ "updateContext": null }, "value": "this", - "start": 30117, - "end": 30121, + "start": 30635, + "end": 30639, "loc": { "start": { - "line": 761, + "line": 768, "column": 12 }, "end": { - "line": 761, + "line": 768, "column": 16 } } @@ -335739,15 +338611,15 @@ "binop": null, "updateContext": null }, - "start": 30121, - "end": 30122, + "start": 30639, + "end": 30640, "loc": { "start": { - "line": 761, + "line": 768, "column": 16 }, "end": { - "line": 761, + "line": 768, "column": 17 } } @@ -335765,15 +338637,15 @@ "binop": null }, "value": "retrySnapshot", - "start": 30122, - "end": 30135, + "start": 30640, + "end": 30653, "loc": { "start": { - "line": 761, + "line": 768, "column": 17 }, "end": { - "line": 761, + "line": 768, "column": 30 } } @@ -335790,15 +338662,15 @@ "postfix": false, "binop": null }, - "start": 30135, - "end": 30136, + "start": 30653, + "end": 30654, "loc": { "start": { - "line": 761, + "line": 768, "column": 30 }, "end": { - "line": 761, + "line": 768, "column": 31 } } @@ -335815,15 +338687,15 @@ "postfix": false, "binop": null }, - "start": 30136, - "end": 30137, + "start": 30654, + "end": 30655, "loc": { "start": { - "line": 761, + "line": 768, "column": 31 }, "end": { - "line": 761, + "line": 768, "column": 32 } } @@ -335841,15 +338713,15 @@ "binop": null, "updateContext": null }, - "start": 30137, - "end": 30138, + "start": 30655, + "end": 30656, "loc": { "start": { - "line": 761, + "line": 768, "column": 32 }, "end": { - "line": 761, + "line": 768, "column": 33 } } @@ -335857,15 +338729,15 @@ { "type": "CommentLine", "value": " camera button will be displayed as soon as this.onStreamVisible fires", - "start": 30152, - "end": 30224, + "start": 30670, + "end": 30742, "loc": { "start": { - "line": 763, + "line": 770, "column": 12 }, "end": { - "line": 763, + "line": 770, "column": 84 } } @@ -335882,15 +338754,15 @@ "postfix": false, "binop": null }, - "start": 30233, - "end": 30234, + "start": 30751, + "end": 30752, "loc": { "start": { - "line": 764, + "line": 771, "column": 8 }, "end": { - "line": 764, + "line": 771, "column": 9 } } @@ -335898,15 +338770,15 @@ { "type": "CommentLine", "value": " setup preview", - "start": 30244, - "end": 30260, + "start": 30762, + "end": 30778, "loc": { "start": { - "line": 766, + "line": 773, "column": 8 }, "end": { - "line": 766, + "line": 773, "column": 24 } } @@ -335926,15 +338798,15 @@ "updateContext": null }, "value": "if", - "start": 30269, - "end": 30271, + "start": 30787, + "end": 30789, "loc": { "start": { - "line": 767, + "line": 774, "column": 8 }, "end": { - "line": 767, + "line": 774, "column": 10 } } @@ -335951,15 +338823,15 @@ "postfix": false, "binop": null }, - "start": 30272, - "end": 30273, + "start": 30790, + "end": 30791, "loc": { "start": { - "line": 767, + "line": 774, "column": 11 }, "end": { - "line": 767, + "line": 774, "column": 12 } } @@ -335979,15 +338851,15 @@ "updateContext": null }, "value": "this", - "start": 30273, - "end": 30277, + "start": 30791, + "end": 30795, "loc": { "start": { - "line": 767, + "line": 774, "column": 12 }, "end": { - "line": 767, + "line": 774, "column": 16 } } @@ -336005,15 +338877,15 @@ "binop": null, "updateContext": null }, - "start": 30277, - "end": 30278, + "start": 30795, + "end": 30796, "loc": { "start": { - "line": 767, + "line": 774, "column": 16 }, "end": { - "line": 767, + "line": 774, "column": 17 } } @@ -336031,15 +338903,15 @@ "binop": null }, "value": "getRecordType", - "start": 30278, - "end": 30291, + "start": 30796, + "end": 30809, "loc": { "start": { - "line": 767, + "line": 774, "column": 17 }, "end": { - "line": 767, + "line": 774, "column": 30 } } @@ -336056,15 +338928,15 @@ "postfix": false, "binop": null }, - "start": 30291, - "end": 30292, + "start": 30809, + "end": 30810, "loc": { "start": { - "line": 767, + "line": 774, "column": 30 }, "end": { - "line": 767, + "line": 774, "column": 31 } } @@ -336081,15 +338953,15 @@ "postfix": false, "binop": null }, - "start": 30292, - "end": 30293, + "start": 30810, + "end": 30811, "loc": { "start": { - "line": 767, + "line": 774, "column": 31 }, "end": { - "line": 767, + "line": 774, "column": 32 } } @@ -336108,15 +338980,15 @@ "updateContext": null }, "value": "!==", - "start": 30294, - "end": 30297, + "start": 30812, + "end": 30815, "loc": { "start": { - "line": 767, + "line": 774, "column": 33 }, "end": { - "line": 767, + "line": 774, "column": 36 } } @@ -336134,15 +339006,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 30298, - "end": 30308, + "start": 30816, + "end": 30826, "loc": { "start": { - "line": 767, + "line": 774, "column": 37 }, "end": { - "line": 767, + "line": 774, "column": 47 } } @@ -336159,15 +339031,15 @@ "postfix": false, "binop": null }, - "start": 30308, - "end": 30309, + "start": 30826, + "end": 30827, "loc": { "start": { - "line": 767, + "line": 774, "column": 47 }, "end": { - "line": 767, + "line": 774, "column": 48 } } @@ -336184,15 +339056,15 @@ "postfix": false, "binop": null }, - "start": 30310, - "end": 30311, + "start": 30828, + "end": 30829, "loc": { "start": { - "line": 767, + "line": 774, "column": 49 }, "end": { - "line": 767, + "line": 774, "column": 50 } } @@ -336200,15 +339072,15 @@ { "type": "CommentLine", "value": " show live preview", - "start": 30324, - "end": 30344, + "start": 30842, + "end": 30862, "loc": { "start": { - "line": 768, + "line": 775, "column": 12 }, "end": { - "line": 768, + "line": 775, "column": 32 } } @@ -336228,15 +339100,15 @@ "updateContext": null }, "value": "this", - "start": 30357, - "end": 30361, + "start": 30875, + "end": 30879, "loc": { "start": { - "line": 769, + "line": 776, "column": 12 }, "end": { - "line": 769, + "line": 776, "column": 16 } } @@ -336254,15 +339126,15 @@ "binop": null, "updateContext": null }, - "start": 30361, - "end": 30362, + "start": 30879, + "end": 30880, "loc": { "start": { - "line": 769, + "line": 776, "column": 16 }, "end": { - "line": 769, + "line": 776, "column": 17 } } @@ -336280,15 +339152,15 @@ "binop": null }, "value": "mediaElement", - "start": 30362, - "end": 30374, + "start": 30880, + "end": 30892, "loc": { "start": { - "line": 769, + "line": 776, "column": 17 }, "end": { - "line": 769, + "line": 776, "column": 29 } } @@ -336307,15 +339179,15 @@ "updateContext": null }, "value": "=", - "start": 30375, - "end": 30376, + "start": 30893, + "end": 30894, "loc": { "start": { - "line": 769, + "line": 776, "column": 30 }, "end": { - "line": 769, + "line": 776, "column": 31 } } @@ -336335,15 +339207,15 @@ "updateContext": null }, "value": "this", - "start": 30377, - "end": 30381, + "start": 30895, + "end": 30899, "loc": { "start": { - "line": 769, + "line": 776, "column": 32 }, "end": { - "line": 769, + "line": 776, "column": 36 } } @@ -336361,15 +339233,15 @@ "binop": null, "updateContext": null }, - "start": 30381, - "end": 30382, + "start": 30899, + "end": 30900, "loc": { "start": { - "line": 769, + "line": 776, "column": 36 }, "end": { - "line": 769, + "line": 776, "column": 37 } } @@ -336387,15 +339259,15 @@ "binop": null }, "value": "player", - "start": 30382, - "end": 30388, + "start": 30900, + "end": 30906, "loc": { "start": { - "line": 769, + "line": 776, "column": 37 }, "end": { - "line": 769, + "line": 776, "column": 43 } } @@ -336413,15 +339285,15 @@ "binop": null, "updateContext": null }, - "start": 30388, - "end": 30389, + "start": 30906, + "end": 30907, "loc": { "start": { - "line": 769, + "line": 776, "column": 43 }, "end": { - "line": 769, + "line": 776, "column": 44 } } @@ -336439,15 +339311,15 @@ "binop": null }, "value": "el", - "start": 30389, - "end": 30391, + "start": 30907, + "end": 30909, "loc": { "start": { - "line": 769, + "line": 776, "column": 44 }, "end": { - "line": 769, + "line": 776, "column": 46 } } @@ -336464,15 +339336,15 @@ "postfix": false, "binop": null }, - "start": 30391, - "end": 30392, + "start": 30909, + "end": 30910, "loc": { "start": { - "line": 769, + "line": 776, "column": 46 }, "end": { - "line": 769, + "line": 776, "column": 47 } } @@ -336489,15 +339361,15 @@ "postfix": false, "binop": null }, - "start": 30392, - "end": 30393, + "start": 30910, + "end": 30911, "loc": { "start": { - "line": 769, + "line": 776, "column": 47 }, "end": { - "line": 769, + "line": 776, "column": 48 } } @@ -336515,15 +339387,15 @@ "binop": null, "updateContext": null }, - "start": 30393, - "end": 30394, + "start": 30911, + "end": 30912, "loc": { "start": { - "line": 769, + "line": 776, "column": 48 }, "end": { - "line": 769, + "line": 776, "column": 49 } } @@ -336541,15 +339413,15 @@ "binop": null }, "value": "firstChild", - "start": 30394, - "end": 30404, + "start": 30912, + "end": 30922, "loc": { "start": { - "line": 769, + "line": 776, "column": 49 }, "end": { - "line": 769, + "line": 776, "column": 59 } } @@ -336567,15 +339439,15 @@ "binop": null, "updateContext": null }, - "start": 30404, - "end": 30405, + "start": 30922, + "end": 30923, "loc": { "start": { - "line": 769, + "line": 776, "column": 59 }, "end": { - "line": 769, + "line": 776, "column": 60 } } @@ -336595,15 +339467,15 @@ "updateContext": null }, "value": "this", - "start": 30418, - "end": 30422, + "start": 30936, + "end": 30940, "loc": { "start": { - "line": 770, + "line": 777, "column": 12 }, "end": { - "line": 770, + "line": 777, "column": 16 } } @@ -336621,15 +339493,15 @@ "binop": null, "updateContext": null }, - "start": 30422, - "end": 30423, + "start": 30940, + "end": 30941, "loc": { "start": { - "line": 770, + "line": 777, "column": 16 }, "end": { - "line": 770, + "line": 777, "column": 17 } } @@ -336647,15 +339519,15 @@ "binop": null }, "value": "mediaElement", - "start": 30423, - "end": 30435, + "start": 30941, + "end": 30953, "loc": { "start": { - "line": 770, + "line": 777, "column": 17 }, "end": { - "line": 770, + "line": 777, "column": 29 } } @@ -336673,15 +339545,15 @@ "binop": null, "updateContext": null }, - "start": 30435, - "end": 30436, + "start": 30953, + "end": 30954, "loc": { "start": { - "line": 770, + "line": 777, "column": 29 }, "end": { - "line": 770, + "line": 777, "column": 30 } } @@ -336699,15 +339571,15 @@ "binop": null }, "value": "controls", - "start": 30436, - "end": 30444, + "start": 30954, + "end": 30962, "loc": { "start": { - "line": 770, + "line": 777, "column": 30 }, "end": { - "line": 770, + "line": 777, "column": 38 } } @@ -336726,15 +339598,15 @@ "updateContext": null }, "value": "=", - "start": 30445, - "end": 30446, + "start": 30963, + "end": 30964, "loc": { "start": { - "line": 770, + "line": 777, "column": 39 }, "end": { - "line": 770, + "line": 777, "column": 40 } } @@ -336754,15 +339626,15 @@ "updateContext": null }, "value": "false", - "start": 30447, - "end": 30452, + "start": 30965, + "end": 30970, "loc": { "start": { - "line": 770, + "line": 777, "column": 41 }, "end": { - "line": 770, + "line": 777, "column": 46 } } @@ -336780,15 +339652,15 @@ "binop": null, "updateContext": null }, - "start": 30452, - "end": 30453, + "start": 30970, + "end": 30971, "loc": { "start": { - "line": 770, + "line": 777, "column": 46 }, "end": { - "line": 770, + "line": 777, "column": 47 } } @@ -336796,15 +339668,15 @@ { "type": "CommentLine", "value": " mute incoming audio for feedback loops", - "start": 30467, - "end": 30508, + "start": 30985, + "end": 31026, "loc": { "start": { - "line": 772, + "line": 779, "column": 12 }, "end": { - "line": 772, + "line": 779, "column": 53 } } @@ -336824,15 +339696,15 @@ "updateContext": null }, "value": "this", - "start": 30521, - "end": 30525, + "start": 31039, + "end": 31043, "loc": { "start": { - "line": 773, + "line": 780, "column": 12 }, "end": { - "line": 773, + "line": 780, "column": 16 } } @@ -336850,15 +339722,15 @@ "binop": null, "updateContext": null }, - "start": 30525, - "end": 30526, + "start": 31043, + "end": 31044, "loc": { "start": { - "line": 773, + "line": 780, "column": 16 }, "end": { - "line": 773, + "line": 780, "column": 17 } } @@ -336876,15 +339748,15 @@ "binop": null }, "value": "mediaElement", - "start": 30526, - "end": 30538, + "start": 31044, + "end": 31056, "loc": { "start": { - "line": 773, + "line": 780, "column": 17 }, "end": { - "line": 773, + "line": 780, "column": 29 } } @@ -336902,15 +339774,15 @@ "binop": null, "updateContext": null }, - "start": 30538, - "end": 30539, + "start": 31056, + "end": 31057, "loc": { "start": { - "line": 773, + "line": 780, "column": 29 }, "end": { - "line": 773, + "line": 780, "column": 30 } } @@ -336928,15 +339800,15 @@ "binop": null }, "value": "muted", - "start": 30539, - "end": 30544, + "start": 31057, + "end": 31062, "loc": { "start": { - "line": 773, + "line": 780, "column": 30 }, "end": { - "line": 773, + "line": 780, "column": 35 } } @@ -336955,15 +339827,15 @@ "updateContext": null }, "value": "=", - "start": 30545, - "end": 30546, + "start": 31063, + "end": 31064, "loc": { "start": { - "line": 773, + "line": 780, "column": 36 }, "end": { - "line": 773, + "line": 780, "column": 37 } } @@ -336983,15 +339855,15 @@ "updateContext": null }, "value": "true", - "start": 30547, - "end": 30551, + "start": 31065, + "end": 31069, "loc": { "start": { - "line": 773, + "line": 780, "column": 38 }, "end": { - "line": 773, + "line": 780, "column": 42 } } @@ -337009,15 +339881,15 @@ "binop": null, "updateContext": null }, - "start": 30551, - "end": 30552, + "start": 31069, + "end": 31070, "loc": { "start": { - "line": 773, + "line": 780, "column": 42 }, "end": { - "line": 773, + "line": 780, "column": 43 } } @@ -337025,15 +339897,15 @@ { "type": "CommentLine", "value": " hide the volume bar while it's muted", - "start": 30566, - "end": 30605, + "start": 31084, + "end": 31123, "loc": { "start": { - "line": 775, + "line": 782, "column": 12 }, "end": { - "line": 775, + "line": 782, "column": 51 } } @@ -337053,15 +339925,15 @@ "updateContext": null }, "value": "this", - "start": 30618, - "end": 30622, + "start": 31136, + "end": 31140, "loc": { "start": { - "line": 776, + "line": 783, "column": 12 }, "end": { - "line": 776, + "line": 783, "column": 16 } } @@ -337079,15 +339951,15 @@ "binop": null, "updateContext": null }, - "start": 30622, - "end": 30623, + "start": 31140, + "end": 31141, "loc": { "start": { - "line": 776, + "line": 783, "column": 16 }, "end": { - "line": 776, + "line": 783, "column": 17 } } @@ -337105,15 +339977,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 30623, - "end": 30643, + "start": 31141, + "end": 31161, "loc": { "start": { - "line": 776, + "line": 783, "column": 17 }, "end": { - "line": 776, + "line": 783, "column": 37 } } @@ -337130,15 +340002,15 @@ "postfix": false, "binop": null }, - "start": 30643, - "end": 30644, + "start": 31161, + "end": 31162, "loc": { "start": { - "line": 776, + "line": 783, "column": 37 }, "end": { - "line": 776, + "line": 783, "column": 38 } } @@ -337158,15 +340030,15 @@ "updateContext": null }, "value": "false", - "start": 30644, - "end": 30649, + "start": 31162, + "end": 31167, "loc": { "start": { - "line": 776, + "line": 783, "column": 38 }, "end": { - "line": 776, + "line": 783, "column": 43 } } @@ -337183,15 +340055,15 @@ "postfix": false, "binop": null }, - "start": 30649, - "end": 30650, + "start": 31167, + "end": 31168, "loc": { "start": { - "line": 776, + "line": 783, "column": 43 }, "end": { - "line": 776, + "line": 783, "column": 44 } } @@ -337209,15 +340081,15 @@ "binop": null, "updateContext": null }, - "start": 30650, - "end": 30651, + "start": 31168, + "end": 31169, "loc": { "start": { - "line": 776, + "line": 783, "column": 44 }, "end": { - "line": 776, + "line": 783, "column": 45 } } @@ -337225,15 +340097,15 @@ { "type": "CommentLine", "value": " picture-in-picture", - "start": 30665, - "end": 30686, + "start": 31183, + "end": 31204, "loc": { "start": { - "line": 778, + "line": 785, "column": 12 }, "end": { - "line": 778, + "line": 785, "column": 33 } } @@ -337253,15 +340125,15 @@ "updateContext": null }, "value": "if", - "start": 30699, - "end": 30701, + "start": 31217, + "end": 31219, "loc": { "start": { - "line": 779, + "line": 786, "column": 12 }, "end": { - "line": 779, + "line": 786, "column": 14 } } @@ -337278,15 +340150,15 @@ "postfix": false, "binop": null }, - "start": 30702, - "end": 30703, + "start": 31220, + "end": 31221, "loc": { "start": { - "line": 779, + "line": 786, "column": 15 }, "end": { - "line": 779, + "line": 786, "column": 16 } } @@ -337306,15 +340178,15 @@ "updateContext": null }, "value": "this", - "start": 30703, - "end": 30707, + "start": 31221, + "end": 31225, "loc": { "start": { - "line": 779, + "line": 786, "column": 16 }, "end": { - "line": 779, + "line": 786, "column": 20 } } @@ -337332,15 +340204,15 @@ "binop": null, "updateContext": null }, - "start": 30707, - "end": 30708, + "start": 31225, + "end": 31226, "loc": { "start": { - "line": 779, + "line": 786, "column": 20 }, "end": { - "line": 779, + "line": 786, "column": 21 } } @@ -337358,15 +340230,15 @@ "binop": null }, "value": "pictureInPicture", - "start": 30708, - "end": 30724, + "start": 31226, + "end": 31242, "loc": { "start": { - "line": 779, + "line": 786, "column": 21 }, "end": { - "line": 779, + "line": 786, "column": 37 } } @@ -337385,15 +340257,15 @@ "updateContext": null }, "value": "===", - "start": 30725, - "end": 30728, + "start": 31243, + "end": 31246, "loc": { "start": { - "line": 779, + "line": 786, "column": 38 }, "end": { - "line": 779, + "line": 786, "column": 41 } } @@ -337413,15 +340285,15 @@ "updateContext": null }, "value": "true", - "start": 30729, - "end": 30733, + "start": 31247, + "end": 31251, "loc": { "start": { - "line": 779, + "line": 786, "column": 42 }, "end": { - "line": 779, + "line": 786, "column": 46 } } @@ -337438,15 +340310,15 @@ "postfix": false, "binop": null }, - "start": 30733, - "end": 30734, + "start": 31251, + "end": 31252, "loc": { "start": { - "line": 779, + "line": 786, "column": 46 }, "end": { - "line": 779, + "line": 786, "column": 47 } } @@ -337463,15 +340335,15 @@ "postfix": false, "binop": null }, - "start": 30735, - "end": 30736, + "start": 31253, + "end": 31254, "loc": { "start": { - "line": 779, + "line": 786, "column": 48 }, "end": { - "line": 779, + "line": 786, "column": 49 } } @@ -337479,15 +340351,15 @@ { "type": "CommentLine", "value": " show button", - "start": 30753, - "end": 30767, + "start": 31271, + "end": 31285, "loc": { "start": { - "line": 780, + "line": 787, "column": 16 }, "end": { - "line": 780, + "line": 787, "column": 30 } } @@ -337507,15 +340379,15 @@ "updateContext": null }, "value": "this", - "start": 30784, - "end": 30788, + "start": 31302, + "end": 31306, "loc": { "start": { - "line": 781, + "line": 788, "column": 16 }, "end": { - "line": 781, + "line": 788, "column": 20 } } @@ -337533,15 +340405,15 @@ "binop": null, "updateContext": null }, - "start": 30788, - "end": 30789, + "start": 31306, + "end": 31307, "loc": { "start": { - "line": 781, + "line": 788, "column": 20 }, "end": { - "line": 781, + "line": 788, "column": 21 } } @@ -337559,15 +340431,15 @@ "binop": null }, "value": "player", - "start": 30789, - "end": 30795, + "start": 31307, + "end": 31313, "loc": { "start": { - "line": 781, + "line": 788, "column": 21 }, "end": { - "line": 781, + "line": 788, "column": 27 } } @@ -337585,15 +340457,15 @@ "binop": null, "updateContext": null }, - "start": 30795, - "end": 30796, + "start": 31313, + "end": 31314, "loc": { "start": { - "line": 781, + "line": 788, "column": 27 }, "end": { - "line": 781, + "line": 788, "column": 28 } } @@ -337611,15 +340483,15 @@ "binop": null }, "value": "pipToggle", - "start": 30796, - "end": 30805, + "start": 31314, + "end": 31323, "loc": { "start": { - "line": 781, + "line": 788, "column": 28 }, "end": { - "line": 781, + "line": 788, "column": 37 } } @@ -337637,15 +340509,15 @@ "binop": null, "updateContext": null }, - "start": 30805, - "end": 30806, + "start": 31323, + "end": 31324, "loc": { "start": { - "line": 781, + "line": 788, "column": 37 }, "end": { - "line": 781, + "line": 788, "column": 38 } } @@ -337663,15 +340535,15 @@ "binop": null }, "value": "show", - "start": 30806, - "end": 30810, + "start": 31324, + "end": 31328, "loc": { "start": { - "line": 781, + "line": 788, "column": 38 }, "end": { - "line": 781, + "line": 788, "column": 42 } } @@ -337688,15 +340560,15 @@ "postfix": false, "binop": null }, - "start": 30810, - "end": 30811, + "start": 31328, + "end": 31329, "loc": { "start": { - "line": 781, + "line": 788, "column": 42 }, "end": { - "line": 781, + "line": 788, "column": 43 } } @@ -337713,15 +340585,15 @@ "postfix": false, "binop": null }, - "start": 30811, - "end": 30812, + "start": 31329, + "end": 31330, "loc": { "start": { - "line": 781, + "line": 788, "column": 43 }, "end": { - "line": 781, + "line": 788, "column": 44 } } @@ -337739,15 +340611,15 @@ "binop": null, "updateContext": null }, - "start": 30812, - "end": 30813, + "start": 31330, + "end": 31331, "loc": { "start": { - "line": 781, + "line": 788, "column": 44 }, "end": { - "line": 781, + "line": 788, "column": 45 } } @@ -337755,15 +340627,15 @@ { "type": "CommentLine", "value": " listen to and forward Picture-in-Picture events", - "start": 30831, - "end": 30881, + "start": 31349, + "end": 31399, "loc": { "start": { - "line": 783, + "line": 790, "column": 16 }, "end": { - "line": 783, + "line": 790, "column": 66 } } @@ -337783,15 +340655,15 @@ "updateContext": null }, "value": "this", - "start": 30898, - "end": 30902, + "start": 31416, + "end": 31420, "loc": { "start": { - "line": 784, + "line": 791, "column": 16 }, "end": { - "line": 784, + "line": 791, "column": 20 } } @@ -337809,15 +340681,15 @@ "binop": null, "updateContext": null }, - "start": 30902, - "end": 30903, + "start": 31420, + "end": 31421, "loc": { "start": { - "line": 784, + "line": 791, "column": 20 }, "end": { - "line": 784, + "line": 791, "column": 21 } } @@ -337835,15 +340707,15 @@ "binop": null }, "value": "mediaElement", - "start": 30903, - "end": 30915, + "start": 31421, + "end": 31433, "loc": { "start": { - "line": 784, + "line": 791, "column": 21 }, "end": { - "line": 784, + "line": 791, "column": 33 } } @@ -337861,15 +340733,15 @@ "binop": null, "updateContext": null }, - "start": 30915, - "end": 30916, + "start": 31433, + "end": 31434, "loc": { "start": { - "line": 784, + "line": 791, "column": 33 }, "end": { - "line": 784, + "line": 791, "column": 34 } } @@ -337887,15 +340759,15 @@ "binop": null }, "value": "removeEventListener", - "start": 30916, - "end": 30935, + "start": 31434, + "end": 31453, "loc": { "start": { - "line": 784, + "line": 791, "column": 34 }, "end": { - "line": 784, + "line": 791, "column": 53 } } @@ -337912,15 +340784,15 @@ "postfix": false, "binop": null }, - "start": 30935, - "end": 30936, + "start": 31453, + "end": 31454, "loc": { "start": { - "line": 784, + "line": 791, "column": 53 }, "end": { - "line": 784, + "line": 791, "column": 54 } } @@ -337938,15 +340810,15 @@ "binop": null }, "value": "Event", - "start": 30936, - "end": 30941, + "start": 31454, + "end": 31459, "loc": { "start": { - "line": 784, + "line": 791, "column": 54 }, "end": { - "line": 784, + "line": 791, "column": 59 } } @@ -337964,15 +340836,15 @@ "binop": null, "updateContext": null }, - "start": 30941, - "end": 30942, + "start": 31459, + "end": 31460, "loc": { "start": { - "line": 784, + "line": 791, "column": 59 }, "end": { - "line": 784, + "line": 791, "column": 60 } } @@ -337990,15 +340862,15 @@ "binop": null }, "value": "ENTERPICTUREINPICTURE", - "start": 30942, - "end": 30963, + "start": 31460, + "end": 31481, "loc": { "start": { - "line": 784, + "line": 791, "column": 60 }, "end": { - "line": 784, + "line": 791, "column": 81 } } @@ -338016,15 +340888,15 @@ "binop": null, "updateContext": null }, - "start": 30963, - "end": 30964, + "start": 31481, + "end": 31482, "loc": { "start": { - "line": 784, + "line": 791, "column": 81 }, "end": { - "line": 784, + "line": 791, "column": 82 } } @@ -338044,15 +340916,15 @@ "updateContext": null }, "value": "this", - "start": 30985, - "end": 30989, + "start": 31503, + "end": 31507, "loc": { "start": { - "line": 785, + "line": 792, "column": 20 }, "end": { - "line": 785, + "line": 792, "column": 24 } } @@ -338070,15 +340942,15 @@ "binop": null, "updateContext": null }, - "start": 30989, - "end": 30990, + "start": 31507, + "end": 31508, "loc": { "start": { - "line": 785, + "line": 792, "column": 24 }, "end": { - "line": 785, + "line": 792, "column": 25 } } @@ -338096,15 +340968,15 @@ "binop": null }, "value": "onEnterPiPHandler", - "start": 30990, - "end": 31007, + "start": 31508, + "end": 31525, "loc": { "start": { - "line": 785, + "line": 792, "column": 25 }, "end": { - "line": 785, + "line": 792, "column": 42 } } @@ -338121,15 +340993,15 @@ "postfix": false, "binop": null }, - "start": 31007, - "end": 31008, + "start": 31525, + "end": 31526, "loc": { "start": { - "line": 785, + "line": 792, "column": 42 }, "end": { - "line": 785, + "line": 792, "column": 43 } } @@ -338147,15 +341019,15 @@ "binop": null, "updateContext": null }, - "start": 31008, - "end": 31009, + "start": 31526, + "end": 31527, "loc": { "start": { - "line": 785, + "line": 792, "column": 43 }, "end": { - "line": 785, + "line": 792, "column": 44 } } @@ -338175,15 +341047,15 @@ "updateContext": null }, "value": "this", - "start": 31026, - "end": 31030, + "start": 31544, + "end": 31548, "loc": { "start": { - "line": 786, + "line": 793, "column": 16 }, "end": { - "line": 786, + "line": 793, "column": 20 } } @@ -338201,15 +341073,15 @@ "binop": null, "updateContext": null }, - "start": 31030, - "end": 31031, + "start": 31548, + "end": 31549, "loc": { "start": { - "line": 786, + "line": 793, "column": 20 }, "end": { - "line": 786, + "line": 793, "column": 21 } } @@ -338227,15 +341099,15 @@ "binop": null }, "value": "mediaElement", - "start": 31031, - "end": 31043, + "start": 31549, + "end": 31561, "loc": { "start": { - "line": 786, + "line": 793, "column": 21 }, "end": { - "line": 786, + "line": 793, "column": 33 } } @@ -338253,15 +341125,15 @@ "binop": null, "updateContext": null }, - "start": 31043, - "end": 31044, + "start": 31561, + "end": 31562, "loc": { "start": { - "line": 786, + "line": 793, "column": 33 }, "end": { - "line": 786, + "line": 793, "column": 34 } } @@ -338279,15 +341151,15 @@ "binop": null }, "value": "removeEventListener", - "start": 31044, - "end": 31063, + "start": 31562, + "end": 31581, "loc": { "start": { - "line": 786, + "line": 793, "column": 34 }, "end": { - "line": 786, + "line": 793, "column": 53 } } @@ -338304,15 +341176,15 @@ "postfix": false, "binop": null }, - "start": 31063, - "end": 31064, + "start": 31581, + "end": 31582, "loc": { "start": { - "line": 786, + "line": 793, "column": 53 }, "end": { - "line": 786, + "line": 793, "column": 54 } } @@ -338330,15 +341202,15 @@ "binop": null }, "value": "Event", - "start": 31064, - "end": 31069, + "start": 31582, + "end": 31587, "loc": { "start": { - "line": 786, + "line": 793, "column": 54 }, "end": { - "line": 786, + "line": 793, "column": 59 } } @@ -338356,15 +341228,15 @@ "binop": null, "updateContext": null }, - "start": 31069, - "end": 31070, + "start": 31587, + "end": 31588, "loc": { "start": { - "line": 786, + "line": 793, "column": 59 }, "end": { - "line": 786, + "line": 793, "column": 60 } } @@ -338382,15 +341254,15 @@ "binop": null }, "value": "LEAVEPICTUREINPICTURE", - "start": 31070, - "end": 31091, + "start": 31588, + "end": 31609, "loc": { "start": { - "line": 786, + "line": 793, "column": 60 }, "end": { - "line": 786, + "line": 793, "column": 81 } } @@ -338408,15 +341280,15 @@ "binop": null, "updateContext": null }, - "start": 31091, - "end": 31092, + "start": 31609, + "end": 31610, "loc": { "start": { - "line": 786, + "line": 793, "column": 81 }, "end": { - "line": 786, + "line": 793, "column": 82 } } @@ -338436,15 +341308,15 @@ "updateContext": null }, "value": "this", - "start": 31113, - "end": 31117, + "start": 31631, + "end": 31635, "loc": { "start": { - "line": 787, + "line": 794, "column": 20 }, "end": { - "line": 787, + "line": 794, "column": 24 } } @@ -338462,15 +341334,15 @@ "binop": null, "updateContext": null }, - "start": 31117, - "end": 31118, + "start": 31635, + "end": 31636, "loc": { "start": { - "line": 787, + "line": 794, "column": 24 }, "end": { - "line": 787, + "line": 794, "column": 25 } } @@ -338488,15 +341360,15 @@ "binop": null }, "value": "onLeavePiPHandler", - "start": 31118, - "end": 31135, + "start": 31636, + "end": 31653, "loc": { "start": { - "line": 787, + "line": 794, "column": 25 }, "end": { - "line": 787, + "line": 794, "column": 42 } } @@ -338513,15 +341385,15 @@ "postfix": false, "binop": null }, - "start": 31135, - "end": 31136, + "start": 31653, + "end": 31654, "loc": { "start": { - "line": 787, + "line": 794, "column": 42 }, "end": { - "line": 787, + "line": 794, "column": 43 } } @@ -338539,15 +341411,15 @@ "binop": null, "updateContext": null }, - "start": 31136, - "end": 31137, + "start": 31654, + "end": 31655, "loc": { "start": { - "line": 787, + "line": 794, "column": 43 }, "end": { - "line": 787, + "line": 794, "column": 44 } } @@ -338567,15 +341439,15 @@ "updateContext": null }, "value": "this", - "start": 31154, - "end": 31158, + "start": 31672, + "end": 31676, "loc": { "start": { - "line": 788, + "line": 795, "column": 16 }, "end": { - "line": 788, + "line": 795, "column": 20 } } @@ -338593,15 +341465,15 @@ "binop": null, "updateContext": null }, - "start": 31158, - "end": 31159, + "start": 31676, + "end": 31677, "loc": { "start": { - "line": 788, + "line": 795, "column": 20 }, "end": { - "line": 788, + "line": 795, "column": 21 } } @@ -338619,15 +341491,15 @@ "binop": null }, "value": "mediaElement", - "start": 31159, - "end": 31171, + "start": 31677, + "end": 31689, "loc": { "start": { - "line": 788, + "line": 795, "column": 21 }, "end": { - "line": 788, + "line": 795, "column": 33 } } @@ -338645,15 +341517,15 @@ "binop": null, "updateContext": null }, - "start": 31171, - "end": 31172, + "start": 31689, + "end": 31690, "loc": { "start": { - "line": 788, + "line": 795, "column": 33 }, "end": { - "line": 788, + "line": 795, "column": 34 } } @@ -338671,15 +341543,15 @@ "binop": null }, "value": "addEventListener", - "start": 31172, - "end": 31188, + "start": 31690, + "end": 31706, "loc": { "start": { - "line": 788, + "line": 795, "column": 34 }, "end": { - "line": 788, + "line": 795, "column": 50 } } @@ -338696,15 +341568,15 @@ "postfix": false, "binop": null }, - "start": 31188, - "end": 31189, + "start": 31706, + "end": 31707, "loc": { "start": { - "line": 788, + "line": 795, "column": 50 }, "end": { - "line": 788, + "line": 795, "column": 51 } } @@ -338722,15 +341594,15 @@ "binop": null }, "value": "Event", - "start": 31189, - "end": 31194, + "start": 31707, + "end": 31712, "loc": { "start": { - "line": 788, + "line": 795, "column": 51 }, "end": { - "line": 788, + "line": 795, "column": 56 } } @@ -338748,15 +341620,15 @@ "binop": null, "updateContext": null }, - "start": 31194, - "end": 31195, + "start": 31712, + "end": 31713, "loc": { "start": { - "line": 788, + "line": 795, "column": 56 }, "end": { - "line": 788, + "line": 795, "column": 57 } } @@ -338774,15 +341646,15 @@ "binop": null }, "value": "ENTERPICTUREINPICTURE", - "start": 31195, - "end": 31216, + "start": 31713, + "end": 31734, "loc": { "start": { - "line": 788, + "line": 795, "column": 57 }, "end": { - "line": 788, + "line": 795, "column": 78 } } @@ -338800,15 +341672,15 @@ "binop": null, "updateContext": null }, - "start": 31216, - "end": 31217, + "start": 31734, + "end": 31735, "loc": { "start": { - "line": 788, + "line": 795, "column": 78 }, "end": { - "line": 788, + "line": 795, "column": 79 } } @@ -338828,15 +341700,15 @@ "updateContext": null }, "value": "this", - "start": 31238, - "end": 31242, + "start": 31756, + "end": 31760, "loc": { "start": { - "line": 789, + "line": 796, "column": 20 }, "end": { - "line": 789, + "line": 796, "column": 24 } } @@ -338854,15 +341726,15 @@ "binop": null, "updateContext": null }, - "start": 31242, - "end": 31243, + "start": 31760, + "end": 31761, "loc": { "start": { - "line": 789, + "line": 796, "column": 24 }, "end": { - "line": 789, + "line": 796, "column": 25 } } @@ -338880,15 +341752,15 @@ "binop": null }, "value": "onEnterPiPHandler", - "start": 31243, - "end": 31260, + "start": 31761, + "end": 31778, "loc": { "start": { - "line": 789, + "line": 796, "column": 25 }, "end": { - "line": 789, + "line": 796, "column": 42 } } @@ -338905,15 +341777,15 @@ "postfix": false, "binop": null }, - "start": 31260, - "end": 31261, + "start": 31778, + "end": 31779, "loc": { "start": { - "line": 789, + "line": 796, "column": 42 }, "end": { - "line": 789, + "line": 796, "column": 43 } } @@ -338931,15 +341803,15 @@ "binop": null, "updateContext": null }, - "start": 31261, - "end": 31262, + "start": 31779, + "end": 31780, "loc": { "start": { - "line": 789, + "line": 796, "column": 43 }, "end": { - "line": 789, + "line": 796, "column": 44 } } @@ -338959,15 +341831,15 @@ "updateContext": null }, "value": "this", - "start": 31279, - "end": 31283, + "start": 31797, + "end": 31801, "loc": { "start": { - "line": 790, + "line": 797, "column": 16 }, "end": { - "line": 790, + "line": 797, "column": 20 } } @@ -338985,15 +341857,15 @@ "binop": null, "updateContext": null }, - "start": 31283, - "end": 31284, + "start": 31801, + "end": 31802, "loc": { "start": { - "line": 790, + "line": 797, "column": 20 }, "end": { - "line": 790, + "line": 797, "column": 21 } } @@ -339011,15 +341883,15 @@ "binop": null }, "value": "mediaElement", - "start": 31284, - "end": 31296, + "start": 31802, + "end": 31814, "loc": { "start": { - "line": 790, + "line": 797, "column": 21 }, "end": { - "line": 790, + "line": 797, "column": 33 } } @@ -339037,15 +341909,15 @@ "binop": null, "updateContext": null }, - "start": 31296, - "end": 31297, + "start": 31814, + "end": 31815, "loc": { "start": { - "line": 790, + "line": 797, "column": 33 }, "end": { - "line": 790, + "line": 797, "column": 34 } } @@ -339063,15 +341935,15 @@ "binop": null }, "value": "addEventListener", - "start": 31297, - "end": 31313, + "start": 31815, + "end": 31831, "loc": { "start": { - "line": 790, + "line": 797, "column": 34 }, "end": { - "line": 790, + "line": 797, "column": 50 } } @@ -339088,15 +341960,15 @@ "postfix": false, "binop": null }, - "start": 31313, - "end": 31314, + "start": 31831, + "end": 31832, "loc": { "start": { - "line": 790, + "line": 797, "column": 50 }, "end": { - "line": 790, + "line": 797, "column": 51 } } @@ -339114,15 +341986,15 @@ "binop": null }, "value": "Event", - "start": 31314, - "end": 31319, + "start": 31832, + "end": 31837, "loc": { "start": { - "line": 790, + "line": 797, "column": 51 }, "end": { - "line": 790, + "line": 797, "column": 56 } } @@ -339140,15 +342012,15 @@ "binop": null, "updateContext": null }, - "start": 31319, - "end": 31320, + "start": 31837, + "end": 31838, "loc": { "start": { - "line": 790, + "line": 797, "column": 56 }, "end": { - "line": 790, + "line": 797, "column": 57 } } @@ -339166,15 +342038,15 @@ "binop": null }, "value": "LEAVEPICTUREINPICTURE", - "start": 31320, - "end": 31341, + "start": 31838, + "end": 31859, "loc": { "start": { - "line": 790, + "line": 797, "column": 57 }, "end": { - "line": 790, + "line": 797, "column": 78 } } @@ -339192,15 +342064,15 @@ "binop": null, "updateContext": null }, - "start": 31341, - "end": 31342, + "start": 31859, + "end": 31860, "loc": { "start": { - "line": 790, + "line": 797, "column": 78 }, "end": { - "line": 790, + "line": 797, "column": 79 } } @@ -339220,15 +342092,15 @@ "updateContext": null }, "value": "this", - "start": 31363, - "end": 31367, + "start": 31881, + "end": 31885, "loc": { "start": { - "line": 791, + "line": 798, "column": 20 }, "end": { - "line": 791, + "line": 798, "column": 24 } } @@ -339246,15 +342118,15 @@ "binop": null, "updateContext": null }, - "start": 31367, - "end": 31368, + "start": 31885, + "end": 31886, "loc": { "start": { - "line": 791, + "line": 798, "column": 24 }, "end": { - "line": 791, + "line": 798, "column": 25 } } @@ -339272,15 +342144,15 @@ "binop": null }, "value": "onLeavePiPHandler", - "start": 31368, - "end": 31385, + "start": 31886, + "end": 31903, "loc": { "start": { - "line": 791, + "line": 798, "column": 25 }, "end": { - "line": 791, + "line": 798, "column": 42 } } @@ -339297,15 +342169,15 @@ "postfix": false, "binop": null }, - "start": 31385, - "end": 31386, + "start": 31903, + "end": 31904, "loc": { "start": { - "line": 791, + "line": 798, "column": 42 }, "end": { - "line": 791, + "line": 798, "column": 43 } } @@ -339323,15 +342195,15 @@ "binop": null, "updateContext": null }, - "start": 31386, - "end": 31387, + "start": 31904, + "end": 31905, "loc": { "start": { - "line": 791, + "line": 798, "column": 43 }, "end": { - "line": 791, + "line": 798, "column": 44 } } @@ -339348,15 +342220,15 @@ "postfix": false, "binop": null }, - "start": 31400, - "end": 31401, + "start": 31918, + "end": 31919, "loc": { "start": { - "line": 792, + "line": 799, "column": 12 }, "end": { - "line": 792, + "line": 799, "column": 13 } } @@ -339364,15 +342236,15 @@ { "type": "CommentLine", "value": " load stream", - "start": 31414, - "end": 31428, + "start": 31932, + "end": 31946, "loc": { "start": { - "line": 793, + "line": 800, "column": 12 }, "end": { - "line": 793, + "line": 800, "column": 26 } } @@ -339392,15 +342264,15 @@ "updateContext": null }, "value": "this", - "start": 31441, - "end": 31445, + "start": 31959, + "end": 31963, "loc": { "start": { - "line": 794, + "line": 801, "column": 12 }, "end": { - "line": 794, + "line": 801, "column": 16 } } @@ -339418,15 +342290,15 @@ "binop": null, "updateContext": null }, - "start": 31445, - "end": 31446, + "start": 31963, + "end": 31964, "loc": { "start": { - "line": 794, + "line": 801, "column": 16 }, "end": { - "line": 794, + "line": 801, "column": 17 } } @@ -339444,15 +342316,15 @@ "binop": null }, "value": "load", - "start": 31446, - "end": 31450, + "start": 31964, + "end": 31968, "loc": { "start": { - "line": 794, + "line": 801, "column": 17 }, "end": { - "line": 794, + "line": 801, "column": 21 } } @@ -339469,15 +342341,15 @@ "postfix": false, "binop": null }, - "start": 31450, - "end": 31451, + "start": 31968, + "end": 31969, "loc": { "start": { - "line": 794, + "line": 801, "column": 21 }, "end": { - "line": 794, + "line": 801, "column": 22 } } @@ -339497,15 +342369,15 @@ "updateContext": null }, "value": "this", - "start": 31451, - "end": 31455, + "start": 31969, + "end": 31973, "loc": { "start": { - "line": 794, + "line": 801, "column": 22 }, "end": { - "line": 794, + "line": 801, "column": 26 } } @@ -339523,15 +342395,15 @@ "binop": null, "updateContext": null }, - "start": 31455, - "end": 31456, + "start": 31973, + "end": 31974, "loc": { "start": { - "line": 794, + "line": 801, "column": 26 }, "end": { - "line": 794, + "line": 801, "column": 27 } } @@ -339549,15 +342421,15 @@ "binop": null }, "value": "stream", - "start": 31456, - "end": 31462, + "start": 31974, + "end": 31980, "loc": { "start": { - "line": 794, + "line": 801, "column": 27 }, "end": { - "line": 794, + "line": 801, "column": 33 } } @@ -339574,15 +342446,15 @@ "postfix": false, "binop": null }, - "start": 31462, - "end": 31463, + "start": 31980, + "end": 31981, "loc": { "start": { - "line": 794, + "line": 801, "column": 33 }, "end": { - "line": 794, + "line": 801, "column": 34 } } @@ -339600,15 +342472,15 @@ "binop": null, "updateContext": null }, - "start": 31463, - "end": 31464, + "start": 31981, + "end": 31982, "loc": { "start": { - "line": 794, + "line": 801, "column": 34 }, "end": { - "line": 794, + "line": 801, "column": 35 } } @@ -339616,15 +342488,15 @@ { "type": "CommentLine", "value": " stream loading is async, so we wait until it's ready to play", - "start": 31478, - "end": 31541, + "start": 31996, + "end": 32059, "loc": { "start": { - "line": 796, + "line": 803, "column": 12 }, "end": { - "line": 796, + "line": 803, "column": 75 } } @@ -339632,15 +342504,15 @@ { "type": "CommentLine", "value": " the stream", - "start": 31554, - "end": 31567, + "start": 32072, + "end": 32085, "loc": { "start": { - "line": 797, + "line": 804, "column": 12 }, "end": { - "line": 797, + "line": 804, "column": 25 } } @@ -339660,15 +342532,15 @@ "updateContext": null }, "value": "this", - "start": 31580, - "end": 31584, + "start": 32098, + "end": 32102, "loc": { "start": { - "line": 798, + "line": 805, "column": 12 }, "end": { - "line": 798, + "line": 805, "column": 16 } } @@ -339686,15 +342558,15 @@ "binop": null, "updateContext": null }, - "start": 31584, - "end": 31585, + "start": 32102, + "end": 32103, "loc": { "start": { - "line": 798, + "line": 805, "column": 16 }, "end": { - "line": 798, + "line": 805, "column": 17 } } @@ -339712,15 +342584,15 @@ "binop": null }, "value": "player", - "start": 31585, - "end": 31591, + "start": 32103, + "end": 32109, "loc": { "start": { - "line": 798, + "line": 805, "column": 17 }, "end": { - "line": 798, + "line": 805, "column": 23 } } @@ -339738,15 +342610,15 @@ "binop": null, "updateContext": null }, - "start": 31591, - "end": 31592, + "start": 32109, + "end": 32110, "loc": { "start": { - "line": 798, + "line": 805, "column": 23 }, "end": { - "line": 798, + "line": 805, "column": 24 } } @@ -339764,15 +342636,15 @@ "binop": null }, "value": "one", - "start": 31592, - "end": 31595, + "start": 32110, + "end": 32113, "loc": { "start": { - "line": 798, + "line": 805, "column": 24 }, "end": { - "line": 798, + "line": 805, "column": 27 } } @@ -339789,15 +342661,15 @@ "postfix": false, "binop": null }, - "start": 31595, - "end": 31596, + "start": 32113, + "end": 32114, "loc": { "start": { - "line": 798, + "line": 805, "column": 27 }, "end": { - "line": 798, + "line": 805, "column": 28 } } @@ -339815,15 +342687,15 @@ "binop": null }, "value": "Event", - "start": 31596, - "end": 31601, + "start": 32114, + "end": 32119, "loc": { "start": { - "line": 798, + "line": 805, "column": 28 }, "end": { - "line": 798, + "line": 805, "column": 33 } } @@ -339841,15 +342713,15 @@ "binop": null, "updateContext": null }, - "start": 31601, - "end": 31602, + "start": 32119, + "end": 32120, "loc": { "start": { - "line": 798, + "line": 805, "column": 33 }, "end": { - "line": 798, + "line": 805, "column": 34 } } @@ -339867,15 +342739,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 31602, - "end": 31616, + "start": 32120, + "end": 32134, "loc": { "start": { - "line": 798, + "line": 805, "column": 34 }, "end": { - "line": 798, + "line": 805, "column": 48 } } @@ -339893,15 +342765,15 @@ "binop": null, "updateContext": null }, - "start": 31616, - "end": 31617, + "start": 32134, + "end": 32135, "loc": { "start": { - "line": 798, + "line": 805, "column": 48 }, "end": { - "line": 798, + "line": 805, "column": 49 } } @@ -339918,15 +342790,15 @@ "postfix": false, "binop": null }, - "start": 31618, - "end": 31619, + "start": 32136, + "end": 32137, "loc": { "start": { - "line": 798, + "line": 805, "column": 50 }, "end": { - "line": 798, + "line": 805, "column": 51 } } @@ -339943,15 +342815,15 @@ "postfix": false, "binop": null }, - "start": 31619, - "end": 31620, + "start": 32137, + "end": 32138, "loc": { "start": { - "line": 798, + "line": 805, "column": 51 }, "end": { - "line": 798, + "line": 805, "column": 52 } } @@ -339969,15 +342841,15 @@ "binop": null, "updateContext": null }, - "start": 31621, - "end": 31623, + "start": 32139, + "end": 32141, "loc": { "start": { - "line": 798, + "line": 805, "column": 53 }, "end": { - "line": 798, + "line": 805, "column": 55 } } @@ -339994,15 +342866,15 @@ "postfix": false, "binop": null }, - "start": 31624, - "end": 31625, + "start": 32142, + "end": 32143, "loc": { "start": { - "line": 798, + "line": 805, "column": 56 }, "end": { - "line": 798, + "line": 805, "column": 57 } } @@ -340010,15 +342882,15 @@ { "type": "CommentLine", "value": " start stream", - "start": 31642, - "end": 31657, + "start": 32160, + "end": 32175, "loc": { "start": { - "line": 799, + "line": 806, "column": 16 }, "end": { - "line": 799, + "line": 806, "column": 31 } } @@ -340038,15 +342910,15 @@ "updateContext": null }, "value": "this", - "start": 31674, - "end": 31678, + "start": 32192, + "end": 32196, "loc": { "start": { - "line": 800, + "line": 807, "column": 16 }, "end": { - "line": 800, + "line": 807, "column": 20 } } @@ -340064,15 +342936,15 @@ "binop": null, "updateContext": null }, - "start": 31678, - "end": 31679, + "start": 32196, + "end": 32197, "loc": { "start": { - "line": 800, + "line": 807, "column": 20 }, "end": { - "line": 800, + "line": 807, "column": 21 } } @@ -340090,15 +342962,15 @@ "binop": null }, "value": "mediaElement", - "start": 31679, - "end": 31691, + "start": 32197, + "end": 32209, "loc": { "start": { - "line": 800, + "line": 807, "column": 21 }, "end": { - "line": 800, + "line": 807, "column": 33 } } @@ -340116,15 +342988,15 @@ "binop": null, "updateContext": null }, - "start": 31691, - "end": 31692, + "start": 32209, + "end": 32210, "loc": { "start": { - "line": 800, + "line": 807, "column": 33 }, "end": { - "line": 800, + "line": 807, "column": 34 } } @@ -340142,15 +343014,15 @@ "binop": null }, "value": "play", - "start": 31692, - "end": 31696, + "start": 32210, + "end": 32214, "loc": { "start": { - "line": 800, + "line": 807, "column": 34 }, "end": { - "line": 800, + "line": 807, "column": 38 } } @@ -340167,15 +343039,15 @@ "postfix": false, "binop": null }, - "start": 31696, - "end": 31697, + "start": 32214, + "end": 32215, "loc": { "start": { - "line": 800, + "line": 807, "column": 38 }, "end": { - "line": 800, + "line": 807, "column": 39 } } @@ -340192,15 +343064,15 @@ "postfix": false, "binop": null }, - "start": 31697, - "end": 31698, + "start": 32215, + "end": 32216, "loc": { "start": { - "line": 800, + "line": 807, "column": 39 }, "end": { - "line": 800, + "line": 807, "column": 40 } } @@ -340218,15 +343090,15 @@ "binop": null, "updateContext": null }, - "start": 31698, - "end": 31699, + "start": 32216, + "end": 32217, "loc": { "start": { - "line": 800, + "line": 807, "column": 40 }, "end": { - "line": 800, + "line": 807, "column": 41 } } @@ -340234,15 +343106,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31717, - "end": 31740, + "start": 32235, + "end": 32258, "loc": { "start": { - "line": 802, + "line": 809, "column": 16 }, "end": { - "line": 802, + "line": 809, "column": 39 } } @@ -340262,15 +343134,15 @@ "updateContext": null }, "value": "this", - "start": 31757, - "end": 31761, + "start": 32275, + "end": 32279, "loc": { "start": { - "line": 803, + "line": 810, "column": 16 }, "end": { - "line": 803, + "line": 810, "column": 20 } } @@ -340288,15 +343160,15 @@ "binop": null, "updateContext": null }, - "start": 31761, - "end": 31762, + "start": 32279, + "end": 32280, "loc": { "start": { - "line": 803, + "line": 810, "column": 20 }, "end": { - "line": 803, + "line": 810, "column": 21 } } @@ -340314,15 +343186,15 @@ "binop": null }, "value": "player", - "start": 31762, - "end": 31768, + "start": 32280, + "end": 32286, "loc": { "start": { - "line": 803, + "line": 810, "column": 21 }, "end": { - "line": 803, + "line": 810, "column": 27 } } @@ -340340,15 +343212,15 @@ "binop": null, "updateContext": null }, - "start": 31768, - "end": 31769, + "start": 32286, + "end": 32287, "loc": { "start": { - "line": 803, + "line": 810, "column": 27 }, "end": { - "line": 803, + "line": 810, "column": 28 } } @@ -340366,15 +343238,15 @@ "binop": null }, "value": "trigger", - "start": 31769, - "end": 31776, + "start": 32287, + "end": 32294, "loc": { "start": { - "line": 803, + "line": 810, "column": 28 }, "end": { - "line": 803, + "line": 810, "column": 35 } } @@ -340391,15 +343263,15 @@ "postfix": false, "binop": null }, - "start": 31776, - "end": 31777, + "start": 32294, + "end": 32295, "loc": { "start": { - "line": 803, + "line": 810, "column": 35 }, "end": { - "line": 803, + "line": 810, "column": 36 } } @@ -340417,15 +343289,15 @@ "binop": null }, "value": "Event", - "start": 31777, - "end": 31782, + "start": 32295, + "end": 32300, "loc": { "start": { - "line": 803, + "line": 810, "column": 36 }, "end": { - "line": 803, + "line": 810, "column": 41 } } @@ -340443,15 +343315,15 @@ "binop": null, "updateContext": null }, - "start": 31782, - "end": 31783, + "start": 32300, + "end": 32301, "loc": { "start": { - "line": 803, + "line": 810, "column": 41 }, "end": { - "line": 803, + "line": 810, "column": 42 } } @@ -340469,15 +343341,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 31783, - "end": 31795, + "start": 32301, + "end": 32313, "loc": { "start": { - "line": 803, + "line": 810, "column": 42 }, "end": { - "line": 803, + "line": 810, "column": 54 } } @@ -340494,15 +343366,15 @@ "postfix": false, "binop": null }, - "start": 31795, - "end": 31796, + "start": 32313, + "end": 32314, "loc": { "start": { - "line": 803, + "line": 810, "column": 54 }, "end": { - "line": 803, + "line": 810, "column": 55 } } @@ -340520,15 +343392,15 @@ "binop": null, "updateContext": null }, - "start": 31796, - "end": 31797, + "start": 32314, + "end": 32315, "loc": { "start": { - "line": 803, + "line": 810, "column": 55 }, "end": { - "line": 803, + "line": 810, "column": 56 } } @@ -340545,15 +343417,15 @@ "postfix": false, "binop": null }, - "start": 31810, - "end": 31811, + "start": 32328, + "end": 32329, "loc": { "start": { - "line": 804, + "line": 811, "column": 12 }, "end": { - "line": 804, + "line": 811, "column": 13 } } @@ -340570,15 +343442,15 @@ "postfix": false, "binop": null }, - "start": 31811, - "end": 31812, + "start": 32329, + "end": 32330, "loc": { "start": { - "line": 804, + "line": 811, "column": 13 }, "end": { - "line": 804, + "line": 811, "column": 14 } } @@ -340596,15 +343468,15 @@ "binop": null, "updateContext": null }, - "start": 31812, - "end": 31813, + "start": 32330, + "end": 32331, "loc": { "start": { - "line": 804, + "line": 811, "column": 14 }, "end": { - "line": 804, + "line": 811, "column": 15 } } @@ -340621,15 +343493,15 @@ "postfix": false, "binop": null }, - "start": 31822, - "end": 31823, + "start": 32340, + "end": 32341, "loc": { "start": { - "line": 805, + "line": 812, "column": 8 }, "end": { - "line": 805, + "line": 812, "column": 9 } } @@ -340649,15 +343521,15 @@ "updateContext": null }, "value": "else", - "start": 31824, - "end": 31828, + "start": 32342, + "end": 32346, "loc": { "start": { - "line": 805, + "line": 812, "column": 10 }, "end": { - "line": 805, + "line": 812, "column": 14 } } @@ -340674,15 +343546,15 @@ "postfix": false, "binop": null }, - "start": 31829, - "end": 31830, + "start": 32347, + "end": 32348, "loc": { "start": { - "line": 805, + "line": 812, "column": 15 }, "end": { - "line": 805, + "line": 812, "column": 16 } } @@ -340690,15 +343562,15 @@ { "type": "CommentLine", "value": " forward to listeners", - "start": 31843, - "end": 31866, + "start": 32361, + "end": 32384, "loc": { "start": { - "line": 806, + "line": 813, "column": 12 }, "end": { - "line": 806, + "line": 813, "column": 35 } } @@ -340718,15 +343590,15 @@ "updateContext": null }, "value": "this", - "start": 31879, - "end": 31883, + "start": 32397, + "end": 32401, "loc": { "start": { - "line": 807, + "line": 814, "column": 12 }, "end": { - "line": 807, + "line": 814, "column": 16 } } @@ -340744,15 +343616,15 @@ "binop": null, "updateContext": null }, - "start": 31883, - "end": 31884, + "start": 32401, + "end": 32402, "loc": { "start": { - "line": 807, + "line": 814, "column": 16 }, "end": { - "line": 807, + "line": 814, "column": 17 } } @@ -340770,15 +343642,15 @@ "binop": null }, "value": "player", - "start": 31884, - "end": 31890, + "start": 32402, + "end": 32408, "loc": { "start": { - "line": 807, + "line": 814, "column": 17 }, "end": { - "line": 807, + "line": 814, "column": 23 } } @@ -340796,15 +343668,15 @@ "binop": null, "updateContext": null }, - "start": 31890, - "end": 31891, + "start": 32408, + "end": 32409, "loc": { "start": { - "line": 807, + "line": 814, "column": 23 }, "end": { - "line": 807, + "line": 814, "column": 24 } } @@ -340822,15 +343694,15 @@ "binop": null }, "value": "trigger", - "start": 31891, - "end": 31898, + "start": 32409, + "end": 32416, "loc": { "start": { - "line": 807, + "line": 814, "column": 24 }, "end": { - "line": 807, + "line": 814, "column": 31 } } @@ -340847,15 +343719,15 @@ "postfix": false, "binop": null }, - "start": 31898, - "end": 31899, + "start": 32416, + "end": 32417, "loc": { "start": { - "line": 807, + "line": 814, "column": 31 }, "end": { - "line": 807, + "line": 814, "column": 32 } } @@ -340873,15 +343745,15 @@ "binop": null }, "value": "Event", - "start": 31899, - "end": 31904, + "start": 32417, + "end": 32422, "loc": { "start": { - "line": 807, + "line": 814, "column": 32 }, "end": { - "line": 807, + "line": 814, "column": 37 } } @@ -340899,15 +343771,15 @@ "binop": null, "updateContext": null }, - "start": 31904, - "end": 31905, + "start": 32422, + "end": 32423, "loc": { "start": { - "line": 807, + "line": 814, "column": 37 }, "end": { - "line": 807, + "line": 814, "column": 38 } } @@ -340925,15 +343797,15 @@ "binop": null }, "value": "DEVICE_READY", - "start": 31905, - "end": 31917, + "start": 32423, + "end": 32435, "loc": { "start": { - "line": 807, + "line": 814, "column": 38 }, "end": { - "line": 807, + "line": 814, "column": 50 } } @@ -340950,15 +343822,15 @@ "postfix": false, "binop": null }, - "start": 31917, - "end": 31918, + "start": 32435, + "end": 32436, "loc": { "start": { - "line": 807, + "line": 814, "column": 50 }, "end": { - "line": 807, + "line": 814, "column": 51 } } @@ -340976,15 +343848,15 @@ "binop": null, "updateContext": null }, - "start": 31918, - "end": 31919, + "start": 32436, + "end": 32437, "loc": { "start": { - "line": 807, + "line": 814, "column": 51 }, "end": { - "line": 807, + "line": 814, "column": 52 } } @@ -341001,15 +343873,15 @@ "postfix": false, "binop": null }, - "start": 31928, - "end": 31929, + "start": 32446, + "end": 32447, "loc": { "start": { - "line": 808, + "line": 815, "column": 8 }, "end": { - "line": 808, + "line": 815, "column": 9 } } @@ -341026,15 +343898,15 @@ "postfix": false, "binop": null }, - "start": 31934, - "end": 31935, + "start": 32452, + "end": 32453, "loc": { "start": { - "line": 809, + "line": 816, "column": 4 }, "end": { - "line": 809, + "line": 816, "column": 5 } } @@ -341042,15 +343914,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n ", - "start": 31941, - "end": 32084, + "start": 32459, + "end": 32602, "loc": { "start": { - "line": 811, + "line": 818, "column": 4 }, "end": { - "line": 816, + "line": 823, "column": 7 } } @@ -341068,15 +343940,15 @@ "binop": null }, "value": "onDeviceError", - "start": 32089, - "end": 32102, + "start": 32607, + "end": 32620, "loc": { "start": { - "line": 817, + "line": 824, "column": 4 }, "end": { - "line": 817, + "line": 824, "column": 17 } } @@ -341093,15 +343965,15 @@ "postfix": false, "binop": null }, - "start": 32102, - "end": 32103, + "start": 32620, + "end": 32621, "loc": { "start": { - "line": 817, + "line": 824, "column": 17 }, "end": { - "line": 817, + "line": 824, "column": 18 } } @@ -341119,15 +343991,15 @@ "binop": null }, "value": "code", - "start": 32103, - "end": 32107, + "start": 32621, + "end": 32625, "loc": { "start": { - "line": 817, + "line": 824, "column": 18 }, "end": { - "line": 817, + "line": 824, "column": 22 } } @@ -341144,15 +344016,15 @@ "postfix": false, "binop": null }, - "start": 32107, - "end": 32108, + "start": 32625, + "end": 32626, "loc": { "start": { - "line": 817, + "line": 824, "column": 22 }, "end": { - "line": 817, + "line": 824, "column": 23 } } @@ -341169,15 +344041,15 @@ "postfix": false, "binop": null }, - "start": 32109, - "end": 32110, + "start": 32627, + "end": 32628, "loc": { "start": { - "line": 817, + "line": 824, "column": 24 }, "end": { - "line": 817, + "line": 824, "column": 25 } } @@ -341197,15 +344069,15 @@ "updateContext": null }, "value": "this", - "start": 32119, - "end": 32123, + "start": 32637, + "end": 32641, "loc": { "start": { - "line": 818, + "line": 825, "column": 8 }, "end": { - "line": 818, + "line": 825, "column": 12 } } @@ -341223,15 +344095,15 @@ "binop": null, "updateContext": null }, - "start": 32123, - "end": 32124, + "start": 32641, + "end": 32642, "loc": { "start": { - "line": 818, + "line": 825, "column": 12 }, "end": { - "line": 818, + "line": 825, "column": 13 } } @@ -341249,15 +344121,15 @@ "binop": null }, "value": "_deviceActive", - "start": 32124, - "end": 32137, + "start": 32642, + "end": 32655, "loc": { "start": { - "line": 818, + "line": 825, "column": 13 }, "end": { - "line": 818, + "line": 825, "column": 26 } } @@ -341276,15 +344148,15 @@ "updateContext": null }, "value": "=", - "start": 32138, - "end": 32139, + "start": 32656, + "end": 32657, "loc": { "start": { - "line": 818, + "line": 825, "column": 27 }, "end": { - "line": 818, + "line": 825, "column": 28 } } @@ -341304,15 +344176,15 @@ "updateContext": null }, "value": "false", - "start": 32140, - "end": 32145, + "start": 32658, + "end": 32663, "loc": { "start": { - "line": 818, + "line": 825, "column": 29 }, "end": { - "line": 818, + "line": 825, "column": 34 } } @@ -341330,15 +344202,15 @@ "binop": null, "updateContext": null }, - "start": 32145, - "end": 32146, + "start": 32663, + "end": 32664, "loc": { "start": { - "line": 818, + "line": 825, "column": 34 }, "end": { - "line": 818, + "line": 825, "column": 35 } } @@ -341358,15 +344230,15 @@ "updateContext": null }, "value": "if", - "start": 32156, - "end": 32158, + "start": 32674, + "end": 32676, "loc": { "start": { - "line": 820, + "line": 827, "column": 8 }, "end": { - "line": 820, + "line": 827, "column": 10 } } @@ -341383,15 +344255,15 @@ "postfix": false, "binop": null }, - "start": 32159, - "end": 32160, + "start": 32677, + "end": 32678, "loc": { "start": { - "line": 820, + "line": 827, "column": 11 }, "end": { - "line": 820, + "line": 827, "column": 12 } } @@ -341410,15 +344282,15 @@ "updateContext": null }, "value": "!", - "start": 32160, - "end": 32161, + "start": 32678, + "end": 32679, "loc": { "start": { - "line": 820, + "line": 827, "column": 12 }, "end": { - "line": 820, + "line": 827, "column": 13 } } @@ -341438,15 +344310,15 @@ "updateContext": null }, "value": "this", - "start": 32161, - "end": 32165, + "start": 32679, + "end": 32683, "loc": { "start": { - "line": 820, + "line": 827, "column": 13 }, "end": { - "line": 820, + "line": 827, "column": 17 } } @@ -341464,15 +344336,15 @@ "binop": null, "updateContext": null }, - "start": 32165, - "end": 32166, + "start": 32683, + "end": 32684, "loc": { "start": { - "line": 820, + "line": 827, "column": 17 }, "end": { - "line": 820, + "line": 827, "column": 18 } } @@ -341490,15 +344362,15 @@ "binop": null }, "value": "isDestroyed", - "start": 32166, - "end": 32177, + "start": 32684, + "end": 32695, "loc": { "start": { - "line": 820, + "line": 827, "column": 18 }, "end": { - "line": 820, + "line": 827, "column": 29 } } @@ -341515,15 +344387,15 @@ "postfix": false, "binop": null }, - "start": 32177, - "end": 32178, + "start": 32695, + "end": 32696, "loc": { "start": { - "line": 820, + "line": 827, "column": 29 }, "end": { - "line": 820, + "line": 827, "column": 30 } } @@ -341540,15 +344412,15 @@ "postfix": false, "binop": null }, - "start": 32178, - "end": 32179, + "start": 32696, + "end": 32697, "loc": { "start": { - "line": 820, + "line": 827, "column": 30 }, "end": { - "line": 820, + "line": 827, "column": 31 } } @@ -341565,15 +344437,15 @@ "postfix": false, "binop": null }, - "start": 32179, - "end": 32180, + "start": 32697, + "end": 32698, "loc": { "start": { - "line": 820, + "line": 827, "column": 31 }, "end": { - "line": 820, + "line": 827, "column": 32 } } @@ -341590,15 +344462,15 @@ "postfix": false, "binop": null }, - "start": 32181, - "end": 32182, + "start": 32699, + "end": 32700, "loc": { "start": { - "line": 820, + "line": 827, "column": 33 }, "end": { - "line": 820, + "line": 827, "column": 34 } } @@ -341606,15 +344478,15 @@ { "type": "CommentLine", "value": " store code", - "start": 32195, - "end": 32208, + "start": 32713, + "end": 32726, "loc": { "start": { - "line": 821, + "line": 828, "column": 12 }, "end": { - "line": 821, + "line": 828, "column": 25 } } @@ -341634,15 +344506,15 @@ "updateContext": null }, "value": "this", - "start": 32221, - "end": 32225, + "start": 32739, + "end": 32743, "loc": { "start": { - "line": 822, + "line": 829, "column": 12 }, "end": { - "line": 822, + "line": 829, "column": 16 } } @@ -341660,15 +344532,15 @@ "binop": null, "updateContext": null }, - "start": 32225, - "end": 32226, + "start": 32743, + "end": 32744, "loc": { "start": { - "line": 822, + "line": 829, "column": 16 }, "end": { - "line": 822, + "line": 829, "column": 17 } } @@ -341686,15 +344558,15 @@ "binop": null }, "value": "player", - "start": 32226, - "end": 32232, + "start": 32744, + "end": 32750, "loc": { "start": { - "line": 822, + "line": 829, "column": 17 }, "end": { - "line": 822, + "line": 829, "column": 23 } } @@ -341712,15 +344584,15 @@ "binop": null, "updateContext": null }, - "start": 32232, - "end": 32233, + "start": 32750, + "end": 32751, "loc": { "start": { - "line": 822, + "line": 829, "column": 23 }, "end": { - "line": 822, + "line": 829, "column": 24 } } @@ -341738,15 +344610,15 @@ "binop": null }, "value": "deviceErrorCode", - "start": 32233, - "end": 32248, + "start": 32751, + "end": 32766, "loc": { "start": { - "line": 822, + "line": 829, "column": 24 }, "end": { - "line": 822, + "line": 829, "column": 39 } } @@ -341765,15 +344637,15 @@ "updateContext": null }, "value": "=", - "start": 32249, - "end": 32250, + "start": 32767, + "end": 32768, "loc": { "start": { - "line": 822, + "line": 829, "column": 40 }, "end": { - "line": 822, + "line": 829, "column": 41 } } @@ -341791,15 +344663,15 @@ "binop": null }, "value": "code", - "start": 32251, - "end": 32255, + "start": 32769, + "end": 32773, "loc": { "start": { - "line": 822, + "line": 829, "column": 42 }, "end": { - "line": 822, + "line": 829, "column": 46 } } @@ -341817,15 +344689,15 @@ "binop": null, "updateContext": null }, - "start": 32255, - "end": 32256, + "start": 32773, + "end": 32774, "loc": { "start": { - "line": 822, + "line": 829, "column": 46 }, "end": { - "line": 822, + "line": 829, "column": 47 } } @@ -341833,15 +344705,15 @@ { "type": "CommentLine", "value": " forward error to player", - "start": 32270, - "end": 32296, + "start": 32788, + "end": 32814, "loc": { "start": { - "line": 824, + "line": 831, "column": 12 }, "end": { - "line": 824, + "line": 831, "column": 38 } } @@ -341861,15 +344733,15 @@ "updateContext": null }, "value": "this", - "start": 32309, - "end": 32313, + "start": 32827, + "end": 32831, "loc": { "start": { - "line": 825, + "line": 832, "column": 12 }, "end": { - "line": 825, + "line": 832, "column": 16 } } @@ -341887,15 +344759,15 @@ "binop": null, "updateContext": null }, - "start": 32313, - "end": 32314, + "start": 32831, + "end": 32832, "loc": { "start": { - "line": 825, + "line": 832, "column": 16 }, "end": { - "line": 825, + "line": 832, "column": 17 } } @@ -341913,15 +344785,15 @@ "binop": null }, "value": "player", - "start": 32314, - "end": 32320, + "start": 32832, + "end": 32838, "loc": { "start": { - "line": 825, + "line": 832, "column": 17 }, "end": { - "line": 825, + "line": 832, "column": 23 } } @@ -341939,15 +344811,15 @@ "binop": null, "updateContext": null }, - "start": 32320, - "end": 32321, + "start": 32838, + "end": 32839, "loc": { "start": { - "line": 825, + "line": 832, "column": 23 }, "end": { - "line": 825, + "line": 832, "column": 24 } } @@ -341965,15 +344837,15 @@ "binop": null }, "value": "trigger", - "start": 32321, - "end": 32328, + "start": 32839, + "end": 32846, "loc": { "start": { - "line": 825, + "line": 832, "column": 24 }, "end": { - "line": 825, + "line": 832, "column": 31 } } @@ -341990,15 +344862,15 @@ "postfix": false, "binop": null }, - "start": 32328, - "end": 32329, + "start": 32846, + "end": 32847, "loc": { "start": { - "line": 825, + "line": 832, "column": 31 }, "end": { - "line": 825, + "line": 832, "column": 32 } } @@ -342016,15 +344888,15 @@ "binop": null }, "value": "Event", - "start": 32329, - "end": 32334, + "start": 32847, + "end": 32852, "loc": { "start": { - "line": 825, + "line": 832, "column": 32 }, "end": { - "line": 825, + "line": 832, "column": 37 } } @@ -342042,15 +344914,15 @@ "binop": null, "updateContext": null }, - "start": 32334, - "end": 32335, + "start": 32852, + "end": 32853, "loc": { "start": { - "line": 825, + "line": 832, "column": 37 }, "end": { - "line": 825, + "line": 832, "column": 38 } } @@ -342068,15 +344940,15 @@ "binop": null }, "value": "DEVICE_ERROR", - "start": 32335, - "end": 32347, + "start": 32853, + "end": 32865, "loc": { "start": { - "line": 825, + "line": 832, "column": 38 }, "end": { - "line": 825, + "line": 832, "column": 50 } } @@ -342093,15 +344965,15 @@ "postfix": false, "binop": null }, - "start": 32347, - "end": 32348, + "start": 32865, + "end": 32866, "loc": { "start": { - "line": 825, + "line": 832, "column": 50 }, "end": { - "line": 825, + "line": 832, "column": 51 } } @@ -342119,15 +344991,15 @@ "binop": null, "updateContext": null }, - "start": 32348, - "end": 32349, + "start": 32866, + "end": 32867, "loc": { "start": { - "line": 825, + "line": 832, "column": 51 }, "end": { - "line": 825, + "line": 832, "column": 52 } } @@ -342144,15 +345016,15 @@ "postfix": false, "binop": null }, - "start": 32358, - "end": 32359, + "start": 32876, + "end": 32877, "loc": { "start": { - "line": 826, + "line": 833, "column": 8 }, "end": { - "line": 826, + "line": 833, "column": 9 } } @@ -342169,15 +345041,15 @@ "postfix": false, "binop": null }, - "start": 32364, - "end": 32365, + "start": 32882, + "end": 32883, "loc": { "start": { - "line": 827, + "line": 834, "column": 4 }, "end": { - "line": 827, + "line": 834, "column": 5 } } @@ -342185,15 +345057,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n ", - "start": 32371, - "end": 32406, + "start": 32889, + "end": 32924, "loc": { "start": { - "line": 829, + "line": 836, "column": 4 }, "end": { - "line": 831, + "line": 838, "column": 7 } } @@ -342211,15 +345083,15 @@ "binop": null }, "value": "start", - "start": 32411, - "end": 32416, + "start": 32929, + "end": 32934, "loc": { "start": { - "line": 832, + "line": 839, "column": 4 }, "end": { - "line": 832, + "line": 839, "column": 9 } } @@ -342236,15 +345108,15 @@ "postfix": false, "binop": null }, - "start": 32416, - "end": 32417, + "start": 32934, + "end": 32935, "loc": { "start": { - "line": 832, + "line": 839, "column": 9 }, "end": { - "line": 832, + "line": 839, "column": 10 } } @@ -342261,15 +345133,15 @@ "postfix": false, "binop": null }, - "start": 32417, - "end": 32418, + "start": 32935, + "end": 32936, "loc": { "start": { - "line": 832, + "line": 839, "column": 10 }, "end": { - "line": 832, + "line": 839, "column": 11 } } @@ -342286,15 +345158,15 @@ "postfix": false, "binop": null }, - "start": 32419, - "end": 32420, + "start": 32937, + "end": 32938, "loc": { "start": { - "line": 832, + "line": 839, "column": 12 }, "end": { - "line": 832, + "line": 839, "column": 13 } } @@ -342314,15 +345186,15 @@ "updateContext": null }, "value": "if", - "start": 32429, - "end": 32431, + "start": 32947, + "end": 32949, "loc": { "start": { - "line": 833, + "line": 840, "column": 8 }, "end": { - "line": 833, + "line": 840, "column": 10 } } @@ -342339,15 +345211,15 @@ "postfix": false, "binop": null }, - "start": 32432, - "end": 32433, + "start": 32950, + "end": 32951, "loc": { "start": { - "line": 833, + "line": 840, "column": 11 }, "end": { - "line": 833, + "line": 840, "column": 12 } } @@ -342366,15 +345238,15 @@ "updateContext": null }, "value": "!", - "start": 32433, - "end": 32434, + "start": 32951, + "end": 32952, "loc": { "start": { - "line": 833, + "line": 840, "column": 12 }, "end": { - "line": 833, + "line": 840, "column": 13 } } @@ -342394,15 +345266,15 @@ "updateContext": null }, "value": "this", - "start": 32434, - "end": 32438, + "start": 32952, + "end": 32956, "loc": { "start": { - "line": 833, + "line": 840, "column": 13 }, "end": { - "line": 833, + "line": 840, "column": 17 } } @@ -342420,15 +345292,15 @@ "binop": null, "updateContext": null }, - "start": 32438, - "end": 32439, + "start": 32956, + "end": 32957, "loc": { "start": { - "line": 833, + "line": 840, "column": 17 }, "end": { - "line": 833, + "line": 840, "column": 18 } } @@ -342446,15 +345318,15 @@ "binop": null }, "value": "isProcessing", - "start": 32439, - "end": 32451, + "start": 32957, + "end": 32969, "loc": { "start": { - "line": 833, + "line": 840, "column": 18 }, "end": { - "line": 833, + "line": 840, "column": 30 } } @@ -342471,15 +345343,15 @@ "postfix": false, "binop": null }, - "start": 32451, - "end": 32452, + "start": 32969, + "end": 32970, "loc": { "start": { - "line": 833, + "line": 840, "column": 30 }, "end": { - "line": 833, + "line": 840, "column": 31 } } @@ -342496,15 +345368,15 @@ "postfix": false, "binop": null }, - "start": 32452, - "end": 32453, + "start": 32970, + "end": 32971, "loc": { "start": { - "line": 833, + "line": 840, "column": 31 }, "end": { - "line": 833, + "line": 840, "column": 32 } } @@ -342521,15 +345393,15 @@ "postfix": false, "binop": null }, - "start": 32453, - "end": 32454, + "start": 32971, + "end": 32972, "loc": { "start": { - "line": 833, + "line": 840, "column": 32 }, "end": { - "line": 833, + "line": 840, "column": 33 } } @@ -342546,15 +345418,15 @@ "postfix": false, "binop": null }, - "start": 32455, - "end": 32456, + "start": 32973, + "end": 32974, "loc": { "start": { - "line": 833, + "line": 840, "column": 34 }, "end": { - "line": 833, + "line": 840, "column": 35 } } @@ -342562,15 +345434,15 @@ { "type": "CommentLine", "value": " check if user didn't revoke permissions after a previous recording", - "start": 32469, - "end": 32538, + "start": 32987, + "end": 33056, "loc": { "start": { - "line": 834, + "line": 841, "column": 12 }, "end": { - "line": 834, + "line": 841, "column": 81 } } @@ -342590,15 +345462,15 @@ "updateContext": null }, "value": "if", - "start": 32551, - "end": 32553, + "start": 33069, + "end": 33071, "loc": { "start": { - "line": 835, + "line": 842, "column": 12 }, "end": { - "line": 835, + "line": 842, "column": 14 } } @@ -342615,15 +345487,15 @@ "postfix": false, "binop": null }, - "start": 32554, - "end": 32555, + "start": 33072, + "end": 33073, "loc": { "start": { - "line": 835, + "line": 842, "column": 15 }, "end": { - "line": 835, + "line": 842, "column": 16 } } @@ -342643,15 +345515,15 @@ "updateContext": null }, "value": "this", - "start": 32555, - "end": 32559, + "start": 33073, + "end": 33077, "loc": { "start": { - "line": 835, + "line": 842, "column": 16 }, "end": { - "line": 835, + "line": 842, "column": 20 } } @@ -342669,15 +345541,15 @@ "binop": null, "updateContext": null }, - "start": 32559, - "end": 32560, + "start": 33077, + "end": 33078, "loc": { "start": { - "line": 835, + "line": 842, "column": 20 }, "end": { - "line": 835, + "line": 842, "column": 21 } } @@ -342695,15 +345567,15 @@ "binop": null }, "value": "stream", - "start": 32560, - "end": 32566, + "start": 33078, + "end": 33084, "loc": { "start": { - "line": 835, + "line": 842, "column": 21 }, "end": { - "line": 835, + "line": 842, "column": 27 } } @@ -342722,15 +345594,15 @@ "updateContext": null }, "value": "&&", - "start": 32567, - "end": 32569, + "start": 33085, + "end": 33087, "loc": { "start": { - "line": 835, + "line": 842, "column": 28 }, "end": { - "line": 835, + "line": 842, "column": 30 } } @@ -342750,15 +345622,15 @@ "updateContext": null }, "value": "this", - "start": 32570, - "end": 32574, + "start": 33088, + "end": 33092, "loc": { "start": { - "line": 835, + "line": 842, "column": 31 }, "end": { - "line": 835, + "line": 842, "column": 35 } } @@ -342776,15 +345648,15 @@ "binop": null, "updateContext": null }, - "start": 32574, - "end": 32575, + "start": 33092, + "end": 33093, "loc": { "start": { - "line": 835, + "line": 842, "column": 35 }, "end": { - "line": 835, + "line": 842, "column": 36 } } @@ -342802,15 +345674,15 @@ "binop": null }, "value": "stream", - "start": 32575, - "end": 32581, + "start": 33093, + "end": 33099, "loc": { "start": { - "line": 835, + "line": 842, "column": 36 }, "end": { - "line": 835, + "line": 842, "column": 42 } } @@ -342828,15 +345700,15 @@ "binop": null, "updateContext": null }, - "start": 32581, - "end": 32582, + "start": 33099, + "end": 33100, "loc": { "start": { - "line": 835, + "line": 842, "column": 42 }, "end": { - "line": 835, + "line": 842, "column": 43 } } @@ -342854,15 +345726,15 @@ "binop": null }, "value": "active", - "start": 32582, - "end": 32588, + "start": 33100, + "end": 33106, "loc": { "start": { - "line": 835, + "line": 842, "column": 43 }, "end": { - "line": 835, + "line": 842, "column": 49 } } @@ -342881,15 +345753,15 @@ "updateContext": null }, "value": "===", - "start": 32589, - "end": 32592, + "start": 33107, + "end": 33110, "loc": { "start": { - "line": 835, + "line": 842, "column": 50 }, "end": { - "line": 835, + "line": 842, "column": 53 } } @@ -342909,15 +345781,15 @@ "updateContext": null }, "value": "false", - "start": 32593, - "end": 32598, + "start": 33111, + "end": 33116, "loc": { "start": { - "line": 835, + "line": 842, "column": 54 }, "end": { - "line": 835, + "line": 842, "column": 59 } } @@ -342934,15 +345806,15 @@ "postfix": false, "binop": null }, - "start": 32598, - "end": 32599, + "start": 33116, + "end": 33117, "loc": { "start": { - "line": 835, + "line": 842, "column": 59 }, "end": { - "line": 835, + "line": 842, "column": 60 } } @@ -342959,15 +345831,15 @@ "postfix": false, "binop": null }, - "start": 32600, - "end": 32601, + "start": 33118, + "end": 33119, "loc": { "start": { - "line": 835, + "line": 842, "column": 61 }, "end": { - "line": 835, + "line": 842, "column": 62 } } @@ -342975,15 +345847,15 @@ { "type": "CommentLine", "value": " ask for permissions again", - "start": 32618, - "end": 32646, + "start": 33136, + "end": 33164, "loc": { "start": { - "line": 836, + "line": 843, "column": 16 }, "end": { - "line": 836, + "line": 843, "column": 44 } } @@ -343003,15 +345875,15 @@ "updateContext": null }, "value": "this", - "start": 32663, - "end": 32667, + "start": 33181, + "end": 33185, "loc": { "start": { - "line": 837, + "line": 844, "column": 16 }, "end": { - "line": 837, + "line": 844, "column": 20 } } @@ -343029,15 +345901,15 @@ "binop": null, "updateContext": null }, - "start": 32667, - "end": 32668, + "start": 33185, + "end": 33186, "loc": { "start": { - "line": 837, + "line": 844, "column": 20 }, "end": { - "line": 837, + "line": 844, "column": 21 } } @@ -343055,15 +345927,15 @@ "binop": null }, "value": "getDevice", - "start": 32668, - "end": 32677, + "start": 33186, + "end": 33195, "loc": { "start": { - "line": 837, + "line": 844, "column": 21 }, "end": { - "line": 837, + "line": 844, "column": 30 } } @@ -343080,15 +345952,15 @@ "postfix": false, "binop": null }, - "start": 32677, - "end": 32678, + "start": 33195, + "end": 33196, "loc": { "start": { - "line": 837, + "line": 844, "column": 30 }, "end": { - "line": 837, + "line": 844, "column": 31 } } @@ -343105,15 +345977,15 @@ "postfix": false, "binop": null }, - "start": 32678, - "end": 32679, + "start": 33196, + "end": 33197, "loc": { "start": { - "line": 837, + "line": 844, "column": 31 }, "end": { - "line": 837, + "line": 844, "column": 32 } } @@ -343131,15 +346003,15 @@ "binop": null, "updateContext": null }, - "start": 32679, - "end": 32680, + "start": 33197, + "end": 33198, "loc": { "start": { - "line": 837, + "line": 844, "column": 32 }, "end": { - "line": 837, + "line": 844, "column": 33 } } @@ -343159,15 +346031,15 @@ "updateContext": null }, "value": "return", - "start": 32697, - "end": 32703, + "start": 33215, + "end": 33221, "loc": { "start": { - "line": 838, + "line": 845, "column": 16 }, "end": { - "line": 838, + "line": 845, "column": 22 } } @@ -343185,15 +346057,15 @@ "binop": null, "updateContext": null }, - "start": 32703, - "end": 32704, + "start": 33221, + "end": 33222, "loc": { "start": { - "line": 838, + "line": 845, "column": 22 }, "end": { - "line": 838, + "line": 845, "column": 23 } } @@ -343210,15 +346082,15 @@ "postfix": false, "binop": null }, - "start": 32717, - "end": 32718, + "start": 33235, + "end": 33236, "loc": { "start": { - "line": 839, + "line": 846, "column": 12 }, "end": { - "line": 839, + "line": 846, "column": 13 } } @@ -343238,15 +346110,15 @@ "updateContext": null }, "value": "this", - "start": 32731, - "end": 32735, + "start": 33249, + "end": 33253, "loc": { "start": { - "line": 840, + "line": 847, "column": 12 }, "end": { - "line": 840, + "line": 847, "column": 16 } } @@ -343264,15 +346136,15 @@ "binop": null, "updateContext": null }, - "start": 32735, - "end": 32736, + "start": 33253, + "end": 33254, "loc": { "start": { - "line": 840, + "line": 847, "column": 16 }, "end": { - "line": 840, + "line": 847, "column": 17 } } @@ -343290,15 +346162,15 @@ "binop": null }, "value": "_recording", - "start": 32736, - "end": 32746, + "start": 33254, + "end": 33264, "loc": { "start": { - "line": 840, + "line": 847, "column": 17 }, "end": { - "line": 840, + "line": 847, "column": 27 } } @@ -343317,15 +346189,15 @@ "updateContext": null }, "value": "=", - "start": 32747, - "end": 32748, + "start": 33265, + "end": 33266, "loc": { "start": { - "line": 840, + "line": 847, "column": 28 }, "end": { - "line": 840, + "line": 847, "column": 29 } } @@ -343345,15 +346217,15 @@ "updateContext": null }, "value": "true", - "start": 32749, - "end": 32753, + "start": 33267, + "end": 33271, "loc": { "start": { - "line": 840, + "line": 847, "column": 30 }, "end": { - "line": 840, + "line": 847, "column": 34 } } @@ -343371,15 +346243,15 @@ "binop": null, "updateContext": null }, - "start": 32753, - "end": 32754, + "start": 33271, + "end": 33272, "loc": { "start": { - "line": 840, + "line": 847, "column": 34 }, "end": { - "line": 840, + "line": 847, "column": 35 } } @@ -343387,15 +346259,15 @@ { "type": "CommentLine", "value": " hide play/pause control", - "start": 32768, - "end": 32794, + "start": 33286, + "end": 33312, "loc": { "start": { - "line": 842, + "line": 849, "column": 12 }, "end": { - "line": 842, + "line": 849, "column": 38 } } @@ -343415,15 +346287,15 @@ "updateContext": null }, "value": "if", - "start": 32807, - "end": 32809, + "start": 33325, + "end": 33327, "loc": { "start": { - "line": 843, + "line": 850, "column": 12 }, "end": { - "line": 843, + "line": 850, "column": 14 } } @@ -343440,15 +346312,15 @@ "postfix": false, "binop": null }, - "start": 32810, - "end": 32811, + "start": 33328, + "end": 33329, "loc": { "start": { - "line": 843, + "line": 850, "column": 15 }, "end": { - "line": 843, + "line": 850, "column": 16 } } @@ -343468,15 +346340,15 @@ "updateContext": null }, "value": "this", - "start": 32811, - "end": 32815, + "start": 33329, + "end": 33333, "loc": { "start": { - "line": 843, + "line": 850, "column": 16 }, "end": { - "line": 843, + "line": 850, "column": 20 } } @@ -343494,15 +346366,15 @@ "binop": null, "updateContext": null }, - "start": 32815, - "end": 32816, + "start": 33333, + "end": 33334, "loc": { "start": { - "line": 843, + "line": 850, "column": 20 }, "end": { - "line": 843, + "line": 850, "column": 21 } } @@ -343520,15 +346392,15 @@ "binop": null }, "value": "player", - "start": 32816, - "end": 32822, + "start": 33334, + "end": 33340, "loc": { "start": { - "line": 843, + "line": 850, "column": 21 }, "end": { - "line": 843, + "line": 850, "column": 27 } } @@ -343546,15 +346418,15 @@ "binop": null, "updateContext": null }, - "start": 32822, - "end": 32823, + "start": 33340, + "end": 33341, "loc": { "start": { - "line": 843, + "line": 850, "column": 27 }, "end": { - "line": 843, + "line": 850, "column": 28 } } @@ -343572,15 +346444,15 @@ "binop": null }, "value": "controlBar", - "start": 32823, - "end": 32833, + "start": 33341, + "end": 33351, "loc": { "start": { - "line": 843, + "line": 850, "column": 28 }, "end": { - "line": 843, + "line": 850, "column": 38 } } @@ -343598,15 +346470,15 @@ "binop": null, "updateContext": null }, - "start": 32833, - "end": 32834, + "start": 33351, + "end": 33352, "loc": { "start": { - "line": 843, + "line": 850, "column": 38 }, "end": { - "line": 843, + "line": 850, "column": 39 } } @@ -343624,15 +346496,15 @@ "binop": null }, "value": "playToggle", - "start": 32834, - "end": 32844, + "start": 33352, + "end": 33362, "loc": { "start": { - "line": 843, + "line": 850, "column": 39 }, "end": { - "line": 843, + "line": 850, "column": 49 } } @@ -343651,15 +346523,15 @@ "updateContext": null }, "value": "!==", - "start": 32845, - "end": 32848, + "start": 33363, + "end": 33366, "loc": { "start": { - "line": 843, + "line": 850, "column": 50 }, "end": { - "line": 843, + "line": 850, "column": 53 } } @@ -343677,15 +346549,15 @@ "binop": null }, "value": "undefined", - "start": 32849, - "end": 32858, + "start": 33367, + "end": 33376, "loc": { "start": { - "line": 843, + "line": 850, "column": 54 }, "end": { - "line": 843, + "line": 850, "column": 63 } } @@ -343702,15 +346574,15 @@ "postfix": false, "binop": null }, - "start": 32858, - "end": 32859, + "start": 33376, + "end": 33377, "loc": { "start": { - "line": 843, + "line": 850, "column": 63 }, "end": { - "line": 843, + "line": 850, "column": 64 } } @@ -343727,15 +346599,15 @@ "postfix": false, "binop": null }, - "start": 32860, - "end": 32861, + "start": 33378, + "end": 33379, "loc": { "start": { - "line": 843, + "line": 850, "column": 65 }, "end": { - "line": 843, + "line": 850, "column": 66 } } @@ -343755,15 +346627,15 @@ "updateContext": null }, "value": "this", - "start": 32878, - "end": 32882, + "start": 33396, + "end": 33400, "loc": { "start": { - "line": 844, + "line": 851, "column": 16 }, "end": { - "line": 844, + "line": 851, "column": 20 } } @@ -343781,15 +346653,15 @@ "binop": null, "updateContext": null }, - "start": 32882, - "end": 32883, + "start": 33400, + "end": 33401, "loc": { "start": { - "line": 844, + "line": 851, "column": 20 }, "end": { - "line": 844, + "line": 851, "column": 21 } } @@ -343807,15 +346679,15 @@ "binop": null }, "value": "player", - "start": 32883, - "end": 32889, + "start": 33401, + "end": 33407, "loc": { "start": { - "line": 844, + "line": 851, "column": 21 }, "end": { - "line": 844, + "line": 851, "column": 27 } } @@ -343833,15 +346705,15 @@ "binop": null, "updateContext": null }, - "start": 32889, - "end": 32890, + "start": 33407, + "end": 33408, "loc": { "start": { - "line": 844, + "line": 851, "column": 27 }, "end": { - "line": 844, + "line": 851, "column": 28 } } @@ -343859,15 +346731,15 @@ "binop": null }, "value": "controlBar", - "start": 32890, - "end": 32900, + "start": 33408, + "end": 33418, "loc": { "start": { - "line": 844, + "line": 851, "column": 28 }, "end": { - "line": 844, + "line": 851, "column": 38 } } @@ -343885,15 +346757,15 @@ "binop": null, "updateContext": null }, - "start": 32900, - "end": 32901, + "start": 33418, + "end": 33419, "loc": { "start": { - "line": 844, + "line": 851, "column": 38 }, "end": { - "line": 844, + "line": 851, "column": 39 } } @@ -343911,15 +346783,15 @@ "binop": null }, "value": "playToggle", - "start": 32901, - "end": 32911, + "start": 33419, + "end": 33429, "loc": { "start": { - "line": 844, + "line": 851, "column": 39 }, "end": { - "line": 844, + "line": 851, "column": 49 } } @@ -343937,15 +346809,15 @@ "binop": null, "updateContext": null }, - "start": 32911, - "end": 32912, + "start": 33429, + "end": 33430, "loc": { "start": { - "line": 844, + "line": 851, "column": 49 }, "end": { - "line": 844, + "line": 851, "column": 50 } } @@ -343963,15 +346835,15 @@ "binop": null }, "value": "hide", - "start": 32912, - "end": 32916, + "start": 33430, + "end": 33434, "loc": { "start": { - "line": 844, + "line": 851, "column": 50 }, "end": { - "line": 844, + "line": 851, "column": 54 } } @@ -343988,15 +346860,15 @@ "postfix": false, "binop": null }, - "start": 32916, - "end": 32917, + "start": 33434, + "end": 33435, "loc": { "start": { - "line": 844, + "line": 851, "column": 54 }, "end": { - "line": 844, + "line": 851, "column": 55 } } @@ -344013,15 +346885,15 @@ "postfix": false, "binop": null }, - "start": 32917, - "end": 32918, + "start": 33435, + "end": 33436, "loc": { "start": { - "line": 844, + "line": 851, "column": 55 }, "end": { - "line": 844, + "line": 851, "column": 56 } } @@ -344039,15 +346911,15 @@ "binop": null, "updateContext": null }, - "start": 32918, - "end": 32919, + "start": 33436, + "end": 33437, "loc": { "start": { - "line": 844, + "line": 851, "column": 56 }, "end": { - "line": 844, + "line": 851, "column": 57 } } @@ -344064,15 +346936,15 @@ "postfix": false, "binop": null }, - "start": 32932, - "end": 32933, + "start": 33450, + "end": 33451, "loc": { "start": { - "line": 845, + "line": 852, "column": 12 }, "end": { - "line": 845, + "line": 852, "column": 13 } } @@ -344080,15 +346952,15 @@ { "type": "CommentLine", "value": " reset playback listeners", - "start": 32947, - "end": 32974, + "start": 33465, + "end": 33492, "loc": { "start": { - "line": 847, + "line": 854, "column": 12 }, "end": { - "line": 847, + "line": 854, "column": 39 } } @@ -344108,15 +346980,15 @@ "updateContext": null }, "value": "this", - "start": 32987, - "end": 32991, + "start": 33505, + "end": 33509, "loc": { "start": { - "line": 848, + "line": 855, "column": 12 }, "end": { - "line": 848, + "line": 855, "column": 16 } } @@ -344134,15 +347006,15 @@ "binop": null, "updateContext": null }, - "start": 32991, - "end": 32992, + "start": 33509, + "end": 33510, "loc": { "start": { - "line": 848, + "line": 855, "column": 16 }, "end": { - "line": 848, + "line": 855, "column": 17 } } @@ -344160,15 +347032,15 @@ "binop": null }, "value": "off", - "start": 32992, - "end": 32995, + "start": 33510, + "end": 33513, "loc": { "start": { - "line": 848, + "line": 855, "column": 17 }, "end": { - "line": 848, + "line": 855, "column": 20 } } @@ -344185,15 +347057,15 @@ "postfix": false, "binop": null }, - "start": 32995, - "end": 32996, + "start": 33513, + "end": 33514, "loc": { "start": { - "line": 848, + "line": 855, "column": 20 }, "end": { - "line": 848, + "line": 855, "column": 21 } } @@ -344213,15 +347085,15 @@ "updateContext": null }, "value": "this", - "start": 32996, - "end": 33000, + "start": 33514, + "end": 33518, "loc": { "start": { - "line": 848, + "line": 855, "column": 21 }, "end": { - "line": 848, + "line": 855, "column": 25 } } @@ -344239,15 +347111,15 @@ "binop": null, "updateContext": null }, - "start": 33000, - "end": 33001, + "start": 33518, + "end": 33519, "loc": { "start": { - "line": 848, + "line": 855, "column": 25 }, "end": { - "line": 848, + "line": 855, "column": 26 } } @@ -344265,15 +347137,15 @@ "binop": null }, "value": "player", - "start": 33001, - "end": 33007, + "start": 33519, + "end": 33525, "loc": { "start": { - "line": 848, + "line": 855, "column": 26 }, "end": { - "line": 848, + "line": 855, "column": 32 } } @@ -344291,15 +347163,15 @@ "binop": null, "updateContext": null }, - "start": 33007, - "end": 33008, + "start": 33525, + "end": 33526, "loc": { "start": { - "line": 848, + "line": 855, "column": 32 }, "end": { - "line": 848, + "line": 855, "column": 33 } } @@ -344317,15 +347189,15 @@ "binop": null }, "value": "Event", - "start": 33009, - "end": 33014, + "start": 33527, + "end": 33532, "loc": { "start": { - "line": 848, + "line": 855, "column": 34 }, "end": { - "line": 848, + "line": 855, "column": 39 } } @@ -344343,15 +347215,15 @@ "binop": null, "updateContext": null }, - "start": 33014, - "end": 33015, + "start": 33532, + "end": 33533, "loc": { "start": { - "line": 848, + "line": 855, "column": 39 }, "end": { - "line": 848, + "line": 855, "column": 40 } } @@ -344369,15 +347241,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 33015, - "end": 33025, + "start": 33533, + "end": 33543, "loc": { "start": { - "line": 848, + "line": 855, "column": 40 }, "end": { - "line": 848, + "line": 855, "column": 50 } } @@ -344395,15 +347267,15 @@ "binop": null, "updateContext": null }, - "start": 33025, - "end": 33026, + "start": 33543, + "end": 33544, "loc": { "start": { - "line": 848, + "line": 855, "column": 50 }, "end": { - "line": 848, + "line": 855, "column": 51 } } @@ -344423,15 +347295,15 @@ "updateContext": null }, "value": "this", - "start": 33027, - "end": 33031, + "start": 33545, + "end": 33549, "loc": { "start": { - "line": 848, + "line": 855, "column": 52 }, "end": { - "line": 848, + "line": 855, "column": 56 } } @@ -344449,15 +347321,15 @@ "binop": null, "updateContext": null }, - "start": 33031, - "end": 33032, + "start": 33549, + "end": 33550, "loc": { "start": { - "line": 848, + "line": 855, "column": 56 }, "end": { - "line": 848, + "line": 855, "column": 57 } } @@ -344475,15 +347347,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 33032, - "end": 33050, + "start": 33550, + "end": 33568, "loc": { "start": { - "line": 848, + "line": 855, "column": 57 }, "end": { - "line": 848, + "line": 855, "column": 75 } } @@ -344500,15 +347372,15 @@ "postfix": false, "binop": null }, - "start": 33050, - "end": 33051, + "start": 33568, + "end": 33569, "loc": { "start": { - "line": 848, + "line": 855, "column": 75 }, "end": { - "line": 848, + "line": 855, "column": 76 } } @@ -344526,15 +347398,15 @@ "binop": null, "updateContext": null }, - "start": 33051, - "end": 33052, + "start": 33569, + "end": 33570, "loc": { "start": { - "line": 848, + "line": 855, "column": 76 }, "end": { - "line": 848, + "line": 855, "column": 77 } } @@ -344554,15 +347426,15 @@ "updateContext": null }, "value": "this", - "start": 33065, - "end": 33069, + "start": 33583, + "end": 33587, "loc": { "start": { - "line": 849, + "line": 856, "column": 12 }, "end": { - "line": 849, + "line": 856, "column": 16 } } @@ -344580,15 +347452,15 @@ "binop": null, "updateContext": null }, - "start": 33069, - "end": 33070, + "start": 33587, + "end": 33588, "loc": { "start": { - "line": 849, + "line": 856, "column": 16 }, "end": { - "line": 849, + "line": 856, "column": 17 } } @@ -344606,15 +347478,15 @@ "binop": null }, "value": "off", - "start": 33070, - "end": 33073, + "start": 33588, + "end": 33591, "loc": { "start": { - "line": 849, + "line": 856, "column": 17 }, "end": { - "line": 849, + "line": 856, "column": 20 } } @@ -344631,15 +347503,15 @@ "postfix": false, "binop": null }, - "start": 33073, - "end": 33074, + "start": 33591, + "end": 33592, "loc": { "start": { - "line": 849, + "line": 856, "column": 20 }, "end": { - "line": 849, + "line": 856, "column": 21 } } @@ -344659,15 +347531,15 @@ "updateContext": null }, "value": "this", - "start": 33074, - "end": 33078, + "start": 33592, + "end": 33596, "loc": { "start": { - "line": 849, + "line": 856, "column": 21 }, "end": { - "line": 849, + "line": 856, "column": 25 } } @@ -344685,15 +347557,15 @@ "binop": null, "updateContext": null }, - "start": 33078, - "end": 33079, + "start": 33596, + "end": 33597, "loc": { "start": { - "line": 849, + "line": 856, "column": 25 }, "end": { - "line": 849, + "line": 856, "column": 26 } } @@ -344711,15 +347583,15 @@ "binop": null }, "value": "player", - "start": 33079, - "end": 33085, + "start": 33597, + "end": 33603, "loc": { "start": { - "line": 849, + "line": 856, "column": 26 }, "end": { - "line": 849, + "line": 856, "column": 32 } } @@ -344737,15 +347609,15 @@ "binop": null, "updateContext": null }, - "start": 33085, - "end": 33086, + "start": 33603, + "end": 33604, "loc": { "start": { - "line": 849, + "line": 856, "column": 32 }, "end": { - "line": 849, + "line": 856, "column": 33 } } @@ -344763,15 +347635,15 @@ "binop": null }, "value": "Event", - "start": 33087, - "end": 33092, + "start": 33605, + "end": 33610, "loc": { "start": { - "line": 849, + "line": 856, "column": 34 }, "end": { - "line": 849, + "line": 856, "column": 39 } } @@ -344789,15 +347661,15 @@ "binop": null, "updateContext": null }, - "start": 33092, - "end": 33093, + "start": 33610, + "end": 33611, "loc": { "start": { - "line": 849, + "line": 856, "column": 39 }, "end": { - "line": 849, + "line": 856, "column": 40 } } @@ -344815,15 +347687,15 @@ "binop": null }, "value": "ENDED", - "start": 33093, - "end": 33098, + "start": 33611, + "end": 33616, "loc": { "start": { - "line": 849, + "line": 856, "column": 40 }, "end": { - "line": 849, + "line": 856, "column": 45 } } @@ -344841,15 +347713,15 @@ "binop": null, "updateContext": null }, - "start": 33098, - "end": 33099, + "start": 33616, + "end": 33617, "loc": { "start": { - "line": 849, + "line": 856, "column": 45 }, "end": { - "line": 849, + "line": 856, "column": 46 } } @@ -344869,15 +347741,15 @@ "updateContext": null }, "value": "this", - "start": 33100, - "end": 33104, + "start": 33618, + "end": 33622, "loc": { "start": { - "line": 849, + "line": 856, "column": 47 }, "end": { - "line": 849, + "line": 856, "column": 51 } } @@ -344895,15 +347767,15 @@ "binop": null, "updateContext": null }, - "start": 33104, - "end": 33105, + "start": 33622, + "end": 33623, "loc": { "start": { - "line": 849, + "line": 856, "column": 51 }, "end": { - "line": 849, + "line": 856, "column": 52 } } @@ -344921,15 +347793,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 33105, - "end": 33123, + "start": 33623, + "end": 33641, "loc": { "start": { - "line": 849, + "line": 856, "column": 52 }, "end": { - "line": 849, + "line": 856, "column": 70 } } @@ -344946,15 +347818,15 @@ "postfix": false, "binop": null }, - "start": 33123, - "end": 33124, + "start": 33641, + "end": 33642, "loc": { "start": { - "line": 849, + "line": 856, "column": 70 }, "end": { - "line": 849, + "line": 856, "column": 71 } } @@ -344972,15 +347844,15 @@ "binop": null, "updateContext": null }, - "start": 33124, - "end": 33125, + "start": 33642, + "end": 33643, "loc": { "start": { - "line": 849, + "line": 856, "column": 71 }, "end": { - "line": 849, + "line": 856, "column": 72 } } @@ -344988,15 +347860,15 @@ { "type": "CommentLine", "value": " start preview", - "start": 33139, - "end": 33155, + "start": 33657, + "end": 33673, "loc": { "start": { - "line": 851, + "line": 858, "column": 12 }, "end": { - "line": 851, + "line": 858, "column": 28 } } @@ -345016,15 +347888,15 @@ "updateContext": null }, "value": "switch", - "start": 33168, - "end": 33174, + "start": 33686, + "end": 33692, "loc": { "start": { - "line": 852, + "line": 859, "column": 12 }, "end": { - "line": 852, + "line": 859, "column": 18 } } @@ -345041,15 +347913,15 @@ "postfix": false, "binop": null }, - "start": 33175, - "end": 33176, + "start": 33693, + "end": 33694, "loc": { "start": { - "line": 852, + "line": 859, "column": 19 }, "end": { - "line": 852, + "line": 859, "column": 20 } } @@ -345069,15 +347941,15 @@ "updateContext": null }, "value": "this", - "start": 33176, - "end": 33180, + "start": 33694, + "end": 33698, "loc": { "start": { - "line": 852, + "line": 859, "column": 20 }, "end": { - "line": 852, + "line": 859, "column": 24 } } @@ -345095,15 +347967,15 @@ "binop": null, "updateContext": null }, - "start": 33180, - "end": 33181, + "start": 33698, + "end": 33699, "loc": { "start": { - "line": 852, + "line": 859, "column": 24 }, "end": { - "line": 852, + "line": 859, "column": 25 } } @@ -345121,15 +347993,15 @@ "binop": null }, "value": "getRecordType", - "start": 33181, - "end": 33194, + "start": 33699, + "end": 33712, "loc": { "start": { - "line": 852, + "line": 859, "column": 25 }, "end": { - "line": 852, + "line": 859, "column": 38 } } @@ -345146,15 +348018,15 @@ "postfix": false, "binop": null }, - "start": 33194, - "end": 33195, + "start": 33712, + "end": 33713, "loc": { "start": { - "line": 852, + "line": 859, "column": 38 }, "end": { - "line": 852, + "line": 859, "column": 39 } } @@ -345171,15 +348043,15 @@ "postfix": false, "binop": null }, - "start": 33195, - "end": 33196, + "start": 33713, + "end": 33714, "loc": { "start": { - "line": 852, + "line": 859, "column": 39 }, "end": { - "line": 852, + "line": 859, "column": 40 } } @@ -345196,15 +348068,15 @@ "postfix": false, "binop": null }, - "start": 33196, - "end": 33197, + "start": 33714, + "end": 33715, "loc": { "start": { - "line": 852, + "line": 859, "column": 40 }, "end": { - "line": 852, + "line": 859, "column": 41 } } @@ -345221,15 +348093,15 @@ "postfix": false, "binop": null }, - "start": 33198, - "end": 33199, + "start": 33716, + "end": 33717, "loc": { "start": { - "line": 852, + "line": 859, "column": 42 }, "end": { - "line": 852, + "line": 859, "column": 43 } } @@ -345249,15 +348121,15 @@ "updateContext": null }, "value": "case", - "start": 33216, - "end": 33220, + "start": 33734, + "end": 33738, "loc": { "start": { - "line": 853, + "line": 860, "column": 16 }, "end": { - "line": 853, + "line": 860, "column": 20 } } @@ -345275,15 +348147,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 33221, - "end": 33231, + "start": 33739, + "end": 33749, "loc": { "start": { - "line": 853, + "line": 860, "column": 21 }, "end": { - "line": 853, + "line": 860, "column": 31 } } @@ -345301,15 +348173,15 @@ "binop": null, "updateContext": null }, - "start": 33231, - "end": 33232, + "start": 33749, + "end": 33750, "loc": { "start": { - "line": 853, + "line": 860, "column": 31 }, "end": { - "line": 853, + "line": 860, "column": 32 } } @@ -345317,15 +348189,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 33253, - "end": 33279, + "start": 33771, + "end": 33797, "loc": { "start": { - "line": 854, + "line": 861, "column": 20 }, "end": { - "line": 854, + "line": 861, "column": 46 } } @@ -345345,15 +348217,15 @@ "updateContext": null }, "value": "this", - "start": 33300, - "end": 33304, + "start": 33818, + "end": 33822, "loc": { "start": { - "line": 855, + "line": 862, "column": 20 }, "end": { - "line": 855, + "line": 862, "column": 24 } } @@ -345371,15 +348243,15 @@ "binop": null, "updateContext": null }, - "start": 33304, - "end": 33305, + "start": 33822, + "end": 33823, "loc": { "start": { - "line": 855, + "line": 862, "column": 24 }, "end": { - "line": 855, + "line": 862, "column": 25 } } @@ -345397,15 +348269,15 @@ "binop": null }, "value": "surfer", - "start": 33305, - "end": 33311, + "start": 33823, + "end": 33829, "loc": { "start": { - "line": 855, + "line": 862, "column": 25 }, "end": { - "line": 855, + "line": 862, "column": 31 } } @@ -345423,15 +348295,15 @@ "binop": null, "updateContext": null }, - "start": 33311, - "end": 33312, + "start": 33829, + "end": 33830, "loc": { "start": { - "line": 855, + "line": 862, "column": 31 }, "end": { - "line": 855, + "line": 862, "column": 32 } } @@ -345449,15 +348321,15 @@ "binop": null }, "value": "setupPlaybackEvents", - "start": 33312, - "end": 33331, + "start": 33830, + "end": 33849, "loc": { "start": { - "line": 855, + "line": 862, "column": 32 }, "end": { - "line": 855, + "line": 862, "column": 51 } } @@ -345474,15 +348346,15 @@ "postfix": false, "binop": null }, - "start": 33331, - "end": 33332, + "start": 33849, + "end": 33850, "loc": { "start": { - "line": 855, + "line": 862, "column": 51 }, "end": { - "line": 855, + "line": 862, "column": 52 } } @@ -345502,15 +348374,15 @@ "updateContext": null }, "value": "false", - "start": 33332, - "end": 33337, + "start": 33850, + "end": 33855, "loc": { "start": { - "line": 855, + "line": 862, "column": 52 }, "end": { - "line": 855, + "line": 862, "column": 57 } } @@ -345527,15 +348399,15 @@ "postfix": false, "binop": null }, - "start": 33337, - "end": 33338, + "start": 33855, + "end": 33856, "loc": { "start": { - "line": 855, + "line": 862, "column": 57 }, "end": { - "line": 855, + "line": 862, "column": 58 } } @@ -345553,15 +348425,15 @@ "binop": null, "updateContext": null }, - "start": 33338, - "end": 33339, + "start": 33856, + "end": 33857, "loc": { "start": { - "line": 855, + "line": 862, "column": 58 }, "end": { - "line": 855, + "line": 862, "column": 59 } } @@ -345569,15 +348441,15 @@ { "type": "CommentLine", "value": " start/resume live audio visualization", - "start": 33361, - "end": 33401, + "start": 33879, + "end": 33919, "loc": { "start": { - "line": 857, + "line": 864, "column": 20 }, "end": { - "line": 857, + "line": 864, "column": 60 } } @@ -345597,15 +348469,15 @@ "updateContext": null }, "value": "this", - "start": 33422, - "end": 33426, + "start": 33940, + "end": 33944, "loc": { "start": { - "line": 858, + "line": 865, "column": 20 }, "end": { - "line": 858, + "line": 865, "column": 24 } } @@ -345623,15 +348495,15 @@ "binop": null, "updateContext": null }, - "start": 33426, - "end": 33427, + "start": 33944, + "end": 33945, "loc": { "start": { - "line": 858, + "line": 865, "column": 24 }, "end": { - "line": 858, + "line": 865, "column": 25 } } @@ -345649,15 +348521,15 @@ "binop": null }, "value": "surfer", - "start": 33427, - "end": 33433, + "start": 33945, + "end": 33951, "loc": { "start": { - "line": 858, + "line": 865, "column": 25 }, "end": { - "line": 858, + "line": 865, "column": 31 } } @@ -345675,15 +348547,15 @@ "binop": null, "updateContext": null }, - "start": 33433, - "end": 33434, + "start": 33951, + "end": 33952, "loc": { "start": { - "line": 858, + "line": 865, "column": 31 }, "end": { - "line": 858, + "line": 865, "column": 32 } } @@ -345701,15 +348573,15 @@ "binop": null }, "value": "surfer", - "start": 33434, - "end": 33440, + "start": 33952, + "end": 33958, "loc": { "start": { - "line": 858, + "line": 865, "column": 32 }, "end": { - "line": 858, + "line": 865, "column": 38 } } @@ -345727,15 +348599,15 @@ "binop": null, "updateContext": null }, - "start": 33440, - "end": 33441, + "start": 33958, + "end": 33959, "loc": { "start": { - "line": 858, + "line": 865, "column": 38 }, "end": { - "line": 858, + "line": 865, "column": 39 } } @@ -345753,15 +348625,15 @@ "binop": null }, "value": "microphone", - "start": 33441, - "end": 33451, + "start": 33959, + "end": 33969, "loc": { "start": { - "line": 858, + "line": 865, "column": 39 }, "end": { - "line": 858, + "line": 865, "column": 49 } } @@ -345779,15 +348651,15 @@ "binop": null, "updateContext": null }, - "start": 33451, - "end": 33452, + "start": 33969, + "end": 33970, "loc": { "start": { - "line": 858, + "line": 865, "column": 49 }, "end": { - "line": 858, + "line": 865, "column": 50 } } @@ -345805,15 +348677,15 @@ "binop": null }, "value": "paused", - "start": 33452, - "end": 33458, + "start": 33970, + "end": 33976, "loc": { "start": { - "line": 858, + "line": 865, "column": 50 }, "end": { - "line": 858, + "line": 865, "column": 56 } } @@ -345832,15 +348704,15 @@ "updateContext": null }, "value": "=", - "start": 33459, - "end": 33460, + "start": 33977, + "end": 33978, "loc": { "start": { - "line": 858, + "line": 865, "column": 57 }, "end": { - "line": 858, + "line": 865, "column": 58 } } @@ -345860,15 +348732,15 @@ "updateContext": null }, "value": "false", - "start": 33461, - "end": 33466, + "start": 33979, + "end": 33984, "loc": { "start": { - "line": 858, + "line": 865, "column": 59 }, "end": { - "line": 858, + "line": 865, "column": 64 } } @@ -345886,15 +348758,15 @@ "binop": null, "updateContext": null }, - "start": 33466, - "end": 33467, + "start": 33984, + "end": 33985, "loc": { "start": { - "line": 858, + "line": 865, "column": 64 }, "end": { - "line": 858, + "line": 865, "column": 65 } } @@ -345914,15 +348786,15 @@ "updateContext": null }, "value": "this", - "start": 33488, - "end": 33492, + "start": 34006, + "end": 34010, "loc": { "start": { - "line": 859, + "line": 866, "column": 20 }, "end": { - "line": 859, + "line": 866, "column": 24 } } @@ -345940,15 +348812,15 @@ "binop": null, "updateContext": null }, - "start": 33492, - "end": 33493, + "start": 34010, + "end": 34011, "loc": { "start": { - "line": 859, + "line": 866, "column": 24 }, "end": { - "line": 859, + "line": 866, "column": 25 } } @@ -345966,15 +348838,15 @@ "binop": null }, "value": "surfer", - "start": 33493, - "end": 33499, + "start": 34011, + "end": 34017, "loc": { "start": { - "line": 859, + "line": 866, "column": 25 }, "end": { - "line": 859, + "line": 866, "column": 31 } } @@ -345992,15 +348864,15 @@ "binop": null, "updateContext": null }, - "start": 33499, - "end": 33500, + "start": 34017, + "end": 34018, "loc": { "start": { - "line": 859, + "line": 866, "column": 31 }, "end": { - "line": 859, + "line": 866, "column": 32 } } @@ -346018,15 +348890,15 @@ "binop": null }, "value": "liveMode", - "start": 33500, - "end": 33508, + "start": 34018, + "end": 34026, "loc": { "start": { - "line": 859, + "line": 866, "column": 32 }, "end": { - "line": 859, + "line": 866, "column": 40 } } @@ -346045,15 +348917,15 @@ "updateContext": null }, "value": "=", - "start": 33509, - "end": 33510, + "start": 34027, + "end": 34028, "loc": { "start": { - "line": 859, + "line": 866, "column": 41 }, "end": { - "line": 859, + "line": 866, "column": 42 } } @@ -346073,15 +348945,15 @@ "updateContext": null }, "value": "true", - "start": 33511, - "end": 33515, + "start": 34029, + "end": 34033, "loc": { "start": { - "line": 859, + "line": 866, "column": 43 }, "end": { - "line": 859, + "line": 866, "column": 47 } } @@ -346099,15 +348971,15 @@ "binop": null, "updateContext": null }, - "start": 33515, - "end": 33516, + "start": 34033, + "end": 34034, "loc": { "start": { - "line": 859, + "line": 866, "column": 47 }, "end": { - "line": 859, + "line": 866, "column": 48 } } @@ -346127,15 +348999,15 @@ "updateContext": null }, "value": "this", - "start": 33537, - "end": 33541, + "start": 34055, + "end": 34059, "loc": { "start": { - "line": 860, + "line": 867, "column": 20 }, "end": { - "line": 860, + "line": 867, "column": 24 } } @@ -346153,15 +349025,15 @@ "binop": null, "updateContext": null }, - "start": 33541, - "end": 33542, + "start": 34059, + "end": 34060, "loc": { "start": { - "line": 860, + "line": 867, "column": 24 }, "end": { - "line": 860, + "line": 867, "column": 25 } } @@ -346179,15 +349051,15 @@ "binop": null }, "value": "surfer", - "start": 33542, - "end": 33548, + "start": 34060, + "end": 34066, "loc": { "start": { - "line": 860, + "line": 867, "column": 25 }, "end": { - "line": 860, + "line": 867, "column": 31 } } @@ -346205,15 +349077,15 @@ "binop": null, "updateContext": null }, - "start": 33548, - "end": 33549, + "start": 34066, + "end": 34067, "loc": { "start": { - "line": 860, + "line": 867, "column": 31 }, "end": { - "line": 860, + "line": 867, "column": 32 } } @@ -346231,15 +349103,15 @@ "binop": null }, "value": "surfer", - "start": 33549, - "end": 33555, + "start": 34067, + "end": 34073, "loc": { "start": { - "line": 860, + "line": 867, "column": 32 }, "end": { - "line": 860, + "line": 867, "column": 38 } } @@ -346257,15 +349129,15 @@ "binop": null, "updateContext": null }, - "start": 33555, - "end": 33556, + "start": 34073, + "end": 34074, "loc": { "start": { - "line": 860, + "line": 867, "column": 38 }, "end": { - "line": 860, + "line": 867, "column": 39 } } @@ -346283,15 +349155,15 @@ "binop": null }, "value": "microphone", - "start": 33556, - "end": 33566, + "start": 34074, + "end": 34084, "loc": { "start": { - "line": 860, + "line": 867, "column": 39 }, "end": { - "line": 860, + "line": 867, "column": 49 } } @@ -346309,15 +349181,15 @@ "binop": null, "updateContext": null }, - "start": 33566, - "end": 33567, + "start": 34084, + "end": 34085, "loc": { "start": { - "line": 860, + "line": 867, "column": 49 }, "end": { - "line": 860, + "line": 867, "column": 50 } } @@ -346335,15 +349207,15 @@ "binop": null }, "value": "play", - "start": 33567, - "end": 33571, + "start": 34085, + "end": 34089, "loc": { "start": { - "line": 860, + "line": 867, "column": 50 }, "end": { - "line": 860, + "line": 867, "column": 54 } } @@ -346360,15 +349232,15 @@ "postfix": false, "binop": null }, - "start": 33571, - "end": 33572, + "start": 34089, + "end": 34090, "loc": { "start": { - "line": 860, + "line": 867, "column": 54 }, "end": { - "line": 860, + "line": 867, "column": 55 } } @@ -346385,15 +349257,15 @@ "postfix": false, "binop": null }, - "start": 33572, - "end": 33573, + "start": 34090, + "end": 34091, "loc": { "start": { - "line": 860, + "line": 867, "column": 55 }, "end": { - "line": 860, + "line": 867, "column": 56 } } @@ -346411,15 +349283,15 @@ "binop": null, "updateContext": null }, - "start": 33573, - "end": 33574, + "start": 34091, + "end": 34092, "loc": { "start": { - "line": 860, + "line": 867, "column": 56 }, "end": { - "line": 860, + "line": 867, "column": 57 } } @@ -346439,15 +349311,15 @@ "updateContext": null }, "value": "break", - "start": 33595, - "end": 33600, + "start": 34113, + "end": 34118, "loc": { "start": { - "line": 861, + "line": 868, "column": 20 }, "end": { - "line": 861, + "line": 868, "column": 25 } } @@ -346465,15 +349337,15 @@ "binop": null, "updateContext": null }, - "start": 33600, - "end": 33601, + "start": 34118, + "end": 34119, "loc": { "start": { - "line": 861, + "line": 868, "column": 25 }, "end": { - "line": 861, + "line": 868, "column": 26 } } @@ -346493,15 +349365,15 @@ "updateContext": null }, "value": "case", - "start": 33619, - "end": 33623, + "start": 34137, + "end": 34141, "loc": { "start": { - "line": 863, + "line": 870, "column": 16 }, "end": { - "line": 863, + "line": 870, "column": 20 } } @@ -346519,15 +349391,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 33624, - "end": 33634, + "start": 34142, + "end": 34152, "loc": { "start": { - "line": 863, + "line": 870, "column": 21 }, "end": { - "line": 863, + "line": 870, "column": 31 } } @@ -346545,15 +349417,15 @@ "binop": null, "updateContext": null }, - "start": 33634, - "end": 33635, + "start": 34152, + "end": 34153, "loc": { "start": { - "line": 863, + "line": 870, "column": 31 }, "end": { - "line": 863, + "line": 870, "column": 32 } } @@ -346573,15 +349445,15 @@ "updateContext": null }, "value": "case", - "start": 33652, - "end": 33656, + "start": 34170, + "end": 34174, "loc": { "start": { - "line": 864, + "line": 871, "column": 16 }, "end": { - "line": 864, + "line": 871, "column": 20 } } @@ -346599,15 +349471,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 33657, - "end": 33668, + "start": 34175, + "end": 34186, "loc": { "start": { - "line": 864, + "line": 871, "column": 21 }, "end": { - "line": 864, + "line": 871, "column": 32 } } @@ -346625,15 +349497,15 @@ "binop": null, "updateContext": null }, - "start": 33668, - "end": 33669, + "start": 34186, + "end": 34187, "loc": { "start": { - "line": 864, + "line": 871, "column": 32 }, "end": { - "line": 864, + "line": 871, "column": 33 } } @@ -346653,15 +349525,15 @@ "updateContext": null }, "value": "case", - "start": 33686, - "end": 33690, + "start": 34204, + "end": 34208, "loc": { "start": { - "line": 865, + "line": 872, "column": 16 }, "end": { - "line": 865, + "line": 872, "column": 20 } } @@ -346679,15 +349551,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 33691, - "end": 33703, + "start": 34209, + "end": 34221, "loc": { "start": { - "line": 865, + "line": 872, "column": 21 }, "end": { - "line": 865, + "line": 872, "column": 33 } } @@ -346705,15 +349577,15 @@ "binop": null, "updateContext": null }, - "start": 33703, - "end": 33704, + "start": 34221, + "end": 34222, "loc": { "start": { - "line": 865, + "line": 872, "column": 33 }, "end": { - "line": 865, + "line": 872, "column": 34 } } @@ -346733,15 +349605,15 @@ "updateContext": null }, "value": "case", - "start": 33721, - "end": 33725, + "start": 34239, + "end": 34243, "loc": { "start": { - "line": 866, + "line": 873, "column": 16 }, "end": { - "line": 866, + "line": 873, "column": 20 } } @@ -346759,15 +349631,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 33726, - "end": 33737, + "start": 34244, + "end": 34255, "loc": { "start": { - "line": 866, + "line": 873, "column": 21 }, "end": { - "line": 866, + "line": 873, "column": 32 } } @@ -346785,15 +349657,15 @@ "binop": null, "updateContext": null }, - "start": 33737, - "end": 33738, + "start": 34255, + "end": 34256, "loc": { "start": { - "line": 866, + "line": 873, "column": 32 }, "end": { - "line": 866, + "line": 873, "column": 33 } } @@ -346801,15 +349673,15 @@ { "type": "CommentLine", "value": " preview video stream in video element", - "start": 33759, - "end": 33799, + "start": 34277, + "end": 34317, "loc": { "start": { - "line": 867, + "line": 874, "column": 20 }, "end": { - "line": 867, + "line": 874, "column": 60 } } @@ -346829,15 +349701,15 @@ "updateContext": null }, "value": "this", - "start": 33820, - "end": 33824, + "start": 34338, + "end": 34342, "loc": { "start": { - "line": 868, + "line": 875, "column": 20 }, "end": { - "line": 868, + "line": 875, "column": 24 } } @@ -346855,15 +349727,15 @@ "binop": null, "updateContext": null }, - "start": 33824, - "end": 33825, + "start": 34342, + "end": 34343, "loc": { "start": { - "line": 868, + "line": 875, "column": 24 }, "end": { - "line": 868, + "line": 875, "column": 25 } } @@ -346881,15 +349753,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 33825, - "end": 33842, + "start": 34343, + "end": 34360, "loc": { "start": { - "line": 868, + "line": 875, "column": 25 }, "end": { - "line": 868, + "line": 875, "column": 42 } } @@ -346906,15 +349778,15 @@ "postfix": false, "binop": null }, - "start": 33842, - "end": 33843, + "start": 34360, + "end": 34361, "loc": { "start": { - "line": 868, + "line": 875, "column": 42 }, "end": { - "line": 868, + "line": 875, "column": 43 } } @@ -346931,15 +349803,15 @@ "postfix": false, "binop": null }, - "start": 33843, - "end": 33844, + "start": 34361, + "end": 34362, "loc": { "start": { - "line": 868, + "line": 875, "column": 43 }, "end": { - "line": 868, + "line": 875, "column": 44 } } @@ -346957,15 +349829,15 @@ "binop": null, "updateContext": null }, - "start": 33844, - "end": 33845, + "start": 34362, + "end": 34363, "loc": { "start": { - "line": 868, + "line": 875, "column": 44 }, "end": { - "line": 868, + "line": 875, "column": 45 } } @@ -346985,15 +349857,15 @@ "updateContext": null }, "value": "break", - "start": 33866, - "end": 33871, + "start": 34384, + "end": 34389, "loc": { "start": { - "line": 869, + "line": 876, "column": 20 }, "end": { - "line": 869, + "line": 876, "column": 25 } } @@ -347011,15 +349883,15 @@ "binop": null, "updateContext": null }, - "start": 33871, - "end": 33872, + "start": 34389, + "end": 34390, "loc": { "start": { - "line": 869, + "line": 876, "column": 25 }, "end": { - "line": 869, + "line": 876, "column": 26 } } @@ -347039,15 +349911,15 @@ "updateContext": null }, "value": "case", - "start": 33890, - "end": 33894, + "start": 34408, + "end": 34412, "loc": { "start": { - "line": 871, + "line": 878, "column": 16 }, "end": { - "line": 871, + "line": 878, "column": 20 } } @@ -347065,15 +349937,15 @@ "binop": null }, "value": "ANIMATION", - "start": 33895, - "end": 33904, + "start": 34413, + "end": 34422, "loc": { "start": { - "line": 871, + "line": 878, "column": 21 }, "end": { - "line": 871, + "line": 878, "column": 30 } } @@ -347091,15 +349963,15 @@ "binop": null, "updateContext": null }, - "start": 33904, - "end": 33905, + "start": 34422, + "end": 34423, "loc": { "start": { - "line": 871, + "line": 878, "column": 30 }, "end": { - "line": 871, + "line": 878, "column": 31 } } @@ -347107,15 +349979,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 33926, - "end": 33949, + "start": 34444, + "end": 34467, "loc": { "start": { - "line": 872, + "line": 879, "column": 20 }, "end": { - "line": 872, + "line": 879, "column": 43 } } @@ -347135,15 +350007,15 @@ "updateContext": null }, "value": "this", - "start": 33970, - "end": 33974, + "start": 34488, + "end": 34492, "loc": { "start": { - "line": 873, + "line": 880, "column": 20 }, "end": { - "line": 873, + "line": 880, "column": 24 } } @@ -347161,15 +350033,15 @@ "binop": null, "updateContext": null }, - "start": 33974, - "end": 33975, + "start": 34492, + "end": 34493, "loc": { "start": { - "line": 873, + "line": 880, "column": 24 }, "end": { - "line": 873, + "line": 880, "column": 25 } } @@ -347187,15 +350059,15 @@ "binop": null }, "value": "player", - "start": 33975, - "end": 33981, + "start": 34493, + "end": 34499, "loc": { "start": { - "line": 873, + "line": 880, "column": 25 }, "end": { - "line": 873, + "line": 880, "column": 31 } } @@ -347213,15 +350085,15 @@ "binop": null, "updateContext": null }, - "start": 33981, - "end": 33982, + "start": 34499, + "end": 34500, "loc": { "start": { - "line": 873, + "line": 880, "column": 31 }, "end": { - "line": 873, + "line": 880, "column": 32 } } @@ -347239,15 +350111,15 @@ "binop": null }, "value": "recordCanvas", - "start": 33982, - "end": 33994, + "start": 34500, + "end": 34512, "loc": { "start": { - "line": 873, + "line": 880, "column": 32 }, "end": { - "line": 873, + "line": 880, "column": 44 } } @@ -347265,15 +350137,15 @@ "binop": null, "updateContext": null }, - "start": 33994, - "end": 33995, + "start": 34512, + "end": 34513, "loc": { "start": { - "line": 873, + "line": 880, "column": 44 }, "end": { - "line": 873, + "line": 880, "column": 45 } } @@ -347291,15 +350163,15 @@ "binop": null }, "value": "hide", - "start": 33995, - "end": 33999, + "start": 34513, + "end": 34517, "loc": { "start": { - "line": 873, + "line": 880, "column": 45 }, "end": { - "line": 873, + "line": 880, "column": 49 } } @@ -347316,15 +350188,15 @@ "postfix": false, "binop": null }, - "start": 33999, - "end": 34000, + "start": 34517, + "end": 34518, "loc": { "start": { - "line": 873, + "line": 880, "column": 49 }, "end": { - "line": 873, + "line": 880, "column": 50 } } @@ -347341,15 +350213,15 @@ "postfix": false, "binop": null }, - "start": 34000, - "end": 34001, + "start": 34518, + "end": 34519, "loc": { "start": { - "line": 873, + "line": 880, "column": 50 }, "end": { - "line": 873, + "line": 880, "column": 51 } } @@ -347367,15 +350239,15 @@ "binop": null, "updateContext": null }, - "start": 34001, - "end": 34002, + "start": 34519, + "end": 34520, "loc": { "start": { - "line": 873, + "line": 880, "column": 51 }, "end": { - "line": 873, + "line": 880, "column": 52 } } @@ -347383,15 +350255,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 34024, - "end": 34045, + "start": 34542, + "end": 34563, "loc": { "start": { - "line": 875, + "line": 882, "column": 20 }, "end": { - "line": 875, + "line": 882, "column": 41 } } @@ -347411,15 +350283,15 @@ "updateContext": null }, "value": "this", - "start": 34066, - "end": 34070, + "start": 34584, + "end": 34588, "loc": { "start": { - "line": 876, + "line": 883, "column": 20 }, "end": { - "line": 876, + "line": 883, "column": 24 } } @@ -347437,15 +350309,15 @@ "binop": null, "updateContext": null }, - "start": 34070, - "end": 34071, + "start": 34588, + "end": 34589, "loc": { "start": { - "line": 876, + "line": 883, "column": 24 }, "end": { - "line": 876, + "line": 883, "column": 25 } } @@ -347463,15 +350335,15 @@ "binop": null }, "value": "player", - "start": 34071, - "end": 34077, + "start": 34589, + "end": 34595, "loc": { "start": { - "line": 876, + "line": 883, "column": 25 }, "end": { - "line": 876, + "line": 883, "column": 31 } } @@ -347489,15 +350361,15 @@ "binop": null, "updateContext": null }, - "start": 34077, - "end": 34078, + "start": 34595, + "end": 34596, "loc": { "start": { - "line": 876, + "line": 883, "column": 31 }, "end": { - "line": 876, + "line": 883, "column": 32 } } @@ -347515,15 +350387,15 @@ "binop": null }, "value": "animationDisplay", - "start": 34078, - "end": 34094, + "start": 34596, + "end": 34612, "loc": { "start": { - "line": 876, + "line": 883, "column": 32 }, "end": { - "line": 876, + "line": 883, "column": 48 } } @@ -347541,15 +350413,15 @@ "binop": null, "updateContext": null }, - "start": 34094, - "end": 34095, + "start": 34612, + "end": 34613, "loc": { "start": { - "line": 876, + "line": 883, "column": 48 }, "end": { - "line": 876, + "line": 883, "column": 49 } } @@ -347567,15 +350439,15 @@ "binop": null }, "value": "hide", - "start": 34095, - "end": 34099, + "start": 34613, + "end": 34617, "loc": { "start": { - "line": 876, + "line": 883, "column": 49 }, "end": { - "line": 876, + "line": 883, "column": 53 } } @@ -347592,15 +350464,15 @@ "postfix": false, "binop": null }, - "start": 34099, - "end": 34100, + "start": 34617, + "end": 34618, "loc": { "start": { - "line": 876, + "line": 883, "column": 53 }, "end": { - "line": 876, + "line": 883, "column": 54 } } @@ -347617,15 +350489,15 @@ "postfix": false, "binop": null }, - "start": 34100, - "end": 34101, + "start": 34618, + "end": 34619, "loc": { "start": { - "line": 876, + "line": 883, "column": 54 }, "end": { - "line": 876, + "line": 883, "column": 55 } } @@ -347643,15 +350515,15 @@ "binop": null, "updateContext": null }, - "start": 34101, - "end": 34102, + "start": 34619, + "end": 34620, "loc": { "start": { - "line": 876, + "line": 883, "column": 55 }, "end": { - "line": 876, + "line": 883, "column": 56 } } @@ -347659,15 +350531,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 34124, - "end": 34145, + "start": 34642, + "end": 34663, "loc": { "start": { - "line": 878, + "line": 885, "column": 20 }, "end": { - "line": 878, + "line": 885, "column": 41 } } @@ -347687,15 +350559,15 @@ "updateContext": null }, "value": "this", - "start": 34166, - "end": 34170, + "start": 34684, + "end": 34688, "loc": { "start": { - "line": 879, + "line": 886, "column": 20 }, "end": { - "line": 879, + "line": 886, "column": 24 } } @@ -347713,15 +350585,15 @@ "binop": null, "updateContext": null }, - "start": 34170, - "end": 34171, + "start": 34688, + "end": 34689, "loc": { "start": { - "line": 879, + "line": 886, "column": 24 }, "end": { - "line": 879, + "line": 886, "column": 25 } } @@ -347739,15 +350611,15 @@ "binop": null }, "value": "mediaElement", - "start": 34171, - "end": 34183, + "start": 34689, + "end": 34701, "loc": { "start": { - "line": 879, + "line": 886, "column": 25 }, "end": { - "line": 879, + "line": 886, "column": 37 } } @@ -347765,15 +350637,15 @@ "binop": null, "updateContext": null }, - "start": 34183, - "end": 34184, + "start": 34701, + "end": 34702, "loc": { "start": { - "line": 879, + "line": 886, "column": 37 }, "end": { - "line": 879, + "line": 886, "column": 38 } } @@ -347791,15 +350663,15 @@ "binop": null }, "value": "style", - "start": 34184, - "end": 34189, + "start": 34702, + "end": 34707, "loc": { "start": { - "line": 879, + "line": 886, "column": 38 }, "end": { - "line": 879, + "line": 886, "column": 43 } } @@ -347817,15 +350689,15 @@ "binop": null, "updateContext": null }, - "start": 34189, - "end": 34190, + "start": 34707, + "end": 34708, "loc": { "start": { - "line": 879, + "line": 886, "column": 43 }, "end": { - "line": 879, + "line": 886, "column": 44 } } @@ -347843,15 +350715,15 @@ "binop": null }, "value": "display", - "start": 34190, - "end": 34197, + "start": 34708, + "end": 34715, "loc": { "start": { - "line": 879, + "line": 886, "column": 44 }, "end": { - "line": 879, + "line": 886, "column": 51 } } @@ -347870,15 +350742,15 @@ "updateContext": null }, "value": "=", - "start": 34198, - "end": 34199, + "start": 34716, + "end": 34717, "loc": { "start": { - "line": 879, + "line": 886, "column": 52 }, "end": { - "line": 879, + "line": 886, "column": 53 } } @@ -347897,15 +350769,15 @@ "updateContext": null }, "value": "block", - "start": 34200, - "end": 34207, + "start": 34718, + "end": 34725, "loc": { "start": { - "line": 879, + "line": 886, "column": 54 }, "end": { - "line": 879, + "line": 886, "column": 61 } } @@ -347923,15 +350795,15 @@ "binop": null, "updateContext": null }, - "start": 34207, - "end": 34208, + "start": 34725, + "end": 34726, "loc": { "start": { - "line": 879, + "line": 886, "column": 61 }, "end": { - "line": 879, + "line": 886, "column": 62 } } @@ -347939,15 +350811,15 @@ { "type": "CommentLine", "value": " for animations, capture the first frame", - "start": 34230, - "end": 34272, + "start": 34748, + "end": 34790, "loc": { "start": { - "line": 881, + "line": 888, "column": 20 }, "end": { - "line": 881, + "line": 888, "column": 62 } } @@ -347955,15 +350827,15 @@ { "type": "CommentLine", "value": " that can be displayed as soon as recording", - "start": 34293, - "end": 34338, + "start": 34811, + "end": 34856, "loc": { "start": { - "line": 882, + "line": 889, "column": 20 }, "end": { - "line": 882, + "line": 889, "column": 65 } } @@ -347971,15 +350843,15 @@ { "type": "CommentLine", "value": " is complete", - "start": 34359, - "end": 34373, + "start": 34877, + "end": 34891, "loc": { "start": { - "line": 883, + "line": 890, "column": 20 }, "end": { - "line": 883, + "line": 890, "column": 34 } } @@ -347999,15 +350871,15 @@ "updateContext": null }, "value": "this", - "start": 34394, - "end": 34398, + "start": 34912, + "end": 34916, "loc": { "start": { - "line": 884, + "line": 891, "column": 20 }, "end": { - "line": 884, + "line": 891, "column": 24 } } @@ -348025,15 +350897,15 @@ "binop": null, "updateContext": null }, - "start": 34398, - "end": 34399, + "start": 34916, + "end": 34917, "loc": { "start": { - "line": 884, + "line": 891, "column": 24 }, "end": { - "line": 884, + "line": 891, "column": 25 } } @@ -348051,15 +350923,15 @@ "binop": null }, "value": "captureFrame", - "start": 34399, - "end": 34411, + "start": 34917, + "end": 34929, "loc": { "start": { - "line": 884, + "line": 891, "column": 25 }, "end": { - "line": 884, + "line": 891, "column": 37 } } @@ -348076,15 +350948,15 @@ "postfix": false, "binop": null }, - "start": 34411, - "end": 34412, + "start": 34929, + "end": 34930, "loc": { "start": { - "line": 884, + "line": 891, "column": 37 }, "end": { - "line": 884, + "line": 891, "column": 38 } } @@ -348101,15 +350973,15 @@ "postfix": false, "binop": null }, - "start": 34412, - "end": 34413, + "start": 34930, + "end": 34931, "loc": { "start": { - "line": 884, + "line": 891, "column": 38 }, "end": { - "line": 884, + "line": 891, "column": 39 } } @@ -348127,15 +350999,15 @@ "binop": null, "updateContext": null }, - "start": 34413, - "end": 34414, + "start": 34931, + "end": 34932, "loc": { "start": { - "line": 884, + "line": 891, "column": 39 }, "end": { - "line": 884, + "line": 891, "column": 40 } } @@ -348153,15 +351025,15 @@ "binop": null }, "value": "then", - "start": 34414, - "end": 34418, + "start": 34932, + "end": 34936, "loc": { "start": { - "line": 884, + "line": 891, "column": 40 }, "end": { - "line": 884, + "line": 891, "column": 44 } } @@ -348178,15 +351050,15 @@ "postfix": false, "binop": null }, - "start": 34418, - "end": 34419, + "start": 34936, + "end": 34937, "loc": { "start": { - "line": 884, + "line": 891, "column": 44 }, "end": { - "line": 884, + "line": 891, "column": 45 } } @@ -348203,15 +351075,15 @@ "postfix": false, "binop": null }, - "start": 34419, - "end": 34420, + "start": 34937, + "end": 34938, "loc": { "start": { - "line": 884, + "line": 891, "column": 45 }, "end": { - "line": 884, + "line": 891, "column": 46 } } @@ -348229,15 +351101,15 @@ "binop": null }, "value": "result", - "start": 34420, - "end": 34426, + "start": 34938, + "end": 34944, "loc": { "start": { - "line": 884, + "line": 891, "column": 46 }, "end": { - "line": 884, + "line": 891, "column": 52 } } @@ -348254,15 +351126,15 @@ "postfix": false, "binop": null }, - "start": 34426, - "end": 34427, + "start": 34944, + "end": 34945, "loc": { "start": { - "line": 884, + "line": 891, "column": 52 }, "end": { - "line": 884, + "line": 891, "column": 53 } } @@ -348280,15 +351152,15 @@ "binop": null, "updateContext": null }, - "start": 34428, - "end": 34430, + "start": 34946, + "end": 34948, "loc": { "start": { - "line": 884, + "line": 891, "column": 54 }, "end": { - "line": 884, + "line": 891, "column": 56 } } @@ -348305,15 +351177,15 @@ "postfix": false, "binop": null }, - "start": 34431, - "end": 34432, + "start": 34949, + "end": 34950, "loc": { "start": { - "line": 884, + "line": 891, "column": 57 }, "end": { - "line": 884, + "line": 891, "column": 58 } } @@ -348321,15 +351193,15 @@ { "type": "CommentLine", "value": " start video preview **after** capturing first frame", - "start": 34457, - "end": 34511, + "start": 34975, + "end": 35029, "loc": { "start": { - "line": 885, + "line": 892, "column": 24 }, "end": { - "line": 885, + "line": 892, "column": 78 } } @@ -348349,15 +351221,15 @@ "updateContext": null }, "value": "this", - "start": 34536, - "end": 34540, + "start": 35054, + "end": 35058, "loc": { "start": { - "line": 886, + "line": 893, "column": 24 }, "end": { - "line": 886, + "line": 893, "column": 28 } } @@ -348375,15 +351247,15 @@ "binop": null, "updateContext": null }, - "start": 34540, - "end": 34541, + "start": 35058, + "end": 35059, "loc": { "start": { - "line": 886, + "line": 893, "column": 28 }, "end": { - "line": 886, + "line": 893, "column": 29 } } @@ -348401,15 +351273,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 34541, - "end": 34558, + "start": 35059, + "end": 35076, "loc": { "start": { - "line": 886, + "line": 893, "column": 29 }, "end": { - "line": 886, + "line": 893, "column": 46 } } @@ -348426,15 +351298,15 @@ "postfix": false, "binop": null }, - "start": 34558, - "end": 34559, + "start": 35076, + "end": 35077, "loc": { "start": { - "line": 886, + "line": 893, "column": 46 }, "end": { - "line": 886, + "line": 893, "column": 47 } } @@ -348451,15 +351323,15 @@ "postfix": false, "binop": null }, - "start": 34559, - "end": 34560, + "start": 35077, + "end": 35078, "loc": { "start": { - "line": 886, + "line": 893, "column": 47 }, "end": { - "line": 886, + "line": 893, "column": 48 } } @@ -348477,15 +351349,15 @@ "binop": null, "updateContext": null }, - "start": 34560, - "end": 34561, + "start": 35078, + "end": 35079, "loc": { "start": { - "line": 886, + "line": 893, "column": 48 }, "end": { - "line": 886, + "line": 893, "column": 49 } } @@ -348502,15 +351374,15 @@ "postfix": false, "binop": null }, - "start": 34582, - "end": 34583, + "start": 35100, + "end": 35101, "loc": { "start": { - "line": 887, + "line": 894, "column": 20 }, "end": { - "line": 887, + "line": 894, "column": 21 } } @@ -348527,15 +351399,15 @@ "postfix": false, "binop": null }, - "start": 34583, - "end": 34584, + "start": 35101, + "end": 35102, "loc": { "start": { - "line": 887, + "line": 894, "column": 21 }, "end": { - "line": 887, + "line": 894, "column": 22 } } @@ -348553,15 +351425,15 @@ "binop": null, "updateContext": null }, - "start": 34584, - "end": 34585, + "start": 35102, + "end": 35103, "loc": { "start": { - "line": 887, + "line": 894, "column": 22 }, "end": { - "line": 887, + "line": 894, "column": 23 } } @@ -348581,15 +351453,15 @@ "updateContext": null }, "value": "break", - "start": 34606, - "end": 34611, + "start": 35124, + "end": 35129, "loc": { "start": { - "line": 888, + "line": 895, "column": 20 }, "end": { - "line": 888, + "line": 895, "column": 25 } } @@ -348607,15 +351479,15 @@ "binop": null, "updateContext": null }, - "start": 34611, - "end": 34612, + "start": 35129, + "end": 35130, "loc": { "start": { - "line": 888, + "line": 895, "column": 25 }, "end": { - "line": 888, + "line": 895, "column": 26 } } @@ -348632,15 +351504,15 @@ "postfix": false, "binop": null }, - "start": 34625, - "end": 34626, + "start": 35143, + "end": 35144, "loc": { "start": { - "line": 889, + "line": 896, "column": 12 }, "end": { - "line": 889, + "line": 896, "column": 13 } } @@ -348660,15 +351532,15 @@ "updateContext": null }, "value": "if", - "start": 34640, - "end": 34642, + "start": 35158, + "end": 35160, "loc": { "start": { - "line": 891, + "line": 898, "column": 12 }, "end": { - "line": 891, + "line": 898, "column": 14 } } @@ -348685,15 +351557,15 @@ "postfix": false, "binop": null }, - "start": 34643, - "end": 34644, + "start": 35161, + "end": 35162, "loc": { "start": { - "line": 891, + "line": 898, "column": 15 }, "end": { - "line": 891, + "line": 898, "column": 16 } } @@ -348713,15 +351585,15 @@ "updateContext": null }, "value": "this", - "start": 34644, - "end": 34648, + "start": 35162, + "end": 35166, "loc": { "start": { - "line": 891, + "line": 898, "column": 16 }, "end": { - "line": 891, + "line": 898, "column": 20 } } @@ -348739,15 +351611,15 @@ "binop": null, "updateContext": null }, - "start": 34648, - "end": 34649, + "start": 35166, + "end": 35167, "loc": { "start": { - "line": 891, + "line": 898, "column": 20 }, "end": { - "line": 891, + "line": 898, "column": 21 } } @@ -348765,15 +351637,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 34649, - "end": 34663, + "start": 35167, + "end": 35181, "loc": { "start": { - "line": 891, + "line": 898, "column": 21 }, "end": { - "line": 891, + "line": 898, "column": 35 } } @@ -348790,15 +351662,15 @@ "postfix": false, "binop": null }, - "start": 34663, - "end": 34664, + "start": 35181, + "end": 35182, "loc": { "start": { - "line": 891, + "line": 898, "column": 35 }, "end": { - "line": 891, + "line": 898, "column": 36 } } @@ -348815,15 +351687,15 @@ "postfix": false, "binop": null }, - "start": 34665, - "end": 34666, + "start": 35183, + "end": 35184, "loc": { "start": { - "line": 891, + "line": 898, "column": 37 }, "end": { - "line": 891, + "line": 898, "column": 38 } } @@ -348831,15 +351703,15 @@ { "type": "CommentLine", "value": " unmute device", - "start": 34683, - "end": 34699, + "start": 35201, + "end": 35217, "loc": { "start": { - "line": 892, + "line": 899, "column": 16 }, "end": { - "line": 892, + "line": 899, "column": 32 } } @@ -348859,15 +351731,15 @@ "updateContext": null }, "value": "this", - "start": 34716, - "end": 34720, + "start": 35234, + "end": 35238, "loc": { "start": { - "line": 893, + "line": 900, "column": 16 }, "end": { - "line": 893, + "line": 900, "column": 20 } } @@ -348885,15 +351757,15 @@ "binop": null, "updateContext": null }, - "start": 34720, - "end": 34721, + "start": 35238, + "end": 35239, "loc": { "start": { - "line": 893, + "line": 900, "column": 20 }, "end": { - "line": 893, + "line": 900, "column": 21 } } @@ -348911,15 +351783,15 @@ "binop": null }, "value": "muteTracks", - "start": 34721, - "end": 34731, + "start": 35239, + "end": 35249, "loc": { "start": { - "line": 893, + "line": 900, "column": 21 }, "end": { - "line": 893, + "line": 900, "column": 31 } } @@ -348936,15 +351808,15 @@ "postfix": false, "binop": null }, - "start": 34731, - "end": 34732, + "start": 35249, + "end": 35250, "loc": { "start": { - "line": 893, + "line": 900, "column": 31 }, "end": { - "line": 893, + "line": 900, "column": 32 } } @@ -348964,15 +351836,15 @@ "updateContext": null }, "value": "false", - "start": 34732, - "end": 34737, + "start": 35250, + "end": 35255, "loc": { "start": { - "line": 893, + "line": 900, "column": 32 }, "end": { - "line": 893, + "line": 900, "column": 37 } } @@ -348989,15 +351861,15 @@ "postfix": false, "binop": null }, - "start": 34737, - "end": 34738, + "start": 35255, + "end": 35256, "loc": { "start": { - "line": 893, + "line": 900, "column": 37 }, "end": { - "line": 893, + "line": 900, "column": 38 } } @@ -349015,15 +351887,15 @@ "binop": null, "updateContext": null }, - "start": 34738, - "end": 34739, + "start": 35256, + "end": 35257, "loc": { "start": { - "line": 893, + "line": 900, "column": 38 }, "end": { - "line": 893, + "line": 900, "column": 39 } } @@ -349040,15 +351912,15 @@ "postfix": false, "binop": null }, - "start": 34752, - "end": 34753, + "start": 35270, + "end": 35271, "loc": { "start": { - "line": 894, + "line": 901, "column": 12 }, "end": { - "line": 894, + "line": 901, "column": 13 } } @@ -349056,15 +351928,15 @@ { "type": "CommentLine", "value": " start recording", - "start": 34767, - "end": 34785, + "start": 35285, + "end": 35303, "loc": { "start": { - "line": 896, + "line": 903, "column": 12 }, "end": { - "line": 896, + "line": 903, "column": 30 } } @@ -349084,15 +351956,15 @@ "updateContext": null }, "value": "switch", - "start": 34798, - "end": 34804, + "start": 35316, + "end": 35322, "loc": { "start": { - "line": 897, + "line": 904, "column": 12 }, "end": { - "line": 897, + "line": 904, "column": 18 } } @@ -349109,15 +351981,15 @@ "postfix": false, "binop": null }, - "start": 34805, - "end": 34806, + "start": 35323, + "end": 35324, "loc": { "start": { - "line": 897, + "line": 904, "column": 19 }, "end": { - "line": 897, + "line": 904, "column": 20 } } @@ -349137,15 +352009,15 @@ "updateContext": null }, "value": "this", - "start": 34806, - "end": 34810, + "start": 35324, + "end": 35328, "loc": { "start": { - "line": 897, + "line": 904, "column": 20 }, "end": { - "line": 897, + "line": 904, "column": 24 } } @@ -349163,15 +352035,15 @@ "binop": null, "updateContext": null }, - "start": 34810, - "end": 34811, + "start": 35328, + "end": 35329, "loc": { "start": { - "line": 897, + "line": 904, "column": 24 }, "end": { - "line": 897, + "line": 904, "column": 25 } } @@ -349189,15 +352061,15 @@ "binop": null }, "value": "getRecordType", - "start": 34811, - "end": 34824, + "start": 35329, + "end": 35342, "loc": { "start": { - "line": 897, + "line": 904, "column": 25 }, "end": { - "line": 897, + "line": 904, "column": 38 } } @@ -349214,15 +352086,15 @@ "postfix": false, "binop": null }, - "start": 34824, - "end": 34825, + "start": 35342, + "end": 35343, "loc": { "start": { - "line": 897, + "line": 904, "column": 38 }, "end": { - "line": 897, + "line": 904, "column": 39 } } @@ -349239,15 +352111,15 @@ "postfix": false, "binop": null }, - "start": 34825, - "end": 34826, + "start": 35343, + "end": 35344, "loc": { "start": { - "line": 897, + "line": 904, "column": 39 }, "end": { - "line": 897, + "line": 904, "column": 40 } } @@ -349264,15 +352136,15 @@ "postfix": false, "binop": null }, - "start": 34826, - "end": 34827, + "start": 35344, + "end": 35345, "loc": { "start": { - "line": 897, + "line": 904, "column": 40 }, "end": { - "line": 897, + "line": 904, "column": 41 } } @@ -349289,15 +352161,15 @@ "postfix": false, "binop": null }, - "start": 34828, - "end": 34829, + "start": 35346, + "end": 35347, "loc": { "start": { - "line": 897, + "line": 904, "column": 42 }, "end": { - "line": 897, + "line": 904, "column": 43 } } @@ -349317,15 +352189,15 @@ "updateContext": null }, "value": "case", - "start": 34846, - "end": 34850, + "start": 35364, + "end": 35368, "loc": { "start": { - "line": 898, + "line": 905, "column": 16 }, "end": { - "line": 898, + "line": 905, "column": 20 } } @@ -349343,15 +352215,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 34851, - "end": 34861, + "start": 35369, + "end": 35379, "loc": { "start": { - "line": 898, + "line": 905, "column": 21 }, "end": { - "line": 898, + "line": 905, "column": 31 } } @@ -349369,15 +352241,15 @@ "binop": null, "updateContext": null }, - "start": 34861, - "end": 34862, + "start": 35379, + "end": 35380, "loc": { "start": { - "line": 898, + "line": 905, "column": 31 }, "end": { - "line": 898, + "line": 905, "column": 32 } } @@ -349385,15 +352257,15 @@ { "type": "CommentLine", "value": " create snapshot", - "start": 34883, - "end": 34901, + "start": 35401, + "end": 35419, "loc": { "start": { - "line": 899, + "line": 906, "column": 20 }, "end": { - "line": 899, + "line": 906, "column": 38 } } @@ -349413,15 +352285,15 @@ "updateContext": null }, "value": "this", - "start": 34922, - "end": 34926, + "start": 35440, + "end": 35444, "loc": { "start": { - "line": 900, + "line": 907, "column": 20 }, "end": { - "line": 900, + "line": 907, "column": 24 } } @@ -349439,15 +352311,15 @@ "binop": null, "updateContext": null }, - "start": 34926, - "end": 34927, + "start": 35444, + "end": 35445, "loc": { "start": { - "line": 900, + "line": 907, "column": 24 }, "end": { - "line": 900, + "line": 907, "column": 25 } } @@ -349465,15 +352337,15 @@ "binop": null }, "value": "createSnapshot", - "start": 34927, - "end": 34941, + "start": 35445, + "end": 35459, "loc": { "start": { - "line": 900, + "line": 907, "column": 25 }, "end": { - "line": 900, + "line": 907, "column": 39 } } @@ -349490,15 +352362,15 @@ "postfix": false, "binop": null }, - "start": 34941, - "end": 34942, + "start": 35459, + "end": 35460, "loc": { "start": { - "line": 900, + "line": 907, "column": 39 }, "end": { - "line": 900, + "line": 907, "column": 40 } } @@ -349515,15 +352387,15 @@ "postfix": false, "binop": null }, - "start": 34942, - "end": 34943, + "start": 35460, + "end": 35461, "loc": { "start": { - "line": 900, + "line": 907, "column": 40 }, "end": { - "line": 900, + "line": 907, "column": 41 } } @@ -349541,15 +352413,15 @@ "binop": null, "updateContext": null }, - "start": 34943, - "end": 34944, + "start": 35461, + "end": 35462, "loc": { "start": { - "line": 900, + "line": 907, "column": 41 }, "end": { - "line": 900, + "line": 907, "column": 42 } } @@ -349557,15 +352429,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 34966, - "end": 34978, + "start": 35484, + "end": 35496, "loc": { "start": { - "line": 902, + "line": 909, "column": 20 }, "end": { - "line": 902, + "line": 909, "column": 32 } } @@ -349585,15 +352457,15 @@ "updateContext": null }, "value": "this", - "start": 34999, - "end": 35003, + "start": 35517, + "end": 35521, "loc": { "start": { - "line": 903, + "line": 910, "column": 20 }, "end": { - "line": 903, + "line": 910, "column": 24 } } @@ -349611,15 +352483,15 @@ "binop": null, "updateContext": null }, - "start": 35003, - "end": 35004, + "start": 35521, + "end": 35522, "loc": { "start": { - "line": 903, + "line": 910, "column": 24 }, "end": { - "line": 903, + "line": 910, "column": 25 } } @@ -349637,15 +352509,15 @@ "binop": null }, "value": "player", - "start": 35004, - "end": 35010, + "start": 35522, + "end": 35528, "loc": { "start": { - "line": 903, + "line": 910, "column": 25 }, "end": { - "line": 903, + "line": 910, "column": 31 } } @@ -349663,15 +352535,15 @@ "binop": null, "updateContext": null }, - "start": 35010, - "end": 35011, + "start": 35528, + "end": 35529, "loc": { "start": { - "line": 903, + "line": 910, "column": 31 }, "end": { - "line": 903, + "line": 910, "column": 32 } } @@ -349689,15 +352561,15 @@ "binop": null }, "value": "trigger", - "start": 35011, - "end": 35018, + "start": 35529, + "end": 35536, "loc": { "start": { - "line": 903, + "line": 910, "column": 32 }, "end": { - "line": 903, + "line": 910, "column": 39 } } @@ -349714,15 +352586,15 @@ "postfix": false, "binop": null }, - "start": 35018, - "end": 35019, + "start": 35536, + "end": 35537, "loc": { "start": { - "line": 903, + "line": 910, "column": 39 }, "end": { - "line": 903, + "line": 910, "column": 40 } } @@ -349740,15 +352612,15 @@ "binop": null }, "value": "Event", - "start": 35019, - "end": 35024, + "start": 35537, + "end": 35542, "loc": { "start": { - "line": 903, + "line": 910, "column": 40 }, "end": { - "line": 903, + "line": 910, "column": 45 } } @@ -349766,15 +352638,15 @@ "binop": null, "updateContext": null }, - "start": 35024, - "end": 35025, + "start": 35542, + "end": 35543, "loc": { "start": { - "line": 903, + "line": 910, "column": 45 }, "end": { - "line": 903, + "line": 910, "column": 46 } } @@ -349792,15 +352664,15 @@ "binop": null }, "value": "START_RECORD", - "start": 35025, - "end": 35037, + "start": 35543, + "end": 35555, "loc": { "start": { - "line": 903, + "line": 910, "column": 46 }, "end": { - "line": 903, + "line": 910, "column": 58 } } @@ -349817,15 +352689,15 @@ "postfix": false, "binop": null }, - "start": 35037, - "end": 35038, + "start": 35555, + "end": 35556, "loc": { "start": { - "line": 903, + "line": 910, "column": 58 }, "end": { - "line": 903, + "line": 910, "column": 59 } } @@ -349843,15 +352715,15 @@ "binop": null, "updateContext": null }, - "start": 35038, - "end": 35039, + "start": 35556, + "end": 35557, "loc": { "start": { - "line": 903, + "line": 910, "column": 59 }, "end": { - "line": 903, + "line": 910, "column": 60 } } @@ -349871,15 +352743,15 @@ "updateContext": null }, "value": "break", - "start": 35060, - "end": 35065, + "start": 35578, + "end": 35583, "loc": { "start": { - "line": 904, + "line": 911, "column": 20 }, "end": { - "line": 904, + "line": 911, "column": 25 } } @@ -349897,15 +352769,15 @@ "binop": null, "updateContext": null }, - "start": 35065, - "end": 35066, + "start": 35583, + "end": 35584, "loc": { "start": { - "line": 904, + "line": 911, "column": 25 }, "end": { - "line": 904, + "line": 911, "column": 26 } } @@ -349925,15 +352797,15 @@ "updateContext": null }, "value": "case", - "start": 35084, - "end": 35088, + "start": 35602, + "end": 35606, "loc": { "start": { - "line": 906, + "line": 913, "column": 16 }, "end": { - "line": 906, + "line": 913, "column": 20 } } @@ -349951,15 +352823,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 35089, - "end": 35099, + "start": 35607, + "end": 35617, "loc": { "start": { - "line": 906, + "line": 913, "column": 21 }, "end": { - "line": 906, + "line": 913, "column": 31 } } @@ -349977,15 +352849,15 @@ "binop": null, "updateContext": null }, - "start": 35099, - "end": 35100, + "start": 35617, + "end": 35618, "loc": { "start": { - "line": 906, + "line": 913, "column": 31 }, "end": { - "line": 906, + "line": 913, "column": 32 } } @@ -350005,15 +352877,15 @@ "updateContext": null }, "value": "case", - "start": 35117, - "end": 35121, + "start": 35635, + "end": 35639, "loc": { "start": { - "line": 907, + "line": 914, "column": 16 }, "end": { - "line": 907, + "line": 914, "column": 20 } } @@ -350031,15 +352903,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 35122, - "end": 35133, + "start": 35640, + "end": 35651, "loc": { "start": { - "line": 907, + "line": 914, "column": 21 }, "end": { - "line": 907, + "line": 914, "column": 32 } } @@ -350057,15 +352929,15 @@ "binop": null, "updateContext": null }, - "start": 35133, - "end": 35134, + "start": 35651, + "end": 35652, "loc": { "start": { - "line": 907, + "line": 914, "column": 32 }, "end": { - "line": 907, + "line": 914, "column": 33 } } @@ -350085,15 +352957,15 @@ "updateContext": null }, "value": "case", - "start": 35151, - "end": 35155, + "start": 35669, + "end": 35673, "loc": { "start": { - "line": 908, + "line": 915, "column": 16 }, "end": { - "line": 908, + "line": 915, "column": 20 } } @@ -350111,15 +352983,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 35156, - "end": 35168, + "start": 35674, + "end": 35686, "loc": { "start": { - "line": 908, + "line": 915, "column": 21 }, "end": { - "line": 908, + "line": 915, "column": 33 } } @@ -350137,15 +353009,15 @@ "binop": null, "updateContext": null }, - "start": 35168, - "end": 35169, + "start": 35686, + "end": 35687, "loc": { "start": { - "line": 908, + "line": 915, "column": 33 }, "end": { - "line": 908, + "line": 915, "column": 34 } } @@ -350165,15 +353037,15 @@ "updateContext": null }, "value": "case", - "start": 35186, - "end": 35190, + "start": 35704, + "end": 35708, "loc": { "start": { - "line": 909, + "line": 916, "column": 16 }, "end": { - "line": 909, + "line": 916, "column": 20 } } @@ -350191,15 +353063,15 @@ "binop": null }, "value": "ANIMATION", - "start": 35191, - "end": 35200, + "start": 35709, + "end": 35718, "loc": { "start": { - "line": 909, + "line": 916, "column": 21 }, "end": { - "line": 909, + "line": 916, "column": 30 } } @@ -350217,15 +353089,15 @@ "binop": null, "updateContext": null }, - "start": 35200, - "end": 35201, + "start": 35718, + "end": 35719, "loc": { "start": { - "line": 909, + "line": 916, "column": 30 }, "end": { - "line": 909, + "line": 916, "column": 31 } } @@ -350245,15 +353117,15 @@ "updateContext": null }, "value": "case", - "start": 35218, - "end": 35222, + "start": 35736, + "end": 35740, "loc": { "start": { - "line": 910, + "line": 917, "column": 16 }, "end": { - "line": 910, + "line": 917, "column": 20 } } @@ -350271,15 +353143,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 35223, - "end": 35234, + "start": 35741, + "end": 35752, "loc": { "start": { - "line": 910, + "line": 917, "column": 21 }, "end": { - "line": 910, + "line": 917, "column": 32 } } @@ -350297,15 +353169,15 @@ "binop": null, "updateContext": null }, - "start": 35234, - "end": 35235, + "start": 35752, + "end": 35753, "loc": { "start": { - "line": 910, + "line": 917, "column": 32 }, "end": { - "line": 910, + "line": 917, "column": 33 } } @@ -350313,15 +353185,15 @@ { "type": "CommentLine", "value": " wait for media stream on video element to actually load", - "start": 35256, - "end": 35314, + "start": 35774, + "end": 35832, "loc": { "start": { - "line": 911, + "line": 918, "column": 20 }, "end": { - "line": 911, + "line": 918, "column": 78 } } @@ -350341,15 +353213,15 @@ "updateContext": null }, "value": "this", - "start": 35335, - "end": 35339, + "start": 35853, + "end": 35857, "loc": { "start": { - "line": 912, + "line": 919, "column": 20 }, "end": { - "line": 912, + "line": 919, "column": 24 } } @@ -350367,15 +353239,15 @@ "binop": null, "updateContext": null }, - "start": 35339, - "end": 35340, + "start": 35857, + "end": 35858, "loc": { "start": { - "line": 912, + "line": 919, "column": 24 }, "end": { - "line": 912, + "line": 919, "column": 25 } } @@ -350393,15 +353265,15 @@ "binop": null }, "value": "player", - "start": 35340, - "end": 35346, + "start": 35858, + "end": 35864, "loc": { "start": { - "line": 912, + "line": 919, "column": 25 }, "end": { - "line": 912, + "line": 919, "column": 31 } } @@ -350419,15 +353291,15 @@ "binop": null, "updateContext": null }, - "start": 35346, - "end": 35347, + "start": 35864, + "end": 35865, "loc": { "start": { - "line": 912, + "line": 919, "column": 31 }, "end": { - "line": 912, + "line": 919, "column": 32 } } @@ -350445,15 +353317,15 @@ "binop": null }, "value": "one", - "start": 35347, - "end": 35350, + "start": 35865, + "end": 35868, "loc": { "start": { - "line": 912, + "line": 919, "column": 32 }, "end": { - "line": 912, + "line": 919, "column": 35 } } @@ -350470,15 +353342,15 @@ "postfix": false, "binop": null }, - "start": 35350, - "end": 35351, + "start": 35868, + "end": 35869, "loc": { "start": { - "line": 912, + "line": 919, "column": 35 }, "end": { - "line": 912, + "line": 919, "column": 36 } } @@ -350496,15 +353368,15 @@ "binop": null }, "value": "Event", - "start": 35351, - "end": 35356, + "start": 35869, + "end": 35874, "loc": { "start": { - "line": 912, + "line": 919, "column": 36 }, "end": { - "line": 912, + "line": 919, "column": 41 } } @@ -350522,15 +353394,15 @@ "binop": null, "updateContext": null }, - "start": 35356, - "end": 35357, + "start": 35874, + "end": 35875, "loc": { "start": { - "line": 912, + "line": 919, "column": 41 }, "end": { - "line": 912, + "line": 919, "column": 42 } } @@ -350548,15 +353420,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 35357, - "end": 35371, + "start": 35875, + "end": 35889, "loc": { "start": { - "line": 912, + "line": 919, "column": 42 }, "end": { - "line": 912, + "line": 919, "column": 56 } } @@ -350574,15 +353446,15 @@ "binop": null, "updateContext": null }, - "start": 35371, - "end": 35372, + "start": 35889, + "end": 35890, "loc": { "start": { - "line": 912, + "line": 919, "column": 56 }, "end": { - "line": 912, + "line": 919, "column": 57 } } @@ -350599,15 +353471,15 @@ "postfix": false, "binop": null }, - "start": 35373, - "end": 35374, + "start": 35891, + "end": 35892, "loc": { "start": { - "line": 912, + "line": 919, "column": 58 }, "end": { - "line": 912, + "line": 919, "column": 59 } } @@ -350624,15 +353496,15 @@ "postfix": false, "binop": null }, - "start": 35374, - "end": 35375, + "start": 35892, + "end": 35893, "loc": { "start": { - "line": 912, + "line": 919, "column": 59 }, "end": { - "line": 912, + "line": 919, "column": 60 } } @@ -350650,15 +353522,15 @@ "binop": null, "updateContext": null }, - "start": 35376, - "end": 35378, + "start": 35894, + "end": 35896, "loc": { "start": { - "line": 912, + "line": 919, "column": 61 }, "end": { - "line": 912, + "line": 919, "column": 63 } } @@ -350675,15 +353547,15 @@ "postfix": false, "binop": null }, - "start": 35379, - "end": 35380, + "start": 35897, + "end": 35898, "loc": { "start": { - "line": 912, + "line": 919, "column": 64 }, "end": { - "line": 912, + "line": 919, "column": 65 } } @@ -350691,15 +353563,15 @@ { "type": "CommentLine", "value": " start actually recording process", - "start": 35405, - "end": 35440, + "start": 35923, + "end": 35958, "loc": { "start": { - "line": 913, + "line": 920, "column": 24 }, "end": { - "line": 913, + "line": 920, "column": 59 } } @@ -350719,15 +353591,15 @@ "updateContext": null }, "value": "this", - "start": 35465, - "end": 35469, + "start": 35983, + "end": 35987, "loc": { "start": { - "line": 914, + "line": 921, "column": 24 }, "end": { - "line": 914, + "line": 921, "column": 28 } } @@ -350745,15 +353617,15 @@ "binop": null, "updateContext": null }, - "start": 35469, - "end": 35470, + "start": 35987, + "end": 35988, "loc": { "start": { - "line": 914, + "line": 921, "column": 28 }, "end": { - "line": 914, + "line": 921, "column": 29 } } @@ -350771,15 +353643,15 @@ "binop": null }, "value": "startRecording", - "start": 35470, - "end": 35484, + "start": 35988, + "end": 36002, "loc": { "start": { - "line": 914, + "line": 921, "column": 29 }, "end": { - "line": 914, + "line": 921, "column": 43 } } @@ -350796,15 +353668,15 @@ "postfix": false, "binop": null }, - "start": 35484, - "end": 35485, + "start": 36002, + "end": 36003, "loc": { "start": { - "line": 914, + "line": 921, "column": 43 }, "end": { - "line": 914, + "line": 921, "column": 44 } } @@ -350821,15 +353693,15 @@ "postfix": false, "binop": null }, - "start": 35485, - "end": 35486, + "start": 36003, + "end": 36004, "loc": { "start": { - "line": 914, + "line": 921, "column": 44 }, "end": { - "line": 914, + "line": 921, "column": 45 } } @@ -350847,15 +353719,15 @@ "binop": null, "updateContext": null }, - "start": 35486, - "end": 35487, + "start": 36004, + "end": 36005, "loc": { "start": { - "line": 914, + "line": 921, "column": 45 }, "end": { - "line": 914, + "line": 921, "column": 46 } } @@ -350872,15 +353744,15 @@ "postfix": false, "binop": null }, - "start": 35508, - "end": 35509, + "start": 36026, + "end": 36027, "loc": { "start": { - "line": 915, + "line": 922, "column": 20 }, "end": { - "line": 915, + "line": 922, "column": 21 } } @@ -350897,15 +353769,15 @@ "postfix": false, "binop": null }, - "start": 35509, - "end": 35510, + "start": 36027, + "end": 36028, "loc": { "start": { - "line": 915, + "line": 922, "column": 21 }, "end": { - "line": 915, + "line": 922, "column": 22 } } @@ -350923,15 +353795,15 @@ "binop": null, "updateContext": null }, - "start": 35510, - "end": 35511, + "start": 36028, + "end": 36029, "loc": { "start": { - "line": 915, + "line": 922, "column": 22 }, "end": { - "line": 915, + "line": 922, "column": 23 } } @@ -350951,15 +353823,15 @@ "updateContext": null }, "value": "break", - "start": 35532, - "end": 35537, + "start": 36050, + "end": 36055, "loc": { "start": { - "line": 916, + "line": 923, "column": 20 }, "end": { - "line": 916, + "line": 923, "column": 25 } } @@ -350977,15 +353849,15 @@ "binop": null, "updateContext": null }, - "start": 35537, - "end": 35538, + "start": 36055, + "end": 36056, "loc": { "start": { - "line": 916, + "line": 923, "column": 25 }, "end": { - "line": 916, + "line": 923, "column": 26 } } @@ -351005,15 +353877,15 @@ "updateContext": null }, "value": "default", - "start": 35556, - "end": 35563, + "start": 36074, + "end": 36081, "loc": { "start": { - "line": 918, + "line": 925, "column": 16 }, "end": { - "line": 918, + "line": 925, "column": 23 } } @@ -351031,15 +353903,15 @@ "binop": null, "updateContext": null }, - "start": 35563, - "end": 35564, + "start": 36081, + "end": 36082, "loc": { "start": { - "line": 918, + "line": 925, "column": 23 }, "end": { - "line": 918, + "line": 925, "column": 24 } } @@ -351047,15 +353919,15 @@ { "type": "CommentLine", "value": " all resources have already loaded, so we can start", - "start": 35585, - "end": 35638, + "start": 36103, + "end": 36156, "loc": { "start": { - "line": 919, + "line": 926, "column": 20 }, "end": { - "line": 919, + "line": 926, "column": 73 } } @@ -351063,15 +353935,15 @@ { "type": "CommentLine", "value": " recording right away", - "start": 35659, - "end": 35682, + "start": 36177, + "end": 36200, "loc": { "start": { - "line": 920, + "line": 927, "column": 20 }, "end": { - "line": 920, + "line": 927, "column": 43 } } @@ -351091,15 +353963,15 @@ "updateContext": null }, "value": "this", - "start": 35703, - "end": 35707, + "start": 36221, + "end": 36225, "loc": { "start": { - "line": 921, + "line": 928, "column": 20 }, "end": { - "line": 921, + "line": 928, "column": 24 } } @@ -351117,15 +353989,15 @@ "binop": null, "updateContext": null }, - "start": 35707, - "end": 35708, + "start": 36225, + "end": 36226, "loc": { "start": { - "line": 921, + "line": 928, "column": 24 }, "end": { - "line": 921, + "line": 928, "column": 25 } } @@ -351143,15 +354015,15 @@ "binop": null }, "value": "startRecording", - "start": 35708, - "end": 35722, + "start": 36226, + "end": 36240, "loc": { "start": { - "line": 921, + "line": 928, "column": 25 }, "end": { - "line": 921, + "line": 928, "column": 39 } } @@ -351168,15 +354040,15 @@ "postfix": false, "binop": null }, - "start": 35722, - "end": 35723, + "start": 36240, + "end": 36241, "loc": { "start": { - "line": 921, + "line": 928, "column": 39 }, "end": { - "line": 921, + "line": 928, "column": 40 } } @@ -351193,15 +354065,15 @@ "postfix": false, "binop": null }, - "start": 35723, - "end": 35724, + "start": 36241, + "end": 36242, "loc": { "start": { - "line": 921, + "line": 928, "column": 40 }, "end": { - "line": 921, + "line": 928, "column": 41 } } @@ -351219,15 +354091,15 @@ "binop": null, "updateContext": null }, - "start": 35724, - "end": 35725, + "start": 36242, + "end": 36243, "loc": { "start": { - "line": 921, + "line": 928, "column": 41 }, "end": { - "line": 921, + "line": 928, "column": 42 } } @@ -351244,15 +354116,15 @@ "postfix": false, "binop": null }, - "start": 35738, - "end": 35739, + "start": 36256, + "end": 36257, "loc": { "start": { - "line": 922, + "line": 929, "column": 12 }, "end": { - "line": 922, + "line": 929, "column": 13 } } @@ -351269,15 +354141,15 @@ "postfix": false, "binop": null }, - "start": 35748, - "end": 35749, + "start": 36266, + "end": 36267, "loc": { "start": { - "line": 923, + "line": 930, "column": 8 }, "end": { - "line": 923, + "line": 930, "column": 9 } } @@ -351294,15 +354166,15 @@ "postfix": false, "binop": null }, - "start": 35754, - "end": 35755, + "start": 36272, + "end": 36273, "loc": { "start": { - "line": 924, + "line": 931, "column": 4 }, "end": { - "line": 924, + "line": 931, "column": 5 } } @@ -351310,15 +354182,15 @@ { "type": "CommentBlock", "value": "*\n * Start recording.\n * @private\n ", - "start": 35761, - "end": 35812, + "start": 36279, + "end": 36330, "loc": { "start": { - "line": 926, + "line": 933, "column": 4 }, "end": { - "line": 929, + "line": 936, "column": 7 } } @@ -351336,15 +354208,15 @@ "binop": null }, "value": "startRecording", - "start": 35817, - "end": 35831, + "start": 36335, + "end": 36349, "loc": { "start": { - "line": 930, + "line": 937, "column": 4 }, "end": { - "line": 930, + "line": 937, "column": 18 } } @@ -351361,15 +354233,15 @@ "postfix": false, "binop": null }, - "start": 35831, - "end": 35832, + "start": 36349, + "end": 36350, "loc": { "start": { - "line": 930, + "line": 937, "column": 18 }, "end": { - "line": 930, + "line": 937, "column": 19 } } @@ -351386,15 +354258,15 @@ "postfix": false, "binop": null }, - "start": 35832, - "end": 35833, + "start": 36350, + "end": 36351, "loc": { "start": { - "line": 930, + "line": 937, "column": 19 }, "end": { - "line": 930, + "line": 937, "column": 20 } } @@ -351411,15 +354283,15 @@ "postfix": false, "binop": null }, - "start": 35834, - "end": 35835, + "start": 36352, + "end": 36353, "loc": { "start": { - "line": 930, + "line": 937, "column": 21 }, "end": { - "line": 930, + "line": 937, "column": 22 } } @@ -351427,15 +354299,15 @@ { "type": "CommentLine", "value": " register starting point", - "start": 35844, - "end": 35870, + "start": 36362, + "end": 36388, "loc": { "start": { - "line": 931, + "line": 938, "column": 8 }, "end": { - "line": 931, + "line": 938, "column": 34 } } @@ -351455,15 +354327,15 @@ "updateContext": null }, "value": "this", - "start": 35879, - "end": 35883, + "start": 36397, + "end": 36401, "loc": { "start": { - "line": 932, + "line": 939, "column": 8 }, "end": { - "line": 932, + "line": 939, "column": 12 } } @@ -351481,15 +354353,15 @@ "binop": null, "updateContext": null }, - "start": 35883, - "end": 35884, + "start": 36401, + "end": 36402, "loc": { "start": { - "line": 932, + "line": 939, "column": 12 }, "end": { - "line": 932, + "line": 939, "column": 13 } } @@ -351507,15 +354379,15 @@ "binop": null }, "value": "paused", - "start": 35884, - "end": 35890, + "start": 36402, + "end": 36408, "loc": { "start": { - "line": 932, + "line": 939, "column": 13 }, "end": { - "line": 932, + "line": 939, "column": 19 } } @@ -351534,15 +354406,15 @@ "updateContext": null }, "value": "=", - "start": 35891, - "end": 35892, + "start": 36409, + "end": 36410, "loc": { "start": { - "line": 932, + "line": 939, "column": 20 }, "end": { - "line": 932, + "line": 939, "column": 21 } } @@ -351562,15 +354434,15 @@ "updateContext": null }, "value": "false", - "start": 35893, - "end": 35898, + "start": 36411, + "end": 36416, "loc": { "start": { - "line": 932, + "line": 939, "column": 22 }, "end": { - "line": 932, + "line": 939, "column": 27 } } @@ -351588,15 +354460,15 @@ "binop": null, "updateContext": null }, - "start": 35898, - "end": 35899, + "start": 36416, + "end": 36417, "loc": { "start": { - "line": 932, + "line": 939, "column": 27 }, "end": { - "line": 932, + "line": 939, "column": 28 } } @@ -351616,15 +354488,15 @@ "updateContext": null }, "value": "this", - "start": 35908, - "end": 35912, + "start": 36426, + "end": 36430, "loc": { "start": { - "line": 933, + "line": 940, "column": 8 }, "end": { - "line": 933, + "line": 940, "column": 12 } } @@ -351642,15 +354514,15 @@ "binop": null, "updateContext": null }, - "start": 35912, - "end": 35913, + "start": 36430, + "end": 36431, "loc": { "start": { - "line": 933, + "line": 940, "column": 12 }, "end": { - "line": 933, + "line": 940, "column": 13 } } @@ -351668,15 +354540,15 @@ "binop": null }, "value": "pauseTime", - "start": 35913, - "end": 35922, + "start": 36431, + "end": 36440, "loc": { "start": { - "line": 933, + "line": 940, "column": 13 }, "end": { - "line": 933, + "line": 940, "column": 22 } } @@ -351695,15 +354567,15 @@ "updateContext": null }, "value": "=", - "start": 35923, - "end": 35924, + "start": 36441, + "end": 36442, "loc": { "start": { - "line": 933, + "line": 940, "column": 23 }, "end": { - "line": 933, + "line": 940, "column": 24 } } @@ -351723,15 +354595,15 @@ "updateContext": null }, "value": "this", - "start": 35925, - "end": 35929, + "start": 36443, + "end": 36447, "loc": { "start": { - "line": 933, + "line": 940, "column": 25 }, "end": { - "line": 933, + "line": 940, "column": 29 } } @@ -351749,15 +354621,15 @@ "binop": null, "updateContext": null }, - "start": 35929, - "end": 35930, + "start": 36447, + "end": 36448, "loc": { "start": { - "line": 933, + "line": 940, "column": 29 }, "end": { - "line": 933, + "line": 940, "column": 30 } } @@ -351775,15 +354647,15 @@ "binop": null }, "value": "pausedTime", - "start": 35930, - "end": 35940, + "start": 36448, + "end": 36458, "loc": { "start": { - "line": 933, + "line": 940, "column": 30 }, "end": { - "line": 933, + "line": 940, "column": 40 } } @@ -351802,15 +354674,15 @@ "updateContext": null }, "value": "=", - "start": 35941, - "end": 35942, + "start": 36459, + "end": 36460, "loc": { "start": { - "line": 933, + "line": 940, "column": 41 }, "end": { - "line": 933, + "line": 940, "column": 42 } } @@ -351829,15 +354701,15 @@ "updateContext": null }, "value": 0, - "start": 35943, - "end": 35944, + "start": 36461, + "end": 36462, "loc": { "start": { - "line": 933, + "line": 940, "column": 43 }, "end": { - "line": 933, + "line": 940, "column": 44 } } @@ -351855,15 +354727,15 @@ "binop": null, "updateContext": null }, - "start": 35944, - "end": 35945, + "start": 36462, + "end": 36463, "loc": { "start": { - "line": 933, + "line": 940, "column": 44 }, "end": { - "line": 933, + "line": 940, "column": 45 } } @@ -351883,15 +354755,15 @@ "updateContext": null }, "value": "this", - "start": 35954, - "end": 35958, + "start": 36472, + "end": 36476, "loc": { "start": { - "line": 934, + "line": 941, "column": 8 }, "end": { - "line": 934, + "line": 941, "column": 12 } } @@ -351909,15 +354781,15 @@ "binop": null, "updateContext": null }, - "start": 35958, - "end": 35959, + "start": 36476, + "end": 36477, "loc": { "start": { - "line": 934, + "line": 941, "column": 12 }, "end": { - "line": 934, + "line": 941, "column": 13 } } @@ -351935,15 +354807,15 @@ "binop": null }, "value": "startTime", - "start": 35959, - "end": 35968, + "start": 36477, + "end": 36486, "loc": { "start": { - "line": 934, + "line": 941, "column": 13 }, "end": { - "line": 934, + "line": 941, "column": 22 } } @@ -351962,15 +354834,15 @@ "updateContext": null }, "value": "=", - "start": 35969, - "end": 35970, + "start": 36487, + "end": 36488, "loc": { "start": { - "line": 934, + "line": 941, "column": 23 }, "end": { - "line": 934, + "line": 941, "column": 24 } } @@ -351988,15 +354860,15 @@ "binop": null }, "value": "performance", - "start": 35971, - "end": 35982, + "start": 36489, + "end": 36500, "loc": { "start": { - "line": 934, + "line": 941, "column": 25 }, "end": { - "line": 934, + "line": 941, "column": 36 } } @@ -352014,15 +354886,15 @@ "binop": null, "updateContext": null }, - "start": 35982, - "end": 35983, + "start": 36500, + "end": 36501, "loc": { "start": { - "line": 934, + "line": 941, "column": 36 }, "end": { - "line": 934, + "line": 941, "column": 37 } } @@ -352040,15 +354912,15 @@ "binop": null }, "value": "now", - "start": 35983, - "end": 35986, + "start": 36501, + "end": 36504, "loc": { "start": { - "line": 934, + "line": 941, "column": 37 }, "end": { - "line": 934, + "line": 941, "column": 40 } } @@ -352065,15 +354937,15 @@ "postfix": false, "binop": null }, - "start": 35986, - "end": 35987, + "start": 36504, + "end": 36505, "loc": { "start": { - "line": 934, + "line": 941, "column": 40 }, "end": { - "line": 934, + "line": 941, "column": 41 } } @@ -352090,15 +354962,15 @@ "postfix": false, "binop": null }, - "start": 35987, - "end": 35988, + "start": 36505, + "end": 36506, "loc": { "start": { - "line": 934, + "line": 941, "column": 41 }, "end": { - "line": 934, + "line": 941, "column": 42 } } @@ -352116,15 +354988,15 @@ "binop": null, "updateContext": null }, - "start": 35988, - "end": 35989, + "start": 36506, + "end": 36507, "loc": { "start": { - "line": 934, + "line": 941, "column": 42 }, "end": { - "line": 934, + "line": 941, "column": 43 } } @@ -352132,15 +355004,15 @@ { "type": "CommentLine", "value": " start countdown", - "start": 35999, - "end": 36017, + "start": 36517, + "end": 36535, "loc": { "start": { - "line": 936, + "line": 943, "column": 8 }, "end": { - "line": 936, + "line": 943, "column": 26 } } @@ -352160,15 +355032,15 @@ "updateContext": null }, "value": "const", - "start": 36026, - "end": 36031, + "start": 36544, + "end": 36549, "loc": { "start": { - "line": 937, + "line": 944, "column": 8 }, "end": { - "line": 937, + "line": 944, "column": 13 } } @@ -352186,15 +355058,15 @@ "binop": null }, "value": "COUNTDOWN_SPEED", - "start": 36032, - "end": 36047, + "start": 36550, + "end": 36565, "loc": { "start": { - "line": 937, + "line": 944, "column": 14 }, "end": { - "line": 937, + "line": 944, "column": 29 } } @@ -352213,15 +355085,15 @@ "updateContext": null }, "value": "=", - "start": 36048, - "end": 36049, + "start": 36566, + "end": 36567, "loc": { "start": { - "line": 937, + "line": 944, "column": 30 }, "end": { - "line": 937, + "line": 944, "column": 31 } } @@ -352240,15 +355112,15 @@ "updateContext": null }, "value": 100, - "start": 36050, - "end": 36053, + "start": 36568, + "end": 36571, "loc": { "start": { - "line": 937, + "line": 944, "column": 32 }, "end": { - "line": 937, + "line": 944, "column": 35 } } @@ -352266,15 +355138,15 @@ "binop": null, "updateContext": null }, - "start": 36053, - "end": 36054, + "start": 36571, + "end": 36572, "loc": { "start": { - "line": 937, + "line": 944, "column": 35 }, "end": { - "line": 937, + "line": 944, "column": 36 } } @@ -352282,15 +355154,15 @@ { "type": "CommentLine", "value": " ms", - "start": 36055, - "end": 36060, + "start": 36573, + "end": 36578, "loc": { "start": { - "line": 937, + "line": 944, "column": 37 }, "end": { - "line": 937, + "line": 944, "column": 42 } } @@ -352310,15 +355182,15 @@ "updateContext": null }, "value": "this", - "start": 36069, - "end": 36073, + "start": 36587, + "end": 36591, "loc": { "start": { - "line": 938, + "line": 945, "column": 8 }, "end": { - "line": 938, + "line": 945, "column": 12 } } @@ -352336,15 +355208,15 @@ "binop": null, "updateContext": null }, - "start": 36073, - "end": 36074, + "start": 36591, + "end": 36592, "loc": { "start": { - "line": 938, + "line": 945, "column": 12 }, "end": { - "line": 938, + "line": 945, "column": 13 } } @@ -352362,15 +355234,15 @@ "binop": null }, "value": "countDown", - "start": 36074, - "end": 36083, + "start": 36592, + "end": 36601, "loc": { "start": { - "line": 938, + "line": 945, "column": 13 }, "end": { - "line": 938, + "line": 945, "column": 22 } } @@ -352389,15 +355261,15 @@ "updateContext": null }, "value": "=", - "start": 36084, - "end": 36085, + "start": 36602, + "end": 36603, "loc": { "start": { - "line": 938, + "line": 945, "column": 23 }, "end": { - "line": 938, + "line": 945, "column": 24 } } @@ -352417,15 +355289,15 @@ "updateContext": null }, "value": "this", - "start": 36086, - "end": 36090, + "start": 36604, + "end": 36608, "loc": { "start": { - "line": 938, + "line": 945, "column": 25 }, "end": { - "line": 938, + "line": 945, "column": 29 } } @@ -352443,15 +355315,15 @@ "binop": null, "updateContext": null }, - "start": 36090, - "end": 36091, + "start": 36608, + "end": 36609, "loc": { "start": { - "line": 938, + "line": 945, "column": 29 }, "end": { - "line": 938, + "line": 945, "column": 30 } } @@ -352469,15 +355341,15 @@ "binop": null }, "value": "player", - "start": 36091, - "end": 36097, + "start": 36609, + "end": 36615, "loc": { "start": { - "line": 938, + "line": 945, "column": 30 }, "end": { - "line": 938, + "line": 945, "column": 36 } } @@ -352495,15 +355367,15 @@ "binop": null, "updateContext": null }, - "start": 36097, - "end": 36098, + "start": 36615, + "end": 36616, "loc": { "start": { - "line": 938, + "line": 945, "column": 36 }, "end": { - "line": 938, + "line": 945, "column": 37 } } @@ -352521,15 +355393,15 @@ "binop": null }, "value": "setInterval", - "start": 36098, - "end": 36109, + "start": 36616, + "end": 36627, "loc": { "start": { - "line": 938, + "line": 945, "column": 37 }, "end": { - "line": 938, + "line": 945, "column": 48 } } @@ -352546,15 +355418,15 @@ "postfix": false, "binop": null }, - "start": 36109, - "end": 36110, + "start": 36627, + "end": 36628, "loc": { "start": { - "line": 938, + "line": 945, "column": 48 }, "end": { - "line": 938, + "line": 945, "column": 49 } } @@ -352574,15 +355446,15 @@ "updateContext": null }, "value": "this", - "start": 36123, - "end": 36127, + "start": 36641, + "end": 36645, "loc": { "start": { - "line": 939, + "line": 946, "column": 12 }, "end": { - "line": 939, + "line": 946, "column": 16 } } @@ -352600,15 +355472,15 @@ "binop": null, "updateContext": null }, - "start": 36127, - "end": 36128, + "start": 36645, + "end": 36646, "loc": { "start": { - "line": 939, + "line": 946, "column": 16 }, "end": { - "line": 939, + "line": 946, "column": 17 } } @@ -352626,15 +355498,15 @@ "binop": null }, "value": "onCountDown", - "start": 36128, - "end": 36139, + "start": 36646, + "end": 36657, "loc": { "start": { - "line": 939, + "line": 946, "column": 17 }, "end": { - "line": 939, + "line": 946, "column": 28 } } @@ -352652,15 +355524,15 @@ "binop": null, "updateContext": null }, - "start": 36139, - "end": 36140, + "start": 36657, + "end": 36658, "loc": { "start": { - "line": 939, + "line": 946, "column": 28 }, "end": { - "line": 939, + "line": 946, "column": 29 } } @@ -352678,15 +355550,15 @@ "binop": null }, "value": "bind", - "start": 36140, - "end": 36144, + "start": 36658, + "end": 36662, "loc": { "start": { - "line": 939, + "line": 946, "column": 29 }, "end": { - "line": 939, + "line": 946, "column": 33 } } @@ -352703,15 +355575,15 @@ "postfix": false, "binop": null }, - "start": 36144, - "end": 36145, + "start": 36662, + "end": 36663, "loc": { "start": { - "line": 939, + "line": 946, "column": 33 }, "end": { - "line": 939, + "line": 946, "column": 34 } } @@ -352731,15 +355603,15 @@ "updateContext": null }, "value": "this", - "start": 36145, - "end": 36149, + "start": 36663, + "end": 36667, "loc": { "start": { - "line": 939, + "line": 946, "column": 34 }, "end": { - "line": 939, + "line": 946, "column": 38 } } @@ -352756,15 +355628,15 @@ "postfix": false, "binop": null }, - "start": 36149, - "end": 36150, + "start": 36667, + "end": 36668, "loc": { "start": { - "line": 939, + "line": 946, "column": 38 }, "end": { - "line": 939, + "line": 946, "column": 39 } } @@ -352782,15 +355654,15 @@ "binop": null, "updateContext": null }, - "start": 36150, - "end": 36151, + "start": 36668, + "end": 36669, "loc": { "start": { - "line": 939, + "line": 946, "column": 39 }, "end": { - "line": 939, + "line": 946, "column": 40 } } @@ -352808,15 +355680,15 @@ "binop": null }, "value": "COUNTDOWN_SPEED", - "start": 36152, - "end": 36167, + "start": 36670, + "end": 36685, "loc": { "start": { - "line": 939, + "line": 946, "column": 41 }, "end": { - "line": 939, + "line": 946, "column": 56 } } @@ -352833,15 +355705,15 @@ "postfix": false, "binop": null }, - "start": 36167, - "end": 36168, + "start": 36685, + "end": 36686, "loc": { "start": { - "line": 939, + "line": 946, "column": 56 }, "end": { - "line": 939, + "line": 946, "column": 57 } } @@ -352859,15 +355731,15 @@ "binop": null, "updateContext": null }, - "start": 36168, - "end": 36169, + "start": 36686, + "end": 36687, "loc": { "start": { - "line": 939, + "line": 946, "column": 57 }, "end": { - "line": 939, + "line": 946, "column": 58 } } @@ -352875,15 +355747,15 @@ { "type": "CommentLine", "value": " cleanup previous recording", - "start": 36179, - "end": 36208, + "start": 36697, + "end": 36726, "loc": { "start": { - "line": 941, + "line": 948, "column": 8 }, "end": { - "line": 941, + "line": 948, "column": 37 } } @@ -352903,15 +355775,15 @@ "updateContext": null }, "value": "if", - "start": 36217, - "end": 36219, + "start": 36735, + "end": 36737, "loc": { "start": { - "line": 942, + "line": 949, "column": 8 }, "end": { - "line": 942, + "line": 949, "column": 10 } } @@ -352928,15 +355800,15 @@ "postfix": false, "binop": null }, - "start": 36220, - "end": 36221, + "start": 36738, + "end": 36739, "loc": { "start": { - "line": 942, + "line": 949, "column": 11 }, "end": { - "line": 942, + "line": 949, "column": 12 } } @@ -352956,15 +355828,15 @@ "updateContext": null }, "value": "this", - "start": 36221, - "end": 36225, + "start": 36739, + "end": 36743, "loc": { "start": { - "line": 942, + "line": 949, "column": 12 }, "end": { - "line": 942, + "line": 949, "column": 16 } } @@ -352982,15 +355854,15 @@ "binop": null, "updateContext": null }, - "start": 36225, - "end": 36226, + "start": 36743, + "end": 36744, "loc": { "start": { - "line": 942, + "line": 949, "column": 16 }, "end": { - "line": 942, + "line": 949, "column": 17 } } @@ -353008,15 +355880,15 @@ "binop": null }, "value": "engine", - "start": 36226, - "end": 36232, + "start": 36744, + "end": 36750, "loc": { "start": { - "line": 942, + "line": 949, "column": 17 }, "end": { - "line": 942, + "line": 949, "column": 23 } } @@ -353035,15 +355907,15 @@ "updateContext": null }, "value": "!==", - "start": 36233, - "end": 36236, + "start": 36751, + "end": 36754, "loc": { "start": { - "line": 942, + "line": 949, "column": 24 }, "end": { - "line": 942, + "line": 949, "column": 27 } } @@ -353061,15 +355933,15 @@ "binop": null }, "value": "undefined", - "start": 36237, - "end": 36246, + "start": 36755, + "end": 36764, "loc": { "start": { - "line": 942, + "line": 949, "column": 28 }, "end": { - "line": 942, + "line": 949, "column": 37 } } @@ -353086,15 +355958,15 @@ "postfix": false, "binop": null }, - "start": 36246, - "end": 36247, + "start": 36764, + "end": 36765, "loc": { "start": { - "line": 942, + "line": 949, "column": 37 }, "end": { - "line": 942, + "line": 949, "column": 38 } } @@ -353111,15 +355983,15 @@ "postfix": false, "binop": null }, - "start": 36248, - "end": 36249, + "start": 36766, + "end": 36767, "loc": { "start": { - "line": 942, + "line": 949, "column": 39 }, "end": { - "line": 942, + "line": 949, "column": 40 } } @@ -353139,15 +356011,15 @@ "updateContext": null }, "value": "this", - "start": 36262, - "end": 36266, + "start": 36780, + "end": 36784, "loc": { "start": { - "line": 943, + "line": 950, "column": 12 }, "end": { - "line": 943, + "line": 950, "column": 16 } } @@ -353165,15 +356037,15 @@ "binop": null, "updateContext": null }, - "start": 36266, - "end": 36267, + "start": 36784, + "end": 36785, "loc": { "start": { - "line": 943, + "line": 950, "column": 16 }, "end": { - "line": 943, + "line": 950, "column": 17 } } @@ -353191,15 +356063,15 @@ "binop": null }, "value": "engine", - "start": 36267, - "end": 36273, + "start": 36785, + "end": 36791, "loc": { "start": { - "line": 943, + "line": 950, "column": 17 }, "end": { - "line": 943, + "line": 950, "column": 23 } } @@ -353217,15 +356089,15 @@ "binop": null, "updateContext": null }, - "start": 36273, - "end": 36274, + "start": 36791, + "end": 36792, "loc": { "start": { - "line": 943, + "line": 950, "column": 23 }, "end": { - "line": 943, + "line": 950, "column": 24 } } @@ -353243,15 +356115,15 @@ "binop": null }, "value": "dispose", - "start": 36274, - "end": 36281, + "start": 36792, + "end": 36799, "loc": { "start": { - "line": 943, + "line": 950, "column": 24 }, "end": { - "line": 943, + "line": 950, "column": 31 } } @@ -353268,15 +356140,15 @@ "postfix": false, "binop": null }, - "start": 36281, - "end": 36282, + "start": 36799, + "end": 36800, "loc": { "start": { - "line": 943, + "line": 950, "column": 31 }, "end": { - "line": 943, + "line": 950, "column": 32 } } @@ -353293,15 +356165,15 @@ "postfix": false, "binop": null }, - "start": 36282, - "end": 36283, + "start": 36800, + "end": 36801, "loc": { "start": { - "line": 943, + "line": 950, "column": 32 }, "end": { - "line": 943, + "line": 950, "column": 33 } } @@ -353319,15 +356191,15 @@ "binop": null, "updateContext": null }, - "start": 36283, - "end": 36284, + "start": 36801, + "end": 36802, "loc": { "start": { - "line": 943, + "line": 950, "column": 33 }, "end": { - "line": 943, + "line": 950, "column": 34 } } @@ -353344,15 +356216,15 @@ "postfix": false, "binop": null }, - "start": 36293, - "end": 36294, + "start": 36811, + "end": 36812, "loc": { "start": { - "line": 944, + "line": 951, "column": 8 }, "end": { - "line": 944, + "line": 951, "column": 9 } } @@ -353360,15 +356232,15 @@ { "type": "CommentLine", "value": " start recording stream", - "start": 36304, - "end": 36329, + "start": 36822, + "end": 36847, "loc": { "start": { - "line": 946, + "line": 953, "column": 8 }, "end": { - "line": 946, + "line": 953, "column": 33 } } @@ -353388,15 +356260,15 @@ "updateContext": null }, "value": "this", - "start": 36338, - "end": 36342, + "start": 36856, + "end": 36860, "loc": { "start": { - "line": 947, + "line": 954, "column": 8 }, "end": { - "line": 947, + "line": 954, "column": 12 } } @@ -353414,15 +356286,15 @@ "binop": null, "updateContext": null }, - "start": 36342, - "end": 36343, + "start": 36860, + "end": 36861, "loc": { "start": { - "line": 947, + "line": 954, "column": 12 }, "end": { - "line": 947, + "line": 954, "column": 13 } } @@ -353440,15 +356312,15 @@ "binop": null }, "value": "engine", - "start": 36343, - "end": 36349, + "start": 36861, + "end": 36867, "loc": { "start": { - "line": 947, + "line": 954, "column": 13 }, "end": { - "line": 947, + "line": 954, "column": 19 } } @@ -353466,15 +356338,15 @@ "binop": null, "updateContext": null }, - "start": 36349, - "end": 36350, + "start": 36867, + "end": 36868, "loc": { "start": { - "line": 947, + "line": 954, "column": 19 }, "end": { - "line": 947, + "line": 954, "column": 20 } } @@ -353492,15 +356364,15 @@ "binop": null }, "value": "start", - "start": 36350, - "end": 36355, + "start": 36868, + "end": 36873, "loc": { "start": { - "line": 947, + "line": 954, "column": 20 }, "end": { - "line": 947, + "line": 954, "column": 25 } } @@ -353517,15 +356389,15 @@ "postfix": false, "binop": null }, - "start": 36355, - "end": 36356, + "start": 36873, + "end": 36874, "loc": { "start": { - "line": 947, + "line": 954, "column": 25 }, "end": { - "line": 947, + "line": 954, "column": 26 } } @@ -353542,15 +356414,15 @@ "postfix": false, "binop": null }, - "start": 36356, - "end": 36357, + "start": 36874, + "end": 36875, "loc": { "start": { - "line": 947, + "line": 954, "column": 26 }, "end": { - "line": 947, + "line": 954, "column": 27 } } @@ -353568,15 +356440,15 @@ "binop": null, "updateContext": null }, - "start": 36357, - "end": 36358, + "start": 36875, + "end": 36876, "loc": { "start": { - "line": 947, + "line": 954, "column": 27 }, "end": { - "line": 947, + "line": 954, "column": 28 } } @@ -353584,15 +356456,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36368, - "end": 36380, + "start": 36886, + "end": 36898, "loc": { "start": { - "line": 949, + "line": 956, "column": 8 }, "end": { - "line": 949, + "line": 956, "column": 20 } } @@ -353612,15 +356484,15 @@ "updateContext": null }, "value": "this", - "start": 36389, - "end": 36393, + "start": 36907, + "end": 36911, "loc": { "start": { - "line": 950, + "line": 957, "column": 8 }, "end": { - "line": 950, + "line": 957, "column": 12 } } @@ -353638,15 +356510,15 @@ "binop": null, "updateContext": null }, - "start": 36393, - "end": 36394, + "start": 36911, + "end": 36912, "loc": { "start": { - "line": 950, + "line": 957, "column": 12 }, "end": { - "line": 950, + "line": 957, "column": 13 } } @@ -353664,15 +356536,15 @@ "binop": null }, "value": "player", - "start": 36394, - "end": 36400, + "start": 36912, + "end": 36918, "loc": { "start": { - "line": 950, + "line": 957, "column": 13 }, "end": { - "line": 950, + "line": 957, "column": 19 } } @@ -353690,15 +356562,15 @@ "binop": null, "updateContext": null }, - "start": 36400, - "end": 36401, + "start": 36918, + "end": 36919, "loc": { "start": { - "line": 950, + "line": 957, "column": 19 }, "end": { - "line": 950, + "line": 957, "column": 20 } } @@ -353716,15 +356588,15 @@ "binop": null }, "value": "trigger", - "start": 36401, - "end": 36408, + "start": 36919, + "end": 36926, "loc": { "start": { - "line": 950, + "line": 957, "column": 20 }, "end": { - "line": 950, + "line": 957, "column": 27 } } @@ -353741,15 +356613,15 @@ "postfix": false, "binop": null }, - "start": 36408, - "end": 36409, + "start": 36926, + "end": 36927, "loc": { "start": { - "line": 950, + "line": 957, "column": 27 }, "end": { - "line": 950, + "line": 957, "column": 28 } } @@ -353767,15 +356639,15 @@ "binop": null }, "value": "Event", - "start": 36409, - "end": 36414, + "start": 36927, + "end": 36932, "loc": { "start": { - "line": 950, + "line": 957, "column": 28 }, "end": { - "line": 950, + "line": 957, "column": 33 } } @@ -353793,15 +356665,15 @@ "binop": null, "updateContext": null }, - "start": 36414, - "end": 36415, + "start": 36932, + "end": 36933, "loc": { "start": { - "line": 950, + "line": 957, "column": 33 }, "end": { - "line": 950, + "line": 957, "column": 34 } } @@ -353819,15 +356691,15 @@ "binop": null }, "value": "START_RECORD", - "start": 36415, - "end": 36427, + "start": 36933, + "end": 36945, "loc": { "start": { - "line": 950, + "line": 957, "column": 34 }, "end": { - "line": 950, + "line": 957, "column": 46 } } @@ -353844,15 +356716,15 @@ "postfix": false, "binop": null }, - "start": 36427, - "end": 36428, + "start": 36945, + "end": 36946, "loc": { "start": { - "line": 950, + "line": 957, "column": 46 }, "end": { - "line": 950, + "line": 957, "column": 47 } } @@ -353870,15 +356742,15 @@ "binop": null, "updateContext": null }, - "start": 36428, - "end": 36429, + "start": 36946, + "end": 36947, "loc": { "start": { - "line": 950, + "line": 957, "column": 47 }, "end": { - "line": 950, + "line": 957, "column": 48 } } @@ -353895,15 +356767,15 @@ "postfix": false, "binop": null }, - "start": 36434, - "end": 36435, + "start": 36952, + "end": 36953, "loc": { "start": { - "line": 951, + "line": 958, "column": 4 }, "end": { - "line": 951, + "line": 958, "column": 5 } } @@ -353911,15 +356783,15 @@ { "type": "CommentBlock", "value": "*\n * Stop recording.\n ", - "start": 36441, - "end": 36475, + "start": 36959, + "end": 36993, "loc": { "start": { - "line": 953, + "line": 960, "column": 4 }, "end": { - "line": 955, + "line": 962, "column": 7 } } @@ -353937,15 +356809,15 @@ "binop": null }, "value": "stop", - "start": 36480, - "end": 36484, + "start": 36998, + "end": 37002, "loc": { "start": { - "line": 956, + "line": 963, "column": 4 }, "end": { - "line": 956, + "line": 963, "column": 8 } } @@ -353962,15 +356834,15 @@ "postfix": false, "binop": null }, - "start": 36484, - "end": 36485, + "start": 37002, + "end": 37003, "loc": { "start": { - "line": 956, + "line": 963, "column": 8 }, "end": { - "line": 956, + "line": 963, "column": 9 } } @@ -353987,15 +356859,15 @@ "postfix": false, "binop": null }, - "start": 36485, - "end": 36486, + "start": 37003, + "end": 37004, "loc": { "start": { - "line": 956, + "line": 963, "column": 9 }, "end": { - "line": 956, + "line": 963, "column": 10 } } @@ -354012,15 +356884,15 @@ "postfix": false, "binop": null }, - "start": 36487, - "end": 36488, + "start": 37005, + "end": 37006, "loc": { "start": { - "line": 956, + "line": 963, "column": 11 }, "end": { - "line": 956, + "line": 963, "column": 12 } } @@ -354040,15 +356912,15 @@ "updateContext": null }, "value": "if", - "start": 36497, - "end": 36499, + "start": 37015, + "end": 37017, "loc": { "start": { - "line": 957, + "line": 964, "column": 8 }, "end": { - "line": 957, + "line": 964, "column": 10 } } @@ -354065,15 +356937,15 @@ "postfix": false, "binop": null }, - "start": 36500, - "end": 36501, + "start": 37018, + "end": 37019, "loc": { "start": { - "line": 957, + "line": 964, "column": 11 }, "end": { - "line": 957, + "line": 964, "column": 12 } } @@ -354092,15 +356964,15 @@ "updateContext": null }, "value": "!", - "start": 36501, - "end": 36502, + "start": 37019, + "end": 37020, "loc": { "start": { - "line": 957, + "line": 964, "column": 12 }, "end": { - "line": 957, + "line": 964, "column": 13 } } @@ -354120,15 +356992,15 @@ "updateContext": null }, "value": "this", - "start": 36502, - "end": 36506, + "start": 37020, + "end": 37024, "loc": { "start": { - "line": 957, + "line": 964, "column": 13 }, "end": { - "line": 957, + "line": 964, "column": 17 } } @@ -354146,15 +357018,15 @@ "binop": null, "updateContext": null }, - "start": 36506, - "end": 36507, + "start": 37024, + "end": 37025, "loc": { "start": { - "line": 957, + "line": 964, "column": 17 }, "end": { - "line": 957, + "line": 964, "column": 18 } } @@ -354172,15 +357044,15 @@ "binop": null }, "value": "isProcessing", - "start": 36507, - "end": 36519, + "start": 37025, + "end": 37037, "loc": { "start": { - "line": 957, + "line": 964, "column": 18 }, "end": { - "line": 957, + "line": 964, "column": 30 } } @@ -354197,15 +357069,15 @@ "postfix": false, "binop": null }, - "start": 36519, - "end": 36520, + "start": 37037, + "end": 37038, "loc": { "start": { - "line": 957, + "line": 964, "column": 30 }, "end": { - "line": 957, + "line": 964, "column": 31 } } @@ -354222,15 +357094,15 @@ "postfix": false, "binop": null }, - "start": 36520, - "end": 36521, + "start": 37038, + "end": 37039, "loc": { "start": { - "line": 957, + "line": 964, "column": 31 }, "end": { - "line": 957, + "line": 964, "column": 32 } } @@ -354247,15 +357119,15 @@ "postfix": false, "binop": null }, - "start": 36521, - "end": 36522, + "start": 37039, + "end": 37040, "loc": { "start": { - "line": 957, + "line": 964, "column": 32 }, "end": { - "line": 957, + "line": 964, "column": 33 } } @@ -354272,15 +357144,15 @@ "postfix": false, "binop": null }, - "start": 36523, - "end": 36524, + "start": 37041, + "end": 37042, "loc": { "start": { - "line": 957, + "line": 964, "column": 34 }, "end": { - "line": 957, + "line": 964, "column": 35 } } @@ -354300,15 +357172,15 @@ "updateContext": null }, "value": "this", - "start": 36537, - "end": 36541, + "start": 37055, + "end": 37059, "loc": { "start": { - "line": 958, + "line": 965, "column": 12 }, "end": { - "line": 958, + "line": 965, "column": 16 } } @@ -354326,15 +357198,15 @@ "binop": null, "updateContext": null }, - "start": 36541, - "end": 36542, + "start": 37059, + "end": 37060, "loc": { "start": { - "line": 958, + "line": 965, "column": 16 }, "end": { - "line": 958, + "line": 965, "column": 17 } } @@ -354352,15 +357224,15 @@ "binop": null }, "value": "_recording", - "start": 36542, - "end": 36552, + "start": 37060, + "end": 37070, "loc": { "start": { - "line": 958, + "line": 965, "column": 17 }, "end": { - "line": 958, + "line": 965, "column": 27 } } @@ -354379,15 +357251,15 @@ "updateContext": null }, "value": "=", - "start": 36553, - "end": 36554, + "start": 37071, + "end": 37072, "loc": { "start": { - "line": 958, + "line": 965, "column": 28 }, "end": { - "line": 958, + "line": 965, "column": 29 } } @@ -354407,15 +357279,15 @@ "updateContext": null }, "value": "false", - "start": 36555, - "end": 36560, + "start": 37073, + "end": 37078, "loc": { "start": { - "line": 958, + "line": 965, "column": 30 }, "end": { - "line": 958, + "line": 965, "column": 35 } } @@ -354433,15 +357305,15 @@ "binop": null, "updateContext": null }, - "start": 36560, - "end": 36561, + "start": 37078, + "end": 37079, "loc": { "start": { - "line": 958, + "line": 965, "column": 35 }, "end": { - "line": 958, + "line": 965, "column": 36 } } @@ -354461,15 +357333,15 @@ "updateContext": null }, "value": "this", - "start": 36574, - "end": 36578, + "start": 37092, + "end": 37096, "loc": { "start": { - "line": 959, + "line": 966, "column": 12 }, "end": { - "line": 959, + "line": 966, "column": 16 } } @@ -354487,15 +357359,15 @@ "binop": null, "updateContext": null }, - "start": 36578, - "end": 36579, + "start": 37096, + "end": 37097, "loc": { "start": { - "line": 959, + "line": 966, "column": 16 }, "end": { - "line": 959, + "line": 966, "column": 17 } } @@ -354513,15 +357385,15 @@ "binop": null }, "value": "_processing", - "start": 36579, - "end": 36590, + "start": 37097, + "end": 37108, "loc": { "start": { - "line": 959, + "line": 966, "column": 17 }, "end": { - "line": 959, + "line": 966, "column": 28 } } @@ -354540,15 +357412,15 @@ "updateContext": null }, "value": "=", - "start": 36591, - "end": 36592, + "start": 37109, + "end": 37110, "loc": { "start": { - "line": 959, + "line": 966, "column": 29 }, "end": { - "line": 959, + "line": 966, "column": 30 } } @@ -354568,15 +357440,15 @@ "updateContext": null }, "value": "true", - "start": 36593, - "end": 36597, + "start": 37111, + "end": 37115, "loc": { "start": { - "line": 959, + "line": 966, "column": 31 }, "end": { - "line": 959, + "line": 966, "column": 35 } } @@ -354594,15 +357466,15 @@ "binop": null, "updateContext": null }, - "start": 36597, - "end": 36598, + "start": 37115, + "end": 37116, "loc": { "start": { - "line": 959, + "line": 966, "column": 35 }, "end": { - "line": 959, + "line": 966, "column": 36 } } @@ -354622,15 +357494,15 @@ "updateContext": null }, "value": "if", - "start": 36612, - "end": 36614, + "start": 37130, + "end": 37132, "loc": { "start": { - "line": 961, + "line": 968, "column": 12 }, "end": { - "line": 961, + "line": 968, "column": 14 } } @@ -354647,15 +357519,15 @@ "postfix": false, "binop": null }, - "start": 36615, - "end": 36616, + "start": 37133, + "end": 37134, "loc": { "start": { - "line": 961, + "line": 968, "column": 15 }, "end": { - "line": 961, + "line": 968, "column": 16 } } @@ -354675,15 +357547,15 @@ "updateContext": null }, "value": "this", - "start": 36616, - "end": 36620, + "start": 37134, + "end": 37138, "loc": { "start": { - "line": 961, + "line": 968, "column": 16 }, "end": { - "line": 961, + "line": 968, "column": 20 } } @@ -354701,15 +357573,15 @@ "binop": null, "updateContext": null }, - "start": 36620, - "end": 36621, + "start": 37138, + "end": 37139, "loc": { "start": { - "line": 961, + "line": 968, "column": 20 }, "end": { - "line": 961, + "line": 968, "column": 21 } } @@ -354727,15 +357599,15 @@ "binop": null }, "value": "getRecordType", - "start": 36621, - "end": 36634, + "start": 37139, + "end": 37152, "loc": { "start": { - "line": 961, + "line": 968, "column": 21 }, "end": { - "line": 961, + "line": 968, "column": 34 } } @@ -354752,15 +357624,15 @@ "postfix": false, "binop": null }, - "start": 36634, - "end": 36635, + "start": 37152, + "end": 37153, "loc": { "start": { - "line": 961, + "line": 968, "column": 34 }, "end": { - "line": 961, + "line": 968, "column": 35 } } @@ -354777,15 +357649,15 @@ "postfix": false, "binop": null }, - "start": 36635, - "end": 36636, + "start": 37153, + "end": 37154, "loc": { "start": { - "line": 961, + "line": 968, "column": 35 }, "end": { - "line": 961, + "line": 968, "column": 36 } } @@ -354804,15 +357676,15 @@ "updateContext": null }, "value": "!==", - "start": 36637, - "end": 36640, + "start": 37155, + "end": 37158, "loc": { "start": { - "line": 961, + "line": 968, "column": 37 }, "end": { - "line": 961, + "line": 968, "column": 40 } } @@ -354830,15 +357702,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 36641, - "end": 36651, + "start": 37159, + "end": 37169, "loc": { "start": { - "line": 961, + "line": 968, "column": 41 }, "end": { - "line": 961, + "line": 968, "column": 51 } } @@ -354855,15 +357727,15 @@ "postfix": false, "binop": null }, - "start": 36651, - "end": 36652, + "start": 37169, + "end": 37170, "loc": { "start": { - "line": 961, + "line": 968, "column": 51 }, "end": { - "line": 961, + "line": 968, "column": 52 } } @@ -354880,15 +357752,15 @@ "postfix": false, "binop": null }, - "start": 36653, - "end": 36654, + "start": 37171, + "end": 37172, "loc": { "start": { - "line": 961, + "line": 968, "column": 53 }, "end": { - "line": 961, + "line": 968, "column": 54 } } @@ -354896,15 +357768,15 @@ { "type": "CommentLine", "value": " notify UI", - "start": 36671, - "end": 36683, + "start": 37189, + "end": 37201, "loc": { "start": { - "line": 962, + "line": 969, "column": 16 }, "end": { - "line": 962, + "line": 969, "column": 28 } } @@ -354924,15 +357796,15 @@ "updateContext": null }, "value": "this", - "start": 36700, - "end": 36704, + "start": 37218, + "end": 37222, "loc": { "start": { - "line": 963, + "line": 970, "column": 16 }, "end": { - "line": 963, + "line": 970, "column": 20 } } @@ -354950,15 +357822,15 @@ "binop": null, "updateContext": null }, - "start": 36704, - "end": 36705, + "start": 37222, + "end": 37223, "loc": { "start": { - "line": 963, + "line": 970, "column": 20 }, "end": { - "line": 963, + "line": 970, "column": 21 } } @@ -354976,15 +357848,15 @@ "binop": null }, "value": "player", - "start": 36705, - "end": 36711, + "start": 37223, + "end": 37229, "loc": { "start": { - "line": 963, + "line": 970, "column": 21 }, "end": { - "line": 963, + "line": 970, "column": 27 } } @@ -355002,15 +357874,15 @@ "binop": null, "updateContext": null }, - "start": 36711, - "end": 36712, + "start": 37229, + "end": 37230, "loc": { "start": { - "line": 963, + "line": 970, "column": 27 }, "end": { - "line": 963, + "line": 970, "column": 28 } } @@ -355028,15 +357900,15 @@ "binop": null }, "value": "trigger", - "start": 36712, - "end": 36719, + "start": 37230, + "end": 37237, "loc": { "start": { - "line": 963, + "line": 970, "column": 28 }, "end": { - "line": 963, + "line": 970, "column": 35 } } @@ -355053,15 +357925,15 @@ "postfix": false, "binop": null }, - "start": 36719, - "end": 36720, + "start": 37237, + "end": 37238, "loc": { "start": { - "line": 963, + "line": 970, "column": 35 }, "end": { - "line": 963, + "line": 970, "column": 36 } } @@ -355079,15 +357951,15 @@ "binop": null }, "value": "Event", - "start": 36720, - "end": 36725, + "start": 37238, + "end": 37243, "loc": { "start": { - "line": 963, + "line": 970, "column": 36 }, "end": { - "line": 963, + "line": 970, "column": 41 } } @@ -355105,15 +357977,15 @@ "binop": null, "updateContext": null }, - "start": 36725, - "end": 36726, + "start": 37243, + "end": 37244, "loc": { "start": { - "line": 963, + "line": 970, "column": 41 }, "end": { - "line": 963, + "line": 970, "column": 42 } } @@ -355131,15 +358003,15 @@ "binop": null }, "value": "STOP_RECORD", - "start": 36726, - "end": 36737, + "start": 37244, + "end": 37255, "loc": { "start": { - "line": 963, + "line": 970, "column": 42 }, "end": { - "line": 963, + "line": 970, "column": 53 } } @@ -355156,15 +358028,15 @@ "postfix": false, "binop": null }, - "start": 36737, - "end": 36738, + "start": 37255, + "end": 37256, "loc": { "start": { - "line": 963, + "line": 970, "column": 53 }, "end": { - "line": 963, + "line": 970, "column": 54 } } @@ -355182,15 +358054,15 @@ "binop": null, "updateContext": null }, - "start": 36738, - "end": 36739, + "start": 37256, + "end": 37257, "loc": { "start": { - "line": 963, + "line": 970, "column": 54 }, "end": { - "line": 963, + "line": 970, "column": 55 } } @@ -355198,15 +358070,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 36757, - "end": 36774, + "start": 37275, + "end": 37292, "loc": { "start": { - "line": 965, + "line": 972, "column": 16 }, "end": { - "line": 965, + "line": 972, "column": 33 } } @@ -355226,15 +358098,15 @@ "updateContext": null }, "value": "this", - "start": 36791, - "end": 36795, + "start": 37309, + "end": 37313, "loc": { "start": { - "line": 966, + "line": 973, "column": 16 }, "end": { - "line": 966, + "line": 973, "column": 20 } } @@ -355252,15 +358124,15 @@ "binop": null, "updateContext": null }, - "start": 36795, - "end": 36796, + "start": 37313, + "end": 37314, "loc": { "start": { - "line": 966, + "line": 973, "column": 20 }, "end": { - "line": 966, + "line": 973, "column": 21 } } @@ -355278,15 +358150,15 @@ "binop": null }, "value": "player", - "start": 36796, - "end": 36802, + "start": 37314, + "end": 37320, "loc": { "start": { - "line": 966, + "line": 973, "column": 21 }, "end": { - "line": 966, + "line": 973, "column": 27 } } @@ -355304,15 +358176,15 @@ "binop": null, "updateContext": null }, - "start": 36802, - "end": 36803, + "start": 37320, + "end": 37321, "loc": { "start": { - "line": 966, + "line": 973, "column": 27 }, "end": { - "line": 966, + "line": 973, "column": 28 } } @@ -355330,15 +358202,15 @@ "binop": null }, "value": "clearInterval", - "start": 36803, - "end": 36816, + "start": 37321, + "end": 37334, "loc": { "start": { - "line": 966, + "line": 973, "column": 28 }, "end": { - "line": 966, + "line": 973, "column": 41 } } @@ -355355,15 +358227,15 @@ "postfix": false, "binop": null }, - "start": 36816, - "end": 36817, + "start": 37334, + "end": 37335, "loc": { "start": { - "line": 966, + "line": 973, "column": 41 }, "end": { - "line": 966, + "line": 973, "column": 42 } } @@ -355383,15 +358255,15 @@ "updateContext": null }, "value": "this", - "start": 36817, - "end": 36821, + "start": 37335, + "end": 37339, "loc": { "start": { - "line": 966, + "line": 973, "column": 42 }, "end": { - "line": 966, + "line": 973, "column": 46 } } @@ -355409,15 +358281,15 @@ "binop": null, "updateContext": null }, - "start": 36821, - "end": 36822, + "start": 37339, + "end": 37340, "loc": { "start": { - "line": 966, + "line": 973, "column": 46 }, "end": { - "line": 966, + "line": 973, "column": 47 } } @@ -355435,15 +358307,15 @@ "binop": null }, "value": "countDown", - "start": 36822, - "end": 36831, + "start": 37340, + "end": 37349, "loc": { "start": { - "line": 966, + "line": 973, "column": 47 }, "end": { - "line": 966, + "line": 973, "column": 56 } } @@ -355460,15 +358332,15 @@ "postfix": false, "binop": null }, - "start": 36831, - "end": 36832, + "start": 37349, + "end": 37350, "loc": { "start": { - "line": 966, + "line": 973, "column": 56 }, "end": { - "line": 966, + "line": 973, "column": 57 } } @@ -355486,15 +358358,15 @@ "binop": null, "updateContext": null }, - "start": 36832, - "end": 36833, + "start": 37350, + "end": 37351, "loc": { "start": { - "line": 966, + "line": 973, "column": 57 }, "end": { - "line": 966, + "line": 973, "column": 58 } } @@ -355502,15 +358374,15 @@ { "type": "CommentLine", "value": " stop recording stream (result will be available async)", - "start": 36851, - "end": 36908, + "start": 37369, + "end": 37426, "loc": { "start": { - "line": 968, + "line": 975, "column": 16 }, "end": { - "line": 968, + "line": 975, "column": 73 } } @@ -355530,15 +358402,15 @@ "updateContext": null }, "value": "if", - "start": 36925, - "end": 36927, + "start": 37443, + "end": 37445, "loc": { "start": { - "line": 969, + "line": 976, "column": 16 }, "end": { - "line": 969, + "line": 976, "column": 18 } } @@ -355555,15 +358427,15 @@ "postfix": false, "binop": null }, - "start": 36928, - "end": 36929, + "start": 37446, + "end": 37447, "loc": { "start": { - "line": 969, + "line": 976, "column": 19 }, "end": { - "line": 969, + "line": 976, "column": 20 } } @@ -355583,15 +358455,15 @@ "updateContext": null }, "value": "this", - "start": 36929, - "end": 36933, + "start": 37447, + "end": 37451, "loc": { "start": { - "line": 969, + "line": 976, "column": 20 }, "end": { - "line": 969, + "line": 976, "column": 24 } } @@ -355609,15 +358481,15 @@ "binop": null, "updateContext": null }, - "start": 36933, - "end": 36934, + "start": 37451, + "end": 37452, "loc": { "start": { - "line": 969, + "line": 976, "column": 24 }, "end": { - "line": 969, + "line": 976, "column": 25 } } @@ -355635,15 +358507,15 @@ "binop": null }, "value": "engine", - "start": 36934, - "end": 36940, + "start": 37452, + "end": 37458, "loc": { "start": { - "line": 969, + "line": 976, "column": 25 }, "end": { - "line": 969, + "line": 976, "column": 31 } } @@ -355660,15 +358532,15 @@ "postfix": false, "binop": null }, - "start": 36940, - "end": 36941, + "start": 37458, + "end": 37459, "loc": { "start": { - "line": 969, + "line": 976, "column": 31 }, "end": { - "line": 969, + "line": 976, "column": 32 } } @@ -355685,15 +358557,15 @@ "postfix": false, "binop": null }, - "start": 36942, - "end": 36943, + "start": 37460, + "end": 37461, "loc": { "start": { - "line": 969, + "line": 976, "column": 33 }, "end": { - "line": 969, + "line": 976, "column": 34 } } @@ -355713,15 +358585,15 @@ "updateContext": null }, "value": "this", - "start": 36964, - "end": 36968, + "start": 37482, + "end": 37486, "loc": { "start": { - "line": 970, + "line": 977, "column": 20 }, "end": { - "line": 970, + "line": 977, "column": 24 } } @@ -355739,15 +358611,15 @@ "binop": null, "updateContext": null }, - "start": 36968, - "end": 36969, + "start": 37486, + "end": 37487, "loc": { "start": { - "line": 970, + "line": 977, "column": 24 }, "end": { - "line": 970, + "line": 977, "column": 25 } } @@ -355765,15 +358637,15 @@ "binop": null }, "value": "engine", - "start": 36969, - "end": 36975, + "start": 37487, + "end": 37493, "loc": { "start": { - "line": 970, + "line": 977, "column": 25 }, "end": { - "line": 970, + "line": 977, "column": 31 } } @@ -355791,15 +358663,15 @@ "binop": null, "updateContext": null }, - "start": 36975, - "end": 36976, + "start": 37493, + "end": 37494, "loc": { "start": { - "line": 970, + "line": 977, "column": 31 }, "end": { - "line": 970, + "line": 977, "column": 32 } } @@ -355817,15 +358689,15 @@ "binop": null }, "value": "stop", - "start": 36976, - "end": 36980, + "start": 37494, + "end": 37498, "loc": { "start": { - "line": 970, + "line": 977, "column": 32 }, "end": { - "line": 970, + "line": 977, "column": 36 } } @@ -355842,15 +358714,15 @@ "postfix": false, "binop": null }, - "start": 36980, - "end": 36981, + "start": 37498, + "end": 37499, "loc": { "start": { - "line": 970, + "line": 977, "column": 36 }, "end": { - "line": 970, + "line": 977, "column": 37 } } @@ -355867,15 +358739,15 @@ "postfix": false, "binop": null }, - "start": 36981, - "end": 36982, + "start": 37499, + "end": 37500, "loc": { "start": { - "line": 970, + "line": 977, "column": 37 }, "end": { - "line": 970, + "line": 977, "column": 38 } } @@ -355893,15 +358765,15 @@ "binop": null, "updateContext": null }, - "start": 36982, - "end": 36983, + "start": 37500, + "end": 37501, "loc": { "start": { - "line": 970, + "line": 977, "column": 38 }, "end": { - "line": 970, + "line": 977, "column": 39 } } @@ -355918,15 +358790,15 @@ "postfix": false, "binop": null }, - "start": 37000, - "end": 37001, + "start": 37518, + "end": 37519, "loc": { "start": { - "line": 971, + "line": 978, "column": 16 }, "end": { - "line": 971, + "line": 978, "column": 17 } } @@ -355946,15 +358818,15 @@ "updateContext": null }, "value": "if", - "start": 37019, - "end": 37021, + "start": 37537, + "end": 37539, "loc": { "start": { - "line": 973, + "line": 980, "column": 16 }, "end": { - "line": 973, + "line": 980, "column": 18 } } @@ -355971,15 +358843,15 @@ "postfix": false, "binop": null }, - "start": 37022, - "end": 37023, + "start": 37540, + "end": 37541, "loc": { "start": { - "line": 973, + "line": 980, "column": 19 }, "end": { - "line": 973, + "line": 980, "column": 20 } } @@ -355999,15 +358871,15 @@ "updateContext": null }, "value": "this", - "start": 37023, - "end": 37027, + "start": 37541, + "end": 37545, "loc": { "start": { - "line": 973, + "line": 980, "column": 20 }, "end": { - "line": 973, + "line": 980, "column": 24 } } @@ -356025,15 +358897,15 @@ "binop": null, "updateContext": null }, - "start": 37027, - "end": 37028, + "start": 37545, + "end": 37546, "loc": { "start": { - "line": 973, + "line": 980, "column": 24 }, "end": { - "line": 973, + "line": 980, "column": 25 } } @@ -356051,15 +358923,15 @@ "binop": null }, "value": "autoMuteDevice", - "start": 37028, - "end": 37042, + "start": 37546, + "end": 37560, "loc": { "start": { - "line": 973, + "line": 980, "column": 25 }, "end": { - "line": 973, + "line": 980, "column": 39 } } @@ -356076,15 +358948,15 @@ "postfix": false, "binop": null }, - "start": 37042, - "end": 37043, + "start": 37560, + "end": 37561, "loc": { "start": { - "line": 973, + "line": 980, "column": 39 }, "end": { - "line": 973, + "line": 980, "column": 40 } } @@ -356101,15 +358973,15 @@ "postfix": false, "binop": null }, - "start": 37044, - "end": 37045, + "start": 37562, + "end": 37563, "loc": { "start": { - "line": 973, + "line": 980, "column": 41 }, "end": { - "line": 973, + "line": 980, "column": 42 } } @@ -356117,15 +358989,15 @@ { "type": "CommentLine", "value": " mute device", - "start": 37066, - "end": 37080, + "start": 37584, + "end": 37598, "loc": { "start": { - "line": 974, + "line": 981, "column": 20 }, "end": { - "line": 974, + "line": 981, "column": 34 } } @@ -356145,15 +359017,15 @@ "updateContext": null }, "value": "this", - "start": 37101, - "end": 37105, + "start": 37619, + "end": 37623, "loc": { "start": { - "line": 975, + "line": 982, "column": 20 }, "end": { - "line": 975, + "line": 982, "column": 24 } } @@ -356171,15 +359043,15 @@ "binop": null, "updateContext": null }, - "start": 37105, - "end": 37106, + "start": 37623, + "end": 37624, "loc": { "start": { - "line": 975, + "line": 982, "column": 24 }, "end": { - "line": 975, + "line": 982, "column": 25 } } @@ -356197,15 +359069,15 @@ "binop": null }, "value": "muteTracks", - "start": 37106, - "end": 37116, + "start": 37624, + "end": 37634, "loc": { "start": { - "line": 975, + "line": 982, "column": 25 }, "end": { - "line": 975, + "line": 982, "column": 35 } } @@ -356222,15 +359094,15 @@ "postfix": false, "binop": null }, - "start": 37116, - "end": 37117, + "start": 37634, + "end": 37635, "loc": { "start": { - "line": 975, + "line": 982, "column": 35 }, "end": { - "line": 975, + "line": 982, "column": 36 } } @@ -356250,15 +359122,15 @@ "updateContext": null }, "value": "true", - "start": 37117, - "end": 37121, + "start": 37635, + "end": 37639, "loc": { "start": { - "line": 975, + "line": 982, "column": 36 }, "end": { - "line": 975, + "line": 982, "column": 40 } } @@ -356275,15 +359147,15 @@ "postfix": false, "binop": null }, - "start": 37121, - "end": 37122, + "start": 37639, + "end": 37640, "loc": { "start": { - "line": 975, + "line": 982, "column": 40 }, "end": { - "line": 975, + "line": 982, "column": 41 } } @@ -356301,15 +359173,15 @@ "binop": null, "updateContext": null }, - "start": 37122, - "end": 37123, + "start": 37640, + "end": 37641, "loc": { "start": { - "line": 975, + "line": 982, "column": 41 }, "end": { - "line": 975, + "line": 982, "column": 42 } } @@ -356326,15 +359198,15 @@ "postfix": false, "binop": null }, - "start": 37140, - "end": 37141, + "start": 37658, + "end": 37659, "loc": { "start": { - "line": 976, + "line": 983, "column": 16 }, "end": { - "line": 976, + "line": 983, "column": 17 } } @@ -356351,15 +359223,15 @@ "postfix": false, "binop": null }, - "start": 37154, - "end": 37155, + "start": 37672, + "end": 37673, "loc": { "start": { - "line": 977, + "line": 984, "column": 12 }, "end": { - "line": 977, + "line": 984, "column": 13 } } @@ -356379,15 +359251,15 @@ "updateContext": null }, "value": "else", - "start": 37156, - "end": 37160, + "start": 37674, + "end": 37678, "loc": { "start": { - "line": 977, + "line": 984, "column": 14 }, "end": { - "line": 977, + "line": 984, "column": 18 } } @@ -356404,15 +359276,15 @@ "postfix": false, "binop": null }, - "start": 37161, - "end": 37162, + "start": 37679, + "end": 37680, "loc": { "start": { - "line": 977, + "line": 984, "column": 19 }, "end": { - "line": 977, + "line": 984, "column": 20 } } @@ -356432,15 +359304,15 @@ "updateContext": null }, "value": "if", - "start": 37179, - "end": 37181, + "start": 37697, + "end": 37699, "loc": { "start": { - "line": 978, + "line": 985, "column": 16 }, "end": { - "line": 978, + "line": 985, "column": 18 } } @@ -356457,15 +359329,15 @@ "postfix": false, "binop": null }, - "start": 37182, - "end": 37183, + "start": 37700, + "end": 37701, "loc": { "start": { - "line": 978, + "line": 985, "column": 19 }, "end": { - "line": 978, + "line": 985, "column": 20 } } @@ -356485,15 +359357,15 @@ "updateContext": null }, "value": "this", - "start": 37183, - "end": 37187, + "start": 37701, + "end": 37705, "loc": { "start": { - "line": 978, + "line": 985, "column": 20 }, "end": { - "line": 978, + "line": 985, "column": 24 } } @@ -356511,15 +359383,15 @@ "binop": null, "updateContext": null }, - "start": 37187, - "end": 37188, + "start": 37705, + "end": 37706, "loc": { "start": { - "line": 978, + "line": 985, "column": 24 }, "end": { - "line": 978, + "line": 985, "column": 25 } } @@ -356537,15 +359409,15 @@ "binop": null }, "value": "player", - "start": 37188, - "end": 37194, + "start": 37706, + "end": 37712, "loc": { "start": { - "line": 978, + "line": 985, "column": 25 }, "end": { - "line": 978, + "line": 985, "column": 31 } } @@ -356563,15 +359435,15 @@ "binop": null, "updateContext": null }, - "start": 37194, - "end": 37195, + "start": 37712, + "end": 37713, "loc": { "start": { - "line": 978, + "line": 985, "column": 31 }, "end": { - "line": 978, + "line": 985, "column": 32 } } @@ -356589,15 +359461,15 @@ "binop": null }, "value": "recordedData", - "start": 37195, - "end": 37207, + "start": 37713, + "end": 37725, "loc": { "start": { - "line": 978, + "line": 985, "column": 32 }, "end": { - "line": 978, + "line": 985, "column": 44 } } @@ -356614,15 +359486,15 @@ "postfix": false, "binop": null }, - "start": 37207, - "end": 37208, + "start": 37725, + "end": 37726, "loc": { "start": { - "line": 978, + "line": 985, "column": 44 }, "end": { - "line": 978, + "line": 985, "column": 45 } } @@ -356639,15 +359511,15 @@ "postfix": false, "binop": null }, - "start": 37209, - "end": 37210, + "start": 37727, + "end": 37728, "loc": { "start": { - "line": 978, + "line": 985, "column": 46 }, "end": { - "line": 978, + "line": 985, "column": 47 } } @@ -356655,15 +359527,15 @@ { "type": "CommentLine", "value": " notify listeners that image data is (already) available", - "start": 37231, - "end": 37289, + "start": 37749, + "end": 37807, "loc": { "start": { - "line": 979, + "line": 986, "column": 20 }, "end": { - "line": 979, + "line": 986, "column": 78 } } @@ -356683,15 +359555,15 @@ "updateContext": null }, "value": "this", - "start": 37310, - "end": 37314, + "start": 37828, + "end": 37832, "loc": { "start": { - "line": 980, + "line": 987, "column": 20 }, "end": { - "line": 980, + "line": 987, "column": 24 } } @@ -356709,15 +359581,15 @@ "binop": null, "updateContext": null }, - "start": 37314, - "end": 37315, + "start": 37832, + "end": 37833, "loc": { "start": { - "line": 980, + "line": 987, "column": 24 }, "end": { - "line": 980, + "line": 987, "column": 25 } } @@ -356735,15 +359607,15 @@ "binop": null }, "value": "player", - "start": 37315, - "end": 37321, + "start": 37833, + "end": 37839, "loc": { "start": { - "line": 980, + "line": 987, "column": 25 }, "end": { - "line": 980, + "line": 987, "column": 31 } } @@ -356761,15 +359633,15 @@ "binop": null, "updateContext": null }, - "start": 37321, - "end": 37322, + "start": 37839, + "end": 37840, "loc": { "start": { - "line": 980, + "line": 987, "column": 31 }, "end": { - "line": 980, + "line": 987, "column": 32 } } @@ -356787,15 +359659,15 @@ "binop": null }, "value": "trigger", - "start": 37322, - "end": 37329, + "start": 37840, + "end": 37847, "loc": { "start": { - "line": 980, + "line": 987, "column": 32 }, "end": { - "line": 980, + "line": 987, "column": 39 } } @@ -356812,15 +359684,15 @@ "postfix": false, "binop": null }, - "start": 37329, - "end": 37330, + "start": 37847, + "end": 37848, "loc": { "start": { - "line": 980, + "line": 987, "column": 39 }, "end": { - "line": 980, + "line": 987, "column": 40 } } @@ -356838,15 +359710,15 @@ "binop": null }, "value": "Event", - "start": 37330, - "end": 37335, + "start": 37848, + "end": 37853, "loc": { "start": { - "line": 980, + "line": 987, "column": 40 }, "end": { - "line": 980, + "line": 987, "column": 45 } } @@ -356864,15 +359736,15 @@ "binop": null, "updateContext": null }, - "start": 37335, - "end": 37336, + "start": 37853, + "end": 37854, "loc": { "start": { - "line": 980, + "line": 987, "column": 45 }, "end": { - "line": 980, + "line": 987, "column": 46 } } @@ -356890,15 +359762,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 37336, - "end": 37349, + "start": 37854, + "end": 37867, "loc": { "start": { - "line": 980, + "line": 987, "column": 46 }, "end": { - "line": 980, + "line": 987, "column": 59 } } @@ -356915,15 +359787,15 @@ "postfix": false, "binop": null }, - "start": 37349, - "end": 37350, + "start": 37867, + "end": 37868, "loc": { "start": { - "line": 980, + "line": 987, "column": 59 }, "end": { - "line": 980, + "line": 987, "column": 60 } } @@ -356941,15 +359813,15 @@ "binop": null, "updateContext": null }, - "start": 37350, - "end": 37351, + "start": 37868, + "end": 37869, "loc": { "start": { - "line": 980, + "line": 987, "column": 60 }, "end": { - "line": 980, + "line": 987, "column": 61 } } @@ -356966,15 +359838,15 @@ "postfix": false, "binop": null }, - "start": 37368, - "end": 37369, + "start": 37886, + "end": 37887, "loc": { "start": { - "line": 981, + "line": 988, "column": 16 }, "end": { - "line": 981, + "line": 988, "column": 17 } } @@ -356991,15 +359863,15 @@ "postfix": false, "binop": null }, - "start": 37382, - "end": 37383, + "start": 37900, + "end": 37901, "loc": { "start": { - "line": 982, + "line": 989, "column": 12 }, "end": { - "line": 982, + "line": 989, "column": 13 } } @@ -357016,15 +359888,15 @@ "postfix": false, "binop": null }, - "start": 37392, - "end": 37393, + "start": 37910, + "end": 37911, "loc": { "start": { - "line": 983, + "line": 990, "column": 8 }, "end": { - "line": 983, + "line": 990, "column": 9 } } @@ -357041,15 +359913,15 @@ "postfix": false, "binop": null }, - "start": 37398, - "end": 37399, + "start": 37916, + "end": 37917, "loc": { "start": { - "line": 984, + "line": 991, "column": 4 }, "end": { - "line": 984, + "line": 991, "column": 5 } } @@ -357057,15 +359929,15 @@ { "type": "CommentBlock", "value": "*\n * Stop device(s) and recording if active.\n ", - "start": 37405, - "end": 37463, + "start": 37923, + "end": 37981, "loc": { "start": { - "line": 986, + "line": 993, "column": 4 }, "end": { - "line": 988, + "line": 995, "column": 7 } } @@ -357083,15 +359955,15 @@ "binop": null }, "value": "stopDevice", - "start": 37468, - "end": 37478, + "start": 37986, + "end": 37996, "loc": { "start": { - "line": 989, + "line": 996, "column": 4 }, "end": { - "line": 989, + "line": 996, "column": 14 } } @@ -357108,15 +359980,15 @@ "postfix": false, "binop": null }, - "start": 37478, - "end": 37479, + "start": 37996, + "end": 37997, "loc": { "start": { - "line": 989, + "line": 996, "column": 14 }, "end": { - "line": 989, + "line": 996, "column": 15 } } @@ -357133,15 +360005,15 @@ "postfix": false, "binop": null }, - "start": 37479, - "end": 37480, + "start": 37997, + "end": 37998, "loc": { "start": { - "line": 989, + "line": 996, "column": 15 }, "end": { - "line": 989, + "line": 996, "column": 16 } } @@ -357158,15 +360030,15 @@ "postfix": false, "binop": null }, - "start": 37481, - "end": 37482, + "start": 37999, + "end": 38000, "loc": { "start": { - "line": 989, + "line": 996, "column": 17 }, "end": { - "line": 989, + "line": 996, "column": 18 } } @@ -357186,15 +360058,15 @@ "updateContext": null }, "value": "if", - "start": 37491, - "end": 37493, + "start": 38009, + "end": 38011, "loc": { "start": { - "line": 990, + "line": 997, "column": 8 }, "end": { - "line": 990, + "line": 997, "column": 10 } } @@ -357211,15 +360083,15 @@ "postfix": false, "binop": null }, - "start": 37494, - "end": 37495, + "start": 38012, + "end": 38013, "loc": { "start": { - "line": 990, + "line": 997, "column": 11 }, "end": { - "line": 990, + "line": 997, "column": 12 } } @@ -357239,15 +360111,15 @@ "updateContext": null }, "value": "this", - "start": 37495, - "end": 37499, + "start": 38013, + "end": 38017, "loc": { "start": { - "line": 990, + "line": 997, "column": 12 }, "end": { - "line": 990, + "line": 997, "column": 16 } } @@ -357265,15 +360137,15 @@ "binop": null, "updateContext": null }, - "start": 37499, - "end": 37500, + "start": 38017, + "end": 38018, "loc": { "start": { - "line": 990, + "line": 997, "column": 16 }, "end": { - "line": 990, + "line": 997, "column": 17 } } @@ -357291,15 +360163,15 @@ "binop": null }, "value": "isRecording", - "start": 37500, - "end": 37511, + "start": 38018, + "end": 38029, "loc": { "start": { - "line": 990, + "line": 997, "column": 17 }, "end": { - "line": 990, + "line": 997, "column": 28 } } @@ -357316,15 +360188,15 @@ "postfix": false, "binop": null }, - "start": 37511, - "end": 37512, + "start": 38029, + "end": 38030, "loc": { "start": { - "line": 990, + "line": 997, "column": 28 }, "end": { - "line": 990, + "line": 997, "column": 29 } } @@ -357341,15 +360213,15 @@ "postfix": false, "binop": null }, - "start": 37512, - "end": 37513, + "start": 38030, + "end": 38031, "loc": { "start": { - "line": 990, + "line": 997, "column": 29 }, "end": { - "line": 990, + "line": 997, "column": 30 } } @@ -357366,15 +360238,15 @@ "postfix": false, "binop": null }, - "start": 37513, - "end": 37514, + "start": 38031, + "end": 38032, "loc": { "start": { - "line": 990, + "line": 997, "column": 30 }, "end": { - "line": 990, + "line": 997, "column": 31 } } @@ -357391,15 +360263,15 @@ "postfix": false, "binop": null }, - "start": 37515, - "end": 37516, + "start": 38033, + "end": 38034, "loc": { "start": { - "line": 990, + "line": 997, "column": 32 }, "end": { - "line": 990, + "line": 997, "column": 33 } } @@ -357407,15 +360279,15 @@ { "type": "CommentLine", "value": " stop stream once recorded data is available,", - "start": 37529, - "end": 37576, + "start": 38047, + "end": 38094, "loc": { "start": { - "line": 991, + "line": 998, "column": 12 }, "end": { - "line": 991, + "line": 998, "column": 59 } } @@ -357423,15 +360295,15 @@ { "type": "CommentLine", "value": " otherwise it'll break recording", - "start": 37589, - "end": 37623, + "start": 38107, + "end": 38141, "loc": { "start": { - "line": 992, + "line": 999, "column": 12 }, "end": { - "line": 992, + "line": 999, "column": 46 } } @@ -357451,15 +360323,15 @@ "updateContext": null }, "value": "this", - "start": 37636, - "end": 37640, + "start": 38154, + "end": 38158, "loc": { "start": { - "line": 993, + "line": 1000, "column": 12 }, "end": { - "line": 993, + "line": 1000, "column": 16 } } @@ -357477,15 +360349,15 @@ "binop": null, "updateContext": null }, - "start": 37640, - "end": 37641, + "start": 38158, + "end": 38159, "loc": { "start": { - "line": 993, + "line": 1000, "column": 16 }, "end": { - "line": 993, + "line": 1000, "column": 17 } } @@ -357503,15 +360375,15 @@ "binop": null }, "value": "player", - "start": 37641, - "end": 37647, + "start": 38159, + "end": 38165, "loc": { "start": { - "line": 993, + "line": 1000, "column": 17 }, "end": { - "line": 993, + "line": 1000, "column": 23 } } @@ -357529,15 +360401,15 @@ "binop": null, "updateContext": null }, - "start": 37647, - "end": 37648, + "start": 38165, + "end": 38166, "loc": { "start": { - "line": 993, + "line": 1000, "column": 23 }, "end": { - "line": 993, + "line": 1000, "column": 24 } } @@ -357555,15 +360427,15 @@ "binop": null }, "value": "one", - "start": 37648, - "end": 37651, + "start": 38166, + "end": 38169, "loc": { "start": { - "line": 993, + "line": 1000, "column": 24 }, "end": { - "line": 993, + "line": 1000, "column": 27 } } @@ -357580,15 +360452,15 @@ "postfix": false, "binop": null }, - "start": 37651, - "end": 37652, + "start": 38169, + "end": 38170, "loc": { "start": { - "line": 993, + "line": 1000, "column": 27 }, "end": { - "line": 993, + "line": 1000, "column": 28 } } @@ -357606,15 +360478,15 @@ "binop": null }, "value": "Event", - "start": 37652, - "end": 37657, + "start": 38170, + "end": 38175, "loc": { "start": { - "line": 993, + "line": 1000, "column": 28 }, "end": { - "line": 993, + "line": 1000, "column": 33 } } @@ -357632,15 +360504,15 @@ "binop": null, "updateContext": null }, - "start": 37657, - "end": 37658, + "start": 38175, + "end": 38176, "loc": { "start": { - "line": 993, + "line": 1000, "column": 33 }, "end": { - "line": 993, + "line": 1000, "column": 34 } } @@ -357658,15 +360530,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 37658, - "end": 37671, + "start": 38176, + "end": 38189, "loc": { "start": { - "line": 993, + "line": 1000, "column": 34 }, "end": { - "line": 993, + "line": 1000, "column": 47 } } @@ -357684,15 +360556,15 @@ "binop": null, "updateContext": null }, - "start": 37671, - "end": 37672, + "start": 38189, + "end": 38190, "loc": { "start": { - "line": 993, + "line": 1000, "column": 47 }, "end": { - "line": 993, + "line": 1000, "column": 48 } } @@ -357712,15 +360584,15 @@ "updateContext": null }, "value": "this", - "start": 37673, - "end": 37677, + "start": 38191, + "end": 38195, "loc": { "start": { - "line": 993, + "line": 1000, "column": 49 }, "end": { - "line": 993, + "line": 1000, "column": 53 } } @@ -357738,15 +360610,15 @@ "binop": null, "updateContext": null }, - "start": 37677, - "end": 37678, + "start": 38195, + "end": 38196, "loc": { "start": { - "line": 993, + "line": 1000, "column": 53 }, "end": { - "line": 993, + "line": 1000, "column": 54 } } @@ -357764,15 +360636,15 @@ "binop": null }, "value": "stopStream", - "start": 37678, - "end": 37688, + "start": 38196, + "end": 38206, "loc": { "start": { - "line": 993, + "line": 1000, "column": 54 }, "end": { - "line": 993, + "line": 1000, "column": 64 } } @@ -357790,15 +360662,15 @@ "binop": null, "updateContext": null }, - "start": 37688, - "end": 37689, + "start": 38206, + "end": 38207, "loc": { "start": { - "line": 993, + "line": 1000, "column": 64 }, "end": { - "line": 993, + "line": 1000, "column": 65 } } @@ -357816,15 +360688,15 @@ "binop": null }, "value": "bind", - "start": 37689, - "end": 37693, + "start": 38207, + "end": 38211, "loc": { "start": { - "line": 993, + "line": 1000, "column": 65 }, "end": { - "line": 993, + "line": 1000, "column": 69 } } @@ -357841,15 +360713,15 @@ "postfix": false, "binop": null }, - "start": 37693, - "end": 37694, + "start": 38211, + "end": 38212, "loc": { "start": { - "line": 993, + "line": 1000, "column": 69 }, "end": { - "line": 993, + "line": 1000, "column": 70 } } @@ -357869,15 +360741,15 @@ "updateContext": null }, "value": "this", - "start": 37694, - "end": 37698, + "start": 38212, + "end": 38216, "loc": { "start": { - "line": 993, + "line": 1000, "column": 70 }, "end": { - "line": 993, + "line": 1000, "column": 74 } } @@ -357894,15 +360766,15 @@ "postfix": false, "binop": null }, - "start": 37698, - "end": 37699, + "start": 38216, + "end": 38217, "loc": { "start": { - "line": 993, + "line": 1000, "column": 74 }, "end": { - "line": 993, + "line": 1000, "column": 75 } } @@ -357919,15 +360791,15 @@ "postfix": false, "binop": null }, - "start": 37699, - "end": 37700, + "start": 38217, + "end": 38218, "loc": { "start": { - "line": 993, + "line": 1000, "column": 75 }, "end": { - "line": 993, + "line": 1000, "column": 76 } } @@ -357945,15 +360817,15 @@ "binop": null, "updateContext": null }, - "start": 37700, - "end": 37701, + "start": 38218, + "end": 38219, "loc": { "start": { - "line": 993, + "line": 1000, "column": 76 }, "end": { - "line": 993, + "line": 1000, "column": 77 } } @@ -357961,15 +360833,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 37715, - "end": 37732, + "start": 38233, + "end": 38250, "loc": { "start": { - "line": 995, + "line": 1002, "column": 12 }, "end": { - "line": 995, + "line": 1002, "column": 29 } } @@ -357989,15 +360861,15 @@ "updateContext": null }, "value": "this", - "start": 37745, - "end": 37749, + "start": 38263, + "end": 38267, "loc": { "start": { - "line": 996, + "line": 1003, "column": 12 }, "end": { - "line": 996, + "line": 1003, "column": 16 } } @@ -358015,15 +360887,15 @@ "binop": null, "updateContext": null }, - "start": 37749, - "end": 37750, + "start": 38267, + "end": 38268, "loc": { "start": { - "line": 996, + "line": 1003, "column": 16 }, "end": { - "line": 996, + "line": 1003, "column": 17 } } @@ -358041,15 +360913,15 @@ "binop": null }, "value": "stop", - "start": 37750, - "end": 37754, + "start": 38268, + "end": 38272, "loc": { "start": { - "line": 996, + "line": 1003, "column": 17 }, "end": { - "line": 996, + "line": 1003, "column": 21 } } @@ -358066,15 +360938,15 @@ "postfix": false, "binop": null }, - "start": 37754, - "end": 37755, + "start": 38272, + "end": 38273, "loc": { "start": { - "line": 996, + "line": 1003, "column": 21 }, "end": { - "line": 996, + "line": 1003, "column": 22 } } @@ -358091,15 +360963,15 @@ "postfix": false, "binop": null }, - "start": 37755, - "end": 37756, + "start": 38273, + "end": 38274, "loc": { "start": { - "line": 996, + "line": 1003, "column": 22 }, "end": { - "line": 996, + "line": 1003, "column": 23 } } @@ -358117,15 +360989,15 @@ "binop": null, "updateContext": null }, - "start": 37756, - "end": 37757, + "start": 38274, + "end": 38275, "loc": { "start": { - "line": 996, + "line": 1003, "column": 23 }, "end": { - "line": 996, + "line": 1003, "column": 24 } } @@ -358142,15 +361014,15 @@ "postfix": false, "binop": null }, - "start": 37766, - "end": 37767, + "start": 38284, + "end": 38285, "loc": { "start": { - "line": 997, + "line": 1004, "column": 8 }, "end": { - "line": 997, + "line": 1004, "column": 9 } } @@ -358170,15 +361042,15 @@ "updateContext": null }, "value": "else", - "start": 37768, - "end": 37772, + "start": 38286, + "end": 38290, "loc": { "start": { - "line": 997, + "line": 1004, "column": 10 }, "end": { - "line": 997, + "line": 1004, "column": 14 } } @@ -358195,15 +361067,15 @@ "postfix": false, "binop": null }, - "start": 37773, - "end": 37774, + "start": 38291, + "end": 38292, "loc": { "start": { - "line": 997, + "line": 1004, "column": 15 }, "end": { - "line": 997, + "line": 1004, "column": 16 } } @@ -358211,15 +361083,15 @@ { "type": "CommentLine", "value": " stop stream now, since there's no recorded data available", - "start": 37787, - "end": 37847, + "start": 38305, + "end": 38365, "loc": { "start": { - "line": 998, + "line": 1005, "column": 12 }, "end": { - "line": 998, + "line": 1005, "column": 72 } } @@ -358239,15 +361111,15 @@ "updateContext": null }, "value": "this", - "start": 37860, - "end": 37864, + "start": 38378, + "end": 38382, "loc": { "start": { - "line": 999, + "line": 1006, "column": 12 }, "end": { - "line": 999, + "line": 1006, "column": 16 } } @@ -358265,15 +361137,15 @@ "binop": null, "updateContext": null }, - "start": 37864, - "end": 37865, + "start": 38382, + "end": 38383, "loc": { "start": { - "line": 999, + "line": 1006, "column": 16 }, "end": { - "line": 999, + "line": 1006, "column": 17 } } @@ -358291,15 +361163,15 @@ "binop": null }, "value": "stopStream", - "start": 37865, - "end": 37875, + "start": 38383, + "end": 38393, "loc": { "start": { - "line": 999, + "line": 1006, "column": 17 }, "end": { - "line": 999, + "line": 1006, "column": 27 } } @@ -358316,15 +361188,15 @@ "postfix": false, "binop": null }, - "start": 37875, - "end": 37876, + "start": 38393, + "end": 38394, "loc": { "start": { - "line": 999, + "line": 1006, "column": 27 }, "end": { - "line": 999, + "line": 1006, "column": 28 } } @@ -358341,15 +361213,15 @@ "postfix": false, "binop": null }, - "start": 37876, - "end": 37877, + "start": 38394, + "end": 38395, "loc": { "start": { - "line": 999, + "line": 1006, "column": 28 }, "end": { - "line": 999, + "line": 1006, "column": 29 } } @@ -358367,15 +361239,15 @@ "binop": null, "updateContext": null }, - "start": 37877, - "end": 37878, + "start": 38395, + "end": 38396, "loc": { "start": { - "line": 999, + "line": 1006, "column": 29 }, "end": { - "line": 999, + "line": 1006, "column": 30 } } @@ -358392,15 +361264,15 @@ "postfix": false, "binop": null }, - "start": 37887, - "end": 37888, + "start": 38405, + "end": 38406, "loc": { "start": { - "line": 1000, + "line": 1007, "column": 8 }, "end": { - "line": 1000, + "line": 1007, "column": 9 } } @@ -358417,15 +361289,15 @@ "postfix": false, "binop": null }, - "start": 37893, - "end": 37894, + "start": 38411, + "end": 38412, "loc": { "start": { - "line": 1001, + "line": 1008, "column": 4 }, "end": { - "line": 1001, + "line": 1008, "column": 5 } } @@ -358433,15 +361305,15 @@ { "type": "CommentBlock", "value": "*\n * Stop stream and device.\n ", - "start": 37900, - "end": 37942, + "start": 38418, + "end": 38460, "loc": { "start": { - "line": 1003, + "line": 1010, "column": 4 }, "end": { - "line": 1005, + "line": 1012, "column": 7 } } @@ -358459,15 +361331,15 @@ "binop": null }, "value": "stopStream", - "start": 37947, - "end": 37957, + "start": 38465, + "end": 38475, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 4 }, "end": { - "line": 1006, + "line": 1013, "column": 14 } } @@ -358484,15 +361356,15 @@ "postfix": false, "binop": null }, - "start": 37957, - "end": 37958, + "start": 38475, + "end": 38476, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 14 }, "end": { - "line": 1006, + "line": 1013, "column": 15 } } @@ -358509,15 +361381,15 @@ "postfix": false, "binop": null }, - "start": 37958, - "end": 37959, + "start": 38476, + "end": 38477, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 15 }, "end": { - "line": 1006, + "line": 1013, "column": 16 } } @@ -358534,15 +361406,15 @@ "postfix": false, "binop": null }, - "start": 37960, - "end": 37961, + "start": 38478, + "end": 38479, "loc": { "start": { - "line": 1006, + "line": 1013, "column": 17 }, "end": { - "line": 1006, + "line": 1013, "column": 18 } } @@ -358550,15 +361422,15 @@ { "type": "CommentLine", "value": " stop stream and device", - "start": 37970, - "end": 37995, + "start": 38488, + "end": 38513, "loc": { "start": { - "line": 1007, + "line": 1014, "column": 8 }, "end": { - "line": 1007, + "line": 1014, "column": 33 } } @@ -358578,15 +361450,15 @@ "updateContext": null }, "value": "if", - "start": 38004, - "end": 38006, + "start": 38522, + "end": 38524, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 8 }, "end": { - "line": 1008, + "line": 1015, "column": 10 } } @@ -358603,15 +361475,15 @@ "postfix": false, "binop": null }, - "start": 38007, - "end": 38008, + "start": 38525, + "end": 38526, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 11 }, "end": { - "line": 1008, + "line": 1015, "column": 12 } } @@ -358631,15 +361503,15 @@ "updateContext": null }, "value": "this", - "start": 38008, - "end": 38012, + "start": 38526, + "end": 38530, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 12 }, "end": { - "line": 1008, + "line": 1015, "column": 16 } } @@ -358657,15 +361529,15 @@ "binop": null, "updateContext": null }, - "start": 38012, - "end": 38013, + "start": 38530, + "end": 38531, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 16 }, "end": { - "line": 1008, + "line": 1015, "column": 17 } } @@ -358683,15 +361555,15 @@ "binop": null }, "value": "stream", - "start": 38013, - "end": 38019, + "start": 38531, + "end": 38537, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 17 }, "end": { - "line": 1008, + "line": 1015, "column": 23 } } @@ -358708,15 +361580,15 @@ "postfix": false, "binop": null }, - "start": 38019, - "end": 38020, + "start": 38537, + "end": 38538, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 23 }, "end": { - "line": 1008, + "line": 1015, "column": 24 } } @@ -358733,15 +361605,15 @@ "postfix": false, "binop": null }, - "start": 38021, - "end": 38022, + "start": 38539, + "end": 38540, "loc": { "start": { - "line": 1008, + "line": 1015, "column": 25 }, "end": { - "line": 1008, + "line": 1015, "column": 26 } } @@ -358761,15 +361633,15 @@ "updateContext": null }, "value": "this", - "start": 38035, - "end": 38039, + "start": 38553, + "end": 38557, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 12 }, "end": { - "line": 1009, + "line": 1016, "column": 16 } } @@ -358787,15 +361659,15 @@ "binop": null, "updateContext": null }, - "start": 38039, - "end": 38040, + "start": 38557, + "end": 38558, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 16 }, "end": { - "line": 1009, + "line": 1016, "column": 17 } } @@ -358813,15 +361685,15 @@ "binop": null }, "value": "_deviceActive", - "start": 38040, - "end": 38053, + "start": 38558, + "end": 38571, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 17 }, "end": { - "line": 1009, + "line": 1016, "column": 30 } } @@ -358840,15 +361712,15 @@ "updateContext": null }, "value": "=", - "start": 38054, - "end": 38055, + "start": 38572, + "end": 38573, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 31 }, "end": { - "line": 1009, + "line": 1016, "column": 32 } } @@ -358868,15 +361740,15 @@ "updateContext": null }, "value": "false", - "start": 38056, - "end": 38061, + "start": 38574, + "end": 38579, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 33 }, "end": { - "line": 1009, + "line": 1016, "column": 38 } } @@ -358894,15 +361766,15 @@ "binop": null, "updateContext": null }, - "start": 38061, - "end": 38062, + "start": 38579, + "end": 38580, "loc": { "start": { - "line": 1009, + "line": 1016, "column": 38 }, "end": { - "line": 1009, + "line": 1016, "column": 39 } } @@ -358922,15 +361794,15 @@ "updateContext": null }, "value": "if", - "start": 38076, - "end": 38078, + "start": 38594, + "end": 38596, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 12 }, "end": { - "line": 1011, + "line": 1018, "column": 14 } } @@ -358947,15 +361819,15 @@ "postfix": false, "binop": null }, - "start": 38079, - "end": 38080, + "start": 38597, + "end": 38598, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 15 }, "end": { - "line": 1011, + "line": 1018, "column": 16 } } @@ -358975,15 +361847,15 @@ "updateContext": null }, "value": "this", - "start": 38080, - "end": 38084, + "start": 38598, + "end": 38602, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 16 }, "end": { - "line": 1011, + "line": 1018, "column": 20 } } @@ -359001,15 +361873,15 @@ "binop": null, "updateContext": null }, - "start": 38084, - "end": 38085, + "start": 38602, + "end": 38603, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 20 }, "end": { - "line": 1011, + "line": 1018, "column": 21 } } @@ -359027,15 +361899,15 @@ "binop": null }, "value": "getRecordType", - "start": 38085, - "end": 38098, + "start": 38603, + "end": 38616, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 21 }, "end": { - "line": 1011, + "line": 1018, "column": 34 } } @@ -359052,15 +361924,15 @@ "postfix": false, "binop": null }, - "start": 38098, - "end": 38099, + "start": 38616, + "end": 38617, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 34 }, "end": { - "line": 1011, + "line": 1018, "column": 35 } } @@ -359077,15 +361949,15 @@ "postfix": false, "binop": null }, - "start": 38099, - "end": 38100, + "start": 38617, + "end": 38618, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 35 }, "end": { - "line": 1011, + "line": 1018, "column": 36 } } @@ -359104,15 +361976,15 @@ "updateContext": null }, "value": "===", - "start": 38101, - "end": 38104, + "start": 38619, + "end": 38622, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 37 }, "end": { - "line": 1011, + "line": 1018, "column": 40 } } @@ -359130,15 +362002,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 38105, - "end": 38115, + "start": 38623, + "end": 38633, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 41 }, "end": { - "line": 1011, + "line": 1018, "column": 51 } } @@ -359155,15 +362027,15 @@ "postfix": false, "binop": null }, - "start": 38115, - "end": 38116, + "start": 38633, + "end": 38634, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 51 }, "end": { - "line": 1011, + "line": 1018, "column": 52 } } @@ -359180,15 +362052,15 @@ "postfix": false, "binop": null }, - "start": 38117, - "end": 38118, + "start": 38635, + "end": 38636, "loc": { "start": { - "line": 1011, + "line": 1018, "column": 53 }, "end": { - "line": 1011, + "line": 1018, "column": 54 } } @@ -359196,15 +362068,15 @@ { "type": "CommentLine", "value": " make the microphone plugin stop it's device", - "start": 38135, - "end": 38181, + "start": 38653, + "end": 38699, "loc": { "start": { - "line": 1012, + "line": 1019, "column": 16 }, "end": { - "line": 1012, + "line": 1019, "column": 62 } } @@ -359224,15 +362096,15 @@ "updateContext": null }, "value": "this", - "start": 38198, - "end": 38202, + "start": 38716, + "end": 38720, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 16 }, "end": { - "line": 1013, + "line": 1020, "column": 20 } } @@ -359250,15 +362122,15 @@ "binop": null, "updateContext": null }, - "start": 38202, - "end": 38203, + "start": 38720, + "end": 38721, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 20 }, "end": { - "line": 1013, + "line": 1020, "column": 21 } } @@ -359276,15 +362148,15 @@ "binop": null }, "value": "surfer", - "start": 38203, - "end": 38209, + "start": 38721, + "end": 38727, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 21 }, "end": { - "line": 1013, + "line": 1020, "column": 27 } } @@ -359302,15 +362174,15 @@ "binop": null, "updateContext": null }, - "start": 38209, - "end": 38210, + "start": 38727, + "end": 38728, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 27 }, "end": { - "line": 1013, + "line": 1020, "column": 28 } } @@ -359328,15 +362200,15 @@ "binop": null }, "value": "surfer", - "start": 38210, - "end": 38216, + "start": 38728, + "end": 38734, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 28 }, "end": { - "line": 1013, + "line": 1020, "column": 34 } } @@ -359354,15 +362226,15 @@ "binop": null, "updateContext": null }, - "start": 38216, - "end": 38217, + "start": 38734, + "end": 38735, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 34 }, "end": { - "line": 1013, + "line": 1020, "column": 35 } } @@ -359380,15 +362252,15 @@ "binop": null }, "value": "microphone", - "start": 38217, - "end": 38227, + "start": 38735, + "end": 38745, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 35 }, "end": { - "line": 1013, + "line": 1020, "column": 45 } } @@ -359406,15 +362278,15 @@ "binop": null, "updateContext": null }, - "start": 38227, - "end": 38228, + "start": 38745, + "end": 38746, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 45 }, "end": { - "line": 1013, + "line": 1020, "column": 46 } } @@ -359432,15 +362304,15 @@ "binop": null }, "value": "stopDevice", - "start": 38228, - "end": 38238, + "start": 38746, + "end": 38756, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 46 }, "end": { - "line": 1013, + "line": 1020, "column": 56 } } @@ -359457,15 +362329,15 @@ "postfix": false, "binop": null }, - "start": 38238, - "end": 38239, + "start": 38756, + "end": 38757, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 56 }, "end": { - "line": 1013, + "line": 1020, "column": 57 } } @@ -359482,15 +362354,15 @@ "postfix": false, "binop": null }, - "start": 38239, - "end": 38240, + "start": 38757, + "end": 38758, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 57 }, "end": { - "line": 1013, + "line": 1020, "column": 58 } } @@ -359508,15 +362380,15 @@ "binop": null, "updateContext": null }, - "start": 38240, - "end": 38241, + "start": 38758, + "end": 38759, "loc": { "start": { - "line": 1013, + "line": 1020, "column": 58 }, "end": { - "line": 1013, + "line": 1020, "column": 59 } } @@ -359536,15 +362408,15 @@ "updateContext": null }, "value": "return", - "start": 38258, - "end": 38264, + "start": 38776, + "end": 38782, "loc": { "start": { - "line": 1014, + "line": 1021, "column": 16 }, "end": { - "line": 1014, + "line": 1021, "column": 22 } } @@ -359562,15 +362434,15 @@ "binop": null, "updateContext": null }, - "start": 38264, - "end": 38265, + "start": 38782, + "end": 38783, "loc": { "start": { - "line": 1014, + "line": 1021, "column": 22 }, "end": { - "line": 1014, + "line": 1021, "column": 23 } } @@ -359587,15 +362459,15 @@ "postfix": false, "binop": null }, - "start": 38278, - "end": 38279, + "start": 38796, + "end": 38797, "loc": { "start": { - "line": 1015, + "line": 1022, "column": 12 }, "end": { - "line": 1015, + "line": 1022, "column": 13 } } @@ -359615,15 +362487,15 @@ "updateContext": null }, "value": "this", - "start": 38292, - "end": 38296, + "start": 38810, + "end": 38814, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 12 }, "end": { - "line": 1016, + "line": 1023, "column": 16 } } @@ -359641,15 +362513,15 @@ "binop": null, "updateContext": null }, - "start": 38296, - "end": 38297, + "start": 38814, + "end": 38815, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 16 }, "end": { - "line": 1016, + "line": 1023, "column": 17 } } @@ -359667,15 +362539,15 @@ "binop": null }, "value": "stream", - "start": 38297, - "end": 38303, + "start": 38815, + "end": 38821, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 17 }, "end": { - "line": 1016, + "line": 1023, "column": 23 } } @@ -359693,15 +362565,15 @@ "binop": null, "updateContext": null }, - "start": 38303, - "end": 38304, + "start": 38821, + "end": 38822, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 23 }, "end": { - "line": 1016, + "line": 1023, "column": 24 } } @@ -359719,15 +362591,15 @@ "binop": null }, "value": "getTracks", - "start": 38304, - "end": 38313, + "start": 38822, + "end": 38831, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 24 }, "end": { - "line": 1016, + "line": 1023, "column": 33 } } @@ -359744,15 +362616,15 @@ "postfix": false, "binop": null }, - "start": 38313, - "end": 38314, + "start": 38831, + "end": 38832, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 33 }, "end": { - "line": 1016, + "line": 1023, "column": 34 } } @@ -359769,15 +362641,15 @@ "postfix": false, "binop": null }, - "start": 38314, - "end": 38315, + "start": 38832, + "end": 38833, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 34 }, "end": { - "line": 1016, + "line": 1023, "column": 35 } } @@ -359795,15 +362667,15 @@ "binop": null, "updateContext": null }, - "start": 38315, - "end": 38316, + "start": 38833, + "end": 38834, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 35 }, "end": { - "line": 1016, + "line": 1023, "column": 36 } } @@ -359821,15 +362693,15 @@ "binop": null }, "value": "forEach", - "start": 38316, - "end": 38323, + "start": 38834, + "end": 38841, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 36 }, "end": { - "line": 1016, + "line": 1023, "column": 43 } } @@ -359846,15 +362718,15 @@ "postfix": false, "binop": null }, - "start": 38323, - "end": 38324, + "start": 38841, + "end": 38842, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 43 }, "end": { - "line": 1016, + "line": 1023, "column": 44 } } @@ -359871,15 +362743,15 @@ "postfix": false, "binop": null }, - "start": 38324, - "end": 38325, + "start": 38842, + "end": 38843, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 44 }, "end": { - "line": 1016, + "line": 1023, "column": 45 } } @@ -359897,15 +362769,15 @@ "binop": null }, "value": "stream", - "start": 38325, - "end": 38331, + "start": 38843, + "end": 38849, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 45 }, "end": { - "line": 1016, + "line": 1023, "column": 51 } } @@ -359922,15 +362794,15 @@ "postfix": false, "binop": null }, - "start": 38331, - "end": 38332, + "start": 38849, + "end": 38850, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 51 }, "end": { - "line": 1016, + "line": 1023, "column": 52 } } @@ -359948,15 +362820,15 @@ "binop": null, "updateContext": null }, - "start": 38333, - "end": 38335, + "start": 38851, + "end": 38853, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 53 }, "end": { - "line": 1016, + "line": 1023, "column": 55 } } @@ -359973,15 +362845,15 @@ "postfix": false, "binop": null }, - "start": 38336, - "end": 38337, + "start": 38854, + "end": 38855, "loc": { "start": { - "line": 1016, + "line": 1023, "column": 56 }, "end": { - "line": 1016, + "line": 1023, "column": 57 } } @@ -359999,15 +362871,15 @@ "binop": null }, "value": "stream", - "start": 38354, - "end": 38360, + "start": 38872, + "end": 38878, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 16 }, "end": { - "line": 1017, + "line": 1024, "column": 22 } } @@ -360025,15 +362897,15 @@ "binop": null, "updateContext": null }, - "start": 38360, - "end": 38361, + "start": 38878, + "end": 38879, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 22 }, "end": { - "line": 1017, + "line": 1024, "column": 23 } } @@ -360051,15 +362923,15 @@ "binop": null }, "value": "stop", - "start": 38361, - "end": 38365, + "start": 38879, + "end": 38883, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 23 }, "end": { - "line": 1017, + "line": 1024, "column": 27 } } @@ -360076,15 +362948,15 @@ "postfix": false, "binop": null }, - "start": 38365, - "end": 38366, + "start": 38883, + "end": 38884, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 27 }, "end": { - "line": 1017, + "line": 1024, "column": 28 } } @@ -360101,15 +362973,15 @@ "postfix": false, "binop": null }, - "start": 38366, - "end": 38367, + "start": 38884, + "end": 38885, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 28 }, "end": { - "line": 1017, + "line": 1024, "column": 29 } } @@ -360127,15 +362999,15 @@ "binop": null, "updateContext": null }, - "start": 38367, - "end": 38368, + "start": 38885, + "end": 38886, "loc": { "start": { - "line": 1017, + "line": 1024, "column": 29 }, "end": { - "line": 1017, + "line": 1024, "column": 30 } } @@ -360152,15 +363024,15 @@ "postfix": false, "binop": null }, - "start": 38381, - "end": 38382, + "start": 38899, + "end": 38900, "loc": { "start": { - "line": 1018, + "line": 1025, "column": 12 }, "end": { - "line": 1018, + "line": 1025, "column": 13 } } @@ -360177,15 +363049,15 @@ "postfix": false, "binop": null }, - "start": 38382, - "end": 38383, + "start": 38900, + "end": 38901, "loc": { "start": { - "line": 1018, + "line": 1025, "column": 13 }, "end": { - "line": 1018, + "line": 1025, "column": 14 } } @@ -360203,15 +363075,15 @@ "binop": null, "updateContext": null }, - "start": 38383, - "end": 38384, + "start": 38901, + "end": 38902, "loc": { "start": { - "line": 1018, + "line": 1025, "column": 14 }, "end": { - "line": 1018, + "line": 1025, "column": 15 } } @@ -360228,15 +363100,15 @@ "postfix": false, "binop": null }, - "start": 38393, - "end": 38394, + "start": 38911, + "end": 38912, "loc": { "start": { - "line": 1019, + "line": 1026, "column": 8 }, "end": { - "line": 1019, + "line": 1026, "column": 9 } } @@ -360253,15 +363125,15 @@ "postfix": false, "binop": null }, - "start": 38399, - "end": 38400, + "start": 38917, + "end": 38918, "loc": { "start": { - "line": 1020, + "line": 1027, "column": 4 }, "end": { - "line": 1020, + "line": 1027, "column": 5 } } @@ -360269,15 +363141,15 @@ { "type": "CommentBlock", "value": "*\n * Pause recording.\n ", - "start": 38406, - "end": 38441, + "start": 38924, + "end": 38959, "loc": { "start": { - "line": 1022, + "line": 1029, "column": 4 }, "end": { - "line": 1024, + "line": 1031, "column": 7 } } @@ -360295,15 +363167,15 @@ "binop": null }, "value": "pause", - "start": 38446, - "end": 38451, + "start": 38964, + "end": 38969, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 4 }, "end": { - "line": 1025, + "line": 1032, "column": 9 } } @@ -360320,15 +363192,15 @@ "postfix": false, "binop": null }, - "start": 38451, - "end": 38452, + "start": 38969, + "end": 38970, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 9 }, "end": { - "line": 1025, + "line": 1032, "column": 10 } } @@ -360345,15 +363217,15 @@ "postfix": false, "binop": null }, - "start": 38452, - "end": 38453, + "start": 38970, + "end": 38971, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 10 }, "end": { - "line": 1025, + "line": 1032, "column": 11 } } @@ -360370,15 +363242,15 @@ "postfix": false, "binop": null }, - "start": 38454, - "end": 38455, + "start": 38972, + "end": 38973, "loc": { "start": { - "line": 1025, + "line": 1032, "column": 12 }, "end": { - "line": 1025, + "line": 1032, "column": 13 } } @@ -360398,15 +363270,15 @@ "updateContext": null }, "value": "if", - "start": 38464, - "end": 38466, + "start": 38982, + "end": 38984, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 8 }, "end": { - "line": 1026, + "line": 1033, "column": 10 } } @@ -360423,15 +363295,15 @@ "postfix": false, "binop": null }, - "start": 38467, - "end": 38468, + "start": 38985, + "end": 38986, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 11 }, "end": { - "line": 1026, + "line": 1033, "column": 12 } } @@ -360450,15 +363322,15 @@ "updateContext": null }, "value": "!", - "start": 38468, - "end": 38469, + "start": 38986, + "end": 38987, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 12 }, "end": { - "line": 1026, + "line": 1033, "column": 13 } } @@ -360478,15 +363350,15 @@ "updateContext": null }, "value": "this", - "start": 38469, - "end": 38473, + "start": 38987, + "end": 38991, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 13 }, "end": { - "line": 1026, + "line": 1033, "column": 17 } } @@ -360504,15 +363376,15 @@ "binop": null, "updateContext": null }, - "start": 38473, - "end": 38474, + "start": 38991, + "end": 38992, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 17 }, "end": { - "line": 1026, + "line": 1033, "column": 18 } } @@ -360530,15 +363402,15 @@ "binop": null }, "value": "paused", - "start": 38474, - "end": 38480, + "start": 38992, + "end": 38998, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 18 }, "end": { - "line": 1026, + "line": 1033, "column": 24 } } @@ -360555,15 +363427,15 @@ "postfix": false, "binop": null }, - "start": 38480, - "end": 38481, + "start": 38998, + "end": 38999, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 24 }, "end": { - "line": 1026, + "line": 1033, "column": 25 } } @@ -360580,15 +363452,15 @@ "postfix": false, "binop": null }, - "start": 38482, - "end": 38483, + "start": 39000, + "end": 39001, "loc": { "start": { - "line": 1026, + "line": 1033, "column": 26 }, "end": { - "line": 1026, + "line": 1033, "column": 27 } } @@ -360608,15 +363480,15 @@ "updateContext": null }, "value": "this", - "start": 38496, - "end": 38500, + "start": 39014, + "end": 39018, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 12 }, "end": { - "line": 1027, + "line": 1034, "column": 16 } } @@ -360634,15 +363506,15 @@ "binop": null, "updateContext": null }, - "start": 38500, - "end": 38501, + "start": 39018, + "end": 39019, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 16 }, "end": { - "line": 1027, + "line": 1034, "column": 17 } } @@ -360660,15 +363532,15 @@ "binop": null }, "value": "pauseTime", - "start": 38501, - "end": 38510, + "start": 39019, + "end": 39028, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 17 }, "end": { - "line": 1027, + "line": 1034, "column": 26 } } @@ -360687,15 +363559,15 @@ "updateContext": null }, "value": "=", - "start": 38511, - "end": 38512, + "start": 39029, + "end": 39030, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 27 }, "end": { - "line": 1027, + "line": 1034, "column": 28 } } @@ -360713,15 +363585,15 @@ "binop": null }, "value": "performance", - "start": 38513, - "end": 38524, + "start": 39031, + "end": 39042, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 29 }, "end": { - "line": 1027, + "line": 1034, "column": 40 } } @@ -360739,15 +363611,15 @@ "binop": null, "updateContext": null }, - "start": 38524, - "end": 38525, + "start": 39042, + "end": 39043, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 40 }, "end": { - "line": 1027, + "line": 1034, "column": 41 } } @@ -360765,15 +363637,15 @@ "binop": null }, "value": "now", - "start": 38525, - "end": 38528, + "start": 39043, + "end": 39046, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 41 }, "end": { - "line": 1027, + "line": 1034, "column": 44 } } @@ -360790,15 +363662,15 @@ "postfix": false, "binop": null }, - "start": 38528, - "end": 38529, + "start": 39046, + "end": 39047, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 44 }, "end": { - "line": 1027, + "line": 1034, "column": 45 } } @@ -360815,15 +363687,15 @@ "postfix": false, "binop": null }, - "start": 38529, - "end": 38530, + "start": 39047, + "end": 39048, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 45 }, "end": { - "line": 1027, + "line": 1034, "column": 46 } } @@ -360841,15 +363713,15 @@ "binop": null, "updateContext": null }, - "start": 38530, - "end": 38531, + "start": 39048, + "end": 39049, "loc": { "start": { - "line": 1027, + "line": 1034, "column": 46 }, "end": { - "line": 1027, + "line": 1034, "column": 47 } } @@ -360869,15 +363741,15 @@ "updateContext": null }, "value": "this", - "start": 38544, - "end": 38548, + "start": 39062, + "end": 39066, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 12 }, "end": { - "line": 1028, + "line": 1035, "column": 16 } } @@ -360895,15 +363767,15 @@ "binop": null, "updateContext": null }, - "start": 38548, - "end": 38549, + "start": 39066, + "end": 39067, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 16 }, "end": { - "line": 1028, + "line": 1035, "column": 17 } } @@ -360921,15 +363793,15 @@ "binop": null }, "value": "paused", - "start": 38549, - "end": 38555, + "start": 39067, + "end": 39073, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 17 }, "end": { - "line": 1028, + "line": 1035, "column": 23 } } @@ -360948,15 +363820,15 @@ "updateContext": null }, "value": "=", - "start": 38556, - "end": 38557, + "start": 39074, + "end": 39075, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 24 }, "end": { - "line": 1028, + "line": 1035, "column": 25 } } @@ -360976,15 +363848,15 @@ "updateContext": null }, "value": "true", - "start": 38558, - "end": 38562, + "start": 39076, + "end": 39080, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 26 }, "end": { - "line": 1028, + "line": 1035, "column": 30 } } @@ -361002,15 +363874,15 @@ "binop": null, "updateContext": null }, - "start": 38562, - "end": 38563, + "start": 39080, + "end": 39081, "loc": { "start": { - "line": 1028, + "line": 1035, "column": 30 }, "end": { - "line": 1028, + "line": 1035, "column": 31 } } @@ -361030,15 +363902,15 @@ "updateContext": null }, "value": "this", - "start": 38577, - "end": 38581, + "start": 39095, + "end": 39099, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 12 }, "end": { - "line": 1030, + "line": 1037, "column": 16 } } @@ -361056,15 +363928,15 @@ "binop": null, "updateContext": null }, - "start": 38581, - "end": 38582, + "start": 39099, + "end": 39100, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 16 }, "end": { - "line": 1030, + "line": 1037, "column": 17 } } @@ -361082,15 +363954,15 @@ "binop": null }, "value": "engine", - "start": 38582, - "end": 38588, + "start": 39100, + "end": 39106, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 17 }, "end": { - "line": 1030, + "line": 1037, "column": 23 } } @@ -361108,15 +363980,15 @@ "binop": null, "updateContext": null }, - "start": 38588, - "end": 38589, + "start": 39106, + "end": 39107, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 23 }, "end": { - "line": 1030, + "line": 1037, "column": 24 } } @@ -361134,15 +364006,15 @@ "binop": null }, "value": "pause", - "start": 38589, - "end": 38594, + "start": 39107, + "end": 39112, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 24 }, "end": { - "line": 1030, + "line": 1037, "column": 29 } } @@ -361159,15 +364031,15 @@ "postfix": false, "binop": null }, - "start": 38594, - "end": 38595, + "start": 39112, + "end": 39113, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 29 }, "end": { - "line": 1030, + "line": 1037, "column": 30 } } @@ -361184,15 +364056,15 @@ "postfix": false, "binop": null }, - "start": 38595, - "end": 38596, + "start": 39113, + "end": 39114, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 30 }, "end": { - "line": 1030, + "line": 1037, "column": 31 } } @@ -361210,15 +364082,15 @@ "binop": null, "updateContext": null }, - "start": 38596, - "end": 38597, + "start": 39114, + "end": 39115, "loc": { "start": { - "line": 1030, + "line": 1037, "column": 31 }, "end": { - "line": 1030, + "line": 1037, "column": 32 } } @@ -361235,15 +364107,15 @@ "postfix": false, "binop": null }, - "start": 38606, - "end": 38607, + "start": 39124, + "end": 39125, "loc": { "start": { - "line": 1031, + "line": 1038, "column": 8 }, "end": { - "line": 1031, + "line": 1038, "column": 9 } } @@ -361260,15 +364132,15 @@ "postfix": false, "binop": null }, - "start": 38612, - "end": 38613, + "start": 39130, + "end": 39131, "loc": { "start": { - "line": 1032, + "line": 1039, "column": 4 }, "end": { - "line": 1032, + "line": 1039, "column": 5 } } @@ -361276,15 +364148,15 @@ { "type": "CommentBlock", "value": "*\n * Resume recording.\n ", - "start": 38619, - "end": 38655, + "start": 39137, + "end": 39173, "loc": { "start": { - "line": 1034, + "line": 1041, "column": 4 }, "end": { - "line": 1036, + "line": 1043, "column": 7 } } @@ -361302,15 +364174,15 @@ "binop": null }, "value": "resume", - "start": 38660, - "end": 38666, + "start": 39178, + "end": 39184, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 4 }, "end": { - "line": 1037, + "line": 1044, "column": 10 } } @@ -361327,15 +364199,15 @@ "postfix": false, "binop": null }, - "start": 38666, - "end": 38667, + "start": 39184, + "end": 39185, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 10 }, "end": { - "line": 1037, + "line": 1044, "column": 11 } } @@ -361352,15 +364224,15 @@ "postfix": false, "binop": null }, - "start": 38667, - "end": 38668, + "start": 39185, + "end": 39186, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 11 }, "end": { - "line": 1037, + "line": 1044, "column": 12 } } @@ -361377,15 +364249,15 @@ "postfix": false, "binop": null }, - "start": 38669, - "end": 38670, + "start": 39187, + "end": 39188, "loc": { "start": { - "line": 1037, + "line": 1044, "column": 13 }, "end": { - "line": 1037, + "line": 1044, "column": 14 } } @@ -361405,15 +364277,15 @@ "updateContext": null }, "value": "if", - "start": 38679, - "end": 38681, + "start": 39197, + "end": 39199, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 8 }, "end": { - "line": 1038, + "line": 1045, "column": 10 } } @@ -361430,15 +364302,15 @@ "postfix": false, "binop": null }, - "start": 38682, - "end": 38683, + "start": 39200, + "end": 39201, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 11 }, "end": { - "line": 1038, + "line": 1045, "column": 12 } } @@ -361458,15 +364330,15 @@ "updateContext": null }, "value": "this", - "start": 38683, - "end": 38687, + "start": 39201, + "end": 39205, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 12 }, "end": { - "line": 1038, + "line": 1045, "column": 16 } } @@ -361484,15 +364356,15 @@ "binop": null, "updateContext": null }, - "start": 38687, - "end": 38688, + "start": 39205, + "end": 39206, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 16 }, "end": { - "line": 1038, + "line": 1045, "column": 17 } } @@ -361510,15 +364382,15 @@ "binop": null }, "value": "paused", - "start": 38688, - "end": 38694, + "start": 39206, + "end": 39212, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 17 }, "end": { - "line": 1038, + "line": 1045, "column": 23 } } @@ -361535,15 +364407,15 @@ "postfix": false, "binop": null }, - "start": 38694, - "end": 38695, + "start": 39212, + "end": 39213, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 23 }, "end": { - "line": 1038, + "line": 1045, "column": 24 } } @@ -361560,15 +364432,15 @@ "postfix": false, "binop": null }, - "start": 38696, - "end": 38697, + "start": 39214, + "end": 39215, "loc": { "start": { - "line": 1038, + "line": 1045, "column": 25 }, "end": { - "line": 1038, + "line": 1045, "column": 26 } } @@ -361588,15 +364460,15 @@ "updateContext": null }, "value": "this", - "start": 38710, - "end": 38714, + "start": 39228, + "end": 39232, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 12 }, "end": { - "line": 1039, + "line": 1046, "column": 16 } } @@ -361614,15 +364486,15 @@ "binop": null, "updateContext": null }, - "start": 38714, - "end": 38715, + "start": 39232, + "end": 39233, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 16 }, "end": { - "line": 1039, + "line": 1046, "column": 17 } } @@ -361640,15 +364512,15 @@ "binop": null }, "value": "pausedTime", - "start": 38715, - "end": 38725, + "start": 39233, + "end": 39243, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 17 }, "end": { - "line": 1039, + "line": 1046, "column": 27 } } @@ -361667,15 +364539,15 @@ "updateContext": null }, "value": "+=", - "start": 38726, - "end": 38728, + "start": 39244, + "end": 39246, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 28 }, "end": { - "line": 1039, + "line": 1046, "column": 30 } } @@ -361693,15 +364565,15 @@ "binop": null }, "value": "performance", - "start": 38729, - "end": 38740, + "start": 39247, + "end": 39258, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 31 }, "end": { - "line": 1039, + "line": 1046, "column": 42 } } @@ -361719,15 +364591,15 @@ "binop": null, "updateContext": null }, - "start": 38740, - "end": 38741, + "start": 39258, + "end": 39259, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 42 }, "end": { - "line": 1039, + "line": 1046, "column": 43 } } @@ -361745,15 +364617,15 @@ "binop": null }, "value": "now", - "start": 38741, - "end": 38744, + "start": 39259, + "end": 39262, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 43 }, "end": { - "line": 1039, + "line": 1046, "column": 46 } } @@ -361770,15 +364642,15 @@ "postfix": false, "binop": null }, - "start": 38744, - "end": 38745, + "start": 39262, + "end": 39263, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 46 }, "end": { - "line": 1039, + "line": 1046, "column": 47 } } @@ -361795,15 +364667,15 @@ "postfix": false, "binop": null }, - "start": 38745, - "end": 38746, + "start": 39263, + "end": 39264, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 47 }, "end": { - "line": 1039, + "line": 1046, "column": 48 } } @@ -361822,15 +364694,15 @@ "updateContext": null }, "value": "-", - "start": 38747, - "end": 38748, + "start": 39265, + "end": 39266, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 49 }, "end": { - "line": 1039, + "line": 1046, "column": 50 } } @@ -361850,15 +364722,15 @@ "updateContext": null }, "value": "this", - "start": 38749, - "end": 38753, + "start": 39267, + "end": 39271, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 51 }, "end": { - "line": 1039, + "line": 1046, "column": 55 } } @@ -361876,15 +364748,15 @@ "binop": null, "updateContext": null }, - "start": 38753, - "end": 38754, + "start": 39271, + "end": 39272, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 55 }, "end": { - "line": 1039, + "line": 1046, "column": 56 } } @@ -361902,15 +364774,15 @@ "binop": null }, "value": "pauseTime", - "start": 38754, - "end": 38763, + "start": 39272, + "end": 39281, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 56 }, "end": { - "line": 1039, + "line": 1046, "column": 65 } } @@ -361928,15 +364800,15 @@ "binop": null, "updateContext": null }, - "start": 38763, - "end": 38764, + "start": 39281, + "end": 39282, "loc": { "start": { - "line": 1039, + "line": 1046, "column": 65 }, "end": { - "line": 1039, + "line": 1046, "column": 66 } } @@ -361956,15 +364828,15 @@ "updateContext": null }, "value": "this", - "start": 38778, - "end": 38782, + "start": 39296, + "end": 39300, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 12 }, "end": { - "line": 1041, + "line": 1048, "column": 16 } } @@ -361982,15 +364854,15 @@ "binop": null, "updateContext": null }, - "start": 38782, - "end": 38783, + "start": 39300, + "end": 39301, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 16 }, "end": { - "line": 1041, + "line": 1048, "column": 17 } } @@ -362008,15 +364880,15 @@ "binop": null }, "value": "engine", - "start": 38783, - "end": 38789, + "start": 39301, + "end": 39307, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 17 }, "end": { - "line": 1041, + "line": 1048, "column": 23 } } @@ -362034,15 +364906,15 @@ "binop": null, "updateContext": null }, - "start": 38789, - "end": 38790, + "start": 39307, + "end": 39308, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 23 }, "end": { - "line": 1041, + "line": 1048, "column": 24 } } @@ -362060,15 +364932,15 @@ "binop": null }, "value": "resume", - "start": 38790, - "end": 38796, + "start": 39308, + "end": 39314, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 24 }, "end": { - "line": 1041, + "line": 1048, "column": 30 } } @@ -362085,15 +364957,15 @@ "postfix": false, "binop": null }, - "start": 38796, - "end": 38797, + "start": 39314, + "end": 39315, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 30 }, "end": { - "line": 1041, + "line": 1048, "column": 31 } } @@ -362110,15 +364982,15 @@ "postfix": false, "binop": null }, - "start": 38797, - "end": 38798, + "start": 39315, + "end": 39316, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 31 }, "end": { - "line": 1041, + "line": 1048, "column": 32 } } @@ -362136,15 +365008,15 @@ "binop": null, "updateContext": null }, - "start": 38798, - "end": 38799, + "start": 39316, + "end": 39317, "loc": { "start": { - "line": 1041, + "line": 1048, "column": 32 }, "end": { - "line": 1041, + "line": 1048, "column": 33 } } @@ -362164,15 +365036,15 @@ "updateContext": null }, "value": "this", - "start": 38812, - "end": 38816, + "start": 39330, + "end": 39334, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 12 }, "end": { - "line": 1042, + "line": 1049, "column": 16 } } @@ -362190,15 +365062,15 @@ "binop": null, "updateContext": null }, - "start": 38816, - "end": 38817, + "start": 39334, + "end": 39335, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 16 }, "end": { - "line": 1042, + "line": 1049, "column": 17 } } @@ -362216,15 +365088,15 @@ "binop": null }, "value": "paused", - "start": 38817, - "end": 38823, + "start": 39335, + "end": 39341, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 17 }, "end": { - "line": 1042, + "line": 1049, "column": 23 } } @@ -362243,15 +365115,15 @@ "updateContext": null }, "value": "=", - "start": 38824, - "end": 38825, + "start": 39342, + "end": 39343, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 24 }, "end": { - "line": 1042, + "line": 1049, "column": 25 } } @@ -362271,15 +365143,15 @@ "updateContext": null }, "value": "false", - "start": 38826, - "end": 38831, + "start": 39344, + "end": 39349, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 26 }, "end": { - "line": 1042, + "line": 1049, "column": 31 } } @@ -362297,15 +365169,15 @@ "binop": null, "updateContext": null }, - "start": 38831, - "end": 38832, + "start": 39349, + "end": 39350, "loc": { "start": { - "line": 1042, + "line": 1049, "column": 31 }, "end": { - "line": 1042, + "line": 1049, "column": 32 } } @@ -362322,15 +365194,15 @@ "postfix": false, "binop": null }, - "start": 38841, - "end": 38842, + "start": 39359, + "end": 39360, "loc": { "start": { - "line": 1043, + "line": 1050, "column": 8 }, "end": { - "line": 1043, + "line": 1050, "column": 9 } } @@ -362347,15 +365219,15 @@ "postfix": false, "binop": null }, - "start": 38847, - "end": 38848, + "start": 39365, + "end": 39366, "loc": { "start": { - "line": 1044, + "line": 1051, "column": 4 }, "end": { - "line": 1044, + "line": 1051, "column": 5 } } @@ -362363,15 +365235,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n ", - "start": 38854, - "end": 38967, + "start": 39372, + "end": 39485, "loc": { "start": { - "line": 1046, + "line": 1053, "column": 4 }, "end": { - "line": 1050, + "line": 1057, "column": 7 } } @@ -362389,15 +365261,15 @@ "binop": null }, "value": "onRecordComplete", - "start": 38972, - "end": 38988, + "start": 39490, + "end": 39506, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 4 }, "end": { - "line": 1051, + "line": 1058, "column": 20 } } @@ -362414,15 +365286,15 @@ "postfix": false, "binop": null }, - "start": 38988, - "end": 38989, + "start": 39506, + "end": 39507, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 20 }, "end": { - "line": 1051, + "line": 1058, "column": 21 } } @@ -362439,15 +365311,15 @@ "postfix": false, "binop": null }, - "start": 38989, - "end": 38990, + "start": 39507, + "end": 39508, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 21 }, "end": { - "line": 1051, + "line": 1058, "column": 22 } } @@ -362464,15 +365336,15 @@ "postfix": false, "binop": null }, - "start": 38991, - "end": 38992, + "start": 39509, + "end": 39510, "loc": { "start": { - "line": 1051, + "line": 1058, "column": 23 }, "end": { - "line": 1051, + "line": 1058, "column": 24 } } @@ -362480,15 +365352,15 @@ { "type": "CommentLine", "value": " store reference to recorded stream data", - "start": 39001, - "end": 39043, + "start": 39519, + "end": 39561, "loc": { "start": { - "line": 1052, + "line": 1059, "column": 8 }, "end": { - "line": 1052, + "line": 1059, "column": 50 } } @@ -362508,15 +365380,15 @@ "updateContext": null }, "value": "this", - "start": 39052, - "end": 39056, + "start": 39570, + "end": 39574, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 8 }, "end": { - "line": 1053, + "line": 1060, "column": 12 } } @@ -362534,15 +365406,15 @@ "binop": null, "updateContext": null }, - "start": 39056, - "end": 39057, + "start": 39574, + "end": 39575, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 12 }, "end": { - "line": 1053, + "line": 1060, "column": 13 } } @@ -362560,15 +365432,15 @@ "binop": null }, "value": "player", - "start": 39057, - "end": 39063, + "start": 39575, + "end": 39581, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 13 }, "end": { - "line": 1053, + "line": 1060, "column": 19 } } @@ -362586,15 +365458,15 @@ "binop": null, "updateContext": null }, - "start": 39063, - "end": 39064, + "start": 39581, + "end": 39582, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 19 }, "end": { - "line": 1053, + "line": 1060, "column": 20 } } @@ -362612,15 +365484,15 @@ "binop": null }, "value": "recordedData", - "start": 39064, - "end": 39076, + "start": 39582, + "end": 39594, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 20 }, "end": { - "line": 1053, + "line": 1060, "column": 32 } } @@ -362639,15 +365511,15 @@ "updateContext": null }, "value": "=", - "start": 39077, - "end": 39078, + "start": 39595, + "end": 39596, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 33 }, "end": { - "line": 1053, + "line": 1060, "column": 34 } } @@ -362667,15 +365539,15 @@ "updateContext": null }, "value": "this", - "start": 39079, - "end": 39083, + "start": 39597, + "end": 39601, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 35 }, "end": { - "line": 1053, + "line": 1060, "column": 39 } } @@ -362693,15 +365565,15 @@ "binop": null, "updateContext": null }, - "start": 39083, - "end": 39084, + "start": 39601, + "end": 39602, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 39 }, "end": { - "line": 1053, + "line": 1060, "column": 40 } } @@ -362719,15 +365591,15 @@ "binop": null }, "value": "engine", - "start": 39084, - "end": 39090, + "start": 39602, + "end": 39608, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 40 }, "end": { - "line": 1053, + "line": 1060, "column": 46 } } @@ -362745,15 +365617,15 @@ "binop": null, "updateContext": null }, - "start": 39090, - "end": 39091, + "start": 39608, + "end": 39609, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 46 }, "end": { - "line": 1053, + "line": 1060, "column": 47 } } @@ -362771,15 +365643,15 @@ "binop": null }, "value": "recordedData", - "start": 39091, - "end": 39103, + "start": 39609, + "end": 39621, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 47 }, "end": { - "line": 1053, + "line": 1060, "column": 59 } } @@ -362797,15 +365669,15 @@ "binop": null, "updateContext": null }, - "start": 39103, - "end": 39104, + "start": 39621, + "end": 39622, "loc": { "start": { - "line": 1053, + "line": 1060, "column": 59 }, "end": { - "line": 1053, + "line": 1060, "column": 60 } } @@ -362813,15 +365685,15 @@ { "type": "CommentLine", "value": " change the replay button back to a play button", - "start": 39114, - "end": 39163, + "start": 39632, + "end": 39681, "loc": { "start": { - "line": 1055, + "line": 1062, "column": 8 }, "end": { - "line": 1055, + "line": 1062, "column": 57 } } @@ -362841,15 +365713,15 @@ "updateContext": null }, "value": "if", - "start": 39172, - "end": 39174, + "start": 39690, + "end": 39692, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 8 }, "end": { - "line": 1056, + "line": 1063, "column": 10 } } @@ -362866,15 +365738,15 @@ "postfix": false, "binop": null }, - "start": 39175, - "end": 39176, + "start": 39693, + "end": 39694, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 11 }, "end": { - "line": 1056, + "line": 1063, "column": 12 } } @@ -362894,15 +365766,15 @@ "updateContext": null }, "value": "this", - "start": 39176, - "end": 39180, + "start": 39694, + "end": 39698, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 12 }, "end": { - "line": 1056, + "line": 1063, "column": 16 } } @@ -362920,15 +365792,15 @@ "binop": null, "updateContext": null }, - "start": 39180, - "end": 39181, + "start": 39698, + "end": 39699, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 16 }, "end": { - "line": 1056, + "line": 1063, "column": 17 } } @@ -362946,15 +365818,15 @@ "binop": null }, "value": "player", - "start": 39181, - "end": 39187, + "start": 39699, + "end": 39705, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 17 }, "end": { - "line": 1056, + "line": 1063, "column": 23 } } @@ -362972,15 +365844,15 @@ "binop": null, "updateContext": null }, - "start": 39187, - "end": 39188, + "start": 39705, + "end": 39706, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 23 }, "end": { - "line": 1056, + "line": 1063, "column": 24 } } @@ -362998,15 +365870,15 @@ "binop": null }, "value": "controlBar", - "start": 39188, - "end": 39198, + "start": 39706, + "end": 39716, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 24 }, "end": { - "line": 1056, + "line": 1063, "column": 34 } } @@ -363024,15 +365896,15 @@ "binop": null, "updateContext": null }, - "start": 39198, - "end": 39199, + "start": 39716, + "end": 39717, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 34 }, "end": { - "line": 1056, + "line": 1063, "column": 35 } } @@ -363050,15 +365922,15 @@ "binop": null }, "value": "playToggle", - "start": 39199, - "end": 39209, + "start": 39717, + "end": 39727, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 35 }, "end": { - "line": 1056, + "line": 1063, "column": 45 } } @@ -363077,15 +365949,15 @@ "updateContext": null }, "value": "!==", - "start": 39210, - "end": 39213, + "start": 39728, + "end": 39731, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 46 }, "end": { - "line": 1056, + "line": 1063, "column": 49 } } @@ -363103,15 +365975,15 @@ "binop": null }, "value": "undefined", - "start": 39214, - "end": 39223, + "start": 39732, + "end": 39741, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 50 }, "end": { - "line": 1056, + "line": 1063, "column": 59 } } @@ -363128,15 +366000,15 @@ "postfix": false, "binop": null }, - "start": 39223, - "end": 39224, + "start": 39741, + "end": 39742, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 59 }, "end": { - "line": 1056, + "line": 1063, "column": 60 } } @@ -363153,15 +366025,15 @@ "postfix": false, "binop": null }, - "start": 39225, - "end": 39226, + "start": 39743, + "end": 39744, "loc": { "start": { - "line": 1056, + "line": 1063, "column": 61 }, "end": { - "line": 1056, + "line": 1063, "column": 62 } } @@ -363181,15 +366053,15 @@ "updateContext": null }, "value": "this", - "start": 39239, - "end": 39243, + "start": 39757, + "end": 39761, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 12 }, "end": { - "line": 1057, + "line": 1064, "column": 16 } } @@ -363207,15 +366079,15 @@ "binop": null, "updateContext": null }, - "start": 39243, - "end": 39244, + "start": 39761, + "end": 39762, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 16 }, "end": { - "line": 1057, + "line": 1064, "column": 17 } } @@ -363233,15 +366105,15 @@ "binop": null }, "value": "player", - "start": 39244, - "end": 39250, + "start": 39762, + "end": 39768, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 17 }, "end": { - "line": 1057, + "line": 1064, "column": 23 } } @@ -363259,15 +366131,15 @@ "binop": null, "updateContext": null }, - "start": 39250, - "end": 39251, + "start": 39768, + "end": 39769, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 23 }, "end": { - "line": 1057, + "line": 1064, "column": 24 } } @@ -363285,15 +366157,15 @@ "binop": null }, "value": "controlBar", - "start": 39251, - "end": 39261, + "start": 39769, + "end": 39779, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 24 }, "end": { - "line": 1057, + "line": 1064, "column": 34 } } @@ -363311,15 +366183,15 @@ "binop": null, "updateContext": null }, - "start": 39261, - "end": 39262, + "start": 39779, + "end": 39780, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 34 }, "end": { - "line": 1057, + "line": 1064, "column": 35 } } @@ -363337,15 +366209,15 @@ "binop": null }, "value": "playToggle", - "start": 39262, - "end": 39272, + "start": 39780, + "end": 39790, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 35 }, "end": { - "line": 1057, + "line": 1064, "column": 45 } } @@ -363363,15 +366235,15 @@ "binop": null, "updateContext": null }, - "start": 39272, - "end": 39273, + "start": 39790, + "end": 39791, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 45 }, "end": { - "line": 1057, + "line": 1064, "column": 46 } } @@ -363389,15 +366261,15 @@ "binop": null }, "value": "removeClass", - "start": 39273, - "end": 39284, + "start": 39791, + "end": 39802, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 46 }, "end": { - "line": 1057, + "line": 1064, "column": 57 } } @@ -363414,15 +366286,15 @@ "postfix": false, "binop": null }, - "start": 39284, - "end": 39285, + "start": 39802, + "end": 39803, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 57 }, "end": { - "line": 1057, + "line": 1064, "column": 58 } } @@ -363441,15 +366313,15 @@ "updateContext": null }, "value": "vjs-ended", - "start": 39285, - "end": 39296, + "start": 39803, + "end": 39814, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 58 }, "end": { - "line": 1057, + "line": 1064, "column": 69 } } @@ -363466,15 +366338,15 @@ "postfix": false, "binop": null }, - "start": 39296, - "end": 39297, + "start": 39814, + "end": 39815, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 69 }, "end": { - "line": 1057, + "line": 1064, "column": 70 } } @@ -363492,15 +366364,15 @@ "binop": null, "updateContext": null }, - "start": 39297, - "end": 39298, + "start": 39815, + "end": 39816, "loc": { "start": { - "line": 1057, + "line": 1064, "column": 70 }, "end": { - "line": 1057, + "line": 1064, "column": 71 } } @@ -363520,15 +366392,15 @@ "updateContext": null }, "value": "this", - "start": 39311, - "end": 39315, + "start": 39829, + "end": 39833, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 12 }, "end": { - "line": 1058, + "line": 1065, "column": 16 } } @@ -363546,15 +366418,15 @@ "binop": null, "updateContext": null }, - "start": 39315, - "end": 39316, + "start": 39833, + "end": 39834, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 16 }, "end": { - "line": 1058, + "line": 1065, "column": 17 } } @@ -363572,15 +366444,15 @@ "binop": null }, "value": "player", - "start": 39316, - "end": 39322, + "start": 39834, + "end": 39840, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 17 }, "end": { - "line": 1058, + "line": 1065, "column": 23 } } @@ -363598,15 +366470,15 @@ "binop": null, "updateContext": null }, - "start": 39322, - "end": 39323, + "start": 39840, + "end": 39841, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 23 }, "end": { - "line": 1058, + "line": 1065, "column": 24 } } @@ -363624,15 +366496,15 @@ "binop": null }, "value": "controlBar", - "start": 39323, - "end": 39333, + "start": 39841, + "end": 39851, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 24 }, "end": { - "line": 1058, + "line": 1065, "column": 34 } } @@ -363650,15 +366522,15 @@ "binop": null, "updateContext": null }, - "start": 39333, - "end": 39334, + "start": 39851, + "end": 39852, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 34 }, "end": { - "line": 1058, + "line": 1065, "column": 35 } } @@ -363676,15 +366548,15 @@ "binop": null }, "value": "playToggle", - "start": 39334, - "end": 39344, + "start": 39852, + "end": 39862, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 35 }, "end": { - "line": 1058, + "line": 1065, "column": 45 } } @@ -363702,15 +366574,15 @@ "binop": null, "updateContext": null }, - "start": 39344, - "end": 39345, + "start": 39862, + "end": 39863, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 45 }, "end": { - "line": 1058, + "line": 1065, "column": 46 } } @@ -363728,15 +366600,15 @@ "binop": null }, "value": "show", - "start": 39345, - "end": 39349, + "start": 39863, + "end": 39867, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 46 }, "end": { - "line": 1058, + "line": 1065, "column": 50 } } @@ -363753,15 +366625,15 @@ "postfix": false, "binop": null }, - "start": 39349, - "end": 39350, + "start": 39867, + "end": 39868, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 50 }, "end": { - "line": 1058, + "line": 1065, "column": 51 } } @@ -363778,15 +366650,15 @@ "postfix": false, "binop": null }, - "start": 39350, - "end": 39351, + "start": 39868, + "end": 39869, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 51 }, "end": { - "line": 1058, + "line": 1065, "column": 52 } } @@ -363804,15 +366676,15 @@ "binop": null, "updateContext": null }, - "start": 39351, - "end": 39352, + "start": 39869, + "end": 39870, "loc": { "start": { - "line": 1058, + "line": 1065, "column": 52 }, "end": { - "line": 1058, + "line": 1065, "column": 53 } } @@ -363829,32 +366701,32 @@ "postfix": false, "binop": null }, - "start": 39361, - "end": 39362, + "start": 39879, + "end": 39880, "loc": { "start": { - "line": 1059, + "line": 1066, "column": 8 }, "end": { - "line": 1059, + "line": 1066, "column": 9 } } }, { "type": "CommentLine", - "value": " notify converter", - "start": 39372, - "end": 39391, + "value": " start converter", + "start": 39890, + "end": 39908, "loc": { "start": { - "line": 1061, + "line": 1068, "column": 8 }, "end": { - "line": 1061, - "column": 27 + "line": 1068, + "column": 26 } } }, @@ -363873,15 +366745,15 @@ "updateContext": null }, "value": "if", - "start": 39400, - "end": 39402, + "start": 39917, + "end": 39919, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 8 }, "end": { - "line": 1062, + "line": 1069, "column": 10 } } @@ -363898,15 +366770,15 @@ "postfix": false, "binop": null }, - "start": 39403, - "end": 39404, + "start": 39920, + "end": 39921, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 11 }, "end": { - "line": 1062, + "line": 1069, "column": 12 } } @@ -363926,15 +366798,15 @@ "updateContext": null }, "value": "this", - "start": 39404, - "end": 39408, + "start": 39921, + "end": 39925, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 12 }, "end": { - "line": 1062, + "line": 1069, "column": 16 } } @@ -363952,15 +366824,15 @@ "binop": null, "updateContext": null }, - "start": 39408, - "end": 39409, + "start": 39925, + "end": 39926, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 16 }, "end": { - "line": 1062, + "line": 1069, "column": 17 } } @@ -363977,17 +366849,17 @@ "postfix": false, "binop": null }, - "value": "converter", - "start": 39409, - "end": 39418, + "value": "convertAuto", + "start": 39926, + "end": 39937, "loc": { "start": { - "line": 1062, + "line": 1069, "column": 17 }, "end": { - "line": 1062, - "column": 26 + "line": 1069, + "column": 28 } } }, @@ -364004,23 +366876,24 @@ "binop": 6, "updateContext": null }, - "value": "!==", - "start": 39419, - "end": 39422, + "value": "===", + "start": 39938, + "end": 39941, "loc": { "start": { - "line": 1062, - "column": 27 + "line": 1069, + "column": 29 }, "end": { - "line": 1062, - "column": 30 + "line": 1069, + "column": 32 } } }, { "type": { - "label": "name", + "label": "true", + "keyword": "true", "beforeExpr": false, "startsExpr": true, "rightAssociative": false, @@ -364028,19 +366901,20 @@ "isAssign": false, "prefix": false, "postfix": false, - "binop": null + "binop": null, + "updateContext": null }, - "value": "undefined", - "start": 39423, - "end": 39432, + "value": "true", + "start": 39942, + "end": 39946, "loc": { "start": { - "line": 1062, - "column": 31 + "line": 1069, + "column": 33 }, "end": { - "line": 1062, - "column": 40 + "line": 1069, + "column": 37 } } }, @@ -364056,16 +366930,16 @@ "postfix": false, "binop": null }, - "start": 39432, - "end": 39433, + "start": 39946, + "end": 39947, "loc": { "start": { - "line": 1062, - "column": 40 + "line": 1069, + "column": 37 }, "end": { - "line": 1062, - "column": 41 + "line": 1069, + "column": 38 } } }, @@ -364081,16 +366955,16 @@ "postfix": false, "binop": null }, - "start": 39434, - "end": 39435, + "start": 39948, + "end": 39949, "loc": { "start": { - "line": 1062, - "column": 42 + "line": 1069, + "column": 39 }, "end": { - "line": 1062, - "column": 43 + "line": 1069, + "column": 40 } } }, @@ -364109,15 +366983,15 @@ "updateContext": null }, "value": "this", - "start": 39448, - "end": 39452, + "start": 39962, + "end": 39966, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 12 }, "end": { - "line": 1063, + "line": 1070, "column": 16 } } @@ -364135,68 +367009,16 @@ "binop": null, "updateContext": null }, - "start": 39452, - "end": 39453, + "start": 39966, + "end": 39967, "loc": { "start": { - "line": 1063, + "line": 1070, "column": 16 }, "end": { - "line": 1063, - "column": 17 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "converter", - "start": 39453, - "end": 39462, - "loc": { - "start": { - "line": 1063, + "line": 1070, "column": 17 - }, - "end": { - "line": 1063, - "column": 26 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 39462, - "end": 39463, - "loc": { - "start": { - "line": 1063, - "column": 26 - }, - "end": { - "line": 1063, - "column": 27 } } }, @@ -364213,16 +367035,16 @@ "binop": null }, "value": "convert", - "start": 39463, - "end": 39470, + "start": 39967, + "end": 39974, "loc": { "start": { - "line": 1063, - "column": 27 + "line": 1070, + "column": 17 }, "end": { - "line": 1063, - "column": 34 + "line": 1070, + "column": 24 } } }, @@ -364238,148 +367060,16 @@ "postfix": false, "binop": null }, - "start": 39470, - "end": 39471, - "loc": { - "start": { - "line": 1063, - "column": 34 - }, - "end": { - "line": 1063, - "column": 35 - } - } - }, - { - "type": { - "label": "this", - "keyword": "this", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "value": "this", - "start": 39471, - "end": 39475, - "loc": { - "start": { - "line": 1063, - "column": 35 - }, - "end": { - "line": 1063, - "column": 39 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 39475, - "end": 39476, - "loc": { - "start": { - "line": 1063, - "column": 39 - }, - "end": { - "line": 1063, - "column": 40 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "player", - "start": 39476, - "end": 39482, - "loc": { - "start": { - "line": 1063, - "column": 40 - }, - "end": { - "line": 1063, - "column": 46 - } - } - }, - { - "type": { - "label": ".", - "beforeExpr": false, - "startsExpr": false, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null, - "updateContext": null - }, - "start": 39482, - "end": 39483, - "loc": { - "start": { - "line": 1063, - "column": 46 - }, - "end": { - "line": 1063, - "column": 47 - } - } - }, - { - "type": { - "label": "name", - "beforeExpr": false, - "startsExpr": true, - "rightAssociative": false, - "isLoop": false, - "isAssign": false, - "prefix": false, - "postfix": false, - "binop": null - }, - "value": "recordedData", - "start": 39483, - "end": 39495, + "start": 39974, + "end": 39975, "loc": { "start": { - "line": 1063, - "column": 47 + "line": 1070, + "column": 24 }, "end": { - "line": 1063, - "column": 59 + "line": 1070, + "column": 25 } } }, @@ -364395,16 +367085,16 @@ "postfix": false, "binop": null }, - "start": 39495, - "end": 39496, + "start": 39975, + "end": 39976, "loc": { "start": { - "line": 1063, - "column": 59 + "line": 1070, + "column": 25 }, "end": { - "line": 1063, - "column": 60 + "line": 1070, + "column": 26 } } }, @@ -364421,16 +367111,16 @@ "binop": null, "updateContext": null }, - "start": 39496, - "end": 39497, + "start": 39976, + "end": 39977, "loc": { "start": { - "line": 1063, - "column": 60 + "line": 1070, + "column": 26 }, "end": { - "line": 1063, - "column": 61 + "line": 1070, + "column": 27 } } }, @@ -364446,15 +367136,15 @@ "postfix": false, "binop": null }, - "start": 39506, - "end": 39507, + "start": 39986, + "end": 39987, "loc": { "start": { - "line": 1064, + "line": 1071, "column": 8 }, "end": { - "line": 1064, + "line": 1071, "column": 9 } } @@ -364462,15 +367152,15 @@ { "type": "CommentLine", "value": " notify listeners that data is available", - "start": 39517, - "end": 39559, + "start": 39997, + "end": 40039, "loc": { "start": { - "line": 1066, + "line": 1073, "column": 8 }, "end": { - "line": 1066, + "line": 1073, "column": 50 } } @@ -364490,15 +367180,15 @@ "updateContext": null }, "value": "this", - "start": 39568, - "end": 39572, + "start": 40048, + "end": 40052, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 8 }, "end": { - "line": 1067, + "line": 1074, "column": 12 } } @@ -364516,15 +367206,15 @@ "binop": null, "updateContext": null }, - "start": 39572, - "end": 39573, + "start": 40052, + "end": 40053, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 12 }, "end": { - "line": 1067, + "line": 1074, "column": 13 } } @@ -364542,15 +367232,15 @@ "binop": null }, "value": "player", - "start": 39573, - "end": 39579, + "start": 40053, + "end": 40059, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 13 }, "end": { - "line": 1067, + "line": 1074, "column": 19 } } @@ -364568,15 +367258,15 @@ "binop": null, "updateContext": null }, - "start": 39579, - "end": 39580, + "start": 40059, + "end": 40060, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 19 }, "end": { - "line": 1067, + "line": 1074, "column": 20 } } @@ -364594,15 +367284,15 @@ "binop": null }, "value": "trigger", - "start": 39580, - "end": 39587, + "start": 40060, + "end": 40067, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 20 }, "end": { - "line": 1067, + "line": 1074, "column": 27 } } @@ -364619,15 +367309,15 @@ "postfix": false, "binop": null }, - "start": 39587, - "end": 39588, + "start": 40067, + "end": 40068, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 27 }, "end": { - "line": 1067, + "line": 1074, "column": 28 } } @@ -364645,15 +367335,15 @@ "binop": null }, "value": "Event", - "start": 39588, - "end": 39593, + "start": 40068, + "end": 40073, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 28 }, "end": { - "line": 1067, + "line": 1074, "column": 33 } } @@ -364671,15 +367361,15 @@ "binop": null, "updateContext": null }, - "start": 39593, - "end": 39594, + "start": 40073, + "end": 40074, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 33 }, "end": { - "line": 1067, + "line": 1074, "column": 34 } } @@ -364697,15 +367387,15 @@ "binop": null }, "value": "FINISH_RECORD", - "start": 39594, - "end": 39607, + "start": 40074, + "end": 40087, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 34 }, "end": { - "line": 1067, + "line": 1074, "column": 47 } } @@ -364722,15 +367412,15 @@ "postfix": false, "binop": null }, - "start": 39607, - "end": 39608, + "start": 40087, + "end": 40088, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 47 }, "end": { - "line": 1067, + "line": 1074, "column": 48 } } @@ -364748,15 +367438,15 @@ "binop": null, "updateContext": null }, - "start": 39608, - "end": 39609, + "start": 40088, + "end": 40089, "loc": { "start": { - "line": 1067, + "line": 1074, "column": 48 }, "end": { - "line": 1067, + "line": 1074, "column": 49 } } @@ -364764,15 +367454,15 @@ { "type": "CommentLine", "value": " skip loading when player is destroyed after finishRecord event", - "start": 39619, - "end": 39684, + "start": 40099, + "end": 40164, "loc": { "start": { - "line": 1069, + "line": 1076, "column": 8 }, "end": { - "line": 1069, + "line": 1076, "column": 73 } } @@ -364792,15 +367482,15 @@ "updateContext": null }, "value": "if", - "start": 39693, - "end": 39695, + "start": 40173, + "end": 40175, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 8 }, "end": { - "line": 1070, + "line": 1077, "column": 10 } } @@ -364817,15 +367507,15 @@ "postfix": false, "binop": null }, - "start": 39696, - "end": 39697, + "start": 40176, + "end": 40177, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 11 }, "end": { - "line": 1070, + "line": 1077, "column": 12 } } @@ -364845,15 +367535,15 @@ "updateContext": null }, "value": "this", - "start": 39697, - "end": 39701, + "start": 40177, + "end": 40181, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 12 }, "end": { - "line": 1070, + "line": 1077, "column": 16 } } @@ -364871,15 +367561,15 @@ "binop": null, "updateContext": null }, - "start": 39701, - "end": 39702, + "start": 40181, + "end": 40182, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 16 }, "end": { - "line": 1070, + "line": 1077, "column": 17 } } @@ -364897,15 +367587,15 @@ "binop": null }, "value": "isDestroyed", - "start": 39702, - "end": 39713, + "start": 40182, + "end": 40193, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 17 }, "end": { - "line": 1070, + "line": 1077, "column": 28 } } @@ -364922,15 +367612,15 @@ "postfix": false, "binop": null }, - "start": 39713, - "end": 39714, + "start": 40193, + "end": 40194, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 28 }, "end": { - "line": 1070, + "line": 1077, "column": 29 } } @@ -364947,15 +367637,15 @@ "postfix": false, "binop": null }, - "start": 39714, - "end": 39715, + "start": 40194, + "end": 40195, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 29 }, "end": { - "line": 1070, + "line": 1077, "column": 30 } } @@ -364972,15 +367662,15 @@ "postfix": false, "binop": null }, - "start": 39715, - "end": 39716, + "start": 40195, + "end": 40196, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 30 }, "end": { - "line": 1070, + "line": 1077, "column": 31 } } @@ -364997,15 +367687,15 @@ "postfix": false, "binop": null }, - "start": 39717, - "end": 39718, + "start": 40197, + "end": 40198, "loc": { "start": { - "line": 1070, + "line": 1077, "column": 32 }, "end": { - "line": 1070, + "line": 1077, "column": 33 } } @@ -365025,15 +367715,15 @@ "updateContext": null }, "value": "return", - "start": 39731, - "end": 39737, + "start": 40211, + "end": 40217, "loc": { "start": { - "line": 1071, + "line": 1078, "column": 12 }, "end": { - "line": 1071, + "line": 1078, "column": 18 } } @@ -365051,15 +367741,15 @@ "binop": null, "updateContext": null }, - "start": 39737, - "end": 39738, + "start": 40217, + "end": 40218, "loc": { "start": { - "line": 1071, + "line": 1078, "column": 18 }, "end": { - "line": 1071, + "line": 1078, "column": 19 } } @@ -365076,15 +367766,15 @@ "postfix": false, "binop": null }, - "start": 39747, - "end": 39748, + "start": 40227, + "end": 40228, "loc": { "start": { - "line": 1072, + "line": 1079, "column": 8 }, "end": { - "line": 1072, + "line": 1079, "column": 9 } } @@ -365092,15 +367782,15 @@ { "type": "CommentLine", "value": " load and display recorded data", - "start": 39758, - "end": 39791, + "start": 40238, + "end": 40271, "loc": { "start": { - "line": 1074, + "line": 1081, "column": 8 }, "end": { - "line": 1074, + "line": 1081, "column": 41 } } @@ -365120,15 +367810,15 @@ "updateContext": null }, "value": "switch", - "start": 39800, - "end": 39806, + "start": 40280, + "end": 40286, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 8 }, "end": { - "line": 1075, + "line": 1082, "column": 14 } } @@ -365145,15 +367835,15 @@ "postfix": false, "binop": null }, - "start": 39807, - "end": 39808, + "start": 40287, + "end": 40288, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 15 }, "end": { - "line": 1075, + "line": 1082, "column": 16 } } @@ -365173,15 +367863,15 @@ "updateContext": null }, "value": "this", - "start": 39808, - "end": 39812, + "start": 40288, + "end": 40292, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 16 }, "end": { - "line": 1075, + "line": 1082, "column": 20 } } @@ -365199,15 +367889,15 @@ "binop": null, "updateContext": null }, - "start": 39812, - "end": 39813, + "start": 40292, + "end": 40293, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 20 }, "end": { - "line": 1075, + "line": 1082, "column": 21 } } @@ -365225,15 +367915,15 @@ "binop": null }, "value": "getRecordType", - "start": 39813, - "end": 39826, + "start": 40293, + "end": 40306, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 21 }, "end": { - "line": 1075, + "line": 1082, "column": 34 } } @@ -365250,15 +367940,15 @@ "postfix": false, "binop": null }, - "start": 39826, - "end": 39827, + "start": 40306, + "end": 40307, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 34 }, "end": { - "line": 1075, + "line": 1082, "column": 35 } } @@ -365275,15 +367965,15 @@ "postfix": false, "binop": null }, - "start": 39827, - "end": 39828, + "start": 40307, + "end": 40308, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 35 }, "end": { - "line": 1075, + "line": 1082, "column": 36 } } @@ -365300,15 +367990,15 @@ "postfix": false, "binop": null }, - "start": 39828, - "end": 39829, + "start": 40308, + "end": 40309, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 36 }, "end": { - "line": 1075, + "line": 1082, "column": 37 } } @@ -365325,15 +368015,15 @@ "postfix": false, "binop": null }, - "start": 39830, - "end": 39831, + "start": 40310, + "end": 40311, "loc": { "start": { - "line": 1075, + "line": 1082, "column": 38 }, "end": { - "line": 1075, + "line": 1082, "column": 39 } } @@ -365353,15 +368043,15 @@ "updateContext": null }, "value": "case", - "start": 39844, - "end": 39848, + "start": 40324, + "end": 40328, "loc": { "start": { - "line": 1076, + "line": 1083, "column": 12 }, "end": { - "line": 1076, + "line": 1083, "column": 16 } } @@ -365379,15 +368069,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 39849, - "end": 39859, + "start": 40329, + "end": 40339, "loc": { "start": { - "line": 1076, + "line": 1083, "column": 17 }, "end": { - "line": 1076, + "line": 1083, "column": 27 } } @@ -365405,15 +368095,15 @@ "binop": null, "updateContext": null }, - "start": 39859, - "end": 39860, + "start": 40339, + "end": 40340, "loc": { "start": { - "line": 1076, + "line": 1083, "column": 27 }, "end": { - "line": 1076, + "line": 1083, "column": 28 } } @@ -365421,15 +368111,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 39877, - "end": 39919, + "start": 40357, + "end": 40399, "loc": { "start": { - "line": 1077, + "line": 1084, "column": 16 }, "end": { - "line": 1077, + "line": 1084, "column": 58 } } @@ -365449,15 +368139,15 @@ "updateContext": null }, "value": "this", - "start": 39936, - "end": 39940, + "start": 40416, + "end": 40420, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 16 }, "end": { - "line": 1078, + "line": 1085, "column": 20 } } @@ -365475,15 +368165,15 @@ "binop": null, "updateContext": null }, - "start": 39940, - "end": 39941, + "start": 40420, + "end": 40421, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 20 }, "end": { - "line": 1078, + "line": 1085, "column": 21 } } @@ -365501,15 +368191,15 @@ "binop": null }, "value": "surfer", - "start": 39941, - "end": 39947, + "start": 40421, + "end": 40427, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 21 }, "end": { - "line": 1078, + "line": 1085, "column": 27 } } @@ -365527,15 +368217,15 @@ "binop": null, "updateContext": null }, - "start": 39947, - "end": 39948, + "start": 40427, + "end": 40428, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 27 }, "end": { - "line": 1078, + "line": 1085, "column": 28 } } @@ -365553,15 +368243,15 @@ "binop": null }, "value": "pause", - "start": 39948, - "end": 39953, + "start": 40428, + "end": 40433, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 28 }, "end": { - "line": 1078, + "line": 1085, "column": 33 } } @@ -365578,15 +368268,15 @@ "postfix": false, "binop": null }, - "start": 39953, - "end": 39954, + "start": 40433, + "end": 40434, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 33 }, "end": { - "line": 1078, + "line": 1085, "column": 34 } } @@ -365603,15 +368293,15 @@ "postfix": false, "binop": null }, - "start": 39954, - "end": 39955, + "start": 40434, + "end": 40435, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 34 }, "end": { - "line": 1078, + "line": 1085, "column": 35 } } @@ -365629,15 +368319,15 @@ "binop": null, "updateContext": null }, - "start": 39955, - "end": 39956, + "start": 40435, + "end": 40436, "loc": { "start": { - "line": 1078, + "line": 1085, "column": 35 }, "end": { - "line": 1078, + "line": 1085, "column": 36 } } @@ -365645,15 +368335,15 @@ { "type": "CommentLine", "value": " setup events for playback", - "start": 39974, - "end": 40002, + "start": 40454, + "end": 40482, "loc": { "start": { - "line": 1080, + "line": 1087, "column": 16 }, "end": { - "line": 1080, + "line": 1087, "column": 44 } } @@ -365673,15 +368363,15 @@ "updateContext": null }, "value": "this", - "start": 40019, - "end": 40023, + "start": 40499, + "end": 40503, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 16 }, "end": { - "line": 1081, + "line": 1088, "column": 20 } } @@ -365699,15 +368389,15 @@ "binop": null, "updateContext": null }, - "start": 40023, - "end": 40024, + "start": 40503, + "end": 40504, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 20 }, "end": { - "line": 1081, + "line": 1088, "column": 21 } } @@ -365725,15 +368415,15 @@ "binop": null }, "value": "surfer", - "start": 40024, - "end": 40030, + "start": 40504, + "end": 40510, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 21 }, "end": { - "line": 1081, + "line": 1088, "column": 27 } } @@ -365751,15 +368441,15 @@ "binop": null, "updateContext": null }, - "start": 40030, - "end": 40031, + "start": 40510, + "end": 40511, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 27 }, "end": { - "line": 1081, + "line": 1088, "column": 28 } } @@ -365777,15 +368467,15 @@ "binop": null }, "value": "setupPlaybackEvents", - "start": 40031, - "end": 40050, + "start": 40511, + "end": 40530, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 28 }, "end": { - "line": 1081, + "line": 1088, "column": 47 } } @@ -365802,15 +368492,15 @@ "postfix": false, "binop": null }, - "start": 40050, - "end": 40051, + "start": 40530, + "end": 40531, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 47 }, "end": { - "line": 1081, + "line": 1088, "column": 48 } } @@ -365830,15 +368520,15 @@ "updateContext": null }, "value": "true", - "start": 40051, - "end": 40055, + "start": 40531, + "end": 40535, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 48 }, "end": { - "line": 1081, + "line": 1088, "column": 52 } } @@ -365855,15 +368545,15 @@ "postfix": false, "binop": null }, - "start": 40055, - "end": 40056, + "start": 40535, + "end": 40536, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 52 }, "end": { - "line": 1081, + "line": 1088, "column": 53 } } @@ -365881,15 +368571,15 @@ "binop": null, "updateContext": null }, - "start": 40056, - "end": 40057, + "start": 40536, + "end": 40537, "loc": { "start": { - "line": 1081, + "line": 1088, "column": 53 }, "end": { - "line": 1081, + "line": 1088, "column": 54 } } @@ -365897,15 +368587,15 @@ { "type": "CommentLine", "value": " display loader", - "start": 40075, - "end": 40092, + "start": 40555, + "end": 40572, "loc": { "start": { - "line": 1083, + "line": 1090, "column": 16 }, "end": { - "line": 1083, + "line": 1090, "column": 33 } } @@ -365925,15 +368615,15 @@ "updateContext": null }, "value": "this", - "start": 40109, - "end": 40113, + "start": 40589, + "end": 40593, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 16 }, "end": { - "line": 1084, + "line": 1091, "column": 20 } } @@ -365951,15 +368641,15 @@ "binop": null, "updateContext": null }, - "start": 40113, - "end": 40114, + "start": 40593, + "end": 40594, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 20 }, "end": { - "line": 1084, + "line": 1091, "column": 21 } } @@ -365977,15 +368667,15 @@ "binop": null }, "value": "player", - "start": 40114, - "end": 40120, + "start": 40594, + "end": 40600, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 21 }, "end": { - "line": 1084, + "line": 1091, "column": 27 } } @@ -366003,15 +368693,15 @@ "binop": null, "updateContext": null }, - "start": 40120, - "end": 40121, + "start": 40600, + "end": 40601, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 27 }, "end": { - "line": 1084, + "line": 1091, "column": 28 } } @@ -366029,15 +368719,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 40121, - "end": 40135, + "start": 40601, + "end": 40615, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 28 }, "end": { - "line": 1084, + "line": 1091, "column": 42 } } @@ -366055,15 +368745,15 @@ "binop": null, "updateContext": null }, - "start": 40135, - "end": 40136, + "start": 40615, + "end": 40616, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 42 }, "end": { - "line": 1084, + "line": 1091, "column": 43 } } @@ -366081,15 +368771,15 @@ "binop": null }, "value": "show", - "start": 40136, - "end": 40140, + "start": 40616, + "end": 40620, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 43 }, "end": { - "line": 1084, + "line": 1091, "column": 47 } } @@ -366106,15 +368796,15 @@ "postfix": false, "binop": null }, - "start": 40140, - "end": 40141, + "start": 40620, + "end": 40621, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 47 }, "end": { - "line": 1084, + "line": 1091, "column": 48 } } @@ -366131,15 +368821,15 @@ "postfix": false, "binop": null }, - "start": 40141, - "end": 40142, + "start": 40621, + "end": 40622, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 48 }, "end": { - "line": 1084, + "line": 1091, "column": 49 } } @@ -366157,15 +368847,15 @@ "binop": null, "updateContext": null }, - "start": 40142, - "end": 40143, + "start": 40622, + "end": 40623, "loc": { "start": { - "line": 1084, + "line": 1091, "column": 49 }, "end": { - "line": 1084, + "line": 1091, "column": 50 } } @@ -366173,15 +368863,15 @@ { "type": "CommentLine", "value": " restore interaction with controls after waveform", - "start": 40161, - "end": 40212, + "start": 40641, + "end": 40692, "loc": { "start": { - "line": 1086, + "line": 1093, "column": 16 }, "end": { - "line": 1086, + "line": 1093, "column": 67 } } @@ -366189,15 +368879,15 @@ { "type": "CommentLine", "value": " rendering is complete", - "start": 40229, - "end": 40253, + "start": 40709, + "end": 40733, "loc": { "start": { - "line": 1087, + "line": 1094, "column": 16 }, "end": { - "line": 1087, + "line": 1094, "column": 40 } } @@ -366217,15 +368907,15 @@ "updateContext": null }, "value": "this", - "start": 40270, - "end": 40274, + "start": 40750, + "end": 40754, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 16 }, "end": { - "line": 1088, + "line": 1095, "column": 20 } } @@ -366243,15 +368933,15 @@ "binop": null, "updateContext": null }, - "start": 40274, - "end": 40275, + "start": 40754, + "end": 40755, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 20 }, "end": { - "line": 1088, + "line": 1095, "column": 21 } } @@ -366269,15 +368959,15 @@ "binop": null }, "value": "surfer", - "start": 40275, - "end": 40281, + "start": 40755, + "end": 40761, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 21 }, "end": { - "line": 1088, + "line": 1095, "column": 27 } } @@ -366295,15 +368985,15 @@ "binop": null, "updateContext": null }, - "start": 40281, - "end": 40282, + "start": 40761, + "end": 40762, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 27 }, "end": { - "line": 1088, + "line": 1095, "column": 28 } } @@ -366321,15 +369011,15 @@ "binop": null }, "value": "surfer", - "start": 40282, - "end": 40288, + "start": 40762, + "end": 40768, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 28 }, "end": { - "line": 1088, + "line": 1095, "column": 34 } } @@ -366347,15 +369037,15 @@ "binop": null, "updateContext": null }, - "start": 40288, - "end": 40289, + "start": 40768, + "end": 40769, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 34 }, "end": { - "line": 1088, + "line": 1095, "column": 35 } } @@ -366373,15 +369063,15 @@ "binop": null }, "value": "once", - "start": 40289, - "end": 40293, + "start": 40769, + "end": 40773, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 35 }, "end": { - "line": 1088, + "line": 1095, "column": 39 } } @@ -366398,15 +369088,15 @@ "postfix": false, "binop": null }, - "start": 40293, - "end": 40294, + "start": 40773, + "end": 40774, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 39 }, "end": { - "line": 1088, + "line": 1095, "column": 40 } } @@ -366424,15 +369114,15 @@ "binop": null }, "value": "Event", - "start": 40294, - "end": 40299, + "start": 40774, + "end": 40779, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 40 }, "end": { - "line": 1088, + "line": 1095, "column": 45 } } @@ -366450,15 +369140,15 @@ "binop": null, "updateContext": null }, - "start": 40299, - "end": 40300, + "start": 40779, + "end": 40780, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 45 }, "end": { - "line": 1088, + "line": 1095, "column": 46 } } @@ -366476,15 +369166,15 @@ "binop": null }, "value": "READY", - "start": 40300, - "end": 40305, + "start": 40780, + "end": 40785, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 46 }, "end": { - "line": 1088, + "line": 1095, "column": 51 } } @@ -366502,15 +369192,15 @@ "binop": null, "updateContext": null }, - "start": 40305, - "end": 40306, + "start": 40785, + "end": 40786, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 51 }, "end": { - "line": 1088, + "line": 1095, "column": 52 } } @@ -366527,15 +369217,15 @@ "postfix": false, "binop": null }, - "start": 40307, - "end": 40308, + "start": 40787, + "end": 40788, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 53 }, "end": { - "line": 1088, + "line": 1095, "column": 54 } } @@ -366552,15 +369242,15 @@ "postfix": false, "binop": null }, - "start": 40308, - "end": 40309, + "start": 40788, + "end": 40789, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 54 }, "end": { - "line": 1088, + "line": 1095, "column": 55 } } @@ -366578,15 +369268,15 @@ "binop": null, "updateContext": null }, - "start": 40310, - "end": 40312, + "start": 40790, + "end": 40792, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 56 }, "end": { - "line": 1088, + "line": 1095, "column": 58 } } @@ -366603,15 +369293,15 @@ "postfix": false, "binop": null }, - "start": 40313, - "end": 40314, + "start": 40793, + "end": 40794, "loc": { "start": { - "line": 1088, + "line": 1095, "column": 59 }, "end": { - "line": 1088, + "line": 1095, "column": 60 } } @@ -366631,15 +369321,15 @@ "updateContext": null }, "value": "this", - "start": 40335, - "end": 40339, + "start": 40815, + "end": 40819, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 20 }, "end": { - "line": 1089, + "line": 1096, "column": 24 } } @@ -366657,15 +369347,15 @@ "binop": null, "updateContext": null }, - "start": 40339, - "end": 40340, + "start": 40819, + "end": 40820, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 24 }, "end": { - "line": 1089, + "line": 1096, "column": 25 } } @@ -366683,15 +369373,15 @@ "binop": null }, "value": "_processing", - "start": 40340, - "end": 40351, + "start": 40820, + "end": 40831, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 25 }, "end": { - "line": 1089, + "line": 1096, "column": 36 } } @@ -366710,15 +369400,15 @@ "updateContext": null }, "value": "=", - "start": 40352, - "end": 40353, + "start": 40832, + "end": 40833, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 37 }, "end": { - "line": 1089, + "line": 1096, "column": 38 } } @@ -366738,15 +369428,15 @@ "updateContext": null }, "value": "false", - "start": 40354, - "end": 40359, + "start": 40834, + "end": 40839, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 39 }, "end": { - "line": 1089, + "line": 1096, "column": 44 } } @@ -366764,15 +369454,15 @@ "binop": null, "updateContext": null }, - "start": 40359, - "end": 40360, + "start": 40839, + "end": 40840, "loc": { "start": { - "line": 1089, + "line": 1096, "column": 44 }, "end": { - "line": 1089, + "line": 1096, "column": 45 } } @@ -366789,15 +369479,15 @@ "postfix": false, "binop": null }, - "start": 40377, - "end": 40378, + "start": 40857, + "end": 40858, "loc": { "start": { - "line": 1090, + "line": 1097, "column": 16 }, "end": { - "line": 1090, + "line": 1097, "column": 17 } } @@ -366814,15 +369504,15 @@ "postfix": false, "binop": null }, - "start": 40378, - "end": 40379, + "start": 40858, + "end": 40859, "loc": { "start": { - "line": 1090, + "line": 1097, "column": 17 }, "end": { - "line": 1090, + "line": 1097, "column": 18 } } @@ -366840,15 +369530,15 @@ "binop": null, "updateContext": null }, - "start": 40379, - "end": 40380, + "start": 40859, + "end": 40860, "loc": { "start": { - "line": 1090, + "line": 1097, "column": 18 }, "end": { - "line": 1090, + "line": 1097, "column": 19 } } @@ -366856,15 +369546,15 @@ { "type": "CommentLine", "value": " visualize recorded stream", - "start": 40398, - "end": 40426, + "start": 40878, + "end": 40906, "loc": { "start": { - "line": 1092, + "line": 1099, "column": 16 }, "end": { - "line": 1092, + "line": 1099, "column": 44 } } @@ -366884,15 +369574,15 @@ "updateContext": null }, "value": "this", - "start": 40443, - "end": 40447, + "start": 40923, + "end": 40927, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 16 }, "end": { - "line": 1093, + "line": 1100, "column": 20 } } @@ -366910,15 +369600,15 @@ "binop": null, "updateContext": null }, - "start": 40447, - "end": 40448, + "start": 40927, + "end": 40928, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 20 }, "end": { - "line": 1093, + "line": 1100, "column": 21 } } @@ -366936,15 +369626,15 @@ "binop": null }, "value": "load", - "start": 40448, - "end": 40452, + "start": 40928, + "end": 40932, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 21 }, "end": { - "line": 1093, + "line": 1100, "column": 25 } } @@ -366961,15 +369651,15 @@ "postfix": false, "binop": null }, - "start": 40452, - "end": 40453, + "start": 40932, + "end": 40933, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 25 }, "end": { - "line": 1093, + "line": 1100, "column": 26 } } @@ -366989,15 +369679,15 @@ "updateContext": null }, "value": "this", - "start": 40453, - "end": 40457, + "start": 40933, + "end": 40937, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 26 }, "end": { - "line": 1093, + "line": 1100, "column": 30 } } @@ -367015,15 +369705,15 @@ "binop": null, "updateContext": null }, - "start": 40457, - "end": 40458, + "start": 40937, + "end": 40938, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 30 }, "end": { - "line": 1093, + "line": 1100, "column": 31 } } @@ -367041,15 +369731,15 @@ "binop": null }, "value": "player", - "start": 40458, - "end": 40464, + "start": 40938, + "end": 40944, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 31 }, "end": { - "line": 1093, + "line": 1100, "column": 37 } } @@ -367067,15 +369757,15 @@ "binop": null, "updateContext": null }, - "start": 40464, - "end": 40465, + "start": 40944, + "end": 40945, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 37 }, "end": { - "line": 1093, + "line": 1100, "column": 38 } } @@ -367093,15 +369783,15 @@ "binop": null }, "value": "recordedData", - "start": 40465, - "end": 40477, + "start": 40945, + "end": 40957, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 38 }, "end": { - "line": 1093, + "line": 1100, "column": 50 } } @@ -367118,15 +369808,15 @@ "postfix": false, "binop": null }, - "start": 40477, - "end": 40478, + "start": 40957, + "end": 40958, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 50 }, "end": { - "line": 1093, + "line": 1100, "column": 51 } } @@ -367144,15 +369834,15 @@ "binop": null, "updateContext": null }, - "start": 40478, - "end": 40479, + "start": 40958, + "end": 40959, "loc": { "start": { - "line": 1093, + "line": 1100, "column": 51 }, "end": { - "line": 1093, + "line": 1100, "column": 52 } } @@ -367172,15 +369862,15 @@ "updateContext": null }, "value": "break", - "start": 40496, - "end": 40501, + "start": 40976, + "end": 40981, "loc": { "start": { - "line": 1094, + "line": 1101, "column": 16 }, "end": { - "line": 1094, + "line": 1101, "column": 21 } } @@ -367198,15 +369888,15 @@ "binop": null, "updateContext": null }, - "start": 40501, - "end": 40502, + "start": 40981, + "end": 40982, "loc": { "start": { - "line": 1094, + "line": 1101, "column": 21 }, "end": { - "line": 1094, + "line": 1101, "column": 22 } } @@ -367226,15 +369916,15 @@ "updateContext": null }, "value": "case", - "start": 40516, - "end": 40520, + "start": 40996, + "end": 41000, "loc": { "start": { - "line": 1096, + "line": 1103, "column": 12 }, "end": { - "line": 1096, + "line": 1103, "column": 16 } } @@ -367252,15 +369942,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 40521, - "end": 40531, + "start": 41001, + "end": 41011, "loc": { "start": { - "line": 1096, + "line": 1103, "column": 17 }, "end": { - "line": 1096, + "line": 1103, "column": 27 } } @@ -367278,15 +369968,15 @@ "binop": null, "updateContext": null }, - "start": 40531, - "end": 40532, + "start": 41011, + "end": 41012, "loc": { "start": { - "line": 1096, + "line": 1103, "column": 27 }, "end": { - "line": 1096, + "line": 1103, "column": 28 } } @@ -367306,15 +369996,15 @@ "updateContext": null }, "value": "case", - "start": 40545, - "end": 40549, + "start": 41025, + "end": 41029, "loc": { "start": { - "line": 1097, + "line": 1104, "column": 12 }, "end": { - "line": 1097, + "line": 1104, "column": 16 } } @@ -367332,15 +370022,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 40550, - "end": 40561, + "start": 41030, + "end": 41041, "loc": { "start": { - "line": 1097, + "line": 1104, "column": 17 }, "end": { - "line": 1097, + "line": 1104, "column": 28 } } @@ -367358,15 +370048,15 @@ "binop": null, "updateContext": null }, - "start": 40561, - "end": 40562, + "start": 41041, + "end": 41042, "loc": { "start": { - "line": 1097, + "line": 1104, "column": 28 }, "end": { - "line": 1097, + "line": 1104, "column": 29 } } @@ -367386,15 +370076,15 @@ "updateContext": null }, "value": "case", - "start": 40575, - "end": 40579, + "start": 41055, + "end": 41059, "loc": { "start": { - "line": 1098, + "line": 1105, "column": 12 }, "end": { - "line": 1098, + "line": 1105, "column": 16 } } @@ -367412,15 +370102,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 40580, - "end": 40592, + "start": 41060, + "end": 41072, "loc": { "start": { - "line": 1098, + "line": 1105, "column": 17 }, "end": { - "line": 1098, + "line": 1105, "column": 29 } } @@ -367438,15 +370128,15 @@ "binop": null, "updateContext": null }, - "start": 40592, - "end": 40593, + "start": 41072, + "end": 41073, "loc": { "start": { - "line": 1098, + "line": 1105, "column": 29 }, "end": { - "line": 1098, + "line": 1105, "column": 30 } } @@ -367466,15 +370156,15 @@ "updateContext": null }, "value": "case", - "start": 40606, - "end": 40610, + "start": 41086, + "end": 41090, "loc": { "start": { - "line": 1099, + "line": 1106, "column": 12 }, "end": { - "line": 1099, + "line": 1106, "column": 16 } } @@ -367492,15 +370182,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 40611, - "end": 40622, + "start": 41091, + "end": 41102, "loc": { "start": { - "line": 1099, + "line": 1106, "column": 17 }, "end": { - "line": 1099, + "line": 1106, "column": 28 } } @@ -367518,15 +370208,15 @@ "binop": null, "updateContext": null }, - "start": 40622, - "end": 40623, + "start": 41102, + "end": 41103, "loc": { "start": { - "line": 1099, + "line": 1106, "column": 28 }, "end": { - "line": 1099, + "line": 1106, "column": 29 } } @@ -367534,15 +370224,15 @@ { "type": "CommentLine", "value": " pausing the player so we can visualize the recorded data", - "start": 40640, - "end": 40699, + "start": 41120, + "end": 41179, "loc": { "start": { - "line": 1100, + "line": 1107, "column": 16 }, "end": { - "line": 1100, + "line": 1107, "column": 75 } } @@ -367550,15 +370240,15 @@ { "type": "CommentLine", "value": " will trigger an async video.js 'pause' event that we", - "start": 40716, - "end": 40771, + "start": 41196, + "end": 41251, "loc": { "start": { - "line": 1101, + "line": 1108, "column": 16 }, "end": { - "line": 1101, + "line": 1108, "column": 71 } } @@ -367566,15 +370256,15 @@ { "type": "CommentLine", "value": " have to wait for.", - "start": 40788, - "end": 40808, + "start": 41268, + "end": 41288, "loc": { "start": { - "line": 1102, + "line": 1109, "column": 16 }, "end": { - "line": 1102, + "line": 1109, "column": 36 } } @@ -367594,15 +370284,15 @@ "updateContext": null }, "value": "this", - "start": 40825, - "end": 40829, + "start": 41305, + "end": 41309, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 16 }, "end": { - "line": 1103, + "line": 1110, "column": 20 } } @@ -367620,15 +370310,15 @@ "binop": null, "updateContext": null }, - "start": 40829, - "end": 40830, + "start": 41309, + "end": 41310, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 20 }, "end": { - "line": 1103, + "line": 1110, "column": 21 } } @@ -367646,15 +370336,15 @@ "binop": null }, "value": "player", - "start": 40830, - "end": 40836, + "start": 41310, + "end": 41316, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 21 }, "end": { - "line": 1103, + "line": 1110, "column": 27 } } @@ -367672,15 +370362,15 @@ "binop": null, "updateContext": null }, - "start": 40836, - "end": 40837, + "start": 41316, + "end": 41317, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 27 }, "end": { - "line": 1103, + "line": 1110, "column": 28 } } @@ -367698,15 +370388,15 @@ "binop": null }, "value": "one", - "start": 40837, - "end": 40840, + "start": 41317, + "end": 41320, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 28 }, "end": { - "line": 1103, + "line": 1110, "column": 31 } } @@ -367723,15 +370413,15 @@ "postfix": false, "binop": null }, - "start": 40840, - "end": 40841, + "start": 41320, + "end": 41321, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 31 }, "end": { - "line": 1103, + "line": 1110, "column": 32 } } @@ -367749,15 +370439,15 @@ "binop": null }, "value": "Event", - "start": 40841, - "end": 40846, + "start": 41321, + "end": 41326, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 32 }, "end": { - "line": 1103, + "line": 1110, "column": 37 } } @@ -367775,15 +370465,15 @@ "binop": null, "updateContext": null }, - "start": 40846, - "end": 40847, + "start": 41326, + "end": 41327, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 37 }, "end": { - "line": 1103, + "line": 1110, "column": 38 } } @@ -367801,15 +370491,15 @@ "binop": null }, "value": "PAUSE", - "start": 40847, - "end": 40852, + "start": 41327, + "end": 41332, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 38 }, "end": { - "line": 1103, + "line": 1110, "column": 43 } } @@ -367827,15 +370517,15 @@ "binop": null, "updateContext": null }, - "start": 40852, - "end": 40853, + "start": 41332, + "end": 41333, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 43 }, "end": { - "line": 1103, + "line": 1110, "column": 44 } } @@ -367852,15 +370542,15 @@ "postfix": false, "binop": null }, - "start": 40854, - "end": 40855, + "start": 41334, + "end": 41335, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 45 }, "end": { - "line": 1103, + "line": 1110, "column": 46 } } @@ -367877,15 +370567,15 @@ "postfix": false, "binop": null }, - "start": 40855, - "end": 40856, + "start": 41335, + "end": 41336, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 46 }, "end": { - "line": 1103, + "line": 1110, "column": 47 } } @@ -367903,15 +370593,15 @@ "binop": null, "updateContext": null }, - "start": 40857, - "end": 40859, + "start": 41337, + "end": 41339, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 48 }, "end": { - "line": 1103, + "line": 1110, "column": 50 } } @@ -367928,15 +370618,15 @@ "postfix": false, "binop": null }, - "start": 40860, - "end": 40861, + "start": 41340, + "end": 41341, "loc": { "start": { - "line": 1103, + "line": 1110, "column": 51 }, "end": { - "line": 1103, + "line": 1110, "column": 52 } } @@ -367944,15 +370634,15 @@ { "type": "CommentLine", "value": " video data is ready", - "start": 40882, - "end": 40904, + "start": 41362, + "end": 41384, "loc": { "start": { - "line": 1104, + "line": 1111, "column": 20 }, "end": { - "line": 1104, + "line": 1111, "column": 42 } } @@ -367972,15 +370662,15 @@ "updateContext": null }, "value": "this", - "start": 40925, - "end": 40929, + "start": 41405, + "end": 41409, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 20 }, "end": { - "line": 1105, + "line": 1112, "column": 24 } } @@ -367998,15 +370688,15 @@ "binop": null, "updateContext": null }, - "start": 40929, - "end": 40930, + "start": 41409, + "end": 41410, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 24 }, "end": { - "line": 1105, + "line": 1112, "column": 25 } } @@ -368024,15 +370714,15 @@ "binop": null }, "value": "_processing", - "start": 40930, - "end": 40941, + "start": 41410, + "end": 41421, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 25 }, "end": { - "line": 1105, + "line": 1112, "column": 36 } } @@ -368051,15 +370741,15 @@ "updateContext": null }, "value": "=", - "start": 40942, - "end": 40943, + "start": 41422, + "end": 41423, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 37 }, "end": { - "line": 1105, + "line": 1112, "column": 38 } } @@ -368079,15 +370769,15 @@ "updateContext": null }, "value": "false", - "start": 40944, - "end": 40949, + "start": 41424, + "end": 41429, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 39 }, "end": { - "line": 1105, + "line": 1112, "column": 44 } } @@ -368105,15 +370795,15 @@ "binop": null, "updateContext": null }, - "start": 40949, - "end": 40950, + "start": 41429, + "end": 41430, "loc": { "start": { - "line": 1105, + "line": 1112, "column": 44 }, "end": { - "line": 1105, + "line": 1112, "column": 45 } } @@ -368121,15 +370811,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 40972, - "end": 40986, + "start": 41452, + "end": 41466, "loc": { "start": { - "line": 1107, + "line": 1114, "column": 20 }, "end": { - "line": 1107, + "line": 1114, "column": 34 } } @@ -368149,15 +370839,15 @@ "updateContext": null }, "value": "this", - "start": 41007, - "end": 41011, + "start": 41487, + "end": 41491, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 20 }, "end": { - "line": 1108, + "line": 1115, "column": 24 } } @@ -368175,15 +370865,15 @@ "binop": null, "updateContext": null }, - "start": 41011, - "end": 41012, + "start": 41491, + "end": 41492, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 24 }, "end": { - "line": 1108, + "line": 1115, "column": 25 } } @@ -368201,15 +370891,15 @@ "binop": null }, "value": "player", - "start": 41012, - "end": 41018, + "start": 41492, + "end": 41498, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 25 }, "end": { - "line": 1108, + "line": 1115, "column": 31 } } @@ -368227,15 +370917,15 @@ "binop": null, "updateContext": null }, - "start": 41018, - "end": 41019, + "start": 41498, + "end": 41499, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 31 }, "end": { - "line": 1108, + "line": 1115, "column": 32 } } @@ -368253,15 +370943,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 41019, - "end": 41033, + "start": 41499, + "end": 41513, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 32 }, "end": { - "line": 1108, + "line": 1115, "column": 46 } } @@ -368279,15 +370969,15 @@ "binop": null, "updateContext": null }, - "start": 41033, - "end": 41034, + "start": 41513, + "end": 41514, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 46 }, "end": { - "line": 1108, + "line": 1115, "column": 47 } } @@ -368305,15 +370995,15 @@ "binop": null }, "value": "hide", - "start": 41034, - "end": 41038, + "start": 41514, + "end": 41518, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 47 }, "end": { - "line": 1108, + "line": 1115, "column": 51 } } @@ -368330,15 +371020,15 @@ "postfix": false, "binop": null }, - "start": 41038, - "end": 41039, + "start": 41518, + "end": 41519, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 51 }, "end": { - "line": 1108, + "line": 1115, "column": 52 } } @@ -368355,15 +371045,15 @@ "postfix": false, "binop": null }, - "start": 41039, - "end": 41040, + "start": 41519, + "end": 41520, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 52 }, "end": { - "line": 1108, + "line": 1115, "column": 53 } } @@ -368381,15 +371071,15 @@ "binop": null, "updateContext": null }, - "start": 41040, - "end": 41041, + "start": 41520, + "end": 41521, "loc": { "start": { - "line": 1108, + "line": 1115, "column": 53 }, "end": { - "line": 1108, + "line": 1115, "column": 54 } } @@ -368397,15 +371087,15 @@ { "type": "CommentLine", "value": " show stream total duration", - "start": 41063, - "end": 41092, + "start": 41543, + "end": 41572, "loc": { "start": { - "line": 1110, + "line": 1117, "column": 20 }, "end": { - "line": 1110, + "line": 1117, "column": 49 } } @@ -368425,15 +371115,15 @@ "updateContext": null }, "value": "this", - "start": 41113, - "end": 41117, + "start": 41593, + "end": 41597, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 20 }, "end": { - "line": 1111, + "line": 1118, "column": 24 } } @@ -368451,15 +371141,15 @@ "binop": null, "updateContext": null }, - "start": 41117, - "end": 41118, + "start": 41597, + "end": 41598, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 24 }, "end": { - "line": 1111, + "line": 1118, "column": 25 } } @@ -368477,15 +371167,15 @@ "binop": null }, "value": "setDuration", - "start": 41118, - "end": 41129, + "start": 41598, + "end": 41609, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 25 }, "end": { - "line": 1111, + "line": 1118, "column": 36 } } @@ -368502,15 +371192,15 @@ "postfix": false, "binop": null }, - "start": 41129, - "end": 41130, + "start": 41609, + "end": 41610, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 36 }, "end": { - "line": 1111, + "line": 1118, "column": 37 } } @@ -368530,15 +371220,15 @@ "updateContext": null }, "value": "this", - "start": 41130, - "end": 41134, + "start": 41610, + "end": 41614, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 37 }, "end": { - "line": 1111, + "line": 1118, "column": 41 } } @@ -368556,15 +371246,15 @@ "binop": null, "updateContext": null }, - "start": 41134, - "end": 41135, + "start": 41614, + "end": 41615, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 41 }, "end": { - "line": 1111, + "line": 1118, "column": 42 } } @@ -368582,15 +371272,15 @@ "binop": null }, "value": "streamDuration", - "start": 41135, - "end": 41149, + "start": 41615, + "end": 41629, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 42 }, "end": { - "line": 1111, + "line": 1118, "column": 56 } } @@ -368607,15 +371297,15 @@ "postfix": false, "binop": null }, - "start": 41149, - "end": 41150, + "start": 41629, + "end": 41630, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 56 }, "end": { - "line": 1111, + "line": 1118, "column": 57 } } @@ -368633,15 +371323,15 @@ "binop": null, "updateContext": null }, - "start": 41150, - "end": 41151, + "start": 41630, + "end": 41631, "loc": { "start": { - "line": 1111, + "line": 1118, "column": 57 }, "end": { - "line": 1111, + "line": 1118, "column": 58 } } @@ -368649,15 +371339,15 @@ { "type": "CommentLine", "value": " update time during playback and at end", - "start": 41173, - "end": 41214, + "start": 41653, + "end": 41694, "loc": { "start": { - "line": 1113, + "line": 1120, "column": 20 }, "end": { - "line": 1113, + "line": 1120, "column": 61 } } @@ -368677,15 +371367,15 @@ "updateContext": null }, "value": "this", - "start": 41235, - "end": 41239, + "start": 41715, + "end": 41719, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 20 }, "end": { - "line": 1114, + "line": 1121, "column": 24 } } @@ -368703,15 +371393,15 @@ "binop": null, "updateContext": null }, - "start": 41239, - "end": 41240, + "start": 41719, + "end": 41720, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 24 }, "end": { - "line": 1114, + "line": 1121, "column": 25 } } @@ -368729,15 +371419,15 @@ "binop": null }, "value": "on", - "start": 41240, - "end": 41242, + "start": 41720, + "end": 41722, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 25 }, "end": { - "line": 1114, + "line": 1121, "column": 27 } } @@ -368754,15 +371444,15 @@ "postfix": false, "binop": null }, - "start": 41242, - "end": 41243, + "start": 41722, + "end": 41723, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 27 }, "end": { - "line": 1114, + "line": 1121, "column": 28 } } @@ -368782,15 +371472,15 @@ "updateContext": null }, "value": "this", - "start": 41243, - "end": 41247, + "start": 41723, + "end": 41727, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 28 }, "end": { - "line": 1114, + "line": 1121, "column": 32 } } @@ -368808,15 +371498,15 @@ "binop": null, "updateContext": null }, - "start": 41247, - "end": 41248, + "start": 41727, + "end": 41728, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 32 }, "end": { - "line": 1114, + "line": 1121, "column": 33 } } @@ -368834,15 +371524,15 @@ "binop": null }, "value": "player", - "start": 41248, - "end": 41254, + "start": 41728, + "end": 41734, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 33 }, "end": { - "line": 1114, + "line": 1121, "column": 39 } } @@ -368860,15 +371550,15 @@ "binop": null, "updateContext": null }, - "start": 41254, - "end": 41255, + "start": 41734, + "end": 41735, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 39 }, "end": { - "line": 1114, + "line": 1121, "column": 40 } } @@ -368886,15 +371576,15 @@ "binop": null }, "value": "Event", - "start": 41256, - "end": 41261, + "start": 41736, + "end": 41741, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 41 }, "end": { - "line": 1114, + "line": 1121, "column": 46 } } @@ -368912,15 +371602,15 @@ "binop": null, "updateContext": null }, - "start": 41261, - "end": 41262, + "start": 41741, + "end": 41742, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 46 }, "end": { - "line": 1114, + "line": 1121, "column": 47 } } @@ -368938,15 +371628,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 41262, - "end": 41272, + "start": 41742, + "end": 41752, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 47 }, "end": { - "line": 1114, + "line": 1121, "column": 57 } } @@ -368964,15 +371654,15 @@ "binop": null, "updateContext": null }, - "start": 41272, - "end": 41273, + "start": 41752, + "end": 41753, "loc": { "start": { - "line": 1114, + "line": 1121, "column": 57 }, "end": { - "line": 1114, + "line": 1121, "column": 58 } } @@ -368992,15 +371682,15 @@ "updateContext": null }, "value": "this", - "start": 41298, - "end": 41302, + "start": 41778, + "end": 41782, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 24 }, "end": { - "line": 1115, + "line": 1122, "column": 28 } } @@ -369018,15 +371708,15 @@ "binop": null, "updateContext": null }, - "start": 41302, - "end": 41303, + "start": 41782, + "end": 41783, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 28 }, "end": { - "line": 1115, + "line": 1122, "column": 29 } } @@ -369044,15 +371734,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 41303, - "end": 41321, + "start": 41783, + "end": 41801, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 29 }, "end": { - "line": 1115, + "line": 1122, "column": 47 } } @@ -369069,15 +371759,15 @@ "postfix": false, "binop": null }, - "start": 41321, - "end": 41322, + "start": 41801, + "end": 41802, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 47 }, "end": { - "line": 1115, + "line": 1122, "column": 48 } } @@ -369095,15 +371785,15 @@ "binop": null, "updateContext": null }, - "start": 41322, - "end": 41323, + "start": 41802, + "end": 41803, "loc": { "start": { - "line": 1115, + "line": 1122, "column": 48 }, "end": { - "line": 1115, + "line": 1122, "column": 49 } } @@ -369123,15 +371813,15 @@ "updateContext": null }, "value": "this", - "start": 41344, - "end": 41348, + "start": 41824, + "end": 41828, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 20 }, "end": { - "line": 1116, + "line": 1123, "column": 24 } } @@ -369149,15 +371839,15 @@ "binop": null, "updateContext": null }, - "start": 41348, - "end": 41349, + "start": 41828, + "end": 41829, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 24 }, "end": { - "line": 1116, + "line": 1123, "column": 25 } } @@ -369175,15 +371865,15 @@ "binop": null }, "value": "on", - "start": 41349, - "end": 41351, + "start": 41829, + "end": 41831, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 25 }, "end": { - "line": 1116, + "line": 1123, "column": 27 } } @@ -369200,15 +371890,15 @@ "postfix": false, "binop": null }, - "start": 41351, - "end": 41352, + "start": 41831, + "end": 41832, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 27 }, "end": { - "line": 1116, + "line": 1123, "column": 28 } } @@ -369228,15 +371918,15 @@ "updateContext": null }, "value": "this", - "start": 41352, - "end": 41356, + "start": 41832, + "end": 41836, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 28 }, "end": { - "line": 1116, + "line": 1123, "column": 32 } } @@ -369254,15 +371944,15 @@ "binop": null, "updateContext": null }, - "start": 41356, - "end": 41357, + "start": 41836, + "end": 41837, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 32 }, "end": { - "line": 1116, + "line": 1123, "column": 33 } } @@ -369280,15 +371970,15 @@ "binop": null }, "value": "player", - "start": 41357, - "end": 41363, + "start": 41837, + "end": 41843, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 33 }, "end": { - "line": 1116, + "line": 1123, "column": 39 } } @@ -369306,15 +371996,15 @@ "binop": null, "updateContext": null }, - "start": 41363, - "end": 41364, + "start": 41843, + "end": 41844, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 39 }, "end": { - "line": 1116, + "line": 1123, "column": 40 } } @@ -369332,15 +372022,15 @@ "binop": null }, "value": "Event", - "start": 41365, - "end": 41370, + "start": 41845, + "end": 41850, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 41 }, "end": { - "line": 1116, + "line": 1123, "column": 46 } } @@ -369358,15 +372048,15 @@ "binop": null, "updateContext": null }, - "start": 41370, - "end": 41371, + "start": 41850, + "end": 41851, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 46 }, "end": { - "line": 1116, + "line": 1123, "column": 47 } } @@ -369384,15 +372074,15 @@ "binop": null }, "value": "ENDED", - "start": 41371, - "end": 41376, + "start": 41851, + "end": 41856, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 47 }, "end": { - "line": 1116, + "line": 1123, "column": 52 } } @@ -369410,15 +372100,15 @@ "binop": null, "updateContext": null }, - "start": 41376, - "end": 41377, + "start": 41856, + "end": 41857, "loc": { "start": { - "line": 1116, + "line": 1123, "column": 52 }, "end": { - "line": 1116, + "line": 1123, "column": 53 } } @@ -369438,15 +372128,15 @@ "updateContext": null }, "value": "this", - "start": 41402, - "end": 41406, + "start": 41882, + "end": 41886, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 24 }, "end": { - "line": 1117, + "line": 1124, "column": 28 } } @@ -369464,15 +372154,15 @@ "binop": null, "updateContext": null }, - "start": 41406, - "end": 41407, + "start": 41886, + "end": 41887, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 28 }, "end": { - "line": 1117, + "line": 1124, "column": 29 } } @@ -369490,15 +372180,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 41407, - "end": 41425, + "start": 41887, + "end": 41905, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 29 }, "end": { - "line": 1117, + "line": 1124, "column": 47 } } @@ -369515,15 +372205,15 @@ "postfix": false, "binop": null }, - "start": 41425, - "end": 41426, + "start": 41905, + "end": 41906, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 47 }, "end": { - "line": 1117, + "line": 1124, "column": 48 } } @@ -369541,15 +372231,15 @@ "binop": null, "updateContext": null }, - "start": 41426, - "end": 41427, + "start": 41906, + "end": 41907, "loc": { "start": { - "line": 1117, + "line": 1124, "column": 48 }, "end": { - "line": 1117, + "line": 1124, "column": 49 } } @@ -369557,15 +372247,15 @@ { "type": "CommentLine", "value": " unmute local audio during playback", - "start": 41449, - "end": 41486, + "start": 41929, + "end": 41966, "loc": { "start": { - "line": 1119, + "line": 1126, "column": 20 }, "end": { - "line": 1119, + "line": 1126, "column": 57 } } @@ -369585,15 +372275,15 @@ "updateContext": null }, "value": "if", - "start": 41507, - "end": 41509, + "start": 41987, + "end": 41989, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 20 }, "end": { - "line": 1120, + "line": 1127, "column": 22 } } @@ -369610,15 +372300,15 @@ "postfix": false, "binop": null }, - "start": 41510, - "end": 41511, + "start": 41990, + "end": 41991, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 23 }, "end": { - "line": 1120, + "line": 1127, "column": 24 } } @@ -369638,15 +372328,15 @@ "updateContext": null }, "value": "this", - "start": 41511, - "end": 41515, + "start": 41991, + "end": 41995, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 24 }, "end": { - "line": 1120, + "line": 1127, "column": 28 } } @@ -369664,15 +372354,15 @@ "binop": null, "updateContext": null }, - "start": 41515, - "end": 41516, + "start": 41995, + "end": 41996, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 28 }, "end": { - "line": 1120, + "line": 1127, "column": 29 } } @@ -369690,15 +372380,15 @@ "binop": null }, "value": "getRecordType", - "start": 41516, - "end": 41529, + "start": 41996, + "end": 42009, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 29 }, "end": { - "line": 1120, + "line": 1127, "column": 42 } } @@ -369715,15 +372405,15 @@ "postfix": false, "binop": null }, - "start": 41529, - "end": 41530, + "start": 42009, + "end": 42010, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 42 }, "end": { - "line": 1120, + "line": 1127, "column": 43 } } @@ -369740,15 +372430,15 @@ "postfix": false, "binop": null }, - "start": 41530, - "end": 41531, + "start": 42010, + "end": 42011, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 43 }, "end": { - "line": 1120, + "line": 1127, "column": 44 } } @@ -369767,15 +372457,15 @@ "updateContext": null }, "value": "===", - "start": 41532, - "end": 41535, + "start": 42012, + "end": 42015, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 45 }, "end": { - "line": 1120, + "line": 1127, "column": 48 } } @@ -369793,15 +372483,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 41536, - "end": 41547, + "start": 42016, + "end": 42027, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 49 }, "end": { - "line": 1120, + "line": 1127, "column": 60 } } @@ -369820,15 +372510,15 @@ "updateContext": null }, "value": "||", - "start": 41548, - "end": 41550, + "start": 42028, + "end": 42030, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 61 }, "end": { - "line": 1120, + "line": 1127, "column": 63 } } @@ -369848,15 +372538,15 @@ "updateContext": null }, "value": "this", - "start": 41551, - "end": 41555, + "start": 42031, + "end": 42035, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 64 }, "end": { - "line": 1120, + "line": 1127, "column": 68 } } @@ -369874,15 +372564,15 @@ "binop": null, "updateContext": null }, - "start": 41555, - "end": 41556, + "start": 42035, + "end": 42036, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 68 }, "end": { - "line": 1120, + "line": 1127, "column": 69 } } @@ -369900,15 +372590,15 @@ "binop": null }, "value": "getRecordType", - "start": 41556, - "end": 41569, + "start": 42036, + "end": 42049, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 69 }, "end": { - "line": 1120, + "line": 1127, "column": 82 } } @@ -369925,15 +372615,15 @@ "postfix": false, "binop": null }, - "start": 41569, - "end": 41570, + "start": 42049, + "end": 42050, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 82 }, "end": { - "line": 1120, + "line": 1127, "column": 83 } } @@ -369950,15 +372640,15 @@ "postfix": false, "binop": null }, - "start": 41570, - "end": 41571, + "start": 42050, + "end": 42051, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 83 }, "end": { - "line": 1120, + "line": 1127, "column": 84 } } @@ -369977,15 +372667,15 @@ "updateContext": null }, "value": "===", - "start": 41572, - "end": 41575, + "start": 42052, + "end": 42055, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 85 }, "end": { - "line": 1120, + "line": 1127, "column": 88 } } @@ -370003,15 +372693,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 41576, - "end": 41588, + "start": 42056, + "end": 42068, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 89 }, "end": { - "line": 1120, + "line": 1127, "column": 101 } } @@ -370028,15 +372718,15 @@ "postfix": false, "binop": null }, - "start": 41588, - "end": 41589, + "start": 42068, + "end": 42069, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 101 }, "end": { - "line": 1120, + "line": 1127, "column": 102 } } @@ -370053,15 +372743,15 @@ "postfix": false, "binop": null }, - "start": 41590, - "end": 41591, + "start": 42070, + "end": 42071, "loc": { "start": { - "line": 1120, + "line": 1127, "column": 103 }, "end": { - "line": 1120, + "line": 1127, "column": 104 } } @@ -370081,15 +372771,15 @@ "updateContext": null }, "value": "this", - "start": 41616, - "end": 41620, + "start": 42096, + "end": 42100, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 24 }, "end": { - "line": 1121, + "line": 1128, "column": 28 } } @@ -370107,15 +372797,15 @@ "binop": null, "updateContext": null }, - "start": 41620, - "end": 41621, + "start": 42100, + "end": 42101, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 28 }, "end": { - "line": 1121, + "line": 1128, "column": 29 } } @@ -370133,15 +372823,15 @@ "binop": null }, "value": "mediaElement", - "start": 41621, - "end": 41633, + "start": 42101, + "end": 42113, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 29 }, "end": { - "line": 1121, + "line": 1128, "column": 41 } } @@ -370159,15 +372849,15 @@ "binop": null, "updateContext": null }, - "start": 41633, - "end": 41634, + "start": 42113, + "end": 42114, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 41 }, "end": { - "line": 1121, + "line": 1128, "column": 42 } } @@ -370185,15 +372875,15 @@ "binop": null }, "value": "muted", - "start": 41634, - "end": 41639, + "start": 42114, + "end": 42119, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 42 }, "end": { - "line": 1121, + "line": 1128, "column": 47 } } @@ -370212,15 +372902,15 @@ "updateContext": null }, "value": "=", - "start": 41640, - "end": 41641, + "start": 42120, + "end": 42121, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 48 }, "end": { - "line": 1121, + "line": 1128, "column": 49 } } @@ -370240,15 +372930,15 @@ "updateContext": null }, "value": "false", - "start": 41642, - "end": 41647, + "start": 42122, + "end": 42127, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 50 }, "end": { - "line": 1121, + "line": 1128, "column": 55 } } @@ -370266,15 +372956,15 @@ "binop": null, "updateContext": null }, - "start": 41647, - "end": 41648, + "start": 42127, + "end": 42128, "loc": { "start": { - "line": 1121, + "line": 1128, "column": 55 }, "end": { - "line": 1121, + "line": 1128, "column": 56 } } @@ -370282,15 +372972,15 @@ { "type": "CommentLine", "value": " show the volume bar when it's unmuted", - "start": 41674, - "end": 41714, + "start": 42154, + "end": 42194, "loc": { "start": { - "line": 1123, + "line": 1130, "column": 24 }, "end": { - "line": 1123, + "line": 1130, "column": 64 } } @@ -370310,15 +373000,15 @@ "updateContext": null }, "value": "this", - "start": 41739, - "end": 41743, + "start": 42219, + "end": 42223, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 24 }, "end": { - "line": 1124, + "line": 1131, "column": 28 } } @@ -370336,15 +373026,15 @@ "binop": null, "updateContext": null }, - "start": 41743, - "end": 41744, + "start": 42223, + "end": 42224, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 28 }, "end": { - "line": 1124, + "line": 1131, "column": 29 } } @@ -370362,15 +373052,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 41744, - "end": 41764, + "start": 42224, + "end": 42244, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 29 }, "end": { - "line": 1124, + "line": 1131, "column": 49 } } @@ -370387,15 +373077,15 @@ "postfix": false, "binop": null }, - "start": 41764, - "end": 41765, + "start": 42244, + "end": 42245, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 49 }, "end": { - "line": 1124, + "line": 1131, "column": 50 } } @@ -370415,15 +373105,15 @@ "updateContext": null }, "value": "true", - "start": 41765, - "end": 41769, + "start": 42245, + "end": 42249, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 50 }, "end": { - "line": 1124, + "line": 1131, "column": 54 } } @@ -370440,15 +373130,15 @@ "postfix": false, "binop": null }, - "start": 41769, - "end": 41770, + "start": 42249, + "end": 42250, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 54 }, "end": { - "line": 1124, + "line": 1131, "column": 55 } } @@ -370466,15 +373156,15 @@ "binop": null, "updateContext": null }, - "start": 41770, - "end": 41771, + "start": 42250, + "end": 42251, "loc": { "start": { - "line": 1124, + "line": 1131, "column": 55 }, "end": { - "line": 1124, + "line": 1131, "column": 56 } } @@ -370491,15 +373181,15 @@ "postfix": false, "binop": null }, - "start": 41792, - "end": 41793, + "start": 42272, + "end": 42273, "loc": { "start": { - "line": 1125, + "line": 1132, "column": 20 }, "end": { - "line": 1125, + "line": 1132, "column": 21 } } @@ -370507,15 +373197,15 @@ { "type": "CommentLine", "value": " load recorded media", - "start": 41815, - "end": 41837, + "start": 42295, + "end": 42317, "loc": { "start": { - "line": 1127, + "line": 1134, "column": 20 }, "end": { - "line": 1127, + "line": 1134, "column": 42 } } @@ -370535,15 +373225,15 @@ "updateContext": null }, "value": "this", - "start": 41858, - "end": 41862, + "start": 42338, + "end": 42342, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 20 }, "end": { - "line": 1128, + "line": 1135, "column": 24 } } @@ -370561,15 +373251,15 @@ "binop": null, "updateContext": null }, - "start": 41862, - "end": 41863, + "start": 42342, + "end": 42343, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 24 }, "end": { - "line": 1128, + "line": 1135, "column": 25 } } @@ -370587,15 +373277,15 @@ "binop": null }, "value": "load", - "start": 41863, - "end": 41867, + "start": 42343, + "end": 42347, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 25 }, "end": { - "line": 1128, + "line": 1135, "column": 29 } } @@ -370612,15 +373302,15 @@ "postfix": false, "binop": null }, - "start": 41867, - "end": 41868, + "start": 42347, + "end": 42348, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 29 }, "end": { - "line": 1128, + "line": 1135, "column": 30 } } @@ -370640,15 +373330,15 @@ "updateContext": null }, "value": "this", - "start": 41868, - "end": 41872, + "start": 42348, + "end": 42352, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 30 }, "end": { - "line": 1128, + "line": 1135, "column": 34 } } @@ -370666,15 +373356,15 @@ "binop": null, "updateContext": null }, - "start": 41872, - "end": 41873, + "start": 42352, + "end": 42353, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 34 }, "end": { - "line": 1128, + "line": 1135, "column": 35 } } @@ -370692,15 +373382,15 @@ "binop": null }, "value": "player", - "start": 41873, - "end": 41879, + "start": 42353, + "end": 42359, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 35 }, "end": { - "line": 1128, + "line": 1135, "column": 41 } } @@ -370718,15 +373408,15 @@ "binop": null, "updateContext": null }, - "start": 41879, - "end": 41880, + "start": 42359, + "end": 42360, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 41 }, "end": { - "line": 1128, + "line": 1135, "column": 42 } } @@ -370744,15 +373434,15 @@ "binop": null }, "value": "recordedData", - "start": 41880, - "end": 41892, + "start": 42360, + "end": 42372, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 42 }, "end": { - "line": 1128, + "line": 1135, "column": 54 } } @@ -370769,15 +373459,15 @@ "postfix": false, "binop": null }, - "start": 41892, - "end": 41893, + "start": 42372, + "end": 42373, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 54 }, "end": { - "line": 1128, + "line": 1135, "column": 55 } } @@ -370795,15 +373485,15 @@ "binop": null, "updateContext": null }, - "start": 41893, - "end": 41894, + "start": 42373, + "end": 42374, "loc": { "start": { - "line": 1128, + "line": 1135, "column": 55 }, "end": { - "line": 1128, + "line": 1135, "column": 56 } } @@ -370820,15 +373510,15 @@ "postfix": false, "binop": null }, - "start": 41911, - "end": 41912, + "start": 42391, + "end": 42392, "loc": { "start": { - "line": 1129, + "line": 1136, "column": 16 }, "end": { - "line": 1129, + "line": 1136, "column": 17 } } @@ -370845,15 +373535,15 @@ "postfix": false, "binop": null }, - "start": 41912, - "end": 41913, + "start": 42392, + "end": 42393, "loc": { "start": { - "line": 1129, + "line": 1136, "column": 17 }, "end": { - "line": 1129, + "line": 1136, "column": 18 } } @@ -370871,15 +373561,15 @@ "binop": null, "updateContext": null }, - "start": 41913, - "end": 41914, + "start": 42393, + "end": 42394, "loc": { "start": { - "line": 1129, + "line": 1136, "column": 18 }, "end": { - "line": 1129, + "line": 1136, "column": 19 } } @@ -370887,15 +373577,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 41932, - "end": 41974, + "start": 42412, + "end": 42454, "loc": { "start": { - "line": 1131, + "line": 1138, "column": 16 }, "end": { - "line": 1131, + "line": 1138, "column": 58 } } @@ -370915,15 +373605,15 @@ "updateContext": null }, "value": "this", - "start": 41991, - "end": 41995, + "start": 42471, + "end": 42475, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 16 }, "end": { - "line": 1132, + "line": 1139, "column": 20 } } @@ -370941,15 +373631,15 @@ "binop": null, "updateContext": null }, - "start": 41995, - "end": 41996, + "start": 42475, + "end": 42476, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 20 }, "end": { - "line": 1132, + "line": 1139, "column": 21 } } @@ -370967,15 +373657,15 @@ "binop": null }, "value": "player", - "start": 41996, - "end": 42002, + "start": 42476, + "end": 42482, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 21 }, "end": { - "line": 1132, + "line": 1139, "column": 27 } } @@ -370993,15 +373683,15 @@ "binop": null, "updateContext": null }, - "start": 42002, - "end": 42003, + "start": 42482, + "end": 42483, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 27 }, "end": { - "line": 1132, + "line": 1139, "column": 28 } } @@ -371019,15 +373709,15 @@ "binop": null }, "value": "pause", - "start": 42003, - "end": 42008, + "start": 42483, + "end": 42488, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 28 }, "end": { - "line": 1132, + "line": 1139, "column": 33 } } @@ -371044,15 +373734,15 @@ "postfix": false, "binop": null }, - "start": 42008, - "end": 42009, + "start": 42488, + "end": 42489, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 33 }, "end": { - "line": 1132, + "line": 1139, "column": 34 } } @@ -371069,15 +373759,15 @@ "postfix": false, "binop": null }, - "start": 42009, - "end": 42010, + "start": 42489, + "end": 42490, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 34 }, "end": { - "line": 1132, + "line": 1139, "column": 35 } } @@ -371095,15 +373785,15 @@ "binop": null, "updateContext": null }, - "start": 42010, - "end": 42011, + "start": 42490, + "end": 42491, "loc": { "start": { - "line": 1132, + "line": 1139, "column": 35 }, "end": { - "line": 1132, + "line": 1139, "column": 36 } } @@ -371123,15 +373813,15 @@ "updateContext": null }, "value": "break", - "start": 42028, - "end": 42033, + "start": 42508, + "end": 42513, "loc": { "start": { - "line": 1133, + "line": 1140, "column": 16 }, "end": { - "line": 1133, + "line": 1140, "column": 21 } } @@ -371149,15 +373839,15 @@ "binop": null, "updateContext": null }, - "start": 42033, - "end": 42034, + "start": 42513, + "end": 42514, "loc": { "start": { - "line": 1133, + "line": 1140, "column": 21 }, "end": { - "line": 1133, + "line": 1140, "column": 22 } } @@ -371177,15 +373867,15 @@ "updateContext": null }, "value": "case", - "start": 42048, - "end": 42052, + "start": 42528, + "end": 42532, "loc": { "start": { - "line": 1135, + "line": 1142, "column": 12 }, "end": { - "line": 1135, + "line": 1142, "column": 16 } } @@ -371203,15 +373893,15 @@ "binop": null }, "value": "ANIMATION", - "start": 42053, - "end": 42062, + "start": 42533, + "end": 42542, "loc": { "start": { - "line": 1135, + "line": 1142, "column": 17 }, "end": { - "line": 1135, + "line": 1142, "column": 26 } } @@ -371229,15 +373919,15 @@ "binop": null, "updateContext": null }, - "start": 42062, - "end": 42063, + "start": 42542, + "end": 42543, "loc": { "start": { - "line": 1135, + "line": 1142, "column": 26 }, "end": { - "line": 1135, + "line": 1142, "column": 27 } } @@ -371245,15 +373935,15 @@ { "type": "CommentLine", "value": " animation data is ready", - "start": 42080, - "end": 42106, + "start": 42560, + "end": 42586, "loc": { "start": { - "line": 1136, + "line": 1143, "column": 16 }, "end": { - "line": 1136, + "line": 1143, "column": 42 } } @@ -371273,15 +373963,15 @@ "updateContext": null }, "value": "this", - "start": 42123, - "end": 42127, + "start": 42603, + "end": 42607, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 16 }, "end": { - "line": 1137, + "line": 1144, "column": 20 } } @@ -371299,15 +373989,15 @@ "binop": null, "updateContext": null }, - "start": 42127, - "end": 42128, + "start": 42607, + "end": 42608, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 20 }, "end": { - "line": 1137, + "line": 1144, "column": 21 } } @@ -371325,15 +374015,15 @@ "binop": null }, "value": "_processing", - "start": 42128, - "end": 42139, + "start": 42608, + "end": 42619, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 21 }, "end": { - "line": 1137, + "line": 1144, "column": 32 } } @@ -371352,15 +374042,15 @@ "updateContext": null }, "value": "=", - "start": 42140, - "end": 42141, + "start": 42620, + "end": 42621, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 33 }, "end": { - "line": 1137, + "line": 1144, "column": 34 } } @@ -371380,15 +374070,15 @@ "updateContext": null }, "value": "false", - "start": 42142, - "end": 42147, + "start": 42622, + "end": 42627, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 35 }, "end": { - "line": 1137, + "line": 1144, "column": 40 } } @@ -371406,15 +374096,15 @@ "binop": null, "updateContext": null }, - "start": 42147, - "end": 42148, + "start": 42627, + "end": 42628, "loc": { "start": { - "line": 1137, + "line": 1144, "column": 40 }, "end": { - "line": 1137, + "line": 1144, "column": 41 } } @@ -371422,15 +374112,15 @@ { "type": "CommentLine", "value": " hide loader", - "start": 42166, - "end": 42180, + "start": 42646, + "end": 42660, "loc": { "start": { - "line": 1139, + "line": 1146, "column": 16 }, "end": { - "line": 1139, + "line": 1146, "column": 30 } } @@ -371450,15 +374140,15 @@ "updateContext": null }, "value": "this", - "start": 42197, - "end": 42201, + "start": 42677, + "end": 42681, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 16 }, "end": { - "line": 1140, + "line": 1147, "column": 20 } } @@ -371476,15 +374166,15 @@ "binop": null, "updateContext": null }, - "start": 42201, - "end": 42202, + "start": 42681, + "end": 42682, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 20 }, "end": { - "line": 1140, + "line": 1147, "column": 21 } } @@ -371502,15 +374192,15 @@ "binop": null }, "value": "player", - "start": 42202, - "end": 42208, + "start": 42682, + "end": 42688, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 21 }, "end": { - "line": 1140, + "line": 1147, "column": 27 } } @@ -371528,15 +374218,15 @@ "binop": null, "updateContext": null }, - "start": 42208, - "end": 42209, + "start": 42688, + "end": 42689, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 27 }, "end": { - "line": 1140, + "line": 1147, "column": 28 } } @@ -371554,15 +374244,15 @@ "binop": null }, "value": "loadingSpinner", - "start": 42209, - "end": 42223, + "start": 42689, + "end": 42703, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 28 }, "end": { - "line": 1140, + "line": 1147, "column": 42 } } @@ -371580,15 +374270,15 @@ "binop": null, "updateContext": null }, - "start": 42223, - "end": 42224, + "start": 42703, + "end": 42704, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 42 }, "end": { - "line": 1140, + "line": 1147, "column": 43 } } @@ -371606,15 +374296,15 @@ "binop": null }, "value": "hide", - "start": 42224, - "end": 42228, + "start": 42704, + "end": 42708, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 43 }, "end": { - "line": 1140, + "line": 1147, "column": 47 } } @@ -371631,15 +374321,15 @@ "postfix": false, "binop": null }, - "start": 42228, - "end": 42229, + "start": 42708, + "end": 42709, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 47 }, "end": { - "line": 1140, + "line": 1147, "column": 48 } } @@ -371656,15 +374346,15 @@ "postfix": false, "binop": null }, - "start": 42229, - "end": 42230, + "start": 42709, + "end": 42710, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 48 }, "end": { - "line": 1140, + "line": 1147, "column": 49 } } @@ -371682,15 +374372,15 @@ "binop": null, "updateContext": null }, - "start": 42230, - "end": 42231, + "start": 42710, + "end": 42711, "loc": { "start": { - "line": 1140, + "line": 1147, "column": 49 }, "end": { - "line": 1140, + "line": 1147, "column": 50 } } @@ -371698,15 +374388,15 @@ { "type": "CommentLine", "value": " show animation total duration", - "start": 42249, - "end": 42281, + "start": 42729, + "end": 42761, "loc": { "start": { - "line": 1142, + "line": 1149, "column": 16 }, "end": { - "line": 1142, + "line": 1149, "column": 48 } } @@ -371726,15 +374416,15 @@ "updateContext": null }, "value": "this", - "start": 42298, - "end": 42302, + "start": 42778, + "end": 42782, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 16 }, "end": { - "line": 1143, + "line": 1150, "column": 20 } } @@ -371752,15 +374442,15 @@ "binop": null, "updateContext": null }, - "start": 42302, - "end": 42303, + "start": 42782, + "end": 42783, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 20 }, "end": { - "line": 1143, + "line": 1150, "column": 21 } } @@ -371778,15 +374468,15 @@ "binop": null }, "value": "setDuration", - "start": 42303, - "end": 42314, + "start": 42783, + "end": 42794, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 21 }, "end": { - "line": 1143, + "line": 1150, "column": 32 } } @@ -371803,15 +374493,15 @@ "postfix": false, "binop": null }, - "start": 42314, - "end": 42315, + "start": 42794, + "end": 42795, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 32 }, "end": { - "line": 1143, + "line": 1150, "column": 33 } } @@ -371831,15 +374521,15 @@ "updateContext": null }, "value": "this", - "start": 42315, - "end": 42319, + "start": 42795, + "end": 42799, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 33 }, "end": { - "line": 1143, + "line": 1150, "column": 37 } } @@ -371857,15 +374547,15 @@ "binop": null, "updateContext": null }, - "start": 42319, - "end": 42320, + "start": 42799, + "end": 42800, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 37 }, "end": { - "line": 1143, + "line": 1150, "column": 38 } } @@ -371883,15 +374573,15 @@ "binop": null }, "value": "streamDuration", - "start": 42320, - "end": 42334, + "start": 42800, + "end": 42814, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 38 }, "end": { - "line": 1143, + "line": 1150, "column": 52 } } @@ -371908,15 +374598,15 @@ "postfix": false, "binop": null }, - "start": 42334, - "end": 42335, + "start": 42814, + "end": 42815, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 52 }, "end": { - "line": 1143, + "line": 1150, "column": 53 } } @@ -371934,15 +374624,15 @@ "binop": null, "updateContext": null }, - "start": 42335, - "end": 42336, + "start": 42815, + "end": 42816, "loc": { "start": { - "line": 1143, + "line": 1150, "column": 53 }, "end": { - "line": 1143, + "line": 1150, "column": 54 } } @@ -371950,15 +374640,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 42354, - "end": 42375, + "start": 42834, + "end": 42855, "loc": { "start": { - "line": 1145, + "line": 1152, "column": 16 }, "end": { - "line": 1145, + "line": 1152, "column": 37 } } @@ -371978,15 +374668,15 @@ "updateContext": null }, "value": "this", - "start": 42392, - "end": 42396, + "start": 42872, + "end": 42876, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 16 }, "end": { - "line": 1146, + "line": 1153, "column": 20 } } @@ -372004,15 +374694,15 @@ "binop": null, "updateContext": null }, - "start": 42396, - "end": 42397, + "start": 42876, + "end": 42877, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 20 }, "end": { - "line": 1146, + "line": 1153, "column": 21 } } @@ -372030,15 +374720,15 @@ "binop": null }, "value": "mediaElement", - "start": 42397, - "end": 42409, + "start": 42877, + "end": 42889, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 21 }, "end": { - "line": 1146, + "line": 1153, "column": 33 } } @@ -372056,15 +374746,15 @@ "binop": null, "updateContext": null }, - "start": 42409, - "end": 42410, + "start": 42889, + "end": 42890, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 33 }, "end": { - "line": 1146, + "line": 1153, "column": 34 } } @@ -372082,15 +374772,15 @@ "binop": null }, "value": "style", - "start": 42410, - "end": 42415, + "start": 42890, + "end": 42895, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 34 }, "end": { - "line": 1146, + "line": 1153, "column": 39 } } @@ -372108,15 +374798,15 @@ "binop": null, "updateContext": null }, - "start": 42415, - "end": 42416, + "start": 42895, + "end": 42896, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 39 }, "end": { - "line": 1146, + "line": 1153, "column": 40 } } @@ -372134,15 +374824,15 @@ "binop": null }, "value": "display", - "start": 42416, - "end": 42423, + "start": 42896, + "end": 42903, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 40 }, "end": { - "line": 1146, + "line": 1153, "column": 47 } } @@ -372161,15 +374851,15 @@ "updateContext": null }, "value": "=", - "start": 42424, - "end": 42425, + "start": 42904, + "end": 42905, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 48 }, "end": { - "line": 1146, + "line": 1153, "column": 49 } } @@ -372188,15 +374878,15 @@ "updateContext": null }, "value": "none", - "start": 42426, - "end": 42432, + "start": 42906, + "end": 42912, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 50 }, "end": { - "line": 1146, + "line": 1153, "column": 56 } } @@ -372214,15 +374904,15 @@ "binop": null, "updateContext": null }, - "start": 42432, - "end": 42433, + "start": 42912, + "end": 42913, "loc": { "start": { - "line": 1146, + "line": 1153, "column": 56 }, "end": { - "line": 1146, + "line": 1153, "column": 57 } } @@ -372230,15 +374920,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 42451, - "end": 42474, + "start": 42931, + "end": 42954, "loc": { "start": { - "line": 1148, + "line": 1155, "column": 16 }, "end": { - "line": 1148, + "line": 1155, "column": 39 } } @@ -372258,15 +374948,15 @@ "updateContext": null }, "value": "this", - "start": 42491, - "end": 42495, + "start": 42971, + "end": 42975, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 16 }, "end": { - "line": 1149, + "line": 1156, "column": 20 } } @@ -372284,15 +374974,15 @@ "binop": null, "updateContext": null }, - "start": 42495, - "end": 42496, + "start": 42975, + "end": 42976, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 20 }, "end": { - "line": 1149, + "line": 1156, "column": 21 } } @@ -372310,15 +375000,15 @@ "binop": null }, "value": "player", - "start": 42496, - "end": 42502, + "start": 42976, + "end": 42982, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 21 }, "end": { - "line": 1149, + "line": 1156, "column": 27 } } @@ -372336,15 +375026,15 @@ "binop": null, "updateContext": null }, - "start": 42502, - "end": 42503, + "start": 42982, + "end": 42983, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 27 }, "end": { - "line": 1149, + "line": 1156, "column": 28 } } @@ -372362,15 +375052,15 @@ "binop": null }, "value": "recordCanvas", - "start": 42503, - "end": 42515, + "start": 42983, + "end": 42995, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 28 }, "end": { - "line": 1149, + "line": 1156, "column": 40 } } @@ -372388,15 +375078,15 @@ "binop": null, "updateContext": null }, - "start": 42515, - "end": 42516, + "start": 42995, + "end": 42996, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 40 }, "end": { - "line": 1149, + "line": 1156, "column": 41 } } @@ -372414,15 +375104,15 @@ "binop": null }, "value": "show", - "start": 42516, - "end": 42520, + "start": 42996, + "end": 43000, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 41 }, "end": { - "line": 1149, + "line": 1156, "column": 45 } } @@ -372439,15 +375129,15 @@ "postfix": false, "binop": null }, - "start": 42520, - "end": 42521, + "start": 43000, + "end": 43001, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 45 }, "end": { - "line": 1149, + "line": 1156, "column": 46 } } @@ -372464,15 +375154,15 @@ "postfix": false, "binop": null }, - "start": 42521, - "end": 42522, + "start": 43001, + "end": 43002, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 46 }, "end": { - "line": 1149, + "line": 1156, "column": 47 } } @@ -372490,15 +375180,15 @@ "binop": null, "updateContext": null }, - "start": 42522, - "end": 42523, + "start": 43002, + "end": 43003, "loc": { "start": { - "line": 1149, + "line": 1156, "column": 47 }, "end": { - "line": 1149, + "line": 1156, "column": 48 } } @@ -372506,15 +375196,15 @@ { "type": "CommentLine", "value": " pause player so user can start playback", - "start": 42541, - "end": 42583, + "start": 43021, + "end": 43063, "loc": { "start": { - "line": 1151, + "line": 1158, "column": 16 }, "end": { - "line": 1151, + "line": 1158, "column": 58 } } @@ -372534,15 +375224,15 @@ "updateContext": null }, "value": "this", - "start": 42600, - "end": 42604, + "start": 43080, + "end": 43084, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 16 }, "end": { - "line": 1152, + "line": 1159, "column": 20 } } @@ -372560,15 +375250,15 @@ "binop": null, "updateContext": null }, - "start": 42604, - "end": 42605, + "start": 43084, + "end": 43085, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 20 }, "end": { - "line": 1152, + "line": 1159, "column": 21 } } @@ -372586,15 +375276,15 @@ "binop": null }, "value": "player", - "start": 42605, - "end": 42611, + "start": 43085, + "end": 43091, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 21 }, "end": { - "line": 1152, + "line": 1159, "column": 27 } } @@ -372612,15 +375302,15 @@ "binop": null, "updateContext": null }, - "start": 42611, - "end": 42612, + "start": 43091, + "end": 43092, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 27 }, "end": { - "line": 1152, + "line": 1159, "column": 28 } } @@ -372638,15 +375328,15 @@ "binop": null }, "value": "pause", - "start": 42612, - "end": 42617, + "start": 43092, + "end": 43097, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 28 }, "end": { - "line": 1152, + "line": 1159, "column": 33 } } @@ -372663,15 +375353,15 @@ "postfix": false, "binop": null }, - "start": 42617, - "end": 42618, + "start": 43097, + "end": 43098, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 33 }, "end": { - "line": 1152, + "line": 1159, "column": 34 } } @@ -372688,15 +375378,15 @@ "postfix": false, "binop": null }, - "start": 42618, - "end": 42619, + "start": 43098, + "end": 43099, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 34 }, "end": { - "line": 1152, + "line": 1159, "column": 35 } } @@ -372714,15 +375404,15 @@ "binop": null, "updateContext": null }, - "start": 42619, - "end": 42620, + "start": 43099, + "end": 43100, "loc": { "start": { - "line": 1152, + "line": 1159, "column": 35 }, "end": { - "line": 1152, + "line": 1159, "column": 36 } } @@ -372730,15 +375420,15 @@ { "type": "CommentLine", "value": " show animation on play", - "start": 42638, - "end": 42663, + "start": 43118, + "end": 43143, "loc": { "start": { - "line": 1154, + "line": 1161, "column": 16 }, "end": { - "line": 1154, + "line": 1161, "column": 41 } } @@ -372758,15 +375448,15 @@ "updateContext": null }, "value": "this", - "start": 42680, - "end": 42684, + "start": 43160, + "end": 43164, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 16 }, "end": { - "line": 1155, + "line": 1162, "column": 20 } } @@ -372784,15 +375474,15 @@ "binop": null, "updateContext": null }, - "start": 42684, - "end": 42685, + "start": 43164, + "end": 43165, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 20 }, "end": { - "line": 1155, + "line": 1162, "column": 21 } } @@ -372810,15 +375500,15 @@ "binop": null }, "value": "on", - "start": 42685, - "end": 42687, + "start": 43165, + "end": 43167, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 21 }, "end": { - "line": 1155, + "line": 1162, "column": 23 } } @@ -372835,15 +375525,15 @@ "postfix": false, "binop": null }, - "start": 42687, - "end": 42688, + "start": 43167, + "end": 43168, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 23 }, "end": { - "line": 1155, + "line": 1162, "column": 24 } } @@ -372863,15 +375553,15 @@ "updateContext": null }, "value": "this", - "start": 42688, - "end": 42692, + "start": 43168, + "end": 43172, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 24 }, "end": { - "line": 1155, + "line": 1162, "column": 28 } } @@ -372889,15 +375579,15 @@ "binop": null, "updateContext": null }, - "start": 42692, - "end": 42693, + "start": 43172, + "end": 43173, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 28 }, "end": { - "line": 1155, + "line": 1162, "column": 29 } } @@ -372915,15 +375605,15 @@ "binop": null }, "value": "player", - "start": 42693, - "end": 42699, + "start": 43173, + "end": 43179, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 29 }, "end": { - "line": 1155, + "line": 1162, "column": 35 } } @@ -372941,15 +375631,15 @@ "binop": null, "updateContext": null }, - "start": 42699, - "end": 42700, + "start": 43179, + "end": 43180, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 35 }, "end": { - "line": 1155, + "line": 1162, "column": 36 } } @@ -372967,15 +375657,15 @@ "binop": null }, "value": "Event", - "start": 42701, - "end": 42706, + "start": 43181, + "end": 43186, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 37 }, "end": { - "line": 1155, + "line": 1162, "column": 42 } } @@ -372993,15 +375683,15 @@ "binop": null, "updateContext": null }, - "start": 42706, - "end": 42707, + "start": 43186, + "end": 43187, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 42 }, "end": { - "line": 1155, + "line": 1162, "column": 43 } } @@ -373019,15 +375709,15 @@ "binop": null }, "value": "PLAY", - "start": 42707, - "end": 42711, + "start": 43187, + "end": 43191, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 43 }, "end": { - "line": 1155, + "line": 1162, "column": 47 } } @@ -373045,15 +375735,15 @@ "binop": null, "updateContext": null }, - "start": 42711, - "end": 42712, + "start": 43191, + "end": 43192, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 47 }, "end": { - "line": 1155, + "line": 1162, "column": 48 } } @@ -373073,15 +375763,15 @@ "updateContext": null }, "value": "this", - "start": 42713, - "end": 42717, + "start": 43193, + "end": 43197, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 49 }, "end": { - "line": 1155, + "line": 1162, "column": 53 } } @@ -373099,15 +375789,15 @@ "binop": null, "updateContext": null }, - "start": 42717, - "end": 42718, + "start": 43197, + "end": 43198, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 53 }, "end": { - "line": 1155, + "line": 1162, "column": 54 } } @@ -373125,15 +375815,15 @@ "binop": null }, "value": "showAnimation", - "start": 42718, - "end": 42731, + "start": 43198, + "end": 43211, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 54 }, "end": { - "line": 1155, + "line": 1162, "column": 67 } } @@ -373150,15 +375840,15 @@ "postfix": false, "binop": null }, - "start": 42731, - "end": 42732, + "start": 43211, + "end": 43212, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 67 }, "end": { - "line": 1155, + "line": 1162, "column": 68 } } @@ -373176,15 +375866,15 @@ "binop": null, "updateContext": null }, - "start": 42732, - "end": 42733, + "start": 43212, + "end": 43213, "loc": { "start": { - "line": 1155, + "line": 1162, "column": 68 }, "end": { - "line": 1155, + "line": 1162, "column": 69 } } @@ -373192,15 +375882,15 @@ { "type": "CommentLine", "value": " hide animation on pause", - "start": 42751, - "end": 42777, + "start": 43231, + "end": 43257, "loc": { "start": { - "line": 1157, + "line": 1164, "column": 16 }, "end": { - "line": 1157, + "line": 1164, "column": 42 } } @@ -373220,15 +375910,15 @@ "updateContext": null }, "value": "this", - "start": 42794, - "end": 42798, + "start": 43274, + "end": 43278, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 16 }, "end": { - "line": 1158, + "line": 1165, "column": 20 } } @@ -373246,15 +375936,15 @@ "binop": null, "updateContext": null }, - "start": 42798, - "end": 42799, + "start": 43278, + "end": 43279, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 20 }, "end": { - "line": 1158, + "line": 1165, "column": 21 } } @@ -373272,15 +375962,15 @@ "binop": null }, "value": "on", - "start": 42799, - "end": 42801, + "start": 43279, + "end": 43281, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 21 }, "end": { - "line": 1158, + "line": 1165, "column": 23 } } @@ -373297,15 +375987,15 @@ "postfix": false, "binop": null }, - "start": 42801, - "end": 42802, + "start": 43281, + "end": 43282, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 23 }, "end": { - "line": 1158, + "line": 1165, "column": 24 } } @@ -373325,15 +376015,15 @@ "updateContext": null }, "value": "this", - "start": 42802, - "end": 42806, + "start": 43282, + "end": 43286, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 24 }, "end": { - "line": 1158, + "line": 1165, "column": 28 } } @@ -373351,15 +376041,15 @@ "binop": null, "updateContext": null }, - "start": 42806, - "end": 42807, + "start": 43286, + "end": 43287, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 28 }, "end": { - "line": 1158, + "line": 1165, "column": 29 } } @@ -373377,15 +376067,15 @@ "binop": null }, "value": "player", - "start": 42807, - "end": 42813, + "start": 43287, + "end": 43293, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 29 }, "end": { - "line": 1158, + "line": 1165, "column": 35 } } @@ -373403,15 +376093,15 @@ "binop": null, "updateContext": null }, - "start": 42813, - "end": 42814, + "start": 43293, + "end": 43294, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 35 }, "end": { - "line": 1158, + "line": 1165, "column": 36 } } @@ -373429,15 +376119,15 @@ "binop": null }, "value": "Event", - "start": 42815, - "end": 42820, + "start": 43295, + "end": 43300, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 37 }, "end": { - "line": 1158, + "line": 1165, "column": 42 } } @@ -373455,15 +376145,15 @@ "binop": null, "updateContext": null }, - "start": 42820, - "end": 42821, + "start": 43300, + "end": 43301, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 42 }, "end": { - "line": 1158, + "line": 1165, "column": 43 } } @@ -373481,15 +376171,15 @@ "binop": null }, "value": "PAUSE", - "start": 42821, - "end": 42826, + "start": 43301, + "end": 43306, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 43 }, "end": { - "line": 1158, + "line": 1165, "column": 48 } } @@ -373507,15 +376197,15 @@ "binop": null, "updateContext": null }, - "start": 42826, - "end": 42827, + "start": 43306, + "end": 43307, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 48 }, "end": { - "line": 1158, + "line": 1165, "column": 49 } } @@ -373535,15 +376225,15 @@ "updateContext": null }, "value": "this", - "start": 42828, - "end": 42832, + "start": 43308, + "end": 43312, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 50 }, "end": { - "line": 1158, + "line": 1165, "column": 54 } } @@ -373561,15 +376251,15 @@ "binop": null, "updateContext": null }, - "start": 42832, - "end": 42833, + "start": 43312, + "end": 43313, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 54 }, "end": { - "line": 1158, + "line": 1165, "column": 55 } } @@ -373587,15 +376277,15 @@ "binop": null }, "value": "hideAnimation", - "start": 42833, - "end": 42846, + "start": 43313, + "end": 43326, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 55 }, "end": { - "line": 1158, + "line": 1165, "column": 68 } } @@ -373612,15 +376302,15 @@ "postfix": false, "binop": null }, - "start": 42846, - "end": 42847, + "start": 43326, + "end": 43327, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 68 }, "end": { - "line": 1158, + "line": 1165, "column": 69 } } @@ -373638,15 +376328,15 @@ "binop": null, "updateContext": null }, - "start": 42847, - "end": 42848, + "start": 43327, + "end": 43328, "loc": { "start": { - "line": 1158, + "line": 1165, "column": 69 }, "end": { - "line": 1158, + "line": 1165, "column": 70 } } @@ -373666,15 +376356,15 @@ "updateContext": null }, "value": "break", - "start": 42865, - "end": 42870, + "start": 43345, + "end": 43350, "loc": { "start": { - "line": 1159, + "line": 1166, "column": 16 }, "end": { - "line": 1159, + "line": 1166, "column": 21 } } @@ -373692,15 +376382,15 @@ "binop": null, "updateContext": null }, - "start": 42870, - "end": 42871, + "start": 43350, + "end": 43351, "loc": { "start": { - "line": 1159, + "line": 1166, "column": 21 }, "end": { - "line": 1159, + "line": 1166, "column": 22 } } @@ -373717,15 +376407,15 @@ "postfix": false, "binop": null }, - "start": 42880, - "end": 42881, + "start": 43360, + "end": 43361, "loc": { "start": { - "line": 1160, + "line": 1167, "column": 8 }, "end": { - "line": 1160, + "line": 1167, "column": 9 } } @@ -373742,15 +376432,15 @@ "postfix": false, "binop": null }, - "start": 42886, - "end": 42887, + "start": 43366, + "end": 43367, "loc": { "start": { - "line": 1161, + "line": 1168, "column": 4 }, "end": { - "line": 1161, + "line": 1168, "column": 5 } } @@ -373758,15 +376448,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked during recording and displays the remaining time.\n * @private\n ", - "start": 42893, - "end": 42985, + "start": 43373, + "end": 43465, "loc": { "start": { - "line": 1163, + "line": 1170, "column": 4 }, "end": { - "line": 1166, + "line": 1173, "column": 7 } } @@ -373784,15 +376474,15 @@ "binop": null }, "value": "onCountDown", - "start": 42990, - "end": 43001, + "start": 43470, + "end": 43481, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 4 }, "end": { - "line": 1167, + "line": 1174, "column": 15 } } @@ -373809,15 +376499,15 @@ "postfix": false, "binop": null }, - "start": 43001, - "end": 43002, + "start": 43481, + "end": 43482, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 15 }, "end": { - "line": 1167, + "line": 1174, "column": 16 } } @@ -373834,15 +376524,15 @@ "postfix": false, "binop": null }, - "start": 43002, - "end": 43003, + "start": 43482, + "end": 43483, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 16 }, "end": { - "line": 1167, + "line": 1174, "column": 17 } } @@ -373859,15 +376549,15 @@ "postfix": false, "binop": null }, - "start": 43004, - "end": 43005, + "start": 43484, + "end": 43485, "loc": { "start": { - "line": 1167, + "line": 1174, "column": 18 }, "end": { - "line": 1167, + "line": 1174, "column": 19 } } @@ -373887,15 +376577,15 @@ "updateContext": null }, "value": "if", - "start": 43014, - "end": 43016, + "start": 43494, + "end": 43496, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 8 }, "end": { - "line": 1168, + "line": 1175, "column": 10 } } @@ -373912,15 +376602,15 @@ "postfix": false, "binop": null }, - "start": 43017, - "end": 43018, + "start": 43497, + "end": 43498, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 11 }, "end": { - "line": 1168, + "line": 1175, "column": 12 } } @@ -373939,15 +376629,15 @@ "updateContext": null }, "value": "!", - "start": 43018, - "end": 43019, + "start": 43498, + "end": 43499, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 12 }, "end": { - "line": 1168, + "line": 1175, "column": 13 } } @@ -373967,15 +376657,15 @@ "updateContext": null }, "value": "this", - "start": 43019, - "end": 43023, + "start": 43499, + "end": 43503, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 13 }, "end": { - "line": 1168, + "line": 1175, "column": 17 } } @@ -373993,15 +376683,15 @@ "binop": null, "updateContext": null }, - "start": 43023, - "end": 43024, + "start": 43503, + "end": 43504, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 17 }, "end": { - "line": 1168, + "line": 1175, "column": 18 } } @@ -374019,15 +376709,15 @@ "binop": null }, "value": "paused", - "start": 43024, - "end": 43030, + "start": 43504, + "end": 43510, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 18 }, "end": { - "line": 1168, + "line": 1175, "column": 24 } } @@ -374044,15 +376734,15 @@ "postfix": false, "binop": null }, - "start": 43030, - "end": 43031, + "start": 43510, + "end": 43511, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 24 }, "end": { - "line": 1168, + "line": 1175, "column": 25 } } @@ -374069,15 +376759,15 @@ "postfix": false, "binop": null }, - "start": 43032, - "end": 43033, + "start": 43512, + "end": 43513, "loc": { "start": { - "line": 1168, + "line": 1175, "column": 26 }, "end": { - "line": 1168, + "line": 1175, "column": 27 } } @@ -374097,15 +376787,15 @@ "updateContext": null }, "value": "let", - "start": 43046, - "end": 43049, + "start": 43526, + "end": 43529, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 12 }, "end": { - "line": 1169, + "line": 1176, "column": 15 } } @@ -374123,15 +376813,15 @@ "binop": null }, "value": "now", - "start": 43050, - "end": 43053, + "start": 43530, + "end": 43533, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 16 }, "end": { - "line": 1169, + "line": 1176, "column": 19 } } @@ -374150,15 +376840,15 @@ "updateContext": null }, "value": "=", - "start": 43054, - "end": 43055, + "start": 43534, + "end": 43535, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 20 }, "end": { - "line": 1169, + "line": 1176, "column": 21 } } @@ -374176,15 +376866,15 @@ "binop": null }, "value": "performance", - "start": 43056, - "end": 43067, + "start": 43536, + "end": 43547, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 22 }, "end": { - "line": 1169, + "line": 1176, "column": 33 } } @@ -374202,15 +376892,15 @@ "binop": null, "updateContext": null }, - "start": 43067, - "end": 43068, + "start": 43547, + "end": 43548, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 33 }, "end": { - "line": 1169, + "line": 1176, "column": 34 } } @@ -374228,15 +376918,15 @@ "binop": null }, "value": "now", - "start": 43068, - "end": 43071, + "start": 43548, + "end": 43551, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 34 }, "end": { - "line": 1169, + "line": 1176, "column": 37 } } @@ -374253,15 +376943,15 @@ "postfix": false, "binop": null }, - "start": 43071, - "end": 43072, + "start": 43551, + "end": 43552, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 37 }, "end": { - "line": 1169, + "line": 1176, "column": 38 } } @@ -374278,15 +376968,15 @@ "postfix": false, "binop": null }, - "start": 43072, - "end": 43073, + "start": 43552, + "end": 43553, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 38 }, "end": { - "line": 1169, + "line": 1176, "column": 39 } } @@ -374304,15 +376994,15 @@ "binop": null, "updateContext": null }, - "start": 43073, - "end": 43074, + "start": 43553, + "end": 43554, "loc": { "start": { - "line": 1169, + "line": 1176, "column": 39 }, "end": { - "line": 1169, + "line": 1176, "column": 40 } } @@ -374332,15 +377022,15 @@ "updateContext": null }, "value": "let", - "start": 43087, - "end": 43090, + "start": 43567, + "end": 43570, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 12 }, "end": { - "line": 1170, + "line": 1177, "column": 15 } } @@ -374358,15 +377048,15 @@ "binop": null }, "value": "duration", - "start": 43091, - "end": 43099, + "start": 43571, + "end": 43579, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 16 }, "end": { - "line": 1170, + "line": 1177, "column": 24 } } @@ -374385,15 +377075,15 @@ "updateContext": null }, "value": "=", - "start": 43100, - "end": 43101, + "start": 43580, + "end": 43581, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 25 }, "end": { - "line": 1170, + "line": 1177, "column": 26 } } @@ -374413,15 +377103,15 @@ "updateContext": null }, "value": "this", - "start": 43102, - "end": 43106, + "start": 43582, + "end": 43586, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 27 }, "end": { - "line": 1170, + "line": 1177, "column": 31 } } @@ -374439,15 +377129,15 @@ "binop": null, "updateContext": null }, - "start": 43106, - "end": 43107, + "start": 43586, + "end": 43587, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 31 }, "end": { - "line": 1170, + "line": 1177, "column": 32 } } @@ -374465,15 +377155,15 @@ "binop": null }, "value": "maxLength", - "start": 43107, - "end": 43116, + "start": 43587, + "end": 43596, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 32 }, "end": { - "line": 1170, + "line": 1177, "column": 41 } } @@ -374491,15 +377181,15 @@ "binop": null, "updateContext": null }, - "start": 43116, - "end": 43117, + "start": 43596, + "end": 43597, "loc": { "start": { - "line": 1170, + "line": 1177, "column": 41 }, "end": { - "line": 1170, + "line": 1177, "column": 42 } } @@ -374519,15 +377209,15 @@ "updateContext": null }, "value": "let", - "start": 43130, - "end": 43133, + "start": 43610, + "end": 43613, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 12 }, "end": { - "line": 1171, + "line": 1178, "column": 15 } } @@ -374545,15 +377235,15 @@ "binop": null }, "value": "currentTime", - "start": 43134, - "end": 43145, + "start": 43614, + "end": 43625, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 16 }, "end": { - "line": 1171, + "line": 1178, "column": 27 } } @@ -374572,15 +377262,15 @@ "updateContext": null }, "value": "=", - "start": 43146, - "end": 43147, + "start": 43626, + "end": 43627, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 28 }, "end": { - "line": 1171, + "line": 1178, "column": 29 } } @@ -374597,15 +377287,15 @@ "postfix": false, "binop": null }, - "start": 43148, - "end": 43149, + "start": 43628, + "end": 43629, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 30 }, "end": { - "line": 1171, + "line": 1178, "column": 31 } } @@ -374623,15 +377313,15 @@ "binop": null }, "value": "now", - "start": 43149, - "end": 43152, + "start": 43629, + "end": 43632, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 31 }, "end": { - "line": 1171, + "line": 1178, "column": 34 } } @@ -374650,15 +377340,15 @@ "updateContext": null }, "value": "-", - "start": 43153, - "end": 43154, + "start": 43633, + "end": 43634, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 35 }, "end": { - "line": 1171, + "line": 1178, "column": 36 } } @@ -374675,15 +377365,15 @@ "postfix": false, "binop": null }, - "start": 43155, - "end": 43156, + "start": 43635, + "end": 43636, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 37 }, "end": { - "line": 1171, + "line": 1178, "column": 38 } } @@ -374703,15 +377393,15 @@ "updateContext": null }, "value": "this", - "start": 43156, - "end": 43160, + "start": 43636, + "end": 43640, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 38 }, "end": { - "line": 1171, + "line": 1178, "column": 42 } } @@ -374729,15 +377419,15 @@ "binop": null, "updateContext": null }, - "start": 43160, - "end": 43161, + "start": 43640, + "end": 43641, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 42 }, "end": { - "line": 1171, + "line": 1178, "column": 43 } } @@ -374755,15 +377445,15 @@ "binop": null }, "value": "startTime", - "start": 43161, - "end": 43170, + "start": 43641, + "end": 43650, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 43 }, "end": { - "line": 1171, + "line": 1178, "column": 52 } } @@ -374782,15 +377472,15 @@ "updateContext": null }, "value": "+", - "start": 43171, - "end": 43172, + "start": 43651, + "end": 43652, "loc": { "start": { - "line": 1171, + "line": 1178, "column": 53 }, "end": { - "line": 1171, + "line": 1178, "column": 54 } } @@ -374810,15 +377500,15 @@ "updateContext": null }, "value": "this", - "start": 43189, - "end": 43193, + "start": 43669, + "end": 43673, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 16 }, "end": { - "line": 1172, + "line": 1179, "column": 20 } } @@ -374836,15 +377526,15 @@ "binop": null, "updateContext": null }, - "start": 43193, - "end": 43194, + "start": 43673, + "end": 43674, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 20 }, "end": { - "line": 1172, + "line": 1179, "column": 21 } } @@ -374862,15 +377552,15 @@ "binop": null }, "value": "pausedTime", - "start": 43194, - "end": 43204, + "start": 43674, + "end": 43684, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 21 }, "end": { - "line": 1172, + "line": 1179, "column": 31 } } @@ -374887,15 +377577,15 @@ "postfix": false, "binop": null }, - "start": 43204, - "end": 43205, + "start": 43684, + "end": 43685, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 31 }, "end": { - "line": 1172, + "line": 1179, "column": 32 } } @@ -374912,15 +377602,15 @@ "postfix": false, "binop": null }, - "start": 43205, - "end": 43206, + "start": 43685, + "end": 43686, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 32 }, "end": { - "line": 1172, + "line": 1179, "column": 33 } } @@ -374939,15 +377629,15 @@ "updateContext": null }, "value": "/", - "start": 43207, - "end": 43208, + "start": 43687, + "end": 43688, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 34 }, "end": { - "line": 1172, + "line": 1179, "column": 35 } } @@ -374966,15 +377656,15 @@ "updateContext": null }, "value": 1000, - "start": 43209, - "end": 43213, + "start": 43689, + "end": 43693, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 36 }, "end": { - "line": 1172, + "line": 1179, "column": 40 } } @@ -374992,15 +377682,15 @@ "binop": null, "updateContext": null }, - "start": 43213, - "end": 43214, + "start": 43693, + "end": 43694, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 40 }, "end": { - "line": 1172, + "line": 1179, "column": 41 } } @@ -375008,15 +377698,15 @@ { "type": "CommentLine", "value": " buddy ignore:line", - "start": 43215, - "end": 43235, + "start": 43695, + "end": 43715, "loc": { "start": { - "line": 1172, + "line": 1179, "column": 42 }, "end": { - "line": 1172, + "line": 1179, "column": 62 } } @@ -375036,15 +377726,15 @@ "updateContext": null }, "value": "this", - "start": 43249, - "end": 43253, + "start": 43729, + "end": 43733, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 12 }, "end": { - "line": 1174, + "line": 1181, "column": 16 } } @@ -375062,15 +377752,15 @@ "binop": null, "updateContext": null }, - "start": 43253, - "end": 43254, + "start": 43733, + "end": 43734, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 16 }, "end": { - "line": 1174, + "line": 1181, "column": 17 } } @@ -375088,15 +377778,15 @@ "binop": null }, "value": "streamDuration", - "start": 43254, - "end": 43268, + "start": 43734, + "end": 43748, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 17 }, "end": { - "line": 1174, + "line": 1181, "column": 31 } } @@ -375115,15 +377805,15 @@ "updateContext": null }, "value": "=", - "start": 43269, - "end": 43270, + "start": 43749, + "end": 43750, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 32 }, "end": { - "line": 1174, + "line": 1181, "column": 33 } } @@ -375141,15 +377831,15 @@ "binop": null }, "value": "currentTime", - "start": 43271, - "end": 43282, + "start": 43751, + "end": 43762, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 34 }, "end": { - "line": 1174, + "line": 1181, "column": 45 } } @@ -375167,15 +377857,15 @@ "binop": null, "updateContext": null }, - "start": 43282, - "end": 43283, + "start": 43762, + "end": 43763, "loc": { "start": { - "line": 1174, + "line": 1181, "column": 45 }, "end": { - "line": 1174, + "line": 1181, "column": 46 } } @@ -375195,15 +377885,15 @@ "updateContext": null }, "value": "if", - "start": 43297, - "end": 43299, + "start": 43777, + "end": 43779, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 12 }, "end": { - "line": 1176, + "line": 1183, "column": 14 } } @@ -375220,15 +377910,15 @@ "postfix": false, "binop": null }, - "start": 43300, - "end": 43301, + "start": 43780, + "end": 43781, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 15 }, "end": { - "line": 1176, + "line": 1183, "column": 16 } } @@ -375246,15 +377936,15 @@ "binop": null }, "value": "currentTime", - "start": 43301, - "end": 43312, + "start": 43781, + "end": 43792, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 16 }, "end": { - "line": 1176, + "line": 1183, "column": 27 } } @@ -375273,15 +377963,15 @@ "updateContext": null }, "value": ">=", - "start": 43313, - "end": 43315, + "start": 43793, + "end": 43795, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 28 }, "end": { - "line": 1176, + "line": 1183, "column": 30 } } @@ -375299,15 +377989,15 @@ "binop": null }, "value": "duration", - "start": 43316, - "end": 43324, + "start": 43796, + "end": 43804, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 31 }, "end": { - "line": 1176, + "line": 1183, "column": 39 } } @@ -375324,15 +378014,15 @@ "postfix": false, "binop": null }, - "start": 43324, - "end": 43325, + "start": 43804, + "end": 43805, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 39 }, "end": { - "line": 1176, + "line": 1183, "column": 40 } } @@ -375349,15 +378039,15 @@ "postfix": false, "binop": null }, - "start": 43326, - "end": 43327, + "start": 43806, + "end": 43807, "loc": { "start": { - "line": 1176, + "line": 1183, "column": 41 }, "end": { - "line": 1176, + "line": 1183, "column": 42 } } @@ -375365,15 +378055,15 @@ { "type": "CommentLine", "value": " at the end", - "start": 43344, - "end": 43357, + "start": 43824, + "end": 43837, "loc": { "start": { - "line": 1177, + "line": 1184, "column": 16 }, "end": { - "line": 1177, + "line": 1184, "column": 29 } } @@ -375391,15 +378081,15 @@ "binop": null }, "value": "currentTime", - "start": 43374, - "end": 43385, + "start": 43854, + "end": 43865, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 16 }, "end": { - "line": 1178, + "line": 1185, "column": 27 } } @@ -375418,15 +378108,15 @@ "updateContext": null }, "value": "=", - "start": 43386, - "end": 43387, + "start": 43866, + "end": 43867, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 28 }, "end": { - "line": 1178, + "line": 1185, "column": 29 } } @@ -375444,15 +378134,15 @@ "binop": null }, "value": "duration", - "start": 43388, - "end": 43396, + "start": 43868, + "end": 43876, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 30 }, "end": { - "line": 1178, + "line": 1185, "column": 38 } } @@ -375470,15 +378160,15 @@ "binop": null, "updateContext": null }, - "start": 43396, - "end": 43397, + "start": 43876, + "end": 43877, "loc": { "start": { - "line": 1178, + "line": 1185, "column": 38 }, "end": { - "line": 1178, + "line": 1185, "column": 39 } } @@ -375486,15 +378176,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 43415, - "end": 43432, + "start": 43895, + "end": 43912, "loc": { "start": { - "line": 1180, + "line": 1187, "column": 16 }, "end": { - "line": 1180, + "line": 1187, "column": 33 } } @@ -375514,15 +378204,15 @@ "updateContext": null }, "value": "this", - "start": 43449, - "end": 43453, + "start": 43929, + "end": 43933, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 16 }, "end": { - "line": 1181, + "line": 1188, "column": 20 } } @@ -375540,15 +378230,15 @@ "binop": null, "updateContext": null }, - "start": 43453, - "end": 43454, + "start": 43933, + "end": 43934, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 20 }, "end": { - "line": 1181, + "line": 1188, "column": 21 } } @@ -375566,15 +378256,15 @@ "binop": null }, "value": "stop", - "start": 43454, - "end": 43458, + "start": 43934, + "end": 43938, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 21 }, "end": { - "line": 1181, + "line": 1188, "column": 25 } } @@ -375591,15 +378281,15 @@ "postfix": false, "binop": null }, - "start": 43458, - "end": 43459, + "start": 43938, + "end": 43939, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 25 }, "end": { - "line": 1181, + "line": 1188, "column": 26 } } @@ -375616,15 +378306,15 @@ "postfix": false, "binop": null }, - "start": 43459, - "end": 43460, + "start": 43939, + "end": 43940, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 26 }, "end": { - "line": 1181, + "line": 1188, "column": 27 } } @@ -375642,15 +378332,15 @@ "binop": null, "updateContext": null }, - "start": 43460, - "end": 43461, + "start": 43940, + "end": 43941, "loc": { "start": { - "line": 1181, + "line": 1188, "column": 27 }, "end": { - "line": 1181, + "line": 1188, "column": 28 } } @@ -375667,15 +378357,15 @@ "postfix": false, "binop": null }, - "start": 43474, - "end": 43475, + "start": 43954, + "end": 43955, "loc": { "start": { - "line": 1182, + "line": 1189, "column": 12 }, "end": { - "line": 1182, + "line": 1189, "column": 13 } } @@ -375683,15 +378373,15 @@ { "type": "CommentLine", "value": " update duration", - "start": 43489, - "end": 43507, + "start": 43969, + "end": 43987, "loc": { "start": { - "line": 1184, + "line": 1191, "column": 12 }, "end": { - "line": 1184, + "line": 1191, "column": 30 } } @@ -375711,15 +378401,15 @@ "updateContext": null }, "value": "this", - "start": 43520, - "end": 43524, + "start": 44000, + "end": 44004, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 12 }, "end": { - "line": 1185, + "line": 1192, "column": 16 } } @@ -375737,15 +378427,15 @@ "binop": null, "updateContext": null }, - "start": 43524, - "end": 43525, + "start": 44004, + "end": 44005, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 16 }, "end": { - "line": 1185, + "line": 1192, "column": 17 } } @@ -375763,15 +378453,15 @@ "binop": null }, "value": "setDuration", - "start": 43525, - "end": 43536, + "start": 44005, + "end": 44016, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 17 }, "end": { - "line": 1185, + "line": 1192, "column": 28 } } @@ -375788,15 +378478,15 @@ "postfix": false, "binop": null }, - "start": 43536, - "end": 43537, + "start": 44016, + "end": 44017, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 28 }, "end": { - "line": 1185, + "line": 1192, "column": 29 } } @@ -375814,15 +378504,15 @@ "binop": null }, "value": "duration", - "start": 43537, - "end": 43545, + "start": 44017, + "end": 44025, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 29 }, "end": { - "line": 1185, + "line": 1192, "column": 37 } } @@ -375839,15 +378529,15 @@ "postfix": false, "binop": null }, - "start": 43545, - "end": 43546, + "start": 44025, + "end": 44026, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 37 }, "end": { - "line": 1185, + "line": 1192, "column": 38 } } @@ -375865,15 +378555,15 @@ "binop": null, "updateContext": null }, - "start": 43546, - "end": 43547, + "start": 44026, + "end": 44027, "loc": { "start": { - "line": 1185, + "line": 1192, "column": 38 }, "end": { - "line": 1185, + "line": 1192, "column": 39 } } @@ -375881,15 +378571,15 @@ { "type": "CommentLine", "value": " update current time", - "start": 43561, - "end": 43583, + "start": 44041, + "end": 44063, "loc": { "start": { - "line": 1187, + "line": 1194, "column": 12 }, "end": { - "line": 1187, + "line": 1194, "column": 34 } } @@ -375909,15 +378599,15 @@ "updateContext": null }, "value": "this", - "start": 43596, - "end": 43600, + "start": 44076, + "end": 44080, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 12 }, "end": { - "line": 1188, + "line": 1195, "column": 16 } } @@ -375935,15 +378625,15 @@ "binop": null, "updateContext": null }, - "start": 43600, - "end": 43601, + "start": 44080, + "end": 44081, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 16 }, "end": { - "line": 1188, + "line": 1195, "column": 17 } } @@ -375961,15 +378651,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 43601, - "end": 43615, + "start": 44081, + "end": 44095, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 17 }, "end": { - "line": 1188, + "line": 1195, "column": 31 } } @@ -375986,15 +378676,15 @@ "postfix": false, "binop": null }, - "start": 43615, - "end": 43616, + "start": 44095, + "end": 44096, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 31 }, "end": { - "line": 1188, + "line": 1195, "column": 32 } } @@ -376012,15 +378702,15 @@ "binop": null }, "value": "currentTime", - "start": 43616, - "end": 43627, + "start": 44096, + "end": 44107, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 32 }, "end": { - "line": 1188, + "line": 1195, "column": 43 } } @@ -376038,15 +378728,15 @@ "binop": null, "updateContext": null }, - "start": 43627, - "end": 43628, + "start": 44107, + "end": 44108, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 43 }, "end": { - "line": 1188, + "line": 1195, "column": 44 } } @@ -376064,15 +378754,15 @@ "binop": null }, "value": "duration", - "start": 43629, - "end": 43637, + "start": 44109, + "end": 44117, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 45 }, "end": { - "line": 1188, + "line": 1195, "column": 53 } } @@ -376089,15 +378779,15 @@ "postfix": false, "binop": null }, - "start": 43637, - "end": 43638, + "start": 44117, + "end": 44118, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 53 }, "end": { - "line": 1188, + "line": 1195, "column": 54 } } @@ -376115,15 +378805,15 @@ "binop": null, "updateContext": null }, - "start": 43638, - "end": 43639, + "start": 44118, + "end": 44119, "loc": { "start": { - "line": 1188, + "line": 1195, "column": 54 }, "end": { - "line": 1188, + "line": 1195, "column": 55 } } @@ -376131,15 +378821,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 43653, - "end": 43672, + "start": 44133, + "end": 44152, "loc": { "start": { - "line": 1190, + "line": 1197, "column": 12 }, "end": { - "line": 1190, + "line": 1197, "column": 31 } } @@ -376159,15 +378849,15 @@ "updateContext": null }, "value": "this", - "start": 43685, - "end": 43689, + "start": 44165, + "end": 44169, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 12 }, "end": { - "line": 1191, + "line": 1198, "column": 16 } } @@ -376185,15 +378875,15 @@ "binop": null, "updateContext": null }, - "start": 43689, - "end": 43690, + "start": 44169, + "end": 44170, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 16 }, "end": { - "line": 1191, + "line": 1198, "column": 17 } } @@ -376211,15 +378901,15 @@ "binop": null }, "value": "player", - "start": 43690, - "end": 43696, + "start": 44170, + "end": 44176, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 17 }, "end": { - "line": 1191, + "line": 1198, "column": 23 } } @@ -376237,15 +378927,15 @@ "binop": null, "updateContext": null }, - "start": 43696, - "end": 43697, + "start": 44176, + "end": 44177, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 23 }, "end": { - "line": 1191, + "line": 1198, "column": 24 } } @@ -376263,15 +378953,15 @@ "binop": null }, "value": "trigger", - "start": 43697, - "end": 43704, + "start": 44177, + "end": 44184, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 24 }, "end": { - "line": 1191, + "line": 1198, "column": 31 } } @@ -376288,15 +378978,15 @@ "postfix": false, "binop": null }, - "start": 43704, - "end": 43705, + "start": 44184, + "end": 44185, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 31 }, "end": { - "line": 1191, + "line": 1198, "column": 32 } } @@ -376314,15 +379004,15 @@ "binop": null }, "value": "Event", - "start": 43705, - "end": 43710, + "start": 44185, + "end": 44190, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 32 }, "end": { - "line": 1191, + "line": 1198, "column": 37 } } @@ -376340,15 +379030,15 @@ "binop": null, "updateContext": null }, - "start": 43710, - "end": 43711, + "start": 44190, + "end": 44191, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 37 }, "end": { - "line": 1191, + "line": 1198, "column": 38 } } @@ -376366,15 +379056,15 @@ "binop": null }, "value": "PROGRESS_RECORD", - "start": 43711, - "end": 43726, + "start": 44191, + "end": 44206, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 38 }, "end": { - "line": 1191, + "line": 1198, "column": 53 } } @@ -376391,15 +379081,15 @@ "postfix": false, "binop": null }, - "start": 43726, - "end": 43727, + "start": 44206, + "end": 44207, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 53 }, "end": { - "line": 1191, + "line": 1198, "column": 54 } } @@ -376417,15 +379107,15 @@ "binop": null, "updateContext": null }, - "start": 43727, - "end": 43728, + "start": 44207, + "end": 44208, "loc": { "start": { - "line": 1191, + "line": 1198, "column": 54 }, "end": { - "line": 1191, + "line": 1198, "column": 55 } } @@ -376442,15 +379132,15 @@ "postfix": false, "binop": null }, - "start": 43737, - "end": 43738, + "start": 44217, + "end": 44218, "loc": { "start": { - "line": 1192, + "line": 1199, "column": 8 }, "end": { - "line": 1192, + "line": 1199, "column": 9 } } @@ -376467,15 +379157,15 @@ "postfix": false, "binop": null }, - "start": 43743, - "end": 43744, + "start": 44223, + "end": 44224, "loc": { "start": { - "line": 1193, + "line": 1200, "column": 4 }, "end": { - "line": 1193, + "line": 1200, "column": 5 } } @@ -376483,15 +379173,15 @@ { "type": "CommentBlock", "value": "*\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n ", - "start": 43750, - "end": 43957, + "start": 44230, + "end": 44437, "loc": { "start": { - "line": 1195, + "line": 1202, "column": 4 }, "end": { - "line": 1201, + "line": 1208, "column": 7 } } @@ -376509,15 +379199,15 @@ "binop": null }, "value": "getCurrentTime", - "start": 43962, - "end": 43976, + "start": 44442, + "end": 44456, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 4 }, "end": { - "line": 1202, + "line": 1209, "column": 18 } } @@ -376534,15 +379224,15 @@ "postfix": false, "binop": null }, - "start": 43976, - "end": 43977, + "start": 44456, + "end": 44457, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 18 }, "end": { - "line": 1202, + "line": 1209, "column": 19 } } @@ -376559,15 +379249,15 @@ "postfix": false, "binop": null }, - "start": 43977, - "end": 43978, + "start": 44457, + "end": 44458, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 19 }, "end": { - "line": 1202, + "line": 1209, "column": 20 } } @@ -376584,15 +379274,15 @@ "postfix": false, "binop": null }, - "start": 43979, - "end": 43980, + "start": 44459, + "end": 44460, "loc": { "start": { - "line": 1202, + "line": 1209, "column": 21 }, "end": { - "line": 1202, + "line": 1209, "column": 22 } } @@ -376612,15 +379302,15 @@ "updateContext": null }, "value": "let", - "start": 43989, - "end": 43992, + "start": 44469, + "end": 44472, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 8 }, "end": { - "line": 1203, + "line": 1210, "column": 11 } } @@ -376638,15 +379328,15 @@ "binop": null }, "value": "currentTime", - "start": 43993, - "end": 44004, + "start": 44473, + "end": 44484, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 12 }, "end": { - "line": 1203, + "line": 1210, "column": 23 } } @@ -376665,15 +379355,15 @@ "updateContext": null }, "value": "=", - "start": 44005, - "end": 44006, + "start": 44485, + "end": 44486, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 24 }, "end": { - "line": 1203, + "line": 1210, "column": 25 } } @@ -376691,15 +379381,15 @@ "binop": null }, "value": "isNaN", - "start": 44007, - "end": 44012, + "start": 44487, + "end": 44492, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 26 }, "end": { - "line": 1203, + "line": 1210, "column": 31 } } @@ -376716,15 +379406,15 @@ "postfix": false, "binop": null }, - "start": 44012, - "end": 44013, + "start": 44492, + "end": 44493, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 31 }, "end": { - "line": 1203, + "line": 1210, "column": 32 } } @@ -376744,15 +379434,15 @@ "updateContext": null }, "value": "this", - "start": 44013, - "end": 44017, + "start": 44493, + "end": 44497, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 32 }, "end": { - "line": 1203, + "line": 1210, "column": 36 } } @@ -376770,15 +379460,15 @@ "binop": null, "updateContext": null }, - "start": 44017, - "end": 44018, + "start": 44497, + "end": 44498, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 36 }, "end": { - "line": 1203, + "line": 1210, "column": 37 } } @@ -376796,15 +379486,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 44018, - "end": 44035, + "start": 44498, + "end": 44515, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 37 }, "end": { - "line": 1203, + "line": 1210, "column": 54 } } @@ -376821,15 +379511,15 @@ "postfix": false, "binop": null }, - "start": 44035, - "end": 44036, + "start": 44515, + "end": 44516, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 54 }, "end": { - "line": 1203, + "line": 1210, "column": 55 } } @@ -376847,15 +379537,15 @@ "binop": null, "updateContext": null }, - "start": 44037, - "end": 44038, + "start": 44517, + "end": 44518, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 56 }, "end": { - "line": 1203, + "line": 1210, "column": 57 } } @@ -376874,15 +379564,15 @@ "updateContext": null }, "value": 0, - "start": 44039, - "end": 44040, + "start": 44519, + "end": 44520, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 58 }, "end": { - "line": 1203, + "line": 1210, "column": 59 } } @@ -376900,15 +379590,15 @@ "binop": null, "updateContext": null }, - "start": 44041, - "end": 44042, + "start": 44521, + "end": 44522, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 60 }, "end": { - "line": 1203, + "line": 1210, "column": 61 } } @@ -376928,15 +379618,15 @@ "updateContext": null }, "value": "this", - "start": 44043, - "end": 44047, + "start": 44523, + "end": 44527, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 62 }, "end": { - "line": 1203, + "line": 1210, "column": 66 } } @@ -376954,15 +379644,15 @@ "binop": null, "updateContext": null }, - "start": 44047, - "end": 44048, + "start": 44527, + "end": 44528, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 66 }, "end": { - "line": 1203, + "line": 1210, "column": 67 } } @@ -376980,15 +379670,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 44048, - "end": 44065, + "start": 44528, + "end": 44545, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 67 }, "end": { - "line": 1203, + "line": 1210, "column": 84 } } @@ -377006,15 +379696,15 @@ "binop": null, "updateContext": null }, - "start": 44065, - "end": 44066, + "start": 44545, + "end": 44546, "loc": { "start": { - "line": 1203, + "line": 1210, "column": 84 }, "end": { - "line": 1203, + "line": 1210, "column": 85 } } @@ -377034,15 +379724,15 @@ "updateContext": null }, "value": "if", - "start": 44076, - "end": 44078, + "start": 44556, + "end": 44558, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 8 }, "end": { - "line": 1205, + "line": 1212, "column": 10 } } @@ -377059,15 +379749,15 @@ "postfix": false, "binop": null }, - "start": 44079, - "end": 44080, + "start": 44559, + "end": 44560, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 11 }, "end": { - "line": 1205, + "line": 1212, "column": 12 } } @@ -377087,15 +379777,15 @@ "updateContext": null }, "value": "this", - "start": 44080, - "end": 44084, + "start": 44560, + "end": 44564, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 12 }, "end": { - "line": 1205, + "line": 1212, "column": 16 } } @@ -377113,15 +379803,15 @@ "binop": null, "updateContext": null }, - "start": 44084, - "end": 44085, + "start": 44564, + "end": 44565, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 16 }, "end": { - "line": 1205, + "line": 1212, "column": 17 } } @@ -377139,15 +379829,15 @@ "binop": null }, "value": "getRecordType", - "start": 44085, - "end": 44098, + "start": 44565, + "end": 44578, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 17 }, "end": { - "line": 1205, + "line": 1212, "column": 30 } } @@ -377164,15 +379854,15 @@ "postfix": false, "binop": null }, - "start": 44098, - "end": 44099, + "start": 44578, + "end": 44579, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 30 }, "end": { - "line": 1205, + "line": 1212, "column": 31 } } @@ -377189,15 +379879,15 @@ "postfix": false, "binop": null }, - "start": 44099, - "end": 44100, + "start": 44579, + "end": 44580, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 31 }, "end": { - "line": 1205, + "line": 1212, "column": 32 } } @@ -377216,15 +379906,15 @@ "updateContext": null }, "value": "===", - "start": 44101, - "end": 44104, + "start": 44581, + "end": 44584, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 33 }, "end": { - "line": 1205, + "line": 1212, "column": 36 } } @@ -377242,15 +379932,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 44105, - "end": 44115, + "start": 44585, + "end": 44595, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 37 }, "end": { - "line": 1205, + "line": 1212, "column": 47 } } @@ -377267,15 +379957,15 @@ "postfix": false, "binop": null }, - "start": 44115, - "end": 44116, + "start": 44595, + "end": 44596, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 47 }, "end": { - "line": 1205, + "line": 1212, "column": 48 } } @@ -377292,15 +379982,15 @@ "postfix": false, "binop": null }, - "start": 44117, - "end": 44118, + "start": 44597, + "end": 44598, "loc": { "start": { - "line": 1205, + "line": 1212, "column": 49 }, "end": { - "line": 1205, + "line": 1212, "column": 50 } } @@ -377318,15 +380008,15 @@ "binop": null }, "value": "currentTime", - "start": 44131, - "end": 44142, + "start": 44611, + "end": 44622, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 12 }, "end": { - "line": 1206, + "line": 1213, "column": 23 } } @@ -377345,15 +380035,15 @@ "updateContext": null }, "value": "=", - "start": 44143, - "end": 44144, + "start": 44623, + "end": 44624, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 24 }, "end": { - "line": 1206, + "line": 1213, "column": 25 } } @@ -377373,15 +380063,15 @@ "updateContext": null }, "value": "this", - "start": 44145, - "end": 44149, + "start": 44625, + "end": 44629, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 26 }, "end": { - "line": 1206, + "line": 1213, "column": 30 } } @@ -377399,15 +380089,15 @@ "binop": null, "updateContext": null }, - "start": 44149, - "end": 44150, + "start": 44629, + "end": 44630, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 30 }, "end": { - "line": 1206, + "line": 1213, "column": 31 } } @@ -377425,15 +380115,15 @@ "binop": null }, "value": "surfer", - "start": 44150, - "end": 44156, + "start": 44630, + "end": 44636, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 31 }, "end": { - "line": 1206, + "line": 1213, "column": 37 } } @@ -377451,15 +380141,15 @@ "binop": null, "updateContext": null }, - "start": 44156, - "end": 44157, + "start": 44636, + "end": 44637, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 37 }, "end": { - "line": 1206, + "line": 1213, "column": 38 } } @@ -377477,15 +380167,15 @@ "binop": null }, "value": "getCurrentTime", - "start": 44157, - "end": 44171, + "start": 44637, + "end": 44651, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 38 }, "end": { - "line": 1206, + "line": 1213, "column": 52 } } @@ -377502,15 +380192,15 @@ "postfix": false, "binop": null }, - "start": 44171, - "end": 44172, + "start": 44651, + "end": 44652, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 52 }, "end": { - "line": 1206, + "line": 1213, "column": 53 } } @@ -377527,15 +380217,15 @@ "postfix": false, "binop": null }, - "start": 44172, - "end": 44173, + "start": 44652, + "end": 44653, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 53 }, "end": { - "line": 1206, + "line": 1213, "column": 54 } } @@ -377553,15 +380243,15 @@ "binop": null, "updateContext": null }, - "start": 44173, - "end": 44174, + "start": 44653, + "end": 44654, "loc": { "start": { - "line": 1206, + "line": 1213, "column": 54 }, "end": { - "line": 1206, + "line": 1213, "column": 55 } } @@ -377578,15 +380268,15 @@ "postfix": false, "binop": null }, - "start": 44183, - "end": 44184, + "start": 44663, + "end": 44664, "loc": { "start": { - "line": 1207, + "line": 1214, "column": 8 }, "end": { - "line": 1207, + "line": 1214, "column": 9 } } @@ -377606,15 +380296,15 @@ "updateContext": null }, "value": "return", - "start": 44194, - "end": 44200, + "start": 44674, + "end": 44680, "loc": { "start": { - "line": 1209, + "line": 1216, "column": 8 }, "end": { - "line": 1209, + "line": 1216, "column": 14 } } @@ -377632,15 +380322,15 @@ "binop": null }, "value": "currentTime", - "start": 44201, - "end": 44212, + "start": 44681, + "end": 44692, "loc": { "start": { - "line": 1209, + "line": 1216, "column": 15 }, "end": { - "line": 1209, + "line": 1216, "column": 26 } } @@ -377658,15 +380348,15 @@ "binop": null, "updateContext": null }, - "start": 44212, - "end": 44213, + "start": 44692, + "end": 44693, "loc": { "start": { - "line": 1209, + "line": 1216, "column": 26 }, "end": { - "line": 1209, + "line": 1216, "column": 27 } } @@ -377683,15 +380373,15 @@ "postfix": false, "binop": null }, - "start": 44218, - "end": 44219, + "start": 44698, + "end": 44699, "loc": { "start": { - "line": 1210, + "line": 1217, "column": 4 }, "end": { - "line": 1210, + "line": 1217, "column": 5 } } @@ -377699,15 +380389,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n ", - "start": 44225, - "end": 44481, + "start": 44705, + "end": 44961, "loc": { "start": { - "line": 1212, + "line": 1219, "column": 4 }, "end": { - "line": 1219, + "line": 1226, "column": 7 } } @@ -377725,15 +380415,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 44486, - "end": 44500, + "start": 44966, + "end": 44980, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 4 }, "end": { - "line": 1220, + "line": 1227, "column": 18 } } @@ -377750,15 +380440,15 @@ "postfix": false, "binop": null }, - "start": 44500, - "end": 44501, + "start": 44980, + "end": 44981, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 18 }, "end": { - "line": 1220, + "line": 1227, "column": 19 } } @@ -377776,15 +380466,15 @@ "binop": null }, "value": "currentTime", - "start": 44501, - "end": 44512, + "start": 44981, + "end": 44992, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 19 }, "end": { - "line": 1220, + "line": 1227, "column": 30 } } @@ -377802,15 +380492,15 @@ "binop": null, "updateContext": null }, - "start": 44512, - "end": 44513, + "start": 44992, + "end": 44993, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 30 }, "end": { - "line": 1220, + "line": 1227, "column": 31 } } @@ -377828,15 +380518,15 @@ "binop": null }, "value": "duration", - "start": 44514, - "end": 44522, + "start": 44994, + "end": 45002, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 32 }, "end": { - "line": 1220, + "line": 1227, "column": 40 } } @@ -377853,15 +380543,15 @@ "postfix": false, "binop": null }, - "start": 44522, - "end": 44523, + "start": 45002, + "end": 45003, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 40 }, "end": { - "line": 1220, + "line": 1227, "column": 41 } } @@ -377878,15 +380568,15 @@ "postfix": false, "binop": null }, - "start": 44524, - "end": 44525, + "start": 45004, + "end": 45005, "loc": { "start": { - "line": 1220, + "line": 1227, "column": 42 }, "end": { - "line": 1220, + "line": 1227, "column": 43 } } @@ -377904,15 +380594,15 @@ "binop": null }, "value": "currentTime", - "start": 44534, - "end": 44545, + "start": 45014, + "end": 45025, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 8 }, "end": { - "line": 1221, + "line": 1228, "column": 19 } } @@ -377931,15 +380621,15 @@ "updateContext": null }, "value": "=", - "start": 44546, - "end": 44547, + "start": 45026, + "end": 45027, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 20 }, "end": { - "line": 1221, + "line": 1228, "column": 21 } } @@ -377957,15 +380647,15 @@ "binop": null }, "value": "isNaN", - "start": 44548, - "end": 44553, + "start": 45028, + "end": 45033, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 22 }, "end": { - "line": 1221, + "line": 1228, "column": 27 } } @@ -377982,15 +380672,15 @@ "postfix": false, "binop": null }, - "start": 44553, - "end": 44554, + "start": 45033, + "end": 45034, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 27 }, "end": { - "line": 1221, + "line": 1228, "column": 28 } } @@ -378008,15 +380698,15 @@ "binop": null }, "value": "currentTime", - "start": 44554, - "end": 44565, + "start": 45034, + "end": 45045, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 28 }, "end": { - "line": 1221, + "line": 1228, "column": 39 } } @@ -378033,15 +380723,15 @@ "postfix": false, "binop": null }, - "start": 44565, - "end": 44566, + "start": 45045, + "end": 45046, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 39 }, "end": { - "line": 1221, + "line": 1228, "column": 40 } } @@ -378059,15 +380749,15 @@ "binop": null, "updateContext": null }, - "start": 44567, - "end": 44568, + "start": 45047, + "end": 45048, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 41 }, "end": { - "line": 1221, + "line": 1228, "column": 42 } } @@ -378086,15 +380776,15 @@ "updateContext": null }, "value": 0, - "start": 44569, - "end": 44570, + "start": 45049, + "end": 45050, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 43 }, "end": { - "line": 1221, + "line": 1228, "column": 44 } } @@ -378112,15 +380802,15 @@ "binop": null, "updateContext": null }, - "start": 44571, - "end": 44572, + "start": 45051, + "end": 45052, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 45 }, "end": { - "line": 1221, + "line": 1228, "column": 46 } } @@ -378138,15 +380828,15 @@ "binop": null }, "value": "currentTime", - "start": 44573, - "end": 44584, + "start": 45053, + "end": 45064, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 47 }, "end": { - "line": 1221, + "line": 1228, "column": 58 } } @@ -378164,15 +380854,15 @@ "binop": null, "updateContext": null }, - "start": 44584, - "end": 44585, + "start": 45064, + "end": 45065, "loc": { "start": { - "line": 1221, + "line": 1228, "column": 58 }, "end": { - "line": 1221, + "line": 1228, "column": 59 } } @@ -378190,15 +380880,15 @@ "binop": null }, "value": "duration", - "start": 44594, - "end": 44602, + "start": 45074, + "end": 45082, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 8 }, "end": { - "line": 1222, + "line": 1229, "column": 16 } } @@ -378217,15 +380907,15 @@ "updateContext": null }, "value": "=", - "start": 44603, - "end": 44604, + "start": 45083, + "end": 45084, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 17 }, "end": { - "line": 1222, + "line": 1229, "column": 18 } } @@ -378243,15 +380933,15 @@ "binop": null }, "value": "isNaN", - "start": 44605, - "end": 44610, + "start": 45085, + "end": 45090, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 19 }, "end": { - "line": 1222, + "line": 1229, "column": 24 } } @@ -378268,15 +380958,15 @@ "postfix": false, "binop": null }, - "start": 44610, - "end": 44611, + "start": 45090, + "end": 45091, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 24 }, "end": { - "line": 1222, + "line": 1229, "column": 25 } } @@ -378294,15 +380984,15 @@ "binop": null }, "value": "duration", - "start": 44611, - "end": 44619, + "start": 45091, + "end": 45099, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 25 }, "end": { - "line": 1222, + "line": 1229, "column": 33 } } @@ -378319,15 +381009,15 @@ "postfix": false, "binop": null }, - "start": 44619, - "end": 44620, + "start": 45099, + "end": 45100, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 33 }, "end": { - "line": 1222, + "line": 1229, "column": 34 } } @@ -378345,15 +381035,15 @@ "binop": null, "updateContext": null }, - "start": 44621, - "end": 44622, + "start": 45101, + "end": 45102, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 35 }, "end": { - "line": 1222, + "line": 1229, "column": 36 } } @@ -378372,15 +381062,15 @@ "updateContext": null }, "value": 0, - "start": 44623, - "end": 44624, + "start": 45103, + "end": 45104, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 37 }, "end": { - "line": 1222, + "line": 1229, "column": 38 } } @@ -378398,15 +381088,15 @@ "binop": null, "updateContext": null }, - "start": 44625, - "end": 44626, + "start": 45105, + "end": 45106, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 39 }, "end": { - "line": 1222, + "line": 1229, "column": 40 } } @@ -378424,15 +381114,15 @@ "binop": null }, "value": "duration", - "start": 44627, - "end": 44635, + "start": 45107, + "end": 45115, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 41 }, "end": { - "line": 1222, + "line": 1229, "column": 49 } } @@ -378450,15 +381140,15 @@ "binop": null, "updateContext": null }, - "start": 44635, - "end": 44636, + "start": 45115, + "end": 45116, "loc": { "start": { - "line": 1222, + "line": 1229, "column": 49 }, "end": { - "line": 1222, + "line": 1229, "column": 50 } } @@ -378478,15 +381168,15 @@ "updateContext": null }, "value": "switch", - "start": 44646, - "end": 44652, + "start": 45126, + "end": 45132, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 8 }, "end": { - "line": 1224, + "line": 1231, "column": 14 } } @@ -378503,15 +381193,15 @@ "postfix": false, "binop": null }, - "start": 44653, - "end": 44654, + "start": 45133, + "end": 45134, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 15 }, "end": { - "line": 1224, + "line": 1231, "column": 16 } } @@ -378531,15 +381221,15 @@ "updateContext": null }, "value": "this", - "start": 44654, - "end": 44658, + "start": 45134, + "end": 45138, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 16 }, "end": { - "line": 1224, + "line": 1231, "column": 20 } } @@ -378557,15 +381247,15 @@ "binop": null, "updateContext": null }, - "start": 44658, - "end": 44659, + "start": 45138, + "end": 45139, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 20 }, "end": { - "line": 1224, + "line": 1231, "column": 21 } } @@ -378583,15 +381273,15 @@ "binop": null }, "value": "getRecordType", - "start": 44659, - "end": 44672, + "start": 45139, + "end": 45152, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 21 }, "end": { - "line": 1224, + "line": 1231, "column": 34 } } @@ -378608,15 +381298,15 @@ "postfix": false, "binop": null }, - "start": 44672, - "end": 44673, + "start": 45152, + "end": 45153, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 34 }, "end": { - "line": 1224, + "line": 1231, "column": 35 } } @@ -378633,15 +381323,15 @@ "postfix": false, "binop": null }, - "start": 44673, - "end": 44674, + "start": 45153, + "end": 45154, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 35 }, "end": { - "line": 1224, + "line": 1231, "column": 36 } } @@ -378658,15 +381348,15 @@ "postfix": false, "binop": null }, - "start": 44674, - "end": 44675, + "start": 45154, + "end": 45155, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 36 }, "end": { - "line": 1224, + "line": 1231, "column": 37 } } @@ -378683,15 +381373,15 @@ "postfix": false, "binop": null }, - "start": 44676, - "end": 44677, + "start": 45156, + "end": 45157, "loc": { "start": { - "line": 1224, + "line": 1231, "column": 38 }, "end": { - "line": 1224, + "line": 1231, "column": 39 } } @@ -378711,15 +381401,15 @@ "updateContext": null }, "value": "case", - "start": 44690, - "end": 44694, + "start": 45170, + "end": 45174, "loc": { "start": { - "line": 1225, + "line": 1232, "column": 12 }, "end": { - "line": 1225, + "line": 1232, "column": 16 } } @@ -378737,15 +381427,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 44695, - "end": 44705, + "start": 45175, + "end": 45185, "loc": { "start": { - "line": 1225, + "line": 1232, "column": 17 }, "end": { - "line": 1225, + "line": 1232, "column": 27 } } @@ -378763,15 +381453,15 @@ "binop": null, "updateContext": null }, - "start": 44705, - "end": 44706, + "start": 45185, + "end": 45186, "loc": { "start": { - "line": 1225, + "line": 1232, "column": 27 }, "end": { - "line": 1225, + "line": 1232, "column": 28 } } @@ -378791,15 +381481,15 @@ "updateContext": null }, "value": "this", - "start": 44723, - "end": 44727, + "start": 45203, + "end": 45207, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 16 }, "end": { - "line": 1226, + "line": 1233, "column": 20 } } @@ -378817,15 +381507,15 @@ "binop": null, "updateContext": null }, - "start": 44727, - "end": 44728, + "start": 45207, + "end": 45208, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 20 }, "end": { - "line": 1226, + "line": 1233, "column": 21 } } @@ -378843,15 +381533,15 @@ "binop": null }, "value": "surfer", - "start": 44728, - "end": 44734, + "start": 45208, + "end": 45214, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 21 }, "end": { - "line": 1226, + "line": 1233, "column": 27 } } @@ -378869,15 +381559,15 @@ "binop": null, "updateContext": null }, - "start": 44734, - "end": 44735, + "start": 45214, + "end": 45215, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 27 }, "end": { - "line": 1226, + "line": 1233, "column": 28 } } @@ -378895,15 +381585,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 44735, - "end": 44749, + "start": 45215, + "end": 45229, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 28 }, "end": { - "line": 1226, + "line": 1233, "column": 42 } } @@ -378920,15 +381610,15 @@ "postfix": false, "binop": null }, - "start": 44749, - "end": 44750, + "start": 45229, + "end": 45230, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 42 }, "end": { - "line": 1226, + "line": 1233, "column": 43 } } @@ -378946,15 +381636,15 @@ "binop": null }, "value": "currentTime", - "start": 44750, - "end": 44761, + "start": 45230, + "end": 45241, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 43 }, "end": { - "line": 1226, + "line": 1233, "column": 54 } } @@ -378972,15 +381662,15 @@ "binop": null, "updateContext": null }, - "start": 44761, - "end": 44762, + "start": 45241, + "end": 45242, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 54 }, "end": { - "line": 1226, + "line": 1233, "column": 55 } } @@ -378998,15 +381688,15 @@ "binop": null }, "value": "duration", - "start": 44763, - "end": 44771, + "start": 45243, + "end": 45251, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 56 }, "end": { - "line": 1226, + "line": 1233, "column": 64 } } @@ -379023,15 +381713,15 @@ "postfix": false, "binop": null }, - "start": 44771, - "end": 44772, + "start": 45251, + "end": 45252, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 64 }, "end": { - "line": 1226, + "line": 1233, "column": 65 } } @@ -379049,15 +381739,15 @@ "binop": null, "updateContext": null }, - "start": 44772, - "end": 44773, + "start": 45252, + "end": 45253, "loc": { "start": { - "line": 1226, + "line": 1233, "column": 65 }, "end": { - "line": 1226, + "line": 1233, "column": 66 } } @@ -379077,15 +381767,15 @@ "updateContext": null }, "value": "break", - "start": 44790, - "end": 44795, + "start": 45270, + "end": 45275, "loc": { "start": { - "line": 1227, + "line": 1234, "column": 16 }, "end": { - "line": 1227, + "line": 1234, "column": 21 } } @@ -379103,15 +381793,15 @@ "binop": null, "updateContext": null }, - "start": 44795, - "end": 44796, + "start": 45275, + "end": 45276, "loc": { "start": { - "line": 1227, + "line": 1234, "column": 21 }, "end": { - "line": 1227, + "line": 1234, "column": 22 } } @@ -379131,15 +381821,15 @@ "updateContext": null }, "value": "case", - "start": 44810, - "end": 44814, + "start": 45290, + "end": 45294, "loc": { "start": { - "line": 1229, + "line": 1236, "column": 12 }, "end": { - "line": 1229, + "line": 1236, "column": 16 } } @@ -379157,15 +381847,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 44815, - "end": 44825, + "start": 45295, + "end": 45305, "loc": { "start": { - "line": 1229, + "line": 1236, "column": 17 }, "end": { - "line": 1229, + "line": 1236, "column": 27 } } @@ -379183,15 +381873,15 @@ "binop": null, "updateContext": null }, - "start": 44825, - "end": 44826, + "start": 45305, + "end": 45306, "loc": { "start": { - "line": 1229, + "line": 1236, "column": 27 }, "end": { - "line": 1229, + "line": 1236, "column": 28 } } @@ -379211,15 +381901,15 @@ "updateContext": null }, "value": "case", - "start": 44839, - "end": 44843, + "start": 45319, + "end": 45323, "loc": { "start": { - "line": 1230, + "line": 1237, "column": 12 }, "end": { - "line": 1230, + "line": 1237, "column": 16 } } @@ -379237,15 +381927,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 44844, - "end": 44855, + "start": 45324, + "end": 45335, "loc": { "start": { - "line": 1230, + "line": 1237, "column": 17 }, "end": { - "line": 1230, + "line": 1237, "column": 28 } } @@ -379263,15 +381953,15 @@ "binop": null, "updateContext": null }, - "start": 44855, - "end": 44856, + "start": 45335, + "end": 45336, "loc": { "start": { - "line": 1230, + "line": 1237, "column": 28 }, "end": { - "line": 1230, + "line": 1237, "column": 29 } } @@ -379291,15 +381981,15 @@ "updateContext": null }, "value": "case", - "start": 44869, - "end": 44873, + "start": 45349, + "end": 45353, "loc": { "start": { - "line": 1231, + "line": 1238, "column": 12 }, "end": { - "line": 1231, + "line": 1238, "column": 16 } } @@ -379317,15 +382007,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 44874, - "end": 44886, + "start": 45354, + "end": 45366, "loc": { "start": { - "line": 1231, + "line": 1238, "column": 17 }, "end": { - "line": 1231, + "line": 1238, "column": 29 } } @@ -379343,15 +382033,15 @@ "binop": null, "updateContext": null }, - "start": 44886, - "end": 44887, + "start": 45366, + "end": 45367, "loc": { "start": { - "line": 1231, + "line": 1238, "column": 29 }, "end": { - "line": 1231, + "line": 1238, "column": 30 } } @@ -379371,15 +382061,15 @@ "updateContext": null }, "value": "case", - "start": 44900, - "end": 44904, + "start": 45380, + "end": 45384, "loc": { "start": { - "line": 1232, + "line": 1239, "column": 12 }, "end": { - "line": 1232, + "line": 1239, "column": 16 } } @@ -379397,15 +382087,15 @@ "binop": null }, "value": "ANIMATION", - "start": 44905, - "end": 44914, + "start": 45385, + "end": 45394, "loc": { "start": { - "line": 1232, + "line": 1239, "column": 17 }, "end": { - "line": 1232, + "line": 1239, "column": 26 } } @@ -379423,15 +382113,15 @@ "binop": null, "updateContext": null }, - "start": 44914, - "end": 44915, + "start": 45394, + "end": 45395, "loc": { "start": { - "line": 1232, + "line": 1239, "column": 26 }, "end": { - "line": 1232, + "line": 1239, "column": 27 } } @@ -379451,15 +382141,15 @@ "updateContext": null }, "value": "case", - "start": 44928, - "end": 44932, + "start": 45408, + "end": 45412, "loc": { "start": { - "line": 1233, + "line": 1240, "column": 12 }, "end": { - "line": 1233, + "line": 1240, "column": 16 } } @@ -379477,15 +382167,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 44933, - "end": 44944, + "start": 45413, + "end": 45424, "loc": { "start": { - "line": 1233, + "line": 1240, "column": 17 }, "end": { - "line": 1233, + "line": 1240, "column": 28 } } @@ -379503,15 +382193,15 @@ "binop": null, "updateContext": null }, - "start": 44944, - "end": 44945, + "start": 45424, + "end": 45425, "loc": { "start": { - "line": 1233, + "line": 1240, "column": 28 }, "end": { - "line": 1233, + "line": 1240, "column": 29 } } @@ -379531,15 +382221,15 @@ "updateContext": null }, "value": "if", - "start": 44962, - "end": 44964, + "start": 45442, + "end": 45444, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 16 }, "end": { - "line": 1234, + "line": 1241, "column": 18 } } @@ -379556,15 +382246,15 @@ "postfix": false, "binop": null }, - "start": 44965, - "end": 44966, + "start": 45445, + "end": 45446, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 19 }, "end": { - "line": 1234, + "line": 1241, "column": 20 } } @@ -379584,15 +382274,15 @@ "updateContext": null }, "value": "this", - "start": 44966, - "end": 44970, + "start": 45446, + "end": 45450, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 20 }, "end": { - "line": 1234, + "line": 1241, "column": 24 } } @@ -379610,15 +382300,15 @@ "binop": null, "updateContext": null }, - "start": 44970, - "end": 44971, + "start": 45450, + "end": 45451, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 24 }, "end": { - "line": 1234, + "line": 1241, "column": 25 } } @@ -379636,15 +382326,15 @@ "binop": null }, "value": "player", - "start": 44971, - "end": 44977, + "start": 45451, + "end": 45457, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 25 }, "end": { - "line": 1234, + "line": 1241, "column": 31 } } @@ -379662,15 +382352,15 @@ "binop": null, "updateContext": null }, - "start": 44977, - "end": 44978, + "start": 45457, + "end": 45458, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 31 }, "end": { - "line": 1234, + "line": 1241, "column": 32 } } @@ -379688,15 +382378,15 @@ "binop": null }, "value": "controlBar", - "start": 44978, - "end": 44988, + "start": 45458, + "end": 45468, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 32 }, "end": { - "line": 1234, + "line": 1241, "column": 42 } } @@ -379714,15 +382404,15 @@ "binop": null, "updateContext": null }, - "start": 44988, - "end": 44989, + "start": 45468, + "end": 45469, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 42 }, "end": { - "line": 1234, + "line": 1241, "column": 43 } } @@ -379740,15 +382430,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 44989, - "end": 45007, + "start": 45469, + "end": 45487, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 43 }, "end": { - "line": 1234, + "line": 1241, "column": 61 } } @@ -379767,15 +382457,15 @@ "updateContext": null }, "value": "&&", - "start": 45008, - "end": 45010, + "start": 45488, + "end": 45490, "loc": { "start": { - "line": 1234, + "line": 1241, "column": 62 }, "end": { - "line": 1234, + "line": 1241, "column": 64 } } @@ -379795,15 +382485,15 @@ "updateContext": null }, "value": "this", - "start": 45031, - "end": 45035, + "start": 45511, + "end": 45515, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 20 }, "end": { - "line": 1235, + "line": 1242, "column": 24 } } @@ -379821,15 +382511,15 @@ "binop": null, "updateContext": null }, - "start": 45035, - "end": 45036, + "start": 45515, + "end": 45516, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 24 }, "end": { - "line": 1235, + "line": 1242, "column": 25 } } @@ -379847,15 +382537,15 @@ "binop": null }, "value": "player", - "start": 45036, - "end": 45042, + "start": 45516, + "end": 45522, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 25 }, "end": { - "line": 1235, + "line": 1242, "column": 31 } } @@ -379873,15 +382563,15 @@ "binop": null, "updateContext": null }, - "start": 45042, - "end": 45043, + "start": 45522, + "end": 45523, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 31 }, "end": { - "line": 1235, + "line": 1242, "column": 32 } } @@ -379899,15 +382589,15 @@ "binop": null }, "value": "controlBar", - "start": 45043, - "end": 45053, + "start": 45523, + "end": 45533, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 32 }, "end": { - "line": 1235, + "line": 1242, "column": 42 } } @@ -379925,15 +382615,15 @@ "binop": null, "updateContext": null }, - "start": 45053, - "end": 45054, + "start": 45533, + "end": 45534, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 42 }, "end": { - "line": 1235, + "line": 1242, "column": 43 } } @@ -379951,15 +382641,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 45054, - "end": 45072, + "start": 45534, + "end": 45552, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 43 }, "end": { - "line": 1235, + "line": 1242, "column": 61 } } @@ -379977,15 +382667,15 @@ "binop": null, "updateContext": null }, - "start": 45072, - "end": 45073, + "start": 45552, + "end": 45553, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 61 }, "end": { - "line": 1235, + "line": 1242, "column": 62 } } @@ -380003,15 +382693,15 @@ "binop": null }, "value": "contentEl", - "start": 45073, - "end": 45082, + "start": 45553, + "end": 45562, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 62 }, "end": { - "line": 1235, + "line": 1242, "column": 71 } } @@ -380028,15 +382718,15 @@ "postfix": false, "binop": null }, - "start": 45082, - "end": 45083, + "start": 45562, + "end": 45563, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 71 }, "end": { - "line": 1235, + "line": 1242, "column": 72 } } @@ -380053,15 +382743,15 @@ "postfix": false, "binop": null }, - "start": 45083, - "end": 45084, + "start": 45563, + "end": 45564, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 72 }, "end": { - "line": 1235, + "line": 1242, "column": 73 } } @@ -380080,15 +382770,15 @@ "updateContext": null }, "value": "&&", - "start": 45085, - "end": 45087, + "start": 45565, + "end": 45567, "loc": { "start": { - "line": 1235, + "line": 1242, "column": 74 }, "end": { - "line": 1235, + "line": 1242, "column": 76 } } @@ -380108,15 +382798,15 @@ "updateContext": null }, "value": "this", - "start": 45108, - "end": 45112, + "start": 45588, + "end": 45592, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 20 }, "end": { - "line": 1236, + "line": 1243, "column": 24 } } @@ -380134,15 +382824,15 @@ "binop": null, "updateContext": null }, - "start": 45112, - "end": 45113, + "start": 45592, + "end": 45593, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 24 }, "end": { - "line": 1236, + "line": 1243, "column": 25 } } @@ -380160,15 +382850,15 @@ "binop": null }, "value": "player", - "start": 45113, - "end": 45119, + "start": 45593, + "end": 45599, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 25 }, "end": { - "line": 1236, + "line": 1243, "column": 31 } } @@ -380186,15 +382876,15 @@ "binop": null, "updateContext": null }, - "start": 45119, - "end": 45120, + "start": 45599, + "end": 45600, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 31 }, "end": { - "line": 1236, + "line": 1243, "column": 32 } } @@ -380212,15 +382902,15 @@ "binop": null }, "value": "controlBar", - "start": 45120, - "end": 45130, + "start": 45600, + "end": 45610, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 32 }, "end": { - "line": 1236, + "line": 1243, "column": 42 } } @@ -380238,15 +382928,15 @@ "binop": null, "updateContext": null }, - "start": 45130, - "end": 45131, + "start": 45610, + "end": 45611, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 42 }, "end": { - "line": 1236, + "line": 1243, "column": 43 } } @@ -380264,15 +382954,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 45131, - "end": 45149, + "start": 45611, + "end": 45629, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 43 }, "end": { - "line": 1236, + "line": 1243, "column": 61 } } @@ -380290,15 +382980,15 @@ "binop": null, "updateContext": null }, - "start": 45149, - "end": 45150, + "start": 45629, + "end": 45630, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 61 }, "end": { - "line": 1236, + "line": 1243, "column": 62 } } @@ -380316,15 +383006,15 @@ "binop": null }, "value": "contentEl", - "start": 45150, - "end": 45159, + "start": 45630, + "end": 45639, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 62 }, "end": { - "line": 1236, + "line": 1243, "column": 71 } } @@ -380341,15 +383031,15 @@ "postfix": false, "binop": null }, - "start": 45159, - "end": 45160, + "start": 45639, + "end": 45640, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 71 }, "end": { - "line": 1236, + "line": 1243, "column": 72 } } @@ -380366,15 +383056,15 @@ "postfix": false, "binop": null }, - "start": 45160, - "end": 45161, + "start": 45640, + "end": 45641, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 72 }, "end": { - "line": 1236, + "line": 1243, "column": 73 } } @@ -380392,15 +383082,15 @@ "binop": null, "updateContext": null }, - "start": 45161, - "end": 45162, + "start": 45641, + "end": 45642, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 73 }, "end": { - "line": 1236, + "line": 1243, "column": 74 } } @@ -380418,15 +383108,15 @@ "binop": null }, "value": "lastChild", - "start": 45162, - "end": 45171, + "start": 45642, + "end": 45651, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 74 }, "end": { - "line": 1236, + "line": 1243, "column": 83 } } @@ -380443,15 +383133,15 @@ "postfix": false, "binop": null }, - "start": 45171, - "end": 45172, + "start": 45651, + "end": 45652, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 83 }, "end": { - "line": 1236, + "line": 1243, "column": 84 } } @@ -380468,15 +383158,15 @@ "postfix": false, "binop": null }, - "start": 45173, - "end": 45174, + "start": 45653, + "end": 45654, "loc": { "start": { - "line": 1236, + "line": 1243, "column": 85 }, "end": { - "line": 1236, + "line": 1243, "column": 86 } } @@ -380496,15 +383186,15 @@ "updateContext": null }, "value": "this", - "start": 45195, - "end": 45199, + "start": 45675, + "end": 45679, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 20 }, "end": { - "line": 1237, + "line": 1244, "column": 24 } } @@ -380522,15 +383212,15 @@ "binop": null, "updateContext": null }, - "start": 45199, - "end": 45200, + "start": 45679, + "end": 45680, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 24 }, "end": { - "line": 1237, + "line": 1244, "column": 25 } } @@ -380548,15 +383238,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 45200, - "end": 45217, + "start": 45680, + "end": 45697, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 25 }, "end": { - "line": 1237, + "line": 1244, "column": 42 } } @@ -380575,15 +383265,15 @@ "updateContext": null }, "value": "=", - "start": 45218, - "end": 45219, + "start": 45698, + "end": 45699, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 43 }, "end": { - "line": 1237, + "line": 1244, "column": 44 } } @@ -380601,15 +383291,15 @@ "binop": null }, "value": "Math", - "start": 45220, - "end": 45224, + "start": 45700, + "end": 45704, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 45 }, "end": { - "line": 1237, + "line": 1244, "column": 49 } } @@ -380627,15 +383317,15 @@ "binop": null, "updateContext": null }, - "start": 45224, - "end": 45225, + "start": 45704, + "end": 45705, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 49 }, "end": { - "line": 1237, + "line": 1244, "column": 50 } } @@ -380653,15 +383343,15 @@ "binop": null }, "value": "min", - "start": 45225, - "end": 45228, + "start": 45705, + "end": 45708, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 50 }, "end": { - "line": 1237, + "line": 1244, "column": 53 } } @@ -380678,15 +383368,15 @@ "postfix": false, "binop": null }, - "start": 45228, - "end": 45229, + "start": 45708, + "end": 45709, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 53 }, "end": { - "line": 1237, + "line": 1244, "column": 54 } } @@ -380704,15 +383394,15 @@ "binop": null }, "value": "currentTime", - "start": 45229, - "end": 45240, + "start": 45709, + "end": 45720, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 54 }, "end": { - "line": 1237, + "line": 1244, "column": 65 } } @@ -380730,15 +383420,15 @@ "binop": null, "updateContext": null }, - "start": 45240, - "end": 45241, + "start": 45720, + "end": 45721, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 65 }, "end": { - "line": 1237, + "line": 1244, "column": 66 } } @@ -380756,15 +383446,15 @@ "binop": null }, "value": "duration", - "start": 45242, - "end": 45250, + "start": 45722, + "end": 45730, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 67 }, "end": { - "line": 1237, + "line": 1244, "column": 75 } } @@ -380781,15 +383471,15 @@ "postfix": false, "binop": null }, - "start": 45250, - "end": 45251, + "start": 45730, + "end": 45731, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 75 }, "end": { - "line": 1237, + "line": 1244, "column": 76 } } @@ -380807,15 +383497,15 @@ "binop": null, "updateContext": null }, - "start": 45251, - "end": 45252, + "start": 45731, + "end": 45732, "loc": { "start": { - "line": 1237, + "line": 1244, "column": 76 }, "end": { - "line": 1237, + "line": 1244, "column": 77 } } @@ -380823,15 +383513,15 @@ { "type": "CommentLine", "value": " update current time display component", - "start": 45274, - "end": 45314, + "start": 45754, + "end": 45794, "loc": { "start": { - "line": 1239, + "line": 1246, "column": 20 }, "end": { - "line": 1239, + "line": 1246, "column": 60 } } @@ -380851,15 +383541,15 @@ "updateContext": null }, "value": "this", - "start": 45335, - "end": 45339, + "start": 45815, + "end": 45819, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 20 }, "end": { - "line": 1240, + "line": 1247, "column": 24 } } @@ -380877,15 +383567,15 @@ "binop": null, "updateContext": null }, - "start": 45339, - "end": 45340, + "start": 45819, + "end": 45820, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 24 }, "end": { - "line": 1240, + "line": 1247, "column": 25 } } @@ -380903,15 +383593,15 @@ "binop": null }, "value": "player", - "start": 45340, - "end": 45346, + "start": 45820, + "end": 45826, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 25 }, "end": { - "line": 1240, + "line": 1247, "column": 31 } } @@ -380929,15 +383619,15 @@ "binop": null, "updateContext": null }, - "start": 45346, - "end": 45347, + "start": 45826, + "end": 45827, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 31 }, "end": { - "line": 1240, + "line": 1247, "column": 32 } } @@ -380955,15 +383645,15 @@ "binop": null }, "value": "controlBar", - "start": 45347, - "end": 45357, + "start": 45827, + "end": 45837, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 32 }, "end": { - "line": 1240, + "line": 1247, "column": 42 } } @@ -380981,15 +383671,15 @@ "binop": null, "updateContext": null }, - "start": 45357, - "end": 45358, + "start": 45837, + "end": 45838, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 42 }, "end": { - "line": 1240, + "line": 1247, "column": 43 } } @@ -381007,15 +383697,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 45358, - "end": 45376, + "start": 45838, + "end": 45856, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 43 }, "end": { - "line": 1240, + "line": 1247, "column": 61 } } @@ -381033,15 +383723,15 @@ "binop": null, "updateContext": null }, - "start": 45376, - "end": 45377, + "start": 45856, + "end": 45857, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 61 }, "end": { - "line": 1240, + "line": 1247, "column": 62 } } @@ -381059,15 +383749,15 @@ "binop": null }, "value": "formattedTime_", - "start": 45377, - "end": 45391, + "start": 45857, + "end": 45871, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 62 }, "end": { - "line": 1240, + "line": 1247, "column": 76 } } @@ -381086,15 +383776,15 @@ "updateContext": null }, "value": "=", - "start": 45392, - "end": 45393, + "start": 45872, + "end": 45873, "loc": { "start": { - "line": 1240, + "line": 1247, "column": 77 }, "end": { - "line": 1240, + "line": 1247, "column": 78 } } @@ -381114,15 +383804,15 @@ "updateContext": null }, "value": "this", - "start": 45418, - "end": 45422, + "start": 45898, + "end": 45902, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 24 }, "end": { - "line": 1241, + "line": 1248, "column": 28 } } @@ -381140,15 +383830,15 @@ "binop": null, "updateContext": null }, - "start": 45422, - "end": 45423, + "start": 45902, + "end": 45903, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 28 }, "end": { - "line": 1241, + "line": 1248, "column": 29 } } @@ -381166,15 +383856,15 @@ "binop": null }, "value": "player", - "start": 45423, - "end": 45429, + "start": 45903, + "end": 45909, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 29 }, "end": { - "line": 1241, + "line": 1248, "column": 35 } } @@ -381192,15 +383882,15 @@ "binop": null, "updateContext": null }, - "start": 45429, - "end": 45430, + "start": 45909, + "end": 45910, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 35 }, "end": { - "line": 1241, + "line": 1248, "column": 36 } } @@ -381218,15 +383908,15 @@ "binop": null }, "value": "controlBar", - "start": 45430, - "end": 45440, + "start": 45910, + "end": 45920, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 36 }, "end": { - "line": 1241, + "line": 1248, "column": 46 } } @@ -381244,15 +383934,15 @@ "binop": null, "updateContext": null }, - "start": 45440, - "end": 45441, + "start": 45920, + "end": 45921, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 46 }, "end": { - "line": 1241, + "line": 1248, "column": 47 } } @@ -381270,15 +383960,15 @@ "binop": null }, "value": "currentTimeDisplay", - "start": 45441, - "end": 45459, + "start": 45921, + "end": 45939, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 47 }, "end": { - "line": 1241, + "line": 1248, "column": 65 } } @@ -381296,15 +383986,15 @@ "binop": null, "updateContext": null }, - "start": 45459, - "end": 45460, + "start": 45939, + "end": 45940, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 65 }, "end": { - "line": 1241, + "line": 1248, "column": 66 } } @@ -381322,15 +384012,15 @@ "binop": null }, "value": "contentEl", - "start": 45460, - "end": 45469, + "start": 45940, + "end": 45949, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 66 }, "end": { - "line": 1241, + "line": 1248, "column": 75 } } @@ -381347,15 +384037,15 @@ "postfix": false, "binop": null }, - "start": 45469, - "end": 45470, + "start": 45949, + "end": 45950, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 75 }, "end": { - "line": 1241, + "line": 1248, "column": 76 } } @@ -381372,15 +384062,15 @@ "postfix": false, "binop": null }, - "start": 45470, - "end": 45471, + "start": 45950, + "end": 45951, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 76 }, "end": { - "line": 1241, + "line": 1248, "column": 77 } } @@ -381398,15 +384088,15 @@ "binop": null, "updateContext": null }, - "start": 45471, - "end": 45472, + "start": 45951, + "end": 45952, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 77 }, "end": { - "line": 1241, + "line": 1248, "column": 78 } } @@ -381424,15 +384114,15 @@ "binop": null }, "value": "lastChild", - "start": 45472, - "end": 45481, + "start": 45952, + "end": 45961, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 78 }, "end": { - "line": 1241, + "line": 1248, "column": 87 } } @@ -381450,15 +384140,15 @@ "binop": null, "updateContext": null }, - "start": 45481, - "end": 45482, + "start": 45961, + "end": 45962, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 87 }, "end": { - "line": 1241, + "line": 1248, "column": 88 } } @@ -381476,15 +384166,15 @@ "binop": null }, "value": "textContent", - "start": 45482, - "end": 45493, + "start": 45962, + "end": 45973, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 88 }, "end": { - "line": 1241, + "line": 1248, "column": 99 } } @@ -381503,15 +384193,15 @@ "updateContext": null }, "value": "=", - "start": 45494, - "end": 45495, + "start": 45974, + "end": 45975, "loc": { "start": { - "line": 1241, + "line": 1248, "column": 100 }, "end": { - "line": 1241, + "line": 1248, "column": 101 } } @@ -381531,15 +384221,15 @@ "updateContext": null }, "value": "this", - "start": 45524, - "end": 45528, + "start": 46004, + "end": 46008, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 28 }, "end": { - "line": 1242, + "line": 1249, "column": 32 } } @@ -381557,15 +384247,15 @@ "binop": null, "updateContext": null }, - "start": 45528, - "end": 45529, + "start": 46008, + "end": 46009, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 32 }, "end": { - "line": 1242, + "line": 1249, "column": 33 } } @@ -381583,15 +384273,15 @@ "binop": null }, "value": "_formatTime", - "start": 45529, - "end": 45540, + "start": 46009, + "end": 46020, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 33 }, "end": { - "line": 1242, + "line": 1249, "column": 44 } } @@ -381608,15 +384298,15 @@ "postfix": false, "binop": null }, - "start": 45540, - "end": 45541, + "start": 46020, + "end": 46021, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 44 }, "end": { - "line": 1242, + "line": 1249, "column": 45 } } @@ -381636,15 +384326,15 @@ "updateContext": null }, "value": "this", - "start": 45541, - "end": 45545, + "start": 46021, + "end": 46025, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 45 }, "end": { - "line": 1242, + "line": 1249, "column": 49 } } @@ -381662,15 +384352,15 @@ "binop": null, "updateContext": null }, - "start": 45545, - "end": 45546, + "start": 46025, + "end": 46026, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 49 }, "end": { - "line": 1242, + "line": 1249, "column": 50 } } @@ -381688,15 +384378,15 @@ "binop": null }, "value": "streamCurrentTime", - "start": 45546, - "end": 45563, + "start": 46026, + "end": 46043, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 50 }, "end": { - "line": 1242, + "line": 1249, "column": 67 } } @@ -381714,15 +384404,15 @@ "binop": null, "updateContext": null }, - "start": 45563, - "end": 45564, + "start": 46043, + "end": 46044, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 67 }, "end": { - "line": 1242, + "line": 1249, "column": 68 } } @@ -381740,15 +384430,15 @@ "binop": null }, "value": "duration", - "start": 45565, - "end": 45573, + "start": 46045, + "end": 46053, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 69 }, "end": { - "line": 1242, + "line": 1249, "column": 77 } } @@ -381766,15 +384456,15 @@ "binop": null, "updateContext": null }, - "start": 45573, - "end": 45574, + "start": 46053, + "end": 46054, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 77 }, "end": { - "line": 1242, + "line": 1249, "column": 78 } } @@ -381794,15 +384484,15 @@ "updateContext": null }, "value": "this", - "start": 45575, - "end": 45579, + "start": 46055, + "end": 46059, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 79 }, "end": { - "line": 1242, + "line": 1249, "column": 83 } } @@ -381820,15 +384510,15 @@ "binop": null, "updateContext": null }, - "start": 45579, - "end": 45580, + "start": 46059, + "end": 46060, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 83 }, "end": { - "line": 1242, + "line": 1249, "column": 84 } } @@ -381846,15 +384536,15 @@ "binop": null }, "value": "displayMilliseconds", - "start": 45580, - "end": 45599, + "start": 46060, + "end": 46079, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 84 }, "end": { - "line": 1242, + "line": 1249, "column": 103 } } @@ -381871,15 +384561,15 @@ "postfix": false, "binop": null }, - "start": 45599, - "end": 45600, + "start": 46079, + "end": 46080, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 103 }, "end": { - "line": 1242, + "line": 1249, "column": 104 } } @@ -381897,15 +384587,15 @@ "binop": null, "updateContext": null }, - "start": 45600, - "end": 45601, + "start": 46080, + "end": 46081, "loc": { "start": { - "line": 1242, + "line": 1249, "column": 104 }, "end": { - "line": 1242, + "line": 1249, "column": 105 } } @@ -381922,15 +384612,15 @@ "postfix": false, "binop": null }, - "start": 45618, - "end": 45619, + "start": 46098, + "end": 46099, "loc": { "start": { - "line": 1243, + "line": 1250, "column": 16 }, "end": { - "line": 1243, + "line": 1250, "column": 17 } } @@ -381950,15 +384640,15 @@ "updateContext": null }, "value": "break", - "start": 45636, - "end": 45641, + "start": 46116, + "end": 46121, "loc": { "start": { - "line": 1244, + "line": 1251, "column": 16 }, "end": { - "line": 1244, + "line": 1251, "column": 21 } } @@ -381976,15 +384666,15 @@ "binop": null, "updateContext": null }, - "start": 45641, - "end": 45642, + "start": 46121, + "end": 46122, "loc": { "start": { - "line": 1244, + "line": 1251, "column": 21 }, "end": { - "line": 1244, + "line": 1251, "column": 22 } } @@ -382001,15 +384691,15 @@ "postfix": false, "binop": null }, - "start": 45651, - "end": 45652, + "start": 46131, + "end": 46132, "loc": { "start": { - "line": 1245, + "line": 1252, "column": 8 }, "end": { - "line": 1245, + "line": 1252, "column": 9 } } @@ -382026,15 +384716,15 @@ "postfix": false, "binop": null }, - "start": 45657, - "end": 45658, + "start": 46137, + "end": 46138, "loc": { "start": { - "line": 1246, + "line": 1253, "column": 4 }, "end": { - "line": 1246, + "line": 1253, "column": 5 } } @@ -382042,15 +384732,15 @@ { "type": "CommentBlock", "value": "*\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n ", - "start": 45664, - "end": 45856, + "start": 46144, + "end": 46336, "loc": { "start": { - "line": 1248, + "line": 1255, "column": 4 }, "end": { - "line": 1254, + "line": 1261, "column": 7 } } @@ -382068,15 +384758,15 @@ "binop": null }, "value": "getDuration", - "start": 45861, - "end": 45872, + "start": 46341, + "end": 46352, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 4 }, "end": { - "line": 1255, + "line": 1262, "column": 15 } } @@ -382093,15 +384783,15 @@ "postfix": false, "binop": null }, - "start": 45872, - "end": 45873, + "start": 46352, + "end": 46353, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 15 }, "end": { - "line": 1255, + "line": 1262, "column": 16 } } @@ -382118,15 +384808,15 @@ "postfix": false, "binop": null }, - "start": 45873, - "end": 45874, + "start": 46353, + "end": 46354, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 16 }, "end": { - "line": 1255, + "line": 1262, "column": 17 } } @@ -382143,15 +384833,15 @@ "postfix": false, "binop": null }, - "start": 45875, - "end": 45876, + "start": 46355, + "end": 46356, "loc": { "start": { - "line": 1255, + "line": 1262, "column": 18 }, "end": { - "line": 1255, + "line": 1262, "column": 19 } } @@ -382171,15 +384861,15 @@ "updateContext": null }, "value": "let", - "start": 45885, - "end": 45888, + "start": 46365, + "end": 46368, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 8 }, "end": { - "line": 1256, + "line": 1263, "column": 11 } } @@ -382197,15 +384887,15 @@ "binop": null }, "value": "duration", - "start": 45889, - "end": 45897, + "start": 46369, + "end": 46377, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 12 }, "end": { - "line": 1256, + "line": 1263, "column": 20 } } @@ -382224,15 +384914,15 @@ "updateContext": null }, "value": "=", - "start": 45898, - "end": 45899, + "start": 46378, + "end": 46379, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 21 }, "end": { - "line": 1256, + "line": 1263, "column": 22 } } @@ -382250,15 +384940,15 @@ "binop": null }, "value": "isNaN", - "start": 45900, - "end": 45905, + "start": 46380, + "end": 46385, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 23 }, "end": { - "line": 1256, + "line": 1263, "column": 28 } } @@ -382275,15 +384965,15 @@ "postfix": false, "binop": null }, - "start": 45905, - "end": 45906, + "start": 46385, + "end": 46386, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 28 }, "end": { - "line": 1256, + "line": 1263, "column": 29 } } @@ -382303,15 +384993,15 @@ "updateContext": null }, "value": "this", - "start": 45906, - "end": 45910, + "start": 46386, + "end": 46390, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 29 }, "end": { - "line": 1256, + "line": 1263, "column": 33 } } @@ -382329,15 +385019,15 @@ "binop": null, "updateContext": null }, - "start": 45910, - "end": 45911, + "start": 46390, + "end": 46391, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 33 }, "end": { - "line": 1256, + "line": 1263, "column": 34 } } @@ -382355,15 +385045,15 @@ "binop": null }, "value": "streamDuration", - "start": 45911, - "end": 45925, + "start": 46391, + "end": 46405, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 34 }, "end": { - "line": 1256, + "line": 1263, "column": 48 } } @@ -382380,15 +385070,15 @@ "postfix": false, "binop": null }, - "start": 45925, - "end": 45926, + "start": 46405, + "end": 46406, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 48 }, "end": { - "line": 1256, + "line": 1263, "column": 49 } } @@ -382406,15 +385096,15 @@ "binop": null, "updateContext": null }, - "start": 45927, - "end": 45928, + "start": 46407, + "end": 46408, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 50 }, "end": { - "line": 1256, + "line": 1263, "column": 51 } } @@ -382433,15 +385123,15 @@ "updateContext": null }, "value": 0, - "start": 45929, - "end": 45930, + "start": 46409, + "end": 46410, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 52 }, "end": { - "line": 1256, + "line": 1263, "column": 53 } } @@ -382459,15 +385149,15 @@ "binop": null, "updateContext": null }, - "start": 45931, - "end": 45932, + "start": 46411, + "end": 46412, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 54 }, "end": { - "line": 1256, + "line": 1263, "column": 55 } } @@ -382487,15 +385177,15 @@ "updateContext": null }, "value": "this", - "start": 45933, - "end": 45937, + "start": 46413, + "end": 46417, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 56 }, "end": { - "line": 1256, + "line": 1263, "column": 60 } } @@ -382513,15 +385203,15 @@ "binop": null, "updateContext": null }, - "start": 45937, - "end": 45938, + "start": 46417, + "end": 46418, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 60 }, "end": { - "line": 1256, + "line": 1263, "column": 61 } } @@ -382539,15 +385229,15 @@ "binop": null }, "value": "streamDuration", - "start": 45938, - "end": 45952, + "start": 46418, + "end": 46432, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 61 }, "end": { - "line": 1256, + "line": 1263, "column": 75 } } @@ -382565,15 +385255,15 @@ "binop": null, "updateContext": null }, - "start": 45952, - "end": 45953, + "start": 46432, + "end": 46433, "loc": { "start": { - "line": 1256, + "line": 1263, "column": 75 }, "end": { - "line": 1256, + "line": 1263, "column": 76 } } @@ -382593,15 +385283,15 @@ "updateContext": null }, "value": "return", - "start": 45963, - "end": 45969, + "start": 46443, + "end": 46449, "loc": { "start": { - "line": 1258, + "line": 1265, "column": 8 }, "end": { - "line": 1258, + "line": 1265, "column": 14 } } @@ -382619,15 +385309,15 @@ "binop": null }, "value": "duration", - "start": 45970, - "end": 45978, + "start": 46450, + "end": 46458, "loc": { "start": { - "line": 1258, + "line": 1265, "column": 15 }, "end": { - "line": 1258, + "line": 1265, "column": 23 } } @@ -382645,15 +385335,15 @@ "binop": null, "updateContext": null }, - "start": 45978, - "end": 45979, + "start": 46458, + "end": 46459, "loc": { "start": { - "line": 1258, + "line": 1265, "column": 23 }, "end": { - "line": 1258, + "line": 1265, "column": 24 } } @@ -382670,15 +385360,15 @@ "postfix": false, "binop": null }, - "start": 45984, - "end": 45985, + "start": 46464, + "end": 46465, "loc": { "start": { - "line": 1259, + "line": 1266, "column": 4 }, "end": { - "line": 1259, + "line": 1266, "column": 5 } } @@ -382686,15 +385376,15 @@ { "type": "CommentBlock", "value": "*\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n ", - "start": 45991, - "end": 46150, + "start": 46471, + "end": 46630, "loc": { "start": { - "line": 1261, + "line": 1268, "column": 4 }, "end": { - "line": 1266, + "line": 1273, "column": 7 } } @@ -382712,15 +385402,15 @@ "binop": null }, "value": "setDuration", - "start": 46155, - "end": 46166, + "start": 46635, + "end": 46646, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 4 }, "end": { - "line": 1267, + "line": 1274, "column": 15 } } @@ -382737,15 +385427,15 @@ "postfix": false, "binop": null }, - "start": 46166, - "end": 46167, + "start": 46646, + "end": 46647, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 15 }, "end": { - "line": 1267, + "line": 1274, "column": 16 } } @@ -382763,15 +385453,15 @@ "binop": null }, "value": "duration", - "start": 46167, - "end": 46175, + "start": 46647, + "end": 46655, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 16 }, "end": { - "line": 1267, + "line": 1274, "column": 24 } } @@ -382788,15 +385478,15 @@ "postfix": false, "binop": null }, - "start": 46175, - "end": 46176, + "start": 46655, + "end": 46656, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 24 }, "end": { - "line": 1267, + "line": 1274, "column": 25 } } @@ -382813,15 +385503,15 @@ "postfix": false, "binop": null }, - "start": 46177, - "end": 46178, + "start": 46657, + "end": 46658, "loc": { "start": { - "line": 1267, + "line": 1274, "column": 26 }, "end": { - "line": 1267, + "line": 1274, "column": 27 } } @@ -382839,15 +385529,15 @@ "binop": null }, "value": "duration", - "start": 46187, - "end": 46195, + "start": 46667, + "end": 46675, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 8 }, "end": { - "line": 1268, + "line": 1275, "column": 16 } } @@ -382866,15 +385556,15 @@ "updateContext": null }, "value": "=", - "start": 46196, - "end": 46197, + "start": 46676, + "end": 46677, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 17 }, "end": { - "line": 1268, + "line": 1275, "column": 18 } } @@ -382892,15 +385582,15 @@ "binop": null }, "value": "isNaN", - "start": 46198, - "end": 46203, + "start": 46678, + "end": 46683, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 19 }, "end": { - "line": 1268, + "line": 1275, "column": 24 } } @@ -382917,15 +385607,15 @@ "postfix": false, "binop": null }, - "start": 46203, - "end": 46204, + "start": 46683, + "end": 46684, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 24 }, "end": { - "line": 1268, + "line": 1275, "column": 25 } } @@ -382943,15 +385633,15 @@ "binop": null }, "value": "duration", - "start": 46204, - "end": 46212, + "start": 46684, + "end": 46692, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 25 }, "end": { - "line": 1268, + "line": 1275, "column": 33 } } @@ -382968,15 +385658,15 @@ "postfix": false, "binop": null }, - "start": 46212, - "end": 46213, + "start": 46692, + "end": 46693, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 33 }, "end": { - "line": 1268, + "line": 1275, "column": 34 } } @@ -382994,15 +385684,15 @@ "binop": null, "updateContext": null }, - "start": 46214, - "end": 46215, + "start": 46694, + "end": 46695, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 35 }, "end": { - "line": 1268, + "line": 1275, "column": 36 } } @@ -383021,15 +385711,15 @@ "updateContext": null }, "value": 0, - "start": 46216, - "end": 46217, + "start": 46696, + "end": 46697, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 37 }, "end": { - "line": 1268, + "line": 1275, "column": 38 } } @@ -383047,15 +385737,15 @@ "binop": null, "updateContext": null }, - "start": 46218, - "end": 46219, + "start": 46698, + "end": 46699, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 39 }, "end": { - "line": 1268, + "line": 1275, "column": 40 } } @@ -383073,15 +385763,15 @@ "binop": null }, "value": "duration", - "start": 46220, - "end": 46228, + "start": 46700, + "end": 46708, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 41 }, "end": { - "line": 1268, + "line": 1275, "column": 49 } } @@ -383099,15 +385789,15 @@ "binop": null, "updateContext": null }, - "start": 46228, - "end": 46229, + "start": 46708, + "end": 46709, "loc": { "start": { - "line": 1268, + "line": 1275, "column": 49 }, "end": { - "line": 1268, + "line": 1275, "column": 50 } } @@ -383127,15 +385817,15 @@ "updateContext": null }, "value": "switch", - "start": 46239, - "end": 46245, + "start": 46719, + "end": 46725, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 8 }, "end": { - "line": 1270, + "line": 1277, "column": 14 } } @@ -383152,15 +385842,15 @@ "postfix": false, "binop": null }, - "start": 46246, - "end": 46247, + "start": 46726, + "end": 46727, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 15 }, "end": { - "line": 1270, + "line": 1277, "column": 16 } } @@ -383180,15 +385870,15 @@ "updateContext": null }, "value": "this", - "start": 46247, - "end": 46251, + "start": 46727, + "end": 46731, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 16 }, "end": { - "line": 1270, + "line": 1277, "column": 20 } } @@ -383206,15 +385896,15 @@ "binop": null, "updateContext": null }, - "start": 46251, - "end": 46252, + "start": 46731, + "end": 46732, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 20 }, "end": { - "line": 1270, + "line": 1277, "column": 21 } } @@ -383232,15 +385922,15 @@ "binop": null }, "value": "getRecordType", - "start": 46252, - "end": 46265, + "start": 46732, + "end": 46745, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 21 }, "end": { - "line": 1270, + "line": 1277, "column": 34 } } @@ -383257,15 +385947,15 @@ "postfix": false, "binop": null }, - "start": 46265, - "end": 46266, + "start": 46745, + "end": 46746, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 34 }, "end": { - "line": 1270, + "line": 1277, "column": 35 } } @@ -383282,15 +385972,15 @@ "postfix": false, "binop": null }, - "start": 46266, - "end": 46267, + "start": 46746, + "end": 46747, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 35 }, "end": { - "line": 1270, + "line": 1277, "column": 36 } } @@ -383307,15 +385997,15 @@ "postfix": false, "binop": null }, - "start": 46267, - "end": 46268, + "start": 46747, + "end": 46748, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 36 }, "end": { - "line": 1270, + "line": 1277, "column": 37 } } @@ -383332,15 +386022,15 @@ "postfix": false, "binop": null }, - "start": 46269, - "end": 46270, + "start": 46749, + "end": 46750, "loc": { "start": { - "line": 1270, + "line": 1277, "column": 38 }, "end": { - "line": 1270, + "line": 1277, "column": 39 } } @@ -383360,15 +386050,15 @@ "updateContext": null }, "value": "case", - "start": 46283, - "end": 46287, + "start": 46763, + "end": 46767, "loc": { "start": { - "line": 1271, + "line": 1278, "column": 12 }, "end": { - "line": 1271, + "line": 1278, "column": 16 } } @@ -383386,15 +386076,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 46288, - "end": 46298, + "start": 46768, + "end": 46778, "loc": { "start": { - "line": 1271, + "line": 1278, "column": 17 }, "end": { - "line": 1271, + "line": 1278, "column": 27 } } @@ -383412,15 +386102,15 @@ "binop": null, "updateContext": null }, - "start": 46298, - "end": 46299, + "start": 46778, + "end": 46779, "loc": { "start": { - "line": 1271, + "line": 1278, "column": 27 }, "end": { - "line": 1271, + "line": 1278, "column": 28 } } @@ -383440,15 +386130,15 @@ "updateContext": null }, "value": "this", - "start": 46316, - "end": 46320, + "start": 46796, + "end": 46800, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 16 }, "end": { - "line": 1272, + "line": 1279, "column": 20 } } @@ -383466,15 +386156,15 @@ "binop": null, "updateContext": null }, - "start": 46320, - "end": 46321, + "start": 46800, + "end": 46801, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 20 }, "end": { - "line": 1272, + "line": 1279, "column": 21 } } @@ -383492,15 +386182,15 @@ "binop": null }, "value": "surfer", - "start": 46321, - "end": 46327, + "start": 46801, + "end": 46807, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 21 }, "end": { - "line": 1272, + "line": 1279, "column": 27 } } @@ -383518,15 +386208,15 @@ "binop": null, "updateContext": null }, - "start": 46327, - "end": 46328, + "start": 46807, + "end": 46808, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 27 }, "end": { - "line": 1272, + "line": 1279, "column": 28 } } @@ -383544,15 +386234,15 @@ "binop": null }, "value": "setDuration", - "start": 46328, - "end": 46339, + "start": 46808, + "end": 46819, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 28 }, "end": { - "line": 1272, + "line": 1279, "column": 39 } } @@ -383569,15 +386259,15 @@ "postfix": false, "binop": null }, - "start": 46339, - "end": 46340, + "start": 46819, + "end": 46820, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 39 }, "end": { - "line": 1272, + "line": 1279, "column": 40 } } @@ -383595,15 +386285,15 @@ "binop": null }, "value": "duration", - "start": 46340, - "end": 46348, + "start": 46820, + "end": 46828, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 40 }, "end": { - "line": 1272, + "line": 1279, "column": 48 } } @@ -383620,15 +386310,15 @@ "postfix": false, "binop": null }, - "start": 46348, - "end": 46349, + "start": 46828, + "end": 46829, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 48 }, "end": { - "line": 1272, + "line": 1279, "column": 49 } } @@ -383646,15 +386336,15 @@ "binop": null, "updateContext": null }, - "start": 46349, - "end": 46350, + "start": 46829, + "end": 46830, "loc": { "start": { - "line": 1272, + "line": 1279, "column": 49 }, "end": { - "line": 1272, + "line": 1279, "column": 50 } } @@ -383674,15 +386364,15 @@ "updateContext": null }, "value": "break", - "start": 46367, - "end": 46372, + "start": 46847, + "end": 46852, "loc": { "start": { - "line": 1273, + "line": 1280, "column": 16 }, "end": { - "line": 1273, + "line": 1280, "column": 21 } } @@ -383700,15 +386390,15 @@ "binop": null, "updateContext": null }, - "start": 46372, - "end": 46373, + "start": 46852, + "end": 46853, "loc": { "start": { - "line": 1273, + "line": 1280, "column": 21 }, "end": { - "line": 1273, + "line": 1280, "column": 22 } } @@ -383728,15 +386418,15 @@ "updateContext": null }, "value": "case", - "start": 46387, - "end": 46391, + "start": 46867, + "end": 46871, "loc": { "start": { - "line": 1275, + "line": 1282, "column": 12 }, "end": { - "line": 1275, + "line": 1282, "column": 16 } } @@ -383754,15 +386444,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 46392, - "end": 46402, + "start": 46872, + "end": 46882, "loc": { "start": { - "line": 1275, + "line": 1282, "column": 17 }, "end": { - "line": 1275, + "line": 1282, "column": 27 } } @@ -383780,15 +386470,15 @@ "binop": null, "updateContext": null }, - "start": 46402, - "end": 46403, + "start": 46882, + "end": 46883, "loc": { "start": { - "line": 1275, + "line": 1282, "column": 27 }, "end": { - "line": 1275, + "line": 1282, "column": 28 } } @@ -383808,15 +386498,15 @@ "updateContext": null }, "value": "case", - "start": 46416, - "end": 46420, + "start": 46896, + "end": 46900, "loc": { "start": { - "line": 1276, + "line": 1283, "column": 12 }, "end": { - "line": 1276, + "line": 1283, "column": 16 } } @@ -383834,15 +386524,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 46421, - "end": 46432, + "start": 46901, + "end": 46912, "loc": { "start": { - "line": 1276, + "line": 1283, "column": 17 }, "end": { - "line": 1276, + "line": 1283, "column": 28 } } @@ -383860,15 +386550,15 @@ "binop": null, "updateContext": null }, - "start": 46432, - "end": 46433, + "start": 46912, + "end": 46913, "loc": { "start": { - "line": 1276, + "line": 1283, "column": 28 }, "end": { - "line": 1276, + "line": 1283, "column": 29 } } @@ -383888,15 +386578,15 @@ "updateContext": null }, "value": "case", - "start": 46446, - "end": 46450, + "start": 46926, + "end": 46930, "loc": { "start": { - "line": 1277, + "line": 1284, "column": 12 }, "end": { - "line": 1277, + "line": 1284, "column": 16 } } @@ -383914,15 +386604,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 46451, - "end": 46463, + "start": 46931, + "end": 46943, "loc": { "start": { - "line": 1277, + "line": 1284, "column": 17 }, "end": { - "line": 1277, + "line": 1284, "column": 29 } } @@ -383940,15 +386630,15 @@ "binop": null, "updateContext": null }, - "start": 46463, - "end": 46464, + "start": 46943, + "end": 46944, "loc": { "start": { - "line": 1277, + "line": 1284, "column": 29 }, "end": { - "line": 1277, + "line": 1284, "column": 30 } } @@ -383968,15 +386658,15 @@ "updateContext": null }, "value": "case", - "start": 46477, - "end": 46481, + "start": 46957, + "end": 46961, "loc": { "start": { - "line": 1278, + "line": 1285, "column": 12 }, "end": { - "line": 1278, + "line": 1285, "column": 16 } } @@ -383994,15 +386684,15 @@ "binop": null }, "value": "ANIMATION", - "start": 46482, - "end": 46491, + "start": 46962, + "end": 46971, "loc": { "start": { - "line": 1278, + "line": 1285, "column": 17 }, "end": { - "line": 1278, + "line": 1285, "column": 26 } } @@ -384020,15 +386710,15 @@ "binop": null, "updateContext": null }, - "start": 46491, - "end": 46492, + "start": 46971, + "end": 46972, "loc": { "start": { - "line": 1278, + "line": 1285, "column": 26 }, "end": { - "line": 1278, + "line": 1285, "column": 27 } } @@ -384048,15 +386738,15 @@ "updateContext": null }, "value": "case", - "start": 46505, - "end": 46509, + "start": 46985, + "end": 46989, "loc": { "start": { - "line": 1279, + "line": 1286, "column": 12 }, "end": { - "line": 1279, + "line": 1286, "column": 16 } } @@ -384074,15 +386764,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 46510, - "end": 46521, + "start": 46990, + "end": 47001, "loc": { "start": { - "line": 1279, + "line": 1286, "column": 17 }, "end": { - "line": 1279, + "line": 1286, "column": 28 } } @@ -384100,15 +386790,15 @@ "binop": null, "updateContext": null }, - "start": 46521, - "end": 46522, + "start": 47001, + "end": 47002, "loc": { "start": { - "line": 1279, + "line": 1286, "column": 28 }, "end": { - "line": 1279, + "line": 1286, "column": 29 } } @@ -384116,15 +386806,15 @@ { "type": "CommentLine", "value": " update duration display component", - "start": 46539, - "end": 46575, + "start": 47019, + "end": 47055, "loc": { "start": { - "line": 1280, + "line": 1287, "column": 16 }, "end": { - "line": 1280, + "line": 1287, "column": 52 } } @@ -384144,15 +386834,15 @@ "updateContext": null }, "value": "if", - "start": 46592, - "end": 46594, + "start": 47072, + "end": 47074, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 16 }, "end": { - "line": 1281, + "line": 1288, "column": 18 } } @@ -384169,15 +386859,15 @@ "postfix": false, "binop": null }, - "start": 46595, - "end": 46596, + "start": 47075, + "end": 47076, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 19 }, "end": { - "line": 1281, + "line": 1288, "column": 20 } } @@ -384197,15 +386887,15 @@ "updateContext": null }, "value": "this", - "start": 46596, - "end": 46600, + "start": 47076, + "end": 47080, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 20 }, "end": { - "line": 1281, + "line": 1288, "column": 24 } } @@ -384223,15 +386913,15 @@ "binop": null, "updateContext": null }, - "start": 46600, - "end": 46601, + "start": 47080, + "end": 47081, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 24 }, "end": { - "line": 1281, + "line": 1288, "column": 25 } } @@ -384249,15 +386939,15 @@ "binop": null }, "value": "player", - "start": 46601, - "end": 46607, + "start": 47081, + "end": 47087, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 25 }, "end": { - "line": 1281, + "line": 1288, "column": 31 } } @@ -384275,15 +386965,15 @@ "binop": null, "updateContext": null }, - "start": 46607, - "end": 46608, + "start": 47087, + "end": 47088, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 31 }, "end": { - "line": 1281, + "line": 1288, "column": 32 } } @@ -384301,15 +386991,15 @@ "binop": null }, "value": "controlBar", - "start": 46608, - "end": 46618, + "start": 47088, + "end": 47098, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 32 }, "end": { - "line": 1281, + "line": 1288, "column": 42 } } @@ -384327,15 +387017,15 @@ "binop": null, "updateContext": null }, - "start": 46618, - "end": 46619, + "start": 47098, + "end": 47099, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 42 }, "end": { - "line": 1281, + "line": 1288, "column": 43 } } @@ -384353,15 +387043,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46619, - "end": 46634, + "start": 47099, + "end": 47114, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 43 }, "end": { - "line": 1281, + "line": 1288, "column": 58 } } @@ -384380,15 +387070,15 @@ "updateContext": null }, "value": "&&", - "start": 46635, - "end": 46637, + "start": 47115, + "end": 47117, "loc": { "start": { - "line": 1281, + "line": 1288, "column": 59 }, "end": { - "line": 1281, + "line": 1288, "column": 61 } } @@ -384408,15 +387098,15 @@ "updateContext": null }, "value": "this", - "start": 46658, - "end": 46662, + "start": 47138, + "end": 47142, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 20 }, "end": { - "line": 1282, + "line": 1289, "column": 24 } } @@ -384434,15 +387124,15 @@ "binop": null, "updateContext": null }, - "start": 46662, - "end": 46663, + "start": 47142, + "end": 47143, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 24 }, "end": { - "line": 1282, + "line": 1289, "column": 25 } } @@ -384460,15 +387150,15 @@ "binop": null }, "value": "player", - "start": 46663, - "end": 46669, + "start": 47143, + "end": 47149, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 25 }, "end": { - "line": 1282, + "line": 1289, "column": 31 } } @@ -384486,15 +387176,15 @@ "binop": null, "updateContext": null }, - "start": 46669, - "end": 46670, + "start": 47149, + "end": 47150, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 31 }, "end": { - "line": 1282, + "line": 1289, "column": 32 } } @@ -384512,15 +387202,15 @@ "binop": null }, "value": "controlBar", - "start": 46670, - "end": 46680, + "start": 47150, + "end": 47160, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 32 }, "end": { - "line": 1282, + "line": 1289, "column": 42 } } @@ -384538,15 +387228,15 @@ "binop": null, "updateContext": null }, - "start": 46680, - "end": 46681, + "start": 47160, + "end": 47161, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 42 }, "end": { - "line": 1282, + "line": 1289, "column": 43 } } @@ -384564,15 +387254,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46681, - "end": 46696, + "start": 47161, + "end": 47176, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 43 }, "end": { - "line": 1282, + "line": 1289, "column": 58 } } @@ -384590,15 +387280,15 @@ "binop": null, "updateContext": null }, - "start": 46696, - "end": 46697, + "start": 47176, + "end": 47177, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 58 }, "end": { - "line": 1282, + "line": 1289, "column": 59 } } @@ -384616,15 +387306,15 @@ "binop": null }, "value": "contentEl", - "start": 46697, - "end": 46706, + "start": 47177, + "end": 47186, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 59 }, "end": { - "line": 1282, + "line": 1289, "column": 68 } } @@ -384641,15 +387331,15 @@ "postfix": false, "binop": null }, - "start": 46706, - "end": 46707, + "start": 47186, + "end": 47187, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 68 }, "end": { - "line": 1282, + "line": 1289, "column": 69 } } @@ -384666,15 +387356,15 @@ "postfix": false, "binop": null }, - "start": 46707, - "end": 46708, + "start": 47187, + "end": 47188, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 69 }, "end": { - "line": 1282, + "line": 1289, "column": 70 } } @@ -384693,15 +387383,15 @@ "updateContext": null }, "value": "&&", - "start": 46709, - "end": 46711, + "start": 47189, + "end": 47191, "loc": { "start": { - "line": 1282, + "line": 1289, "column": 71 }, "end": { - "line": 1282, + "line": 1289, "column": 73 } } @@ -384721,15 +387411,15 @@ "updateContext": null }, "value": "this", - "start": 46732, - "end": 46736, + "start": 47212, + "end": 47216, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 20 }, "end": { - "line": 1283, + "line": 1290, "column": 24 } } @@ -384747,15 +387437,15 @@ "binop": null, "updateContext": null }, - "start": 46736, - "end": 46737, + "start": 47216, + "end": 47217, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 24 }, "end": { - "line": 1283, + "line": 1290, "column": 25 } } @@ -384773,15 +387463,15 @@ "binop": null }, "value": "player", - "start": 46737, - "end": 46743, + "start": 47217, + "end": 47223, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 25 }, "end": { - "line": 1283, + "line": 1290, "column": 31 } } @@ -384799,15 +387489,15 @@ "binop": null, "updateContext": null }, - "start": 46743, - "end": 46744, + "start": 47223, + "end": 47224, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 31 }, "end": { - "line": 1283, + "line": 1290, "column": 32 } } @@ -384825,15 +387515,15 @@ "binop": null }, "value": "controlBar", - "start": 46744, - "end": 46754, + "start": 47224, + "end": 47234, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 32 }, "end": { - "line": 1283, + "line": 1290, "column": 42 } } @@ -384851,15 +387541,15 @@ "binop": null, "updateContext": null }, - "start": 46754, - "end": 46755, + "start": 47234, + "end": 47235, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 42 }, "end": { - "line": 1283, + "line": 1290, "column": 43 } } @@ -384877,15 +387567,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46755, - "end": 46770, + "start": 47235, + "end": 47250, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 43 }, "end": { - "line": 1283, + "line": 1290, "column": 58 } } @@ -384903,15 +387593,15 @@ "binop": null, "updateContext": null }, - "start": 46770, - "end": 46771, + "start": 47250, + "end": 47251, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 58 }, "end": { - "line": 1283, + "line": 1290, "column": 59 } } @@ -384929,15 +387619,15 @@ "binop": null }, "value": "contentEl", - "start": 46771, - "end": 46780, + "start": 47251, + "end": 47260, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 59 }, "end": { - "line": 1283, + "line": 1290, "column": 68 } } @@ -384954,15 +387644,15 @@ "postfix": false, "binop": null }, - "start": 46780, - "end": 46781, + "start": 47260, + "end": 47261, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 68 }, "end": { - "line": 1283, + "line": 1290, "column": 69 } } @@ -384979,15 +387669,15 @@ "postfix": false, "binop": null }, - "start": 46781, - "end": 46782, + "start": 47261, + "end": 47262, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 69 }, "end": { - "line": 1283, + "line": 1290, "column": 70 } } @@ -385005,15 +387695,15 @@ "binop": null, "updateContext": null }, - "start": 46782, - "end": 46783, + "start": 47262, + "end": 47263, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 70 }, "end": { - "line": 1283, + "line": 1290, "column": 71 } } @@ -385031,15 +387721,15 @@ "binop": null }, "value": "lastChild", - "start": 46783, - "end": 46792, + "start": 47263, + "end": 47272, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 71 }, "end": { - "line": 1283, + "line": 1290, "column": 80 } } @@ -385056,15 +387746,15 @@ "postfix": false, "binop": null }, - "start": 46792, - "end": 46793, + "start": 47272, + "end": 47273, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 80 }, "end": { - "line": 1283, + "line": 1290, "column": 81 } } @@ -385081,15 +387771,15 @@ "postfix": false, "binop": null }, - "start": 46794, - "end": 46795, + "start": 47274, + "end": 47275, "loc": { "start": { - "line": 1283, + "line": 1290, "column": 82 }, "end": { - "line": 1283, + "line": 1290, "column": 83 } } @@ -385109,15 +387799,15 @@ "updateContext": null }, "value": "this", - "start": 46816, - "end": 46820, + "start": 47296, + "end": 47300, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 20 }, "end": { - "line": 1284, + "line": 1291, "column": 24 } } @@ -385135,15 +387825,15 @@ "binop": null, "updateContext": null }, - "start": 46820, - "end": 46821, + "start": 47300, + "end": 47301, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 24 }, "end": { - "line": 1284, + "line": 1291, "column": 25 } } @@ -385161,15 +387851,15 @@ "binop": null }, "value": "player", - "start": 46821, - "end": 46827, + "start": 47301, + "end": 47307, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 25 }, "end": { - "line": 1284, + "line": 1291, "column": 31 } } @@ -385187,15 +387877,15 @@ "binop": null, "updateContext": null }, - "start": 46827, - "end": 46828, + "start": 47307, + "end": 47308, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 31 }, "end": { - "line": 1284, + "line": 1291, "column": 32 } } @@ -385213,15 +387903,15 @@ "binop": null }, "value": "controlBar", - "start": 46828, - "end": 46838, + "start": 47308, + "end": 47318, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 32 }, "end": { - "line": 1284, + "line": 1291, "column": 42 } } @@ -385239,15 +387929,15 @@ "binop": null, "updateContext": null }, - "start": 46838, - "end": 46839, + "start": 47318, + "end": 47319, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 42 }, "end": { - "line": 1284, + "line": 1291, "column": 43 } } @@ -385265,15 +387955,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46839, - "end": 46854, + "start": 47319, + "end": 47334, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 43 }, "end": { - "line": 1284, + "line": 1291, "column": 58 } } @@ -385291,15 +387981,15 @@ "binop": null, "updateContext": null }, - "start": 46854, - "end": 46855, + "start": 47334, + "end": 47335, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 58 }, "end": { - "line": 1284, + "line": 1291, "column": 59 } } @@ -385317,15 +388007,15 @@ "binop": null }, "value": "formattedTime_", - "start": 46855, - "end": 46869, + "start": 47335, + "end": 47349, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 59 }, "end": { - "line": 1284, + "line": 1291, "column": 73 } } @@ -385344,15 +388034,15 @@ "updateContext": null }, "value": "=", - "start": 46870, - "end": 46871, + "start": 47350, + "end": 47351, "loc": { "start": { - "line": 1284, + "line": 1291, "column": 74 }, "end": { - "line": 1284, + "line": 1291, "column": 75 } } @@ -385372,15 +388062,15 @@ "updateContext": null }, "value": "this", - "start": 46892, - "end": 46896, + "start": 47372, + "end": 47376, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 20 }, "end": { - "line": 1285, + "line": 1292, "column": 24 } } @@ -385398,15 +388088,15 @@ "binop": null, "updateContext": null }, - "start": 46896, - "end": 46897, + "start": 47376, + "end": 47377, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 24 }, "end": { - "line": 1285, + "line": 1292, "column": 25 } } @@ -385424,15 +388114,15 @@ "binop": null }, "value": "player", - "start": 46897, - "end": 46903, + "start": 47377, + "end": 47383, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 25 }, "end": { - "line": 1285, + "line": 1292, "column": 31 } } @@ -385450,15 +388140,15 @@ "binop": null, "updateContext": null }, - "start": 46903, - "end": 46904, + "start": 47383, + "end": 47384, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 31 }, "end": { - "line": 1285, + "line": 1292, "column": 32 } } @@ -385476,15 +388166,15 @@ "binop": null }, "value": "controlBar", - "start": 46904, - "end": 46914, + "start": 47384, + "end": 47394, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 32 }, "end": { - "line": 1285, + "line": 1292, "column": 42 } } @@ -385502,15 +388192,15 @@ "binop": null, "updateContext": null }, - "start": 46914, - "end": 46915, + "start": 47394, + "end": 47395, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 42 }, "end": { - "line": 1285, + "line": 1292, "column": 43 } } @@ -385528,15 +388218,15 @@ "binop": null }, "value": "durationDisplay", - "start": 46915, - "end": 46930, + "start": 47395, + "end": 47410, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 43 }, "end": { - "line": 1285, + "line": 1292, "column": 58 } } @@ -385554,15 +388244,15 @@ "binop": null, "updateContext": null }, - "start": 46930, - "end": 46931, + "start": 47410, + "end": 47411, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 58 }, "end": { - "line": 1285, + "line": 1292, "column": 59 } } @@ -385580,15 +388270,15 @@ "binop": null }, "value": "contentEl", - "start": 46931, - "end": 46940, + "start": 47411, + "end": 47420, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 59 }, "end": { - "line": 1285, + "line": 1292, "column": 68 } } @@ -385605,15 +388295,15 @@ "postfix": false, "binop": null }, - "start": 46940, - "end": 46941, + "start": 47420, + "end": 47421, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 68 }, "end": { - "line": 1285, + "line": 1292, "column": 69 } } @@ -385630,15 +388320,15 @@ "postfix": false, "binop": null }, - "start": 46941, - "end": 46942, + "start": 47421, + "end": 47422, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 69 }, "end": { - "line": 1285, + "line": 1292, "column": 70 } } @@ -385656,15 +388346,15 @@ "binop": null, "updateContext": null }, - "start": 46942, - "end": 46943, + "start": 47422, + "end": 47423, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 70 }, "end": { - "line": 1285, + "line": 1292, "column": 71 } } @@ -385682,15 +388372,15 @@ "binop": null }, "value": "lastChild", - "start": 46943, - "end": 46952, + "start": 47423, + "end": 47432, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 71 }, "end": { - "line": 1285, + "line": 1292, "column": 80 } } @@ -385708,15 +388398,15 @@ "binop": null, "updateContext": null }, - "start": 46952, - "end": 46953, + "start": 47432, + "end": 47433, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 80 }, "end": { - "line": 1285, + "line": 1292, "column": 81 } } @@ -385734,15 +388424,15 @@ "binop": null }, "value": "textContent", - "start": 46953, - "end": 46964, + "start": 47433, + "end": 47444, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 81 }, "end": { - "line": 1285, + "line": 1292, "column": 92 } } @@ -385761,15 +388451,15 @@ "updateContext": null }, "value": "=", - "start": 46965, - "end": 46966, + "start": 47445, + "end": 47446, "loc": { "start": { - "line": 1285, + "line": 1292, "column": 93 }, "end": { - "line": 1285, + "line": 1292, "column": 94 } } @@ -385789,15 +388479,15 @@ "updateContext": null }, "value": "this", - "start": 46991, - "end": 46995, + "start": 47471, + "end": 47475, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 24 }, "end": { - "line": 1286, + "line": 1293, "column": 28 } } @@ -385815,15 +388505,15 @@ "binop": null, "updateContext": null }, - "start": 46995, - "end": 46996, + "start": 47475, + "end": 47476, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 28 }, "end": { - "line": 1286, + "line": 1293, "column": 29 } } @@ -385841,15 +388531,15 @@ "binop": null }, "value": "_formatTime", - "start": 46996, - "end": 47007, + "start": 47476, + "end": 47487, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 29 }, "end": { - "line": 1286, + "line": 1293, "column": 40 } } @@ -385866,15 +388556,15 @@ "postfix": false, "binop": null }, - "start": 47007, - "end": 47008, + "start": 47487, + "end": 47488, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 40 }, "end": { - "line": 1286, + "line": 1293, "column": 41 } } @@ -385892,15 +388582,15 @@ "binop": null }, "value": "duration", - "start": 47008, - "end": 47016, + "start": 47488, + "end": 47496, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 41 }, "end": { - "line": 1286, + "line": 1293, "column": 49 } } @@ -385918,15 +388608,15 @@ "binop": null, "updateContext": null }, - "start": 47016, - "end": 47017, + "start": 47496, + "end": 47497, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 49 }, "end": { - "line": 1286, + "line": 1293, "column": 50 } } @@ -385944,15 +388634,15 @@ "binop": null }, "value": "duration", - "start": 47018, - "end": 47026, + "start": 47498, + "end": 47506, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 51 }, "end": { - "line": 1286, + "line": 1293, "column": 59 } } @@ -385970,15 +388660,15 @@ "binop": null, "updateContext": null }, - "start": 47026, - "end": 47027, + "start": 47506, + "end": 47507, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 59 }, "end": { - "line": 1286, + "line": 1293, "column": 60 } } @@ -385998,15 +388688,15 @@ "updateContext": null }, "value": "this", - "start": 47028, - "end": 47032, + "start": 47508, + "end": 47512, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 61 }, "end": { - "line": 1286, + "line": 1293, "column": 65 } } @@ -386024,15 +388714,15 @@ "binop": null, "updateContext": null }, - "start": 47032, - "end": 47033, + "start": 47512, + "end": 47513, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 65 }, "end": { - "line": 1286, + "line": 1293, "column": 66 } } @@ -386050,15 +388740,15 @@ "binop": null }, "value": "displayMilliseconds", - "start": 47033, - "end": 47052, + "start": 47513, + "end": 47532, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 66 }, "end": { - "line": 1286, + "line": 1293, "column": 85 } } @@ -386075,15 +388765,15 @@ "postfix": false, "binop": null }, - "start": 47052, - "end": 47053, + "start": 47532, + "end": 47533, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 85 }, "end": { - "line": 1286, + "line": 1293, "column": 86 } } @@ -386101,15 +388791,15 @@ "binop": null, "updateContext": null }, - "start": 47053, - "end": 47054, + "start": 47533, + "end": 47534, "loc": { "start": { - "line": 1286, + "line": 1293, "column": 86 }, "end": { - "line": 1286, + "line": 1293, "column": 87 } } @@ -386126,15 +388816,15 @@ "postfix": false, "binop": null }, - "start": 47071, - "end": 47072, + "start": 47551, + "end": 47552, "loc": { "start": { - "line": 1287, + "line": 1294, "column": 16 }, "end": { - "line": 1287, + "line": 1294, "column": 17 } } @@ -386154,15 +388844,15 @@ "updateContext": null }, "value": "break", - "start": 47089, - "end": 47094, + "start": 47569, + "end": 47574, "loc": { "start": { - "line": 1288, + "line": 1295, "column": 16 }, "end": { - "line": 1288, + "line": 1295, "column": 21 } } @@ -386180,15 +388870,15 @@ "binop": null, "updateContext": null }, - "start": 47094, - "end": 47095, + "start": 47574, + "end": 47575, "loc": { "start": { - "line": 1288, + "line": 1295, "column": 21 }, "end": { - "line": 1288, + "line": 1295, "column": 22 } } @@ -386205,15 +388895,15 @@ "postfix": false, "binop": null }, - "start": 47104, - "end": 47105, + "start": 47584, + "end": 47585, "loc": { "start": { - "line": 1289, + "line": 1296, "column": 8 }, "end": { - "line": 1289, + "line": 1296, "column": 9 } } @@ -386230,15 +388920,15 @@ "postfix": false, "binop": null }, - "start": 47110, - "end": 47111, + "start": 47590, + "end": 47591, "loc": { "start": { - "line": 1290, + "line": 1297, "column": 4 }, "end": { - "line": 1290, + "line": 1297, "column": 5 } } @@ -386246,15 +388936,15 @@ { "type": "CommentBlock", "value": "*\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n ", - "start": 47117, - "end": 47286, + "start": 47597, + "end": 47766, "loc": { "start": { - "line": 1292, + "line": 1299, "column": 4 }, "end": { - "line": 1297, + "line": 1304, "column": 7 } } @@ -386272,15 +388962,15 @@ "binop": null }, "value": "load", - "start": 47291, - "end": 47295, + "start": 47771, + "end": 47775, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 4 }, "end": { - "line": 1298, + "line": 1305, "column": 8 } } @@ -386297,15 +388987,15 @@ "postfix": false, "binop": null }, - "start": 47295, - "end": 47296, + "start": 47775, + "end": 47776, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 8 }, "end": { - "line": 1298, + "line": 1305, "column": 9 } } @@ -386323,15 +389013,15 @@ "binop": null }, "value": "url", - "start": 47296, - "end": 47299, + "start": 47776, + "end": 47779, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 9 }, "end": { - "line": 1298, + "line": 1305, "column": 12 } } @@ -386348,15 +389038,15 @@ "postfix": false, "binop": null }, - "start": 47299, - "end": 47300, + "start": 47779, + "end": 47780, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 12 }, "end": { - "line": 1298, + "line": 1305, "column": 13 } } @@ -386373,15 +389063,15 @@ "postfix": false, "binop": null }, - "start": 47301, - "end": 47302, + "start": 47781, + "end": 47782, "loc": { "start": { - "line": 1298, + "line": 1305, "column": 14 }, "end": { - "line": 1298, + "line": 1305, "column": 15 } } @@ -386401,15 +389091,15 @@ "updateContext": null }, "value": "switch", - "start": 47311, - "end": 47317, + "start": 47791, + "end": 47797, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 8 }, "end": { - "line": 1299, + "line": 1306, "column": 14 } } @@ -386426,15 +389116,15 @@ "postfix": false, "binop": null }, - "start": 47318, - "end": 47319, + "start": 47798, + "end": 47799, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 15 }, "end": { - "line": 1299, + "line": 1306, "column": 16 } } @@ -386454,15 +389144,15 @@ "updateContext": null }, "value": "this", - "start": 47319, - "end": 47323, + "start": 47799, + "end": 47803, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 16 }, "end": { - "line": 1299, + "line": 1306, "column": 20 } } @@ -386480,15 +389170,15 @@ "binop": null, "updateContext": null }, - "start": 47323, - "end": 47324, + "start": 47803, + "end": 47804, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 20 }, "end": { - "line": 1299, + "line": 1306, "column": 21 } } @@ -386506,15 +389196,15 @@ "binop": null }, "value": "getRecordType", - "start": 47324, - "end": 47337, + "start": 47804, + "end": 47817, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 21 }, "end": { - "line": 1299, + "line": 1306, "column": 34 } } @@ -386531,15 +389221,15 @@ "postfix": false, "binop": null }, - "start": 47337, - "end": 47338, + "start": 47817, + "end": 47818, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 34 }, "end": { - "line": 1299, + "line": 1306, "column": 35 } } @@ -386556,15 +389246,15 @@ "postfix": false, "binop": null }, - "start": 47338, - "end": 47339, + "start": 47818, + "end": 47819, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 35 }, "end": { - "line": 1299, + "line": 1306, "column": 36 } } @@ -386581,15 +389271,15 @@ "postfix": false, "binop": null }, - "start": 47339, - "end": 47340, + "start": 47819, + "end": 47820, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 36 }, "end": { - "line": 1299, + "line": 1306, "column": 37 } } @@ -386606,15 +389296,15 @@ "postfix": false, "binop": null }, - "start": 47341, - "end": 47342, + "start": 47821, + "end": 47822, "loc": { "start": { - "line": 1299, + "line": 1306, "column": 38 }, "end": { - "line": 1299, + "line": 1306, "column": 39 } } @@ -386634,15 +389324,15 @@ "updateContext": null }, "value": "case", - "start": 47355, - "end": 47359, + "start": 47835, + "end": 47839, "loc": { "start": { - "line": 1300, + "line": 1307, "column": 12 }, "end": { - "line": 1300, + "line": 1307, "column": 16 } } @@ -386660,15 +389350,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 47360, - "end": 47370, + "start": 47840, + "end": 47850, "loc": { "start": { - "line": 1300, + "line": 1307, "column": 17 }, "end": { - "line": 1300, + "line": 1307, "column": 27 } } @@ -386686,15 +389376,15 @@ "binop": null, "updateContext": null }, - "start": 47370, - "end": 47371, + "start": 47850, + "end": 47851, "loc": { "start": { - "line": 1300, + "line": 1307, "column": 27 }, "end": { - "line": 1300, + "line": 1307, "column": 28 } } @@ -386702,15 +389392,15 @@ { "type": "CommentLine", "value": " visualize recorded Blob stream", - "start": 47388, - "end": 47421, + "start": 47868, + "end": 47901, "loc": { "start": { - "line": 1301, + "line": 1308, "column": 16 }, "end": { - "line": 1301, + "line": 1308, "column": 49 } } @@ -386730,15 +389420,15 @@ "updateContext": null }, "value": "this", - "start": 47438, - "end": 47442, + "start": 47918, + "end": 47922, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 16 }, "end": { - "line": 1302, + "line": 1309, "column": 20 } } @@ -386756,15 +389446,15 @@ "binop": null, "updateContext": null }, - "start": 47442, - "end": 47443, + "start": 47922, + "end": 47923, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 20 }, "end": { - "line": 1302, + "line": 1309, "column": 21 } } @@ -386782,15 +389472,15 @@ "binop": null }, "value": "surfer", - "start": 47443, - "end": 47449, + "start": 47923, + "end": 47929, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 21 }, "end": { - "line": 1302, + "line": 1309, "column": 27 } } @@ -386808,15 +389498,15 @@ "binop": null, "updateContext": null }, - "start": 47449, - "end": 47450, + "start": 47929, + "end": 47930, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 27 }, "end": { - "line": 1302, + "line": 1309, "column": 28 } } @@ -386834,15 +389524,15 @@ "binop": null }, "value": "load", - "start": 47450, - "end": 47454, + "start": 47930, + "end": 47934, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 28 }, "end": { - "line": 1302, + "line": 1309, "column": 32 } } @@ -386859,15 +389549,15 @@ "postfix": false, "binop": null }, - "start": 47454, - "end": 47455, + "start": 47934, + "end": 47935, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 32 }, "end": { - "line": 1302, + "line": 1309, "column": 33 } } @@ -386885,15 +389575,15 @@ "binop": null }, "value": "url", - "start": 47455, - "end": 47458, + "start": 47935, + "end": 47938, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 33 }, "end": { - "line": 1302, + "line": 1309, "column": 36 } } @@ -386910,15 +389600,15 @@ "postfix": false, "binop": null }, - "start": 47458, - "end": 47459, + "start": 47938, + "end": 47939, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 36 }, "end": { - "line": 1302, + "line": 1309, "column": 37 } } @@ -386936,15 +389626,15 @@ "binop": null, "updateContext": null }, - "start": 47459, - "end": 47460, + "start": 47939, + "end": 47940, "loc": { "start": { - "line": 1302, + "line": 1309, "column": 37 }, "end": { - "line": 1302, + "line": 1309, "column": 38 } } @@ -386964,15 +389654,15 @@ "updateContext": null }, "value": "break", - "start": 47477, - "end": 47482, + "start": 47957, + "end": 47962, "loc": { "start": { - "line": 1303, + "line": 1310, "column": 16 }, "end": { - "line": 1303, + "line": 1310, "column": 21 } } @@ -386990,15 +389680,15 @@ "binop": null, "updateContext": null }, - "start": 47482, - "end": 47483, + "start": 47962, + "end": 47963, "loc": { "start": { - "line": 1303, + "line": 1310, "column": 21 }, "end": { - "line": 1303, + "line": 1310, "column": 22 } } @@ -387018,15 +389708,15 @@ "updateContext": null }, "value": "case", - "start": 47497, - "end": 47501, + "start": 47977, + "end": 47981, "loc": { "start": { - "line": 1305, + "line": 1312, "column": 12 }, "end": { - "line": 1305, + "line": 1312, "column": 16 } } @@ -387044,15 +389734,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 47502, - "end": 47512, + "start": 47982, + "end": 47992, "loc": { "start": { - "line": 1305, + "line": 1312, "column": 17 }, "end": { - "line": 1305, + "line": 1312, "column": 27 } } @@ -387070,15 +389760,15 @@ "binop": null, "updateContext": null }, - "start": 47512, - "end": 47513, + "start": 47992, + "end": 47993, "loc": { "start": { - "line": 1305, + "line": 1312, "column": 27 }, "end": { - "line": 1305, + "line": 1312, "column": 28 } } @@ -387098,15 +389788,15 @@ "updateContext": null }, "value": "case", - "start": 47526, - "end": 47530, + "start": 48006, + "end": 48010, "loc": { "start": { - "line": 1306, + "line": 1313, "column": 12 }, "end": { - "line": 1306, + "line": 1313, "column": 16 } } @@ -387124,15 +389814,15 @@ "binop": null }, "value": "VIDEO_ONLY", - "start": 47531, - "end": 47541, + "start": 48011, + "end": 48021, "loc": { "start": { - "line": 1306, + "line": 1313, "column": 17 }, "end": { - "line": 1306, + "line": 1313, "column": 27 } } @@ -387150,15 +389840,15 @@ "binop": null, "updateContext": null }, - "start": 47541, - "end": 47542, + "start": 48021, + "end": 48022, "loc": { "start": { - "line": 1306, + "line": 1313, "column": 27 }, "end": { - "line": 1306, + "line": 1313, "column": 28 } } @@ -387178,15 +389868,15 @@ "updateContext": null }, "value": "case", - "start": 47555, - "end": 47559, + "start": 48035, + "end": 48039, "loc": { "start": { - "line": 1307, + "line": 1314, "column": 12 }, "end": { - "line": 1307, + "line": 1314, "column": 16 } } @@ -387204,15 +389894,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 47560, - "end": 47571, + "start": 48040, + "end": 48051, "loc": { "start": { - "line": 1307, + "line": 1314, "column": 17 }, "end": { - "line": 1307, + "line": 1314, "column": 28 } } @@ -387230,15 +389920,15 @@ "binop": null, "updateContext": null }, - "start": 47571, - "end": 47572, + "start": 48051, + "end": 48052, "loc": { "start": { - "line": 1307, + "line": 1314, "column": 28 }, "end": { - "line": 1307, + "line": 1314, "column": 29 } } @@ -387258,15 +389948,15 @@ "updateContext": null }, "value": "case", - "start": 47585, - "end": 47589, + "start": 48065, + "end": 48069, "loc": { "start": { - "line": 1308, + "line": 1315, "column": 12 }, "end": { - "line": 1308, + "line": 1315, "column": 16 } } @@ -387284,15 +389974,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 47590, - "end": 47602, + "start": 48070, + "end": 48082, "loc": { "start": { - "line": 1308, + "line": 1315, "column": 17 }, "end": { - "line": 1308, + "line": 1315, "column": 29 } } @@ -387310,15 +390000,15 @@ "binop": null, "updateContext": null }, - "start": 47602, - "end": 47603, + "start": 48082, + "end": 48083, "loc": { "start": { - "line": 1308, + "line": 1315, "column": 29 }, "end": { - "line": 1308, + "line": 1315, "column": 30 } } @@ -387338,15 +390028,15 @@ "updateContext": null }, "value": "case", - "start": 47616, - "end": 47620, + "start": 48096, + "end": 48100, "loc": { "start": { - "line": 1309, + "line": 1316, "column": 12 }, "end": { - "line": 1309, + "line": 1316, "column": 16 } } @@ -387364,15 +390054,15 @@ "binop": null }, "value": "ANIMATION", - "start": 47621, - "end": 47630, + "start": 48101, + "end": 48110, "loc": { "start": { - "line": 1309, + "line": 1316, "column": 17 }, "end": { - "line": 1309, + "line": 1316, "column": 26 } } @@ -387390,15 +390080,15 @@ "binop": null, "updateContext": null }, - "start": 47630, - "end": 47631, + "start": 48110, + "end": 48111, "loc": { "start": { - "line": 1309, + "line": 1316, "column": 26 }, "end": { - "line": 1309, + "line": 1316, "column": 27 } } @@ -387418,15 +390108,15 @@ "updateContext": null }, "value": "case", - "start": 47644, - "end": 47648, + "start": 48124, + "end": 48128, "loc": { "start": { - "line": 1310, + "line": 1317, "column": 12 }, "end": { - "line": 1310, + "line": 1317, "column": 16 } } @@ -387444,15 +390134,15 @@ "binop": null }, "value": "SCREEN_ONLY", - "start": 47649, - "end": 47660, + "start": 48129, + "end": 48140, "loc": { "start": { - "line": 1310, + "line": 1317, "column": 17 }, "end": { - "line": 1310, + "line": 1317, "column": 28 } } @@ -387470,15 +390160,15 @@ "binop": null, "updateContext": null }, - "start": 47660, - "end": 47661, + "start": 48140, + "end": 48141, "loc": { "start": { - "line": 1310, + "line": 1317, "column": 28 }, "end": { - "line": 1310, + "line": 1317, "column": 29 } } @@ -387498,15 +390188,15 @@ "updateContext": null }, "value": "if", - "start": 47678, - "end": 47680, + "start": 48158, + "end": 48160, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 16 }, "end": { - "line": 1311, + "line": 1318, "column": 18 } } @@ -387523,15 +390213,15 @@ "postfix": false, "binop": null }, - "start": 47681, - "end": 47682, + "start": 48161, + "end": 48162, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 19 }, "end": { - "line": 1311, + "line": 1318, "column": 20 } } @@ -387549,15 +390239,15 @@ "binop": null }, "value": "url", - "start": 47682, - "end": 47685, + "start": 48162, + "end": 48165, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 20 }, "end": { - "line": 1311, + "line": 1318, "column": 23 } } @@ -387577,15 +390267,15 @@ "updateContext": null }, "value": "instanceof", - "start": 47686, - "end": 47696, + "start": 48166, + "end": 48176, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 24 }, "end": { - "line": 1311, + "line": 1318, "column": 34 } } @@ -387603,15 +390293,15 @@ "binop": null }, "value": "Blob", - "start": 47697, - "end": 47701, + "start": 48177, + "end": 48181, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 35 }, "end": { - "line": 1311, + "line": 1318, "column": 39 } } @@ -387630,15 +390320,15 @@ "updateContext": null }, "value": "||", - "start": 47702, - "end": 47704, + "start": 48182, + "end": 48184, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 40 }, "end": { - "line": 1311, + "line": 1318, "column": 42 } } @@ -387656,15 +390346,15 @@ "binop": null }, "value": "url", - "start": 47705, - "end": 47708, + "start": 48185, + "end": 48188, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 43 }, "end": { - "line": 1311, + "line": 1318, "column": 46 } } @@ -387684,15 +390374,15 @@ "updateContext": null }, "value": "instanceof", - "start": 47709, - "end": 47719, + "start": 48189, + "end": 48199, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 47 }, "end": { - "line": 1311, + "line": 1318, "column": 57 } } @@ -387710,15 +390400,15 @@ "binop": null }, "value": "File", - "start": 47720, - "end": 47724, + "start": 48200, + "end": 48204, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 58 }, "end": { - "line": 1311, + "line": 1318, "column": 62 } } @@ -387735,15 +390425,15 @@ "postfix": false, "binop": null }, - "start": 47724, - "end": 47725, + "start": 48204, + "end": 48205, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 62 }, "end": { - "line": 1311, + "line": 1318, "column": 63 } } @@ -387760,15 +390450,15 @@ "postfix": false, "binop": null }, - "start": 47726, - "end": 47727, + "start": 48206, + "end": 48207, "loc": { "start": { - "line": 1311, + "line": 1318, "column": 64 }, "end": { - "line": 1311, + "line": 1318, "column": 65 } } @@ -387776,15 +390466,15 @@ { "type": "CommentLine", "value": " make sure to reset it (#312)", - "start": 47748, - "end": 47779, + "start": 48228, + "end": 48259, "loc": { "start": { - "line": 1312, + "line": 1319, "column": 20 }, "end": { - "line": 1312, + "line": 1319, "column": 51 } } @@ -387804,15 +390494,15 @@ "updateContext": null }, "value": "this", - "start": 47800, - "end": 47804, + "start": 48280, + "end": 48284, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 20 }, "end": { - "line": 1313, + "line": 1320, "column": 24 } } @@ -387830,15 +390520,15 @@ "binop": null, "updateContext": null }, - "start": 47804, - "end": 47805, + "start": 48284, + "end": 48285, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 24 }, "end": { - "line": 1313, + "line": 1320, "column": 25 } } @@ -387856,15 +390546,15 @@ "binop": null }, "value": "mediaElement", - "start": 47805, - "end": 47817, + "start": 48285, + "end": 48297, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 25 }, "end": { - "line": 1313, + "line": 1320, "column": 37 } } @@ -387882,15 +390572,15 @@ "binop": null, "updateContext": null }, - "start": 47817, - "end": 47818, + "start": 48297, + "end": 48298, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 37 }, "end": { - "line": 1313, + "line": 1320, "column": 38 } } @@ -387908,15 +390598,15 @@ "binop": null }, "value": "srcObject", - "start": 47818, - "end": 47827, + "start": 48298, + "end": 48307, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 38 }, "end": { - "line": 1313, + "line": 1320, "column": 47 } } @@ -387935,15 +390625,15 @@ "updateContext": null }, "value": "=", - "start": 47828, - "end": 47829, + "start": 48308, + "end": 48309, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 48 }, "end": { - "line": 1313, + "line": 1320, "column": 49 } } @@ -387963,15 +390653,15 @@ "updateContext": null }, "value": "null", - "start": 47830, - "end": 47834, + "start": 48310, + "end": 48314, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 50 }, "end": { - "line": 1313, + "line": 1320, "column": 54 } } @@ -387989,15 +390679,15 @@ "binop": null, "updateContext": null }, - "start": 47834, - "end": 47835, + "start": 48314, + "end": 48315, "loc": { "start": { - "line": 1313, + "line": 1320, "column": 54 }, "end": { - "line": 1313, + "line": 1320, "column": 55 } } @@ -388005,15 +390695,15 @@ { "type": "CommentLine", "value": " assign blob using createObjectURL", - "start": 47856, - "end": 47892, + "start": 48336, + "end": 48372, "loc": { "start": { - "line": 1314, + "line": 1321, "column": 20 }, "end": { - "line": 1314, + "line": 1321, "column": 56 } } @@ -388033,15 +390723,15 @@ "updateContext": null }, "value": "this", - "start": 47913, - "end": 47917, + "start": 48393, + "end": 48397, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 20 }, "end": { - "line": 1315, + "line": 1322, "column": 24 } } @@ -388059,15 +390749,15 @@ "binop": null, "updateContext": null }, - "start": 47917, - "end": 47918, + "start": 48397, + "end": 48398, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 24 }, "end": { - "line": 1315, + "line": 1322, "column": 25 } } @@ -388085,15 +390775,15 @@ "binop": null }, "value": "mediaElement", - "start": 47918, - "end": 47930, + "start": 48398, + "end": 48410, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 25 }, "end": { - "line": 1315, + "line": 1322, "column": 37 } } @@ -388111,15 +390801,15 @@ "binop": null, "updateContext": null }, - "start": 47930, - "end": 47931, + "start": 48410, + "end": 48411, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 37 }, "end": { - "line": 1315, + "line": 1322, "column": 38 } } @@ -388137,15 +390827,15 @@ "binop": null }, "value": "src", - "start": 47931, - "end": 47934, + "start": 48411, + "end": 48414, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 38 }, "end": { - "line": 1315, + "line": 1322, "column": 41 } } @@ -388164,15 +390854,15 @@ "updateContext": null }, "value": "=", - "start": 47935, - "end": 47936, + "start": 48415, + "end": 48416, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 42 }, "end": { - "line": 1315, + "line": 1322, "column": 43 } } @@ -388190,15 +390880,15 @@ "binop": null }, "value": "URL", - "start": 47937, - "end": 47940, + "start": 48417, + "end": 48420, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 44 }, "end": { - "line": 1315, + "line": 1322, "column": 47 } } @@ -388216,15 +390906,15 @@ "binop": null, "updateContext": null }, - "start": 47940, - "end": 47941, + "start": 48420, + "end": 48421, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 47 }, "end": { - "line": 1315, + "line": 1322, "column": 48 } } @@ -388242,15 +390932,15 @@ "binop": null }, "value": "createObjectURL", - "start": 47941, - "end": 47956, + "start": 48421, + "end": 48436, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 48 }, "end": { - "line": 1315, + "line": 1322, "column": 63 } } @@ -388267,15 +390957,15 @@ "postfix": false, "binop": null }, - "start": 47956, - "end": 47957, + "start": 48436, + "end": 48437, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 63 }, "end": { - "line": 1315, + "line": 1322, "column": 64 } } @@ -388293,15 +390983,15 @@ "binop": null }, "value": "url", - "start": 47957, - "end": 47960, + "start": 48437, + "end": 48440, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 64 }, "end": { - "line": 1315, + "line": 1322, "column": 67 } } @@ -388318,15 +391008,15 @@ "postfix": false, "binop": null }, - "start": 47960, - "end": 47961, + "start": 48440, + "end": 48441, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 67 }, "end": { - "line": 1315, + "line": 1322, "column": 68 } } @@ -388344,15 +391034,15 @@ "binop": null, "updateContext": null }, - "start": 47961, - "end": 47962, + "start": 48441, + "end": 48442, "loc": { "start": { - "line": 1315, + "line": 1322, "column": 68 }, "end": { - "line": 1315, + "line": 1322, "column": 69 } } @@ -388369,15 +391059,15 @@ "postfix": false, "binop": null }, - "start": 47979, - "end": 47980, + "start": 48459, + "end": 48460, "loc": { "start": { - "line": 1316, + "line": 1323, "column": 16 }, "end": { - "line": 1316, + "line": 1323, "column": 17 } } @@ -388397,15 +391087,15 @@ "updateContext": null }, "value": "else", - "start": 47981, - "end": 47985, + "start": 48461, + "end": 48465, "loc": { "start": { - "line": 1316, + "line": 1323, "column": 18 }, "end": { - "line": 1316, + "line": 1323, "column": 22 } } @@ -388422,15 +391112,15 @@ "postfix": false, "binop": null }, - "start": 47986, - "end": 47987, + "start": 48466, + "end": 48467, "loc": { "start": { - "line": 1316, + "line": 1323, "column": 23 }, "end": { - "line": 1316, + "line": 1323, "column": 24 } } @@ -388438,15 +391128,15 @@ { "type": "CommentLine", "value": " assign stream with srcObject", - "start": 48008, - "end": 48039, + "start": 48488, + "end": 48519, "loc": { "start": { - "line": 1317, + "line": 1324, "column": 20 }, "end": { - "line": 1317, + "line": 1324, "column": 51 } } @@ -388464,15 +391154,15 @@ "binop": null }, "value": "setSrcObject", - "start": 48060, - "end": 48072, + "start": 48540, + "end": 48552, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 20 }, "end": { - "line": 1318, + "line": 1325, "column": 32 } } @@ -388489,15 +391179,15 @@ "postfix": false, "binop": null }, - "start": 48072, - "end": 48073, + "start": 48552, + "end": 48553, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 32 }, "end": { - "line": 1318, + "line": 1325, "column": 33 } } @@ -388515,15 +391205,15 @@ "binop": null }, "value": "url", - "start": 48073, - "end": 48076, + "start": 48553, + "end": 48556, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 33 }, "end": { - "line": 1318, + "line": 1325, "column": 36 } } @@ -388541,15 +391231,15 @@ "binop": null, "updateContext": null }, - "start": 48076, - "end": 48077, + "start": 48556, + "end": 48557, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 36 }, "end": { - "line": 1318, + "line": 1325, "column": 37 } } @@ -388569,15 +391259,15 @@ "updateContext": null }, "value": "this", - "start": 48078, - "end": 48082, + "start": 48558, + "end": 48562, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 38 }, "end": { - "line": 1318, + "line": 1325, "column": 42 } } @@ -388595,15 +391285,15 @@ "binop": null, "updateContext": null }, - "start": 48082, - "end": 48083, + "start": 48562, + "end": 48563, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 42 }, "end": { - "line": 1318, + "line": 1325, "column": 43 } } @@ -388621,15 +391311,15 @@ "binop": null }, "value": "mediaElement", - "start": 48083, - "end": 48095, + "start": 48563, + "end": 48575, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 43 }, "end": { - "line": 1318, + "line": 1325, "column": 55 } } @@ -388646,15 +391336,15 @@ "postfix": false, "binop": null }, - "start": 48095, - "end": 48096, + "start": 48575, + "end": 48576, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 55 }, "end": { - "line": 1318, + "line": 1325, "column": 56 } } @@ -388672,15 +391362,15 @@ "binop": null, "updateContext": null }, - "start": 48096, - "end": 48097, + "start": 48576, + "end": 48577, "loc": { "start": { - "line": 1318, + "line": 1325, "column": 56 }, "end": { - "line": 1318, + "line": 1325, "column": 57 } } @@ -388697,15 +391387,15 @@ "postfix": false, "binop": null }, - "start": 48114, - "end": 48115, + "start": 48594, + "end": 48595, "loc": { "start": { - "line": 1319, + "line": 1326, "column": 16 }, "end": { - "line": 1319, + "line": 1326, "column": 17 } } @@ -388725,15 +391415,15 @@ "updateContext": null }, "value": "break", - "start": 48132, - "end": 48137, + "start": 48612, + "end": 48617, "loc": { "start": { - "line": 1320, + "line": 1327, "column": 16 }, "end": { - "line": 1320, + "line": 1327, "column": 21 } } @@ -388751,15 +391441,15 @@ "binop": null, "updateContext": null }, - "start": 48137, - "end": 48138, + "start": 48617, + "end": 48618, "loc": { "start": { - "line": 1320, + "line": 1327, "column": 21 }, "end": { - "line": 1320, + "line": 1327, "column": 22 } } @@ -388776,15 +391466,15 @@ "postfix": false, "binop": null }, - "start": 48147, - "end": 48148, + "start": 48627, + "end": 48628, "loc": { "start": { - "line": 1321, + "line": 1328, "column": 8 }, "end": { - "line": 1321, + "line": 1328, "column": 9 } } @@ -388801,15 +391491,15 @@ "postfix": false, "binop": null }, - "start": 48153, - "end": 48154, + "start": 48633, + "end": 48634, "loc": { "start": { - "line": 1322, + "line": 1329, "column": 4 }, "end": { - "line": 1322, + "line": 1329, "column": 5 } } @@ -388817,15 +391507,15 @@ { "type": "CommentBlock", "value": "*\n * Show save as dialog in browser so the user can store the recorded or\n * converted media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @param {String} type - Type of media to save. Legal values are 'record'\n * (default) and 'convert'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n *\n * // save converted video file as 'bar.mp4'\n * player.record().saveAs({'video': 'bar'}, 'convert');\n * @returns {void}\n ", - "start": 48160, - "end": 48914, + "start": 48640, + "end": 49394, "loc": { "start": { - "line": 1324, + "line": 1331, "column": 4 }, "end": { - "line": 1341, + "line": 1348, "column": 7 } } @@ -388843,15 +391533,15 @@ "binop": null }, "value": "saveAs", - "start": 48919, - "end": 48925, + "start": 49399, + "end": 49405, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 4 }, "end": { - "line": 1342, + "line": 1349, "column": 10 } } @@ -388868,15 +391558,15 @@ "postfix": false, "binop": null }, - "start": 48925, - "end": 48926, + "start": 49405, + "end": 49406, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 10 }, "end": { - "line": 1342, + "line": 1349, "column": 11 } } @@ -388894,15 +391584,15 @@ "binop": null }, "value": "name", - "start": 48926, - "end": 48930, + "start": 49406, + "end": 49410, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 11 }, "end": { - "line": 1342, + "line": 1349, "column": 15 } } @@ -388920,15 +391610,15 @@ "binop": null, "updateContext": null }, - "start": 48930, - "end": 48931, + "start": 49410, + "end": 49411, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 15 }, "end": { - "line": 1342, + "line": 1349, "column": 16 } } @@ -388946,15 +391636,15 @@ "binop": null }, "value": "type", - "start": 48932, - "end": 48936, + "start": 49412, + "end": 49416, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 17 }, "end": { - "line": 1342, + "line": 1349, "column": 21 } } @@ -388973,15 +391663,15 @@ "updateContext": null }, "value": "=", - "start": 48937, - "end": 48938, + "start": 49417, + "end": 49418, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 22 }, "end": { - "line": 1342, + "line": 1349, "column": 23 } } @@ -389000,15 +391690,15 @@ "updateContext": null }, "value": "record", - "start": 48939, - "end": 48947, + "start": 49419, + "end": 49427, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 24 }, "end": { - "line": 1342, + "line": 1349, "column": 32 } } @@ -389025,15 +391715,15 @@ "postfix": false, "binop": null }, - "start": 48947, - "end": 48948, + "start": 49427, + "end": 49428, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 32 }, "end": { - "line": 1342, + "line": 1349, "column": 33 } } @@ -389050,15 +391740,15 @@ "postfix": false, "binop": null }, - "start": 48949, - "end": 48950, + "start": 49429, + "end": 49430, "loc": { "start": { - "line": 1342, + "line": 1349, "column": 34 }, "end": { - "line": 1342, + "line": 1349, "column": 35 } } @@ -389078,15 +391768,15 @@ "updateContext": null }, "value": "if", - "start": 48959, - "end": 48961, + "start": 49439, + "end": 49441, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 8 }, "end": { - "line": 1343, + "line": 1350, "column": 10 } } @@ -389103,15 +391793,15 @@ "postfix": false, "binop": null }, - "start": 48962, - "end": 48963, + "start": 49442, + "end": 49443, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 11 }, "end": { - "line": 1343, + "line": 1350, "column": 12 } } @@ -389129,15 +391819,15 @@ "binop": null }, "value": "type", - "start": 48963, - "end": 48967, + "start": 49443, + "end": 49447, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 12 }, "end": { - "line": 1343, + "line": 1350, "column": 16 } } @@ -389156,15 +391846,15 @@ "updateContext": null }, "value": "===", - "start": 48968, - "end": 48971, + "start": 49448, + "end": 49451, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 17 }, "end": { - "line": 1343, + "line": 1350, "column": 20 } } @@ -389183,15 +391873,15 @@ "updateContext": null }, "value": "record", - "start": 48972, - "end": 48980, + "start": 49452, + "end": 49460, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 21 }, "end": { - "line": 1343, + "line": 1350, "column": 29 } } @@ -389208,15 +391898,15 @@ "postfix": false, "binop": null }, - "start": 48980, - "end": 48981, + "start": 49460, + "end": 49461, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 29 }, "end": { - "line": 1343, + "line": 1350, "column": 30 } } @@ -389233,15 +391923,15 @@ "postfix": false, "binop": null }, - "start": 48982, - "end": 48983, + "start": 49462, + "end": 49463, "loc": { "start": { - "line": 1343, + "line": 1350, "column": 31 }, "end": { - "line": 1343, + "line": 1350, "column": 32 } } @@ -389261,15 +391951,15 @@ "updateContext": null }, "value": "if", - "start": 48996, - "end": 48998, + "start": 49476, + "end": 49478, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 12 }, "end": { - "line": 1344, + "line": 1351, "column": 14 } } @@ -389286,15 +391976,15 @@ "postfix": false, "binop": null }, - "start": 48999, - "end": 49000, + "start": 49479, + "end": 49480, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 15 }, "end": { - "line": 1344, + "line": 1351, "column": 16 } } @@ -389314,15 +392004,15 @@ "updateContext": null }, "value": "this", - "start": 49000, - "end": 49004, + "start": 49480, + "end": 49484, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 16 }, "end": { - "line": 1344, + "line": 1351, "column": 20 } } @@ -389340,15 +392030,15 @@ "binop": null, "updateContext": null }, - "start": 49004, - "end": 49005, + "start": 49484, + "end": 49485, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 20 }, "end": { - "line": 1344, + "line": 1351, "column": 21 } } @@ -389366,15 +392056,15 @@ "binop": null }, "value": "engine", - "start": 49005, - "end": 49011, + "start": 49485, + "end": 49491, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 21 }, "end": { - "line": 1344, + "line": 1351, "column": 27 } } @@ -389393,15 +392083,15 @@ "updateContext": null }, "value": "&&", - "start": 49012, - "end": 49014, + "start": 49492, + "end": 49494, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 28 }, "end": { - "line": 1344, + "line": 1351, "column": 30 } } @@ -389419,15 +392109,15 @@ "binop": null }, "value": "name", - "start": 49015, - "end": 49019, + "start": 49495, + "end": 49499, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 31 }, "end": { - "line": 1344, + "line": 1351, "column": 35 } } @@ -389446,15 +392136,15 @@ "updateContext": null }, "value": "!==", - "start": 49020, - "end": 49023, + "start": 49500, + "end": 49503, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 36 }, "end": { - "line": 1344, + "line": 1351, "column": 39 } } @@ -389472,15 +392162,15 @@ "binop": null }, "value": "undefined", - "start": 49024, - "end": 49033, + "start": 49504, + "end": 49513, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 40 }, "end": { - "line": 1344, + "line": 1351, "column": 49 } } @@ -389497,15 +392187,15 @@ "postfix": false, "binop": null }, - "start": 49033, - "end": 49034, + "start": 49513, + "end": 49514, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 49 }, "end": { - "line": 1344, + "line": 1351, "column": 50 } } @@ -389522,15 +392212,15 @@ "postfix": false, "binop": null }, - "start": 49035, - "end": 49036, + "start": 49515, + "end": 49516, "loc": { "start": { - "line": 1344, + "line": 1351, "column": 51 }, "end": { - "line": 1344, + "line": 1351, "column": 52 } } @@ -389550,15 +392240,15 @@ "updateContext": null }, "value": "this", - "start": 49053, - "end": 49057, + "start": 49533, + "end": 49537, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 16 }, "end": { - "line": 1345, + "line": 1352, "column": 20 } } @@ -389576,15 +392266,15 @@ "binop": null, "updateContext": null }, - "start": 49057, - "end": 49058, + "start": 49537, + "end": 49538, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 20 }, "end": { - "line": 1345, + "line": 1352, "column": 21 } } @@ -389602,15 +392292,15 @@ "binop": null }, "value": "engine", - "start": 49058, - "end": 49064, + "start": 49538, + "end": 49544, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 21 }, "end": { - "line": 1345, + "line": 1352, "column": 27 } } @@ -389628,15 +392318,15 @@ "binop": null, "updateContext": null }, - "start": 49064, - "end": 49065, + "start": 49544, + "end": 49545, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 27 }, "end": { - "line": 1345, + "line": 1352, "column": 28 } } @@ -389654,15 +392344,15 @@ "binop": null }, "value": "saveAs", - "start": 49065, - "end": 49071, + "start": 49545, + "end": 49551, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 28 }, "end": { - "line": 1345, + "line": 1352, "column": 34 } } @@ -389679,15 +392369,15 @@ "postfix": false, "binop": null }, - "start": 49071, - "end": 49072, + "start": 49551, + "end": 49552, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 34 }, "end": { - "line": 1345, + "line": 1352, "column": 35 } } @@ -389705,15 +392395,15 @@ "binop": null }, "value": "name", - "start": 49072, - "end": 49076, + "start": 49552, + "end": 49556, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 35 }, "end": { - "line": 1345, + "line": 1352, "column": 39 } } @@ -389730,15 +392420,15 @@ "postfix": false, "binop": null }, - "start": 49076, - "end": 49077, + "start": 49556, + "end": 49557, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 39 }, "end": { - "line": 1345, + "line": 1352, "column": 40 } } @@ -389756,15 +392446,15 @@ "binop": null, "updateContext": null }, - "start": 49077, - "end": 49078, + "start": 49557, + "end": 49558, "loc": { "start": { - "line": 1345, + "line": 1352, "column": 40 }, "end": { - "line": 1345, + "line": 1352, "column": 41 } } @@ -389781,15 +392471,15 @@ "postfix": false, "binop": null }, - "start": 49091, - "end": 49092, + "start": 49571, + "end": 49572, "loc": { "start": { - "line": 1346, + "line": 1353, "column": 12 }, "end": { - "line": 1346, + "line": 1353, "column": 13 } } @@ -389806,15 +392496,15 @@ "postfix": false, "binop": null }, - "start": 49101, - "end": 49102, + "start": 49581, + "end": 49582, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 8 }, "end": { - "line": 1347, + "line": 1354, "column": 9 } } @@ -389834,15 +392524,15 @@ "updateContext": null }, "value": "else", - "start": 49103, - "end": 49107, + "start": 49583, + "end": 49587, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 10 }, "end": { - "line": 1347, + "line": 1354, "column": 14 } } @@ -389862,15 +392552,15 @@ "updateContext": null }, "value": "if", - "start": 49108, - "end": 49110, + "start": 49588, + "end": 49590, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 15 }, "end": { - "line": 1347, + "line": 1354, "column": 17 } } @@ -389887,15 +392577,15 @@ "postfix": false, "binop": null }, - "start": 49111, - "end": 49112, + "start": 49591, + "end": 49592, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 18 }, "end": { - "line": 1347, + "line": 1354, "column": 19 } } @@ -389913,15 +392603,15 @@ "binop": null }, "value": "type", - "start": 49112, - "end": 49116, + "start": 49592, + "end": 49596, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 19 }, "end": { - "line": 1347, + "line": 1354, "column": 23 } } @@ -389940,15 +392630,15 @@ "updateContext": null }, "value": "===", - "start": 49117, - "end": 49120, + "start": 49597, + "end": 49600, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 24 }, "end": { - "line": 1347, + "line": 1354, "column": 27 } } @@ -389967,15 +392657,15 @@ "updateContext": null }, "value": "convert", - "start": 49121, - "end": 49130, + "start": 49601, + "end": 49610, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 28 }, "end": { - "line": 1347, + "line": 1354, "column": 37 } } @@ -389992,15 +392682,15 @@ "postfix": false, "binop": null }, - "start": 49130, - "end": 49131, + "start": 49610, + "end": 49611, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 37 }, "end": { - "line": 1347, + "line": 1354, "column": 38 } } @@ -390017,15 +392707,15 @@ "postfix": false, "binop": null }, - "start": 49132, - "end": 49133, + "start": 49612, + "end": 49613, "loc": { "start": { - "line": 1347, + "line": 1354, "column": 39 }, "end": { - "line": 1347, + "line": 1354, "column": 40 } } @@ -390045,15 +392735,15 @@ "updateContext": null }, "value": "if", - "start": 49146, - "end": 49148, + "start": 49626, + "end": 49628, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 12 }, "end": { - "line": 1348, + "line": 1355, "column": 14 } } @@ -390070,15 +392760,15 @@ "postfix": false, "binop": null }, - "start": 49149, - "end": 49150, + "start": 49629, + "end": 49630, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 15 }, "end": { - "line": 1348, + "line": 1355, "column": 16 } } @@ -390098,15 +392788,15 @@ "updateContext": null }, "value": "this", - "start": 49150, - "end": 49154, + "start": 49630, + "end": 49634, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 16 }, "end": { - "line": 1348, + "line": 1355, "column": 20 } } @@ -390124,15 +392814,15 @@ "binop": null, "updateContext": null }, - "start": 49154, - "end": 49155, + "start": 49634, + "end": 49635, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 20 }, "end": { - "line": 1348, + "line": 1355, "column": 21 } } @@ -390150,15 +392840,15 @@ "binop": null }, "value": "converter", - "start": 49155, - "end": 49164, + "start": 49635, + "end": 49644, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 21 }, "end": { - "line": 1348, + "line": 1355, "column": 30 } } @@ -390177,15 +392867,15 @@ "updateContext": null }, "value": "&&", - "start": 49165, - "end": 49167, + "start": 49645, + "end": 49647, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 31 }, "end": { - "line": 1348, + "line": 1355, "column": 33 } } @@ -390203,15 +392893,15 @@ "binop": null }, "value": "name", - "start": 49168, - "end": 49172, + "start": 49648, + "end": 49652, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 34 }, "end": { - "line": 1348, + "line": 1355, "column": 38 } } @@ -390230,15 +392920,15 @@ "updateContext": null }, "value": "!==", - "start": 49173, - "end": 49176, + "start": 49653, + "end": 49656, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 39 }, "end": { - "line": 1348, + "line": 1355, "column": 42 } } @@ -390256,15 +392946,15 @@ "binop": null }, "value": "undefined", - "start": 49177, - "end": 49186, + "start": 49657, + "end": 49666, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 43 }, "end": { - "line": 1348, + "line": 1355, "column": 52 } } @@ -390281,15 +392971,15 @@ "postfix": false, "binop": null }, - "start": 49186, - "end": 49187, + "start": 49666, + "end": 49667, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 52 }, "end": { - "line": 1348, + "line": 1355, "column": 53 } } @@ -390306,15 +392996,15 @@ "postfix": false, "binop": null }, - "start": 49188, - "end": 49189, + "start": 49668, + "end": 49669, "loc": { "start": { - "line": 1348, + "line": 1355, "column": 54 }, "end": { - "line": 1348, + "line": 1355, "column": 55 } } @@ -390334,15 +393024,15 @@ "updateContext": null }, "value": "this", - "start": 49206, - "end": 49210, + "start": 49686, + "end": 49690, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 16 }, "end": { - "line": 1349, + "line": 1356, "column": 20 } } @@ -390360,15 +393050,15 @@ "binop": null, "updateContext": null }, - "start": 49210, - "end": 49211, + "start": 49690, + "end": 49691, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 20 }, "end": { - "line": 1349, + "line": 1356, "column": 21 } } @@ -390386,15 +393076,15 @@ "binop": null }, "value": "converter", - "start": 49211, - "end": 49220, + "start": 49691, + "end": 49700, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 21 }, "end": { - "line": 1349, + "line": 1356, "column": 30 } } @@ -390412,15 +393102,15 @@ "binop": null, "updateContext": null }, - "start": 49220, - "end": 49221, + "start": 49700, + "end": 49701, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 30 }, "end": { - "line": 1349, + "line": 1356, "column": 31 } } @@ -390438,15 +393128,15 @@ "binop": null }, "value": "saveAs", - "start": 49221, - "end": 49227, + "start": 49701, + "end": 49707, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 31 }, "end": { - "line": 1349, + "line": 1356, "column": 37 } } @@ -390463,15 +393153,15 @@ "postfix": false, "binop": null }, - "start": 49227, - "end": 49228, + "start": 49707, + "end": 49708, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 37 }, "end": { - "line": 1349, + "line": 1356, "column": 38 } } @@ -390489,15 +393179,15 @@ "binop": null }, "value": "name", - "start": 49228, - "end": 49232, + "start": 49708, + "end": 49712, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 38 }, "end": { - "line": 1349, + "line": 1356, "column": 42 } } @@ -390514,15 +393204,15 @@ "postfix": false, "binop": null }, - "start": 49232, - "end": 49233, + "start": 49712, + "end": 49713, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 42 }, "end": { - "line": 1349, + "line": 1356, "column": 43 } } @@ -390540,15 +393230,15 @@ "binop": null, "updateContext": null }, - "start": 49233, - "end": 49234, + "start": 49713, + "end": 49714, "loc": { "start": { - "line": 1349, + "line": 1356, "column": 43 }, "end": { - "line": 1349, + "line": 1356, "column": 44 } } @@ -390565,15 +393255,15 @@ "postfix": false, "binop": null }, - "start": 49247, - "end": 49248, + "start": 49727, + "end": 49728, "loc": { "start": { - "line": 1350, + "line": 1357, "column": 12 }, "end": { - "line": 1350, + "line": 1357, "column": 13 } } @@ -390590,15 +393280,15 @@ "postfix": false, "binop": null }, - "start": 49257, - "end": 49258, + "start": 49737, + "end": 49738, "loc": { "start": { - "line": 1351, + "line": 1358, "column": 8 }, "end": { - "line": 1351, + "line": 1358, "column": 9 } } @@ -390615,15 +393305,15 @@ "postfix": false, "binop": null }, - "start": 49263, - "end": 49264, + "start": 49743, + "end": 49744, "loc": { "start": { - "line": 1352, + "line": 1359, "column": 4 }, "end": { - "line": 1352, + "line": 1359, "column": 5 } } @@ -390631,15 +393321,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n ", - "start": 49270, - "end": 49411, + "start": 49750, + "end": 49891, "loc": { "start": { - "line": 1354, + "line": 1361, "column": 4 }, "end": { - "line": 1359, + "line": 1366, "column": 7 } } @@ -390657,15 +393347,15 @@ "binop": null }, "value": "dispose", - "start": 49416, - "end": 49423, + "start": 49896, + "end": 49903, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 4 }, "end": { - "line": 1360, + "line": 1367, "column": 11 } } @@ -390682,15 +393372,15 @@ "postfix": false, "binop": null }, - "start": 49423, - "end": 49424, + "start": 49903, + "end": 49904, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 11 }, "end": { - "line": 1360, + "line": 1367, "column": 12 } } @@ -390707,15 +393397,15 @@ "postfix": false, "binop": null }, - "start": 49424, - "end": 49425, + "start": 49904, + "end": 49905, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 12 }, "end": { - "line": 1360, + "line": 1367, "column": 13 } } @@ -390732,15 +393422,15 @@ "postfix": false, "binop": null }, - "start": 49426, - "end": 49427, + "start": 49906, + "end": 49907, "loc": { "start": { - "line": 1360, + "line": 1367, "column": 14 }, "end": { - "line": 1360, + "line": 1367, "column": 15 } } @@ -390748,15 +393438,15 @@ { "type": "CommentLine", "value": " disable common event listeners", - "start": 49436, - "end": 49469, + "start": 49916, + "end": 49949, "loc": { "start": { - "line": 1361, + "line": 1368, "column": 8 }, "end": { - "line": 1361, + "line": 1368, "column": 41 } } @@ -390776,15 +393466,15 @@ "updateContext": null }, "value": "this", - "start": 49478, - "end": 49482, + "start": 49958, + "end": 49962, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 8 }, "end": { - "line": 1362, + "line": 1369, "column": 12 } } @@ -390802,15 +393492,15 @@ "binop": null, "updateContext": null }, - "start": 49482, - "end": 49483, + "start": 49962, + "end": 49963, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 12 }, "end": { - "line": 1362, + "line": 1369, "column": 13 } } @@ -390828,15 +393518,15 @@ "binop": null }, "value": "player", - "start": 49483, - "end": 49489, + "start": 49963, + "end": 49969, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 13 }, "end": { - "line": 1362, + "line": 1369, "column": 19 } } @@ -390854,15 +393544,15 @@ "binop": null, "updateContext": null }, - "start": 49489, - "end": 49490, + "start": 49969, + "end": 49970, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 19 }, "end": { - "line": 1362, + "line": 1369, "column": 20 } } @@ -390880,15 +393570,15 @@ "binop": null }, "value": "off", - "start": 49490, - "end": 49493, + "start": 49970, + "end": 49973, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 20 }, "end": { - "line": 1362, + "line": 1369, "column": 23 } } @@ -390905,15 +393595,15 @@ "postfix": false, "binop": null }, - "start": 49493, - "end": 49494, + "start": 49973, + "end": 49974, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 23 }, "end": { - "line": 1362, + "line": 1369, "column": 24 } } @@ -390931,15 +393621,15 @@ "binop": null }, "value": "Event", - "start": 49494, - "end": 49499, + "start": 49974, + "end": 49979, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 24 }, "end": { - "line": 1362, + "line": 1369, "column": 29 } } @@ -390957,15 +393647,15 @@ "binop": null, "updateContext": null }, - "start": 49499, - "end": 49500, + "start": 49979, + "end": 49980, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 29 }, "end": { - "line": 1362, + "line": 1369, "column": 30 } } @@ -390983,15 +393673,15 @@ "binop": null }, "value": "READY", - "start": 49500, - "end": 49505, + "start": 49980, + "end": 49985, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 30 }, "end": { - "line": 1362, + "line": 1369, "column": 35 } } @@ -391008,15 +393698,15 @@ "postfix": false, "binop": null }, - "start": 49505, - "end": 49506, + "start": 49985, + "end": 49986, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 35 }, "end": { - "line": 1362, + "line": 1369, "column": 36 } } @@ -391034,15 +393724,15 @@ "binop": null, "updateContext": null }, - "start": 49506, - "end": 49507, + "start": 49986, + "end": 49987, "loc": { "start": { - "line": 1362, + "line": 1369, "column": 36 }, "end": { - "line": 1362, + "line": 1369, "column": 37 } } @@ -391062,15 +393752,15 @@ "updateContext": null }, "value": "this", - "start": 49516, - "end": 49520, + "start": 49996, + "end": 50000, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 8 }, "end": { - "line": 1363, + "line": 1370, "column": 12 } } @@ -391088,15 +393778,15 @@ "binop": null, "updateContext": null }, - "start": 49520, - "end": 49521, + "start": 50000, + "end": 50001, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 12 }, "end": { - "line": 1363, + "line": 1370, "column": 13 } } @@ -391114,15 +393804,15 @@ "binop": null }, "value": "player", - "start": 49521, - "end": 49527, + "start": 50001, + "end": 50007, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 13 }, "end": { - "line": 1363, + "line": 1370, "column": 19 } } @@ -391140,15 +393830,15 @@ "binop": null, "updateContext": null }, - "start": 49527, - "end": 49528, + "start": 50007, + "end": 50008, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 19 }, "end": { - "line": 1363, + "line": 1370, "column": 20 } } @@ -391166,15 +393856,15 @@ "binop": null }, "value": "off", - "start": 49528, - "end": 49531, + "start": 50008, + "end": 50011, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 20 }, "end": { - "line": 1363, + "line": 1370, "column": 23 } } @@ -391191,15 +393881,15 @@ "postfix": false, "binop": null }, - "start": 49531, - "end": 49532, + "start": 50011, + "end": 50012, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 23 }, "end": { - "line": 1363, + "line": 1370, "column": 24 } } @@ -391217,15 +393907,15 @@ "binop": null }, "value": "Event", - "start": 49532, - "end": 49537, + "start": 50012, + "end": 50017, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 24 }, "end": { - "line": 1363, + "line": 1370, "column": 29 } } @@ -391243,15 +393933,15 @@ "binop": null, "updateContext": null }, - "start": 49537, - "end": 49538, + "start": 50017, + "end": 50018, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 29 }, "end": { - "line": 1363, + "line": 1370, "column": 30 } } @@ -391269,15 +393959,15 @@ "binop": null }, "value": "USERINACTIVE", - "start": 49538, - "end": 49550, + "start": 50018, + "end": 50030, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 30 }, "end": { - "line": 1363, + "line": 1370, "column": 42 } } @@ -391294,15 +393984,15 @@ "postfix": false, "binop": null }, - "start": 49550, - "end": 49551, + "start": 50030, + "end": 50031, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 42 }, "end": { - "line": 1363, + "line": 1370, "column": 43 } } @@ -391320,15 +394010,15 @@ "binop": null, "updateContext": null }, - "start": 49551, - "end": 49552, + "start": 50031, + "end": 50032, "loc": { "start": { - "line": 1363, + "line": 1370, "column": 43 }, "end": { - "line": 1363, + "line": 1370, "column": 44 } } @@ -391348,15 +394038,15 @@ "updateContext": null }, "value": "this", - "start": 49561, - "end": 49565, + "start": 50041, + "end": 50045, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 8 }, "end": { - "line": 1364, + "line": 1371, "column": 12 } } @@ -391374,15 +394064,15 @@ "binop": null, "updateContext": null }, - "start": 49565, - "end": 49566, + "start": 50045, + "end": 50046, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 12 }, "end": { - "line": 1364, + "line": 1371, "column": 13 } } @@ -391400,15 +394090,15 @@ "binop": null }, "value": "player", - "start": 49566, - "end": 49572, + "start": 50046, + "end": 50052, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 13 }, "end": { - "line": 1364, + "line": 1371, "column": 19 } } @@ -391426,15 +394116,15 @@ "binop": null, "updateContext": null }, - "start": 49572, - "end": 49573, + "start": 50052, + "end": 50053, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 19 }, "end": { - "line": 1364, + "line": 1371, "column": 20 } } @@ -391452,15 +394142,15 @@ "binop": null }, "value": "off", - "start": 49573, - "end": 49576, + "start": 50053, + "end": 50056, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 20 }, "end": { - "line": 1364, + "line": 1371, "column": 23 } } @@ -391477,15 +394167,15 @@ "postfix": false, "binop": null }, - "start": 49576, - "end": 49577, + "start": 50056, + "end": 50057, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 23 }, "end": { - "line": 1364, + "line": 1371, "column": 24 } } @@ -391503,15 +394193,15 @@ "binop": null }, "value": "Event", - "start": 49577, - "end": 49582, + "start": 50057, + "end": 50062, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 24 }, "end": { - "line": 1364, + "line": 1371, "column": 29 } } @@ -391529,15 +394219,15 @@ "binop": null, "updateContext": null }, - "start": 49582, - "end": 49583, + "start": 50062, + "end": 50063, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 29 }, "end": { - "line": 1364, + "line": 1371, "column": 30 } } @@ -391555,15 +394245,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 49583, - "end": 49597, + "start": 50063, + "end": 50077, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 30 }, "end": { - "line": 1364, + "line": 1371, "column": 44 } } @@ -391580,15 +394270,15 @@ "postfix": false, "binop": null }, - "start": 49597, - "end": 49598, + "start": 50077, + "end": 50078, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 44 }, "end": { - "line": 1364, + "line": 1371, "column": 45 } } @@ -391606,15 +394296,15 @@ "binop": null, "updateContext": null }, - "start": 49598, - "end": 49599, + "start": 50078, + "end": 50079, "loc": { "start": { - "line": 1364, + "line": 1371, "column": 45 }, "end": { - "line": 1364, + "line": 1371, "column": 46 } } @@ -391622,15 +394312,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 49609, - "end": 49657, + "start": 50089, + "end": 50137, "loc": { "start": { - "line": 1366, + "line": 1373, "column": 8 }, "end": { - "line": 1366, + "line": 1373, "column": 56 } } @@ -391650,15 +394340,15 @@ "updateContext": null }, "value": "if", - "start": 49666, - "end": 49668, + "start": 50146, + "end": 50148, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 8 }, "end": { - "line": 1367, + "line": 1374, "column": 10 } } @@ -391675,15 +394365,15 @@ "postfix": false, "binop": null }, - "start": 49669, - "end": 49670, + "start": 50149, + "end": 50150, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 11 }, "end": { - "line": 1367, + "line": 1374, "column": 12 } } @@ -391703,15 +394393,15 @@ "updateContext": null }, "value": "this", - "start": 49670, - "end": 49674, + "start": 50150, + "end": 50154, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 12 }, "end": { - "line": 1367, + "line": 1374, "column": 16 } } @@ -391729,15 +394419,15 @@ "binop": null, "updateContext": null }, - "start": 49674, - "end": 49675, + "start": 50154, + "end": 50155, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 16 }, "end": { - "line": 1367, + "line": 1374, "column": 17 } } @@ -391755,15 +394445,15 @@ "binop": null }, "value": "engine", - "start": 49675, - "end": 49681, + "start": 50155, + "end": 50161, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 17 }, "end": { - "line": 1367, + "line": 1374, "column": 23 } } @@ -391780,15 +394470,15 @@ "postfix": false, "binop": null }, - "start": 49681, - "end": 49682, + "start": 50161, + "end": 50162, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 23 }, "end": { - "line": 1367, + "line": 1374, "column": 24 } } @@ -391805,15 +394495,15 @@ "postfix": false, "binop": null }, - "start": 49683, - "end": 49684, + "start": 50163, + "end": 50164, "loc": { "start": { - "line": 1367, + "line": 1374, "column": 25 }, "end": { - "line": 1367, + "line": 1374, "column": 26 } } @@ -391833,15 +394523,15 @@ "updateContext": null }, "value": "this", - "start": 49697, - "end": 49701, + "start": 50177, + "end": 50181, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 12 }, "end": { - "line": 1368, + "line": 1375, "column": 16 } } @@ -391859,15 +394549,15 @@ "binop": null, "updateContext": null }, - "start": 49701, - "end": 49702, + "start": 50181, + "end": 50182, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 16 }, "end": { - "line": 1368, + "line": 1375, "column": 17 } } @@ -391885,15 +394575,15 @@ "binop": null }, "value": "engine", - "start": 49702, - "end": 49708, + "start": 50182, + "end": 50188, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 17 }, "end": { - "line": 1368, + "line": 1375, "column": 23 } } @@ -391911,15 +394601,15 @@ "binop": null, "updateContext": null }, - "start": 49708, - "end": 49709, + "start": 50188, + "end": 50189, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 23 }, "end": { - "line": 1368, + "line": 1375, "column": 24 } } @@ -391937,15 +394627,15 @@ "binop": null }, "value": "dispose", - "start": 49709, - "end": 49716, + "start": 50189, + "end": 50196, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 24 }, "end": { - "line": 1368, + "line": 1375, "column": 31 } } @@ -391962,15 +394652,15 @@ "postfix": false, "binop": null }, - "start": 49716, - "end": 49717, + "start": 50196, + "end": 50197, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 31 }, "end": { - "line": 1368, + "line": 1375, "column": 32 } } @@ -391987,15 +394677,15 @@ "postfix": false, "binop": null }, - "start": 49717, - "end": 49718, + "start": 50197, + "end": 50198, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 32 }, "end": { - "line": 1368, + "line": 1375, "column": 33 } } @@ -392013,15 +394703,15 @@ "binop": null, "updateContext": null }, - "start": 49718, - "end": 49719, + "start": 50198, + "end": 50199, "loc": { "start": { - "line": 1368, + "line": 1375, "column": 33 }, "end": { - "line": 1368, + "line": 1375, "column": 34 } } @@ -392041,15 +394731,15 @@ "updateContext": null }, "value": "this", - "start": 49732, - "end": 49736, + "start": 50212, + "end": 50216, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 12 }, "end": { - "line": 1369, + "line": 1376, "column": 16 } } @@ -392067,15 +394757,15 @@ "binop": null, "updateContext": null }, - "start": 49736, - "end": 49737, + "start": 50216, + "end": 50217, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 16 }, "end": { - "line": 1369, + "line": 1376, "column": 17 } } @@ -392093,15 +394783,15 @@ "binop": null }, "value": "engine", - "start": 49737, - "end": 49743, + "start": 50217, + "end": 50223, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 17 }, "end": { - "line": 1369, + "line": 1376, "column": 23 } } @@ -392119,15 +394809,15 @@ "binop": null, "updateContext": null }, - "start": 49743, - "end": 49744, + "start": 50223, + "end": 50224, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 23 }, "end": { - "line": 1369, + "line": 1376, "column": 24 } } @@ -392145,15 +394835,15 @@ "binop": null }, "value": "destroy", - "start": 49744, - "end": 49751, + "start": 50224, + "end": 50231, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 24 }, "end": { - "line": 1369, + "line": 1376, "column": 31 } } @@ -392170,15 +394860,15 @@ "postfix": false, "binop": null }, - "start": 49751, - "end": 49752, + "start": 50231, + "end": 50232, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 31 }, "end": { - "line": 1369, + "line": 1376, "column": 32 } } @@ -392195,15 +394885,15 @@ "postfix": false, "binop": null }, - "start": 49752, - "end": 49753, + "start": 50232, + "end": 50233, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 32 }, "end": { - "line": 1369, + "line": 1376, "column": 33 } } @@ -392221,15 +394911,15 @@ "binop": null, "updateContext": null }, - "start": 49753, - "end": 49754, + "start": 50233, + "end": 50234, "loc": { "start": { - "line": 1369, + "line": 1376, "column": 33 }, "end": { - "line": 1369, + "line": 1376, "column": 34 } } @@ -392249,15 +394939,15 @@ "updateContext": null }, "value": "this", - "start": 49767, - "end": 49771, + "start": 50247, + "end": 50251, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 12 }, "end": { - "line": 1370, + "line": 1377, "column": 16 } } @@ -392275,15 +394965,15 @@ "binop": null, "updateContext": null }, - "start": 49771, - "end": 49772, + "start": 50251, + "end": 50252, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 16 }, "end": { - "line": 1370, + "line": 1377, "column": 17 } } @@ -392301,15 +394991,15 @@ "binop": null }, "value": "engine", - "start": 49772, - "end": 49778, + "start": 50252, + "end": 50258, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 17 }, "end": { - "line": 1370, + "line": 1377, "column": 23 } } @@ -392327,15 +395017,15 @@ "binop": null, "updateContext": null }, - "start": 49778, - "end": 49779, + "start": 50258, + "end": 50259, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 23 }, "end": { - "line": 1370, + "line": 1377, "column": 24 } } @@ -392353,15 +395043,15 @@ "binop": null }, "value": "off", - "start": 49779, - "end": 49782, + "start": 50259, + "end": 50262, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 24 }, "end": { - "line": 1370, + "line": 1377, "column": 27 } } @@ -392378,15 +395068,15 @@ "postfix": false, "binop": null }, - "start": 49782, - "end": 49783, + "start": 50262, + "end": 50263, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 27 }, "end": { - "line": 1370, + "line": 1377, "column": 28 } } @@ -392404,15 +395094,15 @@ "binop": null }, "value": "Event", - "start": 49783, - "end": 49788, + "start": 50263, + "end": 50268, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 28 }, "end": { - "line": 1370, + "line": 1377, "column": 33 } } @@ -392430,15 +395120,15 @@ "binop": null, "updateContext": null }, - "start": 49788, - "end": 49789, + "start": 50268, + "end": 50269, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 33 }, "end": { - "line": 1370, + "line": 1377, "column": 34 } } @@ -392456,15 +395146,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 49789, - "end": 49804, + "start": 50269, + "end": 50284, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 34 }, "end": { - "line": 1370, + "line": 1377, "column": 49 } } @@ -392482,15 +395172,15 @@ "binop": null, "updateContext": null }, - "start": 49804, - "end": 49805, + "start": 50284, + "end": 50285, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 49 }, "end": { - "line": 1370, + "line": 1377, "column": 50 } } @@ -392510,15 +395200,15 @@ "updateContext": null }, "value": "this", - "start": 49806, - "end": 49810, + "start": 50286, + "end": 50290, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 51 }, "end": { - "line": 1370, + "line": 1377, "column": 55 } } @@ -392536,15 +395226,15 @@ "binop": null, "updateContext": null }, - "start": 49810, - "end": 49811, + "start": 50290, + "end": 50291, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 55 }, "end": { - "line": 1370, + "line": 1377, "column": 56 } } @@ -392562,15 +395252,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 49811, - "end": 49829, + "start": 50291, + "end": 50309, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 56 }, "end": { - "line": 1370, + "line": 1377, "column": 74 } } @@ -392587,15 +395277,15 @@ "postfix": false, "binop": null }, - "start": 49829, - "end": 49830, + "start": 50309, + "end": 50310, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 74 }, "end": { - "line": 1370, + "line": 1377, "column": 75 } } @@ -392613,15 +395303,15 @@ "binop": null, "updateContext": null }, - "start": 49830, - "end": 49831, + "start": 50310, + "end": 50311, "loc": { "start": { - "line": 1370, + "line": 1377, "column": 75 }, "end": { - "line": 1370, + "line": 1377, "column": 76 } } @@ -392638,15 +395328,15 @@ "postfix": false, "binop": null }, - "start": 49840, - "end": 49841, + "start": 50320, + "end": 50321, "loc": { "start": { - "line": 1371, + "line": 1378, "column": 8 }, "end": { - "line": 1371, + "line": 1378, "column": 9 } } @@ -392654,15 +395344,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 49851, - "end": 49879, + "start": 50331, + "end": 50359, "loc": { "start": { - "line": 1373, + "line": 1380, "column": 8 }, "end": { - "line": 1373, + "line": 1380, "column": 36 } } @@ -392682,15 +395372,15 @@ "updateContext": null }, "value": "this", - "start": 49888, - "end": 49892, + "start": 50368, + "end": 50372, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 8 }, "end": { - "line": 1374, + "line": 1381, "column": 12 } } @@ -392708,15 +395398,15 @@ "binop": null, "updateContext": null }, - "start": 49892, - "end": 49893, + "start": 50372, + "end": 50373, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 12 }, "end": { - "line": 1374, + "line": 1381, "column": 13 } } @@ -392734,15 +395424,15 @@ "binop": null }, "value": "stop", - "start": 49893, - "end": 49897, + "start": 50373, + "end": 50377, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 13 }, "end": { - "line": 1374, + "line": 1381, "column": 17 } } @@ -392759,15 +395449,15 @@ "postfix": false, "binop": null }, - "start": 49897, - "end": 49898, + "start": 50377, + "end": 50378, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 17 }, "end": { - "line": 1374, + "line": 1381, "column": 18 } } @@ -392784,15 +395474,15 @@ "postfix": false, "binop": null }, - "start": 49898, - "end": 49899, + "start": 50378, + "end": 50379, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 18 }, "end": { - "line": 1374, + "line": 1381, "column": 19 } } @@ -392810,15 +395500,15 @@ "binop": null, "updateContext": null }, - "start": 49899, - "end": 49900, + "start": 50379, + "end": 50380, "loc": { "start": { - "line": 1374, + "line": 1381, "column": 19 }, "end": { - "line": 1374, + "line": 1381, "column": 20 } } @@ -392838,15 +395528,15 @@ "updateContext": null }, "value": "this", - "start": 49909, - "end": 49913, + "start": 50389, + "end": 50393, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 8 }, "end": { - "line": 1375, + "line": 1382, "column": 12 } } @@ -392864,15 +395554,15 @@ "binop": null, "updateContext": null }, - "start": 49913, - "end": 49914, + "start": 50393, + "end": 50394, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 12 }, "end": { - "line": 1375, + "line": 1382, "column": 13 } } @@ -392890,15 +395580,15 @@ "binop": null }, "value": "stopDevice", - "start": 49914, - "end": 49924, + "start": 50394, + "end": 50404, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 13 }, "end": { - "line": 1375, + "line": 1382, "column": 23 } } @@ -392915,15 +395605,15 @@ "postfix": false, "binop": null }, - "start": 49924, - "end": 49925, + "start": 50404, + "end": 50405, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 23 }, "end": { - "line": 1375, + "line": 1382, "column": 24 } } @@ -392940,15 +395630,15 @@ "postfix": false, "binop": null }, - "start": 49925, - "end": 49926, + "start": 50405, + "end": 50406, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 24 }, "end": { - "line": 1375, + "line": 1382, "column": 25 } } @@ -392966,15 +395656,15 @@ "binop": null, "updateContext": null }, - "start": 49926, - "end": 49927, + "start": 50406, + "end": 50407, "loc": { "start": { - "line": 1375, + "line": 1382, "column": 25 }, "end": { - "line": 1375, + "line": 1382, "column": 26 } } @@ -392982,15 +395672,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 49937, - "end": 49965, + "start": 50417, + "end": 50445, "loc": { "start": { - "line": 1377, + "line": 1384, "column": 8 }, "end": { - "line": 1377, + "line": 1384, "column": 36 } } @@ -393010,15 +395700,15 @@ "updateContext": null }, "value": "this", - "start": 49974, - "end": 49978, + "start": 50454, + "end": 50458, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 8 }, "end": { - "line": 1378, + "line": 1385, "column": 12 } } @@ -393036,15 +395726,15 @@ "binop": null, "updateContext": null }, - "start": 49978, - "end": 49979, + "start": 50458, + "end": 50459, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 12 }, "end": { - "line": 1378, + "line": 1385, "column": 13 } } @@ -393062,15 +395752,15 @@ "binop": null }, "value": "removeRecording", - "start": 49979, - "end": 49994, + "start": 50459, + "end": 50474, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 13 }, "end": { - "line": 1378, + "line": 1385, "column": 28 } } @@ -393087,15 +395777,15 @@ "postfix": false, "binop": null }, - "start": 49994, - "end": 49995, + "start": 50474, + "end": 50475, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 28 }, "end": { - "line": 1378, + "line": 1385, "column": 29 } } @@ -393112,15 +395802,15 @@ "postfix": false, "binop": null }, - "start": 49995, - "end": 49996, + "start": 50475, + "end": 50476, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 29 }, "end": { - "line": 1378, + "line": 1385, "column": 30 } } @@ -393138,15 +395828,15 @@ "binop": null, "updateContext": null }, - "start": 49996, - "end": 49997, + "start": 50476, + "end": 50477, "loc": { "start": { - "line": 1378, + "line": 1385, "column": 30 }, "end": { - "line": 1378, + "line": 1385, "column": 31 } } @@ -393154,15 +395844,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 50007, - "end": 50024, + "start": 50487, + "end": 50504, "loc": { "start": { - "line": 1380, + "line": 1387, "column": 8 }, "end": { - "line": 1380, + "line": 1387, "column": 25 } } @@ -393182,15 +395872,15 @@ "updateContext": null }, "value": "this", - "start": 50033, - "end": 50037, + "start": 50513, + "end": 50517, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 8 }, "end": { - "line": 1381, + "line": 1388, "column": 12 } } @@ -393208,15 +395898,15 @@ "binop": null, "updateContext": null }, - "start": 50037, - "end": 50038, + "start": 50517, + "end": 50518, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 12 }, "end": { - "line": 1381, + "line": 1388, "column": 13 } } @@ -393234,15 +395924,15 @@ "binop": null }, "value": "player", - "start": 50038, - "end": 50044, + "start": 50518, + "end": 50524, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 13 }, "end": { - "line": 1381, + "line": 1388, "column": 19 } } @@ -393260,15 +395950,15 @@ "binop": null, "updateContext": null }, - "start": 50044, - "end": 50045, + "start": 50524, + "end": 50525, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 19 }, "end": { - "line": 1381, + "line": 1388, "column": 20 } } @@ -393286,15 +395976,15 @@ "binop": null }, "value": "clearInterval", - "start": 50045, - "end": 50058, + "start": 50525, + "end": 50538, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 20 }, "end": { - "line": 1381, + "line": 1388, "column": 33 } } @@ -393311,15 +396001,15 @@ "postfix": false, "binop": null }, - "start": 50058, - "end": 50059, + "start": 50538, + "end": 50539, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 33 }, "end": { - "line": 1381, + "line": 1388, "column": 34 } } @@ -393339,15 +396029,15 @@ "updateContext": null }, "value": "this", - "start": 50059, - "end": 50063, + "start": 50539, + "end": 50543, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 34 }, "end": { - "line": 1381, + "line": 1388, "column": 38 } } @@ -393365,15 +396055,15 @@ "binop": null, "updateContext": null }, - "start": 50063, - "end": 50064, + "start": 50543, + "end": 50544, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 38 }, "end": { - "line": 1381, + "line": 1388, "column": 39 } } @@ -393391,15 +396081,15 @@ "binop": null }, "value": "countDown", - "start": 50064, - "end": 50073, + "start": 50544, + "end": 50553, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 39 }, "end": { - "line": 1381, + "line": 1388, "column": 48 } } @@ -393416,15 +396106,15 @@ "postfix": false, "binop": null }, - "start": 50073, - "end": 50074, + "start": 50553, + "end": 50554, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 48 }, "end": { - "line": 1381, + "line": 1388, "column": 49 } } @@ -393442,15 +396132,15 @@ "binop": null, "updateContext": null }, - "start": 50074, - "end": 50075, + "start": 50554, + "end": 50555, "loc": { "start": { - "line": 1381, + "line": 1388, "column": 49 }, "end": { - "line": 1381, + "line": 1388, "column": 50 } } @@ -393458,15 +396148,15 @@ { "type": "CommentLine", "value": " dispose wavesurfer.js", - "start": 50085, - "end": 50109, + "start": 50565, + "end": 50589, "loc": { "start": { - "line": 1383, + "line": 1390, "column": 8 }, "end": { - "line": 1383, + "line": 1390, "column": 32 } } @@ -393486,15 +396176,15 @@ "updateContext": null }, "value": "if", - "start": 50118, - "end": 50120, + "start": 50598, + "end": 50600, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 8 }, "end": { - "line": 1384, + "line": 1391, "column": 10 } } @@ -393511,15 +396201,15 @@ "postfix": false, "binop": null }, - "start": 50121, - "end": 50122, + "start": 50601, + "end": 50602, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 11 }, "end": { - "line": 1384, + "line": 1391, "column": 12 } } @@ -393539,15 +396229,15 @@ "updateContext": null }, "value": "this", - "start": 50122, - "end": 50126, + "start": 50602, + "end": 50606, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 12 }, "end": { - "line": 1384, + "line": 1391, "column": 16 } } @@ -393565,15 +396255,15 @@ "binop": null, "updateContext": null }, - "start": 50126, - "end": 50127, + "start": 50606, + "end": 50607, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 16 }, "end": { - "line": 1384, + "line": 1391, "column": 17 } } @@ -393591,15 +396281,15 @@ "binop": null }, "value": "getRecordType", - "start": 50127, - "end": 50140, + "start": 50607, + "end": 50620, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 17 }, "end": { - "line": 1384, + "line": 1391, "column": 30 } } @@ -393616,15 +396306,15 @@ "postfix": false, "binop": null }, - "start": 50140, - "end": 50141, + "start": 50620, + "end": 50621, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 30 }, "end": { - "line": 1384, + "line": 1391, "column": 31 } } @@ -393641,15 +396331,15 @@ "postfix": false, "binop": null }, - "start": 50141, - "end": 50142, + "start": 50621, + "end": 50622, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 31 }, "end": { - "line": 1384, + "line": 1391, "column": 32 } } @@ -393668,15 +396358,15 @@ "updateContext": null }, "value": "===", - "start": 50143, - "end": 50146, + "start": 50623, + "end": 50626, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 33 }, "end": { - "line": 1384, + "line": 1391, "column": 36 } } @@ -393694,15 +396384,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 50147, - "end": 50157, + "start": 50627, + "end": 50637, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 37 }, "end": { - "line": 1384, + "line": 1391, "column": 47 } } @@ -393719,15 +396409,15 @@ "postfix": false, "binop": null }, - "start": 50157, - "end": 50158, + "start": 50637, + "end": 50638, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 47 }, "end": { - "line": 1384, + "line": 1391, "column": 48 } } @@ -393744,15 +396434,15 @@ "postfix": false, "binop": null }, - "start": 50159, - "end": 50160, + "start": 50639, + "end": 50640, "loc": { "start": { - "line": 1384, + "line": 1391, "column": 49 }, "end": { - "line": 1384, + "line": 1391, "column": 50 } } @@ -393772,15 +396462,15 @@ "updateContext": null }, "value": "if", - "start": 50173, - "end": 50175, + "start": 50653, + "end": 50655, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 12 }, "end": { - "line": 1385, + "line": 1392, "column": 14 } } @@ -393797,15 +396487,15 @@ "postfix": false, "binop": null }, - "start": 50176, - "end": 50177, + "start": 50656, + "end": 50657, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 15 }, "end": { - "line": 1385, + "line": 1392, "column": 16 } } @@ -393825,15 +396515,15 @@ "updateContext": null }, "value": "this", - "start": 50177, - "end": 50181, + "start": 50657, + "end": 50661, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 16 }, "end": { - "line": 1385, + "line": 1392, "column": 20 } } @@ -393851,15 +396541,15 @@ "binop": null, "updateContext": null }, - "start": 50181, - "end": 50182, + "start": 50661, + "end": 50662, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 20 }, "end": { - "line": 1385, + "line": 1392, "column": 21 } } @@ -393877,15 +396567,15 @@ "binop": null }, "value": "surfer", - "start": 50182, - "end": 50188, + "start": 50662, + "end": 50668, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 21 }, "end": { - "line": 1385, + "line": 1392, "column": 27 } } @@ -393902,15 +396592,15 @@ "postfix": false, "binop": null }, - "start": 50188, - "end": 50189, + "start": 50668, + "end": 50669, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 27 }, "end": { - "line": 1385, + "line": 1392, "column": 28 } } @@ -393927,15 +396617,15 @@ "postfix": false, "binop": null }, - "start": 50190, - "end": 50191, + "start": 50670, + "end": 50671, "loc": { "start": { - "line": 1385, + "line": 1392, "column": 29 }, "end": { - "line": 1385, + "line": 1392, "column": 30 } } @@ -393943,15 +396633,15 @@ { "type": "CommentLine", "value": " also disposes player", - "start": 50208, - "end": 50231, + "start": 50688, + "end": 50711, "loc": { "start": { - "line": 1386, + "line": 1393, "column": 16 }, "end": { - "line": 1386, + "line": 1393, "column": 39 } } @@ -393971,15 +396661,15 @@ "updateContext": null }, "value": "this", - "start": 50248, - "end": 50252, + "start": 50728, + "end": 50732, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 16 }, "end": { - "line": 1387, + "line": 1394, "column": 20 } } @@ -393997,15 +396687,15 @@ "binop": null, "updateContext": null }, - "start": 50252, - "end": 50253, + "start": 50732, + "end": 50733, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 20 }, "end": { - "line": 1387, + "line": 1394, "column": 21 } } @@ -394023,15 +396713,15 @@ "binop": null }, "value": "surfer", - "start": 50253, - "end": 50259, + "start": 50733, + "end": 50739, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 21 }, "end": { - "line": 1387, + "line": 1394, "column": 27 } } @@ -394049,15 +396739,15 @@ "binop": null, "updateContext": null }, - "start": 50259, - "end": 50260, + "start": 50739, + "end": 50740, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 27 }, "end": { - "line": 1387, + "line": 1394, "column": 28 } } @@ -394075,15 +396765,15 @@ "binop": null }, "value": "destroy", - "start": 50260, - "end": 50267, + "start": 50740, + "end": 50747, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 28 }, "end": { - "line": 1387, + "line": 1394, "column": 35 } } @@ -394100,15 +396790,15 @@ "postfix": false, "binop": null }, - "start": 50267, - "end": 50268, + "start": 50747, + "end": 50748, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 35 }, "end": { - "line": 1387, + "line": 1394, "column": 36 } } @@ -394125,15 +396815,15 @@ "postfix": false, "binop": null }, - "start": 50268, - "end": 50269, + "start": 50748, + "end": 50749, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 36 }, "end": { - "line": 1387, + "line": 1394, "column": 37 } } @@ -394151,15 +396841,15 @@ "binop": null, "updateContext": null }, - "start": 50269, - "end": 50270, + "start": 50749, + "end": 50750, "loc": { "start": { - "line": 1387, + "line": 1394, "column": 37 }, "end": { - "line": 1387, + "line": 1394, "column": 38 } } @@ -394176,15 +396866,15 @@ "postfix": false, "binop": null }, - "start": 50283, - "end": 50284, + "start": 50763, + "end": 50764, "loc": { "start": { - "line": 1388, + "line": 1395, "column": 12 }, "end": { - "line": 1388, + "line": 1395, "column": 13 } } @@ -394201,15 +396891,15 @@ "postfix": false, "binop": null }, - "start": 50293, - "end": 50294, + "start": 50773, + "end": 50774, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 8 }, "end": { - "line": 1389, + "line": 1396, "column": 9 } } @@ -394229,15 +396919,15 @@ "updateContext": null }, "value": "else", - "start": 50295, - "end": 50299, + "start": 50775, + "end": 50779, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 10 }, "end": { - "line": 1389, + "line": 1396, "column": 14 } } @@ -394257,15 +396947,15 @@ "updateContext": null }, "value": "if", - "start": 50300, - "end": 50302, + "start": 50780, + "end": 50782, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 15 }, "end": { - "line": 1389, + "line": 1396, "column": 17 } } @@ -394282,15 +396972,15 @@ "postfix": false, "binop": null }, - "start": 50303, - "end": 50304, + "start": 50783, + "end": 50784, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 18 }, "end": { - "line": 1389, + "line": 1396, "column": 19 } } @@ -394310,15 +397000,15 @@ "updateContext": null }, "value": "this", - "start": 50304, - "end": 50308, + "start": 50784, + "end": 50788, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 19 }, "end": { - "line": 1389, + "line": 1396, "column": 23 } } @@ -394336,15 +397026,15 @@ "binop": null, "updateContext": null }, - "start": 50308, - "end": 50309, + "start": 50788, + "end": 50789, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 23 }, "end": { - "line": 1389, + "line": 1396, "column": 24 } } @@ -394362,15 +397052,15 @@ "binop": null }, "value": "getRecordType", - "start": 50309, - "end": 50322, + "start": 50789, + "end": 50802, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 24 }, "end": { - "line": 1389, + "line": 1396, "column": 37 } } @@ -394387,15 +397077,15 @@ "postfix": false, "binop": null }, - "start": 50322, - "end": 50323, + "start": 50802, + "end": 50803, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 37 }, "end": { - "line": 1389, + "line": 1396, "column": 38 } } @@ -394412,15 +397102,15 @@ "postfix": false, "binop": null }, - "start": 50323, - "end": 50324, + "start": 50803, + "end": 50804, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 38 }, "end": { - "line": 1389, + "line": 1396, "column": 39 } } @@ -394439,15 +397129,15 @@ "updateContext": null }, "value": "===", - "start": 50325, - "end": 50328, + "start": 50805, + "end": 50808, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 40 }, "end": { - "line": 1389, + "line": 1396, "column": 43 } } @@ -394465,15 +397155,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 50329, - "end": 50339, + "start": 50809, + "end": 50819, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 44 }, "end": { - "line": 1389, + "line": 1396, "column": 54 } } @@ -394490,15 +397180,15 @@ "postfix": false, "binop": null }, - "start": 50339, - "end": 50340, + "start": 50819, + "end": 50820, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 54 }, "end": { - "line": 1389, + "line": 1396, "column": 55 } } @@ -394515,15 +397205,15 @@ "postfix": false, "binop": null }, - "start": 50341, - "end": 50342, + "start": 50821, + "end": 50822, "loc": { "start": { - "line": 1389, + "line": 1396, "column": 56 }, "end": { - "line": 1389, + "line": 1396, "column": 57 } } @@ -394543,15 +397233,15 @@ "updateContext": null }, "value": "if", - "start": 50355, - "end": 50357, + "start": 50835, + "end": 50837, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 12 }, "end": { - "line": 1390, + "line": 1397, "column": 14 } } @@ -394568,15 +397258,15 @@ "postfix": false, "binop": null }, - "start": 50358, - "end": 50359, + "start": 50838, + "end": 50839, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 15 }, "end": { - "line": 1390, + "line": 1397, "column": 16 } } @@ -394596,15 +397286,15 @@ "updateContext": null }, "value": "this", - "start": 50359, - "end": 50363, + "start": 50839, + "end": 50843, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 16 }, "end": { - "line": 1390, + "line": 1397, "column": 20 } } @@ -394622,15 +397312,15 @@ "binop": null, "updateContext": null }, - "start": 50363, - "end": 50364, + "start": 50843, + "end": 50844, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 20 }, "end": { - "line": 1390, + "line": 1397, "column": 21 } } @@ -394648,15 +397338,15 @@ "binop": null }, "value": "mediaElement", - "start": 50364, - "end": 50376, + "start": 50844, + "end": 50856, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 21 }, "end": { - "line": 1390, + "line": 1397, "column": 33 } } @@ -394675,15 +397365,15 @@ "updateContext": null }, "value": "&&", - "start": 50377, - "end": 50379, + "start": 50857, + "end": 50859, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 34 }, "end": { - "line": 1390, + "line": 1397, "column": 36 } } @@ -394703,15 +397393,15 @@ "updateContext": null }, "value": "this", - "start": 50380, - "end": 50384, + "start": 50860, + "end": 50864, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 37 }, "end": { - "line": 1390, + "line": 1397, "column": 41 } } @@ -394729,15 +397419,15 @@ "binop": null, "updateContext": null }, - "start": 50384, - "end": 50385, + "start": 50864, + "end": 50865, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 41 }, "end": { - "line": 1390, + "line": 1397, "column": 42 } } @@ -394755,15 +397445,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 50385, - "end": 50406, + "start": 50865, + "end": 50886, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 42 }, "end": { - "line": 1390, + "line": 1397, "column": 63 } } @@ -394780,15 +397470,15 @@ "postfix": false, "binop": null }, - "start": 50406, - "end": 50407, + "start": 50886, + "end": 50887, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 63 }, "end": { - "line": 1390, + "line": 1397, "column": 64 } } @@ -394805,15 +397495,15 @@ "postfix": false, "binop": null }, - "start": 50408, - "end": 50409, + "start": 50888, + "end": 50889, "loc": { "start": { - "line": 1390, + "line": 1397, "column": 65 }, "end": { - "line": 1390, + "line": 1397, "column": 66 } } @@ -394821,15 +397511,15 @@ { "type": "CommentLine", "value": " cleanup listeners", - "start": 50426, - "end": 50446, + "start": 50906, + "end": 50926, "loc": { "start": { - "line": 1391, + "line": 1398, "column": 16 }, "end": { - "line": 1391, + "line": 1398, "column": 36 } } @@ -394849,15 +397539,15 @@ "updateContext": null }, "value": "this", - "start": 50463, - "end": 50467, + "start": 50943, + "end": 50947, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 16 }, "end": { - "line": 1392, + "line": 1399, "column": 20 } } @@ -394875,15 +397565,15 @@ "binop": null, "updateContext": null }, - "start": 50467, - "end": 50468, + "start": 50947, + "end": 50948, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 20 }, "end": { - "line": 1392, + "line": 1399, "column": 21 } } @@ -394901,15 +397591,15 @@ "binop": null }, "value": "mediaElement", - "start": 50468, - "end": 50480, + "start": 50948, + "end": 50960, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 21 }, "end": { - "line": 1392, + "line": 1399, "column": 33 } } @@ -394927,15 +397617,15 @@ "binop": null, "updateContext": null }, - "start": 50480, - "end": 50481, + "start": 50960, + "end": 50961, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 33 }, "end": { - "line": 1392, + "line": 1399, "column": 34 } } @@ -394953,15 +397643,15 @@ "binop": null }, "value": "removeEventListener", - "start": 50481, - "end": 50500, + "start": 50961, + "end": 50980, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 34 }, "end": { - "line": 1392, + "line": 1399, "column": 53 } } @@ -394978,15 +397668,15 @@ "postfix": false, "binop": null }, - "start": 50500, - "end": 50501, + "start": 50980, + "end": 50981, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 53 }, "end": { - "line": 1392, + "line": 1399, "column": 54 } } @@ -395004,15 +397694,15 @@ "binop": null }, "value": "Event", - "start": 50501, - "end": 50506, + "start": 50981, + "end": 50986, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 54 }, "end": { - "line": 1392, + "line": 1399, "column": 59 } } @@ -395030,15 +397720,15 @@ "binop": null, "updateContext": null }, - "start": 50506, - "end": 50507, + "start": 50986, + "end": 50987, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 59 }, "end": { - "line": 1392, + "line": 1399, "column": 60 } } @@ -395056,15 +397746,15 @@ "binop": null }, "value": "PLAYING", - "start": 50507, - "end": 50514, + "start": 50987, + "end": 50994, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 60 }, "end": { - "line": 1392, + "line": 1399, "column": 67 } } @@ -395082,15 +397772,15 @@ "binop": null, "updateContext": null }, - "start": 50514, - "end": 50515, + "start": 50994, + "end": 50995, "loc": { "start": { - "line": 1392, + "line": 1399, "column": 67 }, "end": { - "line": 1392, + "line": 1399, "column": 68 } } @@ -395110,15 +397800,15 @@ "updateContext": null }, "value": "this", - "start": 50536, - "end": 50540, + "start": 51016, + "end": 51020, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 20 }, "end": { - "line": 1393, + "line": 1400, "column": 24 } } @@ -395136,15 +397826,15 @@ "binop": null, "updateContext": null }, - "start": 50540, - "end": 50541, + "start": 51020, + "end": 51021, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 24 }, "end": { - "line": 1393, + "line": 1400, "column": 25 } } @@ -395162,15 +397852,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 50541, - "end": 50562, + "start": 51021, + "end": 51042, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 25 }, "end": { - "line": 1393, + "line": 1400, "column": 46 } } @@ -395187,15 +397877,15 @@ "postfix": false, "binop": null }, - "start": 50562, - "end": 50563, + "start": 51042, + "end": 51043, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 46 }, "end": { - "line": 1393, + "line": 1400, "column": 47 } } @@ -395213,15 +397903,15 @@ "binop": null, "updateContext": null }, - "start": 50563, - "end": 50564, + "start": 51043, + "end": 51044, "loc": { "start": { - "line": 1393, + "line": 1400, "column": 47 }, "end": { - "line": 1393, + "line": 1400, "column": 48 } } @@ -395238,15 +397928,15 @@ "postfix": false, "binop": null }, - "start": 50577, - "end": 50578, + "start": 51057, + "end": 51058, "loc": { "start": { - "line": 1394, + "line": 1401, "column": 12 }, "end": { - "line": 1394, + "line": 1401, "column": 13 } } @@ -395263,15 +397953,15 @@ "postfix": false, "binop": null }, - "start": 50587, - "end": 50588, + "start": 51067, + "end": 51068, "loc": { "start": { - "line": 1395, + "line": 1402, "column": 8 }, "end": { - "line": 1395, + "line": 1402, "column": 9 } } @@ -395291,15 +397981,15 @@ "updateContext": null }, "value": "this", - "start": 50598, - "end": 50602, + "start": 51078, + "end": 51082, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 8 }, "end": { - "line": 1397, + "line": 1404, "column": 12 } } @@ -395317,15 +398007,15 @@ "binop": null, "updateContext": null }, - "start": 50602, - "end": 50603, + "start": 51082, + "end": 51083, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 12 }, "end": { - "line": 1397, + "line": 1404, "column": 13 } } @@ -395343,15 +398033,15 @@ "binop": null }, "value": "resetState", - "start": 50603, - "end": 50613, + "start": 51083, + "end": 51093, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 13 }, "end": { - "line": 1397, + "line": 1404, "column": 23 } } @@ -395368,15 +398058,15 @@ "postfix": false, "binop": null }, - "start": 50613, - "end": 50614, + "start": 51093, + "end": 51094, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 23 }, "end": { - "line": 1397, + "line": 1404, "column": 24 } } @@ -395393,15 +398083,15 @@ "postfix": false, "binop": null }, - "start": 50614, - "end": 50615, + "start": 51094, + "end": 51095, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 24 }, "end": { - "line": 1397, + "line": 1404, "column": 25 } } @@ -395419,15 +398109,15 @@ "binop": null, "updateContext": null }, - "start": 50615, - "end": 50616, + "start": 51095, + "end": 51096, "loc": { "start": { - "line": 1397, + "line": 1404, "column": 25 }, "end": { - "line": 1397, + "line": 1404, "column": 26 } } @@ -395447,15 +398137,15 @@ "updateContext": null }, "value": "super", - "start": 50626, - "end": 50631, + "start": 51106, + "end": 51111, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 8 }, "end": { - "line": 1399, + "line": 1406, "column": 13 } } @@ -395473,15 +398163,15 @@ "binop": null, "updateContext": null }, - "start": 50631, - "end": 50632, + "start": 51111, + "end": 51112, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 13 }, "end": { - "line": 1399, + "line": 1406, "column": 14 } } @@ -395499,15 +398189,15 @@ "binop": null }, "value": "dispose", - "start": 50632, - "end": 50639, + "start": 51112, + "end": 51119, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 14 }, "end": { - "line": 1399, + "line": 1406, "column": 21 } } @@ -395524,15 +398214,15 @@ "postfix": false, "binop": null }, - "start": 50639, - "end": 50640, + "start": 51119, + "end": 51120, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 21 }, "end": { - "line": 1399, + "line": 1406, "column": 22 } } @@ -395549,15 +398239,15 @@ "postfix": false, "binop": null }, - "start": 50640, - "end": 50641, + "start": 51120, + "end": 51121, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 22 }, "end": { - "line": 1399, + "line": 1406, "column": 23 } } @@ -395575,15 +398265,15 @@ "binop": null, "updateContext": null }, - "start": 50641, - "end": 50642, + "start": 51121, + "end": 51122, "loc": { "start": { - "line": 1399, + "line": 1406, "column": 23 }, "end": { - "line": 1399, + "line": 1406, "column": 24 } } @@ -395600,15 +398290,15 @@ "postfix": false, "binop": null }, - "start": 50647, - "end": 50648, + "start": 51127, + "end": 51128, "loc": { "start": { - "line": 1400, + "line": 1407, "column": 4 }, "end": { - "line": 1400, + "line": 1407, "column": 5 } } @@ -395616,15 +398306,15 @@ { "type": "CommentBlock", "value": "*\n * Destroy plugin and players and cleanup resources.\n ", - "start": 50654, - "end": 50722, + "start": 51134, + "end": 51202, "loc": { "start": { - "line": 1402, + "line": 1409, "column": 4 }, "end": { - "line": 1404, + "line": 1411, "column": 7 } } @@ -395642,15 +398332,15 @@ "binop": null }, "value": "destroy", - "start": 50727, - "end": 50734, + "start": 51207, + "end": 51214, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 4 }, "end": { - "line": 1405, + "line": 1412, "column": 11 } } @@ -395667,15 +398357,15 @@ "postfix": false, "binop": null }, - "start": 50734, - "end": 50735, + "start": 51214, + "end": 51215, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 11 }, "end": { - "line": 1405, + "line": 1412, "column": 12 } } @@ -395692,15 +398382,15 @@ "postfix": false, "binop": null }, - "start": 50735, - "end": 50736, + "start": 51215, + "end": 51216, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 12 }, "end": { - "line": 1405, + "line": 1412, "column": 13 } } @@ -395717,15 +398407,15 @@ "postfix": false, "binop": null }, - "start": 50737, - "end": 50738, + "start": 51217, + "end": 51218, "loc": { "start": { - "line": 1405, + "line": 1412, "column": 14 }, "end": { - "line": 1405, + "line": 1412, "column": 15 } } @@ -395745,15 +398435,15 @@ "updateContext": null }, "value": "this", - "start": 50747, - "end": 50751, + "start": 51227, + "end": 51231, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 8 }, "end": { - "line": 1406, + "line": 1413, "column": 12 } } @@ -395771,15 +398461,15 @@ "binop": null, "updateContext": null }, - "start": 50751, - "end": 50752, + "start": 51231, + "end": 51232, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 12 }, "end": { - "line": 1406, + "line": 1413, "column": 13 } } @@ -395797,15 +398487,15 @@ "binop": null }, "value": "player", - "start": 50752, - "end": 50758, + "start": 51232, + "end": 51238, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 13 }, "end": { - "line": 1406, + "line": 1413, "column": 19 } } @@ -395823,15 +398513,15 @@ "binop": null, "updateContext": null }, - "start": 50758, - "end": 50759, + "start": 51238, + "end": 51239, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 19 }, "end": { - "line": 1406, + "line": 1413, "column": 20 } } @@ -395849,15 +398539,15 @@ "binop": null }, "value": "dispose", - "start": 50759, - "end": 50766, + "start": 51239, + "end": 51246, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 20 }, "end": { - "line": 1406, + "line": 1413, "column": 27 } } @@ -395874,15 +398564,15 @@ "postfix": false, "binop": null }, - "start": 50766, - "end": 50767, + "start": 51246, + "end": 51247, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 27 }, "end": { - "line": 1406, + "line": 1413, "column": 28 } } @@ -395899,15 +398589,15 @@ "postfix": false, "binop": null }, - "start": 50767, - "end": 50768, + "start": 51247, + "end": 51248, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 28 }, "end": { - "line": 1406, + "line": 1413, "column": 29 } } @@ -395925,15 +398615,15 @@ "binop": null, "updateContext": null }, - "start": 50768, - "end": 50769, + "start": 51248, + "end": 51249, "loc": { "start": { - "line": 1406, + "line": 1413, "column": 29 }, "end": { - "line": 1406, + "line": 1413, "column": 30 } } @@ -395950,15 +398640,15 @@ "postfix": false, "binop": null }, - "start": 50774, - "end": 50775, + "start": 51254, + "end": 51255, "loc": { "start": { - "line": 1407, + "line": 1414, "column": 4 }, "end": { - "line": 1407, + "line": 1414, "column": 5 } } @@ -395966,15 +398656,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin.\n ", - "start": 50781, - "end": 50817, + "start": 51261, + "end": 51297, "loc": { "start": { - "line": 1409, + "line": 1416, "column": 4 }, "end": { - "line": 1411, + "line": 1418, "column": 7 } } @@ -395992,15 +398682,15 @@ "binop": null }, "value": "reset", - "start": 50822, - "end": 50827, + "start": 51302, + "end": 51307, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 4 }, "end": { - "line": 1412, + "line": 1419, "column": 9 } } @@ -396017,15 +398707,15 @@ "postfix": false, "binop": null }, - "start": 50827, - "end": 50828, + "start": 51307, + "end": 51308, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 9 }, "end": { - "line": 1412, + "line": 1419, "column": 10 } } @@ -396042,15 +398732,15 @@ "postfix": false, "binop": null }, - "start": 50828, - "end": 50829, + "start": 51308, + "end": 51309, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 10 }, "end": { - "line": 1412, + "line": 1419, "column": 11 } } @@ -396067,15 +398757,15 @@ "postfix": false, "binop": null }, - "start": 50830, - "end": 50831, + "start": 51310, + "end": 51311, "loc": { "start": { - "line": 1412, + "line": 1419, "column": 12 }, "end": { - "line": 1412, + "line": 1419, "column": 13 } } @@ -396083,15 +398773,15 @@ { "type": "CommentLine", "value": " prevent callbacks if recording is in progress", - "start": 50840, - "end": 50888, + "start": 51320, + "end": 51368, "loc": { "start": { - "line": 1413, + "line": 1420, "column": 8 }, "end": { - "line": 1413, + "line": 1420, "column": 56 } } @@ -396111,15 +398801,15 @@ "updateContext": null }, "value": "if", - "start": 50897, - "end": 50899, + "start": 51377, + "end": 51379, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 8 }, "end": { - "line": 1414, + "line": 1421, "column": 10 } } @@ -396136,15 +398826,15 @@ "postfix": false, "binop": null }, - "start": 50900, - "end": 50901, + "start": 51380, + "end": 51381, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 11 }, "end": { - "line": 1414, + "line": 1421, "column": 12 } } @@ -396164,15 +398854,15 @@ "updateContext": null }, "value": "this", - "start": 50901, - "end": 50905, + "start": 51381, + "end": 51385, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 12 }, "end": { - "line": 1414, + "line": 1421, "column": 16 } } @@ -396190,15 +398880,15 @@ "binop": null, "updateContext": null }, - "start": 50905, - "end": 50906, + "start": 51385, + "end": 51386, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 16 }, "end": { - "line": 1414, + "line": 1421, "column": 17 } } @@ -396216,15 +398906,15 @@ "binop": null }, "value": "engine", - "start": 50906, - "end": 50912, + "start": 51386, + "end": 51392, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 17 }, "end": { - "line": 1414, + "line": 1421, "column": 23 } } @@ -396241,15 +398931,15 @@ "postfix": false, "binop": null }, - "start": 50912, - "end": 50913, + "start": 51392, + "end": 51393, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 23 }, "end": { - "line": 1414, + "line": 1421, "column": 24 } } @@ -396266,15 +398956,15 @@ "postfix": false, "binop": null }, - "start": 50914, - "end": 50915, + "start": 51394, + "end": 51395, "loc": { "start": { - "line": 1414, + "line": 1421, "column": 25 }, "end": { - "line": 1414, + "line": 1421, "column": 26 } } @@ -396294,15 +398984,15 @@ "updateContext": null }, "value": "this", - "start": 50928, - "end": 50932, + "start": 51408, + "end": 51412, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 12 }, "end": { - "line": 1415, + "line": 1422, "column": 16 } } @@ -396320,15 +399010,15 @@ "binop": null, "updateContext": null }, - "start": 50932, - "end": 50933, + "start": 51412, + "end": 51413, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 16 }, "end": { - "line": 1415, + "line": 1422, "column": 17 } } @@ -396346,15 +399036,15 @@ "binop": null }, "value": "engine", - "start": 50933, - "end": 50939, + "start": 51413, + "end": 51419, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 17 }, "end": { - "line": 1415, + "line": 1422, "column": 23 } } @@ -396372,15 +399062,15 @@ "binop": null, "updateContext": null }, - "start": 50939, - "end": 50940, + "start": 51419, + "end": 51420, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 23 }, "end": { - "line": 1415, + "line": 1422, "column": 24 } } @@ -396398,15 +399088,15 @@ "binop": null }, "value": "dispose", - "start": 50940, - "end": 50947, + "start": 51420, + "end": 51427, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 24 }, "end": { - "line": 1415, + "line": 1422, "column": 31 } } @@ -396423,15 +399113,15 @@ "postfix": false, "binop": null }, - "start": 50947, - "end": 50948, + "start": 51427, + "end": 51428, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 31 }, "end": { - "line": 1415, + "line": 1422, "column": 32 } } @@ -396448,15 +399138,15 @@ "postfix": false, "binop": null }, - "start": 50948, - "end": 50949, + "start": 51428, + "end": 51429, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 32 }, "end": { - "line": 1415, + "line": 1422, "column": 33 } } @@ -396474,15 +399164,15 @@ "binop": null, "updateContext": null }, - "start": 50949, - "end": 50950, + "start": 51429, + "end": 51430, "loc": { "start": { - "line": 1415, + "line": 1422, "column": 33 }, "end": { - "line": 1415, + "line": 1422, "column": 34 } } @@ -396502,15 +399192,15 @@ "updateContext": null }, "value": "this", - "start": 50963, - "end": 50967, + "start": 51443, + "end": 51447, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 12 }, "end": { - "line": 1416, + "line": 1423, "column": 16 } } @@ -396528,15 +399218,15 @@ "binop": null, "updateContext": null }, - "start": 50967, - "end": 50968, + "start": 51447, + "end": 51448, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 16 }, "end": { - "line": 1416, + "line": 1423, "column": 17 } } @@ -396554,15 +399244,15 @@ "binop": null }, "value": "engine", - "start": 50968, - "end": 50974, + "start": 51448, + "end": 51454, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 17 }, "end": { - "line": 1416, + "line": 1423, "column": 23 } } @@ -396580,15 +399270,15 @@ "binop": null, "updateContext": null }, - "start": 50974, - "end": 50975, + "start": 51454, + "end": 51455, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 23 }, "end": { - "line": 1416, + "line": 1423, "column": 24 } } @@ -396606,15 +399296,15 @@ "binop": null }, "value": "off", - "start": 50975, - "end": 50978, + "start": 51455, + "end": 51458, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 24 }, "end": { - "line": 1416, + "line": 1423, "column": 27 } } @@ -396631,15 +399321,15 @@ "postfix": false, "binop": null }, - "start": 50978, - "end": 50979, + "start": 51458, + "end": 51459, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 27 }, "end": { - "line": 1416, + "line": 1423, "column": 28 } } @@ -396657,15 +399347,15 @@ "binop": null }, "value": "Event", - "start": 50979, - "end": 50984, + "start": 51459, + "end": 51464, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 28 }, "end": { - "line": 1416, + "line": 1423, "column": 33 } } @@ -396683,15 +399373,15 @@ "binop": null, "updateContext": null }, - "start": 50984, - "end": 50985, + "start": 51464, + "end": 51465, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 33 }, "end": { - "line": 1416, + "line": 1423, "column": 34 } } @@ -396709,15 +399399,15 @@ "binop": null }, "value": "RECORD_COMPLETE", - "start": 50985, - "end": 51000, + "start": 51465, + "end": 51480, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 34 }, "end": { - "line": 1416, + "line": 1423, "column": 49 } } @@ -396735,15 +399425,15 @@ "binop": null, "updateContext": null }, - "start": 51000, - "end": 51001, + "start": 51480, + "end": 51481, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 49 }, "end": { - "line": 1416, + "line": 1423, "column": 50 } } @@ -396763,15 +399453,15 @@ "updateContext": null }, "value": "this", - "start": 51002, - "end": 51006, + "start": 51482, + "end": 51486, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 51 }, "end": { - "line": 1416, + "line": 1423, "column": 55 } } @@ -396789,15 +399479,15 @@ "binop": null, "updateContext": null }, - "start": 51006, - "end": 51007, + "start": 51486, + "end": 51487, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 55 }, "end": { - "line": 1416, + "line": 1423, "column": 56 } } @@ -396815,15 +399505,15 @@ "binop": null }, "value": "engineStopCallback", - "start": 51007, - "end": 51025, + "start": 51487, + "end": 51505, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 56 }, "end": { - "line": 1416, + "line": 1423, "column": 74 } } @@ -396840,15 +399530,15 @@ "postfix": false, "binop": null }, - "start": 51025, - "end": 51026, + "start": 51505, + "end": 51506, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 74 }, "end": { - "line": 1416, + "line": 1423, "column": 75 } } @@ -396866,15 +399556,15 @@ "binop": null, "updateContext": null }, - "start": 51026, - "end": 51027, + "start": 51506, + "end": 51507, "loc": { "start": { - "line": 1416, + "line": 1423, "column": 75 }, "end": { - "line": 1416, + "line": 1423, "column": 76 } } @@ -396891,15 +399581,15 @@ "postfix": false, "binop": null }, - "start": 51036, - "end": 51037, + "start": 51516, + "end": 51517, "loc": { "start": { - "line": 1417, + "line": 1424, "column": 8 }, "end": { - "line": 1417, + "line": 1424, "column": 9 } } @@ -396907,15 +399597,15 @@ { "type": "CommentLine", "value": " stop recording and device", - "start": 51047, - "end": 51075, + "start": 51527, + "end": 51555, "loc": { "start": { - "line": 1419, + "line": 1426, "column": 8 }, "end": { - "line": 1419, + "line": 1426, "column": 36 } } @@ -396935,15 +399625,15 @@ "updateContext": null }, "value": "this", - "start": 51084, - "end": 51088, + "start": 51564, + "end": 51568, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 8 }, "end": { - "line": 1420, + "line": 1427, "column": 12 } } @@ -396961,15 +399651,15 @@ "binop": null, "updateContext": null }, - "start": 51088, - "end": 51089, + "start": 51568, + "end": 51569, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 12 }, "end": { - "line": 1420, + "line": 1427, "column": 13 } } @@ -396987,15 +399677,15 @@ "binop": null }, "value": "stop", - "start": 51089, - "end": 51093, + "start": 51569, + "end": 51573, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 13 }, "end": { - "line": 1420, + "line": 1427, "column": 17 } } @@ -397012,15 +399702,15 @@ "postfix": false, "binop": null }, - "start": 51093, - "end": 51094, + "start": 51573, + "end": 51574, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 17 }, "end": { - "line": 1420, + "line": 1427, "column": 18 } } @@ -397037,15 +399727,15 @@ "postfix": false, "binop": null }, - "start": 51094, - "end": 51095, + "start": 51574, + "end": 51575, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 18 }, "end": { - "line": 1420, + "line": 1427, "column": 19 } } @@ -397063,15 +399753,15 @@ "binop": null, "updateContext": null }, - "start": 51095, - "end": 51096, + "start": 51575, + "end": 51576, "loc": { "start": { - "line": 1420, + "line": 1427, "column": 19 }, "end": { - "line": 1420, + "line": 1427, "column": 20 } } @@ -397091,15 +399781,15 @@ "updateContext": null }, "value": "this", - "start": 51105, - "end": 51109, + "start": 51585, + "end": 51589, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 8 }, "end": { - "line": 1421, + "line": 1428, "column": 12 } } @@ -397117,15 +399807,15 @@ "binop": null, "updateContext": null }, - "start": 51109, - "end": 51110, + "start": 51589, + "end": 51590, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 12 }, "end": { - "line": 1421, + "line": 1428, "column": 13 } } @@ -397143,15 +399833,15 @@ "binop": null }, "value": "stopDevice", - "start": 51110, - "end": 51120, + "start": 51590, + "end": 51600, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 13 }, "end": { - "line": 1421, + "line": 1428, "column": 23 } } @@ -397168,15 +399858,15 @@ "postfix": false, "binop": null }, - "start": 51120, - "end": 51121, + "start": 51600, + "end": 51601, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 23 }, "end": { - "line": 1421, + "line": 1428, "column": 24 } } @@ -397193,15 +399883,15 @@ "postfix": false, "binop": null }, - "start": 51121, - "end": 51122, + "start": 51601, + "end": 51602, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 24 }, "end": { - "line": 1421, + "line": 1428, "column": 25 } } @@ -397219,15 +399909,15 @@ "binop": null, "updateContext": null }, - "start": 51122, - "end": 51123, + "start": 51602, + "end": 51603, "loc": { "start": { - "line": 1421, + "line": 1428, "column": 25 }, "end": { - "line": 1421, + "line": 1428, "column": 26 } } @@ -397235,15 +399925,15 @@ { "type": "CommentLine", "value": " stop countdown", - "start": 51133, - "end": 51150, + "start": 51613, + "end": 51630, "loc": { "start": { - "line": 1423, + "line": 1430, "column": 8 }, "end": { - "line": 1423, + "line": 1430, "column": 25 } } @@ -397263,15 +399953,15 @@ "updateContext": null }, "value": "this", - "start": 51159, - "end": 51163, + "start": 51639, + "end": 51643, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 8 }, "end": { - "line": 1424, + "line": 1431, "column": 12 } } @@ -397289,15 +399979,15 @@ "binop": null, "updateContext": null }, - "start": 51163, - "end": 51164, + "start": 51643, + "end": 51644, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 12 }, "end": { - "line": 1424, + "line": 1431, "column": 13 } } @@ -397315,15 +400005,15 @@ "binop": null }, "value": "player", - "start": 51164, - "end": 51170, + "start": 51644, + "end": 51650, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 13 }, "end": { - "line": 1424, + "line": 1431, "column": 19 } } @@ -397341,15 +400031,15 @@ "binop": null, "updateContext": null }, - "start": 51170, - "end": 51171, + "start": 51650, + "end": 51651, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 19 }, "end": { - "line": 1424, + "line": 1431, "column": 20 } } @@ -397367,15 +400057,15 @@ "binop": null }, "value": "clearInterval", - "start": 51171, - "end": 51184, + "start": 51651, + "end": 51664, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 20 }, "end": { - "line": 1424, + "line": 1431, "column": 33 } } @@ -397392,15 +400082,15 @@ "postfix": false, "binop": null }, - "start": 51184, - "end": 51185, + "start": 51664, + "end": 51665, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 33 }, "end": { - "line": 1424, + "line": 1431, "column": 34 } } @@ -397420,15 +400110,15 @@ "updateContext": null }, "value": "this", - "start": 51185, - "end": 51189, + "start": 51665, + "end": 51669, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 34 }, "end": { - "line": 1424, + "line": 1431, "column": 38 } } @@ -397446,15 +400136,15 @@ "binop": null, "updateContext": null }, - "start": 51189, - "end": 51190, + "start": 51669, + "end": 51670, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 38 }, "end": { - "line": 1424, + "line": 1431, "column": 39 } } @@ -397472,15 +400162,15 @@ "binop": null }, "value": "countDown", - "start": 51190, - "end": 51199, + "start": 51670, + "end": 51679, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 39 }, "end": { - "line": 1424, + "line": 1431, "column": 48 } } @@ -397497,15 +400187,15 @@ "postfix": false, "binop": null }, - "start": 51199, - "end": 51200, + "start": 51679, + "end": 51680, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 48 }, "end": { - "line": 1424, + "line": 1431, "column": 49 } } @@ -397523,15 +400213,15 @@ "binop": null, "updateContext": null }, - "start": 51200, - "end": 51201, + "start": 51680, + "end": 51681, "loc": { "start": { - "line": 1424, + "line": 1431, "column": 49 }, "end": { - "line": 1424, + "line": 1431, "column": 50 } } @@ -397539,15 +400229,15 @@ { "type": "CommentLine", "value": " garbage collect recording", - "start": 51211, - "end": 51239, + "start": 51691, + "end": 51719, "loc": { "start": { - "line": 1426, + "line": 1433, "column": 8 }, "end": { - "line": 1426, + "line": 1433, "column": 36 } } @@ -397567,15 +400257,15 @@ "updateContext": null }, "value": "this", - "start": 51248, - "end": 51252, + "start": 51728, + "end": 51732, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 8 }, "end": { - "line": 1427, + "line": 1434, "column": 12 } } @@ -397593,15 +400283,15 @@ "binop": null, "updateContext": null }, - "start": 51252, - "end": 51253, + "start": 51732, + "end": 51733, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 12 }, "end": { - "line": 1427, + "line": 1434, "column": 13 } } @@ -397619,15 +400309,15 @@ "binop": null }, "value": "removeRecording", - "start": 51253, - "end": 51268, + "start": 51733, + "end": 51748, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 13 }, "end": { - "line": 1427, + "line": 1434, "column": 28 } } @@ -397644,15 +400334,15 @@ "postfix": false, "binop": null }, - "start": 51268, - "end": 51269, + "start": 51748, + "end": 51749, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 28 }, "end": { - "line": 1427, + "line": 1434, "column": 29 } } @@ -397669,15 +400359,15 @@ "postfix": false, "binop": null }, - "start": 51269, - "end": 51270, + "start": 51749, + "end": 51750, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 29 }, "end": { - "line": 1427, + "line": 1434, "column": 30 } } @@ -397695,15 +400385,15 @@ "binop": null, "updateContext": null }, - "start": 51270, - "end": 51271, + "start": 51750, + "end": 51751, "loc": { "start": { - "line": 1427, + "line": 1434, "column": 30 }, "end": { - "line": 1427, + "line": 1434, "column": 31 } } @@ -397711,15 +400401,15 @@ { "type": "CommentLine", "value": " reset options", - "start": 51281, - "end": 51297, + "start": 51761, + "end": 51777, "loc": { "start": { - "line": 1429, + "line": 1436, "column": 8 }, "end": { - "line": 1429, + "line": 1436, "column": 24 } } @@ -397739,15 +400429,15 @@ "updateContext": null }, "value": "this", - "start": 51306, - "end": 51310, + "start": 51786, + "end": 51790, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 8 }, "end": { - "line": 1430, + "line": 1437, "column": 12 } } @@ -397765,15 +400455,15 @@ "binop": null, "updateContext": null }, - "start": 51310, - "end": 51311, + "start": 51790, + "end": 51791, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 12 }, "end": { - "line": 1430, + "line": 1437, "column": 13 } } @@ -397791,15 +400481,15 @@ "binop": null }, "value": "loadOptions", - "start": 51311, - "end": 51322, + "start": 51791, + "end": 51802, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 13 }, "end": { - "line": 1430, + "line": 1437, "column": 24 } } @@ -397816,15 +400506,15 @@ "postfix": false, "binop": null }, - "start": 51322, - "end": 51323, + "start": 51802, + "end": 51803, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 24 }, "end": { - "line": 1430, + "line": 1437, "column": 25 } } @@ -397841,15 +400531,15 @@ "postfix": false, "binop": null }, - "start": 51323, - "end": 51324, + "start": 51803, + "end": 51804, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 25 }, "end": { - "line": 1430, + "line": 1437, "column": 26 } } @@ -397867,15 +400557,15 @@ "binop": null, "updateContext": null }, - "start": 51324, - "end": 51325, + "start": 51804, + "end": 51805, "loc": { "start": { - "line": 1430, + "line": 1437, "column": 26 }, "end": { - "line": 1430, + "line": 1437, "column": 27 } } @@ -397883,15 +400573,15 @@ { "type": "CommentLine", "value": " reset recorder state", - "start": 51335, - "end": 51358, + "start": 51815, + "end": 51838, "loc": { "start": { - "line": 1432, + "line": 1439, "column": 8 }, "end": { - "line": 1432, + "line": 1439, "column": 31 } } @@ -397911,15 +400601,15 @@ "updateContext": null }, "value": "this", - "start": 51367, - "end": 51371, + "start": 51847, + "end": 51851, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 8 }, "end": { - "line": 1433, + "line": 1440, "column": 12 } } @@ -397937,15 +400627,15 @@ "binop": null, "updateContext": null }, - "start": 51371, - "end": 51372, + "start": 51851, + "end": 51852, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 12 }, "end": { - "line": 1433, + "line": 1440, "column": 13 } } @@ -397963,15 +400653,15 @@ "binop": null }, "value": "resetState", - "start": 51372, - "end": 51382, + "start": 51852, + "end": 51862, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 13 }, "end": { - "line": 1433, + "line": 1440, "column": 23 } } @@ -397988,15 +400678,15 @@ "postfix": false, "binop": null }, - "start": 51382, - "end": 51383, + "start": 51862, + "end": 51863, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 23 }, "end": { - "line": 1433, + "line": 1440, "column": 24 } } @@ -398013,15 +400703,15 @@ "postfix": false, "binop": null }, - "start": 51383, - "end": 51384, + "start": 51863, + "end": 51864, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 24 }, "end": { - "line": 1433, + "line": 1440, "column": 25 } } @@ -398039,15 +400729,15 @@ "binop": null, "updateContext": null }, - "start": 51384, - "end": 51385, + "start": 51864, + "end": 51865, "loc": { "start": { - "line": 1433, + "line": 1440, "column": 25 }, "end": { - "line": 1433, + "line": 1440, "column": 26 } } @@ -398055,15 +400745,15 @@ { "type": "CommentLine", "value": " reset record time", - "start": 51395, - "end": 51415, + "start": 51875, + "end": 51895, "loc": { "start": { - "line": 1435, + "line": 1442, "column": 8 }, "end": { - "line": 1435, + "line": 1442, "column": 28 } } @@ -398083,15 +400773,15 @@ "updateContext": null }, "value": "this", - "start": 51424, - "end": 51428, + "start": 51904, + "end": 51908, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 8 }, "end": { - "line": 1436, + "line": 1443, "column": 12 } } @@ -398109,15 +400799,15 @@ "binop": null, "updateContext": null }, - "start": 51428, - "end": 51429, + "start": 51908, + "end": 51909, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 12 }, "end": { - "line": 1436, + "line": 1443, "column": 13 } } @@ -398135,15 +400825,15 @@ "binop": null }, "value": "setDuration", - "start": 51429, - "end": 51440, + "start": 51909, + "end": 51920, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 13 }, "end": { - "line": 1436, + "line": 1443, "column": 24 } } @@ -398160,15 +400850,15 @@ "postfix": false, "binop": null }, - "start": 51440, - "end": 51441, + "start": 51920, + "end": 51921, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 24 }, "end": { - "line": 1436, + "line": 1443, "column": 25 } } @@ -398188,15 +400878,15 @@ "updateContext": null }, "value": "this", - "start": 51441, - "end": 51445, + "start": 51921, + "end": 51925, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 25 }, "end": { - "line": 1436, + "line": 1443, "column": 29 } } @@ -398214,15 +400904,15 @@ "binop": null, "updateContext": null }, - "start": 51445, - "end": 51446, + "start": 51925, + "end": 51926, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 29 }, "end": { - "line": 1436, + "line": 1443, "column": 30 } } @@ -398240,15 +400930,15 @@ "binop": null }, "value": "maxLength", - "start": 51446, - "end": 51455, + "start": 51926, + "end": 51935, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 30 }, "end": { - "line": 1436, + "line": 1443, "column": 39 } } @@ -398265,15 +400955,15 @@ "postfix": false, "binop": null }, - "start": 51455, - "end": 51456, + "start": 51935, + "end": 51936, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 39 }, "end": { - "line": 1436, + "line": 1443, "column": 40 } } @@ -398291,15 +400981,15 @@ "binop": null, "updateContext": null }, - "start": 51456, - "end": 51457, + "start": 51936, + "end": 51937, "loc": { "start": { - "line": 1436, + "line": 1443, "column": 40 }, "end": { - "line": 1436, + "line": 1443, "column": 41 } } @@ -398319,15 +401009,15 @@ "updateContext": null }, "value": "this", - "start": 51466, - "end": 51470, + "start": 51946, + "end": 51950, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 8 }, "end": { - "line": 1437, + "line": 1444, "column": 12 } } @@ -398345,15 +401035,15 @@ "binop": null, "updateContext": null }, - "start": 51470, - "end": 51471, + "start": 51950, + "end": 51951, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 12 }, "end": { - "line": 1437, + "line": 1444, "column": 13 } } @@ -398371,15 +401061,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 51471, - "end": 51485, + "start": 51951, + "end": 51965, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 13 }, "end": { - "line": 1437, + "line": 1444, "column": 27 } } @@ -398396,15 +401086,15 @@ "postfix": false, "binop": null }, - "start": 51485, - "end": 51486, + "start": 51965, + "end": 51966, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 27 }, "end": { - "line": 1437, + "line": 1444, "column": 28 } } @@ -398423,15 +401113,15 @@ "updateContext": null }, "value": 0, - "start": 51486, - "end": 51487, + "start": 51966, + "end": 51967, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 28 }, "end": { - "line": 1437, + "line": 1444, "column": 29 } } @@ -398448,15 +401138,15 @@ "postfix": false, "binop": null }, - "start": 51487, - "end": 51488, + "start": 51967, + "end": 51968, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 29 }, "end": { - "line": 1437, + "line": 1444, "column": 30 } } @@ -398474,15 +401164,15 @@ "binop": null, "updateContext": null }, - "start": 51488, - "end": 51489, + "start": 51968, + "end": 51969, "loc": { "start": { - "line": 1437, + "line": 1444, "column": 30 }, "end": { - "line": 1437, + "line": 1444, "column": 31 } } @@ -398490,15 +401180,15 @@ { "type": "CommentLine", "value": " reset player", - "start": 51499, - "end": 51514, + "start": 51979, + "end": 51994, "loc": { "start": { - "line": 1439, + "line": 1446, "column": 8 }, "end": { - "line": 1439, + "line": 1446, "column": 23 } } @@ -398518,15 +401208,15 @@ "updateContext": null }, "value": "this", - "start": 51523, - "end": 51527, + "start": 52003, + "end": 52007, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 8 }, "end": { - "line": 1440, + "line": 1447, "column": 12 } } @@ -398544,15 +401234,15 @@ "binop": null, "updateContext": null }, - "start": 51527, - "end": 51528, + "start": 52007, + "end": 52008, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 12 }, "end": { - "line": 1440, + "line": 1447, "column": 13 } } @@ -398570,15 +401260,15 @@ "binop": null }, "value": "player", - "start": 51528, - "end": 51534, + "start": 52008, + "end": 52014, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 13 }, "end": { - "line": 1440, + "line": 1447, "column": 19 } } @@ -398596,15 +401286,15 @@ "binop": null, "updateContext": null }, - "start": 51534, - "end": 51535, + "start": 52014, + "end": 52015, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 19 }, "end": { - "line": 1440, + "line": 1447, "column": 20 } } @@ -398622,15 +401312,15 @@ "binop": null }, "value": "reset", - "start": 51535, - "end": 51540, + "start": 52015, + "end": 52020, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 20 }, "end": { - "line": 1440, + "line": 1447, "column": 25 } } @@ -398647,15 +401337,15 @@ "postfix": false, "binop": null }, - "start": 51540, - "end": 51541, + "start": 52020, + "end": 52021, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 25 }, "end": { - "line": 1440, + "line": 1447, "column": 26 } } @@ -398672,15 +401362,15 @@ "postfix": false, "binop": null }, - "start": 51541, - "end": 51542, + "start": 52021, + "end": 52022, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 26 }, "end": { - "line": 1440, + "line": 1447, "column": 27 } } @@ -398698,15 +401388,15 @@ "binop": null, "updateContext": null }, - "start": 51542, - "end": 51543, + "start": 52022, + "end": 52023, "loc": { "start": { - "line": 1440, + "line": 1447, "column": 27 }, "end": { - "line": 1440, + "line": 1447, "column": 28 } } @@ -398726,15 +401416,15 @@ "updateContext": null }, "value": "switch", - "start": 51552, - "end": 51558, + "start": 52032, + "end": 52038, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 8 }, "end": { - "line": 1441, + "line": 1448, "column": 14 } } @@ -398751,15 +401441,15 @@ "postfix": false, "binop": null }, - "start": 51559, - "end": 51560, + "start": 52039, + "end": 52040, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 15 }, "end": { - "line": 1441, + "line": 1448, "column": 16 } } @@ -398779,15 +401469,15 @@ "updateContext": null }, "value": "this", - "start": 51560, - "end": 51564, + "start": 52040, + "end": 52044, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 16 }, "end": { - "line": 1441, + "line": 1448, "column": 20 } } @@ -398805,15 +401495,15 @@ "binop": null, "updateContext": null }, - "start": 51564, - "end": 51565, + "start": 52044, + "end": 52045, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 20 }, "end": { - "line": 1441, + "line": 1448, "column": 21 } } @@ -398831,15 +401521,15 @@ "binop": null }, "value": "getRecordType", - "start": 51565, - "end": 51578, + "start": 52045, + "end": 52058, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 21 }, "end": { - "line": 1441, + "line": 1448, "column": 34 } } @@ -398856,15 +401546,15 @@ "postfix": false, "binop": null }, - "start": 51578, - "end": 51579, + "start": 52058, + "end": 52059, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 34 }, "end": { - "line": 1441, + "line": 1448, "column": 35 } } @@ -398881,15 +401571,15 @@ "postfix": false, "binop": null }, - "start": 51579, - "end": 51580, + "start": 52059, + "end": 52060, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 35 }, "end": { - "line": 1441, + "line": 1448, "column": 36 } } @@ -398906,15 +401596,15 @@ "postfix": false, "binop": null }, - "start": 51580, - "end": 51581, + "start": 52060, + "end": 52061, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 36 }, "end": { - "line": 1441, + "line": 1448, "column": 37 } } @@ -398931,15 +401621,15 @@ "postfix": false, "binop": null }, - "start": 51582, - "end": 51583, + "start": 52062, + "end": 52063, "loc": { "start": { - "line": 1441, + "line": 1448, "column": 38 }, "end": { - "line": 1441, + "line": 1448, "column": 39 } } @@ -398959,15 +401649,15 @@ "updateContext": null }, "value": "case", - "start": 51596, - "end": 51600, + "start": 52076, + "end": 52080, "loc": { "start": { - "line": 1442, + "line": 1449, "column": 12 }, "end": { - "line": 1442, + "line": 1449, "column": 16 } } @@ -398985,15 +401675,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 51601, - "end": 51611, + "start": 52081, + "end": 52091, "loc": { "start": { - "line": 1442, + "line": 1449, "column": 17 }, "end": { - "line": 1442, + "line": 1449, "column": 27 } } @@ -399011,15 +401701,15 @@ "binop": null, "updateContext": null }, - "start": 51611, - "end": 51612, + "start": 52091, + "end": 52092, "loc": { "start": { - "line": 1442, + "line": 1449, "column": 27 }, "end": { - "line": 1442, + "line": 1449, "column": 28 } } @@ -399039,15 +401729,15 @@ "updateContext": null }, "value": "if", - "start": 51629, - "end": 51631, + "start": 52109, + "end": 52111, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 16 }, "end": { - "line": 1443, + "line": 1450, "column": 18 } } @@ -399064,15 +401754,15 @@ "postfix": false, "binop": null }, - "start": 51632, - "end": 51633, + "start": 52112, + "end": 52113, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 19 }, "end": { - "line": 1443, + "line": 1450, "column": 20 } } @@ -399092,15 +401782,15 @@ "updateContext": null }, "value": "this", - "start": 51633, - "end": 51637, + "start": 52113, + "end": 52117, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 20 }, "end": { - "line": 1443, + "line": 1450, "column": 24 } } @@ -399118,15 +401808,15 @@ "binop": null, "updateContext": null }, - "start": 51637, - "end": 51638, + "start": 52117, + "end": 52118, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 24 }, "end": { - "line": 1443, + "line": 1450, "column": 25 } } @@ -399144,15 +401834,15 @@ "binop": null }, "value": "surfer", - "start": 51638, - "end": 51644, + "start": 52118, + "end": 52124, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 25 }, "end": { - "line": 1443, + "line": 1450, "column": 31 } } @@ -399171,15 +401861,15 @@ "updateContext": null }, "value": "&&", - "start": 51645, - "end": 51647, + "start": 52125, + "end": 52127, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 32 }, "end": { - "line": 1443, + "line": 1450, "column": 34 } } @@ -399199,15 +401889,15 @@ "updateContext": null }, "value": "this", - "start": 51648, - "end": 51652, + "start": 52128, + "end": 52132, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 35 }, "end": { - "line": 1443, + "line": 1450, "column": 39 } } @@ -399225,15 +401915,15 @@ "binop": null, "updateContext": null }, - "start": 51652, - "end": 51653, + "start": 52132, + "end": 52133, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 39 }, "end": { - "line": 1443, + "line": 1450, "column": 40 } } @@ -399251,15 +401941,15 @@ "binop": null }, "value": "surfer", - "start": 51653, - "end": 51659, + "start": 52133, + "end": 52139, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 40 }, "end": { - "line": 1443, + "line": 1450, "column": 46 } } @@ -399277,15 +401967,15 @@ "binop": null, "updateContext": null }, - "start": 51659, - "end": 51660, + "start": 52139, + "end": 52140, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 46 }, "end": { - "line": 1443, + "line": 1450, "column": 47 } } @@ -399303,15 +401993,15 @@ "binop": null }, "value": "surfer", - "start": 51660, - "end": 51666, + "start": 52140, + "end": 52146, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 47 }, "end": { - "line": 1443, + "line": 1450, "column": 53 } } @@ -399328,15 +402018,15 @@ "postfix": false, "binop": null }, - "start": 51666, - "end": 51667, + "start": 52146, + "end": 52147, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 53 }, "end": { - "line": 1443, + "line": 1450, "column": 54 } } @@ -399353,15 +402043,15 @@ "postfix": false, "binop": null }, - "start": 51668, - "end": 51669, + "start": 52148, + "end": 52149, "loc": { "start": { - "line": 1443, + "line": 1450, "column": 55 }, "end": { - "line": 1443, + "line": 1450, "column": 56 } } @@ -399369,15 +402059,15 @@ { "type": "CommentLine", "value": " empty last frame", - "start": 51690, - "end": 51709, + "start": 52170, + "end": 52189, "loc": { "start": { - "line": 1444, + "line": 1451, "column": 20 }, "end": { - "line": 1444, + "line": 1451, "column": 39 } } @@ -399397,15 +402087,15 @@ "updateContext": null }, "value": "this", - "start": 51730, - "end": 51734, + "start": 52210, + "end": 52214, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 20 }, "end": { - "line": 1445, + "line": 1452, "column": 24 } } @@ -399423,15 +402113,15 @@ "binop": null, "updateContext": null }, - "start": 51734, - "end": 51735, + "start": 52214, + "end": 52215, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 24 }, "end": { - "line": 1445, + "line": 1452, "column": 25 } } @@ -399449,15 +402139,15 @@ "binop": null }, "value": "surfer", - "start": 51735, - "end": 51741, + "start": 52215, + "end": 52221, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 25 }, "end": { - "line": 1445, + "line": 1452, "column": 31 } } @@ -399475,15 +402165,15 @@ "binop": null, "updateContext": null }, - "start": 51741, - "end": 51742, + "start": 52221, + "end": 52222, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 31 }, "end": { - "line": 1445, + "line": 1452, "column": 32 } } @@ -399501,15 +402191,15 @@ "binop": null }, "value": "surfer", - "start": 51742, - "end": 51748, + "start": 52222, + "end": 52228, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 32 }, "end": { - "line": 1445, + "line": 1452, "column": 38 } } @@ -399527,15 +402217,15 @@ "binop": null, "updateContext": null }, - "start": 51748, - "end": 51749, + "start": 52228, + "end": 52229, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 38 }, "end": { - "line": 1445, + "line": 1452, "column": 39 } } @@ -399553,15 +402243,15 @@ "binop": null }, "value": "empty", - "start": 51749, - "end": 51754, + "start": 52229, + "end": 52234, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 39 }, "end": { - "line": 1445, + "line": 1452, "column": 44 } } @@ -399578,15 +402268,15 @@ "postfix": false, "binop": null }, - "start": 51754, - "end": 51755, + "start": 52234, + "end": 52235, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 44 }, "end": { - "line": 1445, + "line": 1452, "column": 45 } } @@ -399603,15 +402293,15 @@ "postfix": false, "binop": null }, - "start": 51755, - "end": 51756, + "start": 52235, + "end": 52236, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 45 }, "end": { - "line": 1445, + "line": 1452, "column": 46 } } @@ -399629,15 +402319,15 @@ "binop": null, "updateContext": null }, - "start": 51756, - "end": 51757, + "start": 52236, + "end": 52237, "loc": { "start": { - "line": 1445, + "line": 1452, "column": 46 }, "end": { - "line": 1445, + "line": 1452, "column": 47 } } @@ -399654,15 +402344,15 @@ "postfix": false, "binop": null }, - "start": 51774, - "end": 51775, + "start": 52254, + "end": 52255, "loc": { "start": { - "line": 1446, + "line": 1453, "column": 16 }, "end": { - "line": 1446, + "line": 1453, "column": 17 } } @@ -399682,15 +402372,15 @@ "updateContext": null }, "value": "break", - "start": 51792, - "end": 51797, + "start": 52272, + "end": 52277, "loc": { "start": { - "line": 1447, + "line": 1454, "column": 16 }, "end": { - "line": 1447, + "line": 1454, "column": 21 } } @@ -399708,15 +402398,15 @@ "binop": null, "updateContext": null }, - "start": 51797, - "end": 51798, + "start": 52277, + "end": 52278, "loc": { "start": { - "line": 1447, + "line": 1454, "column": 21 }, "end": { - "line": 1447, + "line": 1454, "column": 22 } } @@ -399736,15 +402426,15 @@ "updateContext": null }, "value": "case", - "start": 51812, - "end": 51816, + "start": 52292, + "end": 52296, "loc": { "start": { - "line": 1449, + "line": 1456, "column": 12 }, "end": { - "line": 1449, + "line": 1456, "column": 16 } } @@ -399762,15 +402452,15 @@ "binop": null }, "value": "IMAGE_ONLY", - "start": 51817, - "end": 51827, + "start": 52297, + "end": 52307, "loc": { "start": { - "line": 1449, + "line": 1456, "column": 17 }, "end": { - "line": 1449, + "line": 1456, "column": 27 } } @@ -399788,15 +402478,15 @@ "binop": null, "updateContext": null }, - "start": 51827, - "end": 51828, + "start": 52307, + "end": 52308, "loc": { "start": { - "line": 1449, + "line": 1456, "column": 27 }, "end": { - "line": 1449, + "line": 1456, "column": 28 } } @@ -399816,15 +402506,15 @@ "updateContext": null }, "value": "case", - "start": 51841, - "end": 51845, + "start": 52321, + "end": 52325, "loc": { "start": { - "line": 1450, + "line": 1457, "column": 12 }, "end": { - "line": 1450, + "line": 1457, "column": 16 } } @@ -399842,15 +402532,15 @@ "binop": null }, "value": "ANIMATION", - "start": 51846, - "end": 51855, + "start": 52326, + "end": 52335, "loc": { "start": { - "line": 1450, + "line": 1457, "column": 17 }, "end": { - "line": 1450, + "line": 1457, "column": 26 } } @@ -399868,15 +402558,15 @@ "binop": null, "updateContext": null }, - "start": 51855, - "end": 51856, + "start": 52335, + "end": 52336, "loc": { "start": { - "line": 1450, + "line": 1457, "column": 26 }, "end": { - "line": 1450, + "line": 1457, "column": 27 } } @@ -399884,15 +402574,15 @@ { "type": "CommentLine", "value": " reset UI", - "start": 51873, - "end": 51884, + "start": 52353, + "end": 52364, "loc": { "start": { - "line": 1451, + "line": 1458, "column": 16 }, "end": { - "line": 1451, + "line": 1458, "column": 27 } } @@ -399912,15 +402602,15 @@ "updateContext": null }, "value": "this", - "start": 51901, - "end": 51905, + "start": 52381, + "end": 52385, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 16 }, "end": { - "line": 1452, + "line": 1459, "column": 20 } } @@ -399938,15 +402628,15 @@ "binop": null, "updateContext": null }, - "start": 51905, - "end": 51906, + "start": 52385, + "end": 52386, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 20 }, "end": { - "line": 1452, + "line": 1459, "column": 21 } } @@ -399964,15 +402654,15 @@ "binop": null }, "value": "player", - "start": 51906, - "end": 51912, + "start": 52386, + "end": 52392, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 21 }, "end": { - "line": 1452, + "line": 1459, "column": 27 } } @@ -399990,15 +402680,15 @@ "binop": null, "updateContext": null }, - "start": 51912, - "end": 51913, + "start": 52392, + "end": 52393, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 27 }, "end": { - "line": 1452, + "line": 1459, "column": 28 } } @@ -400016,15 +402706,15 @@ "binop": null }, "value": "recordCanvas", - "start": 51913, - "end": 51925, + "start": 52393, + "end": 52405, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 28 }, "end": { - "line": 1452, + "line": 1459, "column": 40 } } @@ -400042,15 +402732,15 @@ "binop": null, "updateContext": null }, - "start": 51925, - "end": 51926, + "start": 52405, + "end": 52406, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 40 }, "end": { - "line": 1452, + "line": 1459, "column": 41 } } @@ -400068,15 +402758,15 @@ "binop": null }, "value": "hide", - "start": 51926, - "end": 51930, + "start": 52406, + "end": 52410, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 41 }, "end": { - "line": 1452, + "line": 1459, "column": 45 } } @@ -400093,15 +402783,15 @@ "postfix": false, "binop": null }, - "start": 51930, - "end": 51931, + "start": 52410, + "end": 52411, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 45 }, "end": { - "line": 1452, + "line": 1459, "column": 46 } } @@ -400118,15 +402808,15 @@ "postfix": false, "binop": null }, - "start": 51931, - "end": 51932, + "start": 52411, + "end": 52412, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 46 }, "end": { - "line": 1452, + "line": 1459, "column": 47 } } @@ -400144,15 +402834,15 @@ "binop": null, "updateContext": null }, - "start": 51932, - "end": 51933, + "start": 52412, + "end": 52413, "loc": { "start": { - "line": 1452, + "line": 1459, "column": 47 }, "end": { - "line": 1452, + "line": 1459, "column": 48 } } @@ -400172,15 +402862,15 @@ "updateContext": null }, "value": "this", - "start": 51950, - "end": 51954, + "start": 52430, + "end": 52434, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 16 }, "end": { - "line": 1453, + "line": 1460, "column": 20 } } @@ -400198,15 +402888,15 @@ "binop": null, "updateContext": null }, - "start": 51954, - "end": 51955, + "start": 52434, + "end": 52435, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 20 }, "end": { - "line": 1453, + "line": 1460, "column": 21 } } @@ -400224,15 +402914,15 @@ "binop": null }, "value": "player", - "start": 51955, - "end": 51961, + "start": 52435, + "end": 52441, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 21 }, "end": { - "line": 1453, + "line": 1460, "column": 27 } } @@ -400250,15 +402940,15 @@ "binop": null, "updateContext": null }, - "start": 51961, - "end": 51962, + "start": 52441, + "end": 52442, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 27 }, "end": { - "line": 1453, + "line": 1460, "column": 28 } } @@ -400276,15 +402966,15 @@ "binop": null }, "value": "cameraButton", - "start": 51962, - "end": 51974, + "start": 52442, + "end": 52454, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 28 }, "end": { - "line": 1453, + "line": 1460, "column": 40 } } @@ -400302,15 +402992,15 @@ "binop": null, "updateContext": null }, - "start": 51974, - "end": 51975, + "start": 52454, + "end": 52455, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 40 }, "end": { - "line": 1453, + "line": 1460, "column": 41 } } @@ -400328,15 +403018,15 @@ "binop": null }, "value": "hide", - "start": 51975, - "end": 51979, + "start": 52455, + "end": 52459, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 41 }, "end": { - "line": 1453, + "line": 1460, "column": 45 } } @@ -400353,15 +403043,15 @@ "postfix": false, "binop": null }, - "start": 51979, - "end": 51980, + "start": 52459, + "end": 52460, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 45 }, "end": { - "line": 1453, + "line": 1460, "column": 46 } } @@ -400378,15 +403068,15 @@ "postfix": false, "binop": null }, - "start": 51980, - "end": 51981, + "start": 52460, + "end": 52461, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 46 }, "end": { - "line": 1453, + "line": 1460, "column": 47 } } @@ -400404,15 +403094,15 @@ "binop": null, "updateContext": null }, - "start": 51981, - "end": 51982, + "start": 52461, + "end": 52462, "loc": { "start": { - "line": 1453, + "line": 1460, "column": 47 }, "end": { - "line": 1453, + "line": 1460, "column": 48 } } @@ -400432,15 +403122,15 @@ "updateContext": null }, "value": "break", - "start": 51999, - "end": 52004, + "start": 52479, + "end": 52484, "loc": { "start": { - "line": 1454, + "line": 1461, "column": 16 }, "end": { - "line": 1454, + "line": 1461, "column": 21 } } @@ -400458,15 +403148,15 @@ "binop": null, "updateContext": null }, - "start": 52004, - "end": 52005, + "start": 52484, + "end": 52485, "loc": { "start": { - "line": 1454, + "line": 1461, "column": 21 }, "end": { - "line": 1454, + "line": 1461, "column": 22 } } @@ -400483,15 +403173,15 @@ "postfix": false, "binop": null }, - "start": 52014, - "end": 52015, + "start": 52494, + "end": 52495, "loc": { "start": { - "line": 1455, + "line": 1462, "column": 8 }, "end": { - "line": 1455, + "line": 1462, "column": 9 } } @@ -400499,15 +403189,15 @@ { "type": "CommentLine", "value": " hide play control", - "start": 52025, - "end": 52045, + "start": 52505, + "end": 52525, "loc": { "start": { - "line": 1457, + "line": 1464, "column": 8 }, "end": { - "line": 1457, + "line": 1464, "column": 28 } } @@ -400527,15 +403217,15 @@ "updateContext": null }, "value": "if", - "start": 52054, - "end": 52056, + "start": 52534, + "end": 52536, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 8 }, "end": { - "line": 1458, + "line": 1465, "column": 10 } } @@ -400552,15 +403242,15 @@ "postfix": false, "binop": null }, - "start": 52057, - "end": 52058, + "start": 52537, + "end": 52538, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 11 }, "end": { - "line": 1458, + "line": 1465, "column": 12 } } @@ -400580,15 +403270,15 @@ "updateContext": null }, "value": "this", - "start": 52058, - "end": 52062, + "start": 52538, + "end": 52542, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 12 }, "end": { - "line": 1458, + "line": 1465, "column": 16 } } @@ -400606,15 +403296,15 @@ "binop": null, "updateContext": null }, - "start": 52062, - "end": 52063, + "start": 52542, + "end": 52543, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 16 }, "end": { - "line": 1458, + "line": 1465, "column": 17 } } @@ -400632,15 +403322,15 @@ "binop": null }, "value": "player", - "start": 52063, - "end": 52069, + "start": 52543, + "end": 52549, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 17 }, "end": { - "line": 1458, + "line": 1465, "column": 23 } } @@ -400658,15 +403348,15 @@ "binop": null, "updateContext": null }, - "start": 52069, - "end": 52070, + "start": 52549, + "end": 52550, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 23 }, "end": { - "line": 1458, + "line": 1465, "column": 24 } } @@ -400684,15 +403374,15 @@ "binop": null }, "value": "controlBar", - "start": 52070, - "end": 52080, + "start": 52550, + "end": 52560, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 24 }, "end": { - "line": 1458, + "line": 1465, "column": 34 } } @@ -400710,15 +403400,15 @@ "binop": null, "updateContext": null }, - "start": 52080, - "end": 52081, + "start": 52560, + "end": 52561, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 34 }, "end": { - "line": 1458, + "line": 1465, "column": 35 } } @@ -400736,15 +403426,15 @@ "binop": null }, "value": "playToggle", - "start": 52081, - "end": 52091, + "start": 52561, + "end": 52571, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 35 }, "end": { - "line": 1458, + "line": 1465, "column": 45 } } @@ -400763,15 +403453,15 @@ "updateContext": null }, "value": "!==", - "start": 52092, - "end": 52095, + "start": 52572, + "end": 52575, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 46 }, "end": { - "line": 1458, + "line": 1465, "column": 49 } } @@ -400789,15 +403479,15 @@ "binop": null }, "value": "undefined", - "start": 52096, - "end": 52105, + "start": 52576, + "end": 52585, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 50 }, "end": { - "line": 1458, + "line": 1465, "column": 59 } } @@ -400814,15 +403504,15 @@ "postfix": false, "binop": null }, - "start": 52105, - "end": 52106, + "start": 52585, + "end": 52586, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 59 }, "end": { - "line": 1458, + "line": 1465, "column": 60 } } @@ -400839,15 +403529,15 @@ "postfix": false, "binop": null }, - "start": 52107, - "end": 52108, + "start": 52587, + "end": 52588, "loc": { "start": { - "line": 1458, + "line": 1465, "column": 61 }, "end": { - "line": 1458, + "line": 1465, "column": 62 } } @@ -400867,15 +403557,15 @@ "updateContext": null }, "value": "this", - "start": 52121, - "end": 52125, + "start": 52601, + "end": 52605, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 12 }, "end": { - "line": 1459, + "line": 1466, "column": 16 } } @@ -400893,15 +403583,15 @@ "binop": null, "updateContext": null }, - "start": 52125, - "end": 52126, + "start": 52605, + "end": 52606, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 16 }, "end": { - "line": 1459, + "line": 1466, "column": 17 } } @@ -400919,15 +403609,15 @@ "binop": null }, "value": "player", - "start": 52126, - "end": 52132, + "start": 52606, + "end": 52612, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 17 }, "end": { - "line": 1459, + "line": 1466, "column": 23 } } @@ -400945,15 +403635,15 @@ "binop": null, "updateContext": null }, - "start": 52132, - "end": 52133, + "start": 52612, + "end": 52613, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 23 }, "end": { - "line": 1459, + "line": 1466, "column": 24 } } @@ -400971,15 +403661,15 @@ "binop": null }, "value": "controlBar", - "start": 52133, - "end": 52143, + "start": 52613, + "end": 52623, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 24 }, "end": { - "line": 1459, + "line": 1466, "column": 34 } } @@ -400997,15 +403687,15 @@ "binop": null, "updateContext": null }, - "start": 52143, - "end": 52144, + "start": 52623, + "end": 52624, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 34 }, "end": { - "line": 1459, + "line": 1466, "column": 35 } } @@ -401023,15 +403713,15 @@ "binop": null }, "value": "playToggle", - "start": 52144, - "end": 52154, + "start": 52624, + "end": 52634, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 35 }, "end": { - "line": 1459, + "line": 1466, "column": 45 } } @@ -401049,15 +403739,15 @@ "binop": null, "updateContext": null }, - "start": 52154, - "end": 52155, + "start": 52634, + "end": 52635, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 45 }, "end": { - "line": 1459, + "line": 1466, "column": 46 } } @@ -401075,15 +403765,15 @@ "binop": null }, "value": "hide", - "start": 52155, - "end": 52159, + "start": 52635, + "end": 52639, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 46 }, "end": { - "line": 1459, + "line": 1466, "column": 50 } } @@ -401100,15 +403790,15 @@ "postfix": false, "binop": null }, - "start": 52159, - "end": 52160, + "start": 52639, + "end": 52640, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 50 }, "end": { - "line": 1459, + "line": 1466, "column": 51 } } @@ -401125,15 +403815,15 @@ "postfix": false, "binop": null }, - "start": 52160, - "end": 52161, + "start": 52640, + "end": 52641, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 51 }, "end": { - "line": 1459, + "line": 1466, "column": 52 } } @@ -401151,15 +403841,15 @@ "binop": null, "updateContext": null }, - "start": 52161, - "end": 52162, + "start": 52641, + "end": 52642, "loc": { "start": { - "line": 1459, + "line": 1466, "column": 52 }, "end": { - "line": 1459, + "line": 1466, "column": 53 } } @@ -401176,15 +403866,15 @@ "postfix": false, "binop": null }, - "start": 52171, - "end": 52172, + "start": 52651, + "end": 52652, "loc": { "start": { - "line": 1460, + "line": 1467, "column": 8 }, "end": { - "line": 1460, + "line": 1467, "column": 9 } } @@ -401192,15 +403882,15 @@ { "type": "CommentLine", "value": " show device selection button", - "start": 52182, - "end": 52213, + "start": 52662, + "end": 52693, "loc": { "start": { - "line": 1462, + "line": 1469, "column": 8 }, "end": { - "line": 1462, + "line": 1469, "column": 39 } } @@ -401220,15 +403910,15 @@ "updateContext": null }, "value": "this", - "start": 52222, - "end": 52226, + "start": 52702, + "end": 52706, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 8 }, "end": { - "line": 1463, + "line": 1470, "column": 12 } } @@ -401246,15 +403936,15 @@ "binop": null, "updateContext": null }, - "start": 52226, - "end": 52227, + "start": 52706, + "end": 52707, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 12 }, "end": { - "line": 1463, + "line": 1470, "column": 13 } } @@ -401272,15 +403962,15 @@ "binop": null }, "value": "player", - "start": 52227, - "end": 52233, + "start": 52707, + "end": 52713, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 13 }, "end": { - "line": 1463, + "line": 1470, "column": 19 } } @@ -401298,15 +403988,15 @@ "binop": null, "updateContext": null }, - "start": 52233, - "end": 52234, + "start": 52713, + "end": 52714, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 19 }, "end": { - "line": 1463, + "line": 1470, "column": 20 } } @@ -401324,15 +404014,15 @@ "binop": null }, "value": "deviceButton", - "start": 52234, - "end": 52246, + "start": 52714, + "end": 52726, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 20 }, "end": { - "line": 1463, + "line": 1470, "column": 32 } } @@ -401350,15 +404040,15 @@ "binop": null, "updateContext": null }, - "start": 52246, - "end": 52247, + "start": 52726, + "end": 52727, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 32 }, "end": { - "line": 1463, + "line": 1470, "column": 33 } } @@ -401376,15 +404066,15 @@ "binop": null }, "value": "show", - "start": 52247, - "end": 52251, + "start": 52727, + "end": 52731, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 33 }, "end": { - "line": 1463, + "line": 1470, "column": 37 } } @@ -401401,15 +404091,15 @@ "postfix": false, "binop": null }, - "start": 52251, - "end": 52252, + "start": 52731, + "end": 52732, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 37 }, "end": { - "line": 1463, + "line": 1470, "column": 38 } } @@ -401426,15 +404116,15 @@ "postfix": false, "binop": null }, - "start": 52252, - "end": 52253, + "start": 52732, + "end": 52733, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 38 }, "end": { - "line": 1463, + "line": 1470, "column": 39 } } @@ -401452,15 +404142,15 @@ "binop": null, "updateContext": null }, - "start": 52253, - "end": 52254, + "start": 52733, + "end": 52734, "loc": { "start": { - "line": 1463, + "line": 1470, "column": 39 }, "end": { - "line": 1463, + "line": 1470, "column": 40 } } @@ -401468,15 +404158,15 @@ { "type": "CommentLine", "value": " hide record button", - "start": 52264, - "end": 52285, + "start": 52744, + "end": 52765, "loc": { "start": { - "line": 1465, + "line": 1472, "column": 8 }, "end": { - "line": 1465, + "line": 1472, "column": 29 } } @@ -401496,15 +404186,15 @@ "updateContext": null }, "value": "this", - "start": 52294, - "end": 52298, + "start": 52774, + "end": 52778, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 8 }, "end": { - "line": 1466, + "line": 1473, "column": 12 } } @@ -401522,15 +404212,15 @@ "binop": null, "updateContext": null }, - "start": 52298, - "end": 52299, + "start": 52778, + "end": 52779, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 12 }, "end": { - "line": 1466, + "line": 1473, "column": 13 } } @@ -401548,15 +404238,15 @@ "binop": null }, "value": "player", - "start": 52299, - "end": 52305, + "start": 52779, + "end": 52785, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 13 }, "end": { - "line": 1466, + "line": 1473, "column": 19 } } @@ -401574,15 +404264,15 @@ "binop": null, "updateContext": null }, - "start": 52305, - "end": 52306, + "start": 52785, + "end": 52786, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 19 }, "end": { - "line": 1466, + "line": 1473, "column": 20 } } @@ -401600,15 +404290,15 @@ "binop": null }, "value": "recordToggle", - "start": 52306, - "end": 52318, + "start": 52786, + "end": 52798, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 20 }, "end": { - "line": 1466, + "line": 1473, "column": 32 } } @@ -401626,15 +404316,15 @@ "binop": null, "updateContext": null }, - "start": 52318, - "end": 52319, + "start": 52798, + "end": 52799, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 32 }, "end": { - "line": 1466, + "line": 1473, "column": 33 } } @@ -401652,15 +404342,15 @@ "binop": null }, "value": "hide", - "start": 52319, - "end": 52323, + "start": 52799, + "end": 52803, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 33 }, "end": { - "line": 1466, + "line": 1473, "column": 37 } } @@ -401677,15 +404367,15 @@ "postfix": false, "binop": null }, - "start": 52323, - "end": 52324, + "start": 52803, + "end": 52804, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 37 }, "end": { - "line": 1466, + "line": 1473, "column": 38 } } @@ -401702,15 +404392,15 @@ "postfix": false, "binop": null }, - "start": 52324, - "end": 52325, + "start": 52804, + "end": 52805, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 38 }, "end": { - "line": 1466, + "line": 1473, "column": 39 } } @@ -401728,15 +404418,15 @@ "binop": null, "updateContext": null }, - "start": 52325, - "end": 52326, + "start": 52805, + "end": 52806, "loc": { "start": { - "line": 1466, + "line": 1473, "column": 39 }, "end": { - "line": 1466, + "line": 1473, "column": 40 } } @@ -401744,15 +404434,15 @@ { "type": "CommentLine", "value": " loadedmetadata resets the durationDisplay for the", - "start": 52336, - "end": 52388, + "start": 52816, + "end": 52868, "loc": { "start": { - "line": 1468, + "line": 1475, "column": 8 }, "end": { - "line": 1468, + "line": 1475, "column": 60 } } @@ -401760,15 +404450,15 @@ { "type": "CommentLine", "value": " first time", - "start": 52397, - "end": 52410, + "start": 52877, + "end": 52890, "loc": { "start": { - "line": 1469, + "line": 1476, "column": 8 }, "end": { - "line": 1469, + "line": 1476, "column": 21 } } @@ -401788,15 +404478,15 @@ "updateContext": null }, "value": "this", - "start": 52419, - "end": 52423, + "start": 52899, + "end": 52903, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 8 }, "end": { - "line": 1470, + "line": 1477, "column": 12 } } @@ -401814,15 +404504,15 @@ "binop": null, "updateContext": null }, - "start": 52423, - "end": 52424, + "start": 52903, + "end": 52904, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 12 }, "end": { - "line": 1470, + "line": 1477, "column": 13 } } @@ -401840,15 +404530,15 @@ "binop": null }, "value": "player", - "start": 52424, - "end": 52430, + "start": 52904, + "end": 52910, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 13 }, "end": { - "line": 1470, + "line": 1477, "column": 19 } } @@ -401866,15 +404556,15 @@ "binop": null, "updateContext": null }, - "start": 52430, - "end": 52431, + "start": 52910, + "end": 52911, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 19 }, "end": { - "line": 1470, + "line": 1477, "column": 20 } } @@ -401892,15 +404582,15 @@ "binop": null }, "value": "one", - "start": 52431, - "end": 52434, + "start": 52911, + "end": 52914, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 20 }, "end": { - "line": 1470, + "line": 1477, "column": 23 } } @@ -401917,15 +404607,15 @@ "postfix": false, "binop": null }, - "start": 52434, - "end": 52435, + "start": 52914, + "end": 52915, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 23 }, "end": { - "line": 1470, + "line": 1477, "column": 24 } } @@ -401943,15 +404633,15 @@ "binop": null }, "value": "Event", - "start": 52435, - "end": 52440, + "start": 52915, + "end": 52920, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 24 }, "end": { - "line": 1470, + "line": 1477, "column": 29 } } @@ -401969,15 +404659,15 @@ "binop": null, "updateContext": null }, - "start": 52440, - "end": 52441, + "start": 52920, + "end": 52921, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 29 }, "end": { - "line": 1470, + "line": 1477, "column": 30 } } @@ -401995,15 +404685,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 52441, - "end": 52455, + "start": 52921, + "end": 52935, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 30 }, "end": { - "line": 1470, + "line": 1477, "column": 44 } } @@ -402021,15 +404711,15 @@ "binop": null, "updateContext": null }, - "start": 52455, - "end": 52456, + "start": 52935, + "end": 52936, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 44 }, "end": { - "line": 1470, + "line": 1477, "column": 45 } } @@ -402046,15 +404736,15 @@ "postfix": false, "binop": null }, - "start": 52457, - "end": 52458, + "start": 52937, + "end": 52938, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 46 }, "end": { - "line": 1470, + "line": 1477, "column": 47 } } @@ -402071,15 +404761,15 @@ "postfix": false, "binop": null }, - "start": 52458, - "end": 52459, + "start": 52938, + "end": 52939, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 47 }, "end": { - "line": 1470, + "line": 1477, "column": 48 } } @@ -402097,15 +404787,15 @@ "binop": null, "updateContext": null }, - "start": 52460, - "end": 52462, + "start": 52940, + "end": 52942, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 49 }, "end": { - "line": 1470, + "line": 1477, "column": 51 } } @@ -402122,15 +404812,15 @@ "postfix": false, "binop": null }, - "start": 52463, - "end": 52464, + "start": 52943, + "end": 52944, "loc": { "start": { - "line": 1470, + "line": 1477, "column": 52 }, "end": { - "line": 1470, + "line": 1477, "column": 53 } } @@ -402138,15 +404828,15 @@ { "type": "CommentLine", "value": " display max record time", - "start": 52477, - "end": 52503, + "start": 52957, + "end": 52983, "loc": { "start": { - "line": 1471, + "line": 1478, "column": 12 }, "end": { - "line": 1471, + "line": 1478, "column": 38 } } @@ -402166,15 +404856,15 @@ "updateContext": null }, "value": "this", - "start": 52516, - "end": 52520, + "start": 52996, + "end": 53000, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 12 }, "end": { - "line": 1472, + "line": 1479, "column": 16 } } @@ -402192,15 +404882,15 @@ "binop": null, "updateContext": null }, - "start": 52520, - "end": 52521, + "start": 53000, + "end": 53001, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 16 }, "end": { - "line": 1472, + "line": 1479, "column": 17 } } @@ -402218,15 +404908,15 @@ "binop": null }, "value": "setDuration", - "start": 52521, - "end": 52532, + "start": 53001, + "end": 53012, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 17 }, "end": { - "line": 1472, + "line": 1479, "column": 28 } } @@ -402243,15 +404933,15 @@ "postfix": false, "binop": null }, - "start": 52532, - "end": 52533, + "start": 53012, + "end": 53013, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 28 }, "end": { - "line": 1472, + "line": 1479, "column": 29 } } @@ -402271,15 +404961,15 @@ "updateContext": null }, "value": "this", - "start": 52533, - "end": 52537, + "start": 53013, + "end": 53017, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 29 }, "end": { - "line": 1472, + "line": 1479, "column": 33 } } @@ -402297,15 +404987,15 @@ "binop": null, "updateContext": null }, - "start": 52537, - "end": 52538, + "start": 53017, + "end": 53018, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 33 }, "end": { - "line": 1472, + "line": 1479, "column": 34 } } @@ -402323,15 +405013,15 @@ "binop": null }, "value": "maxLength", - "start": 52538, - "end": 52547, + "start": 53018, + "end": 53027, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 34 }, "end": { - "line": 1472, + "line": 1479, "column": 43 } } @@ -402348,15 +405038,15 @@ "postfix": false, "binop": null }, - "start": 52547, - "end": 52548, + "start": 53027, + "end": 53028, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 43 }, "end": { - "line": 1472, + "line": 1479, "column": 44 } } @@ -402374,15 +405064,15 @@ "binop": null, "updateContext": null }, - "start": 52548, - "end": 52549, + "start": 53028, + "end": 53029, "loc": { "start": { - "line": 1472, + "line": 1479, "column": 44 }, "end": { - "line": 1472, + "line": 1479, "column": 45 } } @@ -402399,15 +405089,15 @@ "postfix": false, "binop": null }, - "start": 52558, - "end": 52559, + "start": 53038, + "end": 53039, "loc": { "start": { - "line": 1473, + "line": 1480, "column": 8 }, "end": { - "line": 1473, + "line": 1480, "column": 9 } } @@ -402424,15 +405114,15 @@ "postfix": false, "binop": null }, - "start": 52559, - "end": 52560, + "start": 53039, + "end": 53040, "loc": { "start": { - "line": 1473, + "line": 1480, "column": 9 }, "end": { - "line": 1473, + "line": 1480, "column": 10 } } @@ -402450,15 +405140,15 @@ "binop": null, "updateContext": null }, - "start": 52560, - "end": 52561, + "start": 53040, + "end": 53041, "loc": { "start": { - "line": 1473, + "line": 1480, "column": 10 }, "end": { - "line": 1473, + "line": 1480, "column": 11 } } @@ -402475,15 +405165,15 @@ "postfix": false, "binop": null }, - "start": 52566, - "end": 52567, + "start": 53046, + "end": 53047, "loc": { "start": { - "line": 1474, + "line": 1481, "column": 4 }, "end": { - "line": 1474, + "line": 1481, "column": 5 } } @@ -402491,15 +405181,15 @@ { "type": "CommentBlock", "value": "*\n * Reset the plugin recorder state.\n * @private\n ", - "start": 52573, - "end": 52640, + "start": 53053, + "end": 53120, "loc": { "start": { - "line": 1476, + "line": 1483, "column": 4 }, "end": { - "line": 1479, + "line": 1486, "column": 7 } } @@ -402517,15 +405207,15 @@ "binop": null }, "value": "resetState", - "start": 52645, - "end": 52655, + "start": 53125, + "end": 53135, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 4 }, "end": { - "line": 1480, + "line": 1487, "column": 14 } } @@ -402542,15 +405232,15 @@ "postfix": false, "binop": null }, - "start": 52655, - "end": 52656, + "start": 53135, + "end": 53136, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 14 }, "end": { - "line": 1480, + "line": 1487, "column": 15 } } @@ -402567,15 +405257,15 @@ "postfix": false, "binop": null }, - "start": 52656, - "end": 52657, + "start": 53136, + "end": 53137, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 15 }, "end": { - "line": 1480, + "line": 1487, "column": 16 } } @@ -402592,15 +405282,15 @@ "postfix": false, "binop": null }, - "start": 52658, - "end": 52659, + "start": 53138, + "end": 53139, "loc": { "start": { - "line": 1480, + "line": 1487, "column": 17 }, "end": { - "line": 1480, + "line": 1487, "column": 18 } } @@ -402620,15 +405310,15 @@ "updateContext": null }, "value": "this", - "start": 52668, - "end": 52672, + "start": 53148, + "end": 53152, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 8 }, "end": { - "line": 1481, + "line": 1488, "column": 12 } } @@ -402646,15 +405336,15 @@ "binop": null, "updateContext": null }, - "start": 52672, - "end": 52673, + "start": 53152, + "end": 53153, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 12 }, "end": { - "line": 1481, + "line": 1488, "column": 13 } } @@ -402672,15 +405362,15 @@ "binop": null }, "value": "_recording", - "start": 52673, - "end": 52683, + "start": 53153, + "end": 53163, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 13 }, "end": { - "line": 1481, + "line": 1488, "column": 23 } } @@ -402699,15 +405389,15 @@ "updateContext": null }, "value": "=", - "start": 52684, - "end": 52685, + "start": 53164, + "end": 53165, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 24 }, "end": { - "line": 1481, + "line": 1488, "column": 25 } } @@ -402727,15 +405417,15 @@ "updateContext": null }, "value": "false", - "start": 52686, - "end": 52691, + "start": 53166, + "end": 53171, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 26 }, "end": { - "line": 1481, + "line": 1488, "column": 31 } } @@ -402753,15 +405443,15 @@ "binop": null, "updateContext": null }, - "start": 52691, - "end": 52692, + "start": 53171, + "end": 53172, "loc": { "start": { - "line": 1481, + "line": 1488, "column": 31 }, "end": { - "line": 1481, + "line": 1488, "column": 32 } } @@ -402781,15 +405471,15 @@ "updateContext": null }, "value": "this", - "start": 52701, - "end": 52705, + "start": 53181, + "end": 53185, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 8 }, "end": { - "line": 1482, + "line": 1489, "column": 12 } } @@ -402807,15 +405497,15 @@ "binop": null, "updateContext": null }, - "start": 52705, - "end": 52706, + "start": 53185, + "end": 53186, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 12 }, "end": { - "line": 1482, + "line": 1489, "column": 13 } } @@ -402833,15 +405523,15 @@ "binop": null }, "value": "_processing", - "start": 52706, - "end": 52717, + "start": 53186, + "end": 53197, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 13 }, "end": { - "line": 1482, + "line": 1489, "column": 24 } } @@ -402860,15 +405550,15 @@ "updateContext": null }, "value": "=", - "start": 52718, - "end": 52719, + "start": 53198, + "end": 53199, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 25 }, "end": { - "line": 1482, + "line": 1489, "column": 26 } } @@ -402888,15 +405578,15 @@ "updateContext": null }, "value": "false", - "start": 52720, - "end": 52725, + "start": 53200, + "end": 53205, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 27 }, "end": { - "line": 1482, + "line": 1489, "column": 32 } } @@ -402914,15 +405604,15 @@ "binop": null, "updateContext": null }, - "start": 52725, - "end": 52726, + "start": 53205, + "end": 53206, "loc": { "start": { - "line": 1482, + "line": 1489, "column": 32 }, "end": { - "line": 1482, + "line": 1489, "column": 33 } } @@ -402942,15 +405632,15 @@ "updateContext": null }, "value": "this", - "start": 52735, - "end": 52739, + "start": 53215, + "end": 53219, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 8 }, "end": { - "line": 1483, + "line": 1490, "column": 12 } } @@ -402968,15 +405658,15 @@ "binop": null, "updateContext": null }, - "start": 52739, - "end": 52740, + "start": 53219, + "end": 53220, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 12 }, "end": { - "line": 1483, + "line": 1490, "column": 13 } } @@ -402994,15 +405684,15 @@ "binop": null }, "value": "_deviceActive", - "start": 52740, - "end": 52753, + "start": 53220, + "end": 53233, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 13 }, "end": { - "line": 1483, + "line": 1490, "column": 26 } } @@ -403021,15 +405711,15 @@ "updateContext": null }, "value": "=", - "start": 52754, - "end": 52755, + "start": 53234, + "end": 53235, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 27 }, "end": { - "line": 1483, + "line": 1490, "column": 28 } } @@ -403049,15 +405739,15 @@ "updateContext": null }, "value": "false", - "start": 52756, - "end": 52761, + "start": 53236, + "end": 53241, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 29 }, "end": { - "line": 1483, + "line": 1490, "column": 34 } } @@ -403075,15 +405765,15 @@ "binop": null, "updateContext": null }, - "start": 52761, - "end": 52762, + "start": 53241, + "end": 53242, "loc": { "start": { - "line": 1483, + "line": 1490, "column": 34 }, "end": { - "line": 1483, + "line": 1490, "column": 35 } } @@ -403103,15 +405793,15 @@ "updateContext": null }, "value": "this", - "start": 52771, - "end": 52775, + "start": 53251, + "end": 53255, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 8 }, "end": { - "line": 1484, + "line": 1491, "column": 12 } } @@ -403129,15 +405819,15 @@ "binop": null, "updateContext": null }, - "start": 52775, - "end": 52776, + "start": 53255, + "end": 53256, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 12 }, "end": { - "line": 1484, + "line": 1491, "column": 13 } } @@ -403155,15 +405845,15 @@ "binop": null }, "value": "devices", - "start": 52776, - "end": 52783, + "start": 53256, + "end": 53263, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 13 }, "end": { - "line": 1484, + "line": 1491, "column": 20 } } @@ -403182,15 +405872,15 @@ "updateContext": null }, "value": "=", - "start": 52784, - "end": 52785, + "start": 53264, + "end": 53265, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 21 }, "end": { - "line": 1484, + "line": 1491, "column": 22 } } @@ -403208,15 +405898,15 @@ "binop": null, "updateContext": null }, - "start": 52786, - "end": 52787, + "start": 53266, + "end": 53267, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 23 }, "end": { - "line": 1484, + "line": 1491, "column": 24 } } @@ -403234,15 +405924,15 @@ "binop": null, "updateContext": null }, - "start": 52787, - "end": 52788, + "start": 53267, + "end": 53268, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 24 }, "end": { - "line": 1484, + "line": 1491, "column": 25 } } @@ -403260,15 +405950,15 @@ "binop": null, "updateContext": null }, - "start": 52788, - "end": 52789, + "start": 53268, + "end": 53269, "loc": { "start": { - "line": 1484, + "line": 1491, "column": 25 }, "end": { - "line": 1484, + "line": 1491, "column": 26 } } @@ -403285,15 +405975,15 @@ "postfix": false, "binop": null }, - "start": 52794, - "end": 52795, + "start": 53274, + "end": 53275, "loc": { "start": { - "line": 1485, + "line": 1492, "column": 4 }, "end": { - "line": 1485, + "line": 1492, "column": 5 } } @@ -403301,15 +405991,15 @@ { "type": "CommentBlock", "value": "*\n * Removes recorded `Blob` from cache.\n * @private\n ", - "start": 52801, - "end": 52871, + "start": 53281, + "end": 53351, "loc": { "start": { - "line": 1487, + "line": 1494, "column": 4 }, "end": { - "line": 1490, + "line": 1497, "column": 7 } } @@ -403327,15 +406017,15 @@ "binop": null }, "value": "removeRecording", - "start": 52876, - "end": 52891, + "start": 53356, + "end": 53371, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 4 }, "end": { - "line": 1491, + "line": 1498, "column": 19 } } @@ -403352,15 +406042,15 @@ "postfix": false, "binop": null }, - "start": 52891, - "end": 52892, + "start": 53371, + "end": 53372, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 19 }, "end": { - "line": 1491, + "line": 1498, "column": 20 } } @@ -403377,15 +406067,15 @@ "postfix": false, "binop": null }, - "start": 52892, - "end": 52893, + "start": 53372, + "end": 53373, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 20 }, "end": { - "line": 1491, + "line": 1498, "column": 21 } } @@ -403402,15 +406092,15 @@ "postfix": false, "binop": null }, - "start": 52894, - "end": 52895, + "start": 53374, + "end": 53375, "loc": { "start": { - "line": 1491, + "line": 1498, "column": 22 }, "end": { - "line": 1491, + "line": 1498, "column": 23 } } @@ -403430,15 +406120,15 @@ "updateContext": null }, "value": "if", - "start": 52904, - "end": 52906, + "start": 53384, + "end": 53386, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 8 }, "end": { - "line": 1492, + "line": 1499, "column": 10 } } @@ -403455,15 +406145,15 @@ "postfix": false, "binop": null }, - "start": 52907, - "end": 52908, + "start": 53387, + "end": 53388, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 11 }, "end": { - "line": 1492, + "line": 1499, "column": 12 } } @@ -403483,15 +406173,15 @@ "updateContext": null }, "value": "this", - "start": 52908, - "end": 52912, + "start": 53388, + "end": 53392, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 12 }, "end": { - "line": 1492, + "line": 1499, "column": 16 } } @@ -403509,15 +406199,15 @@ "binop": null, "updateContext": null }, - "start": 52912, - "end": 52913, + "start": 53392, + "end": 53393, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 16 }, "end": { - "line": 1492, + "line": 1499, "column": 17 } } @@ -403535,15 +406225,15 @@ "binop": null }, "value": "mediaElement", - "start": 52913, - "end": 52925, + "start": 53393, + "end": 53405, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 17 }, "end": { - "line": 1492, + "line": 1499, "column": 29 } } @@ -403562,15 +406252,15 @@ "updateContext": null }, "value": "&&", - "start": 52926, - "end": 52928, + "start": 53406, + "end": 53408, "loc": { "start": { - "line": 1492, + "line": 1499, "column": 30 }, "end": { - "line": 1492, + "line": 1499, "column": 32 } } @@ -403590,16 +406280,175 @@ "updateContext": null }, "value": "this", - "start": 52929, - "end": 52933, + "start": 53421, + "end": 53425, "loc": { "start": { - "line": 1492, + "line": 1500, + "column": 12 + }, + "end": { + "line": 1500, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 53425, + "end": 53426, + "loc": { + "start": { + "line": 1500, + "column": 16 + }, + "end": { + "line": 1500, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "mediaElement", + "start": 53426, + "end": 53438, + "loc": { + "start": { + "line": 1500, + "column": 17 + }, + "end": { + "line": 1500, + "column": 29 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 53438, + "end": 53439, + "loc": { + "start": { + "line": 1500, + "column": 29 + }, + "end": { + "line": 1500, + "column": 30 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "src", + "start": 53439, + "end": 53442, + "loc": { + "start": { + "line": 1500, + "column": 30 + }, + "end": { + "line": 1500, "column": 33 + } + } + }, + { + "type": { + "label": "&&", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 2, + "updateContext": null + }, + "value": "&&", + "start": 53443, + "end": 53445, + "loc": { + "start": { + "line": 1500, + "column": 34 }, "end": { - "line": 1492, - "column": 37 + "line": 1500, + "column": 36 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 53458, + "end": 53462, + "loc": { + "start": { + "line": 1501, + "column": 12 + }, + "end": { + "line": 1501, + "column": 16 } } }, @@ -403616,16 +406465,16 @@ "binop": null, "updateContext": null }, - "start": 52933, - "end": 52934, + "start": 53462, + "end": 53463, "loc": { "start": { - "line": 1492, - "column": 37 + "line": 1501, + "column": 16 }, "end": { - "line": 1492, - "column": 38 + "line": 1501, + "column": 17 } } }, @@ -403642,16 +406491,16 @@ "binop": null }, "value": "mediaElement", - "start": 52934, - "end": 52946, + "start": 53463, + "end": 53475, "loc": { "start": { - "line": 1492, - "column": 38 + "line": 1501, + "column": 17 }, "end": { - "line": 1492, - "column": 50 + "line": 1501, + "column": 29 } } }, @@ -403668,16 +406517,16 @@ "binop": null, "updateContext": null }, - "start": 52946, - "end": 52947, + "start": 53475, + "end": 53476, "loc": { "start": { - "line": 1492, - "column": 50 + "line": 1501, + "column": 29 }, "end": { - "line": 1492, - "column": 51 + "line": 1501, + "column": 30 } } }, @@ -403694,16 +406543,16 @@ "binop": null }, "value": "src", - "start": 52947, - "end": 52950, + "start": 53476, + "end": 53479, "loc": { "start": { - "line": 1492, - "column": 51 + "line": 1501, + "column": 30 }, "end": { - "line": 1492, - "column": 54 + "line": 1501, + "column": 33 } } }, @@ -403720,16 +406569,16 @@ "binop": null, "updateContext": null }, - "start": 52950, - "end": 52951, + "start": 53479, + "end": 53480, "loc": { "start": { - "line": 1492, - "column": 54 + "line": 1501, + "column": 33 }, "end": { - "line": 1492, - "column": 55 + "line": 1501, + "column": 34 } } }, @@ -403746,16 +406595,16 @@ "binop": null }, "value": "startsWith", - "start": 52951, - "end": 52961, + "start": 53480, + "end": 53490, "loc": { "start": { - "line": 1492, - "column": 55 + "line": 1501, + "column": 34 }, "end": { - "line": 1492, - "column": 65 + "line": 1501, + "column": 44 } } }, @@ -403771,16 +406620,16 @@ "postfix": false, "binop": null }, - "start": 52961, - "end": 52962, + "start": 53490, + "end": 53491, "loc": { "start": { - "line": 1492, - "column": 65 + "line": 1501, + "column": 44 }, "end": { - "line": 1492, - "column": 66 + "line": 1501, + "column": 45 } } }, @@ -403798,16 +406647,16 @@ "updateContext": null }, "value": "blob:", - "start": 52962, - "end": 52969, + "start": 53491, + "end": 53498, "loc": { "start": { - "line": 1492, - "column": 66 + "line": 1501, + "column": 45 }, "end": { - "line": 1492, - "column": 73 + "line": 1501, + "column": 52 } } }, @@ -403823,16 +406672,16 @@ "postfix": false, "binop": null }, - "start": 52969, - "end": 52970, + "start": 53498, + "end": 53499, "loc": { "start": { - "line": 1492, - "column": 73 + "line": 1501, + "column": 52 }, "end": { - "line": 1492, - "column": 74 + "line": 1501, + "column": 53 } } }, @@ -403850,16 +406699,16 @@ "updateContext": null }, "value": "===", - "start": 52971, - "end": 52974, + "start": 53500, + "end": 53503, "loc": { "start": { - "line": 1492, - "column": 75 + "line": 1501, + "column": 54 }, "end": { - "line": 1492, - "column": 78 + "line": 1501, + "column": 57 } } }, @@ -403878,16 +406727,16 @@ "updateContext": null }, "value": "true", - "start": 52975, - "end": 52979, + "start": 53504, + "end": 53508, "loc": { "start": { - "line": 1492, - "column": 79 + "line": 1501, + "column": 58 }, "end": { - "line": 1492, - "column": 83 + "line": 1501, + "column": 62 } } }, @@ -403903,16 +406752,16 @@ "postfix": false, "binop": null }, - "start": 52979, - "end": 52980, + "start": 53517, + "end": 53518, "loc": { "start": { - "line": 1492, - "column": 83 + "line": 1502, + "column": 8 }, "end": { - "line": 1492, - "column": 84 + "line": 1502, + "column": 9 } } }, @@ -403928,16 +406777,16 @@ "postfix": false, "binop": null }, - "start": 52981, - "end": 52982, + "start": 53519, + "end": 53520, "loc": { "start": { - "line": 1492, - "column": 85 + "line": 1502, + "column": 10 }, "end": { - "line": 1492, - "column": 86 + "line": 1502, + "column": 11 } } }, @@ -403954,15 +406803,15 @@ "binop": null }, "value": "URL", - "start": 52995, - "end": 52998, + "start": 53533, + "end": 53536, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 12 }, "end": { - "line": 1493, + "line": 1503, "column": 15 } } @@ -403980,15 +406829,15 @@ "binop": null, "updateContext": null }, - "start": 52998, - "end": 52999, + "start": 53536, + "end": 53537, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 15 }, "end": { - "line": 1493, + "line": 1503, "column": 16 } } @@ -404006,15 +406855,15 @@ "binop": null }, "value": "revokeObjectURL", - "start": 52999, - "end": 53014, + "start": 53537, + "end": 53552, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 16 }, "end": { - "line": 1493, + "line": 1503, "column": 31 } } @@ -404031,15 +406880,15 @@ "postfix": false, "binop": null }, - "start": 53014, - "end": 53015, + "start": 53552, + "end": 53553, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 31 }, "end": { - "line": 1493, + "line": 1503, "column": 32 } } @@ -404059,15 +406908,15 @@ "updateContext": null }, "value": "this", - "start": 53015, - "end": 53019, + "start": 53553, + "end": 53557, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 32 }, "end": { - "line": 1493, + "line": 1503, "column": 36 } } @@ -404085,15 +406934,15 @@ "binop": null, "updateContext": null }, - "start": 53019, - "end": 53020, + "start": 53557, + "end": 53558, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 36 }, "end": { - "line": 1493, + "line": 1503, "column": 37 } } @@ -404111,15 +406960,15 @@ "binop": null }, "value": "mediaElement", - "start": 53020, - "end": 53032, + "start": 53558, + "end": 53570, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 37 }, "end": { - "line": 1493, + "line": 1503, "column": 49 } } @@ -404137,15 +406986,15 @@ "binop": null, "updateContext": null }, - "start": 53032, - "end": 53033, + "start": 53570, + "end": 53571, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 49 }, "end": { - "line": 1493, + "line": 1503, "column": 50 } } @@ -404163,15 +407012,15 @@ "binop": null }, "value": "src", - "start": 53033, - "end": 53036, + "start": 53571, + "end": 53574, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 50 }, "end": { - "line": 1493, + "line": 1503, "column": 53 } } @@ -404188,15 +407037,15 @@ "postfix": false, "binop": null }, - "start": 53036, - "end": 53037, + "start": 53574, + "end": 53575, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 53 }, "end": { - "line": 1493, + "line": 1503, "column": 54 } } @@ -404214,15 +407063,15 @@ "binop": null, "updateContext": null }, - "start": 53037, - "end": 53038, + "start": 53575, + "end": 53576, "loc": { "start": { - "line": 1493, + "line": 1503, "column": 54 }, "end": { - "line": 1493, + "line": 1503, "column": 55 } } @@ -404242,15 +407091,15 @@ "updateContext": null }, "value": "this", - "start": 53051, - "end": 53055, + "start": 53589, + "end": 53593, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 12 }, "end": { - "line": 1494, + "line": 1504, "column": 16 } } @@ -404268,15 +407117,15 @@ "binop": null, "updateContext": null }, - "start": 53055, - "end": 53056, + "start": 53593, + "end": 53594, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 16 }, "end": { - "line": 1494, + "line": 1504, "column": 17 } } @@ -404294,15 +407143,15 @@ "binop": null }, "value": "mediaElement", - "start": 53056, - "end": 53068, + "start": 53594, + "end": 53606, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 17 }, "end": { - "line": 1494, + "line": 1504, "column": 29 } } @@ -404320,15 +407169,15 @@ "binop": null, "updateContext": null }, - "start": 53068, - "end": 53069, + "start": 53606, + "end": 53607, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 29 }, "end": { - "line": 1494, + "line": 1504, "column": 30 } } @@ -404346,15 +407195,15 @@ "binop": null }, "value": "src", - "start": 53069, - "end": 53072, + "start": 53607, + "end": 53610, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 30 }, "end": { - "line": 1494, + "line": 1504, "column": 33 } } @@ -404373,15 +407222,15 @@ "updateContext": null }, "value": "=", - "start": 53073, - "end": 53074, + "start": 53611, + "end": 53612, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 34 }, "end": { - "line": 1494, + "line": 1504, "column": 35 } } @@ -404400,15 +407249,15 @@ "updateContext": null }, "value": "", - "start": 53075, - "end": 53077, + "start": 53613, + "end": 53615, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 36 }, "end": { - "line": 1494, + "line": 1504, "column": 38 } } @@ -404426,15 +407275,15 @@ "binop": null, "updateContext": null }, - "start": 53077, - "end": 53078, + "start": 53615, + "end": 53616, "loc": { "start": { - "line": 1494, + "line": 1504, "column": 38 }, "end": { - "line": 1494, + "line": 1504, "column": 39 } } @@ -404451,15 +407300,15 @@ "postfix": false, "binop": null }, - "start": 53087, - "end": 53088, + "start": 53625, + "end": 53626, "loc": { "start": { - "line": 1495, + "line": 1505, "column": 8 }, "end": { - "line": 1495, + "line": 1505, "column": 9 } } @@ -404476,15 +407325,15 @@ "postfix": false, "binop": null }, - "start": 53093, - "end": 53094, + "start": 53631, + "end": 53632, "loc": { "start": { - "line": 1496, + "line": 1506, "column": 4 }, "end": { - "line": 1496, + "line": 1506, "column": 5 } } @@ -404492,15 +407341,15 @@ { "type": "CommentBlock", "value": "*\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n ", - "start": 53100, - "end": 53734, + "start": 53638, + "end": 54272, "loc": { "start": { - "line": 1498, + "line": 1508, "column": 4 }, "end": { - "line": 1511, + "line": 1521, "column": 7 } } @@ -404518,15 +407367,15 @@ "binop": null }, "value": "exportImage", - "start": 53739, - "end": 53750, + "start": 54277, + "end": 54288, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 4 }, "end": { - "line": 1512, + "line": 1522, "column": 15 } } @@ -404543,15 +407392,15 @@ "postfix": false, "binop": null }, - "start": 53750, - "end": 53751, + "start": 54288, + "end": 54289, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 15 }, "end": { - "line": 1512, + "line": 1522, "column": 16 } } @@ -404569,15 +407418,15 @@ "binop": null }, "value": "format", - "start": 53751, - "end": 53757, + "start": 54289, + "end": 54295, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 16 }, "end": { - "line": 1512, + "line": 1522, "column": 22 } } @@ -404596,15 +407445,15 @@ "updateContext": null }, "value": "=", - "start": 53758, - "end": 53759, + "start": 54296, + "end": 54297, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 23 }, "end": { - "line": 1512, + "line": 1522, "column": 24 } } @@ -404623,15 +407472,15 @@ "updateContext": null }, "value": "image/png", - "start": 53760, - "end": 53771, + "start": 54298, + "end": 54309, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 25 }, "end": { - "line": 1512, + "line": 1522, "column": 36 } } @@ -404649,15 +407498,15 @@ "binop": null, "updateContext": null }, - "start": 53771, - "end": 53772, + "start": 54309, + "end": 54310, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 36 }, "end": { - "line": 1512, + "line": 1522, "column": 37 } } @@ -404675,15 +407524,15 @@ "binop": null }, "value": "quality", - "start": 53773, - "end": 53780, + "start": 54311, + "end": 54318, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 38 }, "end": { - "line": 1512, + "line": 1522, "column": 45 } } @@ -404702,15 +407551,15 @@ "updateContext": null }, "value": "=", - "start": 53781, - "end": 53782, + "start": 54319, + "end": 54320, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 46 }, "end": { - "line": 1512, + "line": 1522, "column": 47 } } @@ -404729,15 +407578,15 @@ "updateContext": null }, "value": 1, - "start": 53783, - "end": 53784, + "start": 54321, + "end": 54322, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 48 }, "end": { - "line": 1512, + "line": 1522, "column": 49 } } @@ -404754,15 +407603,15 @@ "postfix": false, "binop": null }, - "start": 53784, - "end": 53785, + "start": 54322, + "end": 54323, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 49 }, "end": { - "line": 1512, + "line": 1522, "column": 50 } } @@ -404779,15 +407628,15 @@ "postfix": false, "binop": null }, - "start": 53786, - "end": 53787, + "start": 54324, + "end": 54325, "loc": { "start": { - "line": 1512, + "line": 1522, "column": 51 }, "end": { - "line": 1512, + "line": 1522, "column": 52 } } @@ -404807,15 +407656,15 @@ "updateContext": null }, "value": "if", - "start": 53796, - "end": 53798, + "start": 54334, + "end": 54336, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 8 }, "end": { - "line": 1513, + "line": 1523, "column": 10 } } @@ -404832,15 +407681,15 @@ "postfix": false, "binop": null }, - "start": 53799, - "end": 53800, + "start": 54337, + "end": 54338, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 11 }, "end": { - "line": 1513, + "line": 1523, "column": 12 } } @@ -404860,15 +407709,15 @@ "updateContext": null }, "value": "this", - "start": 53800, - "end": 53804, + "start": 54338, + "end": 54342, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 12 }, "end": { - "line": 1513, + "line": 1523, "column": 16 } } @@ -404886,15 +407735,15 @@ "binop": null, "updateContext": null }, - "start": 53804, - "end": 53805, + "start": 54342, + "end": 54343, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 16 }, "end": { - "line": 1513, + "line": 1523, "column": 17 } } @@ -404912,15 +407761,15 @@ "binop": null }, "value": "getRecordType", - "start": 53805, - "end": 53818, + "start": 54343, + "end": 54356, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 17 }, "end": { - "line": 1513, + "line": 1523, "column": 30 } } @@ -404937,15 +407786,15 @@ "postfix": false, "binop": null }, - "start": 53818, - "end": 53819, + "start": 54356, + "end": 54357, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 30 }, "end": { - "line": 1513, + "line": 1523, "column": 31 } } @@ -404962,15 +407811,15 @@ "postfix": false, "binop": null }, - "start": 53819, - "end": 53820, + "start": 54357, + "end": 54358, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 31 }, "end": { - "line": 1513, + "line": 1523, "column": 32 } } @@ -404989,15 +407838,15 @@ "updateContext": null }, "value": "===", - "start": 53821, - "end": 53824, + "start": 54359, + "end": 54362, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 33 }, "end": { - "line": 1513, + "line": 1523, "column": 36 } } @@ -405015,15 +407864,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 53825, - "end": 53835, + "start": 54363, + "end": 54373, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 37 }, "end": { - "line": 1513, + "line": 1523, "column": 47 } } @@ -405040,15 +407889,15 @@ "postfix": false, "binop": null }, - "start": 53835, - "end": 53836, + "start": 54373, + "end": 54374, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 47 }, "end": { - "line": 1513, + "line": 1523, "column": 48 } } @@ -405065,15 +407914,15 @@ "postfix": false, "binop": null }, - "start": 53837, - "end": 53838, + "start": 54375, + "end": 54376, "loc": { "start": { - "line": 1513, + "line": 1523, "column": 49 }, "end": { - "line": 1513, + "line": 1523, "column": 50 } } @@ -405093,15 +407942,15 @@ "updateContext": null }, "value": "return", - "start": 53851, - "end": 53857, + "start": 54389, + "end": 54395, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 12 }, "end": { - "line": 1514, + "line": 1524, "column": 18 } } @@ -405121,15 +407970,15 @@ "updateContext": null }, "value": "this", - "start": 53858, - "end": 53862, + "start": 54396, + "end": 54400, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 19 }, "end": { - "line": 1514, + "line": 1524, "column": 23 } } @@ -405147,15 +407996,15 @@ "binop": null, "updateContext": null }, - "start": 53862, - "end": 53863, + "start": 54400, + "end": 54401, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 23 }, "end": { - "line": 1514, + "line": 1524, "column": 24 } } @@ -405173,15 +408022,15 @@ "binop": null }, "value": "surfer", - "start": 53863, - "end": 53869, + "start": 54401, + "end": 54407, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 24 }, "end": { - "line": 1514, + "line": 1524, "column": 30 } } @@ -405199,15 +408048,15 @@ "binop": null, "updateContext": null }, - "start": 53869, - "end": 53870, + "start": 54407, + "end": 54408, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 30 }, "end": { - "line": 1514, + "line": 1524, "column": 31 } } @@ -405225,15 +408074,15 @@ "binop": null }, "value": "surfer", - "start": 53870, - "end": 53876, + "start": 54408, + "end": 54414, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 31 }, "end": { - "line": 1514, + "line": 1524, "column": 37 } } @@ -405251,15 +408100,15 @@ "binop": null, "updateContext": null }, - "start": 53876, - "end": 53877, + "start": 54414, + "end": 54415, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 37 }, "end": { - "line": 1514, + "line": 1524, "column": 38 } } @@ -405277,15 +408126,15 @@ "binop": null }, "value": "exportImage", - "start": 53877, - "end": 53888, + "start": 54415, + "end": 54426, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 38 }, "end": { - "line": 1514, + "line": 1524, "column": 49 } } @@ -405302,15 +408151,15 @@ "postfix": false, "binop": null }, - "start": 53888, - "end": 53889, + "start": 54426, + "end": 54427, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 49 }, "end": { - "line": 1514, + "line": 1524, "column": 50 } } @@ -405328,15 +408177,15 @@ "binop": null }, "value": "format", - "start": 53889, - "end": 53895, + "start": 54427, + "end": 54433, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 50 }, "end": { - "line": 1514, + "line": 1524, "column": 56 } } @@ -405354,15 +408203,15 @@ "binop": null, "updateContext": null }, - "start": 53895, - "end": 53896, + "start": 54433, + "end": 54434, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 56 }, "end": { - "line": 1514, + "line": 1524, "column": 57 } } @@ -405380,15 +408229,15 @@ "binop": null }, "value": "quality", - "start": 53897, - "end": 53904, + "start": 54435, + "end": 54442, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 58 }, "end": { - "line": 1514, + "line": 1524, "column": 65 } } @@ -405406,15 +408255,15 @@ "binop": null, "updateContext": null }, - "start": 53904, - "end": 53905, + "start": 54442, + "end": 54443, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 65 }, "end": { - "line": 1514, + "line": 1524, "column": 66 } } @@ -405433,15 +408282,15 @@ "updateContext": null }, "value": "blob", - "start": 53906, - "end": 53912, + "start": 54444, + "end": 54450, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 67 }, "end": { - "line": 1514, + "line": 1524, "column": 73 } } @@ -405458,15 +408307,15 @@ "postfix": false, "binop": null }, - "start": 53912, - "end": 53913, + "start": 54450, + "end": 54451, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 73 }, "end": { - "line": 1514, + "line": 1524, "column": 74 } } @@ -405484,15 +408333,15 @@ "binop": null, "updateContext": null }, - "start": 53913, - "end": 53914, + "start": 54451, + "end": 54452, "loc": { "start": { - "line": 1514, + "line": 1524, "column": 74 }, "end": { - "line": 1514, + "line": 1524, "column": 75 } } @@ -405509,15 +408358,15 @@ "postfix": false, "binop": null }, - "start": 53923, - "end": 53924, + "start": 54461, + "end": 54462, "loc": { "start": { - "line": 1515, + "line": 1525, "column": 8 }, "end": { - "line": 1515, + "line": 1525, "column": 9 } } @@ -405537,15 +408386,15 @@ "updateContext": null }, "value": "else", - "start": 53925, - "end": 53929, + "start": 54463, + "end": 54467, "loc": { "start": { - "line": 1515, + "line": 1525, "column": 10 }, "end": { - "line": 1515, + "line": 1525, "column": 14 } } @@ -405562,15 +408411,15 @@ "postfix": false, "binop": null }, - "start": 53930, - "end": 53931, + "start": 54468, + "end": 54469, "loc": { "start": { - "line": 1515, + "line": 1525, "column": 15 }, "end": { - "line": 1515, + "line": 1525, "column": 16 } } @@ -405578,15 +408427,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 53944, - "end": 53986, + "start": 54482, + "end": 54524, "loc": { "start": { - "line": 1516, + "line": 1526, "column": 12 }, "end": { - "line": 1516, + "line": 1526, "column": 54 } } @@ -405606,15 +408455,15 @@ "updateContext": null }, "value": "let", - "start": 53999, - "end": 54002, + "start": 54537, + "end": 54540, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 12 }, "end": { - "line": 1517, + "line": 1527, "column": 15 } } @@ -405632,15 +408481,15 @@ "binop": null }, "value": "recordCanvas", - "start": 54003, - "end": 54015, + "start": 54541, + "end": 54553, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 16 }, "end": { - "line": 1517, + "line": 1527, "column": 28 } } @@ -405659,15 +408508,15 @@ "updateContext": null }, "value": "=", - "start": 54016, - "end": 54017, + "start": 54554, + "end": 54555, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 29 }, "end": { - "line": 1517, + "line": 1527, "column": 30 } } @@ -405687,15 +408536,15 @@ "updateContext": null }, "value": "this", - "start": 54018, - "end": 54022, + "start": 54556, + "end": 54560, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 31 }, "end": { - "line": 1517, + "line": 1527, "column": 35 } } @@ -405713,15 +408562,15 @@ "binop": null, "updateContext": null }, - "start": 54022, - "end": 54023, + "start": 54560, + "end": 54561, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 35 }, "end": { - "line": 1517, + "line": 1527, "column": 36 } } @@ -405739,15 +408588,15 @@ "binop": null }, "value": "player", - "start": 54023, - "end": 54029, + "start": 54561, + "end": 54567, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 36 }, "end": { - "line": 1517, + "line": 1527, "column": 42 } } @@ -405765,15 +408614,15 @@ "binop": null, "updateContext": null }, - "start": 54029, - "end": 54030, + "start": 54567, + "end": 54568, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 42 }, "end": { - "line": 1517, + "line": 1527, "column": 43 } } @@ -405791,15 +408640,15 @@ "binop": null }, "value": "recordCanvas", - "start": 54030, - "end": 54042, + "start": 54568, + "end": 54580, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 43 }, "end": { - "line": 1517, + "line": 1527, "column": 55 } } @@ -405817,15 +408666,15 @@ "binop": null, "updateContext": null }, - "start": 54042, - "end": 54043, + "start": 54580, + "end": 54581, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 55 }, "end": { - "line": 1517, + "line": 1527, "column": 56 } } @@ -405843,15 +408692,15 @@ "binop": null }, "value": "el", - "start": 54043, - "end": 54045, + "start": 54581, + "end": 54583, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 56 }, "end": { - "line": 1517, + "line": 1527, "column": 58 } } @@ -405868,15 +408717,15 @@ "postfix": false, "binop": null }, - "start": 54045, - "end": 54046, + "start": 54583, + "end": 54584, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 58 }, "end": { - "line": 1517, + "line": 1527, "column": 59 } } @@ -405893,15 +408742,15 @@ "postfix": false, "binop": null }, - "start": 54046, - "end": 54047, + "start": 54584, + "end": 54585, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 59 }, "end": { - "line": 1517, + "line": 1527, "column": 60 } } @@ -405919,15 +408768,15 @@ "binop": null, "updateContext": null }, - "start": 54047, - "end": 54048, + "start": 54585, + "end": 54586, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 60 }, "end": { - "line": 1517, + "line": 1527, "column": 61 } } @@ -405945,15 +408794,15 @@ "binop": null }, "value": "firstChild", - "start": 54048, - "end": 54058, + "start": 54586, + "end": 54596, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 61 }, "end": { - "line": 1517, + "line": 1527, "column": 71 } } @@ -405971,15 +408820,15 @@ "binop": null, "updateContext": null }, - "start": 54058, - "end": 54059, + "start": 54596, + "end": 54597, "loc": { "start": { - "line": 1517, + "line": 1527, "column": 71 }, "end": { - "line": 1517, + "line": 1527, "column": 72 } } @@ -405999,15 +408848,15 @@ "updateContext": null }, "value": "this", - "start": 54072, - "end": 54076, + "start": 54610, + "end": 54614, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 12 }, "end": { - "line": 1518, + "line": 1528, "column": 16 } } @@ -406025,15 +408874,15 @@ "binop": null, "updateContext": null }, - "start": 54076, - "end": 54077, + "start": 54614, + "end": 54615, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 16 }, "end": { - "line": 1518, + "line": 1528, "column": 17 } } @@ -406051,15 +408900,15 @@ "binop": null }, "value": "drawCanvas", - "start": 54077, - "end": 54087, + "start": 54615, + "end": 54625, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 17 }, "end": { - "line": 1518, + "line": 1528, "column": 27 } } @@ -406076,15 +408925,15 @@ "postfix": false, "binop": null }, - "start": 54087, - "end": 54088, + "start": 54625, + "end": 54626, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 27 }, "end": { - "line": 1518, + "line": 1528, "column": 28 } } @@ -406102,15 +408951,15 @@ "binop": null }, "value": "recordCanvas", - "start": 54088, - "end": 54100, + "start": 54626, + "end": 54638, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 28 }, "end": { - "line": 1518, + "line": 1528, "column": 40 } } @@ -406128,15 +408977,15 @@ "binop": null, "updateContext": null }, - "start": 54100, - "end": 54101, + "start": 54638, + "end": 54639, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 40 }, "end": { - "line": 1518, + "line": 1528, "column": 41 } } @@ -406156,15 +409005,15 @@ "updateContext": null }, "value": "this", - "start": 54102, - "end": 54106, + "start": 54640, + "end": 54644, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 42 }, "end": { - "line": 1518, + "line": 1528, "column": 46 } } @@ -406182,15 +409031,15 @@ "binop": null, "updateContext": null }, - "start": 54106, - "end": 54107, + "start": 54644, + "end": 54645, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 46 }, "end": { - "line": 1518, + "line": 1528, "column": 47 } } @@ -406208,15 +409057,15 @@ "binop": null }, "value": "mediaElement", - "start": 54107, - "end": 54119, + "start": 54645, + "end": 54657, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 47 }, "end": { - "line": 1518, + "line": 1528, "column": 59 } } @@ -406233,15 +409082,15 @@ "postfix": false, "binop": null }, - "start": 54119, - "end": 54120, + "start": 54657, + "end": 54658, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 59 }, "end": { - "line": 1518, + "line": 1528, "column": 60 } } @@ -406259,15 +409108,15 @@ "binop": null, "updateContext": null }, - "start": 54120, - "end": 54121, + "start": 54658, + "end": 54659, "loc": { "start": { - "line": 1518, + "line": 1528, "column": 60 }, "end": { - "line": 1518, + "line": 1528, "column": 61 } } @@ -406287,15 +409136,15 @@ "updateContext": null }, "value": "return", - "start": 54135, - "end": 54141, + "start": 54673, + "end": 54679, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 12 }, "end": { - "line": 1520, + "line": 1530, "column": 18 } } @@ -406315,15 +409164,15 @@ "updateContext": null }, "value": "new", - "start": 54142, - "end": 54145, + "start": 54680, + "end": 54683, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 19 }, "end": { - "line": 1520, + "line": 1530, "column": 22 } } @@ -406341,15 +409190,15 @@ "binop": null }, "value": "Promise", - "start": 54146, - "end": 54153, + "start": 54684, + "end": 54691, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 23 }, "end": { - "line": 1520, + "line": 1530, "column": 30 } } @@ -406366,15 +409215,15 @@ "postfix": false, "binop": null }, - "start": 54153, - "end": 54154, + "start": 54691, + "end": 54692, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 30 }, "end": { - "line": 1520, + "line": 1530, "column": 31 } } @@ -406392,15 +409241,15 @@ "binop": null }, "value": "resolve", - "start": 54154, - "end": 54161, + "start": 54692, + "end": 54699, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 31 }, "end": { - "line": 1520, + "line": 1530, "column": 38 } } @@ -406418,15 +409267,15 @@ "binop": null, "updateContext": null }, - "start": 54162, - "end": 54164, + "start": 54700, + "end": 54702, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 39 }, "end": { - "line": 1520, + "line": 1530, "column": 41 } } @@ -406443,15 +409292,15 @@ "postfix": false, "binop": null }, - "start": 54165, - "end": 54166, + "start": 54703, + "end": 54704, "loc": { "start": { - "line": 1520, + "line": 1530, "column": 42 }, "end": { - "line": 1520, + "line": 1530, "column": 43 } } @@ -406469,15 +409318,15 @@ "binop": null }, "value": "recordCanvas", - "start": 54183, - "end": 54195, + "start": 54721, + "end": 54733, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 16 }, "end": { - "line": 1521, + "line": 1531, "column": 28 } } @@ -406495,15 +409344,15 @@ "binop": null, "updateContext": null }, - "start": 54195, - "end": 54196, + "start": 54733, + "end": 54734, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 28 }, "end": { - "line": 1521, + "line": 1531, "column": 29 } } @@ -406521,15 +409370,15 @@ "binop": null }, "value": "toBlob", - "start": 54196, - "end": 54202, + "start": 54734, + "end": 54740, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 29 }, "end": { - "line": 1521, + "line": 1531, "column": 35 } } @@ -406546,15 +409395,15 @@ "postfix": false, "binop": null }, - "start": 54202, - "end": 54203, + "start": 54740, + "end": 54741, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 35 }, "end": { - "line": 1521, + "line": 1531, "column": 36 } } @@ -406572,15 +409421,15 @@ "binop": null }, "value": "resolve", - "start": 54203, - "end": 54210, + "start": 54741, + "end": 54748, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 36 }, "end": { - "line": 1521, + "line": 1531, "column": 43 } } @@ -406598,15 +409447,15 @@ "binop": null, "updateContext": null }, - "start": 54210, - "end": 54211, + "start": 54748, + "end": 54749, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 43 }, "end": { - "line": 1521, + "line": 1531, "column": 44 } } @@ -406624,15 +409473,15 @@ "binop": null }, "value": "format", - "start": 54212, - "end": 54218, + "start": 54750, + "end": 54756, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 45 }, "end": { - "line": 1521, + "line": 1531, "column": 51 } } @@ -406650,15 +409499,15 @@ "binop": null, "updateContext": null }, - "start": 54218, - "end": 54219, + "start": 54756, + "end": 54757, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 51 }, "end": { - "line": 1521, + "line": 1531, "column": 52 } } @@ -406676,15 +409525,15 @@ "binop": null }, "value": "quality", - "start": 54220, - "end": 54227, + "start": 54758, + "end": 54765, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 53 }, "end": { - "line": 1521, + "line": 1531, "column": 60 } } @@ -406701,15 +409550,15 @@ "postfix": false, "binop": null }, - "start": 54227, - "end": 54228, + "start": 54765, + "end": 54766, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 60 }, "end": { - "line": 1521, + "line": 1531, "column": 61 } } @@ -406727,15 +409576,15 @@ "binop": null, "updateContext": null }, - "start": 54228, - "end": 54229, + "start": 54766, + "end": 54767, "loc": { "start": { - "line": 1521, + "line": 1531, "column": 61 }, "end": { - "line": 1521, + "line": 1531, "column": 62 } } @@ -406752,15 +409601,15 @@ "postfix": false, "binop": null }, - "start": 54242, - "end": 54243, + "start": 54780, + "end": 54781, "loc": { "start": { - "line": 1522, + "line": 1532, "column": 12 }, "end": { - "line": 1522, + "line": 1532, "column": 13 } } @@ -406777,15 +409626,15 @@ "postfix": false, "binop": null }, - "start": 54243, - "end": 54244, + "start": 54781, + "end": 54782, "loc": { "start": { - "line": 1522, + "line": 1532, "column": 13 }, "end": { - "line": 1522, + "line": 1532, "column": 14 } } @@ -406803,15 +409652,15 @@ "binop": null, "updateContext": null }, - "start": 54244, - "end": 54245, + "start": 54782, + "end": 54783, "loc": { "start": { - "line": 1522, + "line": 1532, "column": 14 }, "end": { - "line": 1522, + "line": 1532, "column": 15 } } @@ -406828,15 +409677,15 @@ "postfix": false, "binop": null }, - "start": 54254, - "end": 54255, + "start": 54792, + "end": 54793, "loc": { "start": { - "line": 1523, + "line": 1533, "column": 8 }, "end": { - "line": 1523, + "line": 1533, "column": 9 } } @@ -406853,15 +409702,15 @@ "postfix": false, "binop": null }, - "start": 54260, - "end": 54261, + "start": 54798, + "end": 54799, "loc": { "start": { - "line": 1524, + "line": 1534, "column": 4 }, "end": { - "line": 1524, + "line": 1534, "column": 5 } } @@ -406869,15 +409718,15 @@ { "type": "CommentBlock", "value": "*\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n ", - "start": 54267, - "end": 54407, + "start": 54805, + "end": 54945, "loc": { "start": { - "line": 1526, + "line": 1536, "column": 4 }, "end": { - "line": 1530, + "line": 1540, "column": 7 } } @@ -406895,15 +409744,15 @@ "binop": null }, "value": "muteTracks", - "start": 54412, - "end": 54422, + "start": 54950, + "end": 54960, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 4 }, "end": { - "line": 1531, + "line": 1541, "column": 14 } } @@ -406920,15 +409769,15 @@ "postfix": false, "binop": null }, - "start": 54422, - "end": 54423, + "start": 54960, + "end": 54961, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 14 }, "end": { - "line": 1531, + "line": 1541, "column": 15 } } @@ -406946,15 +409795,15 @@ "binop": null }, "value": "mute", - "start": 54423, - "end": 54427, + "start": 54961, + "end": 54965, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 15 }, "end": { - "line": 1531, + "line": 1541, "column": 19 } } @@ -406971,15 +409820,15 @@ "postfix": false, "binop": null }, - "start": 54427, - "end": 54428, + "start": 54965, + "end": 54966, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 19 }, "end": { - "line": 1531, + "line": 1541, "column": 20 } } @@ -406996,15 +409845,15 @@ "postfix": false, "binop": null }, - "start": 54429, - "end": 54430, + "start": 54967, + "end": 54968, "loc": { "start": { - "line": 1531, + "line": 1541, "column": 21 }, "end": { - "line": 1531, + "line": 1541, "column": 22 } } @@ -407024,15 +409873,15 @@ "updateContext": null }, "value": "if", - "start": 54439, - "end": 54441, + "start": 54977, + "end": 54979, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 8 }, "end": { - "line": 1532, + "line": 1542, "column": 10 } } @@ -407049,15 +409898,15 @@ "postfix": false, "binop": null }, - "start": 54442, - "end": 54443, + "start": 54980, + "end": 54981, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 11 }, "end": { - "line": 1532, + "line": 1542, "column": 12 } } @@ -407074,15 +409923,15 @@ "postfix": false, "binop": null }, - "start": 54443, - "end": 54444, + "start": 54981, + "end": 54982, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 12 }, "end": { - "line": 1532, + "line": 1542, "column": 13 } } @@ -407102,15 +409951,15 @@ "updateContext": null }, "value": "this", - "start": 54444, - "end": 54448, + "start": 54982, + "end": 54986, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 13 }, "end": { - "line": 1532, + "line": 1542, "column": 17 } } @@ -407128,15 +409977,15 @@ "binop": null, "updateContext": null }, - "start": 54448, - "end": 54449, + "start": 54986, + "end": 54987, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 17 }, "end": { - "line": 1532, + "line": 1542, "column": 18 } } @@ -407154,15 +410003,15 @@ "binop": null }, "value": "getRecordType", - "start": 54449, - "end": 54462, + "start": 54987, + "end": 55000, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 18 }, "end": { - "line": 1532, + "line": 1542, "column": 31 } } @@ -407179,15 +410028,15 @@ "postfix": false, "binop": null }, - "start": 54462, - "end": 54463, + "start": 55000, + "end": 55001, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 31 }, "end": { - "line": 1532, + "line": 1542, "column": 32 } } @@ -407204,15 +410053,15 @@ "postfix": false, "binop": null }, - "start": 54463, - "end": 54464, + "start": 55001, + "end": 55002, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 32 }, "end": { - "line": 1532, + "line": 1542, "column": 33 } } @@ -407231,15 +410080,15 @@ "updateContext": null }, "value": "===", - "start": 54465, - "end": 54468, + "start": 55003, + "end": 55006, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 34 }, "end": { - "line": 1532, + "line": 1542, "column": 37 } } @@ -407257,15 +410106,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 54469, - "end": 54479, + "start": 55007, + "end": 55017, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 38 }, "end": { - "line": 1532, + "line": 1542, "column": 48 } } @@ -407284,15 +410133,15 @@ "updateContext": null }, "value": "||", - "start": 54480, - "end": 54482, + "start": 55018, + "end": 55020, "loc": { "start": { - "line": 1532, + "line": 1542, "column": 49 }, "end": { - "line": 1532, + "line": 1542, "column": 51 } } @@ -407312,15 +410161,15 @@ "updateContext": null }, "value": "this", - "start": 54495, - "end": 54499, + "start": 55033, + "end": 55037, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 12 }, "end": { - "line": 1533, + "line": 1543, "column": 16 } } @@ -407338,15 +410187,15 @@ "binop": null, "updateContext": null }, - "start": 54499, - "end": 54500, + "start": 55037, + "end": 55038, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 16 }, "end": { - "line": 1533, + "line": 1543, "column": 17 } } @@ -407364,15 +410213,15 @@ "binop": null }, "value": "getRecordType", - "start": 54500, - "end": 54513, + "start": 55038, + "end": 55051, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 17 }, "end": { - "line": 1533, + "line": 1543, "column": 30 } } @@ -407389,15 +410238,15 @@ "postfix": false, "binop": null }, - "start": 54513, - "end": 54514, + "start": 55051, + "end": 55052, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 30 }, "end": { - "line": 1533, + "line": 1543, "column": 31 } } @@ -407414,15 +410263,15 @@ "postfix": false, "binop": null }, - "start": 54514, - "end": 54515, + "start": 55052, + "end": 55053, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 31 }, "end": { - "line": 1533, + "line": 1543, "column": 32 } } @@ -407441,15 +410290,15 @@ "updateContext": null }, "value": "===", - "start": 54516, - "end": 54519, + "start": 55054, + "end": 55057, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 33 }, "end": { - "line": 1533, + "line": 1543, "column": 36 } } @@ -407467,15 +410316,15 @@ "binop": null }, "value": "AUDIO_SCREEN", - "start": 54520, - "end": 54532, + "start": 55058, + "end": 55070, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 37 }, "end": { - "line": 1533, + "line": 1543, "column": 49 } } @@ -407494,15 +410343,15 @@ "updateContext": null }, "value": "||", - "start": 54533, - "end": 54535, + "start": 55071, + "end": 55073, "loc": { "start": { - "line": 1533, + "line": 1543, "column": 50 }, "end": { - "line": 1533, + "line": 1543, "column": 52 } } @@ -407522,15 +410371,15 @@ "updateContext": null }, "value": "this", - "start": 54548, - "end": 54552, + "start": 55086, + "end": 55090, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 12 }, "end": { - "line": 1534, + "line": 1544, "column": 16 } } @@ -407548,15 +410397,15 @@ "binop": null, "updateContext": null }, - "start": 54552, - "end": 54553, + "start": 55090, + "end": 55091, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 16 }, "end": { - "line": 1534, + "line": 1544, "column": 17 } } @@ -407574,15 +410423,15 @@ "binop": null }, "value": "getRecordType", - "start": 54553, - "end": 54566, + "start": 55091, + "end": 55104, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 17 }, "end": { - "line": 1534, + "line": 1544, "column": 30 } } @@ -407599,15 +410448,15 @@ "postfix": false, "binop": null }, - "start": 54566, - "end": 54567, + "start": 55104, + "end": 55105, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 30 }, "end": { - "line": 1534, + "line": 1544, "column": 31 } } @@ -407624,15 +410473,15 @@ "postfix": false, "binop": null }, - "start": 54567, - "end": 54568, + "start": 55105, + "end": 55106, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 31 }, "end": { - "line": 1534, + "line": 1544, "column": 32 } } @@ -407651,15 +410500,15 @@ "updateContext": null }, "value": "===", - "start": 54569, - "end": 54572, + "start": 55107, + "end": 55110, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 33 }, "end": { - "line": 1534, + "line": 1544, "column": 36 } } @@ -407677,15 +410526,15 @@ "binop": null }, "value": "AUDIO_VIDEO", - "start": 54573, - "end": 54584, + "start": 55111, + "end": 55122, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 37 }, "end": { - "line": 1534, + "line": 1544, "column": 48 } } @@ -407702,15 +410551,15 @@ "postfix": false, "binop": null }, - "start": 54584, - "end": 54585, + "start": 55122, + "end": 55123, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 48 }, "end": { - "line": 1534, + "line": 1544, "column": 49 } } @@ -407729,15 +410578,15 @@ "updateContext": null }, "value": "&&", - "start": 54586, - "end": 54588, + "start": 55124, + "end": 55126, "loc": { "start": { - "line": 1534, + "line": 1544, "column": 50 }, "end": { - "line": 1534, + "line": 1544, "column": 52 } } @@ -407757,15 +410606,15 @@ "updateContext": null }, "value": "this", - "start": 54601, - "end": 54605, + "start": 55139, + "end": 55143, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 12 }, "end": { - "line": 1535, + "line": 1545, "column": 16 } } @@ -407783,15 +410632,15 @@ "binop": null, "updateContext": null }, - "start": 54605, - "end": 54606, + "start": 55143, + "end": 55144, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 16 }, "end": { - "line": 1535, + "line": 1545, "column": 17 } } @@ -407809,15 +410658,15 @@ "binop": null }, "value": "stream", - "start": 54606, - "end": 54612, + "start": 55144, + "end": 55150, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 17 }, "end": { - "line": 1535, + "line": 1545, "column": 23 } } @@ -407835,15 +410684,15 @@ "binop": null, "updateContext": null }, - "start": 54612, - "end": 54613, + "start": 55150, + "end": 55151, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 23 }, "end": { - "line": 1535, + "line": 1545, "column": 24 } } @@ -407861,15 +410710,15 @@ "binop": null }, "value": "getAudioTracks", - "start": 54613, - "end": 54627, + "start": 55151, + "end": 55165, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 24 }, "end": { - "line": 1535, + "line": 1545, "column": 38 } } @@ -407886,15 +410735,15 @@ "postfix": false, "binop": null }, - "start": 54627, - "end": 54628, + "start": 55165, + "end": 55166, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 38 }, "end": { - "line": 1535, + "line": 1545, "column": 39 } } @@ -407911,15 +410760,15 @@ "postfix": false, "binop": null }, - "start": 54628, - "end": 54629, + "start": 55166, + "end": 55167, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 39 }, "end": { - "line": 1535, + "line": 1545, "column": 40 } } @@ -407937,15 +410786,15 @@ "binop": null, "updateContext": null }, - "start": 54629, - "end": 54630, + "start": 55167, + "end": 55168, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 40 }, "end": { - "line": 1535, + "line": 1545, "column": 41 } } @@ -407963,15 +410812,15 @@ "binop": null }, "value": "length", - "start": 54630, - "end": 54636, + "start": 55168, + "end": 55174, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 41 }, "end": { - "line": 1535, + "line": 1545, "column": 47 } } @@ -407990,15 +410839,15 @@ "updateContext": null }, "value": ">", - "start": 54637, - "end": 54638, + "start": 55175, + "end": 55176, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 48 }, "end": { - "line": 1535, + "line": 1545, "column": 49 } } @@ -408017,15 +410866,15 @@ "updateContext": null }, "value": 0, - "start": 54639, - "end": 54640, + "start": 55177, + "end": 55178, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 50 }, "end": { - "line": 1535, + "line": 1545, "column": 51 } } @@ -408042,15 +410891,15 @@ "postfix": false, "binop": null }, - "start": 54640, - "end": 54641, + "start": 55178, + "end": 55179, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 51 }, "end": { - "line": 1535, + "line": 1545, "column": 52 } } @@ -408067,15 +410916,15 @@ "postfix": false, "binop": null }, - "start": 54642, - "end": 54643, + "start": 55180, + "end": 55181, "loc": { "start": { - "line": 1535, + "line": 1545, "column": 53 }, "end": { - "line": 1535, + "line": 1545, "column": 54 } } @@ -408095,15 +410944,15 @@ "updateContext": null }, "value": "this", - "start": 54656, - "end": 54660, + "start": 55194, + "end": 55198, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 12 }, "end": { - "line": 1536, + "line": 1546, "column": 16 } } @@ -408121,15 +410970,15 @@ "binop": null, "updateContext": null }, - "start": 54660, - "end": 54661, + "start": 55198, + "end": 55199, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 16 }, "end": { - "line": 1536, + "line": 1546, "column": 17 } } @@ -408147,15 +410996,15 @@ "binop": null }, "value": "stream", - "start": 54661, - "end": 54667, + "start": 55199, + "end": 55205, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 17 }, "end": { - "line": 1536, + "line": 1546, "column": 23 } } @@ -408173,15 +411022,15 @@ "binop": null, "updateContext": null }, - "start": 54667, - "end": 54668, + "start": 55205, + "end": 55206, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 23 }, "end": { - "line": 1536, + "line": 1546, "column": 24 } } @@ -408199,15 +411048,15 @@ "binop": null }, "value": "getAudioTracks", - "start": 54668, - "end": 54682, + "start": 55206, + "end": 55220, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 24 }, "end": { - "line": 1536, + "line": 1546, "column": 38 } } @@ -408224,15 +411073,15 @@ "postfix": false, "binop": null }, - "start": 54682, - "end": 54683, + "start": 55220, + "end": 55221, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 38 }, "end": { - "line": 1536, + "line": 1546, "column": 39 } } @@ -408249,15 +411098,15 @@ "postfix": false, "binop": null }, - "start": 54683, - "end": 54684, + "start": 55221, + "end": 55222, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 39 }, "end": { - "line": 1536, + "line": 1546, "column": 40 } } @@ -408275,15 +411124,15 @@ "binop": null, "updateContext": null }, - "start": 54684, - "end": 54685, + "start": 55222, + "end": 55223, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 40 }, "end": { - "line": 1536, + "line": 1546, "column": 41 } } @@ -408302,15 +411151,15 @@ "updateContext": null }, "value": 0, - "start": 54685, - "end": 54686, + "start": 55223, + "end": 55224, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 41 }, "end": { - "line": 1536, + "line": 1546, "column": 42 } } @@ -408328,15 +411177,15 @@ "binop": null, "updateContext": null }, - "start": 54686, - "end": 54687, + "start": 55224, + "end": 55225, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 42 }, "end": { - "line": 1536, + "line": 1546, "column": 43 } } @@ -408354,15 +411203,15 @@ "binop": null, "updateContext": null }, - "start": 54687, - "end": 54688, + "start": 55225, + "end": 55226, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 43 }, "end": { - "line": 1536, + "line": 1546, "column": 44 } } @@ -408380,15 +411229,15 @@ "binop": null }, "value": "enabled", - "start": 54688, - "end": 54695, + "start": 55226, + "end": 55233, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 44 }, "end": { - "line": 1536, + "line": 1546, "column": 51 } } @@ -408407,15 +411256,15 @@ "updateContext": null }, "value": "=", - "start": 54696, - "end": 54697, + "start": 55234, + "end": 55235, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 52 }, "end": { - "line": 1536, + "line": 1546, "column": 53 } } @@ -408434,15 +411283,15 @@ "updateContext": null }, "value": "!", - "start": 54698, - "end": 54699, + "start": 55236, + "end": 55237, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 54 }, "end": { - "line": 1536, + "line": 1546, "column": 55 } } @@ -408460,15 +411309,15 @@ "binop": null }, "value": "mute", - "start": 54699, - "end": 54703, + "start": 55237, + "end": 55241, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 55 }, "end": { - "line": 1536, + "line": 1546, "column": 59 } } @@ -408486,15 +411335,15 @@ "binop": null, "updateContext": null }, - "start": 54703, - "end": 54704, + "start": 55241, + "end": 55242, "loc": { "start": { - "line": 1536, + "line": 1546, "column": 59 }, "end": { - "line": 1536, + "line": 1546, "column": 60 } } @@ -408511,15 +411360,15 @@ "postfix": false, "binop": null }, - "start": 54713, - "end": 54714, + "start": 55251, + "end": 55252, "loc": { "start": { - "line": 1537, + "line": 1547, "column": 8 }, "end": { - "line": 1537, + "line": 1547, "column": 9 } } @@ -408539,15 +411388,15 @@ "updateContext": null }, "value": "if", - "start": 54724, - "end": 54726, + "start": 55262, + "end": 55264, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 8 }, "end": { - "line": 1539, + "line": 1549, "column": 10 } } @@ -408564,15 +411413,15 @@ "postfix": false, "binop": null }, - "start": 54727, - "end": 54728, + "start": 55265, + "end": 55266, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 11 }, "end": { - "line": 1539, + "line": 1549, "column": 12 } } @@ -408592,15 +411441,15 @@ "updateContext": null }, "value": "this", - "start": 54728, - "end": 54732, + "start": 55266, + "end": 55270, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 12 }, "end": { - "line": 1539, + "line": 1549, "column": 16 } } @@ -408618,15 +411467,15 @@ "binop": null, "updateContext": null }, - "start": 54732, - "end": 54733, + "start": 55270, + "end": 55271, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 16 }, "end": { - "line": 1539, + "line": 1549, "column": 17 } } @@ -408644,15 +411493,15 @@ "binop": null }, "value": "getRecordType", - "start": 54733, - "end": 54746, + "start": 55271, + "end": 55284, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 17 }, "end": { - "line": 1539, + "line": 1549, "column": 30 } } @@ -408669,15 +411518,15 @@ "postfix": false, "binop": null }, - "start": 54746, - "end": 54747, + "start": 55284, + "end": 55285, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 30 }, "end": { - "line": 1539, + "line": 1549, "column": 31 } } @@ -408694,15 +411543,15 @@ "postfix": false, "binop": null }, - "start": 54747, - "end": 54748, + "start": 55285, + "end": 55286, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 31 }, "end": { - "line": 1539, + "line": 1549, "column": 32 } } @@ -408721,15 +411570,15 @@ "updateContext": null }, "value": "!==", - "start": 54749, - "end": 54752, + "start": 55287, + "end": 55290, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 33 }, "end": { - "line": 1539, + "line": 1549, "column": 36 } } @@ -408747,15 +411596,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 54753, - "end": 54763, + "start": 55291, + "end": 55301, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 37 }, "end": { - "line": 1539, + "line": 1549, "column": 47 } } @@ -408774,15 +411623,15 @@ "updateContext": null }, "value": "&&", - "start": 54764, - "end": 54766, + "start": 55302, + "end": 55304, "loc": { "start": { - "line": 1539, + "line": 1549, "column": 48 }, "end": { - "line": 1539, + "line": 1549, "column": 50 } } @@ -408802,15 +411651,15 @@ "updateContext": null }, "value": "this", - "start": 54779, - "end": 54783, + "start": 55317, + "end": 55321, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 12 }, "end": { - "line": 1540, + "line": 1550, "column": 16 } } @@ -408828,15 +411677,15 @@ "binop": null, "updateContext": null }, - "start": 54783, - "end": 54784, + "start": 55321, + "end": 55322, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 16 }, "end": { - "line": 1540, + "line": 1550, "column": 17 } } @@ -408854,15 +411703,15 @@ "binop": null }, "value": "stream", - "start": 54784, - "end": 54790, + "start": 55322, + "end": 55328, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 17 }, "end": { - "line": 1540, + "line": 1550, "column": 23 } } @@ -408880,15 +411729,15 @@ "binop": null, "updateContext": null }, - "start": 54790, - "end": 54791, + "start": 55328, + "end": 55329, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 23 }, "end": { - "line": 1540, + "line": 1550, "column": 24 } } @@ -408906,15 +411755,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 54791, - "end": 54805, + "start": 55329, + "end": 55343, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 24 }, "end": { - "line": 1540, + "line": 1550, "column": 38 } } @@ -408931,15 +411780,15 @@ "postfix": false, "binop": null }, - "start": 54805, - "end": 54806, + "start": 55343, + "end": 55344, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 38 }, "end": { - "line": 1540, + "line": 1550, "column": 39 } } @@ -408956,15 +411805,15 @@ "postfix": false, "binop": null }, - "start": 54806, - "end": 54807, + "start": 55344, + "end": 55345, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 39 }, "end": { - "line": 1540, + "line": 1550, "column": 40 } } @@ -408982,15 +411831,15 @@ "binop": null, "updateContext": null }, - "start": 54807, - "end": 54808, + "start": 55345, + "end": 55346, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 40 }, "end": { - "line": 1540, + "line": 1550, "column": 41 } } @@ -409008,15 +411857,15 @@ "binop": null }, "value": "length", - "start": 54808, - "end": 54814, + "start": 55346, + "end": 55352, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 41 }, "end": { - "line": 1540, + "line": 1550, "column": 47 } } @@ -409035,15 +411884,15 @@ "updateContext": null }, "value": ">", - "start": 54815, - "end": 54816, + "start": 55353, + "end": 55354, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 48 }, "end": { - "line": 1540, + "line": 1550, "column": 49 } } @@ -409062,15 +411911,15 @@ "updateContext": null }, "value": 0, - "start": 54817, - "end": 54818, + "start": 55355, + "end": 55356, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 50 }, "end": { - "line": 1540, + "line": 1550, "column": 51 } } @@ -409087,15 +411936,15 @@ "postfix": false, "binop": null }, - "start": 54818, - "end": 54819, + "start": 55356, + "end": 55357, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 51 }, "end": { - "line": 1540, + "line": 1550, "column": 52 } } @@ -409112,15 +411961,15 @@ "postfix": false, "binop": null }, - "start": 54820, - "end": 54821, + "start": 55358, + "end": 55359, "loc": { "start": { - "line": 1540, + "line": 1550, "column": 53 }, "end": { - "line": 1540, + "line": 1550, "column": 54 } } @@ -409140,15 +411989,15 @@ "updateContext": null }, "value": "this", - "start": 54834, - "end": 54838, + "start": 55372, + "end": 55376, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 12 }, "end": { - "line": 1541, + "line": 1551, "column": 16 } } @@ -409166,15 +412015,15 @@ "binop": null, "updateContext": null }, - "start": 54838, - "end": 54839, + "start": 55376, + "end": 55377, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 16 }, "end": { - "line": 1541, + "line": 1551, "column": 17 } } @@ -409192,15 +412041,15 @@ "binop": null }, "value": "stream", - "start": 54839, - "end": 54845, + "start": 55377, + "end": 55383, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 17 }, "end": { - "line": 1541, + "line": 1551, "column": 23 } } @@ -409218,15 +412067,15 @@ "binop": null, "updateContext": null }, - "start": 54845, - "end": 54846, + "start": 55383, + "end": 55384, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 23 }, "end": { - "line": 1541, + "line": 1551, "column": 24 } } @@ -409244,15 +412093,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 54846, - "end": 54860, + "start": 55384, + "end": 55398, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 24 }, "end": { - "line": 1541, + "line": 1551, "column": 38 } } @@ -409269,15 +412118,15 @@ "postfix": false, "binop": null }, - "start": 54860, - "end": 54861, + "start": 55398, + "end": 55399, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 38 }, "end": { - "line": 1541, + "line": 1551, "column": 39 } } @@ -409294,15 +412143,15 @@ "postfix": false, "binop": null }, - "start": 54861, - "end": 54862, + "start": 55399, + "end": 55400, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 39 }, "end": { - "line": 1541, + "line": 1551, "column": 40 } } @@ -409320,15 +412169,15 @@ "binop": null, "updateContext": null }, - "start": 54862, - "end": 54863, + "start": 55400, + "end": 55401, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 40 }, "end": { - "line": 1541, + "line": 1551, "column": 41 } } @@ -409347,15 +412196,15 @@ "updateContext": null }, "value": 0, - "start": 54863, - "end": 54864, + "start": 55401, + "end": 55402, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 41 }, "end": { - "line": 1541, + "line": 1551, "column": 42 } } @@ -409373,15 +412222,15 @@ "binop": null, "updateContext": null }, - "start": 54864, - "end": 54865, + "start": 55402, + "end": 55403, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 42 }, "end": { - "line": 1541, + "line": 1551, "column": 43 } } @@ -409399,15 +412248,15 @@ "binop": null, "updateContext": null }, - "start": 54865, - "end": 54866, + "start": 55403, + "end": 55404, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 43 }, "end": { - "line": 1541, + "line": 1551, "column": 44 } } @@ -409425,15 +412274,15 @@ "binop": null }, "value": "enabled", - "start": 54866, - "end": 54873, + "start": 55404, + "end": 55411, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 44 }, "end": { - "line": 1541, + "line": 1551, "column": 51 } } @@ -409452,15 +412301,15 @@ "updateContext": null }, "value": "=", - "start": 54874, - "end": 54875, + "start": 55412, + "end": 55413, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 52 }, "end": { - "line": 1541, + "line": 1551, "column": 53 } } @@ -409479,15 +412328,15 @@ "updateContext": null }, "value": "!", - "start": 54876, - "end": 54877, + "start": 55414, + "end": 55415, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 54 }, "end": { - "line": 1541, + "line": 1551, "column": 55 } } @@ -409505,15 +412354,15 @@ "binop": null }, "value": "mute", - "start": 54877, - "end": 54881, + "start": 55415, + "end": 55419, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 55 }, "end": { - "line": 1541, + "line": 1551, "column": 59 } } @@ -409531,15 +412380,15 @@ "binop": null, "updateContext": null }, - "start": 54881, - "end": 54882, + "start": 55419, + "end": 55420, "loc": { "start": { - "line": 1541, + "line": 1551, "column": 59 }, "end": { - "line": 1541, + "line": 1551, "column": 60 } } @@ -409556,15 +412405,15 @@ "postfix": false, "binop": null }, - "start": 54891, - "end": 54892, + "start": 55429, + "end": 55430, "loc": { "start": { - "line": 1542, + "line": 1552, "column": 8 }, "end": { - "line": 1542, + "line": 1552, "column": 9 } } @@ -409581,15 +412430,15 @@ "postfix": false, "binop": null }, - "start": 54897, - "end": 54898, + "start": 55435, + "end": 55436, "loc": { "start": { - "line": 1543, + "line": 1553, "column": 4 }, "end": { - "line": 1543, + "line": 1553, "column": 5 } } @@ -409597,15 +412446,15 @@ { "type": "CommentBlock", "value": "*\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n ", - "start": 54904, - "end": 55083, + "start": 55442, + "end": 55621, "loc": { "start": { - "line": 1545, + "line": 1555, "column": 4 }, "end": { - "line": 1551, + "line": 1561, "column": 7 } } @@ -409623,15 +412472,15 @@ "binop": null }, "value": "getRecordType", - "start": 55088, - "end": 55101, + "start": 55626, + "end": 55639, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 4 }, "end": { - "line": 1552, + "line": 1562, "column": 17 } } @@ -409648,15 +412497,15 @@ "postfix": false, "binop": null }, - "start": 55101, - "end": 55102, + "start": 55639, + "end": 55640, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 17 }, "end": { - "line": 1552, + "line": 1562, "column": 18 } } @@ -409673,15 +412522,15 @@ "postfix": false, "binop": null }, - "start": 55102, - "end": 55103, + "start": 55640, + "end": 55641, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 18 }, "end": { - "line": 1552, + "line": 1562, "column": 19 } } @@ -409698,15 +412547,15 @@ "postfix": false, "binop": null }, - "start": 55104, - "end": 55105, + "start": 55642, + "end": 55643, "loc": { "start": { - "line": 1552, + "line": 1562, "column": 20 }, "end": { - "line": 1552, + "line": 1562, "column": 21 } } @@ -409726,15 +412575,15 @@ "updateContext": null }, "value": "return", - "start": 55114, - "end": 55120, + "start": 55652, + "end": 55658, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 8 }, "end": { - "line": 1553, + "line": 1563, "column": 14 } } @@ -409752,15 +412601,15 @@ "binop": null }, "value": "getRecorderMode", - "start": 55121, - "end": 55136, + "start": 55659, + "end": 55674, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 15 }, "end": { - "line": 1553, + "line": 1563, "column": 30 } } @@ -409777,15 +412626,15 @@ "postfix": false, "binop": null }, - "start": 55136, - "end": 55137, + "start": 55674, + "end": 55675, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 30 }, "end": { - "line": 1553, + "line": 1563, "column": 31 } } @@ -409805,15 +412654,15 @@ "updateContext": null }, "value": "this", - "start": 55137, - "end": 55141, + "start": 55675, + "end": 55679, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 31 }, "end": { - "line": 1553, + "line": 1563, "column": 35 } } @@ -409831,15 +412680,15 @@ "binop": null, "updateContext": null }, - "start": 55141, - "end": 55142, + "start": 55679, + "end": 55680, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 35 }, "end": { - "line": 1553, + "line": 1563, "column": 36 } } @@ -409857,15 +412706,15 @@ "binop": null }, "value": "recordImage", - "start": 55142, - "end": 55153, + "start": 55680, + "end": 55691, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 36 }, "end": { - "line": 1553, + "line": 1563, "column": 47 } } @@ -409883,15 +412732,15 @@ "binop": null, "updateContext": null }, - "start": 55153, - "end": 55154, + "start": 55691, + "end": 55692, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 47 }, "end": { - "line": 1553, + "line": 1563, "column": 48 } } @@ -409911,15 +412760,15 @@ "updateContext": null }, "value": "this", - "start": 55155, - "end": 55159, + "start": 55693, + "end": 55697, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 49 }, "end": { - "line": 1553, + "line": 1563, "column": 53 } } @@ -409937,15 +412786,15 @@ "binop": null, "updateContext": null }, - "start": 55159, - "end": 55160, + "start": 55697, + "end": 55698, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 53 }, "end": { - "line": 1553, + "line": 1563, "column": 54 } } @@ -409963,15 +412812,15 @@ "binop": null }, "value": "recordAudio", - "start": 55160, - "end": 55171, + "start": 55698, + "end": 55709, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 54 }, "end": { - "line": 1553, + "line": 1563, "column": 65 } } @@ -409989,15 +412838,15 @@ "binop": null, "updateContext": null }, - "start": 55171, - "end": 55172, + "start": 55709, + "end": 55710, "loc": { "start": { - "line": 1553, + "line": 1563, "column": 65 }, "end": { - "line": 1553, + "line": 1563, "column": 66 } } @@ -410017,15 +412866,15 @@ "updateContext": null }, "value": "this", - "start": 55185, - "end": 55189, + "start": 55723, + "end": 55727, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 12 }, "end": { - "line": 1554, + "line": 1564, "column": 16 } } @@ -410043,15 +412892,15 @@ "binop": null, "updateContext": null }, - "start": 55189, - "end": 55190, + "start": 55727, + "end": 55728, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 16 }, "end": { - "line": 1554, + "line": 1564, "column": 17 } } @@ -410069,15 +412918,15 @@ "binop": null }, "value": "recordVideo", - "start": 55190, - "end": 55201, + "start": 55728, + "end": 55739, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 17 }, "end": { - "line": 1554, + "line": 1564, "column": 28 } } @@ -410095,15 +412944,15 @@ "binop": null, "updateContext": null }, - "start": 55201, - "end": 55202, + "start": 55739, + "end": 55740, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 28 }, "end": { - "line": 1554, + "line": 1564, "column": 29 } } @@ -410123,15 +412972,15 @@ "updateContext": null }, "value": "this", - "start": 55203, - "end": 55207, + "start": 55741, + "end": 55745, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 30 }, "end": { - "line": 1554, + "line": 1564, "column": 34 } } @@ -410149,15 +412998,15 @@ "binop": null, "updateContext": null }, - "start": 55207, - "end": 55208, + "start": 55745, + "end": 55746, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 34 }, "end": { - "line": 1554, + "line": 1564, "column": 35 } } @@ -410175,15 +413024,15 @@ "binop": null }, "value": "recordAnimation", - "start": 55208, - "end": 55223, + "start": 55746, + "end": 55761, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 35 }, "end": { - "line": 1554, + "line": 1564, "column": 50 } } @@ -410201,15 +413050,15 @@ "binop": null, "updateContext": null }, - "start": 55223, - "end": 55224, + "start": 55761, + "end": 55762, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 50 }, "end": { - "line": 1554, + "line": 1564, "column": 51 } } @@ -410229,15 +413078,15 @@ "updateContext": null }, "value": "this", - "start": 55225, - "end": 55229, + "start": 55763, + "end": 55767, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 52 }, "end": { - "line": 1554, + "line": 1564, "column": 56 } } @@ -410255,15 +413104,15 @@ "binop": null, "updateContext": null }, - "start": 55229, - "end": 55230, + "start": 55767, + "end": 55768, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 56 }, "end": { - "line": 1554, + "line": 1564, "column": 57 } } @@ -410281,15 +413130,15 @@ "binop": null }, "value": "recordScreen", - "start": 55230, - "end": 55242, + "start": 55768, + "end": 55780, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 57 }, "end": { - "line": 1554, + "line": 1564, "column": 69 } } @@ -410306,15 +413155,15 @@ "postfix": false, "binop": null }, - "start": 55242, - "end": 55243, + "start": 55780, + "end": 55781, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 69 }, "end": { - "line": 1554, + "line": 1564, "column": 70 } } @@ -410332,15 +413181,15 @@ "binop": null, "updateContext": null }, - "start": 55243, - "end": 55244, + "start": 55781, + "end": 55782, "loc": { "start": { - "line": 1554, + "line": 1564, "column": 70 }, "end": { - "line": 1554, + "line": 1564, "column": 71 } } @@ -410357,15 +413206,758 @@ "postfix": false, "binop": null }, - "start": 55249, - "end": 55250, + "start": 55787, + "end": 55788, "loc": { "start": { - "line": 1555, + "line": 1565, "column": 4 }, "end": { - "line": 1555, + "line": 1565, + "column": 5 + } + } + }, + { + "type": "CommentBlock", + "value": "*\n * Start converter.\n ", + "start": 55794, + "end": 55829, + "loc": { + "start": { + "line": 1567, + "column": 4 + }, + "end": { + "line": 1569, + "column": 7 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "convert", + "start": 55834, + "end": 55841, + "loc": { + "start": { + "line": 1570, + "column": 4 + }, + "end": { + "line": 1570, + "column": 11 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55841, + "end": 55842, + "loc": { + "start": { + "line": 1570, + "column": 11 + }, + "end": { + "line": 1570, + "column": 12 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55842, + "end": 55843, + "loc": { + "start": { + "line": 1570, + "column": 12 + }, + "end": { + "line": 1570, + "column": 13 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55844, + "end": 55845, + "loc": { + "start": { + "line": 1570, + "column": 14 + }, + "end": { + "line": 1570, + "column": 15 + } + } + }, + { + "type": { + "label": "if", + "keyword": "if", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "if", + "start": 55854, + "end": 55856, + "loc": { + "start": { + "line": 1571, + "column": 8 + }, + "end": { + "line": 1571, + "column": 10 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55857, + "end": 55858, + "loc": { + "start": { + "line": 1571, + "column": 11 + }, + "end": { + "line": 1571, + "column": 12 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 55858, + "end": 55862, + "loc": { + "start": { + "line": 1571, + "column": 12 + }, + "end": { + "line": 1571, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 55862, + "end": 55863, + "loc": { + "start": { + "line": 1571, + "column": 16 + }, + "end": { + "line": 1571, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "converter", + "start": 55863, + "end": 55872, + "loc": { + "start": { + "line": 1571, + "column": 17 + }, + "end": { + "line": 1571, + "column": 26 + } + } + }, + { + "type": { + "label": "==/!=", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": 6, + "updateContext": null + }, + "value": "!==", + "start": 55873, + "end": 55876, + "loc": { + "start": { + "line": 1571, + "column": 27 + }, + "end": { + "line": 1571, + "column": 30 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "undefined", + "start": 55877, + "end": 55886, + "loc": { + "start": { + "line": 1571, + "column": 31 + }, + "end": { + "line": 1571, + "column": 40 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55886, + "end": 55887, + "loc": { + "start": { + "line": 1571, + "column": 40 + }, + "end": { + "line": 1571, + "column": 41 + } + } + }, + { + "type": { + "label": "{", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55888, + "end": 55889, + "loc": { + "start": { + "line": 1571, + "column": 42 + }, + "end": { + "line": 1571, + "column": 43 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 55902, + "end": 55906, + "loc": { + "start": { + "line": 1572, + "column": 12 + }, + "end": { + "line": 1572, + "column": 16 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 55906, + "end": 55907, + "loc": { + "start": { + "line": 1572, + "column": 16 + }, + "end": { + "line": 1572, + "column": 17 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "converter", + "start": 55907, + "end": 55916, + "loc": { + "start": { + "line": 1572, + "column": 17 + }, + "end": { + "line": 1572, + "column": 26 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 55916, + "end": 55917, + "loc": { + "start": { + "line": 1572, + "column": 26 + }, + "end": { + "line": 1572, + "column": 27 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "convert", + "start": 55917, + "end": 55924, + "loc": { + "start": { + "line": 1572, + "column": 27 + }, + "end": { + "line": 1572, + "column": 34 + } + } + }, + { + "type": { + "label": "(", + "beforeExpr": true, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55924, + "end": 55925, + "loc": { + "start": { + "line": 1572, + "column": 34 + }, + "end": { + "line": 1572, + "column": 35 + } + } + }, + { + "type": { + "label": "this", + "keyword": "this", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "value": "this", + "start": 55925, + "end": 55929, + "loc": { + "start": { + "line": 1572, + "column": 35 + }, + "end": { + "line": 1572, + "column": 39 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 55929, + "end": 55930, + "loc": { + "start": { + "line": 1572, + "column": 39 + }, + "end": { + "line": 1572, + "column": 40 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "player", + "start": 55930, + "end": 55936, + "loc": { + "start": { + "line": 1572, + "column": 40 + }, + "end": { + "line": 1572, + "column": 46 + } + } + }, + { + "type": { + "label": ".", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 55936, + "end": 55937, + "loc": { + "start": { + "line": 1572, + "column": 46 + }, + "end": { + "line": 1572, + "column": 47 + } + } + }, + { + "type": { + "label": "name", + "beforeExpr": false, + "startsExpr": true, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "value": "recordedData", + "start": 55937, + "end": 55949, + "loc": { + "start": { + "line": 1572, + "column": 47 + }, + "end": { + "line": 1572, + "column": 59 + } + } + }, + { + "type": { + "label": ")", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55949, + "end": 55950, + "loc": { + "start": { + "line": 1572, + "column": 59 + }, + "end": { + "line": 1572, + "column": 60 + } + } + }, + { + "type": { + "label": ";", + "beforeExpr": true, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null, + "updateContext": null + }, + "start": 55950, + "end": 55951, + "loc": { + "start": { + "line": 1572, + "column": 60 + }, + "end": { + "line": 1572, + "column": 61 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55960, + "end": 55961, + "loc": { + "start": { + "line": 1573, + "column": 8 + }, + "end": { + "line": 1573, + "column": 9 + } + } + }, + { + "type": { + "label": "}", + "beforeExpr": false, + "startsExpr": false, + "rightAssociative": false, + "isLoop": false, + "isAssign": false, + "prefix": false, + "postfix": false, + "binop": null + }, + "start": 55966, + "end": 55967, + "loc": { + "start": { + "line": 1574, + "column": 4 + }, + "end": { + "line": 1574, "column": 5 } } @@ -410373,15 +413965,15 @@ { "type": "CommentBlock", "value": "*\n * Create and display snapshot image.\n * @private\n ", - "start": 55256, - "end": 55325, + "start": 55973, + "end": 56042, "loc": { "start": { - "line": 1557, + "line": 1576, "column": 4 }, "end": { - "line": 1560, + "line": 1579, "column": 7 } } @@ -410399,15 +413991,15 @@ "binop": null }, "value": "createSnapshot", - "start": 55330, - "end": 55344, + "start": 56047, + "end": 56061, "loc": { "start": { - "line": 1561, + "line": 1580, "column": 4 }, "end": { - "line": 1561, + "line": 1580, "column": 18 } } @@ -410424,15 +414016,15 @@ "postfix": false, "binop": null }, - "start": 55344, - "end": 55345, + "start": 56061, + "end": 56062, "loc": { "start": { - "line": 1561, + "line": 1580, "column": 18 }, "end": { - "line": 1561, + "line": 1580, "column": 19 } } @@ -410449,15 +414041,15 @@ "postfix": false, "binop": null }, - "start": 55345, - "end": 55346, + "start": 56062, + "end": 56063, "loc": { "start": { - "line": 1561, + "line": 1580, "column": 19 }, "end": { - "line": 1561, + "line": 1580, "column": 20 } } @@ -410474,15 +414066,15 @@ "postfix": false, "binop": null }, - "start": 55347, - "end": 55348, + "start": 56064, + "end": 56065, "loc": { "start": { - "line": 1561, + "line": 1580, "column": 21 }, "end": { - "line": 1561, + "line": 1580, "column": 22 } } @@ -410502,15 +414094,15 @@ "updateContext": null }, "value": "this", - "start": 55357, - "end": 55361, + "start": 56074, + "end": 56078, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 8 }, "end": { - "line": 1562, + "line": 1581, "column": 12 } } @@ -410528,15 +414120,15 @@ "binop": null, "updateContext": null }, - "start": 55361, - "end": 55362, + "start": 56078, + "end": 56079, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 12 }, "end": { - "line": 1562, + "line": 1581, "column": 13 } } @@ -410554,15 +414146,15 @@ "binop": null }, "value": "captureFrame", - "start": 55362, - "end": 55374, + "start": 56079, + "end": 56091, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 13 }, "end": { - "line": 1562, + "line": 1581, "column": 25 } } @@ -410579,15 +414171,15 @@ "postfix": false, "binop": null }, - "start": 55374, - "end": 55375, + "start": 56091, + "end": 56092, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 25 }, "end": { - "line": 1562, + "line": 1581, "column": 26 } } @@ -410604,15 +414196,15 @@ "postfix": false, "binop": null }, - "start": 55375, - "end": 55376, + "start": 56092, + "end": 56093, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 26 }, "end": { - "line": 1562, + "line": 1581, "column": 27 } } @@ -410630,15 +414222,15 @@ "binop": null, "updateContext": null }, - "start": 55376, - "end": 55377, + "start": 56093, + "end": 56094, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 27 }, "end": { - "line": 1562, + "line": 1581, "column": 28 } } @@ -410656,15 +414248,15 @@ "binop": null }, "value": "then", - "start": 55377, - "end": 55381, + "start": 56094, + "end": 56098, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 28 }, "end": { - "line": 1562, + "line": 1581, "column": 32 } } @@ -410681,15 +414273,15 @@ "postfix": false, "binop": null }, - "start": 55381, - "end": 55382, + "start": 56098, + "end": 56099, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 32 }, "end": { - "line": 1562, + "line": 1581, "column": 33 } } @@ -410706,15 +414298,15 @@ "postfix": false, "binop": null }, - "start": 55382, - "end": 55383, + "start": 56099, + "end": 56100, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 33 }, "end": { - "line": 1562, + "line": 1581, "column": 34 } } @@ -410732,15 +414324,15 @@ "binop": null }, "value": "result", - "start": 55383, - "end": 55389, + "start": 56100, + "end": 56106, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 34 }, "end": { - "line": 1562, + "line": 1581, "column": 40 } } @@ -410757,15 +414349,15 @@ "postfix": false, "binop": null }, - "start": 55389, - "end": 55390, + "start": 56106, + "end": 56107, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 40 }, "end": { - "line": 1562, + "line": 1581, "column": 41 } } @@ -410783,15 +414375,15 @@ "binop": null, "updateContext": null }, - "start": 55391, - "end": 55393, + "start": 56108, + "end": 56110, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 42 }, "end": { - "line": 1562, + "line": 1581, "column": 44 } } @@ -410808,15 +414400,15 @@ "postfix": false, "binop": null }, - "start": 55394, - "end": 55395, + "start": 56111, + "end": 56112, "loc": { "start": { - "line": 1562, + "line": 1581, "column": 45 }, "end": { - "line": 1562, + "line": 1581, "column": 46 } } @@ -410836,15 +414428,15 @@ "updateContext": null }, "value": "if", - "start": 55408, - "end": 55410, + "start": 56125, + "end": 56127, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 12 }, "end": { - "line": 1563, + "line": 1582, "column": 14 } } @@ -410861,15 +414453,15 @@ "postfix": false, "binop": null }, - "start": 55411, - "end": 55412, + "start": 56128, + "end": 56129, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 15 }, "end": { - "line": 1563, + "line": 1582, "column": 16 } } @@ -410889,15 +414481,15 @@ "updateContext": null }, "value": "this", - "start": 55412, - "end": 55416, + "start": 56129, + "end": 56133, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 16 }, "end": { - "line": 1563, + "line": 1582, "column": 20 } } @@ -410915,15 +414507,15 @@ "binop": null, "updateContext": null }, - "start": 55416, - "end": 55417, + "start": 56133, + "end": 56134, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 20 }, "end": { - "line": 1563, + "line": 1582, "column": 21 } } @@ -410941,15 +414533,15 @@ "binop": null }, "value": "imageOutputType", - "start": 55417, - "end": 55432, + "start": 56134, + "end": 56149, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 21 }, "end": { - "line": 1563, + "line": 1582, "column": 36 } } @@ -410968,15 +414560,15 @@ "updateContext": null }, "value": "===", - "start": 55433, - "end": 55436, + "start": 56150, + "end": 56153, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 37 }, "end": { - "line": 1563, + "line": 1582, "column": 40 } } @@ -410995,15 +414587,15 @@ "updateContext": null }, "value": "blob", - "start": 55437, - "end": 55443, + "start": 56154, + "end": 56160, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 41 }, "end": { - "line": 1563, + "line": 1582, "column": 47 } } @@ -411020,15 +414612,15 @@ "postfix": false, "binop": null }, - "start": 55443, - "end": 55444, + "start": 56160, + "end": 56161, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 47 }, "end": { - "line": 1563, + "line": 1582, "column": 48 } } @@ -411045,15 +414637,15 @@ "postfix": false, "binop": null }, - "start": 55445, - "end": 55446, + "start": 56162, + "end": 56163, "loc": { "start": { - "line": 1563, + "line": 1582, "column": 49 }, "end": { - "line": 1563, + "line": 1582, "column": 50 } } @@ -411061,15 +414653,15 @@ { "type": "CommentLine", "value": " turn the canvas data into a Blob", - "start": 55463, - "end": 55498, + "start": 56180, + "end": 56215, "loc": { "start": { - "line": 1564, + "line": 1583, "column": 16 }, "end": { - "line": 1564, + "line": 1583, "column": 51 } } @@ -411087,15 +414679,15 @@ "binop": null }, "value": "result", - "start": 55515, - "end": 55521, + "start": 56232, + "end": 56238, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 16 }, "end": { - "line": 1565, + "line": 1584, "column": 22 } } @@ -411113,15 +414705,15 @@ "binop": null, "updateContext": null }, - "start": 55521, - "end": 55522, + "start": 56238, + "end": 56239, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 22 }, "end": { - "line": 1565, + "line": 1584, "column": 23 } } @@ -411139,15 +414731,15 @@ "binop": null }, "value": "toBlob", - "start": 55522, - "end": 55528, + "start": 56239, + "end": 56245, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 23 }, "end": { - "line": 1565, + "line": 1584, "column": 29 } } @@ -411164,15 +414756,15 @@ "postfix": false, "binop": null }, - "start": 55528, - "end": 55529, + "start": 56245, + "end": 56246, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 29 }, "end": { - "line": 1565, + "line": 1584, "column": 30 } } @@ -411189,15 +414781,15 @@ "postfix": false, "binop": null }, - "start": 55529, - "end": 55530, + "start": 56246, + "end": 56247, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 30 }, "end": { - "line": 1565, + "line": 1584, "column": 31 } } @@ -411215,15 +414807,15 @@ "binop": null }, "value": "blob", - "start": 55530, - "end": 55534, + "start": 56247, + "end": 56251, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 31 }, "end": { - "line": 1565, + "line": 1584, "column": 35 } } @@ -411240,15 +414832,15 @@ "postfix": false, "binop": null }, - "start": 55534, - "end": 55535, + "start": 56251, + "end": 56252, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 35 }, "end": { - "line": 1565, + "line": 1584, "column": 36 } } @@ -411266,15 +414858,15 @@ "binop": null, "updateContext": null }, - "start": 55536, - "end": 55538, + "start": 56253, + "end": 56255, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 37 }, "end": { - "line": 1565, + "line": 1584, "column": 39 } } @@ -411291,15 +414883,15 @@ "postfix": false, "binop": null }, - "start": 55539, - "end": 55540, + "start": 56256, + "end": 56257, "loc": { "start": { - "line": 1565, + "line": 1584, "column": 40 }, "end": { - "line": 1565, + "line": 1584, "column": 41 } } @@ -411319,15 +414911,15 @@ "updateContext": null }, "value": "this", - "start": 55561, - "end": 55565, + "start": 56278, + "end": 56282, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 20 }, "end": { - "line": 1566, + "line": 1585, "column": 24 } } @@ -411345,15 +414937,15 @@ "binop": null, "updateContext": null }, - "start": 55565, - "end": 55566, + "start": 56282, + "end": 56283, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 24 }, "end": { - "line": 1566, + "line": 1585, "column": 25 } } @@ -411371,15 +414963,15 @@ "binop": null }, "value": "player", - "start": 55566, - "end": 55572, + "start": 56283, + "end": 56289, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 25 }, "end": { - "line": 1566, + "line": 1585, "column": 31 } } @@ -411397,15 +414989,15 @@ "binop": null, "updateContext": null }, - "start": 55572, - "end": 55573, + "start": 56289, + "end": 56290, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 31 }, "end": { - "line": 1566, + "line": 1585, "column": 32 } } @@ -411423,15 +415015,15 @@ "binop": null }, "value": "recordedData", - "start": 55573, - "end": 55585, + "start": 56290, + "end": 56302, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 32 }, "end": { - "line": 1566, + "line": 1585, "column": 44 } } @@ -411450,15 +415042,15 @@ "updateContext": null }, "value": "=", - "start": 55586, - "end": 55587, + "start": 56303, + "end": 56304, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 45 }, "end": { - "line": 1566, + "line": 1585, "column": 46 } } @@ -411476,15 +415068,15 @@ "binop": null }, "value": "blob", - "start": 55588, - "end": 55592, + "start": 56305, + "end": 56309, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 47 }, "end": { - "line": 1566, + "line": 1585, "column": 51 } } @@ -411502,15 +415094,15 @@ "binop": null, "updateContext": null }, - "start": 55592, - "end": 55593, + "start": 56309, + "end": 56310, "loc": { "start": { - "line": 1566, + "line": 1585, "column": 51 }, "end": { - "line": 1566, + "line": 1585, "column": 52 } } @@ -411518,15 +415110,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55615, - "end": 55638, + "start": 56332, + "end": 56355, "loc": { "start": { - "line": 1568, + "line": 1587, "column": 20 }, "end": { - "line": 1568, + "line": 1587, "column": 43 } } @@ -411546,15 +415138,15 @@ "updateContext": null }, "value": "this", - "start": 55659, - "end": 55663, + "start": 56376, + "end": 56380, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 20 }, "end": { - "line": 1569, + "line": 1588, "column": 24 } } @@ -411572,15 +415164,15 @@ "binop": null, "updateContext": null }, - "start": 55663, - "end": 55664, + "start": 56380, + "end": 56381, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 24 }, "end": { - "line": 1569, + "line": 1588, "column": 25 } } @@ -411598,15 +415190,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 55664, - "end": 55679, + "start": 56381, + "end": 56396, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 25 }, "end": { - "line": 1569, + "line": 1588, "column": 40 } } @@ -411623,15 +415215,15 @@ "postfix": false, "binop": null }, - "start": 55679, - "end": 55680, + "start": 56396, + "end": 56397, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 40 }, "end": { - "line": 1569, + "line": 1588, "column": 41 } } @@ -411648,15 +415240,15 @@ "postfix": false, "binop": null }, - "start": 55680, - "end": 55681, + "start": 56397, + "end": 56398, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 41 }, "end": { - "line": 1569, + "line": 1588, "column": 42 } } @@ -411674,15 +415266,15 @@ "binop": null, "updateContext": null }, - "start": 55681, - "end": 55682, + "start": 56398, + "end": 56399, "loc": { "start": { - "line": 1569, + "line": 1588, "column": 42 }, "end": { - "line": 1569, + "line": 1588, "column": 43 } } @@ -411699,15 +415291,15 @@ "postfix": false, "binop": null }, - "start": 55699, - "end": 55700, + "start": 56416, + "end": 56417, "loc": { "start": { - "line": 1570, + "line": 1589, "column": 16 }, "end": { - "line": 1570, + "line": 1589, "column": 17 } } @@ -411724,15 +415316,15 @@ "postfix": false, "binop": null }, - "start": 55700, - "end": 55701, + "start": 56417, + "end": 56418, "loc": { "start": { - "line": 1570, + "line": 1589, "column": 17 }, "end": { - "line": 1570, + "line": 1589, "column": 18 } } @@ -411750,15 +415342,15 @@ "binop": null, "updateContext": null }, - "start": 55701, - "end": 55702, + "start": 56418, + "end": 56419, "loc": { "start": { - "line": 1570, + "line": 1589, "column": 18 }, "end": { - "line": 1570, + "line": 1589, "column": 19 } } @@ -411775,15 +415367,15 @@ "postfix": false, "binop": null }, - "start": 55715, - "end": 55716, + "start": 56432, + "end": 56433, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 12 }, "end": { - "line": 1571, + "line": 1590, "column": 13 } } @@ -411803,15 +415395,15 @@ "updateContext": null }, "value": "else", - "start": 55717, - "end": 55721, + "start": 56434, + "end": 56438, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 14 }, "end": { - "line": 1571, + "line": 1590, "column": 18 } } @@ -411831,15 +415423,15 @@ "updateContext": null }, "value": "if", - "start": 55722, - "end": 55724, + "start": 56439, + "end": 56441, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 19 }, "end": { - "line": 1571, + "line": 1590, "column": 21 } } @@ -411856,15 +415448,15 @@ "postfix": false, "binop": null }, - "start": 55725, - "end": 55726, + "start": 56442, + "end": 56443, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 22 }, "end": { - "line": 1571, + "line": 1590, "column": 23 } } @@ -411884,15 +415476,15 @@ "updateContext": null }, "value": "this", - "start": 55726, - "end": 55730, + "start": 56443, + "end": 56447, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 23 }, "end": { - "line": 1571, + "line": 1590, "column": 27 } } @@ -411910,15 +415502,15 @@ "binop": null, "updateContext": null }, - "start": 55730, - "end": 55731, + "start": 56447, + "end": 56448, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 27 }, "end": { - "line": 1571, + "line": 1590, "column": 28 } } @@ -411936,15 +415528,15 @@ "binop": null }, "value": "imageOutputType", - "start": 55731, - "end": 55746, + "start": 56448, + "end": 56463, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 28 }, "end": { - "line": 1571, + "line": 1590, "column": 43 } } @@ -411963,15 +415555,15 @@ "updateContext": null }, "value": "===", - "start": 55747, - "end": 55750, + "start": 56464, + "end": 56467, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 44 }, "end": { - "line": 1571, + "line": 1590, "column": 47 } } @@ -411990,15 +415582,15 @@ "updateContext": null }, "value": "dataURL", - "start": 55751, - "end": 55760, + "start": 56468, + "end": 56477, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 48 }, "end": { - "line": 1571, + "line": 1590, "column": 57 } } @@ -412015,15 +415607,15 @@ "postfix": false, "binop": null }, - "start": 55760, - "end": 55761, + "start": 56477, + "end": 56478, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 57 }, "end": { - "line": 1571, + "line": 1590, "column": 58 } } @@ -412040,15 +415632,15 @@ "postfix": false, "binop": null }, - "start": 55762, - "end": 55763, + "start": 56479, + "end": 56480, "loc": { "start": { - "line": 1571, + "line": 1590, "column": 59 }, "end": { - "line": 1571, + "line": 1590, "column": 60 } } @@ -412056,15 +415648,15 @@ { "type": "CommentLine", "value": " turn the canvas data into base64 data", - "start": 55780, - "end": 55820, + "start": 56497, + "end": 56537, "loc": { "start": { - "line": 1572, + "line": 1591, "column": 16 }, "end": { - "line": 1572, + "line": 1591, "column": 56 } } @@ -412084,15 +415676,15 @@ "updateContext": null }, "value": "this", - "start": 55837, - "end": 55841, + "start": 56554, + "end": 56558, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 16 }, "end": { - "line": 1573, + "line": 1592, "column": 20 } } @@ -412110,15 +415702,15 @@ "binop": null, "updateContext": null }, - "start": 55841, - "end": 55842, + "start": 56558, + "end": 56559, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 20 }, "end": { - "line": 1573, + "line": 1592, "column": 21 } } @@ -412136,15 +415728,15 @@ "binop": null }, "value": "player", - "start": 55842, - "end": 55848, + "start": 56559, + "end": 56565, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 21 }, "end": { - "line": 1573, + "line": 1592, "column": 27 } } @@ -412162,15 +415754,15 @@ "binop": null, "updateContext": null }, - "start": 55848, - "end": 55849, + "start": 56565, + "end": 56566, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 27 }, "end": { - "line": 1573, + "line": 1592, "column": 28 } } @@ -412188,15 +415780,15 @@ "binop": null }, "value": "recordedData", - "start": 55849, - "end": 55861, + "start": 56566, + "end": 56578, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 28 }, "end": { - "line": 1573, + "line": 1592, "column": 40 } } @@ -412215,15 +415807,15 @@ "updateContext": null }, "value": "=", - "start": 55862, - "end": 55863, + "start": 56579, + "end": 56580, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 41 }, "end": { - "line": 1573, + "line": 1592, "column": 42 } } @@ -412241,15 +415833,15 @@ "binop": null }, "value": "result", - "start": 55864, - "end": 55870, + "start": 56581, + "end": 56587, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 43 }, "end": { - "line": 1573, + "line": 1592, "column": 49 } } @@ -412267,15 +415859,15 @@ "binop": null, "updateContext": null }, - "start": 55870, - "end": 55871, + "start": 56587, + "end": 56588, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 49 }, "end": { - "line": 1573, + "line": 1592, "column": 50 } } @@ -412293,15 +415885,15 @@ "binop": null }, "value": "toDataURL", - "start": 55871, - "end": 55880, + "start": 56588, + "end": 56597, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 50 }, "end": { - "line": 1573, + "line": 1592, "column": 59 } } @@ -412318,15 +415910,15 @@ "postfix": false, "binop": null }, - "start": 55880, - "end": 55881, + "start": 56597, + "end": 56598, "loc": { "start": { - "line": 1573, + "line": 1592, "column": 59 }, "end": { - "line": 1573, + "line": 1592, "column": 60 } } @@ -412346,15 +415938,15 @@ "updateContext": null }, "value": "this", - "start": 55902, - "end": 55906, + "start": 56619, + "end": 56623, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 20 }, "end": { - "line": 1574, + "line": 1593, "column": 24 } } @@ -412372,15 +415964,15 @@ "binop": null, "updateContext": null }, - "start": 55906, - "end": 55907, + "start": 56623, + "end": 56624, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 24 }, "end": { - "line": 1574, + "line": 1593, "column": 25 } } @@ -412398,15 +415990,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 55907, - "end": 55924, + "start": 56624, + "end": 56641, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 25 }, "end": { - "line": 1574, + "line": 1593, "column": 42 } } @@ -412424,15 +416016,15 @@ "binop": null, "updateContext": null }, - "start": 55924, - "end": 55925, + "start": 56641, + "end": 56642, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 42 }, "end": { - "line": 1574, + "line": 1593, "column": 43 } } @@ -412452,15 +416044,15 @@ "updateContext": null }, "value": "this", - "start": 55926, - "end": 55930, + "start": 56643, + "end": 56647, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 44 }, "end": { - "line": 1574, + "line": 1593, "column": 48 } } @@ -412478,15 +416070,15 @@ "binop": null, "updateContext": null }, - "start": 55930, - "end": 55931, + "start": 56647, + "end": 56648, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 48 }, "end": { - "line": 1574, + "line": 1593, "column": 49 } } @@ -412504,15 +416096,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 55931, - "end": 55949, + "start": 56648, + "end": 56666, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 49 }, "end": { - "line": 1574, + "line": 1593, "column": 67 } } @@ -412529,15 +416121,15 @@ "postfix": false, "binop": null }, - "start": 55949, - "end": 55950, + "start": 56666, + "end": 56667, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 67 }, "end": { - "line": 1574, + "line": 1593, "column": 68 } } @@ -412555,15 +416147,15 @@ "binop": null, "updateContext": null }, - "start": 55950, - "end": 55951, + "start": 56667, + "end": 56668, "loc": { "start": { - "line": 1574, + "line": 1593, "column": 68 }, "end": { - "line": 1574, + "line": 1593, "column": 69 } } @@ -412571,15 +416163,15 @@ { "type": "CommentLine", "value": " display the snapshot", - "start": 55969, - "end": 55992, + "start": 56686, + "end": 56709, "loc": { "start": { - "line": 1576, + "line": 1595, "column": 16 }, "end": { - "line": 1576, + "line": 1595, "column": 39 } } @@ -412599,15 +416191,15 @@ "updateContext": null }, "value": "this", - "start": 56009, - "end": 56013, + "start": 56726, + "end": 56730, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 16 }, "end": { - "line": 1577, + "line": 1596, "column": 20 } } @@ -412625,15 +416217,15 @@ "binop": null, "updateContext": null }, - "start": 56013, - "end": 56014, + "start": 56730, + "end": 56731, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 20 }, "end": { - "line": 1577, + "line": 1596, "column": 21 } } @@ -412651,15 +416243,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 56014, - "end": 56029, + "start": 56731, + "end": 56746, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 21 }, "end": { - "line": 1577, + "line": 1596, "column": 36 } } @@ -412676,15 +416268,15 @@ "postfix": false, "binop": null }, - "start": 56029, - "end": 56030, + "start": 56746, + "end": 56747, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 36 }, "end": { - "line": 1577, + "line": 1596, "column": 37 } } @@ -412701,15 +416293,15 @@ "postfix": false, "binop": null }, - "start": 56030, - "end": 56031, + "start": 56747, + "end": 56748, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 37 }, "end": { - "line": 1577, + "line": 1596, "column": 38 } } @@ -412727,15 +416319,15 @@ "binop": null, "updateContext": null }, - "start": 56031, - "end": 56032, + "start": 56748, + "end": 56749, "loc": { "start": { - "line": 1577, + "line": 1596, "column": 38 }, "end": { - "line": 1577, + "line": 1596, "column": 39 } } @@ -412752,15 +416344,15 @@ "postfix": false, "binop": null }, - "start": 56045, - "end": 56046, + "start": 56762, + "end": 56763, "loc": { "start": { - "line": 1578, + "line": 1597, "column": 12 }, "end": { - "line": 1578, + "line": 1597, "column": 13 } } @@ -412777,15 +416369,15 @@ "postfix": false, "binop": null }, - "start": 56055, - "end": 56056, + "start": 56772, + "end": 56773, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 8 }, "end": { - "line": 1579, + "line": 1598, "column": 9 } } @@ -412803,15 +416395,15 @@ "binop": null, "updateContext": null }, - "start": 56056, - "end": 56057, + "start": 56773, + "end": 56774, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 9 }, "end": { - "line": 1579, + "line": 1598, "column": 10 } } @@ -412831,15 +416423,15 @@ "updateContext": null }, "value": "this", - "start": 56058, - "end": 56062, + "start": 56775, + "end": 56779, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 11 }, "end": { - "line": 1579, + "line": 1598, "column": 15 } } @@ -412857,15 +416449,15 @@ "binop": null, "updateContext": null }, - "start": 56062, - "end": 56063, + "start": 56779, + "end": 56780, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 15 }, "end": { - "line": 1579, + "line": 1598, "column": 16 } } @@ -412883,15 +416475,15 @@ "binop": null }, "value": "imageOutputFormat", - "start": 56063, - "end": 56080, + "start": 56780, + "end": 56797, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 16 }, "end": { - "line": 1579, + "line": 1598, "column": 33 } } @@ -412909,15 +416501,15 @@ "binop": null, "updateContext": null }, - "start": 56080, - "end": 56081, + "start": 56797, + "end": 56798, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 33 }, "end": { - "line": 1579, + "line": 1598, "column": 34 } } @@ -412937,15 +416529,15 @@ "updateContext": null }, "value": "this", - "start": 56082, - "end": 56086, + "start": 56799, + "end": 56803, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 35 }, "end": { - "line": 1579, + "line": 1598, "column": 39 } } @@ -412963,15 +416555,15 @@ "binop": null, "updateContext": null }, - "start": 56086, - "end": 56087, + "start": 56803, + "end": 56804, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 39 }, "end": { - "line": 1579, + "line": 1598, "column": 40 } } @@ -412989,15 +416581,15 @@ "binop": null }, "value": "imageOutputQuality", - "start": 56087, - "end": 56105, + "start": 56804, + "end": 56822, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 40 }, "end": { - "line": 1579, + "line": 1598, "column": 58 } } @@ -413014,15 +416606,15 @@ "postfix": false, "binop": null }, - "start": 56105, - "end": 56106, + "start": 56822, + "end": 56823, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 58 }, "end": { - "line": 1579, + "line": 1598, "column": 59 } } @@ -413040,15 +416632,15 @@ "binop": null, "updateContext": null }, - "start": 56106, - "end": 56107, + "start": 56823, + "end": 56824, "loc": { "start": { - "line": 1579, + "line": 1598, "column": 59 }, "end": { - "line": 1579, + "line": 1598, "column": 60 } } @@ -413065,15 +416657,15 @@ "postfix": false, "binop": null }, - "start": 56112, - "end": 56113, + "start": 56829, + "end": 56830, "loc": { "start": { - "line": 1580, + "line": 1599, "column": 4 }, "end": { - "line": 1580, + "line": 1599, "column": 5 } } @@ -413081,15 +416673,15 @@ { "type": "CommentBlock", "value": "*\n * Display snapshot image.\n * @private\n ", - "start": 56119, - "end": 56177, + "start": 56836, + "end": 56894, "loc": { "start": { - "line": 1582, + "line": 1601, "column": 4 }, "end": { - "line": 1585, + "line": 1604, "column": 7 } } @@ -413107,15 +416699,15 @@ "binop": null }, "value": "displaySnapshot", - "start": 56182, - "end": 56197, + "start": 56899, + "end": 56914, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 4 }, "end": { - "line": 1586, + "line": 1605, "column": 19 } } @@ -413132,15 +416724,15 @@ "postfix": false, "binop": null }, - "start": 56197, - "end": 56198, + "start": 56914, + "end": 56915, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 19 }, "end": { - "line": 1586, + "line": 1605, "column": 20 } } @@ -413157,15 +416749,15 @@ "postfix": false, "binop": null }, - "start": 56198, - "end": 56199, + "start": 56915, + "end": 56916, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 20 }, "end": { - "line": 1586, + "line": 1605, "column": 21 } } @@ -413182,15 +416774,15 @@ "postfix": false, "binop": null }, - "start": 56200, - "end": 56201, + "start": 56917, + "end": 56918, "loc": { "start": { - "line": 1586, + "line": 1605, "column": 22 }, "end": { - "line": 1586, + "line": 1605, "column": 23 } } @@ -413198,15 +416790,15 @@ { "type": "CommentLine", "value": " hide preview video", - "start": 56210, - "end": 56231, + "start": 56927, + "end": 56948, "loc": { "start": { - "line": 1587, + "line": 1606, "column": 8 }, "end": { - "line": 1587, + "line": 1606, "column": 29 } } @@ -413226,15 +416818,15 @@ "updateContext": null }, "value": "this", - "start": 56240, - "end": 56244, + "start": 56957, + "end": 56961, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 8 }, "end": { - "line": 1588, + "line": 1607, "column": 12 } } @@ -413252,15 +416844,15 @@ "binop": null, "updateContext": null }, - "start": 56244, - "end": 56245, + "start": 56961, + "end": 56962, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 12 }, "end": { - "line": 1588, + "line": 1607, "column": 13 } } @@ -413278,15 +416870,15 @@ "binop": null }, "value": "mediaElement", - "start": 56245, - "end": 56257, + "start": 56962, + "end": 56974, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 13 }, "end": { - "line": 1588, + "line": 1607, "column": 25 } } @@ -413304,15 +416896,15 @@ "binop": null, "updateContext": null }, - "start": 56257, - "end": 56258, + "start": 56974, + "end": 56975, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 25 }, "end": { - "line": 1588, + "line": 1607, "column": 26 } } @@ -413330,15 +416922,15 @@ "binop": null }, "value": "style", - "start": 56258, - "end": 56263, + "start": 56975, + "end": 56980, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 26 }, "end": { - "line": 1588, + "line": 1607, "column": 31 } } @@ -413356,15 +416948,15 @@ "binop": null, "updateContext": null }, - "start": 56263, - "end": 56264, + "start": 56980, + "end": 56981, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 31 }, "end": { - "line": 1588, + "line": 1607, "column": 32 } } @@ -413382,15 +416974,15 @@ "binop": null }, "value": "display", - "start": 56264, - "end": 56271, + "start": 56981, + "end": 56988, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 32 }, "end": { - "line": 1588, + "line": 1607, "column": 39 } } @@ -413409,15 +417001,15 @@ "updateContext": null }, "value": "=", - "start": 56272, - "end": 56273, + "start": 56989, + "end": 56990, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 40 }, "end": { - "line": 1588, + "line": 1607, "column": 41 } } @@ -413436,15 +417028,15 @@ "updateContext": null }, "value": "none", - "start": 56274, - "end": 56280, + "start": 56991, + "end": 56997, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 42 }, "end": { - "line": 1588, + "line": 1607, "column": 48 } } @@ -413462,15 +417054,15 @@ "binop": null, "updateContext": null }, - "start": 56280, - "end": 56281, + "start": 56997, + "end": 56998, "loc": { "start": { - "line": 1588, + "line": 1607, "column": 48 }, "end": { - "line": 1588, + "line": 1607, "column": 49 } } @@ -413478,15 +417070,15 @@ { "type": "CommentLine", "value": " show the snapshot", - "start": 56291, - "end": 56311, + "start": 57008, + "end": 57028, "loc": { "start": { - "line": 1590, + "line": 1609, "column": 8 }, "end": { - "line": 1590, + "line": 1609, "column": 28 } } @@ -413506,15 +417098,15 @@ "updateContext": null }, "value": "this", - "start": 56320, - "end": 56324, + "start": 57037, + "end": 57041, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 8 }, "end": { - "line": 1591, + "line": 1610, "column": 12 } } @@ -413532,15 +417124,15 @@ "binop": null, "updateContext": null }, - "start": 56324, - "end": 56325, + "start": 57041, + "end": 57042, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 12 }, "end": { - "line": 1591, + "line": 1610, "column": 13 } } @@ -413558,15 +417150,15 @@ "binop": null }, "value": "player", - "start": 56325, - "end": 56331, + "start": 57042, + "end": 57048, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 13 }, "end": { - "line": 1591, + "line": 1610, "column": 19 } } @@ -413584,15 +417176,15 @@ "binop": null, "updateContext": null }, - "start": 56331, - "end": 56332, + "start": 57048, + "end": 57049, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 19 }, "end": { - "line": 1591, + "line": 1610, "column": 20 } } @@ -413610,15 +417202,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56332, - "end": 56344, + "start": 57049, + "end": 57061, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 20 }, "end": { - "line": 1591, + "line": 1610, "column": 32 } } @@ -413636,15 +417228,15 @@ "binop": null, "updateContext": null }, - "start": 56344, - "end": 56345, + "start": 57061, + "end": 57062, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 32 }, "end": { - "line": 1591, + "line": 1610, "column": 33 } } @@ -413662,15 +417254,15 @@ "binop": null }, "value": "show", - "start": 56345, - "end": 56349, + "start": 57062, + "end": 57066, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 33 }, "end": { - "line": 1591, + "line": 1610, "column": 37 } } @@ -413687,15 +417279,15 @@ "postfix": false, "binop": null }, - "start": 56349, - "end": 56350, + "start": 57066, + "end": 57067, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 37 }, "end": { - "line": 1591, + "line": 1610, "column": 38 } } @@ -413712,15 +417304,15 @@ "postfix": false, "binop": null }, - "start": 56350, - "end": 56351, + "start": 57067, + "end": 57068, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 38 }, "end": { - "line": 1591, + "line": 1610, "column": 39 } } @@ -413738,15 +417330,15 @@ "binop": null, "updateContext": null }, - "start": 56351, - "end": 56352, + "start": 57068, + "end": 57069, "loc": { "start": { - "line": 1591, + "line": 1610, "column": 39 }, "end": { - "line": 1591, + "line": 1610, "column": 40 } } @@ -413754,15 +417346,15 @@ { "type": "CommentLine", "value": " stop recording", - "start": 56362, - "end": 56379, + "start": 57079, + "end": 57096, "loc": { "start": { - "line": 1593, + "line": 1612, "column": 8 }, "end": { - "line": 1593, + "line": 1612, "column": 25 } } @@ -413782,15 +417374,15 @@ "updateContext": null }, "value": "this", - "start": 56388, - "end": 56392, + "start": 57105, + "end": 57109, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 8 }, "end": { - "line": 1594, + "line": 1613, "column": 12 } } @@ -413808,15 +417400,15 @@ "binop": null, "updateContext": null }, - "start": 56392, - "end": 56393, + "start": 57109, + "end": 57110, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 12 }, "end": { - "line": 1594, + "line": 1613, "column": 13 } } @@ -413834,15 +417426,15 @@ "binop": null }, "value": "stop", - "start": 56393, - "end": 56397, + "start": 57110, + "end": 57114, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 13 }, "end": { - "line": 1594, + "line": 1613, "column": 17 } } @@ -413859,15 +417451,15 @@ "postfix": false, "binop": null }, - "start": 56397, - "end": 56398, + "start": 57114, + "end": 57115, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 17 }, "end": { - "line": 1594, + "line": 1613, "column": 18 } } @@ -413884,15 +417476,15 @@ "postfix": false, "binop": null }, - "start": 56398, - "end": 56399, + "start": 57115, + "end": 57116, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 18 }, "end": { - "line": 1594, + "line": 1613, "column": 19 } } @@ -413910,15 +417502,15 @@ "binop": null, "updateContext": null }, - "start": 56399, - "end": 56400, + "start": 57116, + "end": 57117, "loc": { "start": { - "line": 1594, + "line": 1613, "column": 19 }, "end": { - "line": 1594, + "line": 1613, "column": 20 } } @@ -413935,15 +417527,15 @@ "postfix": false, "binop": null }, - "start": 56405, - "end": 56406, + "start": 57122, + "end": 57123, "loc": { "start": { - "line": 1595, + "line": 1614, "column": 4 }, "end": { - "line": 1595, + "line": 1614, "column": 5 } } @@ -413951,15 +417543,15 @@ { "type": "CommentBlock", "value": "*\n * Reset UI for retrying a snapshot image.\n * @private\n ", - "start": 56412, - "end": 56486, + "start": 57129, + "end": 57203, "loc": { "start": { - "line": 1597, + "line": 1616, "column": 4 }, "end": { - "line": 1600, + "line": 1619, "column": 7 } } @@ -413977,15 +417569,15 @@ "binop": null }, "value": "retrySnapshot", - "start": 56491, - "end": 56504, + "start": 57208, + "end": 57221, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 4 }, "end": { - "line": 1601, + "line": 1620, "column": 17 } } @@ -414002,15 +417594,15 @@ "postfix": false, "binop": null }, - "start": 56504, - "end": 56505, + "start": 57221, + "end": 57222, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 17 }, "end": { - "line": 1601, + "line": 1620, "column": 18 } } @@ -414027,15 +417619,15 @@ "postfix": false, "binop": null }, - "start": 56505, - "end": 56506, + "start": 57222, + "end": 57223, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 18 }, "end": { - "line": 1601, + "line": 1620, "column": 19 } } @@ -414052,15 +417644,15 @@ "postfix": false, "binop": null }, - "start": 56507, - "end": 56508, + "start": 57224, + "end": 57225, "loc": { "start": { - "line": 1601, + "line": 1620, "column": 20 }, "end": { - "line": 1601, + "line": 1620, "column": 21 } } @@ -414080,15 +417672,15 @@ "updateContext": null }, "value": "this", - "start": 56517, - "end": 56521, + "start": 57234, + "end": 57238, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 8 }, "end": { - "line": 1602, + "line": 1621, "column": 12 } } @@ -414106,15 +417698,15 @@ "binop": null, "updateContext": null }, - "start": 56521, - "end": 56522, + "start": 57238, + "end": 57239, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 12 }, "end": { - "line": 1602, + "line": 1621, "column": 13 } } @@ -414132,15 +417724,15 @@ "binop": null }, "value": "_processing", - "start": 56522, - "end": 56533, + "start": 57239, + "end": 57250, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 13 }, "end": { - "line": 1602, + "line": 1621, "column": 24 } } @@ -414159,15 +417751,15 @@ "updateContext": null }, "value": "=", - "start": 56534, - "end": 56535, + "start": 57251, + "end": 57252, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 25 }, "end": { - "line": 1602, + "line": 1621, "column": 26 } } @@ -414187,15 +417779,15 @@ "updateContext": null }, "value": "false", - "start": 56536, - "end": 56541, + "start": 57253, + "end": 57258, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 27 }, "end": { - "line": 1602, + "line": 1621, "column": 32 } } @@ -414213,15 +417805,15 @@ "binop": null, "updateContext": null }, - "start": 56541, - "end": 56542, + "start": 57258, + "end": 57259, "loc": { "start": { - "line": 1602, + "line": 1621, "column": 32 }, "end": { - "line": 1602, + "line": 1621, "column": 33 } } @@ -414229,15 +417821,15 @@ { "type": "CommentLine", "value": " retry: hide the snapshot", - "start": 56552, - "end": 56579, + "start": 57269, + "end": 57296, "loc": { "start": { - "line": 1604, + "line": 1623, "column": 8 }, "end": { - "line": 1604, + "line": 1623, "column": 35 } } @@ -414257,15 +417849,15 @@ "updateContext": null }, "value": "this", - "start": 56588, - "end": 56592, + "start": 57305, + "end": 57309, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 8 }, "end": { - "line": 1605, + "line": 1624, "column": 12 } } @@ -414283,15 +417875,15 @@ "binop": null, "updateContext": null }, - "start": 56592, - "end": 56593, + "start": 57309, + "end": 57310, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 12 }, "end": { - "line": 1605, + "line": 1624, "column": 13 } } @@ -414309,15 +417901,15 @@ "binop": null }, "value": "player", - "start": 56593, - "end": 56599, + "start": 57310, + "end": 57316, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 13 }, "end": { - "line": 1605, + "line": 1624, "column": 19 } } @@ -414335,15 +417927,15 @@ "binop": null, "updateContext": null }, - "start": 56599, - "end": 56600, + "start": 57316, + "end": 57317, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 19 }, "end": { - "line": 1605, + "line": 1624, "column": 20 } } @@ -414361,15 +417953,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56600, - "end": 56612, + "start": 57317, + "end": 57329, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 20 }, "end": { - "line": 1605, + "line": 1624, "column": 32 } } @@ -414387,15 +417979,15 @@ "binop": null, "updateContext": null }, - "start": 56612, - "end": 56613, + "start": 57329, + "end": 57330, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 32 }, "end": { - "line": 1605, + "line": 1624, "column": 33 } } @@ -414413,15 +418005,15 @@ "binop": null }, "value": "hide", - "start": 56613, - "end": 56617, + "start": 57330, + "end": 57334, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 33 }, "end": { - "line": 1605, + "line": 1624, "column": 37 } } @@ -414438,15 +418030,15 @@ "postfix": false, "binop": null }, - "start": 56617, - "end": 56618, + "start": 57334, + "end": 57335, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 37 }, "end": { - "line": 1605, + "line": 1624, "column": 38 } } @@ -414463,15 +418055,15 @@ "postfix": false, "binop": null }, - "start": 56618, - "end": 56619, + "start": 57335, + "end": 57336, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 38 }, "end": { - "line": 1605, + "line": 1624, "column": 39 } } @@ -414489,15 +418081,15 @@ "binop": null, "updateContext": null }, - "start": 56619, - "end": 56620, + "start": 57336, + "end": 57337, "loc": { "start": { - "line": 1605, + "line": 1624, "column": 39 }, "end": { - "line": 1605, + "line": 1624, "column": 40 } } @@ -414505,15 +418097,15 @@ { "type": "CommentLine", "value": " show preview video", - "start": 56630, - "end": 56651, + "start": 57347, + "end": 57368, "loc": { "start": { - "line": 1607, + "line": 1626, "column": 8 }, "end": { - "line": 1607, + "line": 1626, "column": 29 } } @@ -414533,15 +418125,15 @@ "updateContext": null }, "value": "this", - "start": 56660, - "end": 56664, + "start": 57377, + "end": 57381, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 8 }, "end": { - "line": 1608, + "line": 1627, "column": 12 } } @@ -414559,15 +418151,15 @@ "binop": null, "updateContext": null }, - "start": 56664, - "end": 56665, + "start": 57381, + "end": 57382, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 12 }, "end": { - "line": 1608, + "line": 1627, "column": 13 } } @@ -414585,15 +418177,15 @@ "binop": null }, "value": "player", - "start": 56665, - "end": 56671, + "start": 57382, + "end": 57388, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 13 }, "end": { - "line": 1608, + "line": 1627, "column": 19 } } @@ -414611,15 +418203,15 @@ "binop": null, "updateContext": null }, - "start": 56671, - "end": 56672, + "start": 57388, + "end": 57389, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 19 }, "end": { - "line": 1608, + "line": 1627, "column": 20 } } @@ -414637,15 +418229,15 @@ "binop": null }, "value": "el", - "start": 56672, - "end": 56674, + "start": 57389, + "end": 57391, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 20 }, "end": { - "line": 1608, + "line": 1627, "column": 22 } } @@ -414662,15 +418254,15 @@ "postfix": false, "binop": null }, - "start": 56674, - "end": 56675, + "start": 57391, + "end": 57392, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 22 }, "end": { - "line": 1608, + "line": 1627, "column": 23 } } @@ -414687,15 +418279,15 @@ "postfix": false, "binop": null }, - "start": 56675, - "end": 56676, + "start": 57392, + "end": 57393, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 23 }, "end": { - "line": 1608, + "line": 1627, "column": 24 } } @@ -414713,15 +418305,15 @@ "binop": null, "updateContext": null }, - "start": 56676, - "end": 56677, + "start": 57393, + "end": 57394, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 24 }, "end": { - "line": 1608, + "line": 1627, "column": 25 } } @@ -414739,15 +418331,15 @@ "binop": null }, "value": "firstChild", - "start": 56677, - "end": 56687, + "start": 57394, + "end": 57404, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 25 }, "end": { - "line": 1608, + "line": 1627, "column": 35 } } @@ -414765,15 +418357,15 @@ "binop": null, "updateContext": null }, - "start": 56687, - "end": 56688, + "start": 57404, + "end": 57405, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 35 }, "end": { - "line": 1608, + "line": 1627, "column": 36 } } @@ -414791,15 +418383,15 @@ "binop": null }, "value": "style", - "start": 56688, - "end": 56693, + "start": 57405, + "end": 57410, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 36 }, "end": { - "line": 1608, + "line": 1627, "column": 41 } } @@ -414817,15 +418409,15 @@ "binop": null, "updateContext": null }, - "start": 56693, - "end": 56694, + "start": 57410, + "end": 57411, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 41 }, "end": { - "line": 1608, + "line": 1627, "column": 42 } } @@ -414843,15 +418435,15 @@ "binop": null }, "value": "display", - "start": 56694, - "end": 56701, + "start": 57411, + "end": 57418, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 42 }, "end": { - "line": 1608, + "line": 1627, "column": 49 } } @@ -414870,15 +418462,15 @@ "updateContext": null }, "value": "=", - "start": 56702, - "end": 56703, + "start": 57419, + "end": 57420, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 50 }, "end": { - "line": 1608, + "line": 1627, "column": 51 } } @@ -414897,15 +418489,15 @@ "updateContext": null }, "value": "block", - "start": 56704, - "end": 56711, + "start": 57421, + "end": 57428, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 52 }, "end": { - "line": 1608, + "line": 1627, "column": 59 } } @@ -414923,15 +418515,15 @@ "binop": null, "updateContext": null }, - "start": 56711, - "end": 56712, + "start": 57428, + "end": 57429, "loc": { "start": { - "line": 1608, + "line": 1627, "column": 59 }, "end": { - "line": 1608, + "line": 1627, "column": 60 } } @@ -414948,15 +418540,15 @@ "postfix": false, "binop": null }, - "start": 56717, - "end": 56718, + "start": 57434, + "end": 57435, "loc": { "start": { - "line": 1609, + "line": 1628, "column": 4 }, "end": { - "line": 1609, + "line": 1628, "column": 5 } } @@ -414964,15 +418556,15 @@ { "type": "CommentBlock", "value": "*\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n ", - "start": 56724, - "end": 56832, + "start": 57441, + "end": 57549, "loc": { "start": { - "line": 1611, + "line": 1630, "column": 4 }, "end": { - "line": 1615, + "line": 1634, "column": 7 } } @@ -414990,15 +418582,15 @@ "binop": null }, "value": "captureFrame", - "start": 56837, - "end": 56849, + "start": 57554, + "end": 57566, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 4 }, "end": { - "line": 1616, + "line": 1635, "column": 16 } } @@ -415015,15 +418607,15 @@ "postfix": false, "binop": null }, - "start": 56849, - "end": 56850, + "start": 57566, + "end": 57567, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 16 }, "end": { - "line": 1616, + "line": 1635, "column": 17 } } @@ -415040,15 +418632,15 @@ "postfix": false, "binop": null }, - "start": 56850, - "end": 56851, + "start": 57567, + "end": 57568, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 17 }, "end": { - "line": 1616, + "line": 1635, "column": 18 } } @@ -415065,15 +418657,15 @@ "postfix": false, "binop": null }, - "start": 56852, - "end": 56853, + "start": 57569, + "end": 57570, "loc": { "start": { - "line": 1616, + "line": 1635, "column": 19 }, "end": { - "line": 1616, + "line": 1635, "column": 20 } } @@ -415093,15 +418685,15 @@ "updateContext": null }, "value": "let", - "start": 56862, - "end": 56865, + "start": 57579, + "end": 57582, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 8 }, "end": { - "line": 1617, + "line": 1636, "column": 11 } } @@ -415119,15 +418711,15 @@ "binop": null }, "value": "detected", - "start": 56866, - "end": 56874, + "start": 57583, + "end": 57591, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 12 }, "end": { - "line": 1617, + "line": 1636, "column": 20 } } @@ -415146,15 +418738,15 @@ "updateContext": null }, "value": "=", - "start": 56875, - "end": 56876, + "start": 57592, + "end": 57593, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 21 }, "end": { - "line": 1617, + "line": 1636, "column": 22 } } @@ -415172,15 +418764,15 @@ "binop": null }, "value": "detectBrowser", - "start": 56877, - "end": 56890, + "start": 57594, + "end": 57607, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 23 }, "end": { - "line": 1617, + "line": 1636, "column": 36 } } @@ -415197,15 +418789,15 @@ "postfix": false, "binop": null }, - "start": 56890, - "end": 56891, + "start": 57607, + "end": 57608, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 36 }, "end": { - "line": 1617, + "line": 1636, "column": 37 } } @@ -415222,15 +418814,15 @@ "postfix": false, "binop": null }, - "start": 56891, - "end": 56892, + "start": 57608, + "end": 57609, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 37 }, "end": { - "line": 1617, + "line": 1636, "column": 38 } } @@ -415248,15 +418840,15 @@ "binop": null, "updateContext": null }, - "start": 56892, - "end": 56893, + "start": 57609, + "end": 57610, "loc": { "start": { - "line": 1617, + "line": 1636, "column": 38 }, "end": { - "line": 1617, + "line": 1636, "column": 39 } } @@ -415276,15 +418868,15 @@ "updateContext": null }, "value": "let", - "start": 56902, - "end": 56905, + "start": 57619, + "end": 57622, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 8 }, "end": { - "line": 1618, + "line": 1637, "column": 11 } } @@ -415302,15 +418894,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56906, - "end": 56918, + "start": 57623, + "end": 57635, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 12 }, "end": { - "line": 1618, + "line": 1637, "column": 24 } } @@ -415329,15 +418921,15 @@ "updateContext": null }, "value": "=", - "start": 56919, - "end": 56920, + "start": 57636, + "end": 57637, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 25 }, "end": { - "line": 1618, + "line": 1637, "column": 26 } } @@ -415357,15 +418949,15 @@ "updateContext": null }, "value": "this", - "start": 56921, - "end": 56925, + "start": 57638, + "end": 57642, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 27 }, "end": { - "line": 1618, + "line": 1637, "column": 31 } } @@ -415383,15 +418975,15 @@ "binop": null, "updateContext": null }, - "start": 56925, - "end": 56926, + "start": 57642, + "end": 57643, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 31 }, "end": { - "line": 1618, + "line": 1637, "column": 32 } } @@ -415409,15 +419001,15 @@ "binop": null }, "value": "player", - "start": 56926, - "end": 56932, + "start": 57643, + "end": 57649, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 32 }, "end": { - "line": 1618, + "line": 1637, "column": 38 } } @@ -415435,15 +419027,15 @@ "binop": null, "updateContext": null }, - "start": 56932, - "end": 56933, + "start": 57649, + "end": 57650, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 38 }, "end": { - "line": 1618, + "line": 1637, "column": 39 } } @@ -415461,15 +419053,15 @@ "binop": null }, "value": "recordCanvas", - "start": 56933, - "end": 56945, + "start": 57650, + "end": 57662, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 39 }, "end": { - "line": 1618, + "line": 1637, "column": 51 } } @@ -415487,15 +419079,15 @@ "binop": null, "updateContext": null }, - "start": 56945, - "end": 56946, + "start": 57662, + "end": 57663, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 51 }, "end": { - "line": 1618, + "line": 1637, "column": 52 } } @@ -415513,15 +419105,15 @@ "binop": null }, "value": "el", - "start": 56946, - "end": 56948, + "start": 57663, + "end": 57665, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 52 }, "end": { - "line": 1618, + "line": 1637, "column": 54 } } @@ -415538,15 +419130,15 @@ "postfix": false, "binop": null }, - "start": 56948, - "end": 56949, + "start": 57665, + "end": 57666, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 54 }, "end": { - "line": 1618, + "line": 1637, "column": 55 } } @@ -415563,15 +419155,15 @@ "postfix": false, "binop": null }, - "start": 56949, - "end": 56950, + "start": 57666, + "end": 57667, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 55 }, "end": { - "line": 1618, + "line": 1637, "column": 56 } } @@ -415589,15 +419181,15 @@ "binop": null, "updateContext": null }, - "start": 56950, - "end": 56951, + "start": 57667, + "end": 57668, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 56 }, "end": { - "line": 1618, + "line": 1637, "column": 57 } } @@ -415615,15 +419207,15 @@ "binop": null }, "value": "firstChild", - "start": 56951, - "end": 56961, + "start": 57668, + "end": 57678, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 57 }, "end": { - "line": 1618, + "line": 1637, "column": 67 } } @@ -415641,15 +419233,15 @@ "binop": null, "updateContext": null }, - "start": 56961, - "end": 56962, + "start": 57678, + "end": 57679, "loc": { "start": { - "line": 1618, + "line": 1637, "column": 67 }, "end": { - "line": 1618, + "line": 1637, "column": 68 } } @@ -415669,15 +419261,15 @@ "updateContext": null }, "value": "let", - "start": 56971, - "end": 56974, + "start": 57688, + "end": 57691, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 8 }, "end": { - "line": 1619, + "line": 1638, "column": 11 } } @@ -415695,15 +419287,15 @@ "binop": null }, "value": "track", - "start": 56975, - "end": 56980, + "start": 57692, + "end": 57697, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 12 }, "end": { - "line": 1619, + "line": 1638, "column": 17 } } @@ -415722,15 +419314,15 @@ "updateContext": null }, "value": "=", - "start": 56981, - "end": 56982, + "start": 57698, + "end": 57699, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 18 }, "end": { - "line": 1619, + "line": 1638, "column": 19 } } @@ -415750,15 +419342,15 @@ "updateContext": null }, "value": "this", - "start": 56983, - "end": 56987, + "start": 57700, + "end": 57704, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 20 }, "end": { - "line": 1619, + "line": 1638, "column": 24 } } @@ -415776,15 +419368,15 @@ "binop": null, "updateContext": null }, - "start": 56987, - "end": 56988, + "start": 57704, + "end": 57705, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 24 }, "end": { - "line": 1619, + "line": 1638, "column": 25 } } @@ -415802,15 +419394,15 @@ "binop": null }, "value": "stream", - "start": 56988, - "end": 56994, + "start": 57705, + "end": 57711, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 25 }, "end": { - "line": 1619, + "line": 1638, "column": 31 } } @@ -415828,15 +419420,15 @@ "binop": null, "updateContext": null }, - "start": 56994, - "end": 56995, + "start": 57711, + "end": 57712, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 31 }, "end": { - "line": 1619, + "line": 1638, "column": 32 } } @@ -415854,15 +419446,15 @@ "binop": null }, "value": "getVideoTracks", - "start": 56995, - "end": 57009, + "start": 57712, + "end": 57726, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 32 }, "end": { - "line": 1619, + "line": 1638, "column": 46 } } @@ -415879,15 +419471,15 @@ "postfix": false, "binop": null }, - "start": 57009, - "end": 57010, + "start": 57726, + "end": 57727, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 46 }, "end": { - "line": 1619, + "line": 1638, "column": 47 } } @@ -415904,15 +419496,15 @@ "postfix": false, "binop": null }, - "start": 57010, - "end": 57011, + "start": 57727, + "end": 57728, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 47 }, "end": { - "line": 1619, + "line": 1638, "column": 48 } } @@ -415930,15 +419522,15 @@ "binop": null, "updateContext": null }, - "start": 57011, - "end": 57012, + "start": 57728, + "end": 57729, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 48 }, "end": { - "line": 1619, + "line": 1638, "column": 49 } } @@ -415957,15 +419549,15 @@ "updateContext": null }, "value": 0, - "start": 57012, - "end": 57013, + "start": 57729, + "end": 57730, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 49 }, "end": { - "line": 1619, + "line": 1638, "column": 50 } } @@ -415983,15 +419575,15 @@ "binop": null, "updateContext": null }, - "start": 57013, - "end": 57014, + "start": 57730, + "end": 57731, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 50 }, "end": { - "line": 1619, + "line": 1638, "column": 51 } } @@ -416009,15 +419601,15 @@ "binop": null, "updateContext": null }, - "start": 57014, - "end": 57015, + "start": 57731, + "end": 57732, "loc": { "start": { - "line": 1619, + "line": 1638, "column": 51 }, "end": { - "line": 1619, + "line": 1638, "column": 52 } } @@ -416037,15 +419629,15 @@ "updateContext": null }, "value": "let", - "start": 57024, - "end": 57027, + "start": 57741, + "end": 57744, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 8 }, "end": { - "line": 1620, + "line": 1639, "column": 11 } } @@ -416063,15 +419655,15 @@ "binop": null }, "value": "settings", - "start": 57028, - "end": 57036, + "start": 57745, + "end": 57753, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 12 }, "end": { - "line": 1620, + "line": 1639, "column": 20 } } @@ -416090,15 +419682,15 @@ "updateContext": null }, "value": "=", - "start": 57037, - "end": 57038, + "start": 57754, + "end": 57755, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 21 }, "end": { - "line": 1620, + "line": 1639, "column": 22 } } @@ -416116,15 +419708,15 @@ "binop": null }, "value": "track", - "start": 57039, - "end": 57044, + "start": 57756, + "end": 57761, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 23 }, "end": { - "line": 1620, + "line": 1639, "column": 28 } } @@ -416142,15 +419734,15 @@ "binop": null, "updateContext": null }, - "start": 57044, - "end": 57045, + "start": 57761, + "end": 57762, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 28 }, "end": { - "line": 1620, + "line": 1639, "column": 29 } } @@ -416168,15 +419760,15 @@ "binop": null }, "value": "getSettings", - "start": 57045, - "end": 57056, + "start": 57762, + "end": 57773, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 29 }, "end": { - "line": 1620, + "line": 1639, "column": 40 } } @@ -416193,15 +419785,15 @@ "postfix": false, "binop": null }, - "start": 57056, - "end": 57057, + "start": 57773, + "end": 57774, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 40 }, "end": { - "line": 1620, + "line": 1639, "column": 41 } } @@ -416218,15 +419810,15 @@ "postfix": false, "binop": null }, - "start": 57057, - "end": 57058, + "start": 57774, + "end": 57775, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 41 }, "end": { - "line": 1620, + "line": 1639, "column": 42 } } @@ -416244,15 +419836,15 @@ "binop": null, "updateContext": null }, - "start": 57058, - "end": 57059, + "start": 57775, + "end": 57776, "loc": { "start": { - "line": 1620, + "line": 1639, "column": 42 }, "end": { - "line": 1620, + "line": 1639, "column": 43 } } @@ -416260,15 +419852,15 @@ { "type": "CommentLine", "value": " set the canvas size to the dimensions of the camera,", - "start": 57069, - "end": 57124, + "start": 57786, + "end": 57841, "loc": { "start": { - "line": 1622, + "line": 1641, "column": 8 }, "end": { - "line": 1622, + "line": 1641, "column": 63 } } @@ -416276,15 +419868,15 @@ { "type": "CommentLine", "value": " which also wipes the content of the canvas", - "start": 57133, - "end": 57178, + "start": 57850, + "end": 57895, "loc": { "start": { - "line": 1623, + "line": 1642, "column": 8 }, "end": { - "line": 1623, + "line": 1642, "column": 53 } } @@ -416302,15 +419894,15 @@ "binop": null }, "value": "recordCanvas", - "start": 57187, - "end": 57199, + "start": 57904, + "end": 57916, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 8 }, "end": { - "line": 1624, + "line": 1643, "column": 20 } } @@ -416328,15 +419920,15 @@ "binop": null, "updateContext": null }, - "start": 57199, - "end": 57200, + "start": 57916, + "end": 57917, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 20 }, "end": { - "line": 1624, + "line": 1643, "column": 21 } } @@ -416354,15 +419946,15 @@ "binop": null }, "value": "width", - "start": 57200, - "end": 57205, + "start": 57917, + "end": 57922, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 21 }, "end": { - "line": 1624, + "line": 1643, "column": 26 } } @@ -416381,15 +419973,15 @@ "updateContext": null }, "value": "=", - "start": 57206, - "end": 57207, + "start": 57923, + "end": 57924, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 27 }, "end": { - "line": 1624, + "line": 1643, "column": 28 } } @@ -416407,15 +419999,15 @@ "binop": null }, "value": "settings", - "start": 57208, - "end": 57216, + "start": 57925, + "end": 57933, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 29 }, "end": { - "line": 1624, + "line": 1643, "column": 37 } } @@ -416433,15 +420025,15 @@ "binop": null, "updateContext": null }, - "start": 57216, - "end": 57217, + "start": 57933, + "end": 57934, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 37 }, "end": { - "line": 1624, + "line": 1643, "column": 38 } } @@ -416459,15 +420051,15 @@ "binop": null }, "value": "width", - "start": 57217, - "end": 57222, + "start": 57934, + "end": 57939, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 38 }, "end": { - "line": 1624, + "line": 1643, "column": 43 } } @@ -416485,15 +420077,15 @@ "binop": null, "updateContext": null }, - "start": 57222, - "end": 57223, + "start": 57939, + "end": 57940, "loc": { "start": { - "line": 1624, + "line": 1643, "column": 43 }, "end": { - "line": 1624, + "line": 1643, "column": 44 } } @@ -416511,15 +420103,15 @@ "binop": null }, "value": "recordCanvas", - "start": 57232, - "end": 57244, + "start": 57949, + "end": 57961, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 8 }, "end": { - "line": 1625, + "line": 1644, "column": 20 } } @@ -416537,15 +420129,15 @@ "binop": null, "updateContext": null }, - "start": 57244, - "end": 57245, + "start": 57961, + "end": 57962, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 20 }, "end": { - "line": 1625, + "line": 1644, "column": 21 } } @@ -416563,15 +420155,15 @@ "binop": null }, "value": "height", - "start": 57245, - "end": 57251, + "start": 57962, + "end": 57968, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 21 }, "end": { - "line": 1625, + "line": 1644, "column": 27 } } @@ -416590,15 +420182,15 @@ "updateContext": null }, "value": "=", - "start": 57252, - "end": 57253, + "start": 57969, + "end": 57970, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 28 }, "end": { - "line": 1625, + "line": 1644, "column": 29 } } @@ -416616,15 +420208,15 @@ "binop": null }, "value": "settings", - "start": 57254, - "end": 57262, + "start": 57971, + "end": 57979, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 30 }, "end": { - "line": 1625, + "line": 1644, "column": 38 } } @@ -416642,15 +420234,15 @@ "binop": null, "updateContext": null }, - "start": 57262, - "end": 57263, + "start": 57979, + "end": 57980, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 38 }, "end": { - "line": 1625, + "line": 1644, "column": 39 } } @@ -416668,15 +420260,15 @@ "binop": null }, "value": "height", - "start": 57263, - "end": 57269, + "start": 57980, + "end": 57986, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 39 }, "end": { - "line": 1625, + "line": 1644, "column": 45 } } @@ -416694,15 +420286,15 @@ "binop": null, "updateContext": null }, - "start": 57269, - "end": 57270, + "start": 57986, + "end": 57987, "loc": { "start": { - "line": 1625, + "line": 1644, "column": 45 }, "end": { - "line": 1625, + "line": 1644, "column": 46 } } @@ -416722,15 +420314,15 @@ "updateContext": null }, "value": "return", - "start": 57280, - "end": 57286, + "start": 57997, + "end": 58003, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 8 }, "end": { - "line": 1627, + "line": 1646, "column": 14 } } @@ -416750,15 +420342,15 @@ "updateContext": null }, "value": "new", - "start": 57287, - "end": 57290, + "start": 58004, + "end": 58007, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 15 }, "end": { - "line": 1627, + "line": 1646, "column": 18 } } @@ -416776,15 +420368,15 @@ "binop": null }, "value": "Promise", - "start": 57291, - "end": 57298, + "start": 58008, + "end": 58015, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 19 }, "end": { - "line": 1627, + "line": 1646, "column": 26 } } @@ -416801,15 +420393,15 @@ "postfix": false, "binop": null }, - "start": 57298, - "end": 57299, + "start": 58015, + "end": 58016, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 26 }, "end": { - "line": 1627, + "line": 1646, "column": 27 } } @@ -416826,15 +420418,15 @@ "postfix": false, "binop": null }, - "start": 57299, - "end": 57300, + "start": 58016, + "end": 58017, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 27 }, "end": { - "line": 1627, + "line": 1646, "column": 28 } } @@ -416852,15 +420444,15 @@ "binop": null }, "value": "resolve", - "start": 57300, - "end": 57307, + "start": 58017, + "end": 58024, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 28 }, "end": { - "line": 1627, + "line": 1646, "column": 35 } } @@ -416878,15 +420470,15 @@ "binop": null, "updateContext": null }, - "start": 57307, - "end": 57308, + "start": 58024, + "end": 58025, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 35 }, "end": { - "line": 1627, + "line": 1646, "column": 36 } } @@ -416904,15 +420496,15 @@ "binop": null }, "value": "reject", - "start": 57309, - "end": 57315, + "start": 58026, + "end": 58032, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 37 }, "end": { - "line": 1627, + "line": 1646, "column": 43 } } @@ -416929,15 +420521,15 @@ "postfix": false, "binop": null }, - "start": 57315, - "end": 57316, + "start": 58032, + "end": 58033, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 43 }, "end": { - "line": 1627, + "line": 1646, "column": 44 } } @@ -416955,15 +420547,15 @@ "binop": null, "updateContext": null }, - "start": 57317, - "end": 57319, + "start": 58034, + "end": 58036, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 45 }, "end": { - "line": 1627, + "line": 1646, "column": 47 } } @@ -416980,15 +420572,15 @@ "postfix": false, "binop": null }, - "start": 57320, - "end": 57321, + "start": 58037, + "end": 58038, "loc": { "start": { - "line": 1627, + "line": 1646, "column": 48 }, "end": { - "line": 1627, + "line": 1646, "column": 49 } } @@ -417008,15 +420600,15 @@ "updateContext": null }, "value": "const", - "start": 57334, - "end": 57339, + "start": 58051, + "end": 58056, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 12 }, "end": { - "line": 1628, + "line": 1647, "column": 17 } } @@ -417034,15 +420626,15 @@ "binop": null }, "value": "cameraAspectRatio", - "start": 57340, - "end": 57357, + "start": 58057, + "end": 58074, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 18 }, "end": { - "line": 1628, + "line": 1647, "column": 35 } } @@ -417061,15 +420653,15 @@ "updateContext": null }, "value": "=", - "start": 57358, - "end": 57359, + "start": 58075, + "end": 58076, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 36 }, "end": { - "line": 1628, + "line": 1647, "column": 37 } } @@ -417087,15 +420679,15 @@ "binop": null }, "value": "settings", - "start": 57360, - "end": 57368, + "start": 58077, + "end": 58085, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 38 }, "end": { - "line": 1628, + "line": 1647, "column": 46 } } @@ -417113,15 +420705,15 @@ "binop": null, "updateContext": null }, - "start": 57368, - "end": 57369, + "start": 58085, + "end": 58086, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 46 }, "end": { - "line": 1628, + "line": 1647, "column": 47 } } @@ -417139,15 +420731,15 @@ "binop": null }, "value": "width", - "start": 57369, - "end": 57374, + "start": 58086, + "end": 58091, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 47 }, "end": { - "line": 1628, + "line": 1647, "column": 52 } } @@ -417166,15 +420758,15 @@ "updateContext": null }, "value": "/", - "start": 57375, - "end": 57376, + "start": 58092, + "end": 58093, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 53 }, "end": { - "line": 1628, + "line": 1647, "column": 54 } } @@ -417192,15 +420784,15 @@ "binop": null }, "value": "settings", - "start": 57377, - "end": 57385, + "start": 58094, + "end": 58102, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 55 }, "end": { - "line": 1628, + "line": 1647, "column": 63 } } @@ -417218,15 +420810,15 @@ "binop": null, "updateContext": null }, - "start": 57385, - "end": 57386, + "start": 58102, + "end": 58103, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 63 }, "end": { - "line": 1628, + "line": 1647, "column": 64 } } @@ -417244,15 +420836,15 @@ "binop": null }, "value": "height", - "start": 57386, - "end": 57392, + "start": 58103, + "end": 58109, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 64 }, "end": { - "line": 1628, + "line": 1647, "column": 70 } } @@ -417270,15 +420862,15 @@ "binop": null, "updateContext": null }, - "start": 57392, - "end": 57393, + "start": 58109, + "end": 58110, "loc": { "start": { - "line": 1628, + "line": 1647, "column": 70 }, "end": { - "line": 1628, + "line": 1647, "column": 71 } } @@ -417298,15 +420890,15 @@ "updateContext": null }, "value": "const", - "start": 57406, - "end": 57411, + "start": 58123, + "end": 58128, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 12 }, "end": { - "line": 1629, + "line": 1648, "column": 17 } } @@ -417324,15 +420916,15 @@ "binop": null }, "value": "playerAspectRatio", - "start": 57412, - "end": 57429, + "start": 58129, + "end": 58146, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 18 }, "end": { - "line": 1629, + "line": 1648, "column": 35 } } @@ -417351,15 +420943,15 @@ "updateContext": null }, "value": "=", - "start": 57430, - "end": 57431, + "start": 58147, + "end": 58148, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 36 }, "end": { - "line": 1629, + "line": 1648, "column": 37 } } @@ -417379,15 +420971,15 @@ "updateContext": null }, "value": "this", - "start": 57432, - "end": 57436, + "start": 58149, + "end": 58153, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 38 }, "end": { - "line": 1629, + "line": 1648, "column": 42 } } @@ -417405,15 +420997,15 @@ "binop": null, "updateContext": null }, - "start": 57436, - "end": 57437, + "start": 58153, + "end": 58154, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 42 }, "end": { - "line": 1629, + "line": 1648, "column": 43 } } @@ -417431,15 +421023,15 @@ "binop": null }, "value": "player", - "start": 57437, - "end": 57443, + "start": 58154, + "end": 58160, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 43 }, "end": { - "line": 1629, + "line": 1648, "column": 49 } } @@ -417457,15 +421049,15 @@ "binop": null, "updateContext": null }, - "start": 57443, - "end": 57444, + "start": 58160, + "end": 58161, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 49 }, "end": { - "line": 1629, + "line": 1648, "column": 50 } } @@ -417483,15 +421075,15 @@ "binop": null }, "value": "width", - "start": 57444, - "end": 57449, + "start": 58161, + "end": 58166, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 50 }, "end": { - "line": 1629, + "line": 1648, "column": 55 } } @@ -417508,15 +421100,15 @@ "postfix": false, "binop": null }, - "start": 57449, - "end": 57450, + "start": 58166, + "end": 58167, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 55 }, "end": { - "line": 1629, + "line": 1648, "column": 56 } } @@ -417533,15 +421125,15 @@ "postfix": false, "binop": null }, - "start": 57450, - "end": 57451, + "start": 58167, + "end": 58168, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 56 }, "end": { - "line": 1629, + "line": 1648, "column": 57 } } @@ -417560,15 +421152,15 @@ "updateContext": null }, "value": "/", - "start": 57452, - "end": 57453, + "start": 58169, + "end": 58170, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 58 }, "end": { - "line": 1629, + "line": 1648, "column": 59 } } @@ -417588,15 +421180,15 @@ "updateContext": null }, "value": "this", - "start": 57454, - "end": 57458, + "start": 58171, + "end": 58175, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 60 }, "end": { - "line": 1629, + "line": 1648, "column": 64 } } @@ -417614,15 +421206,15 @@ "binop": null, "updateContext": null }, - "start": 57458, - "end": 57459, + "start": 58175, + "end": 58176, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 64 }, "end": { - "line": 1629, + "line": 1648, "column": 65 } } @@ -417640,15 +421232,15 @@ "binop": null }, "value": "player", - "start": 57459, - "end": 57465, + "start": 58176, + "end": 58182, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 65 }, "end": { - "line": 1629, + "line": 1648, "column": 71 } } @@ -417666,15 +421258,15 @@ "binop": null, "updateContext": null }, - "start": 57465, - "end": 57466, + "start": 58182, + "end": 58183, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 71 }, "end": { - "line": 1629, + "line": 1648, "column": 72 } } @@ -417692,15 +421284,15 @@ "binop": null }, "value": "height", - "start": 57466, - "end": 57472, + "start": 58183, + "end": 58189, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 72 }, "end": { - "line": 1629, + "line": 1648, "column": 78 } } @@ -417717,15 +421309,15 @@ "postfix": false, "binop": null }, - "start": 57472, - "end": 57473, + "start": 58189, + "end": 58190, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 78 }, "end": { - "line": 1629, + "line": 1648, "column": 79 } } @@ -417742,15 +421334,15 @@ "postfix": false, "binop": null }, - "start": 57473, - "end": 57474, + "start": 58190, + "end": 58191, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 79 }, "end": { - "line": 1629, + "line": 1648, "column": 80 } } @@ -417768,15 +421360,15 @@ "binop": null, "updateContext": null }, - "start": 57474, - "end": 57475, + "start": 58191, + "end": 58192, "loc": { "start": { - "line": 1629, + "line": 1648, "column": 80 }, "end": { - "line": 1629, + "line": 1648, "column": 81 } } @@ -417796,15 +421388,15 @@ "updateContext": null }, "value": "let", - "start": 57488, - "end": 57491, + "start": 58205, + "end": 58208, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 12 }, "end": { - "line": 1630, + "line": 1649, "column": 15 } } @@ -417822,15 +421414,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 57492, - "end": 57510, + "start": 58209, + "end": 58227, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 16 }, "end": { - "line": 1630, + "line": 1649, "column": 34 } } @@ -417849,15 +421441,15 @@ "updateContext": null }, "value": "=", - "start": 57511, - "end": 57512, + "start": 58228, + "end": 58229, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 35 }, "end": { - "line": 1630, + "line": 1649, "column": 36 } } @@ -417876,15 +421468,15 @@ "updateContext": null }, "value": 0, - "start": 57513, - "end": 57514, + "start": 58230, + "end": 58231, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 37 }, "end": { - "line": 1630, + "line": 1649, "column": 38 } } @@ -417902,15 +421494,15 @@ "binop": null, "updateContext": null }, - "start": 57514, - "end": 57515, + "start": 58231, + "end": 58232, "loc": { "start": { - "line": 1630, + "line": 1649, "column": 38 }, "end": { - "line": 1630, + "line": 1649, "column": 39 } } @@ -417930,15 +421522,15 @@ "updateContext": null }, "value": "let", - "start": 57528, - "end": 57531, + "start": 58245, + "end": 58248, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 12 }, "end": { - "line": 1631, + "line": 1650, "column": 15 } } @@ -417956,15 +421548,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 57532, - "end": 57549, + "start": 58249, + "end": 58266, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 16 }, "end": { - "line": 1631, + "line": 1650, "column": 33 } } @@ -417983,15 +421575,15 @@ "updateContext": null }, "value": "=", - "start": 57550, - "end": 57551, + "start": 58267, + "end": 58268, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 34 }, "end": { - "line": 1631, + "line": 1650, "column": 35 } } @@ -418010,15 +421602,15 @@ "updateContext": null }, "value": 0, - "start": 57552, - "end": 57553, + "start": 58269, + "end": 58270, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 36 }, "end": { - "line": 1631, + "line": 1650, "column": 37 } } @@ -418036,15 +421628,15 @@ "binop": null, "updateContext": null }, - "start": 57553, - "end": 57554, + "start": 58270, + "end": 58271, "loc": { "start": { - "line": 1631, + "line": 1650, "column": 37 }, "end": { - "line": 1631, + "line": 1650, "column": 38 } } @@ -418064,15 +421656,15 @@ "updateContext": null }, "value": "let", - "start": 57567, - "end": 57570, + "start": 58284, + "end": 58287, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 12 }, "end": { - "line": 1632, + "line": 1651, "column": 15 } } @@ -418090,15 +421682,15 @@ "binop": null }, "value": "imageXPosition", - "start": 57571, - "end": 57585, + "start": 58288, + "end": 58302, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 16 }, "end": { - "line": 1632, + "line": 1651, "column": 30 } } @@ -418117,15 +421709,15 @@ "updateContext": null }, "value": "=", - "start": 57586, - "end": 57587, + "start": 58303, + "end": 58304, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 31 }, "end": { - "line": 1632, + "line": 1651, "column": 32 } } @@ -418144,15 +421736,15 @@ "updateContext": null }, "value": 0, - "start": 57588, - "end": 57589, + "start": 58305, + "end": 58306, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 33 }, "end": { - "line": 1632, + "line": 1651, "column": 34 } } @@ -418170,15 +421762,15 @@ "binop": null, "updateContext": null }, - "start": 57589, - "end": 57590, + "start": 58306, + "end": 58307, "loc": { "start": { - "line": 1632, + "line": 1651, "column": 34 }, "end": { - "line": 1632, + "line": 1651, "column": 35 } } @@ -418198,15 +421790,15 @@ "updateContext": null }, "value": "let", - "start": 57603, - "end": 57606, + "start": 58320, + "end": 58323, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 12 }, "end": { - "line": 1633, + "line": 1652, "column": 15 } } @@ -418224,15 +421816,15 @@ "binop": null }, "value": "imageYPosition", - "start": 57607, - "end": 57621, + "start": 58324, + "end": 58338, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 16 }, "end": { - "line": 1633, + "line": 1652, "column": 30 } } @@ -418251,15 +421843,15 @@ "updateContext": null }, "value": "=", - "start": 57622, - "end": 57623, + "start": 58339, + "end": 58340, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 31 }, "end": { - "line": 1633, + "line": 1652, "column": 32 } } @@ -418278,15 +421870,15 @@ "updateContext": null }, "value": 0, - "start": 57624, - "end": 57625, + "start": 58341, + "end": 58342, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 33 }, "end": { - "line": 1633, + "line": 1652, "column": 34 } } @@ -418304,15 +421896,15 @@ "binop": null, "updateContext": null }, - "start": 57625, - "end": 57626, + "start": 58342, + "end": 58343, "loc": { "start": { - "line": 1633, + "line": 1652, "column": 34 }, "end": { - "line": 1633, + "line": 1652, "column": 35 } } @@ -418320,15 +421912,15 @@ { "type": "CommentLine", "value": " determine orientation", - "start": 57640, - "end": 57664, + "start": 58357, + "end": 58381, "loc": { "start": { - "line": 1635, + "line": 1654, "column": 12 }, "end": { - "line": 1635, + "line": 1654, "column": 36 } } @@ -418336,15 +421928,15 @@ { "type": "CommentLine", "value": " buddy ignore:start", - "start": 57677, - "end": 57698, + "start": 58394, + "end": 58415, "loc": { "start": { - "line": 1636, + "line": 1655, "column": 12 }, "end": { - "line": 1636, + "line": 1655, "column": 33 } } @@ -418364,15 +421956,15 @@ "updateContext": null }, "value": "if", - "start": 57711, - "end": 57713, + "start": 58428, + "end": 58430, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 12 }, "end": { - "line": 1637, + "line": 1656, "column": 14 } } @@ -418389,15 +421981,15 @@ "postfix": false, "binop": null }, - "start": 57714, - "end": 57715, + "start": 58431, + "end": 58432, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 15 }, "end": { - "line": 1637, + "line": 1656, "column": 16 } } @@ -418415,15 +422007,15 @@ "binop": null }, "value": "cameraAspectRatio", - "start": 57715, - "end": 57732, + "start": 58432, + "end": 58449, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 16 }, "end": { - "line": 1637, + "line": 1656, "column": 33 } } @@ -418442,15 +422034,15 @@ "updateContext": null }, "value": ">=", - "start": 57733, - "end": 57735, + "start": 58450, + "end": 58452, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 34 }, "end": { - "line": 1637, + "line": 1656, "column": 36 } } @@ -418468,15 +422060,15 @@ "binop": null }, "value": "playerAspectRatio", - "start": 57736, - "end": 57753, + "start": 58453, + "end": 58470, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 37 }, "end": { - "line": 1637, + "line": 1656, "column": 54 } } @@ -418493,15 +422085,15 @@ "postfix": false, "binop": null }, - "start": 57753, - "end": 57754, + "start": 58470, + "end": 58471, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 54 }, "end": { - "line": 1637, + "line": 1656, "column": 55 } } @@ -418518,15 +422110,15 @@ "postfix": false, "binop": null }, - "start": 57755, - "end": 57756, + "start": 58472, + "end": 58473, "loc": { "start": { - "line": 1637, + "line": 1656, "column": 56 }, "end": { - "line": 1637, + "line": 1656, "column": 57 } } @@ -418534,15 +422126,15 @@ { "type": "CommentLine", "value": " camera feed wider than player", - "start": 57773, - "end": 57805, + "start": 58490, + "end": 58522, "loc": { "start": { - "line": 1638, + "line": 1657, "column": 16 }, "end": { - "line": 1638, + "line": 1657, "column": 48 } } @@ -418560,15 +422152,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 57822, - "end": 57840, + "start": 58539, + "end": 58557, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 16 }, "end": { - "line": 1639, + "line": 1658, "column": 34 } } @@ -418587,15 +422179,15 @@ "updateContext": null }, "value": "=", - "start": 57841, - "end": 57842, + "start": 58558, + "end": 58559, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 35 }, "end": { - "line": 1639, + "line": 1658, "column": 36 } } @@ -418613,15 +422205,15 @@ "binop": null }, "value": "settings", - "start": 57843, - "end": 57851, + "start": 58560, + "end": 58568, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 37 }, "end": { - "line": 1639, + "line": 1658, "column": 45 } } @@ -418639,15 +422231,15 @@ "binop": null, "updateContext": null }, - "start": 57851, - "end": 57852, + "start": 58568, + "end": 58569, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 45 }, "end": { - "line": 1639, + "line": 1658, "column": 46 } } @@ -418665,15 +422257,15 @@ "binop": null }, "value": "height", - "start": 57852, - "end": 57858, + "start": 58569, + "end": 58575, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 46 }, "end": { - "line": 1639, + "line": 1658, "column": 52 } } @@ -418692,15 +422284,15 @@ "updateContext": null }, "value": "*", - "start": 57859, - "end": 57860, + "start": 58576, + "end": 58577, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 53 }, "end": { - "line": 1639, + "line": 1658, "column": 54 } } @@ -418717,15 +422309,15 @@ "postfix": false, "binop": null }, - "start": 57861, - "end": 57862, + "start": 58578, + "end": 58579, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 55 }, "end": { - "line": 1639, + "line": 1658, "column": 56 } } @@ -418745,15 +422337,15 @@ "updateContext": null }, "value": "this", - "start": 57862, - "end": 57866, + "start": 58579, + "end": 58583, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 56 }, "end": { - "line": 1639, + "line": 1658, "column": 60 } } @@ -418771,15 +422363,15 @@ "binop": null, "updateContext": null }, - "start": 57866, - "end": 57867, + "start": 58583, + "end": 58584, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 60 }, "end": { - "line": 1639, + "line": 1658, "column": 61 } } @@ -418797,15 +422389,15 @@ "binop": null }, "value": "player", - "start": 57867, - "end": 57873, + "start": 58584, + "end": 58590, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 61 }, "end": { - "line": 1639, + "line": 1658, "column": 67 } } @@ -418823,15 +422415,15 @@ "binop": null, "updateContext": null }, - "start": 57873, - "end": 57874, + "start": 58590, + "end": 58591, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 67 }, "end": { - "line": 1639, + "line": 1658, "column": 68 } } @@ -418849,15 +422441,15 @@ "binop": null }, "value": "width", - "start": 57874, - "end": 57879, + "start": 58591, + "end": 58596, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 68 }, "end": { - "line": 1639, + "line": 1658, "column": 73 } } @@ -418874,15 +422466,15 @@ "postfix": false, "binop": null }, - "start": 57879, - "end": 57880, + "start": 58596, + "end": 58597, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 73 }, "end": { - "line": 1639, + "line": 1658, "column": 74 } } @@ -418899,15 +422491,15 @@ "postfix": false, "binop": null }, - "start": 57880, - "end": 57881, + "start": 58597, + "end": 58598, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 74 }, "end": { - "line": 1639, + "line": 1658, "column": 75 } } @@ -418926,15 +422518,15 @@ "updateContext": null }, "value": "/", - "start": 57882, - "end": 57883, + "start": 58599, + "end": 58600, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 76 }, "end": { - "line": 1639, + "line": 1658, "column": 77 } } @@ -418952,15 +422544,15 @@ "binop": null }, "value": "settings", - "start": 57884, - "end": 57892, + "start": 58601, + "end": 58609, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 78 }, "end": { - "line": 1639, + "line": 1658, "column": 86 } } @@ -418978,15 +422570,15 @@ "binop": null, "updateContext": null }, - "start": 57892, - "end": 57893, + "start": 58609, + "end": 58610, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 86 }, "end": { - "line": 1639, + "line": 1658, "column": 87 } } @@ -419004,15 +422596,15 @@ "binop": null }, "value": "width", - "start": 57893, - "end": 57898, + "start": 58610, + "end": 58615, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 87 }, "end": { - "line": 1639, + "line": 1658, "column": 92 } } @@ -419029,15 +422621,15 @@ "postfix": false, "binop": null }, - "start": 57898, - "end": 57899, + "start": 58615, + "end": 58616, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 92 }, "end": { - "line": 1639, + "line": 1658, "column": 93 } } @@ -419055,15 +422647,15 @@ "binop": null, "updateContext": null }, - "start": 57899, - "end": 57900, + "start": 58616, + "end": 58617, "loc": { "start": { - "line": 1639, + "line": 1658, "column": 93 }, "end": { - "line": 1639, + "line": 1658, "column": 94 } } @@ -419081,15 +422673,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 57917, - "end": 57934, + "start": 58634, + "end": 58651, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 16 }, "end": { - "line": 1640, + "line": 1659, "column": 33 } } @@ -419108,15 +422700,15 @@ "updateContext": null }, "value": "=", - "start": 57935, - "end": 57936, + "start": 58652, + "end": 58653, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 34 }, "end": { - "line": 1640, + "line": 1659, "column": 35 } } @@ -419136,15 +422728,15 @@ "updateContext": null }, "value": "this", - "start": 57937, - "end": 57941, + "start": 58654, + "end": 58658, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 36 }, "end": { - "line": 1640, + "line": 1659, "column": 40 } } @@ -419162,15 +422754,15 @@ "binop": null, "updateContext": null }, - "start": 57941, - "end": 57942, + "start": 58658, + "end": 58659, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 40 }, "end": { - "line": 1640, + "line": 1659, "column": 41 } } @@ -419188,15 +422780,15 @@ "binop": null }, "value": "player", - "start": 57942, - "end": 57948, + "start": 58659, + "end": 58665, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 41 }, "end": { - "line": 1640, + "line": 1659, "column": 47 } } @@ -419214,15 +422806,15 @@ "binop": null, "updateContext": null }, - "start": 57948, - "end": 57949, + "start": 58665, + "end": 58666, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 47 }, "end": { - "line": 1640, + "line": 1659, "column": 48 } } @@ -419240,15 +422832,15 @@ "binop": null }, "value": "width", - "start": 57949, - "end": 57954, + "start": 58666, + "end": 58671, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 48 }, "end": { - "line": 1640, + "line": 1659, "column": 53 } } @@ -419265,15 +422857,15 @@ "postfix": false, "binop": null }, - "start": 57954, - "end": 57955, + "start": 58671, + "end": 58672, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 53 }, "end": { - "line": 1640, + "line": 1659, "column": 54 } } @@ -419290,15 +422882,15 @@ "postfix": false, "binop": null }, - "start": 57955, - "end": 57956, + "start": 58672, + "end": 58673, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 54 }, "end": { - "line": 1640, + "line": 1659, "column": 55 } } @@ -419316,15 +422908,15 @@ "binop": null, "updateContext": null }, - "start": 57956, - "end": 57957, + "start": 58673, + "end": 58674, "loc": { "start": { - "line": 1640, + "line": 1659, "column": 55 }, "end": { - "line": 1640, + "line": 1659, "column": 56 } } @@ -419342,15 +422934,15 @@ "binop": null }, "value": "imageYPosition", - "start": 57974, - "end": 57988, + "start": 58691, + "end": 58705, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 16 }, "end": { - "line": 1641, + "line": 1660, "column": 30 } } @@ -419369,15 +422961,15 @@ "updateContext": null }, "value": "=", - "start": 57989, - "end": 57990, + "start": 58706, + "end": 58707, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 31 }, "end": { - "line": 1641, + "line": 1660, "column": 32 } } @@ -419394,15 +422986,15 @@ "postfix": false, "binop": null }, - "start": 57991, - "end": 57992, + "start": 58708, + "end": 58709, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 33 }, "end": { - "line": 1641, + "line": 1660, "column": 34 } } @@ -419422,15 +423014,15 @@ "updateContext": null }, "value": "this", - "start": 57992, - "end": 57996, + "start": 58709, + "end": 58713, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 34 }, "end": { - "line": 1641, + "line": 1660, "column": 38 } } @@ -419448,15 +423040,15 @@ "binop": null, "updateContext": null }, - "start": 57996, - "end": 57997, + "start": 58713, + "end": 58714, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 38 }, "end": { - "line": 1641, + "line": 1660, "column": 39 } } @@ -419474,15 +423066,15 @@ "binop": null }, "value": "player", - "start": 57997, - "end": 58003, + "start": 58714, + "end": 58720, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 39 }, "end": { - "line": 1641, + "line": 1660, "column": 45 } } @@ -419500,15 +423092,15 @@ "binop": null, "updateContext": null }, - "start": 58003, - "end": 58004, + "start": 58720, + "end": 58721, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 45 }, "end": { - "line": 1641, + "line": 1660, "column": 46 } } @@ -419526,15 +423118,15 @@ "binop": null }, "value": "height", - "start": 58004, - "end": 58010, + "start": 58721, + "end": 58727, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 46 }, "end": { - "line": 1641, + "line": 1660, "column": 52 } } @@ -419551,15 +423143,15 @@ "postfix": false, "binop": null }, - "start": 58010, - "end": 58011, + "start": 58727, + "end": 58728, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 52 }, "end": { - "line": 1641, + "line": 1660, "column": 53 } } @@ -419576,15 +423168,15 @@ "postfix": false, "binop": null }, - "start": 58011, - "end": 58012, + "start": 58728, + "end": 58729, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 53 }, "end": { - "line": 1641, + "line": 1660, "column": 54 } } @@ -419603,15 +423195,15 @@ "updateContext": null }, "value": "/", - "start": 58013, - "end": 58014, + "start": 58730, + "end": 58731, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 55 }, "end": { - "line": 1641, + "line": 1660, "column": 56 } } @@ -419630,15 +423222,15 @@ "updateContext": null }, "value": 2, - "start": 58015, - "end": 58016, + "start": 58732, + "end": 58733, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 57 }, "end": { - "line": 1641, + "line": 1660, "column": 58 } } @@ -419655,15 +423247,15 @@ "postfix": false, "binop": null }, - "start": 58016, - "end": 58017, + "start": 58733, + "end": 58734, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 58 }, "end": { - "line": 1641, + "line": 1660, "column": 59 } } @@ -419682,15 +423274,15 @@ "updateContext": null }, "value": "-", - "start": 58018, - "end": 58019, + "start": 58735, + "end": 58736, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 60 }, "end": { - "line": 1641, + "line": 1660, "column": 61 } } @@ -419707,15 +423299,15 @@ "postfix": false, "binop": null }, - "start": 58020, - "end": 58021, + "start": 58737, + "end": 58738, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 62 }, "end": { - "line": 1641, + "line": 1660, "column": 63 } } @@ -419733,15 +423325,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 58021, - "end": 58039, + "start": 58738, + "end": 58756, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 63 }, "end": { - "line": 1641, + "line": 1660, "column": 81 } } @@ -419760,15 +423352,15 @@ "updateContext": null }, "value": "/", - "start": 58040, - "end": 58041, + "start": 58757, + "end": 58758, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 82 }, "end": { - "line": 1641, + "line": 1660, "column": 83 } } @@ -419787,15 +423379,15 @@ "updateContext": null }, "value": 2, - "start": 58042, - "end": 58043, + "start": 58759, + "end": 58760, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 84 }, "end": { - "line": 1641, + "line": 1660, "column": 85 } } @@ -419812,15 +423404,15 @@ "postfix": false, "binop": null }, - "start": 58043, - "end": 58044, + "start": 58760, + "end": 58761, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 85 }, "end": { - "line": 1641, + "line": 1660, "column": 86 } } @@ -419838,15 +423430,15 @@ "binop": null, "updateContext": null }, - "start": 58044, - "end": 58045, + "start": 58761, + "end": 58762, "loc": { "start": { - "line": 1641, + "line": 1660, "column": 86 }, "end": { - "line": 1641, + "line": 1660, "column": 87 } } @@ -419863,15 +423455,15 @@ "postfix": false, "binop": null }, - "start": 58058, - "end": 58059, + "start": 58775, + "end": 58776, "loc": { "start": { - "line": 1642, + "line": 1661, "column": 12 }, "end": { - "line": 1642, + "line": 1661, "column": 13 } } @@ -419891,15 +423483,15 @@ "updateContext": null }, "value": "else", - "start": 58060, - "end": 58064, + "start": 58777, + "end": 58781, "loc": { "start": { - "line": 1642, + "line": 1661, "column": 14 }, "end": { - "line": 1642, + "line": 1661, "column": 18 } } @@ -419916,15 +423508,15 @@ "postfix": false, "binop": null }, - "start": 58065, - "end": 58066, + "start": 58782, + "end": 58783, "loc": { "start": { - "line": 1642, + "line": 1661, "column": 19 }, "end": { - "line": 1642, + "line": 1661, "column": 20 } } @@ -419932,15 +423524,15 @@ { "type": "CommentLine", "value": " player wider than camera feed", - "start": 58083, - "end": 58115, + "start": 58800, + "end": 58832, "loc": { "start": { - "line": 1643, + "line": 1662, "column": 16 }, "end": { - "line": 1643, + "line": 1662, "column": 48 } } @@ -419958,15 +423550,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 58132, - "end": 58150, + "start": 58849, + "end": 58867, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 16 }, "end": { - "line": 1644, + "line": 1663, "column": 34 } } @@ -419985,15 +423577,15 @@ "updateContext": null }, "value": "=", - "start": 58151, - "end": 58152, + "start": 58868, + "end": 58869, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 35 }, "end": { - "line": 1644, + "line": 1663, "column": 36 } } @@ -420013,15 +423605,15 @@ "updateContext": null }, "value": "this", - "start": 58153, - "end": 58157, + "start": 58870, + "end": 58874, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 37 }, "end": { - "line": 1644, + "line": 1663, "column": 41 } } @@ -420039,15 +423631,15 @@ "binop": null, "updateContext": null }, - "start": 58157, - "end": 58158, + "start": 58874, + "end": 58875, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 41 }, "end": { - "line": 1644, + "line": 1663, "column": 42 } } @@ -420065,15 +423657,15 @@ "binop": null }, "value": "player", - "start": 58158, - "end": 58164, + "start": 58875, + "end": 58881, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 42 }, "end": { - "line": 1644, + "line": 1663, "column": 48 } } @@ -420091,15 +423683,15 @@ "binop": null, "updateContext": null }, - "start": 58164, - "end": 58165, + "start": 58881, + "end": 58882, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 48 }, "end": { - "line": 1644, + "line": 1663, "column": 49 } } @@ -420117,15 +423709,15 @@ "binop": null }, "value": "height", - "start": 58165, - "end": 58171, + "start": 58882, + "end": 58888, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 49 }, "end": { - "line": 1644, + "line": 1663, "column": 55 } } @@ -420142,15 +423734,15 @@ "postfix": false, "binop": null }, - "start": 58171, - "end": 58172, + "start": 58888, + "end": 58889, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 55 }, "end": { - "line": 1644, + "line": 1663, "column": 56 } } @@ -420167,15 +423759,15 @@ "postfix": false, "binop": null }, - "start": 58172, - "end": 58173, + "start": 58889, + "end": 58890, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 56 }, "end": { - "line": 1644, + "line": 1663, "column": 57 } } @@ -420193,15 +423785,15 @@ "binop": null, "updateContext": null }, - "start": 58173, - "end": 58174, + "start": 58890, + "end": 58891, "loc": { "start": { - "line": 1644, + "line": 1663, "column": 57 }, "end": { - "line": 1644, + "line": 1663, "column": 58 } } @@ -420219,15 +423811,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 58191, - "end": 58208, + "start": 58908, + "end": 58925, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 16 }, "end": { - "line": 1645, + "line": 1664, "column": 33 } } @@ -420246,15 +423838,15 @@ "updateContext": null }, "value": "=", - "start": 58209, - "end": 58210, + "start": 58926, + "end": 58927, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 34 }, "end": { - "line": 1645, + "line": 1664, "column": 35 } } @@ -420272,15 +423864,15 @@ "binop": null }, "value": "settings", - "start": 58211, - "end": 58219, + "start": 58928, + "end": 58936, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 36 }, "end": { - "line": 1645, + "line": 1664, "column": 44 } } @@ -420298,15 +423890,15 @@ "binop": null, "updateContext": null }, - "start": 58219, - "end": 58220, + "start": 58936, + "end": 58937, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 44 }, "end": { - "line": 1645, + "line": 1664, "column": 45 } } @@ -420324,15 +423916,15 @@ "binop": null }, "value": "width", - "start": 58220, - "end": 58225, + "start": 58937, + "end": 58942, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 45 }, "end": { - "line": 1645, + "line": 1664, "column": 50 } } @@ -420351,15 +423943,15 @@ "updateContext": null }, "value": "*", - "start": 58226, - "end": 58227, + "start": 58943, + "end": 58944, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 51 }, "end": { - "line": 1645, + "line": 1664, "column": 52 } } @@ -420376,15 +423968,15 @@ "postfix": false, "binop": null }, - "start": 58228, - "end": 58229, + "start": 58945, + "end": 58946, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 53 }, "end": { - "line": 1645, + "line": 1664, "column": 54 } } @@ -420404,15 +423996,15 @@ "updateContext": null }, "value": "this", - "start": 58229, - "end": 58233, + "start": 58946, + "end": 58950, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 54 }, "end": { - "line": 1645, + "line": 1664, "column": 58 } } @@ -420430,15 +424022,15 @@ "binop": null, "updateContext": null }, - "start": 58233, - "end": 58234, + "start": 58950, + "end": 58951, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 58 }, "end": { - "line": 1645, + "line": 1664, "column": 59 } } @@ -420456,15 +424048,15 @@ "binop": null }, "value": "player", - "start": 58234, - "end": 58240, + "start": 58951, + "end": 58957, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 59 }, "end": { - "line": 1645, + "line": 1664, "column": 65 } } @@ -420482,15 +424074,15 @@ "binop": null, "updateContext": null }, - "start": 58240, - "end": 58241, + "start": 58957, + "end": 58958, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 65 }, "end": { - "line": 1645, + "line": 1664, "column": 66 } } @@ -420508,15 +424100,15 @@ "binop": null }, "value": "height", - "start": 58241, - "end": 58247, + "start": 58958, + "end": 58964, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 66 }, "end": { - "line": 1645, + "line": 1664, "column": 72 } } @@ -420533,15 +424125,15 @@ "postfix": false, "binop": null }, - "start": 58247, - "end": 58248, + "start": 58964, + "end": 58965, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 72 }, "end": { - "line": 1645, + "line": 1664, "column": 73 } } @@ -420558,15 +424150,15 @@ "postfix": false, "binop": null }, - "start": 58248, - "end": 58249, + "start": 58965, + "end": 58966, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 73 }, "end": { - "line": 1645, + "line": 1664, "column": 74 } } @@ -420585,15 +424177,15 @@ "updateContext": null }, "value": "/", - "start": 58250, - "end": 58251, + "start": 58967, + "end": 58968, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 75 }, "end": { - "line": 1645, + "line": 1664, "column": 76 } } @@ -420611,15 +424203,15 @@ "binop": null }, "value": "settings", - "start": 58252, - "end": 58260, + "start": 58969, + "end": 58977, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 77 }, "end": { - "line": 1645, + "line": 1664, "column": 85 } } @@ -420637,15 +424229,15 @@ "binop": null, "updateContext": null }, - "start": 58260, - "end": 58261, + "start": 58977, + "end": 58978, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 85 }, "end": { - "line": 1645, + "line": 1664, "column": 86 } } @@ -420663,15 +424255,15 @@ "binop": null }, "value": "height", - "start": 58261, - "end": 58267, + "start": 58978, + "end": 58984, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 86 }, "end": { - "line": 1645, + "line": 1664, "column": 92 } } @@ -420688,15 +424280,15 @@ "postfix": false, "binop": null }, - "start": 58267, - "end": 58268, + "start": 58984, + "end": 58985, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 92 }, "end": { - "line": 1645, + "line": 1664, "column": 93 } } @@ -420714,15 +424306,15 @@ "binop": null, "updateContext": null }, - "start": 58268, - "end": 58269, + "start": 58985, + "end": 58986, "loc": { "start": { - "line": 1645, + "line": 1664, "column": 93 }, "end": { - "line": 1645, + "line": 1664, "column": 94 } } @@ -420740,15 +424332,15 @@ "binop": null }, "value": "imageXPosition", - "start": 58286, - "end": 58300, + "start": 59003, + "end": 59017, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 16 }, "end": { - "line": 1646, + "line": 1665, "column": 30 } } @@ -420767,15 +424359,15 @@ "updateContext": null }, "value": "=", - "start": 58301, - "end": 58302, + "start": 59018, + "end": 59019, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 31 }, "end": { - "line": 1646, + "line": 1665, "column": 32 } } @@ -420792,15 +424384,15 @@ "postfix": false, "binop": null }, - "start": 58303, - "end": 58304, + "start": 59020, + "end": 59021, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 33 }, "end": { - "line": 1646, + "line": 1665, "column": 34 } } @@ -420820,15 +424412,15 @@ "updateContext": null }, "value": "this", - "start": 58304, - "end": 58308, + "start": 59021, + "end": 59025, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 34 }, "end": { - "line": 1646, + "line": 1665, "column": 38 } } @@ -420846,15 +424438,15 @@ "binop": null, "updateContext": null }, - "start": 58308, - "end": 58309, + "start": 59025, + "end": 59026, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 38 }, "end": { - "line": 1646, + "line": 1665, "column": 39 } } @@ -420872,15 +424464,15 @@ "binop": null }, "value": "player", - "start": 58309, - "end": 58315, + "start": 59026, + "end": 59032, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 39 }, "end": { - "line": 1646, + "line": 1665, "column": 45 } } @@ -420898,15 +424490,15 @@ "binop": null, "updateContext": null }, - "start": 58315, - "end": 58316, + "start": 59032, + "end": 59033, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 45 }, "end": { - "line": 1646, + "line": 1665, "column": 46 } } @@ -420924,15 +424516,15 @@ "binop": null }, "value": "width", - "start": 58316, - "end": 58321, + "start": 59033, + "end": 59038, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 46 }, "end": { - "line": 1646, + "line": 1665, "column": 51 } } @@ -420949,15 +424541,15 @@ "postfix": false, "binop": null }, - "start": 58321, - "end": 58322, + "start": 59038, + "end": 59039, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 51 }, "end": { - "line": 1646, + "line": 1665, "column": 52 } } @@ -420974,15 +424566,15 @@ "postfix": false, "binop": null }, - "start": 58322, - "end": 58323, + "start": 59039, + "end": 59040, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 52 }, "end": { - "line": 1646, + "line": 1665, "column": 53 } } @@ -421001,15 +424593,15 @@ "updateContext": null }, "value": "/", - "start": 58324, - "end": 58325, + "start": 59041, + "end": 59042, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 54 }, "end": { - "line": 1646, + "line": 1665, "column": 55 } } @@ -421028,15 +424620,15 @@ "updateContext": null }, "value": 2, - "start": 58326, - "end": 58327, + "start": 59043, + "end": 59044, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 56 }, "end": { - "line": 1646, + "line": 1665, "column": 57 } } @@ -421053,15 +424645,15 @@ "postfix": false, "binop": null }, - "start": 58327, - "end": 58328, + "start": 59044, + "end": 59045, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 57 }, "end": { - "line": 1646, + "line": 1665, "column": 58 } } @@ -421080,15 +424672,15 @@ "updateContext": null }, "value": "-", - "start": 58329, - "end": 58330, + "start": 59046, + "end": 59047, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 59 }, "end": { - "line": 1646, + "line": 1665, "column": 60 } } @@ -421105,15 +424697,15 @@ "postfix": false, "binop": null }, - "start": 58331, - "end": 58332, + "start": 59048, + "end": 59049, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 61 }, "end": { - "line": 1646, + "line": 1665, "column": 62 } } @@ -421131,15 +424723,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 58332, - "end": 58349, + "start": 59049, + "end": 59066, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 62 }, "end": { - "line": 1646, + "line": 1665, "column": 79 } } @@ -421158,15 +424750,15 @@ "updateContext": null }, "value": "/", - "start": 58350, - "end": 58351, + "start": 59067, + "end": 59068, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 80 }, "end": { - "line": 1646, + "line": 1665, "column": 81 } } @@ -421185,15 +424777,15 @@ "updateContext": null }, "value": 2, - "start": 58352, - "end": 58353, + "start": 59069, + "end": 59070, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 82 }, "end": { - "line": 1646, + "line": 1665, "column": 83 } } @@ -421210,15 +424802,15 @@ "postfix": false, "binop": null }, - "start": 58353, - "end": 58354, + "start": 59070, + "end": 59071, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 83 }, "end": { - "line": 1646, + "line": 1665, "column": 84 } } @@ -421236,15 +424828,15 @@ "binop": null, "updateContext": null }, - "start": 58354, - "end": 58355, + "start": 59071, + "end": 59072, "loc": { "start": { - "line": 1646, + "line": 1665, "column": 84 }, "end": { - "line": 1646, + "line": 1665, "column": 85 } } @@ -421261,15 +424853,15 @@ "postfix": false, "binop": null }, - "start": 58368, - "end": 58369, + "start": 59085, + "end": 59086, "loc": { "start": { - "line": 1647, + "line": 1666, "column": 12 }, "end": { - "line": 1647, + "line": 1666, "column": 13 } } @@ -421277,15 +424869,15 @@ { "type": "CommentLine", "value": " buddy ignore:end", - "start": 58382, - "end": 58401, + "start": 59099, + "end": 59118, "loc": { "start": { - "line": 1648, + "line": 1667, "column": 12 }, "end": { - "line": 1648, + "line": 1667, "column": 31 } } @@ -421293,15 +424885,15 @@ { "type": "CommentLine", "value": " MediaCapture is only supported on:", - "start": 58415, - "end": 58452, + "start": 59132, + "end": 59169, "loc": { "start": { - "line": 1650, + "line": 1669, "column": 12 }, "end": { - "line": 1650, + "line": 1669, "column": 49 } } @@ -421309,15 +424901,15 @@ { "type": "CommentLine", "value": " - Chrome 60 and newer (see", - "start": 58465, - "end": 58494, + "start": 59182, + "end": 59211, "loc": { "start": { - "line": 1651, + "line": 1670, "column": 12 }, "end": { - "line": 1651, + "line": 1670, "column": 41 } } @@ -421325,15 +424917,15 @@ { "type": "CommentLine", "value": " https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)", - "start": 58507, - "end": 58591, + "start": 59224, + "end": 59308, "loc": { "start": { - "line": 1652, + "line": 1671, "column": 12 }, "end": { - "line": 1652, + "line": 1671, "column": 96 } } @@ -421341,15 +424933,15 @@ { "type": "CommentLine", "value": " - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)", - "start": 58604, - "end": 58682, + "start": 59321, + "end": 59399, "loc": { "start": { - "line": 1653, + "line": 1672, "column": 12 }, "end": { - "line": 1653, + "line": 1672, "column": 90 } } @@ -421357,15 +424949,15 @@ { "type": "CommentLine", "value": "", - "start": 58695, - "end": 58697, + "start": 59412, + "end": 59414, "loc": { "start": { - "line": 1654, + "line": 1673, "column": 12 }, "end": { - "line": 1654, + "line": 1673, "column": 14 } } @@ -421373,15 +424965,15 @@ { "type": "CommentLine", "value": " importing ImageCapture can fail when enabling chrome flag is still required.", - "start": 58710, - "end": 58789, + "start": 59427, + "end": 59506, "loc": { "start": { - "line": 1655, + "line": 1674, "column": 12 }, "end": { - "line": 1655, + "line": 1674, "column": 91 } } @@ -421389,15 +424981,15 @@ { "type": "CommentLine", "value": " if so; ignore and continue", - "start": 58802, - "end": 58831, + "start": 59519, + "end": 59548, "loc": { "start": { - "line": 1656, + "line": 1675, "column": 12 }, "end": { - "line": 1656, + "line": 1675, "column": 41 } } @@ -421417,15 +425009,15 @@ "updateContext": null }, "value": "if", - "start": 58844, - "end": 58846, + "start": 59561, + "end": 59563, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 12 }, "end": { - "line": 1657, + "line": 1676, "column": 14 } } @@ -421442,15 +425034,15 @@ "postfix": false, "binop": null }, - "start": 58847, - "end": 58848, + "start": 59564, + "end": 59565, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 15 }, "end": { - "line": 1657, + "line": 1676, "column": 16 } } @@ -421467,15 +425059,15 @@ "postfix": false, "binop": null }, - "start": 58848, - "end": 58849, + "start": 59565, + "end": 59566, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 16 }, "end": { - "line": 1657, + "line": 1676, "column": 17 } } @@ -421493,15 +425085,15 @@ "binop": null }, "value": "detected", - "start": 58849, - "end": 58857, + "start": 59566, + "end": 59574, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 17 }, "end": { - "line": 1657, + "line": 1676, "column": 25 } } @@ -421519,15 +425111,15 @@ "binop": null, "updateContext": null }, - "start": 58857, - "end": 58858, + "start": 59574, + "end": 59575, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 25 }, "end": { - "line": 1657, + "line": 1676, "column": 26 } } @@ -421545,15 +425137,15 @@ "binop": null }, "value": "browser", - "start": 58858, - "end": 58865, + "start": 59575, + "end": 59582, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 26 }, "end": { - "line": 1657, + "line": 1676, "column": 33 } } @@ -421572,15 +425164,15 @@ "updateContext": null }, "value": "===", - "start": 58866, - "end": 58869, + "start": 59583, + "end": 59586, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 34 }, "end": { - "line": 1657, + "line": 1676, "column": 37 } } @@ -421599,15 +425191,15 @@ "updateContext": null }, "value": "chrome", - "start": 58870, - "end": 58878, + "start": 59587, + "end": 59595, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 38 }, "end": { - "line": 1657, + "line": 1676, "column": 46 } } @@ -421626,15 +425218,15 @@ "updateContext": null }, "value": "&&", - "start": 58879, - "end": 58881, + "start": 59596, + "end": 59598, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 47 }, "end": { - "line": 1657, + "line": 1676, "column": 49 } } @@ -421652,15 +425244,15 @@ "binop": null }, "value": "detected", - "start": 58882, - "end": 58890, + "start": 59599, + "end": 59607, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 50 }, "end": { - "line": 1657, + "line": 1676, "column": 58 } } @@ -421678,15 +425270,15 @@ "binop": null, "updateContext": null }, - "start": 58890, - "end": 58891, + "start": 59607, + "end": 59608, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 58 }, "end": { - "line": 1657, + "line": 1676, "column": 59 } } @@ -421704,15 +425296,15 @@ "binop": null }, "value": "version", - "start": 58891, - "end": 58898, + "start": 59608, + "end": 59615, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 59 }, "end": { - "line": 1657, + "line": 1676, "column": 66 } } @@ -421731,15 +425323,15 @@ "updateContext": null }, "value": ">=", - "start": 58899, - "end": 58901, + "start": 59616, + "end": 59618, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 67 }, "end": { - "line": 1657, + "line": 1676, "column": 69 } } @@ -421758,15 +425350,15 @@ "updateContext": null }, "value": 60, - "start": 58902, - "end": 58904, + "start": 59619, + "end": 59621, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 70 }, "end": { - "line": 1657, + "line": 1676, "column": 72 } } @@ -421783,15 +425375,15 @@ "postfix": false, "binop": null }, - "start": 58904, - "end": 58905, + "start": 59621, + "end": 59622, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 72 }, "end": { - "line": 1657, + "line": 1676, "column": 73 } } @@ -421810,15 +425402,15 @@ "updateContext": null }, "value": "&&", - "start": 58906, - "end": 58908, + "start": 59623, + "end": 59625, "loc": { "start": { - "line": 1657, + "line": 1676, "column": 74 }, "end": { - "line": 1657, + "line": 1676, "column": 76 } } @@ -421835,15 +425427,15 @@ "postfix": false, "binop": null }, - "start": 58924, - "end": 58925, + "start": 59641, + "end": 59642, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 15 }, "end": { - "line": 1658, + "line": 1677, "column": 16 } } @@ -421863,15 +425455,15 @@ "updateContext": null }, "value": "typeof", - "start": 58925, - "end": 58931, + "start": 59642, + "end": 59648, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 16 }, "end": { - "line": 1658, + "line": 1677, "column": 22 } } @@ -421889,15 +425481,15 @@ "binop": null }, "value": "ImageCapture", - "start": 58932, - "end": 58944, + "start": 59649, + "end": 59661, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 23 }, "end": { - "line": 1658, + "line": 1677, "column": 35 } } @@ -421916,15 +425508,15 @@ "updateContext": null }, "value": "===", - "start": 58945, - "end": 58948, + "start": 59662, + "end": 59665, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 36 }, "end": { - "line": 1658, + "line": 1677, "column": 39 } } @@ -421944,15 +425536,15 @@ "updateContext": null }, "value": "typeof", - "start": 58949, - "end": 58955, + "start": 59666, + "end": 59672, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 40 }, "end": { - "line": 1658, + "line": 1677, "column": 46 } } @@ -421970,15 +425562,15 @@ "binop": null }, "value": "Function", - "start": 58956, - "end": 58964, + "start": 59673, + "end": 59681, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 47 }, "end": { - "line": 1658, + "line": 1677, "column": 55 } } @@ -421995,15 +425587,15 @@ "postfix": false, "binop": null }, - "start": 58964, - "end": 58965, + "start": 59681, + "end": 59682, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 55 }, "end": { - "line": 1658, + "line": 1677, "column": 56 } } @@ -422020,15 +425612,15 @@ "postfix": false, "binop": null }, - "start": 58965, - "end": 58966, + "start": 59682, + "end": 59683, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 56 }, "end": { - "line": 1658, + "line": 1677, "column": 57 } } @@ -422045,15 +425637,15 @@ "postfix": false, "binop": null }, - "start": 58967, - "end": 58968, + "start": 59684, + "end": 59685, "loc": { "start": { - "line": 1658, + "line": 1677, "column": 58 }, "end": { - "line": 1658, + "line": 1677, "column": 59 } } @@ -422073,15 +425665,15 @@ "updateContext": null }, "value": "try", - "start": 58985, - "end": 58988, + "start": 59702, + "end": 59705, "loc": { "start": { - "line": 1659, + "line": 1678, "column": 16 }, "end": { - "line": 1659, + "line": 1678, "column": 19 } } @@ -422098,15 +425690,15 @@ "postfix": false, "binop": null }, - "start": 58989, - "end": 58990, + "start": 59706, + "end": 59707, "loc": { "start": { - "line": 1659, + "line": 1678, "column": 20 }, "end": { - "line": 1659, + "line": 1678, "column": 21 } } @@ -422126,15 +425718,15 @@ "updateContext": null }, "value": "let", - "start": 59011, - "end": 59014, + "start": 59728, + "end": 59731, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 20 }, "end": { - "line": 1660, + "line": 1679, "column": 23 } } @@ -422152,15 +425744,15 @@ "binop": null }, "value": "imageCapture", - "start": 59015, - "end": 59027, + "start": 59732, + "end": 59744, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 24 }, "end": { - "line": 1660, + "line": 1679, "column": 36 } } @@ -422179,15 +425771,15 @@ "updateContext": null }, "value": "=", - "start": 59028, - "end": 59029, + "start": 59745, + "end": 59746, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 37 }, "end": { - "line": 1660, + "line": 1679, "column": 38 } } @@ -422207,15 +425799,15 @@ "updateContext": null }, "value": "new", - "start": 59030, - "end": 59033, + "start": 59747, + "end": 59750, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 39 }, "end": { - "line": 1660, + "line": 1679, "column": 42 } } @@ -422233,15 +425825,15 @@ "binop": null }, "value": "ImageCapture", - "start": 59034, - "end": 59046, + "start": 59751, + "end": 59763, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 43 }, "end": { - "line": 1660, + "line": 1679, "column": 55 } } @@ -422258,15 +425850,15 @@ "postfix": false, "binop": null }, - "start": 59046, - "end": 59047, + "start": 59763, + "end": 59764, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 55 }, "end": { - "line": 1660, + "line": 1679, "column": 56 } } @@ -422284,15 +425876,15 @@ "binop": null }, "value": "track", - "start": 59047, - "end": 59052, + "start": 59764, + "end": 59769, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 56 }, "end": { - "line": 1660, + "line": 1679, "column": 61 } } @@ -422309,15 +425901,15 @@ "postfix": false, "binop": null }, - "start": 59052, - "end": 59053, + "start": 59769, + "end": 59770, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 61 }, "end": { - "line": 1660, + "line": 1679, "column": 62 } } @@ -422335,15 +425927,15 @@ "binop": null, "updateContext": null }, - "start": 59053, - "end": 59054, + "start": 59770, + "end": 59771, "loc": { "start": { - "line": 1660, + "line": 1679, "column": 62 }, "end": { - "line": 1660, + "line": 1679, "column": 63 } } @@ -422351,15 +425943,15 @@ { "type": "CommentLine", "value": " take picture", - "start": 59075, - "end": 59090, + "start": 59792, + "end": 59807, "loc": { "start": { - "line": 1661, + "line": 1680, "column": 20 }, "end": { - "line": 1661, + "line": 1680, "column": 35 } } @@ -422377,15 +425969,15 @@ "binop": null }, "value": "imageCapture", - "start": 59111, - "end": 59123, + "start": 59828, + "end": 59840, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 20 }, "end": { - "line": 1662, + "line": 1681, "column": 32 } } @@ -422403,15 +425995,15 @@ "binop": null, "updateContext": null }, - "start": 59123, - "end": 59124, + "start": 59840, + "end": 59841, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 32 }, "end": { - "line": 1662, + "line": 1681, "column": 33 } } @@ -422429,15 +426021,15 @@ "binop": null }, "value": "grabFrame", - "start": 59124, - "end": 59133, + "start": 59841, + "end": 59850, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 33 }, "end": { - "line": 1662, + "line": 1681, "column": 42 } } @@ -422454,15 +426046,15 @@ "postfix": false, "binop": null }, - "start": 59133, - "end": 59134, + "start": 59850, + "end": 59851, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 42 }, "end": { - "line": 1662, + "line": 1681, "column": 43 } } @@ -422479,15 +426071,15 @@ "postfix": false, "binop": null }, - "start": 59134, - "end": 59135, + "start": 59851, + "end": 59852, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 43 }, "end": { - "line": 1662, + "line": 1681, "column": 44 } } @@ -422505,15 +426097,15 @@ "binop": null, "updateContext": null }, - "start": 59135, - "end": 59136, + "start": 59852, + "end": 59853, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 44 }, "end": { - "line": 1662, + "line": 1681, "column": 45 } } @@ -422531,15 +426123,15 @@ "binop": null }, "value": "then", - "start": 59136, - "end": 59140, + "start": 59853, + "end": 59857, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 45 }, "end": { - "line": 1662, + "line": 1681, "column": 49 } } @@ -422556,15 +426148,15 @@ "postfix": false, "binop": null }, - "start": 59140, - "end": 59141, + "start": 59857, + "end": 59858, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 49 }, "end": { - "line": 1662, + "line": 1681, "column": 50 } } @@ -422581,15 +426173,15 @@ "postfix": false, "binop": null }, - "start": 59141, - "end": 59142, + "start": 59858, + "end": 59859, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 50 }, "end": { - "line": 1662, + "line": 1681, "column": 51 } } @@ -422607,15 +426199,15 @@ "binop": null }, "value": "imageBitmap", - "start": 59142, - "end": 59153, + "start": 59859, + "end": 59870, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 51 }, "end": { - "line": 1662, + "line": 1681, "column": 62 } } @@ -422632,15 +426224,15 @@ "postfix": false, "binop": null }, - "start": 59153, - "end": 59154, + "start": 59870, + "end": 59871, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 62 }, "end": { - "line": 1662, + "line": 1681, "column": 63 } } @@ -422658,15 +426250,15 @@ "binop": null, "updateContext": null }, - "start": 59155, - "end": 59157, + "start": 59872, + "end": 59874, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 64 }, "end": { - "line": 1662, + "line": 1681, "column": 66 } } @@ -422683,15 +426275,15 @@ "postfix": false, "binop": null }, - "start": 59158, - "end": 59159, + "start": 59875, + "end": 59876, "loc": { "start": { - "line": 1662, + "line": 1681, "column": 67 }, "end": { - "line": 1662, + "line": 1681, "column": 68 } } @@ -422699,15 +426291,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59184, - "end": 59226, + "start": 59901, + "end": 59943, "loc": { "start": { - "line": 1663, + "line": 1682, "column": 24 }, "end": { - "line": 1663, + "line": 1682, "column": 66 } } @@ -422727,15 +426319,15 @@ "updateContext": null }, "value": "this", - "start": 59251, - "end": 59255, + "start": 59968, + "end": 59972, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 24 }, "end": { - "line": 1664, + "line": 1683, "column": 28 } } @@ -422753,15 +426345,15 @@ "binop": null, "updateContext": null }, - "start": 59255, - "end": 59256, + "start": 59972, + "end": 59973, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 28 }, "end": { - "line": 1664, + "line": 1683, "column": 29 } } @@ -422779,15 +426371,15 @@ "binop": null }, "value": "drawCanvas", - "start": 59256, - "end": 59266, + "start": 59973, + "end": 59983, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 29 }, "end": { - "line": 1664, + "line": 1683, "column": 39 } } @@ -422804,15 +426396,15 @@ "postfix": false, "binop": null }, - "start": 59266, - "end": 59267, + "start": 59983, + "end": 59984, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 39 }, "end": { - "line": 1664, + "line": 1683, "column": 40 } } @@ -422830,15 +426422,15 @@ "binop": null }, "value": "recordCanvas", - "start": 59267, - "end": 59279, + "start": 59984, + "end": 59996, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 40 }, "end": { - "line": 1664, + "line": 1683, "column": 52 } } @@ -422856,15 +426448,15 @@ "binop": null, "updateContext": null }, - "start": 59279, - "end": 59280, + "start": 59996, + "end": 59997, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 52 }, "end": { - "line": 1664, + "line": 1683, "column": 53 } } @@ -422882,15 +426474,15 @@ "binop": null }, "value": "imageBitmap", - "start": 59281, - "end": 59292, + "start": 59998, + "end": 60009, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 54 }, "end": { - "line": 1664, + "line": 1683, "column": 65 } } @@ -422908,15 +426500,15 @@ "binop": null, "updateContext": null }, - "start": 59292, - "end": 59293, + "start": 60009, + "end": 60010, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 65 }, "end": { - "line": 1664, + "line": 1683, "column": 66 } } @@ -422934,15 +426526,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 59294, - "end": 59311, + "start": 60011, + "end": 60028, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 67 }, "end": { - "line": 1664, + "line": 1683, "column": 84 } } @@ -422960,15 +426552,15 @@ "binop": null, "updateContext": null }, - "start": 59311, - "end": 59312, + "start": 60028, + "end": 60029, "loc": { "start": { - "line": 1664, + "line": 1683, "column": 84 }, "end": { - "line": 1664, + "line": 1683, "column": 85 } } @@ -422986,15 +426578,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 59341, - "end": 59359, + "start": 60058, + "end": 60076, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 28 }, "end": { - "line": 1665, + "line": 1684, "column": 46 } } @@ -423012,15 +426604,15 @@ "binop": null, "updateContext": null }, - "start": 59359, - "end": 59360, + "start": 60076, + "end": 60077, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 46 }, "end": { - "line": 1665, + "line": 1684, "column": 47 } } @@ -423038,15 +426630,15 @@ "binop": null }, "value": "imageXPosition", - "start": 59361, - "end": 59375, + "start": 60078, + "end": 60092, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 48 }, "end": { - "line": 1665, + "line": 1684, "column": 62 } } @@ -423064,15 +426656,15 @@ "binop": null, "updateContext": null }, - "start": 59375, - "end": 59376, + "start": 60092, + "end": 60093, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 62 }, "end": { - "line": 1665, + "line": 1684, "column": 63 } } @@ -423090,15 +426682,15 @@ "binop": null }, "value": "imageYPosition", - "start": 59377, - "end": 59391, + "start": 60094, + "end": 60108, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 64 }, "end": { - "line": 1665, + "line": 1684, "column": 78 } } @@ -423115,15 +426707,15 @@ "postfix": false, "binop": null }, - "start": 59391, - "end": 59392, + "start": 60108, + "end": 60109, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 78 }, "end": { - "line": 1665, + "line": 1684, "column": 79 } } @@ -423141,15 +426733,15 @@ "binop": null, "updateContext": null }, - "start": 59392, - "end": 59393, + "start": 60109, + "end": 60110, "loc": { "start": { - "line": 1665, + "line": 1684, "column": 79 }, "end": { - "line": 1665, + "line": 1684, "column": 80 } } @@ -423157,15 +426749,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59419, - "end": 59435, + "start": 60136, + "end": 60152, "loc": { "start": { - "line": 1667, + "line": 1686, "column": 24 }, "end": { - "line": 1667, + "line": 1686, "column": 40 } } @@ -423183,15 +426775,15 @@ "binop": null }, "value": "resolve", - "start": 59460, - "end": 59467, + "start": 60177, + "end": 60184, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 24 }, "end": { - "line": 1668, + "line": 1687, "column": 31 } } @@ -423208,15 +426800,15 @@ "postfix": false, "binop": null }, - "start": 59467, - "end": 59468, + "start": 60184, + "end": 60185, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 31 }, "end": { - "line": 1668, + "line": 1687, "column": 32 } } @@ -423234,15 +426826,15 @@ "binop": null }, "value": "recordCanvas", - "start": 59468, - "end": 59480, + "start": 60185, + "end": 60197, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 32 }, "end": { - "line": 1668, + "line": 1687, "column": 44 } } @@ -423259,15 +426851,15 @@ "postfix": false, "binop": null }, - "start": 59480, - "end": 59481, + "start": 60197, + "end": 60198, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 44 }, "end": { - "line": 1668, + "line": 1687, "column": 45 } } @@ -423285,15 +426877,15 @@ "binop": null, "updateContext": null }, - "start": 59481, - "end": 59482, + "start": 60198, + "end": 60199, "loc": { "start": { - "line": 1668, + "line": 1687, "column": 45 }, "end": { - "line": 1668, + "line": 1687, "column": 46 } } @@ -423310,15 +426902,15 @@ "postfix": false, "binop": null }, - "start": 59503, - "end": 59504, + "start": 60220, + "end": 60221, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 20 }, "end": { - "line": 1669, + "line": 1688, "column": 21 } } @@ -423335,15 +426927,15 @@ "postfix": false, "binop": null }, - "start": 59504, - "end": 59505, + "start": 60221, + "end": 60222, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 21 }, "end": { - "line": 1669, + "line": 1688, "column": 22 } } @@ -423361,15 +426953,15 @@ "binop": null, "updateContext": null }, - "start": 59505, - "end": 59506, + "start": 60222, + "end": 60223, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 22 }, "end": { - "line": 1669, + "line": 1688, "column": 23 } } @@ -423389,15 +426981,15 @@ "updateContext": null }, "value": "catch", - "start": 59506, - "end": 59511, + "start": 60223, + "end": 60228, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 23 }, "end": { - "line": 1669, + "line": 1688, "column": 28 } } @@ -423414,15 +427006,15 @@ "postfix": false, "binop": null }, - "start": 59511, - "end": 59512, + "start": 60228, + "end": 60229, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 28 }, "end": { - "line": 1669, + "line": 1688, "column": 29 } } @@ -423439,15 +427031,15 @@ "postfix": false, "binop": null }, - "start": 59512, - "end": 59513, + "start": 60229, + "end": 60230, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 29 }, "end": { - "line": 1669, + "line": 1688, "column": 30 } } @@ -423465,15 +427057,15 @@ "binop": null }, "value": "error", - "start": 59513, - "end": 59518, + "start": 60230, + "end": 60235, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 30 }, "end": { - "line": 1669, + "line": 1688, "column": 35 } } @@ -423490,15 +427082,15 @@ "postfix": false, "binop": null }, - "start": 59518, - "end": 59519, + "start": 60235, + "end": 60236, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 35 }, "end": { - "line": 1669, + "line": 1688, "column": 36 } } @@ -423516,15 +427108,15 @@ "binop": null, "updateContext": null }, - "start": 59520, - "end": 59522, + "start": 60237, + "end": 60239, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 37 }, "end": { - "line": 1669, + "line": 1688, "column": 39 } } @@ -423541,15 +427133,15 @@ "postfix": false, "binop": null }, - "start": 59523, - "end": 59524, + "start": 60240, + "end": 60241, "loc": { "start": { - "line": 1669, + "line": 1688, "column": 40 }, "end": { - "line": 1669, + "line": 1688, "column": 41 } } @@ -423557,15 +427149,15 @@ { "type": "CommentLine", "value": " ignore, try oldskool", - "start": 59549, - "end": 59572, + "start": 60266, + "end": 60289, "loc": { "start": { - "line": 1670, + "line": 1689, "column": 24 }, "end": { - "line": 1670, + "line": 1689, "column": 47 } } @@ -423582,15 +427174,15 @@ "postfix": false, "binop": null }, - "start": 59593, - "end": 59594, + "start": 60310, + "end": 60311, "loc": { "start": { - "line": 1671, + "line": 1690, "column": 20 }, "end": { - "line": 1671, + "line": 1690, "column": 21 } } @@ -423607,15 +427199,15 @@ "postfix": false, "binop": null }, - "start": 59594, - "end": 59595, + "start": 60311, + "end": 60312, "loc": { "start": { - "line": 1671, + "line": 1690, "column": 21 }, "end": { - "line": 1671, + "line": 1690, "column": 22 } } @@ -423633,15 +427225,15 @@ "binop": null, "updateContext": null }, - "start": 59595, - "end": 59596, + "start": 60312, + "end": 60313, "loc": { "start": { - "line": 1671, + "line": 1690, "column": 22 }, "end": { - "line": 1671, + "line": 1690, "column": 23 } } @@ -423658,15 +427250,15 @@ "postfix": false, "binop": null }, - "start": 59613, - "end": 59614, + "start": 60330, + "end": 60331, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 16 }, "end": { - "line": 1672, + "line": 1691, "column": 17 } } @@ -423686,15 +427278,15 @@ "updateContext": null }, "value": "catch", - "start": 59615, - "end": 59620, + "start": 60332, + "end": 60337, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 18 }, "end": { - "line": 1672, + "line": 1691, "column": 23 } } @@ -423711,15 +427303,15 @@ "postfix": false, "binop": null }, - "start": 59621, - "end": 59622, + "start": 60338, + "end": 60339, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 24 }, "end": { - "line": 1672, + "line": 1691, "column": 25 } } @@ -423737,15 +427329,15 @@ "binop": null }, "value": "err", - "start": 59622, - "end": 59625, + "start": 60339, + "end": 60342, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 25 }, "end": { - "line": 1672, + "line": 1691, "column": 28 } } @@ -423762,15 +427354,15 @@ "postfix": false, "binop": null }, - "start": 59625, - "end": 59626, + "start": 60342, + "end": 60343, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 28 }, "end": { - "line": 1672, + "line": 1691, "column": 29 } } @@ -423787,15 +427379,15 @@ "postfix": false, "binop": null }, - "start": 59627, - "end": 59628, + "start": 60344, + "end": 60345, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 30 }, "end": { - "line": 1672, + "line": 1691, "column": 31 } } @@ -423812,15 +427404,15 @@ "postfix": false, "binop": null }, - "start": 59628, - "end": 59629, + "start": 60345, + "end": 60346, "loc": { "start": { - "line": 1672, + "line": 1691, "column": 31 }, "end": { - "line": 1672, + "line": 1691, "column": 32 } } @@ -423837,15 +427429,15 @@ "postfix": false, "binop": null }, - "start": 59642, - "end": 59643, + "start": 60359, + "end": 60360, "loc": { "start": { - "line": 1673, + "line": 1692, "column": 12 }, "end": { - "line": 1673, + "line": 1692, "column": 13 } } @@ -423853,15 +427445,15 @@ { "type": "CommentLine", "value": " no ImageCapture available: do it the oldskool way", - "start": 59656, - "end": 59708, + "start": 60373, + "end": 60425, "loc": { "start": { - "line": 1674, + "line": 1693, "column": 12 }, "end": { - "line": 1674, + "line": 1693, "column": 64 } } @@ -423869,15 +427461,15 @@ { "type": "CommentLine", "value": " get a frame and copy it onto the canvas", - "start": 59722, - "end": 59764, + "start": 60439, + "end": 60481, "loc": { "start": { - "line": 1676, + "line": 1695, "column": 12 }, "end": { - "line": 1676, + "line": 1695, "column": 54 } } @@ -423897,15 +427489,15 @@ "updateContext": null }, "value": "this", - "start": 59777, - "end": 59781, + "start": 60494, + "end": 60498, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 12 }, "end": { - "line": 1677, + "line": 1696, "column": 16 } } @@ -423923,15 +427515,15 @@ "binop": null, "updateContext": null }, - "start": 59781, - "end": 59782, + "start": 60498, + "end": 60499, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 16 }, "end": { - "line": 1677, + "line": 1696, "column": 17 } } @@ -423949,15 +427541,15 @@ "binop": null }, "value": "drawCanvas", - "start": 59782, - "end": 59792, + "start": 60499, + "end": 60509, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 17 }, "end": { - "line": 1677, + "line": 1696, "column": 27 } } @@ -423974,15 +427566,15 @@ "postfix": false, "binop": null }, - "start": 59792, - "end": 59793, + "start": 60509, + "end": 60510, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 27 }, "end": { - "line": 1677, + "line": 1696, "column": 28 } } @@ -424000,15 +427592,15 @@ "binop": null }, "value": "recordCanvas", - "start": 59793, - "end": 59805, + "start": 60510, + "end": 60522, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 28 }, "end": { - "line": 1677, + "line": 1696, "column": 40 } } @@ -424026,15 +427618,15 @@ "binop": null, "updateContext": null }, - "start": 59805, - "end": 59806, + "start": 60522, + "end": 60523, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 40 }, "end": { - "line": 1677, + "line": 1696, "column": 41 } } @@ -424054,15 +427646,15 @@ "updateContext": null }, "value": "this", - "start": 59807, - "end": 59811, + "start": 60524, + "end": 60528, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 42 }, "end": { - "line": 1677, + "line": 1696, "column": 46 } } @@ -424080,15 +427672,15 @@ "binop": null, "updateContext": null }, - "start": 59811, - "end": 59812, + "start": 60528, + "end": 60529, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 46 }, "end": { - "line": 1677, + "line": 1696, "column": 47 } } @@ -424106,15 +427698,15 @@ "binop": null }, "value": "mediaElement", - "start": 59812, - "end": 59824, + "start": 60529, + "end": 60541, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 47 }, "end": { - "line": 1677, + "line": 1696, "column": 59 } } @@ -424132,15 +427724,15 @@ "binop": null, "updateContext": null }, - "start": 59824, - "end": 59825, + "start": 60541, + "end": 60542, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 59 }, "end": { - "line": 1677, + "line": 1696, "column": 60 } } @@ -424158,15 +427750,15 @@ "binop": null }, "value": "imagePreviewWidth", - "start": 59826, - "end": 59843, + "start": 60543, + "end": 60560, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 61 }, "end": { - "line": 1677, + "line": 1696, "column": 78 } } @@ -424184,15 +427776,15 @@ "binop": null, "updateContext": null }, - "start": 59843, - "end": 59844, + "start": 60560, + "end": 60561, "loc": { "start": { - "line": 1677, + "line": 1696, "column": 78 }, "end": { - "line": 1677, + "line": 1696, "column": 79 } } @@ -424210,15 +427802,15 @@ "binop": null }, "value": "imagePreviewHeight", - "start": 59861, - "end": 59879, + "start": 60578, + "end": 60596, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 16 }, "end": { - "line": 1678, + "line": 1697, "column": 34 } } @@ -424236,15 +427828,15 @@ "binop": null, "updateContext": null }, - "start": 59879, - "end": 59880, + "start": 60596, + "end": 60597, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 34 }, "end": { - "line": 1678, + "line": 1697, "column": 35 } } @@ -424262,15 +427854,15 @@ "binop": null }, "value": "imageXPosition", - "start": 59881, - "end": 59895, + "start": 60598, + "end": 60612, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 36 }, "end": { - "line": 1678, + "line": 1697, "column": 50 } } @@ -424288,15 +427880,15 @@ "binop": null, "updateContext": null }, - "start": 59895, - "end": 59896, + "start": 60612, + "end": 60613, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 50 }, "end": { - "line": 1678, + "line": 1697, "column": 51 } } @@ -424314,15 +427906,15 @@ "binop": null }, "value": "imageYPosition", - "start": 59897, - "end": 59911, + "start": 60614, + "end": 60628, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 52 }, "end": { - "line": 1678, + "line": 1697, "column": 66 } } @@ -424339,15 +427931,15 @@ "postfix": false, "binop": null }, - "start": 59911, - "end": 59912, + "start": 60628, + "end": 60629, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 66 }, "end": { - "line": 1678, + "line": 1697, "column": 67 } } @@ -424365,15 +427957,15 @@ "binop": null, "updateContext": null }, - "start": 59912, - "end": 59913, + "start": 60629, + "end": 60630, "loc": { "start": { - "line": 1678, + "line": 1697, "column": 67 }, "end": { - "line": 1678, + "line": 1697, "column": 68 } } @@ -424381,15 +427973,15 @@ { "type": "CommentLine", "value": " notify others", - "start": 59927, - "end": 59943, + "start": 60644, + "end": 60660, "loc": { "start": { - "line": 1680, + "line": 1699, "column": 12 }, "end": { - "line": 1680, + "line": 1699, "column": 28 } } @@ -424407,15 +427999,15 @@ "binop": null }, "value": "resolve", - "start": 59956, - "end": 59963, + "start": 60673, + "end": 60680, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 12 }, "end": { - "line": 1681, + "line": 1700, "column": 19 } } @@ -424432,15 +428024,15 @@ "postfix": false, "binop": null }, - "start": 59963, - "end": 59964, + "start": 60680, + "end": 60681, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 19 }, "end": { - "line": 1681, + "line": 1700, "column": 20 } } @@ -424458,15 +428050,15 @@ "binop": null }, "value": "recordCanvas", - "start": 59964, - "end": 59976, + "start": 60681, + "end": 60693, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 20 }, "end": { - "line": 1681, + "line": 1700, "column": 32 } } @@ -424483,15 +428075,15 @@ "postfix": false, "binop": null }, - "start": 59976, - "end": 59977, + "start": 60693, + "end": 60694, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 32 }, "end": { - "line": 1681, + "line": 1700, "column": 33 } } @@ -424509,15 +428101,15 @@ "binop": null, "updateContext": null }, - "start": 59977, - "end": 59978, + "start": 60694, + "end": 60695, "loc": { "start": { - "line": 1681, + "line": 1700, "column": 33 }, "end": { - "line": 1681, + "line": 1700, "column": 34 } } @@ -424534,15 +428126,15 @@ "postfix": false, "binop": null }, - "start": 59987, - "end": 59988, + "start": 60704, + "end": 60705, "loc": { "start": { - "line": 1682, + "line": 1701, "column": 8 }, "end": { - "line": 1682, + "line": 1701, "column": 9 } } @@ -424559,15 +428151,15 @@ "postfix": false, "binop": null }, - "start": 59988, - "end": 59989, + "start": 60705, + "end": 60706, "loc": { "start": { - "line": 1682, + "line": 1701, "column": 9 }, "end": { - "line": 1682, + "line": 1701, "column": 10 } } @@ -424585,15 +428177,15 @@ "binop": null, "updateContext": null }, - "start": 59989, - "end": 59990, + "start": 60706, + "end": 60707, "loc": { "start": { - "line": 1682, + "line": 1701, "column": 10 }, "end": { - "line": 1682, + "line": 1701, "column": 11 } } @@ -424610,15 +428202,15 @@ "postfix": false, "binop": null }, - "start": 59995, - "end": 59996, + "start": 60712, + "end": 60713, "loc": { "start": { - "line": 1683, + "line": 1702, "column": 4 }, "end": { - "line": 1683, + "line": 1702, "column": 5 } } @@ -424626,15 +428218,15 @@ { "type": "CommentBlock", "value": "*\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n * @param {Number} width - Width of drawing on canvas.\n * @param {Number} height - Height of drawing on canvas.\n * @param {Number} x - X position on canvas where drawing starts.\n * @param {Number} y - Y position on canvas where drawing starts.\n ", - "start": 60002, - "end": 60465, + "start": 60719, + "end": 61182, "loc": { "start": { - "line": 1685, + "line": 1704, "column": 4 }, "end": { - "line": 1694, + "line": 1713, "column": 7 } } @@ -424652,15 +428244,15 @@ "binop": null }, "value": "drawCanvas", - "start": 60470, - "end": 60480, + "start": 61187, + "end": 61197, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 4 }, "end": { - "line": 1695, + "line": 1714, "column": 14 } } @@ -424677,15 +428269,15 @@ "postfix": false, "binop": null }, - "start": 60480, - "end": 60481, + "start": 61197, + "end": 61198, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 14 }, "end": { - "line": 1695, + "line": 1714, "column": 15 } } @@ -424703,15 +428295,15 @@ "binop": null }, "value": "canvas", - "start": 60481, - "end": 60487, + "start": 61198, + "end": 61204, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 15 }, "end": { - "line": 1695, + "line": 1714, "column": 21 } } @@ -424729,15 +428321,15 @@ "binop": null, "updateContext": null }, - "start": 60487, - "end": 60488, + "start": 61204, + "end": 61205, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 21 }, "end": { - "line": 1695, + "line": 1714, "column": 22 } } @@ -424755,15 +428347,15 @@ "binop": null }, "value": "element", - "start": 60489, - "end": 60496, + "start": 61206, + "end": 61213, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 23 }, "end": { - "line": 1695, + "line": 1714, "column": 30 } } @@ -424781,15 +428373,15 @@ "binop": null, "updateContext": null }, - "start": 60496, - "end": 60497, + "start": 61213, + "end": 61214, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 30 }, "end": { - "line": 1695, + "line": 1714, "column": 31 } } @@ -424807,15 +428399,15 @@ "binop": null }, "value": "width", - "start": 60498, - "end": 60503, + "start": 61215, + "end": 61220, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 32 }, "end": { - "line": 1695, + "line": 1714, "column": 37 } } @@ -424833,15 +428425,15 @@ "binop": null, "updateContext": null }, - "start": 60503, - "end": 60504, + "start": 61220, + "end": 61221, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 37 }, "end": { - "line": 1695, + "line": 1714, "column": 38 } } @@ -424859,15 +428451,15 @@ "binop": null }, "value": "height", - "start": 60505, - "end": 60511, + "start": 61222, + "end": 61228, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 39 }, "end": { - "line": 1695, + "line": 1714, "column": 45 } } @@ -424885,15 +428477,15 @@ "binop": null, "updateContext": null }, - "start": 60511, - "end": 60512, + "start": 61228, + "end": 61229, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 45 }, "end": { - "line": 1695, + "line": 1714, "column": 46 } } @@ -424911,15 +428503,15 @@ "binop": null }, "value": "x", - "start": 60513, - "end": 60514, + "start": 61230, + "end": 61231, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 47 }, "end": { - "line": 1695, + "line": 1714, "column": 48 } } @@ -424938,15 +428530,15 @@ "updateContext": null }, "value": "=", - "start": 60515, - "end": 60516, + "start": 61232, + "end": 61233, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 49 }, "end": { - "line": 1695, + "line": 1714, "column": 50 } } @@ -424965,15 +428557,15 @@ "updateContext": null }, "value": 0, - "start": 60517, - "end": 60518, + "start": 61234, + "end": 61235, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 51 }, "end": { - "line": 1695, + "line": 1714, "column": 52 } } @@ -424991,15 +428583,15 @@ "binop": null, "updateContext": null }, - "start": 60518, - "end": 60519, + "start": 61235, + "end": 61236, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 52 }, "end": { - "line": 1695, + "line": 1714, "column": 53 } } @@ -425017,15 +428609,15 @@ "binop": null }, "value": "y", - "start": 60520, - "end": 60521, + "start": 61237, + "end": 61238, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 54 }, "end": { - "line": 1695, + "line": 1714, "column": 55 } } @@ -425044,15 +428636,15 @@ "updateContext": null }, "value": "=", - "start": 60522, - "end": 60523, + "start": 61239, + "end": 61240, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 56 }, "end": { - "line": 1695, + "line": 1714, "column": 57 } } @@ -425071,15 +428663,15 @@ "updateContext": null }, "value": 0, - "start": 60524, - "end": 60525, + "start": 61241, + "end": 61242, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 58 }, "end": { - "line": 1695, + "line": 1714, "column": 59 } } @@ -425096,15 +428688,15 @@ "postfix": false, "binop": null }, - "start": 60525, - "end": 60526, + "start": 61242, + "end": 61243, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 59 }, "end": { - "line": 1695, + "line": 1714, "column": 60 } } @@ -425121,15 +428713,15 @@ "postfix": false, "binop": null }, - "start": 60527, - "end": 60528, + "start": 61244, + "end": 61245, "loc": { "start": { - "line": 1695, + "line": 1714, "column": 61 }, "end": { - "line": 1695, + "line": 1714, "column": 62 } } @@ -425149,15 +428741,15 @@ "updateContext": null }, "value": "if", - "start": 60537, - "end": 60539, + "start": 61254, + "end": 61256, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 8 }, "end": { - "line": 1696, + "line": 1715, "column": 10 } } @@ -425174,15 +428766,15 @@ "postfix": false, "binop": null }, - "start": 60540, - "end": 60541, + "start": 61257, + "end": 61258, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 11 }, "end": { - "line": 1696, + "line": 1715, "column": 12 } } @@ -425200,15 +428792,15 @@ "binop": null }, "value": "width", - "start": 60541, - "end": 60546, + "start": 61258, + "end": 61263, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 12 }, "end": { - "line": 1696, + "line": 1715, "column": 17 } } @@ -425227,15 +428819,15 @@ "updateContext": null }, "value": "===", - "start": 60547, - "end": 60550, + "start": 61264, + "end": 61267, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 18 }, "end": { - "line": 1696, + "line": 1715, "column": 21 } } @@ -425253,15 +428845,15 @@ "binop": null }, "value": "undefined", - "start": 60551, - "end": 60560, + "start": 61268, + "end": 61277, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 22 }, "end": { - "line": 1696, + "line": 1715, "column": 31 } } @@ -425278,15 +428870,15 @@ "postfix": false, "binop": null }, - "start": 60560, - "end": 60561, + "start": 61277, + "end": 61278, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 31 }, "end": { - "line": 1696, + "line": 1715, "column": 32 } } @@ -425303,15 +428895,15 @@ "postfix": false, "binop": null }, - "start": 60562, - "end": 60563, + "start": 61279, + "end": 61280, "loc": { "start": { - "line": 1696, + "line": 1715, "column": 33 }, "end": { - "line": 1696, + "line": 1715, "column": 34 } } @@ -425329,15 +428921,15 @@ "binop": null }, "value": "width", - "start": 60576, - "end": 60581, + "start": 61293, + "end": 61298, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 12 }, "end": { - "line": 1697, + "line": 1716, "column": 17 } } @@ -425356,15 +428948,15 @@ "updateContext": null }, "value": "=", - "start": 60582, - "end": 60583, + "start": 61299, + "end": 61300, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 18 }, "end": { - "line": 1697, + "line": 1716, "column": 19 } } @@ -425382,15 +428974,15 @@ "binop": null }, "value": "canvas", - "start": 60584, - "end": 60590, + "start": 61301, + "end": 61307, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 20 }, "end": { - "line": 1697, + "line": 1716, "column": 26 } } @@ -425408,15 +429000,15 @@ "binop": null, "updateContext": null }, - "start": 60590, - "end": 60591, + "start": 61307, + "end": 61308, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 26 }, "end": { - "line": 1697, + "line": 1716, "column": 27 } } @@ -425434,15 +429026,15 @@ "binop": null }, "value": "width", - "start": 60591, - "end": 60596, + "start": 61308, + "end": 61313, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 27 }, "end": { - "line": 1697, + "line": 1716, "column": 32 } } @@ -425460,15 +429052,15 @@ "binop": null, "updateContext": null }, - "start": 60596, - "end": 60597, + "start": 61313, + "end": 61314, "loc": { "start": { - "line": 1697, + "line": 1716, "column": 32 }, "end": { - "line": 1697, + "line": 1716, "column": 33 } } @@ -425485,15 +429077,15 @@ "postfix": false, "binop": null }, - "start": 60606, - "end": 60607, + "start": 61323, + "end": 61324, "loc": { "start": { - "line": 1698, + "line": 1717, "column": 8 }, "end": { - "line": 1698, + "line": 1717, "column": 9 } } @@ -425513,15 +429105,15 @@ "updateContext": null }, "value": "if", - "start": 60616, - "end": 60618, + "start": 61333, + "end": 61335, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 8 }, "end": { - "line": 1699, + "line": 1718, "column": 10 } } @@ -425538,15 +429130,15 @@ "postfix": false, "binop": null }, - "start": 60619, - "end": 60620, + "start": 61336, + "end": 61337, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 11 }, "end": { - "line": 1699, + "line": 1718, "column": 12 } } @@ -425564,15 +429156,15 @@ "binop": null }, "value": "height", - "start": 60620, - "end": 60626, + "start": 61337, + "end": 61343, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 12 }, "end": { - "line": 1699, + "line": 1718, "column": 18 } } @@ -425591,15 +429183,15 @@ "updateContext": null }, "value": "===", - "start": 60627, - "end": 60630, + "start": 61344, + "end": 61347, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 19 }, "end": { - "line": 1699, + "line": 1718, "column": 22 } } @@ -425617,15 +429209,15 @@ "binop": null }, "value": "undefined", - "start": 60631, - "end": 60640, + "start": 61348, + "end": 61357, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 23 }, "end": { - "line": 1699, + "line": 1718, "column": 32 } } @@ -425642,15 +429234,15 @@ "postfix": false, "binop": null }, - "start": 60640, - "end": 60641, + "start": 61357, + "end": 61358, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 32 }, "end": { - "line": 1699, + "line": 1718, "column": 33 } } @@ -425667,15 +429259,15 @@ "postfix": false, "binop": null }, - "start": 60642, - "end": 60643, + "start": 61359, + "end": 61360, "loc": { "start": { - "line": 1699, + "line": 1718, "column": 34 }, "end": { - "line": 1699, + "line": 1718, "column": 35 } } @@ -425693,15 +429285,15 @@ "binop": null }, "value": "height", - "start": 60656, - "end": 60662, + "start": 61373, + "end": 61379, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 12 }, "end": { - "line": 1700, + "line": 1719, "column": 18 } } @@ -425720,15 +429312,15 @@ "updateContext": null }, "value": "=", - "start": 60663, - "end": 60664, + "start": 61380, + "end": 61381, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 19 }, "end": { - "line": 1700, + "line": 1719, "column": 20 } } @@ -425746,15 +429338,15 @@ "binop": null }, "value": "canvas", - "start": 60665, - "end": 60671, + "start": 61382, + "end": 61388, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 21 }, "end": { - "line": 1700, + "line": 1719, "column": 27 } } @@ -425772,15 +429364,15 @@ "binop": null, "updateContext": null }, - "start": 60671, - "end": 60672, + "start": 61388, + "end": 61389, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 27 }, "end": { - "line": 1700, + "line": 1719, "column": 28 } } @@ -425798,15 +429390,15 @@ "binop": null }, "value": "height", - "start": 60672, - "end": 60678, + "start": 61389, + "end": 61395, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 28 }, "end": { - "line": 1700, + "line": 1719, "column": 34 } } @@ -425824,15 +429416,15 @@ "binop": null, "updateContext": null }, - "start": 60678, - "end": 60679, + "start": 61395, + "end": 61396, "loc": { "start": { - "line": 1700, + "line": 1719, "column": 34 }, "end": { - "line": 1700, + "line": 1719, "column": 35 } } @@ -425849,15 +429441,15 @@ "postfix": false, "binop": null }, - "start": 60688, - "end": 60689, + "start": 61405, + "end": 61406, "loc": { "start": { - "line": 1701, + "line": 1720, "column": 8 }, "end": { - "line": 1701, + "line": 1720, "column": 9 } } @@ -425875,15 +429467,15 @@ "binop": null }, "value": "canvas", - "start": 60698, - "end": 60704, + "start": 61415, + "end": 61421, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 8 }, "end": { - "line": 1702, + "line": 1721, "column": 14 } } @@ -425901,15 +429493,15 @@ "binop": null, "updateContext": null }, - "start": 60704, - "end": 60705, + "start": 61421, + "end": 61422, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 14 }, "end": { - "line": 1702, + "line": 1721, "column": 15 } } @@ -425927,15 +429519,15 @@ "binop": null }, "value": "getContext", - "start": 60705, - "end": 60715, + "start": 61422, + "end": 61432, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 15 }, "end": { - "line": 1702, + "line": 1721, "column": 25 } } @@ -425952,15 +429544,15 @@ "postfix": false, "binop": null }, - "start": 60715, - "end": 60716, + "start": 61432, + "end": 61433, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 25 }, "end": { - "line": 1702, + "line": 1721, "column": 26 } } @@ -425979,15 +429571,15 @@ "updateContext": null }, "value": "2d", - "start": 60716, - "end": 60720, + "start": 61433, + "end": 61437, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 26 }, "end": { - "line": 1702, + "line": 1721, "column": 30 } } @@ -426004,15 +429596,15 @@ "postfix": false, "binop": null }, - "start": 60720, - "end": 60721, + "start": 61437, + "end": 61438, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 30 }, "end": { - "line": 1702, + "line": 1721, "column": 31 } } @@ -426030,15 +429622,15 @@ "binop": null, "updateContext": null }, - "start": 60721, - "end": 60722, + "start": 61438, + "end": 61439, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 31 }, "end": { - "line": 1702, + "line": 1721, "column": 32 } } @@ -426056,15 +429648,15 @@ "binop": null }, "value": "drawImage", - "start": 60722, - "end": 60731, + "start": 61439, + "end": 61448, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 32 }, "end": { - "line": 1702, + "line": 1721, "column": 41 } } @@ -426081,15 +429673,15 @@ "postfix": false, "binop": null }, - "start": 60731, - "end": 60732, + "start": 61448, + "end": 61449, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 41 }, "end": { - "line": 1702, + "line": 1721, "column": 42 } } @@ -426107,15 +429699,15 @@ "binop": null }, "value": "element", - "start": 60732, - "end": 60739, + "start": 61449, + "end": 61456, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 42 }, "end": { - "line": 1702, + "line": 1721, "column": 49 } } @@ -426133,15 +429725,15 @@ "binop": null, "updateContext": null }, - "start": 60739, - "end": 60740, + "start": 61456, + "end": 61457, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 49 }, "end": { - "line": 1702, + "line": 1721, "column": 50 } } @@ -426159,15 +429751,15 @@ "binop": null }, "value": "x", - "start": 60741, - "end": 60742, + "start": 61458, + "end": 61459, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 51 }, "end": { - "line": 1702, + "line": 1721, "column": 52 } } @@ -426185,15 +429777,15 @@ "binop": null, "updateContext": null }, - "start": 60742, - "end": 60743, + "start": 61459, + "end": 61460, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 52 }, "end": { - "line": 1702, + "line": 1721, "column": 53 } } @@ -426211,15 +429803,15 @@ "binop": null }, "value": "y", - "start": 60744, - "end": 60745, + "start": 61461, + "end": 61462, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 54 }, "end": { - "line": 1702, + "line": 1721, "column": 55 } } @@ -426237,15 +429829,15 @@ "binop": null, "updateContext": null }, - "start": 60745, - "end": 60746, + "start": 61462, + "end": 61463, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 55 }, "end": { - "line": 1702, + "line": 1721, "column": 56 } } @@ -426263,15 +429855,15 @@ "binop": null }, "value": "width", - "start": 60747, - "end": 60752, + "start": 61464, + "end": 61469, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 57 }, "end": { - "line": 1702, + "line": 1721, "column": 62 } } @@ -426289,15 +429881,15 @@ "binop": null, "updateContext": null }, - "start": 60752, - "end": 60753, + "start": 61469, + "end": 61470, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 62 }, "end": { - "line": 1702, + "line": 1721, "column": 63 } } @@ -426315,15 +429907,15 @@ "binop": null }, "value": "height", - "start": 60754, - "end": 60760, + "start": 61471, + "end": 61477, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 64 }, "end": { - "line": 1702, + "line": 1721, "column": 70 } } @@ -426340,15 +429932,15 @@ "postfix": false, "binop": null }, - "start": 60760, - "end": 60761, + "start": 61477, + "end": 61478, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 70 }, "end": { - "line": 1702, + "line": 1721, "column": 71 } } @@ -426366,15 +429958,15 @@ "binop": null, "updateContext": null }, - "start": 60761, - "end": 60762, + "start": 61478, + "end": 61479, "loc": { "start": { - "line": 1702, + "line": 1721, "column": 71 }, "end": { - "line": 1702, + "line": 1721, "column": 72 } } @@ -426391,15 +429983,15 @@ "postfix": false, "binop": null }, - "start": 60767, - "end": 60768, + "start": 61484, + "end": 61485, "loc": { "start": { - "line": 1703, + "line": 1722, "column": 4 }, "end": { - "line": 1703, + "line": 1722, "column": 5 } } @@ -426407,15 +429999,15 @@ { "type": "CommentBlock", "value": "*\n * Start preview of video stream.\n * @private\n ", - "start": 60774, - "end": 60839, + "start": 61491, + "end": 61556, "loc": { "start": { - "line": 1705, + "line": 1724, "column": 4 }, "end": { - "line": 1708, + "line": 1727, "column": 7 } } @@ -426433,15 +430025,15 @@ "binop": null }, "value": "startVideoPreview", - "start": 60844, - "end": 60861, + "start": 61561, + "end": 61578, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 4 }, "end": { - "line": 1709, + "line": 1728, "column": 21 } } @@ -426458,15 +430050,15 @@ "postfix": false, "binop": null }, - "start": 60861, - "end": 60862, + "start": 61578, + "end": 61579, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 21 }, "end": { - "line": 1709, + "line": 1728, "column": 22 } } @@ -426483,15 +430075,15 @@ "postfix": false, "binop": null }, - "start": 60862, - "end": 60863, + "start": 61579, + "end": 61580, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 22 }, "end": { - "line": 1709, + "line": 1728, "column": 23 } } @@ -426508,15 +430100,15 @@ "postfix": false, "binop": null }, - "start": 60864, - "end": 60865, + "start": 61581, + "end": 61582, "loc": { "start": { - "line": 1709, + "line": 1728, "column": 24 }, "end": { - "line": 1709, + "line": 1728, "column": 25 } } @@ -426524,15 +430116,15 @@ { "type": "CommentLine", "value": " disable playback events", - "start": 60874, - "end": 60900, + "start": 61591, + "end": 61617, "loc": { "start": { - "line": 1710, + "line": 1729, "column": 8 }, "end": { - "line": 1710, + "line": 1729, "column": 34 } } @@ -426552,15 +430144,15 @@ "updateContext": null }, "value": "this", - "start": 60909, - "end": 60913, + "start": 61626, + "end": 61630, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 8 }, "end": { - "line": 1711, + "line": 1730, "column": 12 } } @@ -426578,15 +430170,15 @@ "binop": null, "updateContext": null }, - "start": 60913, - "end": 60914, + "start": 61630, + "end": 61631, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 12 }, "end": { - "line": 1711, + "line": 1730, "column": 13 } } @@ -426604,15 +430196,15 @@ "binop": null }, "value": "off", - "start": 60914, - "end": 60917, + "start": 61631, + "end": 61634, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 13 }, "end": { - "line": 1711, + "line": 1730, "column": 16 } } @@ -426629,15 +430221,15 @@ "postfix": false, "binop": null }, - "start": 60917, - "end": 60918, + "start": 61634, + "end": 61635, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 16 }, "end": { - "line": 1711, + "line": 1730, "column": 17 } } @@ -426655,15 +430247,15 @@ "binop": null }, "value": "Event", - "start": 60918, - "end": 60923, + "start": 61635, + "end": 61640, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 17 }, "end": { - "line": 1711, + "line": 1730, "column": 22 } } @@ -426681,15 +430273,15 @@ "binop": null, "updateContext": null }, - "start": 60923, - "end": 60924, + "start": 61640, + "end": 61641, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 22 }, "end": { - "line": 1711, + "line": 1730, "column": 23 } } @@ -426707,15 +430299,15 @@ "binop": null }, "value": "TIMEUPDATE", - "start": 60924, - "end": 60934, + "start": 61641, + "end": 61651, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 23 }, "end": { - "line": 1711, + "line": 1730, "column": 33 } } @@ -426732,15 +430324,15 @@ "postfix": false, "binop": null }, - "start": 60934, - "end": 60935, + "start": 61651, + "end": 61652, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 33 }, "end": { - "line": 1711, + "line": 1730, "column": 34 } } @@ -426758,15 +430350,15 @@ "binop": null, "updateContext": null }, - "start": 60935, - "end": 60936, + "start": 61652, + "end": 61653, "loc": { "start": { - "line": 1711, + "line": 1730, "column": 34 }, "end": { - "line": 1711, + "line": 1730, "column": 35 } } @@ -426786,15 +430378,15 @@ "updateContext": null }, "value": "this", - "start": 60945, - "end": 60949, + "start": 61662, + "end": 61666, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 8 }, "end": { - "line": 1712, + "line": 1731, "column": 12 } } @@ -426812,15 +430404,15 @@ "binop": null, "updateContext": null }, - "start": 60949, - "end": 60950, + "start": 61666, + "end": 61667, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 12 }, "end": { - "line": 1712, + "line": 1731, "column": 13 } } @@ -426838,15 +430430,15 @@ "binop": null }, "value": "off", - "start": 60950, - "end": 60953, + "start": 61667, + "end": 61670, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 13 }, "end": { - "line": 1712, + "line": 1731, "column": 16 } } @@ -426863,15 +430455,15 @@ "postfix": false, "binop": null }, - "start": 60953, - "end": 60954, + "start": 61670, + "end": 61671, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 16 }, "end": { - "line": 1712, + "line": 1731, "column": 17 } } @@ -426889,15 +430481,15 @@ "binop": null }, "value": "Event", - "start": 60954, - "end": 60959, + "start": 61671, + "end": 61676, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 17 }, "end": { - "line": 1712, + "line": 1731, "column": 22 } } @@ -426915,15 +430507,15 @@ "binop": null, "updateContext": null }, - "start": 60959, - "end": 60960, + "start": 61676, + "end": 61677, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 22 }, "end": { - "line": 1712, + "line": 1731, "column": 23 } } @@ -426941,15 +430533,15 @@ "binop": null }, "value": "DURATIONCHANGE", - "start": 60960, - "end": 60974, + "start": 61677, + "end": 61691, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 23 }, "end": { - "line": 1712, + "line": 1731, "column": 37 } } @@ -426966,15 +430558,15 @@ "postfix": false, "binop": null }, - "start": 60974, - "end": 60975, + "start": 61691, + "end": 61692, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 37 }, "end": { - "line": 1712, + "line": 1731, "column": 38 } } @@ -426992,15 +430584,15 @@ "binop": null, "updateContext": null }, - "start": 60975, - "end": 60976, + "start": 61692, + "end": 61693, "loc": { "start": { - "line": 1712, + "line": 1731, "column": 38 }, "end": { - "line": 1712, + "line": 1731, "column": 39 } } @@ -427020,15 +430612,15 @@ "updateContext": null }, "value": "this", - "start": 60985, - "end": 60989, + "start": 61702, + "end": 61706, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 8 }, "end": { - "line": 1713, + "line": 1732, "column": 12 } } @@ -427046,15 +430638,15 @@ "binop": null, "updateContext": null }, - "start": 60989, - "end": 60990, + "start": 61706, + "end": 61707, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 12 }, "end": { - "line": 1713, + "line": 1732, "column": 13 } } @@ -427072,15 +430664,15 @@ "binop": null }, "value": "off", - "start": 60990, - "end": 60993, + "start": 61707, + "end": 61710, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 13 }, "end": { - "line": 1713, + "line": 1732, "column": 16 } } @@ -427097,15 +430689,15 @@ "postfix": false, "binop": null }, - "start": 60993, - "end": 60994, + "start": 61710, + "end": 61711, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 16 }, "end": { - "line": 1713, + "line": 1732, "column": 17 } } @@ -427123,15 +430715,15 @@ "binop": null }, "value": "Event", - "start": 60994, - "end": 60999, + "start": 61711, + "end": 61716, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 17 }, "end": { - "line": 1713, + "line": 1732, "column": 22 } } @@ -427149,15 +430741,15 @@ "binop": null, "updateContext": null }, - "start": 60999, - "end": 61000, + "start": 61716, + "end": 61717, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 22 }, "end": { - "line": 1713, + "line": 1732, "column": 23 } } @@ -427175,15 +430767,15 @@ "binop": null }, "value": "LOADEDMETADATA", - "start": 61000, - "end": 61014, + "start": 61717, + "end": 61731, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 23 }, "end": { - "line": 1713, + "line": 1732, "column": 37 } } @@ -427200,15 +430792,15 @@ "postfix": false, "binop": null }, - "start": 61014, - "end": 61015, + "start": 61731, + "end": 61732, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 37 }, "end": { - "line": 1713, + "line": 1732, "column": 38 } } @@ -427226,15 +430818,15 @@ "binop": null, "updateContext": null }, - "start": 61015, - "end": 61016, + "start": 61732, + "end": 61733, "loc": { "start": { - "line": 1713, + "line": 1732, "column": 38 }, "end": { - "line": 1713, + "line": 1732, "column": 39 } } @@ -427254,15 +430846,15 @@ "updateContext": null }, "value": "this", - "start": 61025, - "end": 61029, + "start": 61742, + "end": 61746, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 8 }, "end": { - "line": 1714, + "line": 1733, "column": 12 } } @@ -427280,15 +430872,15 @@ "binop": null, "updateContext": null }, - "start": 61029, - "end": 61030, + "start": 61746, + "end": 61747, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 12 }, "end": { - "line": 1714, + "line": 1733, "column": 13 } } @@ -427306,15 +430898,15 @@ "binop": null }, "value": "off", - "start": 61030, - "end": 61033, + "start": 61747, + "end": 61750, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 13 }, "end": { - "line": 1714, + "line": 1733, "column": 16 } } @@ -427331,15 +430923,15 @@ "postfix": false, "binop": null }, - "start": 61033, - "end": 61034, + "start": 61750, + "end": 61751, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 16 }, "end": { - "line": 1714, + "line": 1733, "column": 17 } } @@ -427357,15 +430949,15 @@ "binop": null }, "value": "Event", - "start": 61034, - "end": 61039, + "start": 61751, + "end": 61756, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 17 }, "end": { - "line": 1714, + "line": 1733, "column": 22 } } @@ -427383,15 +430975,15 @@ "binop": null, "updateContext": null }, - "start": 61039, - "end": 61040, + "start": 61756, + "end": 61757, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 22 }, "end": { - "line": 1714, + "line": 1733, "column": 23 } } @@ -427409,15 +431001,15 @@ "binop": null }, "value": "PLAY", - "start": 61040, - "end": 61044, + "start": 61757, + "end": 61761, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 23 }, "end": { - "line": 1714, + "line": 1733, "column": 27 } } @@ -427434,15 +431026,15 @@ "postfix": false, "binop": null }, - "start": 61044, - "end": 61045, + "start": 61761, + "end": 61762, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 27 }, "end": { - "line": 1714, + "line": 1733, "column": 28 } } @@ -427460,15 +431052,15 @@ "binop": null, "updateContext": null }, - "start": 61045, - "end": 61046, + "start": 61762, + "end": 61763, "loc": { "start": { - "line": 1714, + "line": 1733, "column": 28 }, "end": { - "line": 1714, + "line": 1733, "column": 29 } } @@ -427476,15 +431068,15 @@ { "type": "CommentLine", "value": " mute local audio", - "start": 61056, - "end": 61075, + "start": 61773, + "end": 61792, "loc": { "start": { - "line": 1716, + "line": 1735, "column": 8 }, "end": { - "line": 1716, + "line": 1735, "column": 27 } } @@ -427504,15 +431096,15 @@ "updateContext": null }, "value": "this", - "start": 61084, - "end": 61088, + "start": 61801, + "end": 61805, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 8 }, "end": { - "line": 1717, + "line": 1736, "column": 12 } } @@ -427530,15 +431122,15 @@ "binop": null, "updateContext": null }, - "start": 61088, - "end": 61089, + "start": 61805, + "end": 61806, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 12 }, "end": { - "line": 1717, + "line": 1736, "column": 13 } } @@ -427556,15 +431148,15 @@ "binop": null }, "value": "mediaElement", - "start": 61089, - "end": 61101, + "start": 61806, + "end": 61818, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 13 }, "end": { - "line": 1717, + "line": 1736, "column": 25 } } @@ -427582,15 +431174,15 @@ "binop": null, "updateContext": null }, - "start": 61101, - "end": 61102, + "start": 61818, + "end": 61819, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 25 }, "end": { - "line": 1717, + "line": 1736, "column": 26 } } @@ -427608,15 +431200,15 @@ "binop": null }, "value": "muted", - "start": 61102, - "end": 61107, + "start": 61819, + "end": 61824, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 26 }, "end": { - "line": 1717, + "line": 1736, "column": 31 } } @@ -427635,15 +431227,15 @@ "updateContext": null }, "value": "=", - "start": 61108, - "end": 61109, + "start": 61825, + "end": 61826, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 32 }, "end": { - "line": 1717, + "line": 1736, "column": 33 } } @@ -427663,15 +431255,15 @@ "updateContext": null }, "value": "true", - "start": 61110, - "end": 61114, + "start": 61827, + "end": 61831, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 34 }, "end": { - "line": 1717, + "line": 1736, "column": 38 } } @@ -427689,15 +431281,15 @@ "binop": null, "updateContext": null }, - "start": 61114, - "end": 61115, + "start": 61831, + "end": 61832, "loc": { "start": { - "line": 1717, + "line": 1736, "column": 38 }, "end": { - "line": 1717, + "line": 1736, "column": 39 } } @@ -427705,15 +431297,15 @@ { "type": "CommentLine", "value": " hide volume control to prevent feedback", - "start": 61125, - "end": 61167, + "start": 61842, + "end": 61884, "loc": { "start": { - "line": 1719, + "line": 1738, "column": 8 }, "end": { - "line": 1719, + "line": 1738, "column": 50 } } @@ -427733,15 +431325,15 @@ "updateContext": null }, "value": "this", - "start": 61176, - "end": 61180, + "start": 61893, + "end": 61897, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 8 }, "end": { - "line": 1720, + "line": 1739, "column": 12 } } @@ -427759,15 +431351,15 @@ "binop": null, "updateContext": null }, - "start": 61180, - "end": 61181, + "start": 61897, + "end": 61898, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 12 }, "end": { - "line": 1720, + "line": 1739, "column": 13 } } @@ -427785,15 +431377,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 61181, - "end": 61201, + "start": 61898, + "end": 61918, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 13 }, "end": { - "line": 1720, + "line": 1739, "column": 33 } } @@ -427810,15 +431402,15 @@ "postfix": false, "binop": null }, - "start": 61201, - "end": 61202, + "start": 61918, + "end": 61919, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 33 }, "end": { - "line": 1720, + "line": 1739, "column": 34 } } @@ -427838,15 +431430,15 @@ "updateContext": null }, "value": "false", - "start": 61202, - "end": 61207, + "start": 61919, + "end": 61924, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 34 }, "end": { - "line": 1720, + "line": 1739, "column": 39 } } @@ -427863,15 +431455,15 @@ "postfix": false, "binop": null }, - "start": 61207, - "end": 61208, + "start": 61924, + "end": 61925, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 39 }, "end": { - "line": 1720, + "line": 1739, "column": 40 } } @@ -427889,15 +431481,15 @@ "binop": null, "updateContext": null }, - "start": 61208, - "end": 61209, + "start": 61925, + "end": 61926, "loc": { "start": { - "line": 1720, + "line": 1739, "column": 40 }, "end": { - "line": 1720, + "line": 1739, "column": 41 } } @@ -427905,15 +431497,15 @@ { "type": "CommentLine", "value": " garbage collect previous recording", - "start": 61219, - "end": 61256, + "start": 61936, + "end": 61973, "loc": { "start": { - "line": 1722, + "line": 1741, "column": 8 }, "end": { - "line": 1722, + "line": 1741, "column": 45 } } @@ -427933,15 +431525,15 @@ "updateContext": null }, "value": "this", - "start": 61265, - "end": 61269, + "start": 61982, + "end": 61986, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 8 }, "end": { - "line": 1723, + "line": 1742, "column": 12 } } @@ -427959,15 +431551,15 @@ "binop": null, "updateContext": null }, - "start": 61269, - "end": 61270, + "start": 61986, + "end": 61987, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 12 }, "end": { - "line": 1723, + "line": 1742, "column": 13 } } @@ -427985,15 +431577,15 @@ "binop": null }, "value": "removeRecording", - "start": 61270, - "end": 61285, + "start": 61987, + "end": 62002, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 13 }, "end": { - "line": 1723, + "line": 1742, "column": 28 } } @@ -428010,15 +431602,15 @@ "postfix": false, "binop": null }, - "start": 61285, - "end": 61286, + "start": 62002, + "end": 62003, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 28 }, "end": { - "line": 1723, + "line": 1742, "column": 29 } } @@ -428035,15 +431627,15 @@ "postfix": false, "binop": null }, - "start": 61286, - "end": 61287, + "start": 62003, + "end": 62004, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 29 }, "end": { - "line": 1723, + "line": 1742, "column": 30 } } @@ -428061,15 +431653,15 @@ "binop": null, "updateContext": null }, - "start": 61287, - "end": 61288, + "start": 62004, + "end": 62005, "loc": { "start": { - "line": 1723, + "line": 1742, "column": 30 }, "end": { - "line": 1723, + "line": 1742, "column": 31 } } @@ -428077,15 +431669,15 @@ { "type": "CommentLine", "value": " start or resume live preview", - "start": 61298, - "end": 61329, + "start": 62015, + "end": 62046, "loc": { "start": { - "line": 1725, + "line": 1744, "column": 8 }, "end": { - "line": 1725, + "line": 1744, "column": 39 } } @@ -428105,15 +431697,15 @@ "updateContext": null }, "value": "this", - "start": 61338, - "end": 61342, + "start": 62055, + "end": 62059, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 8 }, "end": { - "line": 1726, + "line": 1745, "column": 12 } } @@ -428131,15 +431723,15 @@ "binop": null, "updateContext": null }, - "start": 61342, - "end": 61343, + "start": 62059, + "end": 62060, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 12 }, "end": { - "line": 1726, + "line": 1745, "column": 13 } } @@ -428157,15 +431749,15 @@ "binop": null }, "value": "load", - "start": 61343, - "end": 61347, + "start": 62060, + "end": 62064, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 13 }, "end": { - "line": 1726, + "line": 1745, "column": 17 } } @@ -428182,15 +431774,15 @@ "postfix": false, "binop": null }, - "start": 61347, - "end": 61348, + "start": 62064, + "end": 62065, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 17 }, "end": { - "line": 1726, + "line": 1745, "column": 18 } } @@ -428210,15 +431802,15 @@ "updateContext": null }, "value": "this", - "start": 61348, - "end": 61352, + "start": 62065, + "end": 62069, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 18 }, "end": { - "line": 1726, + "line": 1745, "column": 22 } } @@ -428236,15 +431828,15 @@ "binop": null, "updateContext": null }, - "start": 61352, - "end": 61353, + "start": 62069, + "end": 62070, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 22 }, "end": { - "line": 1726, + "line": 1745, "column": 23 } } @@ -428262,15 +431854,15 @@ "binop": null }, "value": "stream", - "start": 61353, - "end": 61359, + "start": 62070, + "end": 62076, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 23 }, "end": { - "line": 1726, + "line": 1745, "column": 29 } } @@ -428287,15 +431879,15 @@ "postfix": false, "binop": null }, - "start": 61359, - "end": 61360, + "start": 62076, + "end": 62077, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 29 }, "end": { - "line": 1726, + "line": 1745, "column": 30 } } @@ -428313,15 +431905,15 @@ "binop": null, "updateContext": null }, - "start": 61360, - "end": 61361, + "start": 62077, + "end": 62078, "loc": { "start": { - "line": 1726, + "line": 1745, "column": 30 }, "end": { - "line": 1726, + "line": 1745, "column": 31 } } @@ -428341,15 +431933,15 @@ "updateContext": null }, "value": "this", - "start": 61370, - "end": 61374, + "start": 62087, + "end": 62091, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 8 }, "end": { - "line": 1727, + "line": 1746, "column": 12 } } @@ -428367,15 +431959,15 @@ "binop": null, "updateContext": null }, - "start": 61374, - "end": 61375, + "start": 62091, + "end": 62092, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 12 }, "end": { - "line": 1727, + "line": 1746, "column": 13 } } @@ -428393,15 +431985,15 @@ "binop": null }, "value": "mediaElement", - "start": 61375, - "end": 61387, + "start": 62092, + "end": 62104, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 13 }, "end": { - "line": 1727, + "line": 1746, "column": 25 } } @@ -428419,15 +432011,15 @@ "binop": null, "updateContext": null }, - "start": 61387, - "end": 61388, + "start": 62104, + "end": 62105, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 25 }, "end": { - "line": 1727, + "line": 1746, "column": 26 } } @@ -428445,15 +432037,15 @@ "binop": null }, "value": "play", - "start": 61388, - "end": 61392, + "start": 62105, + "end": 62109, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 26 }, "end": { - "line": 1727, + "line": 1746, "column": 30 } } @@ -428470,15 +432062,15 @@ "postfix": false, "binop": null }, - "start": 61392, - "end": 61393, + "start": 62109, + "end": 62110, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 30 }, "end": { - "line": 1727, + "line": 1746, "column": 31 } } @@ -428495,15 +432087,15 @@ "postfix": false, "binop": null }, - "start": 61393, - "end": 61394, + "start": 62110, + "end": 62111, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 31 }, "end": { - "line": 1727, + "line": 1746, "column": 32 } } @@ -428521,15 +432113,15 @@ "binop": null, "updateContext": null }, - "start": 61394, - "end": 61395, + "start": 62111, + "end": 62112, "loc": { "start": { - "line": 1727, + "line": 1746, "column": 32 }, "end": { - "line": 1727, + "line": 1746, "column": 33 } } @@ -428546,15 +432138,15 @@ "postfix": false, "binop": null }, - "start": 61400, - "end": 61401, + "start": 62117, + "end": 62118, "loc": { "start": { - "line": 1728, + "line": 1747, "column": 4 }, "end": { - "line": 1728, + "line": 1747, "column": 5 } } @@ -428562,15 +432154,15 @@ { "type": "CommentBlock", "value": "*\n * Show animated GIF.\n * @private\n ", - "start": 61407, - "end": 61460, + "start": 62124, + "end": 62177, "loc": { "start": { - "line": 1730, + "line": 1749, "column": 4 }, "end": { - "line": 1733, + "line": 1752, "column": 7 } } @@ -428588,15 +432180,15 @@ "binop": null }, "value": "showAnimation", - "start": 61465, - "end": 61478, + "start": 62182, + "end": 62195, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 4 }, "end": { - "line": 1734, + "line": 1753, "column": 17 } } @@ -428613,15 +432205,15 @@ "postfix": false, "binop": null }, - "start": 61478, - "end": 61479, + "start": 62195, + "end": 62196, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 17 }, "end": { - "line": 1734, + "line": 1753, "column": 18 } } @@ -428638,15 +432230,15 @@ "postfix": false, "binop": null }, - "start": 61479, - "end": 61480, + "start": 62196, + "end": 62197, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 18 }, "end": { - "line": 1734, + "line": 1753, "column": 19 } } @@ -428663,15 +432255,15 @@ "postfix": false, "binop": null }, - "start": 61481, - "end": 61482, + "start": 62198, + "end": 62199, "loc": { "start": { - "line": 1734, + "line": 1753, "column": 20 }, "end": { - "line": 1734, + "line": 1753, "column": 21 } } @@ -428691,15 +432283,15 @@ "updateContext": null }, "value": "let", - "start": 61491, - "end": 61494, + "start": 62208, + "end": 62211, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 8 }, "end": { - "line": 1735, + "line": 1754, "column": 11 } } @@ -428717,15 +432309,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61495, - "end": 61511, + "start": 62212, + "end": 62228, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 12 }, "end": { - "line": 1735, + "line": 1754, "column": 28 } } @@ -428744,15 +432336,15 @@ "updateContext": null }, "value": "=", - "start": 61512, - "end": 61513, + "start": 62229, + "end": 62230, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 29 }, "end": { - "line": 1735, + "line": 1754, "column": 30 } } @@ -428772,15 +432364,15 @@ "updateContext": null }, "value": "this", - "start": 61514, - "end": 61518, + "start": 62231, + "end": 62235, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 31 }, "end": { - "line": 1735, + "line": 1754, "column": 35 } } @@ -428798,15 +432390,15 @@ "binop": null, "updateContext": null }, - "start": 61518, - "end": 61519, + "start": 62235, + "end": 62236, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 35 }, "end": { - "line": 1735, + "line": 1754, "column": 36 } } @@ -428824,15 +432416,15 @@ "binop": null }, "value": "player", - "start": 61519, - "end": 61525, + "start": 62236, + "end": 62242, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 36 }, "end": { - "line": 1735, + "line": 1754, "column": 42 } } @@ -428850,15 +432442,15 @@ "binop": null, "updateContext": null }, - "start": 61525, - "end": 61526, + "start": 62242, + "end": 62243, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 42 }, "end": { - "line": 1735, + "line": 1754, "column": 43 } } @@ -428876,15 +432468,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61526, - "end": 61542, + "start": 62243, + "end": 62259, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 43 }, "end": { - "line": 1735, + "line": 1754, "column": 59 } } @@ -428902,15 +432494,15 @@ "binop": null, "updateContext": null }, - "start": 61542, - "end": 61543, + "start": 62259, + "end": 62260, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 59 }, "end": { - "line": 1735, + "line": 1754, "column": 60 } } @@ -428928,15 +432520,15 @@ "binop": null }, "value": "el", - "start": 61543, - "end": 61545, + "start": 62260, + "end": 62262, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 60 }, "end": { - "line": 1735, + "line": 1754, "column": 62 } } @@ -428953,15 +432545,15 @@ "postfix": false, "binop": null }, - "start": 61545, - "end": 61546, + "start": 62262, + "end": 62263, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 62 }, "end": { - "line": 1735, + "line": 1754, "column": 63 } } @@ -428978,15 +432570,15 @@ "postfix": false, "binop": null }, - "start": 61546, - "end": 61547, + "start": 62263, + "end": 62264, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 63 }, "end": { - "line": 1735, + "line": 1754, "column": 64 } } @@ -429004,15 +432596,15 @@ "binop": null, "updateContext": null }, - "start": 61547, - "end": 61548, + "start": 62264, + "end": 62265, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 64 }, "end": { - "line": 1735, + "line": 1754, "column": 65 } } @@ -429030,15 +432622,15 @@ "binop": null }, "value": "firstChild", - "start": 61548, - "end": 61558, + "start": 62265, + "end": 62275, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 65 }, "end": { - "line": 1735, + "line": 1754, "column": 75 } } @@ -429056,15 +432648,15 @@ "binop": null, "updateContext": null }, - "start": 61558, - "end": 61559, + "start": 62275, + "end": 62276, "loc": { "start": { - "line": 1735, + "line": 1754, "column": 75 }, "end": { - "line": 1735, + "line": 1754, "column": 76 } } @@ -429072,15 +432664,15 @@ { "type": "CommentLine", "value": " set the image size to the dimensions of the recorded animation", - "start": 61569, - "end": 61634, + "start": 62286, + "end": 62351, "loc": { "start": { - "line": 1737, + "line": 1756, "column": 8 }, "end": { - "line": 1737, + "line": 1756, "column": 73 } } @@ -429098,15 +432690,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61643, - "end": 61659, + "start": 62360, + "end": 62376, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 8 }, "end": { - "line": 1738, + "line": 1757, "column": 24 } } @@ -429124,15 +432716,15 @@ "binop": null, "updateContext": null }, - "start": 61659, - "end": 61660, + "start": 62376, + "end": 62377, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 24 }, "end": { - "line": 1738, + "line": 1757, "column": 25 } } @@ -429150,15 +432742,15 @@ "binop": null }, "value": "width", - "start": 61660, - "end": 61665, + "start": 62377, + "end": 62382, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 25 }, "end": { - "line": 1738, + "line": 1757, "column": 30 } } @@ -429177,15 +432769,15 @@ "updateContext": null }, "value": "=", - "start": 61666, - "end": 61667, + "start": 62383, + "end": 62384, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 31 }, "end": { - "line": 1738, + "line": 1757, "column": 32 } } @@ -429205,15 +432797,15 @@ "updateContext": null }, "value": "this", - "start": 61668, - "end": 61672, + "start": 62385, + "end": 62389, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 33 }, "end": { - "line": 1738, + "line": 1757, "column": 37 } } @@ -429231,15 +432823,15 @@ "binop": null, "updateContext": null }, - "start": 61672, - "end": 61673, + "start": 62389, + "end": 62390, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 37 }, "end": { - "line": 1738, + "line": 1757, "column": 38 } } @@ -429257,15 +432849,15 @@ "binop": null }, "value": "player", - "start": 61673, - "end": 61679, + "start": 62390, + "end": 62396, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 38 }, "end": { - "line": 1738, + "line": 1757, "column": 44 } } @@ -429283,15 +432875,15 @@ "binop": null, "updateContext": null }, - "start": 61679, - "end": 61680, + "start": 62396, + "end": 62397, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 44 }, "end": { - "line": 1738, + "line": 1757, "column": 45 } } @@ -429309,15 +432901,15 @@ "binop": null }, "value": "width", - "start": 61680, - "end": 61685, + "start": 62397, + "end": 62402, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 45 }, "end": { - "line": 1738, + "line": 1757, "column": 50 } } @@ -429334,15 +432926,15 @@ "postfix": false, "binop": null }, - "start": 61685, - "end": 61686, + "start": 62402, + "end": 62403, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 50 }, "end": { - "line": 1738, + "line": 1757, "column": 51 } } @@ -429359,15 +432951,15 @@ "postfix": false, "binop": null }, - "start": 61686, - "end": 61687, + "start": 62403, + "end": 62404, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 51 }, "end": { - "line": 1738, + "line": 1757, "column": 52 } } @@ -429385,15 +432977,15 @@ "binop": null, "updateContext": null }, - "start": 61687, - "end": 61688, + "start": 62404, + "end": 62405, "loc": { "start": { - "line": 1738, + "line": 1757, "column": 52 }, "end": { - "line": 1738, + "line": 1757, "column": 53 } } @@ -429411,15 +433003,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61697, - "end": 61713, + "start": 62414, + "end": 62430, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 8 }, "end": { - "line": 1739, + "line": 1758, "column": 24 } } @@ -429437,15 +433029,15 @@ "binop": null, "updateContext": null }, - "start": 61713, - "end": 61714, + "start": 62430, + "end": 62431, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 24 }, "end": { - "line": 1739, + "line": 1758, "column": 25 } } @@ -429463,15 +433055,15 @@ "binop": null }, "value": "height", - "start": 61714, - "end": 61720, + "start": 62431, + "end": 62437, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 25 }, "end": { - "line": 1739, + "line": 1758, "column": 31 } } @@ -429490,15 +433082,15 @@ "updateContext": null }, "value": "=", - "start": 61721, - "end": 61722, + "start": 62438, + "end": 62439, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 32 }, "end": { - "line": 1739, + "line": 1758, "column": 33 } } @@ -429518,15 +433110,15 @@ "updateContext": null }, "value": "this", - "start": 61723, - "end": 61727, + "start": 62440, + "end": 62444, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 34 }, "end": { - "line": 1739, + "line": 1758, "column": 38 } } @@ -429544,15 +433136,15 @@ "binop": null, "updateContext": null }, - "start": 61727, - "end": 61728, + "start": 62444, + "end": 62445, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 38 }, "end": { - "line": 1739, + "line": 1758, "column": 39 } } @@ -429570,15 +433162,15 @@ "binop": null }, "value": "player", - "start": 61728, - "end": 61734, + "start": 62445, + "end": 62451, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 39 }, "end": { - "line": 1739, + "line": 1758, "column": 45 } } @@ -429596,15 +433188,15 @@ "binop": null, "updateContext": null }, - "start": 61734, - "end": 61735, + "start": 62451, + "end": 62452, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 45 }, "end": { - "line": 1739, + "line": 1758, "column": 46 } } @@ -429622,15 +433214,15 @@ "binop": null }, "value": "height", - "start": 61735, - "end": 61741, + "start": 62452, + "end": 62458, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 46 }, "end": { - "line": 1739, + "line": 1758, "column": 52 } } @@ -429647,15 +433239,15 @@ "postfix": false, "binop": null }, - "start": 61741, - "end": 61742, + "start": 62458, + "end": 62459, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 52 }, "end": { - "line": 1739, + "line": 1758, "column": 53 } } @@ -429672,15 +433264,15 @@ "postfix": false, "binop": null }, - "start": 61742, - "end": 61743, + "start": 62459, + "end": 62460, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 53 }, "end": { - "line": 1739, + "line": 1758, "column": 54 } } @@ -429698,15 +433290,15 @@ "binop": null, "updateContext": null }, - "start": 61743, - "end": 61744, + "start": 62460, + "end": 62461, "loc": { "start": { - "line": 1739, + "line": 1758, "column": 54 }, "end": { - "line": 1739, + "line": 1758, "column": 55 } } @@ -429714,15 +433306,15 @@ { "type": "CommentLine", "value": " hide the first frame", - "start": 61754, - "end": 61777, + "start": 62471, + "end": 62494, "loc": { "start": { - "line": 1741, + "line": 1760, "column": 8 }, "end": { - "line": 1741, + "line": 1760, "column": 31 } } @@ -429742,15 +433334,15 @@ "updateContext": null }, "value": "this", - "start": 61786, - "end": 61790, + "start": 62503, + "end": 62507, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 8 }, "end": { - "line": 1742, + "line": 1761, "column": 12 } } @@ -429768,15 +433360,15 @@ "binop": null, "updateContext": null }, - "start": 61790, - "end": 61791, + "start": 62507, + "end": 62508, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 12 }, "end": { - "line": 1742, + "line": 1761, "column": 13 } } @@ -429794,15 +433386,15 @@ "binop": null }, "value": "player", - "start": 61791, - "end": 61797, + "start": 62508, + "end": 62514, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 13 }, "end": { - "line": 1742, + "line": 1761, "column": 19 } } @@ -429820,15 +433412,15 @@ "binop": null, "updateContext": null }, - "start": 61797, - "end": 61798, + "start": 62514, + "end": 62515, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 19 }, "end": { - "line": 1742, + "line": 1761, "column": 20 } } @@ -429846,15 +433438,15 @@ "binop": null }, "value": "recordCanvas", - "start": 61798, - "end": 61810, + "start": 62515, + "end": 62527, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 20 }, "end": { - "line": 1742, + "line": 1761, "column": 32 } } @@ -429872,15 +433464,15 @@ "binop": null, "updateContext": null }, - "start": 61810, - "end": 61811, + "start": 62527, + "end": 62528, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 32 }, "end": { - "line": 1742, + "line": 1761, "column": 33 } } @@ -429898,15 +433490,15 @@ "binop": null }, "value": "hide", - "start": 61811, - "end": 61815, + "start": 62528, + "end": 62532, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 33 }, "end": { - "line": 1742, + "line": 1761, "column": 37 } } @@ -429923,15 +433515,15 @@ "postfix": false, "binop": null }, - "start": 61815, - "end": 61816, + "start": 62532, + "end": 62533, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 37 }, "end": { - "line": 1742, + "line": 1761, "column": 38 } } @@ -429948,15 +433540,15 @@ "postfix": false, "binop": null }, - "start": 61816, - "end": 61817, + "start": 62533, + "end": 62534, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 38 }, "end": { - "line": 1742, + "line": 1761, "column": 39 } } @@ -429974,15 +433566,15 @@ "binop": null, "updateContext": null }, - "start": 61817, - "end": 61818, + "start": 62534, + "end": 62535, "loc": { "start": { - "line": 1742, + "line": 1761, "column": 39 }, "end": { - "line": 1742, + "line": 1761, "column": 40 } } @@ -429990,15 +433582,15 @@ { "type": "CommentLine", "value": " show the animation", - "start": 61828, - "end": 61849, + "start": 62545, + "end": 62566, "loc": { "start": { - "line": 1744, + "line": 1763, "column": 8 }, "end": { - "line": 1744, + "line": 1763, "column": 29 } } @@ -430016,15 +433608,15 @@ "binop": null }, "value": "setSrcObject", - "start": 61858, - "end": 61870, + "start": 62575, + "end": 62587, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 8 }, "end": { - "line": 1745, + "line": 1764, "column": 20 } } @@ -430041,15 +433633,15 @@ "postfix": false, "binop": null }, - "start": 61870, - "end": 61871, + "start": 62587, + "end": 62588, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 20 }, "end": { - "line": 1745, + "line": 1764, "column": 21 } } @@ -430069,15 +433661,15 @@ "updateContext": null }, "value": "this", - "start": 61871, - "end": 61875, + "start": 62588, + "end": 62592, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 21 }, "end": { - "line": 1745, + "line": 1764, "column": 25 } } @@ -430095,15 +433687,15 @@ "binop": null, "updateContext": null }, - "start": 61875, - "end": 61876, + "start": 62592, + "end": 62593, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 25 }, "end": { - "line": 1745, + "line": 1764, "column": 26 } } @@ -430121,15 +433713,15 @@ "binop": null }, "value": "player", - "start": 61876, - "end": 61882, + "start": 62593, + "end": 62599, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 26 }, "end": { - "line": 1745, + "line": 1764, "column": 32 } } @@ -430147,15 +433739,15 @@ "binop": null, "updateContext": null }, - "start": 61882, - "end": 61883, + "start": 62599, + "end": 62600, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 32 }, "end": { - "line": 1745, + "line": 1764, "column": 33 } } @@ -430173,15 +433765,15 @@ "binop": null }, "value": "recordedData", - "start": 61883, - "end": 61895, + "start": 62600, + "end": 62612, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 33 }, "end": { - "line": 1745, + "line": 1764, "column": 45 } } @@ -430199,15 +433791,15 @@ "binop": null, "updateContext": null }, - "start": 61895, - "end": 61896, + "start": 62612, + "end": 62613, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 45 }, "end": { - "line": 1745, + "line": 1764, "column": 46 } } @@ -430225,15 +433817,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61897, - "end": 61913, + "start": 62614, + "end": 62630, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 47 }, "end": { - "line": 1745, + "line": 1764, "column": 63 } } @@ -430250,15 +433842,15 @@ "postfix": false, "binop": null }, - "start": 61913, - "end": 61914, + "start": 62630, + "end": 62631, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 63 }, "end": { - "line": 1745, + "line": 1764, "column": 64 } } @@ -430276,15 +433868,15 @@ "binop": null, "updateContext": null }, - "start": 61914, - "end": 61915, + "start": 62631, + "end": 62632, "loc": { "start": { - "line": 1745, + "line": 1764, "column": 64 }, "end": { - "line": 1745, + "line": 1764, "column": 65 } } @@ -430304,15 +433896,15 @@ "updateContext": null }, "value": "this", - "start": 61924, - "end": 61928, + "start": 62641, + "end": 62645, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 8 }, "end": { - "line": 1746, + "line": 1765, "column": 12 } } @@ -430330,15 +433922,15 @@ "binop": null, "updateContext": null }, - "start": 61928, - "end": 61929, + "start": 62645, + "end": 62646, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 12 }, "end": { - "line": 1746, + "line": 1765, "column": 13 } } @@ -430356,15 +433948,15 @@ "binop": null }, "value": "player", - "start": 61929, - "end": 61935, + "start": 62646, + "end": 62652, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 13 }, "end": { - "line": 1746, + "line": 1765, "column": 19 } } @@ -430382,15 +433974,15 @@ "binop": null, "updateContext": null }, - "start": 61935, - "end": 61936, + "start": 62652, + "end": 62653, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 19 }, "end": { - "line": 1746, + "line": 1765, "column": 20 } } @@ -430408,15 +434000,15 @@ "binop": null }, "value": "animationDisplay", - "start": 61936, - "end": 61952, + "start": 62653, + "end": 62669, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 20 }, "end": { - "line": 1746, + "line": 1765, "column": 36 } } @@ -430434,15 +434026,15 @@ "binop": null, "updateContext": null }, - "start": 61952, - "end": 61953, + "start": 62669, + "end": 62670, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 36 }, "end": { - "line": 1746, + "line": 1765, "column": 37 } } @@ -430460,15 +434052,15 @@ "binop": null }, "value": "show", - "start": 61953, - "end": 61957, + "start": 62670, + "end": 62674, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 37 }, "end": { - "line": 1746, + "line": 1765, "column": 41 } } @@ -430485,15 +434077,15 @@ "postfix": false, "binop": null }, - "start": 61957, - "end": 61958, + "start": 62674, + "end": 62675, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 41 }, "end": { - "line": 1746, + "line": 1765, "column": 42 } } @@ -430510,15 +434102,15 @@ "postfix": false, "binop": null }, - "start": 61958, - "end": 61959, + "start": 62675, + "end": 62676, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 42 }, "end": { - "line": 1746, + "line": 1765, "column": 43 } } @@ -430536,15 +434128,15 @@ "binop": null, "updateContext": null }, - "start": 61959, - "end": 61960, + "start": 62676, + "end": 62677, "loc": { "start": { - "line": 1746, + "line": 1765, "column": 43 }, "end": { - "line": 1746, + "line": 1765, "column": 44 } } @@ -430561,15 +434153,15 @@ "postfix": false, "binop": null }, - "start": 61965, - "end": 61966, + "start": 62682, + "end": 62683, "loc": { "start": { - "line": 1747, + "line": 1766, "column": 4 }, "end": { - "line": 1747, + "line": 1766, "column": 5 } } @@ -430577,15 +434169,15 @@ { "type": "CommentBlock", "value": "*\n * Hide animated GIF.\n * @private\n ", - "start": 61972, - "end": 62025, + "start": 62689, + "end": 62742, "loc": { "start": { - "line": 1749, + "line": 1768, "column": 4 }, "end": { - "line": 1752, + "line": 1771, "column": 7 } } @@ -430603,15 +434195,15 @@ "binop": null }, "value": "hideAnimation", - "start": 62030, - "end": 62043, + "start": 62747, + "end": 62760, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 4 }, "end": { - "line": 1753, + "line": 1772, "column": 17 } } @@ -430628,15 +434220,15 @@ "postfix": false, "binop": null }, - "start": 62043, - "end": 62044, + "start": 62760, + "end": 62761, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 17 }, "end": { - "line": 1753, + "line": 1772, "column": 18 } } @@ -430653,15 +434245,15 @@ "postfix": false, "binop": null }, - "start": 62044, - "end": 62045, + "start": 62761, + "end": 62762, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 18 }, "end": { - "line": 1753, + "line": 1772, "column": 19 } } @@ -430678,15 +434270,15 @@ "postfix": false, "binop": null }, - "start": 62046, - "end": 62047, + "start": 62763, + "end": 62764, "loc": { "start": { - "line": 1753, + "line": 1772, "column": 20 }, "end": { - "line": 1753, + "line": 1772, "column": 21 } } @@ -430694,15 +434286,15 @@ { "type": "CommentLine", "value": " show the first frame", - "start": 62056, - "end": 62079, + "start": 62773, + "end": 62796, "loc": { "start": { - "line": 1754, + "line": 1773, "column": 8 }, "end": { - "line": 1754, + "line": 1773, "column": 31 } } @@ -430722,15 +434314,15 @@ "updateContext": null }, "value": "this", - "start": 62088, - "end": 62092, + "start": 62805, + "end": 62809, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 8 }, "end": { - "line": 1755, + "line": 1774, "column": 12 } } @@ -430748,15 +434340,15 @@ "binop": null, "updateContext": null }, - "start": 62092, - "end": 62093, + "start": 62809, + "end": 62810, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 12 }, "end": { - "line": 1755, + "line": 1774, "column": 13 } } @@ -430774,15 +434366,15 @@ "binop": null }, "value": "player", - "start": 62093, - "end": 62099, + "start": 62810, + "end": 62816, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 13 }, "end": { - "line": 1755, + "line": 1774, "column": 19 } } @@ -430800,15 +434392,15 @@ "binop": null, "updateContext": null }, - "start": 62099, - "end": 62100, + "start": 62816, + "end": 62817, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 19 }, "end": { - "line": 1755, + "line": 1774, "column": 20 } } @@ -430826,15 +434418,15 @@ "binop": null }, "value": "recordCanvas", - "start": 62100, - "end": 62112, + "start": 62817, + "end": 62829, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 20 }, "end": { - "line": 1755, + "line": 1774, "column": 32 } } @@ -430852,15 +434444,15 @@ "binop": null, "updateContext": null }, - "start": 62112, - "end": 62113, + "start": 62829, + "end": 62830, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 32 }, "end": { - "line": 1755, + "line": 1774, "column": 33 } } @@ -430878,15 +434470,15 @@ "binop": null }, "value": "show", - "start": 62113, - "end": 62117, + "start": 62830, + "end": 62834, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 33 }, "end": { - "line": 1755, + "line": 1774, "column": 37 } } @@ -430903,15 +434495,15 @@ "postfix": false, "binop": null }, - "start": 62117, - "end": 62118, + "start": 62834, + "end": 62835, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 37 }, "end": { - "line": 1755, + "line": 1774, "column": 38 } } @@ -430928,15 +434520,15 @@ "postfix": false, "binop": null }, - "start": 62118, - "end": 62119, + "start": 62835, + "end": 62836, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 38 }, "end": { - "line": 1755, + "line": 1774, "column": 39 } } @@ -430954,15 +434546,15 @@ "binop": null, "updateContext": null }, - "start": 62119, - "end": 62120, + "start": 62836, + "end": 62837, "loc": { "start": { - "line": 1755, + "line": 1774, "column": 39 }, "end": { - "line": 1755, + "line": 1774, "column": 40 } } @@ -430970,15 +434562,15 @@ { "type": "CommentLine", "value": " hide the animation", - "start": 62130, - "end": 62151, + "start": 62847, + "end": 62868, "loc": { "start": { - "line": 1757, + "line": 1776, "column": 8 }, "end": { - "line": 1757, + "line": 1776, "column": 29 } } @@ -430998,15 +434590,15 @@ "updateContext": null }, "value": "this", - "start": 62160, - "end": 62164, + "start": 62877, + "end": 62881, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 8 }, "end": { - "line": 1758, + "line": 1777, "column": 12 } } @@ -431024,15 +434616,15 @@ "binop": null, "updateContext": null }, - "start": 62164, - "end": 62165, + "start": 62881, + "end": 62882, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 12 }, "end": { - "line": 1758, + "line": 1777, "column": 13 } } @@ -431050,15 +434642,15 @@ "binop": null }, "value": "player", - "start": 62165, - "end": 62171, + "start": 62882, + "end": 62888, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 13 }, "end": { - "line": 1758, + "line": 1777, "column": 19 } } @@ -431076,15 +434668,15 @@ "binop": null, "updateContext": null }, - "start": 62171, - "end": 62172, + "start": 62888, + "end": 62889, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 19 }, "end": { - "line": 1758, + "line": 1777, "column": 20 } } @@ -431102,15 +434694,15 @@ "binop": null }, "value": "animationDisplay", - "start": 62172, - "end": 62188, + "start": 62889, + "end": 62905, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 20 }, "end": { - "line": 1758, + "line": 1777, "column": 36 } } @@ -431128,15 +434720,15 @@ "binop": null, "updateContext": null }, - "start": 62188, - "end": 62189, + "start": 62905, + "end": 62906, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 36 }, "end": { - "line": 1758, + "line": 1777, "column": 37 } } @@ -431154,15 +434746,15 @@ "binop": null }, "value": "hide", - "start": 62189, - "end": 62193, + "start": 62906, + "end": 62910, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 37 }, "end": { - "line": 1758, + "line": 1777, "column": 41 } } @@ -431179,15 +434771,15 @@ "postfix": false, "binop": null }, - "start": 62193, - "end": 62194, + "start": 62910, + "end": 62911, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 41 }, "end": { - "line": 1758, + "line": 1777, "column": 42 } } @@ -431204,15 +434796,15 @@ "postfix": false, "binop": null }, - "start": 62194, - "end": 62195, + "start": 62911, + "end": 62912, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 42 }, "end": { - "line": 1758, + "line": 1777, "column": 43 } } @@ -431230,15 +434822,15 @@ "binop": null, "updateContext": null }, - "start": 62195, - "end": 62196, + "start": 62912, + "end": 62913, "loc": { "start": { - "line": 1758, + "line": 1777, "column": 43 }, "end": { - "line": 1758, + "line": 1777, "column": 44 } } @@ -431255,15 +434847,15 @@ "postfix": false, "binop": null }, - "start": 62201, - "end": 62202, + "start": 62918, + "end": 62919, "loc": { "start": { - "line": 1759, + "line": 1778, "column": 4 }, "end": { - "line": 1759, + "line": 1778, "column": 5 } } @@ -431271,15 +434863,15 @@ { "type": "CommentBlock", "value": "*\n * Update time during playback.\n * @private\n ", - "start": 62208, - "end": 62271, + "start": 62925, + "end": 62988, "loc": { "start": { - "line": 1761, + "line": 1780, "column": 4 }, "end": { - "line": 1764, + "line": 1783, "column": 7 } } @@ -431297,15 +434889,15 @@ "binop": null }, "value": "playbackTimeUpdate", - "start": 62276, - "end": 62294, + "start": 62993, + "end": 63011, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 4 }, "end": { - "line": 1765, + "line": 1784, "column": 22 } } @@ -431322,15 +434914,15 @@ "postfix": false, "binop": null }, - "start": 62294, - "end": 62295, + "start": 63011, + "end": 63012, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 22 }, "end": { - "line": 1765, + "line": 1784, "column": 23 } } @@ -431347,15 +434939,15 @@ "postfix": false, "binop": null }, - "start": 62295, - "end": 62296, + "start": 63012, + "end": 63013, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 23 }, "end": { - "line": 1765, + "line": 1784, "column": 24 } } @@ -431372,15 +434964,15 @@ "postfix": false, "binop": null }, - "start": 62297, - "end": 62298, + "start": 63014, + "end": 63015, "loc": { "start": { - "line": 1765, + "line": 1784, "column": 25 }, "end": { - "line": 1765, + "line": 1784, "column": 26 } } @@ -431400,15 +434992,15 @@ "updateContext": null }, "value": "this", - "start": 62307, - "end": 62311, + "start": 63024, + "end": 63028, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 8 }, "end": { - "line": 1766, + "line": 1785, "column": 12 } } @@ -431426,15 +435018,15 @@ "binop": null, "updateContext": null }, - "start": 62311, - "end": 62312, + "start": 63028, + "end": 63029, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 12 }, "end": { - "line": 1766, + "line": 1785, "column": 13 } } @@ -431452,15 +435044,15 @@ "binop": null }, "value": "setCurrentTime", - "start": 62312, - "end": 62326, + "start": 63029, + "end": 63043, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 13 }, "end": { - "line": 1766, + "line": 1785, "column": 27 } } @@ -431477,15 +435069,15 @@ "postfix": false, "binop": null }, - "start": 62326, - "end": 62327, + "start": 63043, + "end": 63044, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 27 }, "end": { - "line": 1766, + "line": 1785, "column": 28 } } @@ -431505,15 +435097,15 @@ "updateContext": null }, "value": "this", - "start": 62327, - "end": 62331, + "start": 63044, + "end": 63048, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 28 }, "end": { - "line": 1766, + "line": 1785, "column": 32 } } @@ -431531,15 +435123,15 @@ "binop": null, "updateContext": null }, - "start": 62331, - "end": 62332, + "start": 63048, + "end": 63049, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 32 }, "end": { - "line": 1766, + "line": 1785, "column": 33 } } @@ -431557,15 +435149,15 @@ "binop": null }, "value": "player", - "start": 62332, - "end": 62338, + "start": 63049, + "end": 63055, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 33 }, "end": { - "line": 1766, + "line": 1785, "column": 39 } } @@ -431583,15 +435175,15 @@ "binop": null, "updateContext": null }, - "start": 62338, - "end": 62339, + "start": 63055, + "end": 63056, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 39 }, "end": { - "line": 1766, + "line": 1785, "column": 40 } } @@ -431609,15 +435201,15 @@ "binop": null }, "value": "currentTime", - "start": 62339, - "end": 62350, + "start": 63056, + "end": 63067, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 40 }, "end": { - "line": 1766, + "line": 1785, "column": 51 } } @@ -431634,15 +435226,15 @@ "postfix": false, "binop": null }, - "start": 62350, - "end": 62351, + "start": 63067, + "end": 63068, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 51 }, "end": { - "line": 1766, + "line": 1785, "column": 52 } } @@ -431659,15 +435251,15 @@ "postfix": false, "binop": null }, - "start": 62351, - "end": 62352, + "start": 63068, + "end": 63069, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 52 }, "end": { - "line": 1766, + "line": 1785, "column": 53 } } @@ -431685,15 +435277,15 @@ "binop": null, "updateContext": null }, - "start": 62352, - "end": 62353, + "start": 63069, + "end": 63070, "loc": { "start": { - "line": 1766, + "line": 1785, "column": 53 }, "end": { - "line": 1766, + "line": 1785, "column": 54 } } @@ -431713,15 +435305,15 @@ "updateContext": null }, "value": "this", - "start": 62366, - "end": 62370, + "start": 63083, + "end": 63087, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 12 }, "end": { - "line": 1767, + "line": 1786, "column": 16 } } @@ -431739,15 +435331,15 @@ "binop": null, "updateContext": null }, - "start": 62370, - "end": 62371, + "start": 63087, + "end": 63088, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 16 }, "end": { - "line": 1767, + "line": 1786, "column": 17 } } @@ -431765,15 +435357,15 @@ "binop": null }, "value": "streamDuration", - "start": 62371, - "end": 62385, + "start": 63088, + "end": 63102, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 17 }, "end": { - "line": 1767, + "line": 1786, "column": 31 } } @@ -431790,15 +435382,15 @@ "postfix": false, "binop": null }, - "start": 62385, - "end": 62386, + "start": 63102, + "end": 63103, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 31 }, "end": { - "line": 1767, + "line": 1786, "column": 32 } } @@ -431816,15 +435408,15 @@ "binop": null, "updateContext": null }, - "start": 62386, - "end": 62387, + "start": 63103, + "end": 63104, "loc": { "start": { - "line": 1767, + "line": 1786, "column": 32 }, "end": { - "line": 1767, + "line": 1786, "column": 33 } } @@ -431841,15 +435433,15 @@ "postfix": false, "binop": null }, - "start": 62392, - "end": 62393, + "start": 63109, + "end": 63110, "loc": { "start": { - "line": 1768, + "line": 1787, "column": 4 }, "end": { - "line": 1768, + "line": 1787, "column": 5 } } @@ -431857,15 +435449,15 @@ { "type": "CommentBlock", "value": "*\n * Collects information about the media input and output devices\n * available on the system.\n ", - "start": 62399, - "end": 62511, + "start": 63116, + "end": 63228, "loc": { "start": { - "line": 1770, + "line": 1789, "column": 4 }, "end": { - "line": 1773, + "line": 1792, "column": 7 } } @@ -431883,15 +435475,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 62516, - "end": 62532, + "start": 63233, + "end": 63249, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 4 }, "end": { - "line": 1774, + "line": 1793, "column": 20 } } @@ -431908,15 +435500,15 @@ "postfix": false, "binop": null }, - "start": 62532, - "end": 62533, + "start": 63249, + "end": 63250, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 20 }, "end": { - "line": 1774, + "line": 1793, "column": 21 } } @@ -431933,15 +435525,15 @@ "postfix": false, "binop": null }, - "start": 62533, - "end": 62534, + "start": 63250, + "end": 63251, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 21 }, "end": { - "line": 1774, + "line": 1793, "column": 22 } } @@ -431958,15 +435550,15 @@ "postfix": false, "binop": null }, - "start": 62535, - "end": 62536, + "start": 63252, + "end": 63253, "loc": { "start": { - "line": 1774, + "line": 1793, "column": 23 }, "end": { - "line": 1774, + "line": 1793, "column": 24 } } @@ -431986,15 +435578,15 @@ "updateContext": null }, "value": "if", - "start": 62545, - "end": 62547, + "start": 63262, + "end": 63264, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 8 }, "end": { - "line": 1775, + "line": 1794, "column": 10 } } @@ -432011,15 +435603,15 @@ "postfix": false, "binop": null }, - "start": 62548, - "end": 62549, + "start": 63265, + "end": 63266, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 11 }, "end": { - "line": 1775, + "line": 1794, "column": 12 } } @@ -432038,15 +435630,15 @@ "updateContext": null }, "value": "!", - "start": 62549, - "end": 62550, + "start": 63266, + "end": 63267, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 12 }, "end": { - "line": 1775, + "line": 1794, "column": 13 } } @@ -432064,15 +435656,15 @@ "binop": null }, "value": "navigator", - "start": 62550, - "end": 62559, + "start": 63267, + "end": 63276, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 13 }, "end": { - "line": 1775, + "line": 1794, "column": 22 } } @@ -432090,15 +435682,15 @@ "binop": null, "updateContext": null }, - "start": 62559, - "end": 62560, + "start": 63276, + "end": 63277, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 22 }, "end": { - "line": 1775, + "line": 1794, "column": 23 } } @@ -432116,15 +435708,15 @@ "binop": null }, "value": "mediaDevices", - "start": 62560, - "end": 62572, + "start": 63277, + "end": 63289, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 23 }, "end": { - "line": 1775, + "line": 1794, "column": 35 } } @@ -432143,15 +435735,15 @@ "updateContext": null }, "value": "||", - "start": 62573, - "end": 62575, + "start": 63290, + "end": 63292, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 36 }, "end": { - "line": 1775, + "line": 1794, "column": 38 } } @@ -432170,15 +435762,15 @@ "updateContext": null }, "value": "!", - "start": 62576, - "end": 62577, + "start": 63293, + "end": 63294, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 39 }, "end": { - "line": 1775, + "line": 1794, "column": 40 } } @@ -432196,15 +435788,15 @@ "binop": null }, "value": "navigator", - "start": 62577, - "end": 62586, + "start": 63294, + "end": 63303, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 40 }, "end": { - "line": 1775, + "line": 1794, "column": 49 } } @@ -432222,15 +435814,15 @@ "binop": null, "updateContext": null }, - "start": 62586, - "end": 62587, + "start": 63303, + "end": 63304, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 49 }, "end": { - "line": 1775, + "line": 1794, "column": 50 } } @@ -432248,15 +435840,15 @@ "binop": null }, "value": "mediaDevices", - "start": 62587, - "end": 62599, + "start": 63304, + "end": 63316, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 50 }, "end": { - "line": 1775, + "line": 1794, "column": 62 } } @@ -432274,15 +435866,15 @@ "binop": null, "updateContext": null }, - "start": 62599, - "end": 62600, + "start": 63316, + "end": 63317, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 62 }, "end": { - "line": 1775, + "line": 1794, "column": 63 } } @@ -432300,15 +435892,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 62600, - "end": 62616, + "start": 63317, + "end": 63333, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 63 }, "end": { - "line": 1775, + "line": 1794, "column": 79 } } @@ -432325,15 +435917,15 @@ "postfix": false, "binop": null }, - "start": 62616, - "end": 62617, + "start": 63333, + "end": 63334, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 79 }, "end": { - "line": 1775, + "line": 1794, "column": 80 } } @@ -432350,15 +435942,15 @@ "postfix": false, "binop": null }, - "start": 62618, - "end": 62619, + "start": 63335, + "end": 63336, "loc": { "start": { - "line": 1775, + "line": 1794, "column": 81 }, "end": { - "line": 1775, + "line": 1794, "column": 82 } } @@ -432378,15 +435970,15 @@ "updateContext": null }, "value": "this", - "start": 62632, - "end": 62636, + "start": 63349, + "end": 63353, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 12 }, "end": { - "line": 1776, + "line": 1795, "column": 16 } } @@ -432404,15 +435996,15 @@ "binop": null, "updateContext": null }, - "start": 62636, - "end": 62637, + "start": 63353, + "end": 63354, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 16 }, "end": { - "line": 1776, + "line": 1795, "column": 17 } } @@ -432430,15 +436022,15 @@ "binop": null }, "value": "player", - "start": 62637, - "end": 62643, + "start": 63354, + "end": 63360, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 17 }, "end": { - "line": 1776, + "line": 1795, "column": 23 } } @@ -432456,15 +436048,15 @@ "binop": null, "updateContext": null }, - "start": 62643, - "end": 62644, + "start": 63360, + "end": 63361, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 23 }, "end": { - "line": 1776, + "line": 1795, "column": 24 } } @@ -432482,15 +436074,15 @@ "binop": null }, "value": "enumerateErrorCode", - "start": 62644, - "end": 62662, + "start": 63361, + "end": 63379, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 24 }, "end": { - "line": 1776, + "line": 1795, "column": 42 } } @@ -432509,15 +436101,15 @@ "updateContext": null }, "value": "=", - "start": 62663, - "end": 62664, + "start": 63380, + "end": 63381, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 43 }, "end": { - "line": 1776, + "line": 1795, "column": 44 } } @@ -432536,15 +436128,15 @@ "updateContext": null }, "value": "enumerateDevices() not supported.", - "start": 62665, - "end": 62700, + "start": 63382, + "end": 63417, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 45 }, "end": { - "line": 1776, + "line": 1795, "column": 80 } } @@ -432562,15 +436154,15 @@ "binop": null, "updateContext": null }, - "start": 62700, - "end": 62701, + "start": 63417, + "end": 63418, "loc": { "start": { - "line": 1776, + "line": 1795, "column": 80 }, "end": { - "line": 1776, + "line": 1795, "column": 81 } } @@ -432590,15 +436182,15 @@ "updateContext": null }, "value": "this", - "start": 62714, - "end": 62718, + "start": 63431, + "end": 63435, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 12 }, "end": { - "line": 1777, + "line": 1796, "column": 16 } } @@ -432616,15 +436208,15 @@ "binop": null, "updateContext": null }, - "start": 62718, - "end": 62719, + "start": 63435, + "end": 63436, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 16 }, "end": { - "line": 1777, + "line": 1796, "column": 17 } } @@ -432642,15 +436234,15 @@ "binop": null }, "value": "player", - "start": 62719, - "end": 62725, + "start": 63436, + "end": 63442, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 17 }, "end": { - "line": 1777, + "line": 1796, "column": 23 } } @@ -432668,15 +436260,15 @@ "binop": null, "updateContext": null }, - "start": 62725, - "end": 62726, + "start": 63442, + "end": 63443, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 23 }, "end": { - "line": 1777, + "line": 1796, "column": 24 } } @@ -432694,15 +436286,15 @@ "binop": null }, "value": "trigger", - "start": 62726, - "end": 62733, + "start": 63443, + "end": 63450, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 24 }, "end": { - "line": 1777, + "line": 1796, "column": 31 } } @@ -432719,15 +436311,15 @@ "postfix": false, "binop": null }, - "start": 62733, - "end": 62734, + "start": 63450, + "end": 63451, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 31 }, "end": { - "line": 1777, + "line": 1796, "column": 32 } } @@ -432745,15 +436337,15 @@ "binop": null }, "value": "Event", - "start": 62734, - "end": 62739, + "start": 63451, + "end": 63456, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 32 }, "end": { - "line": 1777, + "line": 1796, "column": 37 } } @@ -432771,15 +436363,15 @@ "binop": null, "updateContext": null }, - "start": 62739, - "end": 62740, + "start": 63456, + "end": 63457, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 37 }, "end": { - "line": 1777, + "line": 1796, "column": 38 } } @@ -432797,15 +436389,15 @@ "binop": null }, "value": "ENUMERATE_ERROR", - "start": 62740, - "end": 62755, + "start": 63457, + "end": 63472, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 38 }, "end": { - "line": 1777, + "line": 1796, "column": 53 } } @@ -432822,15 +436414,15 @@ "postfix": false, "binop": null }, - "start": 62755, - "end": 62756, + "start": 63472, + "end": 63473, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 53 }, "end": { - "line": 1777, + "line": 1796, "column": 54 } } @@ -432848,15 +436440,15 @@ "binop": null, "updateContext": null }, - "start": 62756, - "end": 62757, + "start": 63473, + "end": 63474, "loc": { "start": { - "line": 1777, + "line": 1796, "column": 54 }, "end": { - "line": 1777, + "line": 1796, "column": 55 } } @@ -432876,15 +436468,15 @@ "updateContext": null }, "value": "return", - "start": 62770, - "end": 62776, + "start": 63487, + "end": 63493, "loc": { "start": { - "line": 1778, + "line": 1797, "column": 12 }, "end": { - "line": 1778, + "line": 1797, "column": 18 } } @@ -432902,15 +436494,15 @@ "binop": null, "updateContext": null }, - "start": 62776, - "end": 62777, + "start": 63493, + "end": 63494, "loc": { "start": { - "line": 1778, + "line": 1797, "column": 18 }, "end": { - "line": 1778, + "line": 1797, "column": 19 } } @@ -432927,15 +436519,15 @@ "postfix": false, "binop": null }, - "start": 62786, - "end": 62787, + "start": 63503, + "end": 63504, "loc": { "start": { - "line": 1779, + "line": 1798, "column": 8 }, "end": { - "line": 1779, + "line": 1798, "column": 9 } } @@ -432943,15 +436535,15 @@ { "type": "CommentLine", "value": " list video and audio devices", - "start": 62797, - "end": 62828, + "start": 63514, + "end": 63545, "loc": { "start": { - "line": 1781, + "line": 1800, "column": 8 }, "end": { - "line": 1781, + "line": 1800, "column": 39 } } @@ -432969,15 +436561,15 @@ "binop": null }, "value": "navigator", - "start": 62837, - "end": 62846, + "start": 63554, + "end": 63563, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 8 }, "end": { - "line": 1782, + "line": 1801, "column": 17 } } @@ -432995,15 +436587,15 @@ "binop": null, "updateContext": null }, - "start": 62846, - "end": 62847, + "start": 63563, + "end": 63564, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 17 }, "end": { - "line": 1782, + "line": 1801, "column": 18 } } @@ -433021,15 +436613,15 @@ "binop": null }, "value": "mediaDevices", - "start": 62847, - "end": 62859, + "start": 63564, + "end": 63576, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 18 }, "end": { - "line": 1782, + "line": 1801, "column": 30 } } @@ -433047,15 +436639,15 @@ "binop": null, "updateContext": null }, - "start": 62859, - "end": 62860, + "start": 63576, + "end": 63577, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 30 }, "end": { - "line": 1782, + "line": 1801, "column": 31 } } @@ -433073,15 +436665,15 @@ "binop": null }, "value": "enumerateDevices", - "start": 62860, - "end": 62876, + "start": 63577, + "end": 63593, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 31 }, "end": { - "line": 1782, + "line": 1801, "column": 47 } } @@ -433098,15 +436690,15 @@ "postfix": false, "binop": null }, - "start": 62876, - "end": 62877, + "start": 63593, + "end": 63594, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 47 }, "end": { - "line": 1782, + "line": 1801, "column": 48 } } @@ -433126,15 +436718,15 @@ "updateContext": null }, "value": "this", - "start": 62877, - "end": 62881, + "start": 63594, + "end": 63598, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 48 }, "end": { - "line": 1782, + "line": 1801, "column": 52 } } @@ -433151,15 +436743,15 @@ "postfix": false, "binop": null }, - "start": 62881, - "end": 62882, + "start": 63598, + "end": 63599, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 52 }, "end": { - "line": 1782, + "line": 1801, "column": 53 } } @@ -433177,15 +436769,15 @@ "binop": null, "updateContext": null }, - "start": 62882, - "end": 62883, + "start": 63599, + "end": 63600, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 53 }, "end": { - "line": 1782, + "line": 1801, "column": 54 } } @@ -433203,15 +436795,15 @@ "binop": null }, "value": "then", - "start": 62883, - "end": 62887, + "start": 63600, + "end": 63604, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 54 }, "end": { - "line": 1782, + "line": 1801, "column": 58 } } @@ -433228,15 +436820,15 @@ "postfix": false, "binop": null }, - "start": 62887, - "end": 62888, + "start": 63604, + "end": 63605, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 58 }, "end": { - "line": 1782, + "line": 1801, "column": 59 } } @@ -433253,15 +436845,15 @@ "postfix": false, "binop": null }, - "start": 62888, - "end": 62889, + "start": 63605, + "end": 63606, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 59 }, "end": { - "line": 1782, + "line": 1801, "column": 60 } } @@ -433279,15 +436871,15 @@ "binop": null }, "value": "devices", - "start": 62889, - "end": 62896, + "start": 63606, + "end": 63613, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 60 }, "end": { - "line": 1782, + "line": 1801, "column": 67 } } @@ -433304,15 +436896,15 @@ "postfix": false, "binop": null }, - "start": 62896, - "end": 62897, + "start": 63613, + "end": 63614, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 67 }, "end": { - "line": 1782, + "line": 1801, "column": 68 } } @@ -433330,15 +436922,15 @@ "binop": null, "updateContext": null }, - "start": 62898, - "end": 62900, + "start": 63615, + "end": 63617, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 69 }, "end": { - "line": 1782, + "line": 1801, "column": 71 } } @@ -433355,15 +436947,15 @@ "postfix": false, "binop": null }, - "start": 62901, - "end": 62902, + "start": 63618, + "end": 63619, "loc": { "start": { - "line": 1782, + "line": 1801, "column": 72 }, "end": { - "line": 1782, + "line": 1801, "column": 73 } } @@ -433383,15 +436975,15 @@ "updateContext": null }, "value": "this", - "start": 62915, - "end": 62919, + "start": 63632, + "end": 63636, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 12 }, "end": { - "line": 1783, + "line": 1802, "column": 16 } } @@ -433409,15 +437001,15 @@ "binop": null, "updateContext": null }, - "start": 62919, - "end": 62920, + "start": 63636, + "end": 63637, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 16 }, "end": { - "line": 1783, + "line": 1802, "column": 17 } } @@ -433435,15 +437027,15 @@ "binop": null }, "value": "devices", - "start": 62920, - "end": 62927, + "start": 63637, + "end": 63644, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 17 }, "end": { - "line": 1783, + "line": 1802, "column": 24 } } @@ -433462,15 +437054,15 @@ "updateContext": null }, "value": "=", - "start": 62928, - "end": 62929, + "start": 63645, + "end": 63646, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 25 }, "end": { - "line": 1783, + "line": 1802, "column": 26 } } @@ -433488,15 +437080,15 @@ "binop": null, "updateContext": null }, - "start": 62930, - "end": 62931, + "start": 63647, + "end": 63648, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 27 }, "end": { - "line": 1783, + "line": 1802, "column": 28 } } @@ -433514,15 +437106,15 @@ "binop": null, "updateContext": null }, - "start": 62931, - "end": 62932, + "start": 63648, + "end": 63649, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 28 }, "end": { - "line": 1783, + "line": 1802, "column": 29 } } @@ -433540,15 +437132,15 @@ "binop": null, "updateContext": null }, - "start": 62932, - "end": 62933, + "start": 63649, + "end": 63650, "loc": { "start": { - "line": 1783, + "line": 1802, "column": 29 }, "end": { - "line": 1783, + "line": 1802, "column": 30 } } @@ -433566,15 +437158,15 @@ "binop": null }, "value": "devices", - "start": 62946, - "end": 62953, + "start": 63663, + "end": 63670, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 12 }, "end": { - "line": 1784, + "line": 1803, "column": 19 } } @@ -433592,15 +437184,15 @@ "binop": null, "updateContext": null }, - "start": 62953, - "end": 62954, + "start": 63670, + "end": 63671, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 19 }, "end": { - "line": 1784, + "line": 1803, "column": 20 } } @@ -433618,15 +437210,15 @@ "binop": null }, "value": "forEach", - "start": 62954, - "end": 62961, + "start": 63671, + "end": 63678, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 20 }, "end": { - "line": 1784, + "line": 1803, "column": 27 } } @@ -433643,15 +437235,15 @@ "postfix": false, "binop": null }, - "start": 62961, - "end": 62962, + "start": 63678, + "end": 63679, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 27 }, "end": { - "line": 1784, + "line": 1803, "column": 28 } } @@ -433668,15 +437260,15 @@ "postfix": false, "binop": null }, - "start": 62962, - "end": 62963, + "start": 63679, + "end": 63680, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 28 }, "end": { - "line": 1784, + "line": 1803, "column": 29 } } @@ -433694,15 +437286,15 @@ "binop": null }, "value": "device", - "start": 62963, - "end": 62969, + "start": 63680, + "end": 63686, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 29 }, "end": { - "line": 1784, + "line": 1803, "column": 35 } } @@ -433719,15 +437311,15 @@ "postfix": false, "binop": null }, - "start": 62969, - "end": 62970, + "start": 63686, + "end": 63687, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 35 }, "end": { - "line": 1784, + "line": 1803, "column": 36 } } @@ -433745,15 +437337,15 @@ "binop": null, "updateContext": null }, - "start": 62971, - "end": 62973, + "start": 63688, + "end": 63690, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 37 }, "end": { - "line": 1784, + "line": 1803, "column": 39 } } @@ -433770,15 +437362,15 @@ "postfix": false, "binop": null }, - "start": 62974, - "end": 62975, + "start": 63691, + "end": 63692, "loc": { "start": { - "line": 1784, + "line": 1803, "column": 40 }, "end": { - "line": 1784, + "line": 1803, "column": 41 } } @@ -433798,15 +437390,15 @@ "updateContext": null }, "value": "this", - "start": 62992, - "end": 62996, + "start": 63709, + "end": 63713, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 16 }, "end": { - "line": 1785, + "line": 1804, "column": 20 } } @@ -433824,15 +437416,15 @@ "binop": null, "updateContext": null }, - "start": 62996, - "end": 62997, + "start": 63713, + "end": 63714, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 20 }, "end": { - "line": 1785, + "line": 1804, "column": 21 } } @@ -433850,15 +437442,15 @@ "binop": null }, "value": "devices", - "start": 62997, - "end": 63004, + "start": 63714, + "end": 63721, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 21 }, "end": { - "line": 1785, + "line": 1804, "column": 28 } } @@ -433876,15 +437468,15 @@ "binop": null, "updateContext": null }, - "start": 63004, - "end": 63005, + "start": 63721, + "end": 63722, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 28 }, "end": { - "line": 1785, + "line": 1804, "column": 29 } } @@ -433902,15 +437494,15 @@ "binop": null }, "value": "push", - "start": 63005, - "end": 63009, + "start": 63722, + "end": 63726, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 29 }, "end": { - "line": 1785, + "line": 1804, "column": 33 } } @@ -433927,15 +437519,15 @@ "postfix": false, "binop": null }, - "start": 63009, - "end": 63010, + "start": 63726, + "end": 63727, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 33 }, "end": { - "line": 1785, + "line": 1804, "column": 34 } } @@ -433953,15 +437545,15 @@ "binop": null }, "value": "device", - "start": 63010, - "end": 63016, + "start": 63727, + "end": 63733, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 34 }, "end": { - "line": 1785, + "line": 1804, "column": 40 } } @@ -433978,15 +437570,15 @@ "postfix": false, "binop": null }, - "start": 63016, - "end": 63017, + "start": 63733, + "end": 63734, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 40 }, "end": { - "line": 1785, + "line": 1804, "column": 41 } } @@ -434004,15 +437596,15 @@ "binop": null, "updateContext": null }, - "start": 63017, - "end": 63018, + "start": 63734, + "end": 63735, "loc": { "start": { - "line": 1785, + "line": 1804, "column": 41 }, "end": { - "line": 1785, + "line": 1804, "column": 42 } } @@ -434029,15 +437621,15 @@ "postfix": false, "binop": null }, - "start": 63031, - "end": 63032, + "start": 63748, + "end": 63749, "loc": { "start": { - "line": 1786, + "line": 1805, "column": 12 }, "end": { - "line": 1786, + "line": 1805, "column": 13 } } @@ -434054,15 +437646,15 @@ "postfix": false, "binop": null }, - "start": 63032, - "end": 63033, + "start": 63749, + "end": 63750, "loc": { "start": { - "line": 1786, + "line": 1805, "column": 13 }, "end": { - "line": 1786, + "line": 1805, "column": 14 } } @@ -434080,15 +437672,15 @@ "binop": null, "updateContext": null }, - "start": 63033, - "end": 63034, + "start": 63750, + "end": 63751, "loc": { "start": { - "line": 1786, + "line": 1805, "column": 14 }, "end": { - "line": 1786, + "line": 1805, "column": 15 } } @@ -434096,15 +437688,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 63048, - "end": 63067, + "start": 63765, + "end": 63784, "loc": { "start": { - "line": 1788, + "line": 1807, "column": 12 }, "end": { - "line": 1788, + "line": 1807, "column": 31 } } @@ -434124,15 +437716,15 @@ "updateContext": null }, "value": "this", - "start": 63080, - "end": 63084, + "start": 63797, + "end": 63801, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 12 }, "end": { - "line": 1789, + "line": 1808, "column": 16 } } @@ -434150,15 +437742,15 @@ "binop": null, "updateContext": null }, - "start": 63084, - "end": 63085, + "start": 63801, + "end": 63802, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 16 }, "end": { - "line": 1789, + "line": 1808, "column": 17 } } @@ -434176,15 +437768,15 @@ "binop": null }, "value": "player", - "start": 63085, - "end": 63091, + "start": 63802, + "end": 63808, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 17 }, "end": { - "line": 1789, + "line": 1808, "column": 23 } } @@ -434202,15 +437794,15 @@ "binop": null, "updateContext": null }, - "start": 63091, - "end": 63092, + "start": 63808, + "end": 63809, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 23 }, "end": { - "line": 1789, + "line": 1808, "column": 24 } } @@ -434228,15 +437820,15 @@ "binop": null }, "value": "trigger", - "start": 63092, - "end": 63099, + "start": 63809, + "end": 63816, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 24 }, "end": { - "line": 1789, + "line": 1808, "column": 31 } } @@ -434253,15 +437845,15 @@ "postfix": false, "binop": null }, - "start": 63099, - "end": 63100, + "start": 63816, + "end": 63817, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 31 }, "end": { - "line": 1789, + "line": 1808, "column": 32 } } @@ -434279,15 +437871,15 @@ "binop": null }, "value": "Event", - "start": 63100, - "end": 63105, + "start": 63817, + "end": 63822, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 32 }, "end": { - "line": 1789, + "line": 1808, "column": 37 } } @@ -434305,15 +437897,15 @@ "binop": null, "updateContext": null }, - "start": 63105, - "end": 63106, + "start": 63822, + "end": 63823, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 37 }, "end": { - "line": 1789, + "line": 1808, "column": 38 } } @@ -434331,15 +437923,15 @@ "binop": null }, "value": "ENUMERATE_READY", - "start": 63106, - "end": 63121, + "start": 63823, + "end": 63838, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 38 }, "end": { - "line": 1789, + "line": 1808, "column": 53 } } @@ -434356,15 +437948,15 @@ "postfix": false, "binop": null }, - "start": 63121, - "end": 63122, + "start": 63838, + "end": 63839, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 53 }, "end": { - "line": 1789, + "line": 1808, "column": 54 } } @@ -434382,15 +437974,15 @@ "binop": null, "updateContext": null }, - "start": 63122, - "end": 63123, + "start": 63839, + "end": 63840, "loc": { "start": { - "line": 1789, + "line": 1808, "column": 54 }, "end": { - "line": 1789, + "line": 1808, "column": 55 } } @@ -434407,15 +437999,15 @@ "postfix": false, "binop": null }, - "start": 63132, - "end": 63133, + "start": 63849, + "end": 63850, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 8 }, "end": { - "line": 1790, + "line": 1809, "column": 9 } } @@ -434432,15 +438024,15 @@ "postfix": false, "binop": null }, - "start": 63133, - "end": 63134, + "start": 63850, + "end": 63851, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 9 }, "end": { - "line": 1790, + "line": 1809, "column": 10 } } @@ -434458,15 +438050,15 @@ "binop": null, "updateContext": null }, - "start": 63134, - "end": 63135, + "start": 63851, + "end": 63852, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 10 }, "end": { - "line": 1790, + "line": 1809, "column": 11 } } @@ -434486,15 +438078,15 @@ "updateContext": null }, "value": "catch", - "start": 63135, - "end": 63140, + "start": 63852, + "end": 63857, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 11 }, "end": { - "line": 1790, + "line": 1809, "column": 16 } } @@ -434511,15 +438103,15 @@ "postfix": false, "binop": null }, - "start": 63140, - "end": 63141, + "start": 63857, + "end": 63858, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 16 }, "end": { - "line": 1790, + "line": 1809, "column": 17 } } @@ -434536,15 +438128,15 @@ "postfix": false, "binop": null }, - "start": 63141, - "end": 63142, + "start": 63858, + "end": 63859, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 17 }, "end": { - "line": 1790, + "line": 1809, "column": 18 } } @@ -434562,15 +438154,15 @@ "binop": null }, "value": "err", - "start": 63142, - "end": 63145, + "start": 63859, + "end": 63862, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 18 }, "end": { - "line": 1790, + "line": 1809, "column": 21 } } @@ -434587,15 +438179,15 @@ "postfix": false, "binop": null }, - "start": 63145, - "end": 63146, + "start": 63862, + "end": 63863, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 21 }, "end": { - "line": 1790, + "line": 1809, "column": 22 } } @@ -434613,15 +438205,15 @@ "binop": null, "updateContext": null }, - "start": 63147, - "end": 63149, + "start": 63864, + "end": 63866, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 23 }, "end": { - "line": 1790, + "line": 1809, "column": 25 } } @@ -434638,15 +438230,15 @@ "postfix": false, "binop": null }, - "start": 63150, - "end": 63151, + "start": 63867, + "end": 63868, "loc": { "start": { - "line": 1790, + "line": 1809, "column": 26 }, "end": { - "line": 1790, + "line": 1809, "column": 27 } } @@ -434666,15 +438258,15 @@ "updateContext": null }, "value": "this", - "start": 63164, - "end": 63168, + "start": 63881, + "end": 63885, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 12 }, "end": { - "line": 1791, + "line": 1810, "column": 16 } } @@ -434692,15 +438284,15 @@ "binop": null, "updateContext": null }, - "start": 63168, - "end": 63169, + "start": 63885, + "end": 63886, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 16 }, "end": { - "line": 1791, + "line": 1810, "column": 17 } } @@ -434718,15 +438310,15 @@ "binop": null }, "value": "player", - "start": 63169, - "end": 63175, + "start": 63886, + "end": 63892, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 17 }, "end": { - "line": 1791, + "line": 1810, "column": 23 } } @@ -434744,15 +438336,15 @@ "binop": null, "updateContext": null }, - "start": 63175, - "end": 63176, + "start": 63892, + "end": 63893, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 23 }, "end": { - "line": 1791, + "line": 1810, "column": 24 } } @@ -434770,15 +438362,15 @@ "binop": null }, "value": "enumerateErrorCode", - "start": 63176, - "end": 63194, + "start": 63893, + "end": 63911, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 24 }, "end": { - "line": 1791, + "line": 1810, "column": 42 } } @@ -434797,15 +438389,15 @@ "updateContext": null }, "value": "=", - "start": 63195, - "end": 63196, + "start": 63912, + "end": 63913, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 43 }, "end": { - "line": 1791, + "line": 1810, "column": 44 } } @@ -434823,15 +438415,15 @@ "binop": null }, "value": "err", - "start": 63197, - "end": 63200, + "start": 63914, + "end": 63917, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 45 }, "end": { - "line": 1791, + "line": 1810, "column": 48 } } @@ -434849,15 +438441,15 @@ "binop": null, "updateContext": null }, - "start": 63200, - "end": 63201, + "start": 63917, + "end": 63918, "loc": { "start": { - "line": 1791, + "line": 1810, "column": 48 }, "end": { - "line": 1791, + "line": 1810, "column": 49 } } @@ -434877,15 +438469,15 @@ "updateContext": null }, "value": "this", - "start": 63214, - "end": 63218, + "start": 63931, + "end": 63935, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 12 }, "end": { - "line": 1792, + "line": 1811, "column": 16 } } @@ -434903,15 +438495,15 @@ "binop": null, "updateContext": null }, - "start": 63218, - "end": 63219, + "start": 63935, + "end": 63936, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 16 }, "end": { - "line": 1792, + "line": 1811, "column": 17 } } @@ -434929,15 +438521,15 @@ "binop": null }, "value": "player", - "start": 63219, - "end": 63225, + "start": 63936, + "end": 63942, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 17 }, "end": { - "line": 1792, + "line": 1811, "column": 23 } } @@ -434955,15 +438547,15 @@ "binop": null, "updateContext": null }, - "start": 63225, - "end": 63226, + "start": 63942, + "end": 63943, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 23 }, "end": { - "line": 1792, + "line": 1811, "column": 24 } } @@ -434981,15 +438573,15 @@ "binop": null }, "value": "trigger", - "start": 63226, - "end": 63233, + "start": 63943, + "end": 63950, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 24 }, "end": { - "line": 1792, + "line": 1811, "column": 31 } } @@ -435006,15 +438598,15 @@ "postfix": false, "binop": null }, - "start": 63233, - "end": 63234, + "start": 63950, + "end": 63951, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 31 }, "end": { - "line": 1792, + "line": 1811, "column": 32 } } @@ -435032,15 +438624,15 @@ "binop": null }, "value": "Event", - "start": 63234, - "end": 63239, + "start": 63951, + "end": 63956, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 32 }, "end": { - "line": 1792, + "line": 1811, "column": 37 } } @@ -435058,15 +438650,15 @@ "binop": null, "updateContext": null }, - "start": 63239, - "end": 63240, + "start": 63956, + "end": 63957, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 37 }, "end": { - "line": 1792, + "line": 1811, "column": 38 } } @@ -435084,15 +438676,15 @@ "binop": null }, "value": "ENUMERATE_ERROR", - "start": 63240, - "end": 63255, + "start": 63957, + "end": 63972, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 38 }, "end": { - "line": 1792, + "line": 1811, "column": 53 } } @@ -435109,15 +438701,15 @@ "postfix": false, "binop": null }, - "start": 63255, - "end": 63256, + "start": 63972, + "end": 63973, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 53 }, "end": { - "line": 1792, + "line": 1811, "column": 54 } } @@ -435135,15 +438727,15 @@ "binop": null, "updateContext": null }, - "start": 63256, - "end": 63257, + "start": 63973, + "end": 63974, "loc": { "start": { - "line": 1792, + "line": 1811, "column": 54 }, "end": { - "line": 1792, + "line": 1811, "column": 55 } } @@ -435160,15 +438752,15 @@ "postfix": false, "binop": null }, - "start": 63266, - "end": 63267, + "start": 63983, + "end": 63984, "loc": { "start": { - "line": 1793, + "line": 1812, "column": 8 }, "end": { - "line": 1793, + "line": 1812, "column": 9 } } @@ -435185,15 +438777,15 @@ "postfix": false, "binop": null }, - "start": 63267, - "end": 63268, + "start": 63984, + "end": 63985, "loc": { "start": { - "line": 1793, + "line": 1812, "column": 9 }, "end": { - "line": 1793, + "line": 1812, "column": 10 } } @@ -435211,15 +438803,15 @@ "binop": null, "updateContext": null }, - "start": 63268, - "end": 63269, + "start": 63985, + "end": 63986, "loc": { "start": { - "line": 1793, + "line": 1812, "column": 10 }, "end": { - "line": 1793, + "line": 1812, "column": 11 } } @@ -435236,15 +438828,15 @@ "postfix": false, "binop": null }, - "start": 63274, - "end": 63275, + "start": 63991, + "end": 63992, "loc": { "start": { - "line": 1794, + "line": 1813, "column": 4 }, "end": { - "line": 1794, + "line": 1813, "column": 5 } } @@ -435252,15 +438844,15 @@ { "type": "CommentBlock", "value": "*\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n ", - "start": 63281, - "end": 63401, + "start": 63998, + "end": 64118, "loc": { "start": { - "line": 1796, + "line": 1815, "column": 4 }, "end": { - "line": 1800, + "line": 1819, "column": 7 } } @@ -435278,15 +438870,15 @@ "binop": null }, "value": "setVideoInput", - "start": 63406, - "end": 63419, + "start": 64123, + "end": 64136, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 4 }, "end": { - "line": 1801, + "line": 1820, "column": 17 } } @@ -435303,15 +438895,15 @@ "postfix": false, "binop": null }, - "start": 63419, - "end": 63420, + "start": 64136, + "end": 64137, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 17 }, "end": { - "line": 1801, + "line": 1820, "column": 18 } } @@ -435329,15 +438921,15 @@ "binop": null }, "value": "deviceId", - "start": 63420, - "end": 63428, + "start": 64137, + "end": 64145, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 18 }, "end": { - "line": 1801, + "line": 1820, "column": 26 } } @@ -435354,15 +438946,15 @@ "postfix": false, "binop": null }, - "start": 63428, - "end": 63429, + "start": 64145, + "end": 64146, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 26 }, "end": { - "line": 1801, + "line": 1820, "column": 27 } } @@ -435379,15 +438971,15 @@ "postfix": false, "binop": null }, - "start": 63430, - "end": 63431, + "start": 64147, + "end": 64148, "loc": { "start": { - "line": 1801, + "line": 1820, "column": 28 }, "end": { - "line": 1801, + "line": 1820, "column": 29 } } @@ -435407,15 +438999,15 @@ "updateContext": null }, "value": "if", - "start": 63440, - "end": 63442, + "start": 64157, + "end": 64159, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 8 }, "end": { - "line": 1802, + "line": 1821, "column": 10 } } @@ -435432,15 +439024,15 @@ "postfix": false, "binop": null }, - "start": 63443, - "end": 63444, + "start": 64160, + "end": 64161, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 11 }, "end": { - "line": 1802, + "line": 1821, "column": 12 } } @@ -435460,15 +439052,15 @@ "updateContext": null }, "value": "this", - "start": 63444, - "end": 63448, + "start": 64161, + "end": 64165, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 12 }, "end": { - "line": 1802, + "line": 1821, "column": 16 } } @@ -435486,15 +439078,15 @@ "binop": null, "updateContext": null }, - "start": 63448, - "end": 63449, + "start": 64165, + "end": 64166, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 16 }, "end": { - "line": 1802, + "line": 1821, "column": 17 } } @@ -435512,15 +439104,15 @@ "binop": null }, "value": "recordVideo", - "start": 63449, - "end": 63460, + "start": 64166, + "end": 64177, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 17 }, "end": { - "line": 1802, + "line": 1821, "column": 28 } } @@ -435539,15 +439131,15 @@ "updateContext": null }, "value": "===", - "start": 63461, - "end": 63464, + "start": 64178, + "end": 64181, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 29 }, "end": { - "line": 1802, + "line": 1821, "column": 32 } } @@ -435565,15 +439157,15 @@ "binop": null }, "value": "Object", - "start": 63465, - "end": 63471, + "start": 64182, + "end": 64188, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 33 }, "end": { - "line": 1802, + "line": 1821, "column": 39 } } @@ -435590,15 +439182,15 @@ "postfix": false, "binop": null }, - "start": 63471, - "end": 63472, + "start": 64188, + "end": 64189, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 39 }, "end": { - "line": 1802, + "line": 1821, "column": 40 } } @@ -435618,15 +439210,15 @@ "updateContext": null }, "value": "this", - "start": 63472, - "end": 63476, + "start": 64189, + "end": 64193, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 40 }, "end": { - "line": 1802, + "line": 1821, "column": 44 } } @@ -435644,15 +439236,15 @@ "binop": null, "updateContext": null }, - "start": 63476, - "end": 63477, + "start": 64193, + "end": 64194, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 44 }, "end": { - "line": 1802, + "line": 1821, "column": 45 } } @@ -435670,15 +439262,15 @@ "binop": null }, "value": "recordVideo", - "start": 63477, - "end": 63488, + "start": 64194, + "end": 64205, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 45 }, "end": { - "line": 1802, + "line": 1821, "column": 56 } } @@ -435695,15 +439287,15 @@ "postfix": false, "binop": null }, - "start": 63488, - "end": 63489, + "start": 64205, + "end": 64206, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 56 }, "end": { - "line": 1802, + "line": 1821, "column": 57 } } @@ -435720,15 +439312,15 @@ "postfix": false, "binop": null }, - "start": 63489, - "end": 63490, + "start": 64206, + "end": 64207, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 57 }, "end": { - "line": 1802, + "line": 1821, "column": 58 } } @@ -435745,15 +439337,15 @@ "postfix": false, "binop": null }, - "start": 63491, - "end": 63492, + "start": 64208, + "end": 64209, "loc": { "start": { - "line": 1802, + "line": 1821, "column": 59 }, "end": { - "line": 1802, + "line": 1821, "column": 60 } } @@ -435761,15 +439353,15 @@ { "type": "CommentLine", "value": " already using video constraints", - "start": 63505, - "end": 63539, + "start": 64222, + "end": 64256, "loc": { "start": { - "line": 1803, + "line": 1822, "column": 12 }, "end": { - "line": 1803, + "line": 1822, "column": 46 } } @@ -435789,15 +439381,15 @@ "updateContext": null }, "value": "this", - "start": 63552, - "end": 63556, + "start": 64269, + "end": 64273, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 12 }, "end": { - "line": 1804, + "line": 1823, "column": 16 } } @@ -435815,15 +439407,15 @@ "binop": null, "updateContext": null }, - "start": 63556, - "end": 63557, + "start": 64273, + "end": 64274, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 16 }, "end": { - "line": 1804, + "line": 1823, "column": 17 } } @@ -435841,15 +439433,15 @@ "binop": null }, "value": "recordVideo", - "start": 63557, - "end": 63568, + "start": 64274, + "end": 64285, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 17 }, "end": { - "line": 1804, + "line": 1823, "column": 28 } } @@ -435867,15 +439459,15 @@ "binop": null, "updateContext": null }, - "start": 63568, - "end": 63569, + "start": 64285, + "end": 64286, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 28 }, "end": { - "line": 1804, + "line": 1823, "column": 29 } } @@ -435893,15 +439485,15 @@ "binop": null }, "value": "deviceId", - "start": 63569, - "end": 63577, + "start": 64286, + "end": 64294, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 29 }, "end": { - "line": 1804, + "line": 1823, "column": 37 } } @@ -435920,15 +439512,15 @@ "updateContext": null }, "value": "=", - "start": 63578, - "end": 63579, + "start": 64295, + "end": 64296, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 38 }, "end": { - "line": 1804, + "line": 1823, "column": 39 } } @@ -435945,15 +439537,15 @@ "postfix": false, "binop": null }, - "start": 63580, - "end": 63581, + "start": 64297, + "end": 64298, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 40 }, "end": { - "line": 1804, + "line": 1823, "column": 41 } } @@ -435971,15 +439563,15 @@ "binop": null }, "value": "exact", - "start": 63581, - "end": 63586, + "start": 64298, + "end": 64303, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 41 }, "end": { - "line": 1804, + "line": 1823, "column": 46 } } @@ -435997,15 +439589,15 @@ "binop": null, "updateContext": null }, - "start": 63586, - "end": 63587, + "start": 64303, + "end": 64304, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 46 }, "end": { - "line": 1804, + "line": 1823, "column": 47 } } @@ -436023,15 +439615,15 @@ "binop": null }, "value": "deviceId", - "start": 63588, - "end": 63596, + "start": 64305, + "end": 64313, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 48 }, "end": { - "line": 1804, + "line": 1823, "column": 56 } } @@ -436048,15 +439640,15 @@ "postfix": false, "binop": null }, - "start": 63596, - "end": 63597, + "start": 64313, + "end": 64314, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 56 }, "end": { - "line": 1804, + "line": 1823, "column": 57 } } @@ -436074,15 +439666,15 @@ "binop": null, "updateContext": null }, - "start": 63597, - "end": 63598, + "start": 64314, + "end": 64315, "loc": { "start": { - "line": 1804, + "line": 1823, "column": 57 }, "end": { - "line": 1804, + "line": 1823, "column": 58 } } @@ -436099,15 +439691,15 @@ "postfix": false, "binop": null }, - "start": 63608, - "end": 63609, + "start": 64325, + "end": 64326, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 8 }, "end": { - "line": 1806, + "line": 1825, "column": 9 } } @@ -436127,15 +439719,15 @@ "updateContext": null }, "value": "else", - "start": 63610, - "end": 63614, + "start": 64327, + "end": 64331, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 10 }, "end": { - "line": 1806, + "line": 1825, "column": 14 } } @@ -436155,15 +439747,15 @@ "updateContext": null }, "value": "if", - "start": 63615, - "end": 63617, + "start": 64332, + "end": 64334, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 15 }, "end": { - "line": 1806, + "line": 1825, "column": 17 } } @@ -436180,15 +439772,15 @@ "postfix": false, "binop": null }, - "start": 63618, - "end": 63619, + "start": 64335, + "end": 64336, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 18 }, "end": { - "line": 1806, + "line": 1825, "column": 19 } } @@ -436208,15 +439800,15 @@ "updateContext": null }, "value": "this", - "start": 63619, - "end": 63623, + "start": 64336, + "end": 64340, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 19 }, "end": { - "line": 1806, + "line": 1825, "column": 23 } } @@ -436234,15 +439826,15 @@ "binop": null, "updateContext": null }, - "start": 63623, - "end": 63624, + "start": 64340, + "end": 64341, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 23 }, "end": { - "line": 1806, + "line": 1825, "column": 24 } } @@ -436260,15 +439852,15 @@ "binop": null }, "value": "recordVideo", - "start": 63624, - "end": 63635, + "start": 64341, + "end": 64352, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 24 }, "end": { - "line": 1806, + "line": 1825, "column": 35 } } @@ -436287,15 +439879,15 @@ "updateContext": null }, "value": "===", - "start": 63636, - "end": 63639, + "start": 64353, + "end": 64356, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 36 }, "end": { - "line": 1806, + "line": 1825, "column": 39 } } @@ -436315,15 +439907,15 @@ "updateContext": null }, "value": "true", - "start": 63640, - "end": 63644, + "start": 64357, + "end": 64361, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 40 }, "end": { - "line": 1806, + "line": 1825, "column": 44 } } @@ -436340,15 +439932,15 @@ "postfix": false, "binop": null }, - "start": 63644, - "end": 63645, + "start": 64361, + "end": 64362, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 44 }, "end": { - "line": 1806, + "line": 1825, "column": 45 } } @@ -436365,15 +439957,15 @@ "postfix": false, "binop": null }, - "start": 63646, - "end": 63647, + "start": 64363, + "end": 64364, "loc": { "start": { - "line": 1806, + "line": 1825, "column": 46 }, "end": { - "line": 1806, + "line": 1825, "column": 47 } } @@ -436381,15 +439973,15 @@ { "type": "CommentLine", "value": " not using video constraints already, so force it", - "start": 63660, - "end": 63711, + "start": 64377, + "end": 64428, "loc": { "start": { - "line": 1807, + "line": 1826, "column": 12 }, "end": { - "line": 1807, + "line": 1826, "column": 63 } } @@ -436409,15 +440001,15 @@ "updateContext": null }, "value": "this", - "start": 63724, - "end": 63728, + "start": 64441, + "end": 64445, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 12 }, "end": { - "line": 1808, + "line": 1827, "column": 16 } } @@ -436435,15 +440027,15 @@ "binop": null, "updateContext": null }, - "start": 63728, - "end": 63729, + "start": 64445, + "end": 64446, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 16 }, "end": { - "line": 1808, + "line": 1827, "column": 17 } } @@ -436461,15 +440053,15 @@ "binop": null }, "value": "recordVideo", - "start": 63729, - "end": 63740, + "start": 64446, + "end": 64457, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 17 }, "end": { - "line": 1808, + "line": 1827, "column": 28 } } @@ -436488,15 +440080,15 @@ "updateContext": null }, "value": "=", - "start": 63741, - "end": 63742, + "start": 64458, + "end": 64459, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 29 }, "end": { - "line": 1808, + "line": 1827, "column": 30 } } @@ -436513,15 +440105,15 @@ "postfix": false, "binop": null }, - "start": 63743, - "end": 63744, + "start": 64460, + "end": 64461, "loc": { "start": { - "line": 1808, + "line": 1827, "column": 31 }, "end": { - "line": 1808, + "line": 1827, "column": 32 } } @@ -436539,15 +440131,15 @@ "binop": null }, "value": "deviceId", - "start": 63761, - "end": 63769, + "start": 64478, + "end": 64486, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 16 }, "end": { - "line": 1809, + "line": 1828, "column": 24 } } @@ -436565,15 +440157,15 @@ "binop": null, "updateContext": null }, - "start": 63769, - "end": 63770, + "start": 64486, + "end": 64487, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 24 }, "end": { - "line": 1809, + "line": 1828, "column": 25 } } @@ -436590,15 +440182,15 @@ "postfix": false, "binop": null }, - "start": 63771, - "end": 63772, + "start": 64488, + "end": 64489, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 26 }, "end": { - "line": 1809, + "line": 1828, "column": 27 } } @@ -436616,15 +440208,15 @@ "binop": null }, "value": "exact", - "start": 63772, - "end": 63777, + "start": 64489, + "end": 64494, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 27 }, "end": { - "line": 1809, + "line": 1828, "column": 32 } } @@ -436642,15 +440234,15 @@ "binop": null, "updateContext": null }, - "start": 63777, - "end": 63778, + "start": 64494, + "end": 64495, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 32 }, "end": { - "line": 1809, + "line": 1828, "column": 33 } } @@ -436668,15 +440260,15 @@ "binop": null }, "value": "deviceId", - "start": 63779, - "end": 63787, + "start": 64496, + "end": 64504, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 34 }, "end": { - "line": 1809, + "line": 1828, "column": 42 } } @@ -436693,15 +440285,15 @@ "postfix": false, "binop": null }, - "start": 63787, - "end": 63788, + "start": 64504, + "end": 64505, "loc": { "start": { - "line": 1809, + "line": 1828, "column": 42 }, "end": { - "line": 1809, + "line": 1828, "column": 43 } } @@ -436718,15 +440310,15 @@ "postfix": false, "binop": null }, - "start": 63801, - "end": 63802, + "start": 64518, + "end": 64519, "loc": { "start": { - "line": 1810, + "line": 1829, "column": 12 }, "end": { - "line": 1810, + "line": 1829, "column": 13 } } @@ -436744,15 +440336,15 @@ "binop": null, "updateContext": null }, - "start": 63802, - "end": 63803, + "start": 64519, + "end": 64520, "loc": { "start": { - "line": 1810, + "line": 1829, "column": 13 }, "end": { - "line": 1810, + "line": 1829, "column": 14 } } @@ -436769,15 +440361,15 @@ "postfix": false, "binop": null }, - "start": 63812, - "end": 63813, + "start": 64529, + "end": 64530, "loc": { "start": { - "line": 1811, + "line": 1830, "column": 8 }, "end": { - "line": 1811, + "line": 1830, "column": 9 } } @@ -436785,15 +440377,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 63823, - "end": 63849, + "start": 64540, + "end": 64566, "loc": { "start": { - "line": 1813, + "line": 1832, "column": 8 }, "end": { - "line": 1813, + "line": 1832, "column": 34 } } @@ -436813,15 +440405,15 @@ "updateContext": null }, "value": "this", - "start": 63858, - "end": 63862, + "start": 64575, + "end": 64579, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 8 }, "end": { - "line": 1814, + "line": 1833, "column": 12 } } @@ -436839,15 +440431,15 @@ "binop": null, "updateContext": null }, - "start": 63862, - "end": 63863, + "start": 64579, + "end": 64580, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 12 }, "end": { - "line": 1814, + "line": 1833, "column": 13 } } @@ -436865,15 +440457,15 @@ "binop": null }, "value": "stopDevice", - "start": 63863, - "end": 63873, + "start": 64580, + "end": 64590, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 13 }, "end": { - "line": 1814, + "line": 1833, "column": 23 } } @@ -436890,15 +440482,15 @@ "postfix": false, "binop": null }, - "start": 63873, - "end": 63874, + "start": 64590, + "end": 64591, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 23 }, "end": { - "line": 1814, + "line": 1833, "column": 24 } } @@ -436915,15 +440507,15 @@ "postfix": false, "binop": null }, - "start": 63874, - "end": 63875, + "start": 64591, + "end": 64592, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 24 }, "end": { - "line": 1814, + "line": 1833, "column": 25 } } @@ -436941,15 +440533,15 @@ "binop": null, "updateContext": null }, - "start": 63875, - "end": 63876, + "start": 64592, + "end": 64593, "loc": { "start": { - "line": 1814, + "line": 1833, "column": 25 }, "end": { - "line": 1814, + "line": 1833, "column": 26 } } @@ -436957,15 +440549,15 @@ { "type": "CommentLine", "value": " ask for video input device permissions and start device", - "start": 63886, - "end": 63944, + "start": 64603, + "end": 64661, "loc": { "start": { - "line": 1816, + "line": 1835, "column": 8 }, "end": { - "line": 1816, + "line": 1835, "column": 66 } } @@ -436985,15 +440577,15 @@ "updateContext": null }, "value": "this", - "start": 63953, - "end": 63957, + "start": 64670, + "end": 64674, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 8 }, "end": { - "line": 1817, + "line": 1836, "column": 12 } } @@ -437011,15 +440603,15 @@ "binop": null, "updateContext": null }, - "start": 63957, - "end": 63958, + "start": 64674, + "end": 64675, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 12 }, "end": { - "line": 1817, + "line": 1836, "column": 13 } } @@ -437037,15 +440629,15 @@ "binop": null }, "value": "getDevice", - "start": 63958, - "end": 63967, + "start": 64675, + "end": 64684, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 13 }, "end": { - "line": 1817, + "line": 1836, "column": 22 } } @@ -437062,15 +440654,15 @@ "postfix": false, "binop": null }, - "start": 63967, - "end": 63968, + "start": 64684, + "end": 64685, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 22 }, "end": { - "line": 1817, + "line": 1836, "column": 23 } } @@ -437087,15 +440679,15 @@ "postfix": false, "binop": null }, - "start": 63968, - "end": 63969, + "start": 64685, + "end": 64686, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 23 }, "end": { - "line": 1817, + "line": 1836, "column": 24 } } @@ -437113,15 +440705,15 @@ "binop": null, "updateContext": null }, - "start": 63969, - "end": 63970, + "start": 64686, + "end": 64687, "loc": { "start": { - "line": 1817, + "line": 1836, "column": 24 }, "end": { - "line": 1817, + "line": 1836, "column": 25 } } @@ -437138,15 +440730,15 @@ "postfix": false, "binop": null }, - "start": 63975, - "end": 63976, + "start": 64692, + "end": 64693, "loc": { "start": { - "line": 1818, + "line": 1837, "column": 4 }, "end": { - "line": 1818, + "line": 1837, "column": 5 } } @@ -437154,15 +440746,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n ", - "start": 63982, - "end": 64102, + "start": 64699, + "end": 64819, "loc": { "start": { - "line": 1820, + "line": 1839, "column": 4 }, "end": { - "line": 1824, + "line": 1843, "column": 7 } } @@ -437180,15 +440772,15 @@ "binop": null }, "value": "setAudioInput", - "start": 64107, - "end": 64120, + "start": 64824, + "end": 64837, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 4 }, "end": { - "line": 1825, + "line": 1844, "column": 17 } } @@ -437205,15 +440797,15 @@ "postfix": false, "binop": null }, - "start": 64120, - "end": 64121, + "start": 64837, + "end": 64838, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 17 }, "end": { - "line": 1825, + "line": 1844, "column": 18 } } @@ -437231,15 +440823,15 @@ "binop": null }, "value": "deviceId", - "start": 64121, - "end": 64129, + "start": 64838, + "end": 64846, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 18 }, "end": { - "line": 1825, + "line": 1844, "column": 26 } } @@ -437256,15 +440848,15 @@ "postfix": false, "binop": null }, - "start": 64129, - "end": 64130, + "start": 64846, + "end": 64847, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 26 }, "end": { - "line": 1825, + "line": 1844, "column": 27 } } @@ -437281,15 +440873,15 @@ "postfix": false, "binop": null }, - "start": 64131, - "end": 64132, + "start": 64848, + "end": 64849, "loc": { "start": { - "line": 1825, + "line": 1844, "column": 28 }, "end": { - "line": 1825, + "line": 1844, "column": 29 } } @@ -437309,15 +440901,15 @@ "updateContext": null }, "value": "if", - "start": 64141, - "end": 64143, + "start": 64858, + "end": 64860, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 8 }, "end": { - "line": 1826, + "line": 1845, "column": 10 } } @@ -437334,15 +440926,15 @@ "postfix": false, "binop": null }, - "start": 64144, - "end": 64145, + "start": 64861, + "end": 64862, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 11 }, "end": { - "line": 1826, + "line": 1845, "column": 12 } } @@ -437362,15 +440954,15 @@ "updateContext": null }, "value": "this", - "start": 64145, - "end": 64149, + "start": 64862, + "end": 64866, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 12 }, "end": { - "line": 1826, + "line": 1845, "column": 16 } } @@ -437388,15 +440980,15 @@ "binop": null, "updateContext": null }, - "start": 64149, - "end": 64150, + "start": 64866, + "end": 64867, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 16 }, "end": { - "line": 1826, + "line": 1845, "column": 17 } } @@ -437414,15 +441006,15 @@ "binop": null }, "value": "recordAudio", - "start": 64150, - "end": 64161, + "start": 64867, + "end": 64878, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 17 }, "end": { - "line": 1826, + "line": 1845, "column": 28 } } @@ -437441,15 +441033,15 @@ "updateContext": null }, "value": "===", - "start": 64162, - "end": 64165, + "start": 64879, + "end": 64882, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 29 }, "end": { - "line": 1826, + "line": 1845, "column": 32 } } @@ -437467,15 +441059,15 @@ "binop": null }, "value": "Object", - "start": 64166, - "end": 64172, + "start": 64883, + "end": 64889, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 33 }, "end": { - "line": 1826, + "line": 1845, "column": 39 } } @@ -437492,15 +441084,15 @@ "postfix": false, "binop": null }, - "start": 64172, - "end": 64173, + "start": 64889, + "end": 64890, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 39 }, "end": { - "line": 1826, + "line": 1845, "column": 40 } } @@ -437520,15 +441112,15 @@ "updateContext": null }, "value": "this", - "start": 64173, - "end": 64177, + "start": 64890, + "end": 64894, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 40 }, "end": { - "line": 1826, + "line": 1845, "column": 44 } } @@ -437546,15 +441138,15 @@ "binop": null, "updateContext": null }, - "start": 64177, - "end": 64178, + "start": 64894, + "end": 64895, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 44 }, "end": { - "line": 1826, + "line": 1845, "column": 45 } } @@ -437572,15 +441164,15 @@ "binop": null }, "value": "recordAudio", - "start": 64178, - "end": 64189, + "start": 64895, + "end": 64906, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 45 }, "end": { - "line": 1826, + "line": 1845, "column": 56 } } @@ -437597,15 +441189,15 @@ "postfix": false, "binop": null }, - "start": 64189, - "end": 64190, + "start": 64906, + "end": 64907, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 56 }, "end": { - "line": 1826, + "line": 1845, "column": 57 } } @@ -437622,15 +441214,15 @@ "postfix": false, "binop": null }, - "start": 64190, - "end": 64191, + "start": 64907, + "end": 64908, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 57 }, "end": { - "line": 1826, + "line": 1845, "column": 58 } } @@ -437647,15 +441239,15 @@ "postfix": false, "binop": null }, - "start": 64192, - "end": 64193, + "start": 64909, + "end": 64910, "loc": { "start": { - "line": 1826, + "line": 1845, "column": 59 }, "end": { - "line": 1826, + "line": 1845, "column": 60 } } @@ -437663,15 +441255,15 @@ { "type": "CommentLine", "value": " already using audio constraints", - "start": 64206, - "end": 64240, + "start": 64923, + "end": 64957, "loc": { "start": { - "line": 1827, + "line": 1846, "column": 12 }, "end": { - "line": 1827, + "line": 1846, "column": 46 } } @@ -437691,15 +441283,15 @@ "updateContext": null }, "value": "this", - "start": 64253, - "end": 64257, + "start": 64970, + "end": 64974, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 12 }, "end": { - "line": 1828, + "line": 1847, "column": 16 } } @@ -437717,15 +441309,15 @@ "binop": null, "updateContext": null }, - "start": 64257, - "end": 64258, + "start": 64974, + "end": 64975, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 16 }, "end": { - "line": 1828, + "line": 1847, "column": 17 } } @@ -437743,15 +441335,15 @@ "binop": null }, "value": "recordAudio", - "start": 64258, - "end": 64269, + "start": 64975, + "end": 64986, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 17 }, "end": { - "line": 1828, + "line": 1847, "column": 28 } } @@ -437769,15 +441361,15 @@ "binop": null, "updateContext": null }, - "start": 64269, - "end": 64270, + "start": 64986, + "end": 64987, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 28 }, "end": { - "line": 1828, + "line": 1847, "column": 29 } } @@ -437795,15 +441387,15 @@ "binop": null }, "value": "deviceId", - "start": 64270, - "end": 64278, + "start": 64987, + "end": 64995, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 29 }, "end": { - "line": 1828, + "line": 1847, "column": 37 } } @@ -437822,15 +441414,15 @@ "updateContext": null }, "value": "=", - "start": 64279, - "end": 64280, + "start": 64996, + "end": 64997, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 38 }, "end": { - "line": 1828, + "line": 1847, "column": 39 } } @@ -437847,15 +441439,15 @@ "postfix": false, "binop": null }, - "start": 64281, - "end": 64282, + "start": 64998, + "end": 64999, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 40 }, "end": { - "line": 1828, + "line": 1847, "column": 41 } } @@ -437873,15 +441465,15 @@ "binop": null }, "value": "exact", - "start": 64282, - "end": 64287, + "start": 64999, + "end": 65004, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 41 }, "end": { - "line": 1828, + "line": 1847, "column": 46 } } @@ -437899,15 +441491,15 @@ "binop": null, "updateContext": null }, - "start": 64287, - "end": 64288, + "start": 65004, + "end": 65005, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 46 }, "end": { - "line": 1828, + "line": 1847, "column": 47 } } @@ -437925,15 +441517,15 @@ "binop": null }, "value": "deviceId", - "start": 64289, - "end": 64297, + "start": 65006, + "end": 65014, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 48 }, "end": { - "line": 1828, + "line": 1847, "column": 56 } } @@ -437950,15 +441542,15 @@ "postfix": false, "binop": null }, - "start": 64297, - "end": 64298, + "start": 65014, + "end": 65015, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 56 }, "end": { - "line": 1828, + "line": 1847, "column": 57 } } @@ -437976,15 +441568,15 @@ "binop": null, "updateContext": null }, - "start": 64298, - "end": 64299, + "start": 65015, + "end": 65016, "loc": { "start": { - "line": 1828, + "line": 1847, "column": 57 }, "end": { - "line": 1828, + "line": 1847, "column": 58 } } @@ -438001,15 +441593,15 @@ "postfix": false, "binop": null }, - "start": 64309, - "end": 64310, + "start": 65026, + "end": 65027, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 8 }, "end": { - "line": 1830, + "line": 1849, "column": 9 } } @@ -438029,15 +441621,15 @@ "updateContext": null }, "value": "else", - "start": 64311, - "end": 64315, + "start": 65028, + "end": 65032, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 10 }, "end": { - "line": 1830, + "line": 1849, "column": 14 } } @@ -438057,15 +441649,15 @@ "updateContext": null }, "value": "if", - "start": 64316, - "end": 64318, + "start": 65033, + "end": 65035, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 15 }, "end": { - "line": 1830, + "line": 1849, "column": 17 } } @@ -438082,15 +441674,15 @@ "postfix": false, "binop": null }, - "start": 64319, - "end": 64320, + "start": 65036, + "end": 65037, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 18 }, "end": { - "line": 1830, + "line": 1849, "column": 19 } } @@ -438110,15 +441702,15 @@ "updateContext": null }, "value": "this", - "start": 64320, - "end": 64324, + "start": 65037, + "end": 65041, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 19 }, "end": { - "line": 1830, + "line": 1849, "column": 23 } } @@ -438136,15 +441728,15 @@ "binop": null, "updateContext": null }, - "start": 64324, - "end": 64325, + "start": 65041, + "end": 65042, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 23 }, "end": { - "line": 1830, + "line": 1849, "column": 24 } } @@ -438162,15 +441754,15 @@ "binop": null }, "value": "recordAudio", - "start": 64325, - "end": 64336, + "start": 65042, + "end": 65053, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 24 }, "end": { - "line": 1830, + "line": 1849, "column": 35 } } @@ -438189,15 +441781,15 @@ "updateContext": null }, "value": "===", - "start": 64337, - "end": 64340, + "start": 65054, + "end": 65057, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 36 }, "end": { - "line": 1830, + "line": 1849, "column": 39 } } @@ -438217,15 +441809,15 @@ "updateContext": null }, "value": "true", - "start": 64341, - "end": 64345, + "start": 65058, + "end": 65062, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 40 }, "end": { - "line": 1830, + "line": 1849, "column": 44 } } @@ -438242,15 +441834,15 @@ "postfix": false, "binop": null }, - "start": 64345, - "end": 64346, + "start": 65062, + "end": 65063, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 44 }, "end": { - "line": 1830, + "line": 1849, "column": 45 } } @@ -438267,15 +441859,15 @@ "postfix": false, "binop": null }, - "start": 64347, - "end": 64348, + "start": 65064, + "end": 65065, "loc": { "start": { - "line": 1830, + "line": 1849, "column": 46 }, "end": { - "line": 1830, + "line": 1849, "column": 47 } } @@ -438283,15 +441875,15 @@ { "type": "CommentLine", "value": " not using audio constraints already, so force it", - "start": 64361, - "end": 64412, + "start": 65078, + "end": 65129, "loc": { "start": { - "line": 1831, + "line": 1850, "column": 12 }, "end": { - "line": 1831, + "line": 1850, "column": 63 } } @@ -438311,15 +441903,15 @@ "updateContext": null }, "value": "this", - "start": 64425, - "end": 64429, + "start": 65142, + "end": 65146, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 12 }, "end": { - "line": 1832, + "line": 1851, "column": 16 } } @@ -438337,15 +441929,15 @@ "binop": null, "updateContext": null }, - "start": 64429, - "end": 64430, + "start": 65146, + "end": 65147, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 16 }, "end": { - "line": 1832, + "line": 1851, "column": 17 } } @@ -438363,15 +441955,15 @@ "binop": null }, "value": "recordAudio", - "start": 64430, - "end": 64441, + "start": 65147, + "end": 65158, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 17 }, "end": { - "line": 1832, + "line": 1851, "column": 28 } } @@ -438390,15 +441982,15 @@ "updateContext": null }, "value": "=", - "start": 64442, - "end": 64443, + "start": 65159, + "end": 65160, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 29 }, "end": { - "line": 1832, + "line": 1851, "column": 30 } } @@ -438415,15 +442007,15 @@ "postfix": false, "binop": null }, - "start": 64444, - "end": 64445, + "start": 65161, + "end": 65162, "loc": { "start": { - "line": 1832, + "line": 1851, "column": 31 }, "end": { - "line": 1832, + "line": 1851, "column": 32 } } @@ -438441,15 +442033,15 @@ "binop": null }, "value": "deviceId", - "start": 64462, - "end": 64470, + "start": 65179, + "end": 65187, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 16 }, "end": { - "line": 1833, + "line": 1852, "column": 24 } } @@ -438467,15 +442059,15 @@ "binop": null, "updateContext": null }, - "start": 64470, - "end": 64471, + "start": 65187, + "end": 65188, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 24 }, "end": { - "line": 1833, + "line": 1852, "column": 25 } } @@ -438492,15 +442084,15 @@ "postfix": false, "binop": null }, - "start": 64472, - "end": 64473, + "start": 65189, + "end": 65190, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 26 }, "end": { - "line": 1833, + "line": 1852, "column": 27 } } @@ -438518,15 +442110,15 @@ "binop": null }, "value": "exact", - "start": 64473, - "end": 64478, + "start": 65190, + "end": 65195, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 27 }, "end": { - "line": 1833, + "line": 1852, "column": 32 } } @@ -438544,15 +442136,15 @@ "binop": null, "updateContext": null }, - "start": 64478, - "end": 64479, + "start": 65195, + "end": 65196, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 32 }, "end": { - "line": 1833, + "line": 1852, "column": 33 } } @@ -438570,15 +442162,15 @@ "binop": null }, "value": "deviceId", - "start": 64480, - "end": 64488, + "start": 65197, + "end": 65205, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 34 }, "end": { - "line": 1833, + "line": 1852, "column": 42 } } @@ -438595,15 +442187,15 @@ "postfix": false, "binop": null }, - "start": 64488, - "end": 64489, + "start": 65205, + "end": 65206, "loc": { "start": { - "line": 1833, + "line": 1852, "column": 42 }, "end": { - "line": 1833, + "line": 1852, "column": 43 } } @@ -438620,15 +442212,15 @@ "postfix": false, "binop": null }, - "start": 64502, - "end": 64503, + "start": 65219, + "end": 65220, "loc": { "start": { - "line": 1834, + "line": 1853, "column": 12 }, "end": { - "line": 1834, + "line": 1853, "column": 13 } } @@ -438646,15 +442238,15 @@ "binop": null, "updateContext": null }, - "start": 64503, - "end": 64504, + "start": 65220, + "end": 65221, "loc": { "start": { - "line": 1834, + "line": 1853, "column": 13 }, "end": { - "line": 1834, + "line": 1853, "column": 14 } } @@ -438671,15 +442263,15 @@ "postfix": false, "binop": null }, - "start": 64513, - "end": 64514, + "start": 65230, + "end": 65231, "loc": { "start": { - "line": 1835, + "line": 1854, "column": 8 }, "end": { - "line": 1835, + "line": 1854, "column": 9 } } @@ -438687,15 +442279,15 @@ { "type": "CommentLine", "value": " update wavesurfer microphone plugin constraints", - "start": 64524, - "end": 64574, + "start": 65241, + "end": 65291, "loc": { "start": { - "line": 1837, + "line": 1856, "column": 8 }, "end": { - "line": 1837, + "line": 1856, "column": 58 } } @@ -438715,15 +442307,15 @@ "updateContext": null }, "value": "switch", - "start": 64583, - "end": 64589, + "start": 65300, + "end": 65306, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 8 }, "end": { - "line": 1838, + "line": 1857, "column": 14 } } @@ -438740,15 +442332,15 @@ "postfix": false, "binop": null }, - "start": 64590, - "end": 64591, + "start": 65307, + "end": 65308, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 15 }, "end": { - "line": 1838, + "line": 1857, "column": 16 } } @@ -438768,15 +442360,15 @@ "updateContext": null }, "value": "this", - "start": 64591, - "end": 64595, + "start": 65308, + "end": 65312, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 16 }, "end": { - "line": 1838, + "line": 1857, "column": 20 } } @@ -438794,15 +442386,15 @@ "binop": null, "updateContext": null }, - "start": 64595, - "end": 64596, + "start": 65312, + "end": 65313, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 20 }, "end": { - "line": 1838, + "line": 1857, "column": 21 } } @@ -438820,15 +442412,15 @@ "binop": null }, "value": "getRecordType", - "start": 64596, - "end": 64609, + "start": 65313, + "end": 65326, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 21 }, "end": { - "line": 1838, + "line": 1857, "column": 34 } } @@ -438845,15 +442437,15 @@ "postfix": false, "binop": null }, - "start": 64609, - "end": 64610, + "start": 65326, + "end": 65327, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 34 }, "end": { - "line": 1838, + "line": 1857, "column": 35 } } @@ -438870,15 +442462,15 @@ "postfix": false, "binop": null }, - "start": 64610, - "end": 64611, + "start": 65327, + "end": 65328, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 35 }, "end": { - "line": 1838, + "line": 1857, "column": 36 } } @@ -438895,15 +442487,15 @@ "postfix": false, "binop": null }, - "start": 64611, - "end": 64612, + "start": 65328, + "end": 65329, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 36 }, "end": { - "line": 1838, + "line": 1857, "column": 37 } } @@ -438920,15 +442512,15 @@ "postfix": false, "binop": null }, - "start": 64613, - "end": 64614, + "start": 65330, + "end": 65331, "loc": { "start": { - "line": 1838, + "line": 1857, "column": 38 }, "end": { - "line": 1838, + "line": 1857, "column": 39 } } @@ -438948,15 +442540,15 @@ "updateContext": null }, "value": "case", - "start": 64627, - "end": 64631, + "start": 65344, + "end": 65348, "loc": { "start": { - "line": 1839, + "line": 1858, "column": 12 }, "end": { - "line": 1839, + "line": 1858, "column": 16 } } @@ -438974,15 +442566,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 64632, - "end": 64642, + "start": 65349, + "end": 65359, "loc": { "start": { - "line": 1839, + "line": 1858, "column": 17 }, "end": { - "line": 1839, + "line": 1858, "column": 27 } } @@ -439000,15 +442592,15 @@ "binop": null, "updateContext": null }, - "start": 64642, - "end": 64643, + "start": 65359, + "end": 65360, "loc": { "start": { - "line": 1839, + "line": 1858, "column": 27 }, "end": { - "line": 1839, + "line": 1858, "column": 28 } } @@ -439028,15 +442620,15 @@ "updateContext": null }, "value": "this", - "start": 64660, - "end": 64664, + "start": 65377, + "end": 65381, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 16 }, "end": { - "line": 1840, + "line": 1859, "column": 20 } } @@ -439054,15 +442646,15 @@ "binop": null, "updateContext": null }, - "start": 64664, - "end": 64665, + "start": 65381, + "end": 65382, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 20 }, "end": { - "line": 1840, + "line": 1859, "column": 21 } } @@ -439080,15 +442672,15 @@ "binop": null }, "value": "surfer", - "start": 64665, - "end": 64671, + "start": 65382, + "end": 65388, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 21 }, "end": { - "line": 1840, + "line": 1859, "column": 27 } } @@ -439106,15 +442698,15 @@ "binop": null, "updateContext": null }, - "start": 64671, - "end": 64672, + "start": 65388, + "end": 65389, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 27 }, "end": { - "line": 1840, + "line": 1859, "column": 28 } } @@ -439132,15 +442724,15 @@ "binop": null }, "value": "surfer", - "start": 64672, - "end": 64678, + "start": 65389, + "end": 65395, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 28 }, "end": { - "line": 1840, + "line": 1859, "column": 34 } } @@ -439158,15 +442750,15 @@ "binop": null, "updateContext": null }, - "start": 64678, - "end": 64679, + "start": 65395, + "end": 65396, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 34 }, "end": { - "line": 1840, + "line": 1859, "column": 35 } } @@ -439184,15 +442776,15 @@ "binop": null }, "value": "microphone", - "start": 64679, - "end": 64689, + "start": 65396, + "end": 65406, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 35 }, "end": { - "line": 1840, + "line": 1859, "column": 45 } } @@ -439210,15 +442802,15 @@ "binop": null, "updateContext": null }, - "start": 64689, - "end": 64690, + "start": 65406, + "end": 65407, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 45 }, "end": { - "line": 1840, + "line": 1859, "column": 46 } } @@ -439236,15 +442828,15 @@ "binop": null }, "value": "constraints", - "start": 64690, - "end": 64701, + "start": 65407, + "end": 65418, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 46 }, "end": { - "line": 1840, + "line": 1859, "column": 57 } } @@ -439263,15 +442855,15 @@ "updateContext": null }, "value": "=", - "start": 64702, - "end": 64703, + "start": 65419, + "end": 65420, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 58 }, "end": { - "line": 1840, + "line": 1859, "column": 59 } } @@ -439288,15 +442880,15 @@ "postfix": false, "binop": null }, - "start": 64704, - "end": 64705, + "start": 65421, + "end": 65422, "loc": { "start": { - "line": 1840, + "line": 1859, "column": 60 }, "end": { - "line": 1840, + "line": 1859, "column": 61 } } @@ -439314,15 +442906,15 @@ "binop": null }, "value": "video", - "start": 64726, - "end": 64731, + "start": 65443, + "end": 65448, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 20 }, "end": { - "line": 1841, + "line": 1860, "column": 25 } } @@ -439340,15 +442932,15 @@ "binop": null, "updateContext": null }, - "start": 64731, - "end": 64732, + "start": 65448, + "end": 65449, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 25 }, "end": { - "line": 1841, + "line": 1860, "column": 26 } } @@ -439368,15 +442960,15 @@ "updateContext": null }, "value": "false", - "start": 64733, - "end": 64738, + "start": 65450, + "end": 65455, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 27 }, "end": { - "line": 1841, + "line": 1860, "column": 32 } } @@ -439394,15 +442986,15 @@ "binop": null, "updateContext": null }, - "start": 64738, - "end": 64739, + "start": 65455, + "end": 65456, "loc": { "start": { - "line": 1841, + "line": 1860, "column": 32 }, "end": { - "line": 1841, + "line": 1860, "column": 33 } } @@ -439420,15 +443012,15 @@ "binop": null }, "value": "audio", - "start": 64760, - "end": 64765, + "start": 65477, + "end": 65482, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 20 }, "end": { - "line": 1842, + "line": 1861, "column": 25 } } @@ -439446,15 +443038,15 @@ "binop": null, "updateContext": null }, - "start": 64765, - "end": 64766, + "start": 65482, + "end": 65483, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 25 }, "end": { - "line": 1842, + "line": 1861, "column": 26 } } @@ -439474,15 +443066,15 @@ "updateContext": null }, "value": "this", - "start": 64767, - "end": 64771, + "start": 65484, + "end": 65488, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 27 }, "end": { - "line": 1842, + "line": 1861, "column": 31 } } @@ -439500,15 +443092,15 @@ "binop": null, "updateContext": null }, - "start": 64771, - "end": 64772, + "start": 65488, + "end": 65489, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 31 }, "end": { - "line": 1842, + "line": 1861, "column": 32 } } @@ -439526,15 +443118,15 @@ "binop": null }, "value": "recordAudio", - "start": 64772, - "end": 64783, + "start": 65489, + "end": 65500, "loc": { "start": { - "line": 1842, + "line": 1861, "column": 32 }, "end": { - "line": 1842, + "line": 1861, "column": 43 } } @@ -439551,15 +443143,15 @@ "postfix": false, "binop": null }, - "start": 64800, - "end": 64801, + "start": 65517, + "end": 65518, "loc": { "start": { - "line": 1843, + "line": 1862, "column": 16 }, "end": { - "line": 1843, + "line": 1862, "column": 17 } } @@ -439577,15 +443169,15 @@ "binop": null, "updateContext": null }, - "start": 64801, - "end": 64802, + "start": 65518, + "end": 65519, "loc": { "start": { - "line": 1843, + "line": 1862, "column": 17 }, "end": { - "line": 1843, + "line": 1862, "column": 18 } } @@ -439605,15 +443197,15 @@ "updateContext": null }, "value": "break", - "start": 64819, - "end": 64824, + "start": 65536, + "end": 65541, "loc": { "start": { - "line": 1844, + "line": 1863, "column": 16 }, "end": { - "line": 1844, + "line": 1863, "column": 21 } } @@ -439631,15 +443223,15 @@ "binop": null, "updateContext": null }, - "start": 64824, - "end": 64825, + "start": 65541, + "end": 65542, "loc": { "start": { - "line": 1844, + "line": 1863, "column": 21 }, "end": { - "line": 1844, + "line": 1863, "column": 22 } } @@ -439656,15 +443248,15 @@ "postfix": false, "binop": null }, - "start": 64834, - "end": 64835, + "start": 65551, + "end": 65552, "loc": { "start": { - "line": 1845, + "line": 1864, "column": 8 }, "end": { - "line": 1845, + "line": 1864, "column": 9 } } @@ -439672,15 +443264,15 @@ { "type": "CommentLine", "value": " release existing device", - "start": 64845, - "end": 64871, + "start": 65562, + "end": 65588, "loc": { "start": { - "line": 1847, + "line": 1866, "column": 8 }, "end": { - "line": 1847, + "line": 1866, "column": 34 } } @@ -439700,15 +443292,15 @@ "updateContext": null }, "value": "this", - "start": 64880, - "end": 64884, + "start": 65597, + "end": 65601, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 8 }, "end": { - "line": 1848, + "line": 1867, "column": 12 } } @@ -439726,15 +443318,15 @@ "binop": null, "updateContext": null }, - "start": 64884, - "end": 64885, + "start": 65601, + "end": 65602, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 12 }, "end": { - "line": 1848, + "line": 1867, "column": 13 } } @@ -439752,15 +443344,15 @@ "binop": null }, "value": "stopDevice", - "start": 64885, - "end": 64895, + "start": 65602, + "end": 65612, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 13 }, "end": { - "line": 1848, + "line": 1867, "column": 23 } } @@ -439777,15 +443369,15 @@ "postfix": false, "binop": null }, - "start": 64895, - "end": 64896, + "start": 65612, + "end": 65613, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 23 }, "end": { - "line": 1848, + "line": 1867, "column": 24 } } @@ -439802,15 +443394,15 @@ "postfix": false, "binop": null }, - "start": 64896, - "end": 64897, + "start": 65613, + "end": 65614, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 24 }, "end": { - "line": 1848, + "line": 1867, "column": 25 } } @@ -439828,15 +443420,15 @@ "binop": null, "updateContext": null }, - "start": 64897, - "end": 64898, + "start": 65614, + "end": 65615, "loc": { "start": { - "line": 1848, + "line": 1867, "column": 25 }, "end": { - "line": 1848, + "line": 1867, "column": 26 } } @@ -439844,15 +443436,15 @@ { "type": "CommentLine", "value": " ask for audio input device permissions and start device", - "start": 64908, - "end": 64966, + "start": 65625, + "end": 65683, "loc": { "start": { - "line": 1850, + "line": 1869, "column": 8 }, "end": { - "line": 1850, + "line": 1869, "column": 66 } } @@ -439872,15 +443464,15 @@ "updateContext": null }, "value": "this", - "start": 64975, - "end": 64979, + "start": 65692, + "end": 65696, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 8 }, "end": { - "line": 1851, + "line": 1870, "column": 12 } } @@ -439898,15 +443490,15 @@ "binop": null, "updateContext": null }, - "start": 64979, - "end": 64980, + "start": 65696, + "end": 65697, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 12 }, "end": { - "line": 1851, + "line": 1870, "column": 13 } } @@ -439924,15 +443516,15 @@ "binop": null }, "value": "getDevice", - "start": 64980, - "end": 64989, + "start": 65697, + "end": 65706, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 13 }, "end": { - "line": 1851, + "line": 1870, "column": 22 } } @@ -439949,15 +443541,15 @@ "postfix": false, "binop": null }, - "start": 64989, - "end": 64990, + "start": 65706, + "end": 65707, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 22 }, "end": { - "line": 1851, + "line": 1870, "column": 23 } } @@ -439974,15 +443566,15 @@ "postfix": false, "binop": null }, - "start": 64990, - "end": 64991, + "start": 65707, + "end": 65708, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 23 }, "end": { - "line": 1851, + "line": 1870, "column": 24 } } @@ -440000,15 +443592,15 @@ "binop": null, "updateContext": null }, - "start": 64991, - "end": 64992, + "start": 65708, + "end": 65709, "loc": { "start": { - "line": 1851, + "line": 1870, "column": 24 }, "end": { - "line": 1851, + "line": 1870, "column": 25 } } @@ -440025,15 +443617,15 @@ "postfix": false, "binop": null }, - "start": 64997, - "end": 64998, + "start": 65714, + "end": 65715, "loc": { "start": { - "line": 1852, + "line": 1871, "column": 4 }, "end": { - "line": 1852, + "line": 1871, "column": 5 } } @@ -440041,15 +443633,15 @@ { "type": "CommentBlock", "value": "*\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n ", - "start": 65004, - "end": 65122, + "start": 65721, + "end": 65839, "loc": { "start": { - "line": 1854, + "line": 1873, "column": 4 }, "end": { - "line": 1858, + "line": 1877, "column": 7 } } @@ -440067,15 +443659,15 @@ "binop": null }, "value": "setAudioOutput", - "start": 65127, - "end": 65141, + "start": 65844, + "end": 65858, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 4 }, "end": { - "line": 1859, + "line": 1878, "column": 18 } } @@ -440092,15 +443684,15 @@ "postfix": false, "binop": null }, - "start": 65141, - "end": 65142, + "start": 65858, + "end": 65859, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 18 }, "end": { - "line": 1859, + "line": 1878, "column": 19 } } @@ -440118,15 +443710,15 @@ "binop": null }, "value": "deviceId", - "start": 65142, - "end": 65150, + "start": 65859, + "end": 65867, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 19 }, "end": { - "line": 1859, + "line": 1878, "column": 27 } } @@ -440143,15 +443735,15 @@ "postfix": false, "binop": null }, - "start": 65150, - "end": 65151, + "start": 65867, + "end": 65868, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 27 }, "end": { - "line": 1859, + "line": 1878, "column": 28 } } @@ -440168,15 +443760,15 @@ "postfix": false, "binop": null }, - "start": 65152, - "end": 65153, + "start": 65869, + "end": 65870, "loc": { "start": { - "line": 1859, + "line": 1878, "column": 29 }, "end": { - "line": 1859, + "line": 1878, "column": 30 } } @@ -440196,15 +443788,15 @@ "updateContext": null }, "value": "let", - "start": 65162, - "end": 65165, + "start": 65879, + "end": 65882, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 8 }, "end": { - "line": 1860, + "line": 1879, "column": 11 } } @@ -440222,15 +443814,15 @@ "binop": null }, "value": "errorMessage", - "start": 65166, - "end": 65178, + "start": 65883, + "end": 65895, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 12 }, "end": { - "line": 1860, + "line": 1879, "column": 24 } } @@ -440248,15 +443840,15 @@ "binop": null, "updateContext": null }, - "start": 65178, - "end": 65179, + "start": 65895, + "end": 65896, "loc": { "start": { - "line": 1860, + "line": 1879, "column": 24 }, "end": { - "line": 1860, + "line": 1879, "column": 25 } } @@ -440276,15 +443868,15 @@ "updateContext": null }, "value": "switch", - "start": 65188, - "end": 65194, + "start": 65905, + "end": 65911, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 8 }, "end": { - "line": 1861, + "line": 1880, "column": 14 } } @@ -440301,15 +443893,15 @@ "postfix": false, "binop": null }, - "start": 65195, - "end": 65196, + "start": 65912, + "end": 65913, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 15 }, "end": { - "line": 1861, + "line": 1880, "column": 16 } } @@ -440329,15 +443921,15 @@ "updateContext": null }, "value": "this", - "start": 65196, - "end": 65200, + "start": 65913, + "end": 65917, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 16 }, "end": { - "line": 1861, + "line": 1880, "column": 20 } } @@ -440355,15 +443947,15 @@ "binop": null, "updateContext": null }, - "start": 65200, - "end": 65201, + "start": 65917, + "end": 65918, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 20 }, "end": { - "line": 1861, + "line": 1880, "column": 21 } } @@ -440381,15 +443973,15 @@ "binop": null }, "value": "getRecordType", - "start": 65201, - "end": 65214, + "start": 65918, + "end": 65931, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 21 }, "end": { - "line": 1861, + "line": 1880, "column": 34 } } @@ -440406,15 +443998,15 @@ "postfix": false, "binop": null }, - "start": 65214, - "end": 65215, + "start": 65931, + "end": 65932, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 34 }, "end": { - "line": 1861, + "line": 1880, "column": 35 } } @@ -440431,15 +444023,15 @@ "postfix": false, "binop": null }, - "start": 65215, - "end": 65216, + "start": 65932, + "end": 65933, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 35 }, "end": { - "line": 1861, + "line": 1880, "column": 36 } } @@ -440456,15 +444048,15 @@ "postfix": false, "binop": null }, - "start": 65216, - "end": 65217, + "start": 65933, + "end": 65934, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 36 }, "end": { - "line": 1861, + "line": 1880, "column": 37 } } @@ -440481,15 +444073,15 @@ "postfix": false, "binop": null }, - "start": 65218, - "end": 65219, + "start": 65935, + "end": 65936, "loc": { "start": { - "line": 1861, + "line": 1880, "column": 38 }, "end": { - "line": 1861, + "line": 1880, "column": 39 } } @@ -440509,15 +444101,15 @@ "updateContext": null }, "value": "case", - "start": 65232, - "end": 65236, + "start": 65949, + "end": 65953, "loc": { "start": { - "line": 1862, + "line": 1881, "column": 12 }, "end": { - "line": 1862, + "line": 1881, "column": 16 } } @@ -440535,15 +444127,15 @@ "binop": null }, "value": "AUDIO_ONLY", - "start": 65237, - "end": 65247, + "start": 65954, + "end": 65964, "loc": { "start": { - "line": 1862, + "line": 1881, "column": 17 }, "end": { - "line": 1862, + "line": 1881, "column": 27 } } @@ -440561,15 +444153,15 @@ "binop": null, "updateContext": null }, - "start": 65247, - "end": 65248, + "start": 65964, + "end": 65965, "loc": { "start": { - "line": 1862, + "line": 1881, "column": 27 }, "end": { - "line": 1862, + "line": 1881, "column": 28 } } @@ -440577,15 +444169,15 @@ { "type": "CommentLine", "value": " use wavesurfer", - "start": 65265, - "end": 65282, + "start": 65982, + "end": 65999, "loc": { "start": { - "line": 1863, + "line": 1882, "column": 16 }, "end": { - "line": 1863, + "line": 1882, "column": 33 } } @@ -440605,15 +444197,15 @@ "updateContext": null }, "value": "this", - "start": 65299, - "end": 65303, + "start": 66016, + "end": 66020, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 16 }, "end": { - "line": 1864, + "line": 1883, "column": 20 } } @@ -440631,15 +444223,15 @@ "binop": null, "updateContext": null }, - "start": 65303, - "end": 65304, + "start": 66020, + "end": 66021, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 20 }, "end": { - "line": 1864, + "line": 1883, "column": 21 } } @@ -440657,15 +444249,15 @@ "binop": null }, "value": "surfer", - "start": 65304, - "end": 65310, + "start": 66021, + "end": 66027, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 21 }, "end": { - "line": 1864, + "line": 1883, "column": 27 } } @@ -440683,15 +444275,15 @@ "binop": null, "updateContext": null }, - "start": 65310, - "end": 65311, + "start": 66027, + "end": 66028, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 27 }, "end": { - "line": 1864, + "line": 1883, "column": 28 } } @@ -440709,15 +444301,15 @@ "binop": null }, "value": "surfer", - "start": 65311, - "end": 65317, + "start": 66028, + "end": 66034, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 28 }, "end": { - "line": 1864, + "line": 1883, "column": 34 } } @@ -440735,15 +444327,15 @@ "binop": null, "updateContext": null }, - "start": 65317, - "end": 65318, + "start": 66034, + "end": 66035, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 34 }, "end": { - "line": 1864, + "line": 1883, "column": 35 } } @@ -440761,15 +444353,15 @@ "binop": null }, "value": "setSinkId", - "start": 65318, - "end": 65327, + "start": 66035, + "end": 66044, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 35 }, "end": { - "line": 1864, + "line": 1883, "column": 44 } } @@ -440786,15 +444378,15 @@ "postfix": false, "binop": null }, - "start": 65327, - "end": 65328, + "start": 66044, + "end": 66045, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 44 }, "end": { - "line": 1864, + "line": 1883, "column": 45 } } @@ -440812,15 +444404,15 @@ "binop": null }, "value": "deviceId", - "start": 65328, - "end": 65336, + "start": 66045, + "end": 66053, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 45 }, "end": { - "line": 1864, + "line": 1883, "column": 53 } } @@ -440837,15 +444429,15 @@ "postfix": false, "binop": null }, - "start": 65336, - "end": 65337, + "start": 66053, + "end": 66054, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 53 }, "end": { - "line": 1864, + "line": 1883, "column": 54 } } @@ -440863,15 +444455,15 @@ "binop": null, "updateContext": null }, - "start": 65337, - "end": 65338, + "start": 66054, + "end": 66055, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 54 }, "end": { - "line": 1864, + "line": 1883, "column": 55 } } @@ -440889,15 +444481,15 @@ "binop": null }, "value": "then", - "start": 65338, - "end": 65342, + "start": 66055, + "end": 66059, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 55 }, "end": { - "line": 1864, + "line": 1883, "column": 59 } } @@ -440914,15 +444506,15 @@ "postfix": false, "binop": null }, - "start": 65342, - "end": 65343, + "start": 66059, + "end": 66060, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 59 }, "end": { - "line": 1864, + "line": 1883, "column": 60 } } @@ -440939,15 +444531,15 @@ "postfix": false, "binop": null }, - "start": 65343, - "end": 65344, + "start": 66060, + "end": 66061, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 60 }, "end": { - "line": 1864, + "line": 1883, "column": 61 } } @@ -440965,15 +444557,15 @@ "binop": null }, "value": "result", - "start": 65344, - "end": 65350, + "start": 66061, + "end": 66067, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 61 }, "end": { - "line": 1864, + "line": 1883, "column": 67 } } @@ -440990,15 +444582,15 @@ "postfix": false, "binop": null }, - "start": 65350, - "end": 65351, + "start": 66067, + "end": 66068, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 67 }, "end": { - "line": 1864, + "line": 1883, "column": 68 } } @@ -441016,15 +444608,15 @@ "binop": null, "updateContext": null }, - "start": 65352, - "end": 65354, + "start": 66069, + "end": 66071, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 69 }, "end": { - "line": 1864, + "line": 1883, "column": 71 } } @@ -441041,15 +444633,15 @@ "postfix": false, "binop": null }, - "start": 65355, - "end": 65356, + "start": 66072, + "end": 66073, "loc": { "start": { - "line": 1864, + "line": 1883, "column": 72 }, "end": { - "line": 1864, + "line": 1883, "column": 73 } } @@ -441057,15 +444649,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65377, - "end": 65396, + "start": 66094, + "end": 66113, "loc": { "start": { - "line": 1865, + "line": 1884, "column": 20 }, "end": { - "line": 1865, + "line": 1884, "column": 39 } } @@ -441085,15 +444677,15 @@ "updateContext": null }, "value": "this", - "start": 65417, - "end": 65421, + "start": 66134, + "end": 66138, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 20 }, "end": { - "line": 1866, + "line": 1885, "column": 24 } } @@ -441111,15 +444703,15 @@ "binop": null, "updateContext": null }, - "start": 65421, - "end": 65422, + "start": 66138, + "end": 66139, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 24 }, "end": { - "line": 1866, + "line": 1885, "column": 25 } } @@ -441137,15 +444729,15 @@ "binop": null }, "value": "player", - "start": 65422, - "end": 65428, + "start": 66139, + "end": 66145, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 25 }, "end": { - "line": 1866, + "line": 1885, "column": 31 } } @@ -441163,15 +444755,15 @@ "binop": null, "updateContext": null }, - "start": 65428, - "end": 65429, + "start": 66145, + "end": 66146, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 31 }, "end": { - "line": 1866, + "line": 1885, "column": 32 } } @@ -441189,15 +444781,15 @@ "binop": null }, "value": "trigger", - "start": 65429, - "end": 65436, + "start": 66146, + "end": 66153, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 32 }, "end": { - "line": 1866, + "line": 1885, "column": 39 } } @@ -441214,15 +444806,15 @@ "postfix": false, "binop": null }, - "start": 65436, - "end": 65437, + "start": 66153, + "end": 66154, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 39 }, "end": { - "line": 1866, + "line": 1885, "column": 40 } } @@ -441240,15 +444832,15 @@ "binop": null }, "value": "Event", - "start": 65437, - "end": 65442, + "start": 66154, + "end": 66159, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 40 }, "end": { - "line": 1866, + "line": 1885, "column": 45 } } @@ -441266,15 +444858,15 @@ "binop": null, "updateContext": null }, - "start": 65442, - "end": 65443, + "start": 66159, + "end": 66160, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 45 }, "end": { - "line": 1866, + "line": 1885, "column": 46 } } @@ -441292,15 +444884,15 @@ "binop": null }, "value": "AUDIO_OUTPUT_READY", - "start": 65443, - "end": 65461, + "start": 66160, + "end": 66178, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 46 }, "end": { - "line": 1866, + "line": 1885, "column": 64 } } @@ -441317,15 +444909,15 @@ "postfix": false, "binop": null }, - "start": 65461, - "end": 65462, + "start": 66178, + "end": 66179, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 64 }, "end": { - "line": 1866, + "line": 1885, "column": 65 } } @@ -441343,15 +444935,15 @@ "binop": null, "updateContext": null }, - "start": 65462, - "end": 65463, + "start": 66179, + "end": 66180, "loc": { "start": { - "line": 1866, + "line": 1885, "column": 65 }, "end": { - "line": 1866, + "line": 1885, "column": 66 } } @@ -441371,15 +444963,15 @@ "updateContext": null }, "value": "return", - "start": 65484, - "end": 65490, + "start": 66201, + "end": 66207, "loc": { "start": { - "line": 1867, + "line": 1886, "column": 20 }, "end": { - "line": 1867, + "line": 1886, "column": 26 } } @@ -441397,15 +444989,15 @@ "binop": null, "updateContext": null }, - "start": 65490, - "end": 65491, + "start": 66207, + "end": 66208, "loc": { "start": { - "line": 1867, + "line": 1886, "column": 26 }, "end": { - "line": 1867, + "line": 1886, "column": 27 } } @@ -441422,15 +445014,15 @@ "postfix": false, "binop": null }, - "start": 65508, - "end": 65509, + "start": 66225, + "end": 66226, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 16 }, "end": { - "line": 1868, + "line": 1887, "column": 17 } } @@ -441447,15 +445039,15 @@ "postfix": false, "binop": null }, - "start": 65509, - "end": 65510, + "start": 66226, + "end": 66227, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 17 }, "end": { - "line": 1868, + "line": 1887, "column": 18 } } @@ -441473,15 +445065,15 @@ "binop": null, "updateContext": null }, - "start": 65510, - "end": 65511, + "start": 66227, + "end": 66228, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 18 }, "end": { - "line": 1868, + "line": 1887, "column": 19 } } @@ -441501,15 +445093,15 @@ "updateContext": null }, "value": "catch", - "start": 65511, - "end": 65516, + "start": 66228, + "end": 66233, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 19 }, "end": { - "line": 1868, + "line": 1887, "column": 24 } } @@ -441526,15 +445118,15 @@ "postfix": false, "binop": null }, - "start": 65516, - "end": 65517, + "start": 66233, + "end": 66234, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 24 }, "end": { - "line": 1868, + "line": 1887, "column": 25 } } @@ -441551,15 +445143,15 @@ "postfix": false, "binop": null }, - "start": 65517, - "end": 65518, + "start": 66234, + "end": 66235, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 25 }, "end": { - "line": 1868, + "line": 1887, "column": 26 } } @@ -441577,15 +445169,15 @@ "binop": null }, "value": "err", - "start": 65518, - "end": 65521, + "start": 66235, + "end": 66238, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 26 }, "end": { - "line": 1868, + "line": 1887, "column": 29 } } @@ -441602,15 +445194,15 @@ "postfix": false, "binop": null }, - "start": 65521, - "end": 65522, + "start": 66238, + "end": 66239, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 29 }, "end": { - "line": 1868, + "line": 1887, "column": 30 } } @@ -441628,15 +445220,15 @@ "binop": null, "updateContext": null }, - "start": 65523, - "end": 65525, + "start": 66240, + "end": 66242, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 31 }, "end": { - "line": 1868, + "line": 1887, "column": 33 } } @@ -441653,15 +445245,15 @@ "postfix": false, "binop": null }, - "start": 65526, - "end": 65527, + "start": 66243, + "end": 66244, "loc": { "start": { - "line": 1868, + "line": 1887, "column": 34 }, "end": { - "line": 1868, + "line": 1887, "column": 35 } } @@ -441679,15 +445271,15 @@ "binop": null }, "value": "errorMessage", - "start": 65548, - "end": 65560, + "start": 66265, + "end": 66277, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 20 }, "end": { - "line": 1869, + "line": 1888, "column": 32 } } @@ -441706,15 +445298,15 @@ "updateContext": null }, "value": "=", - "start": 65561, - "end": 65562, + "start": 66278, + "end": 66279, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 33 }, "end": { - "line": 1869, + "line": 1888, "column": 34 } } @@ -441732,15 +445324,15 @@ "binop": null }, "value": "err", - "start": 65563, - "end": 65566, + "start": 66280, + "end": 66283, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 35 }, "end": { - "line": 1869, + "line": 1888, "column": 38 } } @@ -441758,15 +445350,15 @@ "binop": null, "updateContext": null }, - "start": 65566, - "end": 65567, + "start": 66283, + "end": 66284, "loc": { "start": { - "line": 1869, + "line": 1888, "column": 38 }, "end": { - "line": 1869, + "line": 1888, "column": 39 } } @@ -441783,15 +445375,15 @@ "postfix": false, "binop": null }, - "start": 65584, - "end": 65585, + "start": 66301, + "end": 66302, "loc": { "start": { - "line": 1870, + "line": 1889, "column": 16 }, "end": { - "line": 1870, + "line": 1889, "column": 17 } } @@ -441808,15 +445400,15 @@ "postfix": false, "binop": null }, - "start": 65585, - "end": 65586, + "start": 66302, + "end": 66303, "loc": { "start": { - "line": 1870, + "line": 1889, "column": 17 }, "end": { - "line": 1870, + "line": 1889, "column": 18 } } @@ -441834,15 +445426,15 @@ "binop": null, "updateContext": null }, - "start": 65586, - "end": 65587, + "start": 66303, + "end": 66304, "loc": { "start": { - "line": 1870, + "line": 1889, "column": 18 }, "end": { - "line": 1870, + "line": 1889, "column": 19 } } @@ -441862,15 +445454,15 @@ "updateContext": null }, "value": "break", - "start": 65604, - "end": 65609, + "start": 66321, + "end": 66326, "loc": { "start": { - "line": 1871, + "line": 1890, "column": 16 }, "end": { - "line": 1871, + "line": 1890, "column": 21 } } @@ -441888,15 +445480,15 @@ "binop": null, "updateContext": null }, - "start": 65609, - "end": 65610, + "start": 66326, + "end": 66327, "loc": { "start": { - "line": 1871, + "line": 1890, "column": 21 }, "end": { - "line": 1871, + "line": 1890, "column": 22 } } @@ -441916,15 +445508,15 @@ "updateContext": null }, "value": "default", - "start": 65624, - "end": 65631, + "start": 66341, + "end": 66348, "loc": { "start": { - "line": 1873, + "line": 1892, "column": 12 }, "end": { - "line": 1873, + "line": 1892, "column": 19 } } @@ -441942,15 +445534,15 @@ "binop": null, "updateContext": null }, - "start": 65631, - "end": 65632, + "start": 66348, + "end": 66349, "loc": { "start": { - "line": 1873, + "line": 1892, "column": 19 }, "end": { - "line": 1873, + "line": 1892, "column": 20 } } @@ -441970,15 +445562,15 @@ "updateContext": null }, "value": "let", - "start": 65649, - "end": 65652, + "start": 66366, + "end": 66369, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 16 }, "end": { - "line": 1874, + "line": 1893, "column": 19 } } @@ -441996,15 +445588,15 @@ "binop": null }, "value": "element", - "start": 65653, - "end": 65660, + "start": 66370, + "end": 66377, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 20 }, "end": { - "line": 1874, + "line": 1893, "column": 27 } } @@ -442023,15 +445615,15 @@ "updateContext": null }, "value": "=", - "start": 65661, - "end": 65662, + "start": 66378, + "end": 66379, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 28 }, "end": { - "line": 1874, + "line": 1893, "column": 29 } } @@ -442049,15 +445641,15 @@ "binop": null }, "value": "player", - "start": 65663, - "end": 65669, + "start": 66380, + "end": 66386, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 30 }, "end": { - "line": 1874, + "line": 1893, "column": 36 } } @@ -442075,15 +445667,15 @@ "binop": null, "updateContext": null }, - "start": 65669, - "end": 65670, + "start": 66386, + "end": 66387, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 36 }, "end": { - "line": 1874, + "line": 1893, "column": 37 } } @@ -442101,15 +445693,15 @@ "binop": null }, "value": "tech_", - "start": 65670, - "end": 65675, + "start": 66387, + "end": 66392, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 37 }, "end": { - "line": 1874, + "line": 1893, "column": 42 } } @@ -442127,15 +445719,15 @@ "binop": null, "updateContext": null }, - "start": 65675, - "end": 65676, + "start": 66392, + "end": 66393, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 42 }, "end": { - "line": 1874, + "line": 1893, "column": 43 } } @@ -442153,15 +445745,15 @@ "binop": null }, "value": "el_", - "start": 65676, - "end": 65679, + "start": 66393, + "end": 66396, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 43 }, "end": { - "line": 1874, + "line": 1893, "column": 46 } } @@ -442179,15 +445771,15 @@ "binop": null, "updateContext": null }, - "start": 65679, - "end": 65680, + "start": 66396, + "end": 66397, "loc": { "start": { - "line": 1874, + "line": 1893, "column": 46 }, "end": { - "line": 1874, + "line": 1893, "column": 47 } } @@ -442207,15 +445799,15 @@ "updateContext": null }, "value": "if", - "start": 65697, - "end": 65699, + "start": 66414, + "end": 66416, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 16 }, "end": { - "line": 1875, + "line": 1894, "column": 18 } } @@ -442232,15 +445824,15 @@ "postfix": false, "binop": null }, - "start": 65700, - "end": 65701, + "start": 66417, + "end": 66418, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 19 }, "end": { - "line": 1875, + "line": 1894, "column": 20 } } @@ -442258,15 +445850,15 @@ "binop": null }, "value": "deviceId", - "start": 65701, - "end": 65709, + "start": 66418, + "end": 66426, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 20 }, "end": { - "line": 1875, + "line": 1894, "column": 28 } } @@ -442283,15 +445875,15 @@ "postfix": false, "binop": null }, - "start": 65709, - "end": 65710, + "start": 66426, + "end": 66427, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 28 }, "end": { - "line": 1875, + "line": 1894, "column": 29 } } @@ -442308,15 +445900,15 @@ "postfix": false, "binop": null }, - "start": 65711, - "end": 65712, + "start": 66428, + "end": 66429, "loc": { "start": { - "line": 1875, + "line": 1894, "column": 30 }, "end": { - "line": 1875, + "line": 1894, "column": 31 } } @@ -442336,15 +445928,15 @@ "updateContext": null }, "value": "if", - "start": 65733, - "end": 65735, + "start": 66450, + "end": 66452, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 20 }, "end": { - "line": 1876, + "line": 1895, "column": 22 } } @@ -442361,15 +445953,15 @@ "postfix": false, "binop": null }, - "start": 65736, - "end": 65737, + "start": 66453, + "end": 66454, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 23 }, "end": { - "line": 1876, + "line": 1895, "column": 24 } } @@ -442389,15 +445981,15 @@ "updateContext": null }, "value": "typeof", - "start": 65737, - "end": 65743, + "start": 66454, + "end": 66460, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 24 }, "end": { - "line": 1876, + "line": 1895, "column": 30 } } @@ -442415,15 +446007,15 @@ "binop": null }, "value": "element", - "start": 65744, - "end": 65751, + "start": 66461, + "end": 66468, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 31 }, "end": { - "line": 1876, + "line": 1895, "column": 38 } } @@ -442441,15 +446033,15 @@ "binop": null, "updateContext": null }, - "start": 65751, - "end": 65752, + "start": 66468, + "end": 66469, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 38 }, "end": { - "line": 1876, + "line": 1895, "column": 39 } } @@ -442467,15 +446059,15 @@ "binop": null }, "value": "sinkId", - "start": 65752, - "end": 65758, + "start": 66469, + "end": 66475, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 39 }, "end": { - "line": 1876, + "line": 1895, "column": 45 } } @@ -442494,15 +446086,15 @@ "updateContext": null }, "value": "!==", - "start": 65759, - "end": 65762, + "start": 66476, + "end": 66479, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 46 }, "end": { - "line": 1876, + "line": 1895, "column": 49 } } @@ -442521,15 +446113,15 @@ "updateContext": null }, "value": "undefined", - "start": 65763, - "end": 65774, + "start": 66480, + "end": 66491, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 50 }, "end": { - "line": 1876, + "line": 1895, "column": 61 } } @@ -442546,15 +446138,15 @@ "postfix": false, "binop": null }, - "start": 65774, - "end": 65775, + "start": 66491, + "end": 66492, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 61 }, "end": { - "line": 1876, + "line": 1895, "column": 62 } } @@ -442571,15 +446163,15 @@ "postfix": false, "binop": null }, - "start": 65776, - "end": 65777, + "start": 66493, + "end": 66494, "loc": { "start": { - "line": 1876, + "line": 1895, "column": 63 }, "end": { - "line": 1876, + "line": 1895, "column": 64 } } @@ -442597,15 +446189,15 @@ "binop": null }, "value": "element", - "start": 65802, - "end": 65809, + "start": 66519, + "end": 66526, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 24 }, "end": { - "line": 1877, + "line": 1896, "column": 31 } } @@ -442623,15 +446215,15 @@ "binop": null, "updateContext": null }, - "start": 65809, - "end": 65810, + "start": 66526, + "end": 66527, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 31 }, "end": { - "line": 1877, + "line": 1896, "column": 32 } } @@ -442649,15 +446241,15 @@ "binop": null }, "value": "setSinkId", - "start": 65810, - "end": 65819, + "start": 66527, + "end": 66536, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 32 }, "end": { - "line": 1877, + "line": 1896, "column": 41 } } @@ -442674,15 +446266,15 @@ "postfix": false, "binop": null }, - "start": 65819, - "end": 65820, + "start": 66536, + "end": 66537, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 41 }, "end": { - "line": 1877, + "line": 1896, "column": 42 } } @@ -442700,15 +446292,15 @@ "binop": null }, "value": "deviceId", - "start": 65820, - "end": 65828, + "start": 66537, + "end": 66545, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 42 }, "end": { - "line": 1877, + "line": 1896, "column": 50 } } @@ -442725,15 +446317,15 @@ "postfix": false, "binop": null }, - "start": 65828, - "end": 65829, + "start": 66545, + "end": 66546, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 50 }, "end": { - "line": 1877, + "line": 1896, "column": 51 } } @@ -442751,15 +446343,15 @@ "binop": null, "updateContext": null }, - "start": 65829, - "end": 65830, + "start": 66546, + "end": 66547, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 51 }, "end": { - "line": 1877, + "line": 1896, "column": 52 } } @@ -442777,15 +446369,15 @@ "binop": null }, "value": "then", - "start": 65830, - "end": 65834, + "start": 66547, + "end": 66551, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 52 }, "end": { - "line": 1877, + "line": 1896, "column": 56 } } @@ -442802,15 +446394,15 @@ "postfix": false, "binop": null }, - "start": 65834, - "end": 65835, + "start": 66551, + "end": 66552, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 56 }, "end": { - "line": 1877, + "line": 1896, "column": 57 } } @@ -442827,15 +446419,15 @@ "postfix": false, "binop": null }, - "start": 65835, - "end": 65836, + "start": 66552, + "end": 66553, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 57 }, "end": { - "line": 1877, + "line": 1896, "column": 58 } } @@ -442853,15 +446445,15 @@ "binop": null }, "value": "result", - "start": 65836, - "end": 65842, + "start": 66553, + "end": 66559, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 58 }, "end": { - "line": 1877, + "line": 1896, "column": 64 } } @@ -442878,15 +446470,15 @@ "postfix": false, "binop": null }, - "start": 65842, - "end": 65843, + "start": 66559, + "end": 66560, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 64 }, "end": { - "line": 1877, + "line": 1896, "column": 65 } } @@ -442904,15 +446496,15 @@ "binop": null, "updateContext": null }, - "start": 65844, - "end": 65846, + "start": 66561, + "end": 66563, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 66 }, "end": { - "line": 1877, + "line": 1896, "column": 68 } } @@ -442929,15 +446521,15 @@ "postfix": false, "binop": null }, - "start": 65847, - "end": 65848, + "start": 66564, + "end": 66565, "loc": { "start": { - "line": 1877, + "line": 1896, "column": 69 }, "end": { - "line": 1877, + "line": 1896, "column": 70 } } @@ -442945,15 +446537,15 @@ { "type": "CommentLine", "value": " notify listeners", - "start": 65877, - "end": 65896, + "start": 66594, + "end": 66613, "loc": { "start": { - "line": 1878, + "line": 1897, "column": 28 }, "end": { - "line": 1878, + "line": 1897, "column": 47 } } @@ -442973,15 +446565,15 @@ "updateContext": null }, "value": "this", - "start": 65925, - "end": 65929, + "start": 66642, + "end": 66646, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 28 }, "end": { - "line": 1879, + "line": 1898, "column": 32 } } @@ -442999,15 +446591,15 @@ "binop": null, "updateContext": null }, - "start": 65929, - "end": 65930, + "start": 66646, + "end": 66647, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 32 }, "end": { - "line": 1879, + "line": 1898, "column": 33 } } @@ -443025,15 +446617,15 @@ "binop": null }, "value": "player", - "start": 65930, - "end": 65936, + "start": 66647, + "end": 66653, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 33 }, "end": { - "line": 1879, + "line": 1898, "column": 39 } } @@ -443051,15 +446643,15 @@ "binop": null, "updateContext": null }, - "start": 65936, - "end": 65937, + "start": 66653, + "end": 66654, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 39 }, "end": { - "line": 1879, + "line": 1898, "column": 40 } } @@ -443077,15 +446669,15 @@ "binop": null }, "value": "trigger", - "start": 65937, - "end": 65944, + "start": 66654, + "end": 66661, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 40 }, "end": { - "line": 1879, + "line": 1898, "column": 47 } } @@ -443102,15 +446694,15 @@ "postfix": false, "binop": null }, - "start": 65944, - "end": 65945, + "start": 66661, + "end": 66662, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 47 }, "end": { - "line": 1879, + "line": 1898, "column": 48 } } @@ -443128,15 +446720,15 @@ "binop": null }, "value": "Event", - "start": 65945, - "end": 65950, + "start": 66662, + "end": 66667, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 48 }, "end": { - "line": 1879, + "line": 1898, "column": 53 } } @@ -443154,15 +446746,15 @@ "binop": null, "updateContext": null }, - "start": 65950, - "end": 65951, + "start": 66667, + "end": 66668, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 53 }, "end": { - "line": 1879, + "line": 1898, "column": 54 } } @@ -443180,15 +446772,15 @@ "binop": null }, "value": "AUDIO_OUTPUT_READY", - "start": 65951, - "end": 65969, + "start": 66668, + "end": 66686, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 54 }, "end": { - "line": 1879, + "line": 1898, "column": 72 } } @@ -443205,15 +446797,15 @@ "postfix": false, "binop": null }, - "start": 65969, - "end": 65970, + "start": 66686, + "end": 66687, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 72 }, "end": { - "line": 1879, + "line": 1898, "column": 73 } } @@ -443231,15 +446823,15 @@ "binop": null, "updateContext": null }, - "start": 65970, - "end": 65971, + "start": 66687, + "end": 66688, "loc": { "start": { - "line": 1879, + "line": 1898, "column": 73 }, "end": { - "line": 1879, + "line": 1898, "column": 74 } } @@ -443259,15 +446851,15 @@ "updateContext": null }, "value": "return", - "start": 66000, - "end": 66006, + "start": 66717, + "end": 66723, "loc": { "start": { - "line": 1880, + "line": 1899, "column": 28 }, "end": { - "line": 1880, + "line": 1899, "column": 34 } } @@ -443285,15 +446877,15 @@ "binop": null, "updateContext": null }, - "start": 66006, - "end": 66007, + "start": 66723, + "end": 66724, "loc": { "start": { - "line": 1880, + "line": 1899, "column": 34 }, "end": { - "line": 1880, + "line": 1899, "column": 35 } } @@ -443310,15 +446902,15 @@ "postfix": false, "binop": null }, - "start": 66032, - "end": 66033, + "start": 66749, + "end": 66750, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 24 }, "end": { - "line": 1881, + "line": 1900, "column": 25 } } @@ -443335,15 +446927,15 @@ "postfix": false, "binop": null }, - "start": 66033, - "end": 66034, + "start": 66750, + "end": 66751, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 25 }, "end": { - "line": 1881, + "line": 1900, "column": 26 } } @@ -443361,15 +446953,15 @@ "binop": null, "updateContext": null }, - "start": 66034, - "end": 66035, + "start": 66751, + "end": 66752, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 26 }, "end": { - "line": 1881, + "line": 1900, "column": 27 } } @@ -443389,15 +446981,15 @@ "updateContext": null }, "value": "catch", - "start": 66035, - "end": 66040, + "start": 66752, + "end": 66757, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 27 }, "end": { - "line": 1881, + "line": 1900, "column": 32 } } @@ -443414,15 +447006,15 @@ "postfix": false, "binop": null }, - "start": 66040, - "end": 66041, + "start": 66757, + "end": 66758, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 32 }, "end": { - "line": 1881, + "line": 1900, "column": 33 } } @@ -443439,15 +447031,15 @@ "postfix": false, "binop": null }, - "start": 66041, - "end": 66042, + "start": 66758, + "end": 66759, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 33 }, "end": { - "line": 1881, + "line": 1900, "column": 34 } } @@ -443465,15 +447057,15 @@ "binop": null }, "value": "err", - "start": 66042, - "end": 66045, + "start": 66759, + "end": 66762, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 34 }, "end": { - "line": 1881, + "line": 1900, "column": 37 } } @@ -443490,15 +447082,15 @@ "postfix": false, "binop": null }, - "start": 66045, - "end": 66046, + "start": 66762, + "end": 66763, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 37 }, "end": { - "line": 1881, + "line": 1900, "column": 38 } } @@ -443516,15 +447108,15 @@ "binop": null, "updateContext": null }, - "start": 66047, - "end": 66049, + "start": 66764, + "end": 66766, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 39 }, "end": { - "line": 1881, + "line": 1900, "column": 41 } } @@ -443541,15 +447133,15 @@ "postfix": false, "binop": null }, - "start": 66050, - "end": 66051, + "start": 66767, + "end": 66768, "loc": { "start": { - "line": 1881, + "line": 1900, "column": 42 }, "end": { - "line": 1881, + "line": 1900, "column": 43 } } @@ -443567,15 +447159,15 @@ "binop": null }, "value": "errorMessage", - "start": 66080, - "end": 66092, + "start": 66797, + "end": 66809, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 28 }, "end": { - "line": 1882, + "line": 1901, "column": 40 } } @@ -443594,15 +447186,15 @@ "updateContext": null }, "value": "=", - "start": 66093, - "end": 66094, + "start": 66810, + "end": 66811, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 41 }, "end": { - "line": 1882, + "line": 1901, "column": 42 } } @@ -443620,15 +447212,15 @@ "binop": null }, "value": "err", - "start": 66095, - "end": 66098, + "start": 66812, + "end": 66815, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 43 }, "end": { - "line": 1882, + "line": 1901, "column": 46 } } @@ -443646,15 +447238,15 @@ "binop": null, "updateContext": null }, - "start": 66098, - "end": 66099, + "start": 66815, + "end": 66816, "loc": { "start": { - "line": 1882, + "line": 1901, "column": 46 }, "end": { - "line": 1882, + "line": 1901, "column": 47 } } @@ -443671,15 +447263,15 @@ "postfix": false, "binop": null }, - "start": 66124, - "end": 66125, + "start": 66841, + "end": 66842, "loc": { "start": { - "line": 1883, + "line": 1902, "column": 24 }, "end": { - "line": 1883, + "line": 1902, "column": 25 } } @@ -443696,15 +447288,15 @@ "postfix": false, "binop": null }, - "start": 66125, - "end": 66126, + "start": 66842, + "end": 66843, "loc": { "start": { - "line": 1883, + "line": 1902, "column": 25 }, "end": { - "line": 1883, + "line": 1902, "column": 26 } } @@ -443722,15 +447314,15 @@ "binop": null, "updateContext": null }, - "start": 66126, - "end": 66127, + "start": 66843, + "end": 66844, "loc": { "start": { - "line": 1883, + "line": 1902, "column": 26 }, "end": { - "line": 1883, + "line": 1902, "column": 27 } } @@ -443747,15 +447339,15 @@ "postfix": false, "binop": null }, - "start": 66148, - "end": 66149, + "start": 66865, + "end": 66866, "loc": { "start": { - "line": 1884, + "line": 1903, "column": 20 }, "end": { - "line": 1884, + "line": 1903, "column": 21 } } @@ -443775,15 +447367,15 @@ "updateContext": null }, "value": "else", - "start": 66150, - "end": 66154, + "start": 66867, + "end": 66871, "loc": { "start": { - "line": 1884, + "line": 1903, "column": 22 }, "end": { - "line": 1884, + "line": 1903, "column": 26 } } @@ -443800,15 +447392,15 @@ "postfix": false, "binop": null }, - "start": 66155, - "end": 66156, + "start": 66872, + "end": 66873, "loc": { "start": { - "line": 1884, + "line": 1903, "column": 27 }, "end": { - "line": 1884, + "line": 1903, "column": 28 } } @@ -443826,15 +447418,15 @@ "binop": null }, "value": "errorMessage", - "start": 66181, - "end": 66193, + "start": 66898, + "end": 66910, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 24 }, "end": { - "line": 1885, + "line": 1904, "column": 36 } } @@ -443853,15 +447445,15 @@ "updateContext": null }, "value": "=", - "start": 66194, - "end": 66195, + "start": 66911, + "end": 66912, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 37 }, "end": { - "line": 1885, + "line": 1904, "column": 38 } } @@ -443880,15 +447472,15 @@ "updateContext": null }, "value": "Browser does not support audio output device selection.", - "start": 66196, - "end": 66253, + "start": 66913, + "end": 66970, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 39 }, "end": { - "line": 1885, + "line": 1904, "column": 96 } } @@ -443906,15 +447498,15 @@ "binop": null, "updateContext": null }, - "start": 66253, - "end": 66254, + "start": 66970, + "end": 66971, "loc": { "start": { - "line": 1885, + "line": 1904, "column": 96 }, "end": { - "line": 1885, + "line": 1904, "column": 97 } } @@ -443931,15 +447523,15 @@ "postfix": false, "binop": null }, - "start": 66275, - "end": 66276, + "start": 66992, + "end": 66993, "loc": { "start": { - "line": 1886, + "line": 1905, "column": 20 }, "end": { - "line": 1886, + "line": 1905, "column": 21 } } @@ -443956,15 +447548,15 @@ "postfix": false, "binop": null }, - "start": 66293, - "end": 66294, + "start": 67010, + "end": 67011, "loc": { "start": { - "line": 1887, + "line": 1906, "column": 16 }, "end": { - "line": 1887, + "line": 1906, "column": 17 } } @@ -443984,15 +447576,15 @@ "updateContext": null }, "value": "else", - "start": 66295, - "end": 66299, + "start": 67012, + "end": 67016, "loc": { "start": { - "line": 1887, + "line": 1906, "column": 18 }, "end": { - "line": 1887, + "line": 1906, "column": 22 } } @@ -444009,15 +447601,15 @@ "postfix": false, "binop": null }, - "start": 66300, - "end": 66301, + "start": 67017, + "end": 67018, "loc": { "start": { - "line": 1887, + "line": 1906, "column": 23 }, "end": { - "line": 1887, + "line": 1906, "column": 24 } } @@ -444035,15 +447627,15 @@ "binop": null }, "value": "errorMessage", - "start": 66322, - "end": 66334, + "start": 67039, + "end": 67051, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 20 }, "end": { - "line": 1888, + "line": 1907, "column": 32 } } @@ -444062,15 +447654,15 @@ "updateContext": null }, "value": "=", - "start": 66335, - "end": 66336, + "start": 67052, + "end": 67053, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 33 }, "end": { - "line": 1888, + "line": 1907, "column": 34 } } @@ -444087,15 +447679,15 @@ "postfix": false, "binop": null }, - "start": 66337, - "end": 66338, + "start": 67054, + "end": 67055, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 35 }, "end": { - "line": 1888, + "line": 1907, "column": 36 } } @@ -444114,15 +447706,15 @@ "updateContext": null }, "value": "Invalid deviceId: ", - "start": 66338, - "end": 66356, + "start": 67055, + "end": 67073, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 36 }, "end": { - "line": 1888, + "line": 1907, "column": 54 } } @@ -444139,15 +447731,15 @@ "postfix": false, "binop": null }, - "start": 66356, - "end": 66358, + "start": 67073, + "end": 67075, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 54 }, "end": { - "line": 1888, + "line": 1907, "column": 56 } } @@ -444165,15 +447757,15 @@ "binop": null }, "value": "deviceId", - "start": 66358, - "end": 66366, + "start": 67075, + "end": 67083, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 56 }, "end": { - "line": 1888, + "line": 1907, "column": 64 } } @@ -444190,15 +447782,15 @@ "postfix": false, "binop": null }, - "start": 66366, - "end": 66367, + "start": 67083, + "end": 67084, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 64 }, "end": { - "line": 1888, + "line": 1907, "column": 65 } } @@ -444217,15 +447809,15 @@ "updateContext": null }, "value": "", - "start": 66367, - "end": 66367, + "start": 67084, + "end": 67084, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 65 }, "end": { - "line": 1888, + "line": 1907, "column": 65 } } @@ -444242,15 +447834,15 @@ "postfix": false, "binop": null }, - "start": 66367, - "end": 66368, + "start": 67084, + "end": 67085, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 65 }, "end": { - "line": 1888, + "line": 1907, "column": 66 } } @@ -444268,15 +447860,15 @@ "binop": null, "updateContext": null }, - "start": 66368, - "end": 66369, + "start": 67085, + "end": 67086, "loc": { "start": { - "line": 1888, + "line": 1907, "column": 66 }, "end": { - "line": 1888, + "line": 1907, "column": 67 } } @@ -444293,15 +447885,15 @@ "postfix": false, "binop": null }, - "start": 66386, - "end": 66387, + "start": 67103, + "end": 67104, "loc": { "start": { - "line": 1889, + "line": 1908, "column": 16 }, "end": { - "line": 1889, + "line": 1908, "column": 17 } } @@ -444321,15 +447913,15 @@ "updateContext": null }, "value": "break", - "start": 66404, - "end": 66409, + "start": 67121, + "end": 67126, "loc": { "start": { - "line": 1890, + "line": 1909, "column": 16 }, "end": { - "line": 1890, + "line": 1909, "column": 21 } } @@ -444347,15 +447939,15 @@ "binop": null, "updateContext": null }, - "start": 66409, - "end": 66410, + "start": 67126, + "end": 67127, "loc": { "start": { - "line": 1890, + "line": 1909, "column": 21 }, "end": { - "line": 1890, + "line": 1909, "column": 22 } } @@ -444372,15 +447964,15 @@ "postfix": false, "binop": null }, - "start": 66419, - "end": 66420, + "start": 67136, + "end": 67137, "loc": { "start": { - "line": 1891, + "line": 1910, "column": 8 }, "end": { - "line": 1891, + "line": 1910, "column": 9 } } @@ -444388,15 +447980,15 @@ { "type": "CommentLine", "value": " error if we get here: notify listeners", - "start": 66430, - "end": 66471, + "start": 67147, + "end": 67188, "loc": { "start": { - "line": 1893, + "line": 1912, "column": 8 }, "end": { - "line": 1893, + "line": 1912, "column": 49 } } @@ -444416,15 +448008,15 @@ "updateContext": null }, "value": "this", - "start": 66480, - "end": 66484, + "start": 67197, + "end": 67201, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 8 }, "end": { - "line": 1894, + "line": 1913, "column": 12 } } @@ -444442,15 +448034,15 @@ "binop": null, "updateContext": null }, - "start": 66484, - "end": 66485, + "start": 67201, + "end": 67202, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 12 }, "end": { - "line": 1894, + "line": 1913, "column": 13 } } @@ -444468,15 +448060,15 @@ "binop": null }, "value": "player", - "start": 66485, - "end": 66491, + "start": 67202, + "end": 67208, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 13 }, "end": { - "line": 1894, + "line": 1913, "column": 19 } } @@ -444494,15 +448086,15 @@ "binop": null, "updateContext": null }, - "start": 66491, - "end": 66492, + "start": 67208, + "end": 67209, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 19 }, "end": { - "line": 1894, + "line": 1913, "column": 20 } } @@ -444520,15 +448112,15 @@ "binop": null }, "value": "trigger", - "start": 66492, - "end": 66499, + "start": 67209, + "end": 67216, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 20 }, "end": { - "line": 1894, + "line": 1913, "column": 27 } } @@ -444545,15 +448137,15 @@ "postfix": false, "binop": null }, - "start": 66499, - "end": 66500, + "start": 67216, + "end": 67217, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 27 }, "end": { - "line": 1894, + "line": 1913, "column": 28 } } @@ -444571,15 +448163,15 @@ "binop": null }, "value": "Event", - "start": 66500, - "end": 66505, + "start": 67217, + "end": 67222, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 28 }, "end": { - "line": 1894, + "line": 1913, "column": 33 } } @@ -444597,15 +448189,15 @@ "binop": null, "updateContext": null }, - "start": 66505, - "end": 66506, + "start": 67222, + "end": 67223, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 33 }, "end": { - "line": 1894, + "line": 1913, "column": 34 } } @@ -444623,15 +448215,15 @@ "binop": null }, "value": "ERROR", - "start": 66506, - "end": 66511, + "start": 67223, + "end": 67228, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 34 }, "end": { - "line": 1894, + "line": 1913, "column": 39 } } @@ -444649,15 +448241,15 @@ "binop": null, "updateContext": null }, - "start": 66511, - "end": 66512, + "start": 67228, + "end": 67229, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 39 }, "end": { - "line": 1894, + "line": 1913, "column": 40 } } @@ -444675,15 +448267,15 @@ "binop": null }, "value": "errorMessage", - "start": 66513, - "end": 66525, + "start": 67230, + "end": 67242, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 41 }, "end": { - "line": 1894, + "line": 1913, "column": 53 } } @@ -444700,15 +448292,15 @@ "postfix": false, "binop": null }, - "start": 66525, - "end": 66526, + "start": 67242, + "end": 67243, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 53 }, "end": { - "line": 1894, + "line": 1913, "column": 54 } } @@ -444726,15 +448318,15 @@ "binop": null, "updateContext": null }, - "start": 66526, - "end": 66527, + "start": 67243, + "end": 67244, "loc": { "start": { - "line": 1894, + "line": 1913, "column": 54 }, "end": { - "line": 1894, + "line": 1913, "column": 55 } } @@ -444751,15 +448343,15 @@ "postfix": false, "binop": null }, - "start": 66532, - "end": 66533, + "start": 67249, + "end": 67250, "loc": { "start": { - "line": 1895, + "line": 1914, "column": 4 }, "end": { - "line": 1895, + "line": 1914, "column": 5 } } @@ -444767,15 +448359,15 @@ { "type": "CommentBlock", "value": "*\n * Replaces the default `formatTime` implementation with a custom implementation.\n *\n * @param {function} customImplementation - A function which will be used in place\n * of the default `formatTime` implementation. Will receive the current time\n * in seconds and the guide (in seconds) as arguments.\n ", - "start": 66539, - "end": 66878, + "start": 67256, + "end": 67595, "loc": { "start": { - "line": 1897, + "line": 1916, "column": 4 }, "end": { - "line": 1903, + "line": 1922, "column": 7 } } @@ -444793,15 +448385,15 @@ "binop": null }, "value": "setFormatTime", - "start": 66883, - "end": 66896, + "start": 67600, + "end": 67613, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 4 }, "end": { - "line": 1904, + "line": 1923, "column": 17 } } @@ -444818,15 +448410,15 @@ "postfix": false, "binop": null }, - "start": 66896, - "end": 66897, + "start": 67613, + "end": 67614, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 17 }, "end": { - "line": 1904, + "line": 1923, "column": 18 } } @@ -444844,15 +448436,15 @@ "binop": null }, "value": "customImplementation", - "start": 66897, - "end": 66917, + "start": 67614, + "end": 67634, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 18 }, "end": { - "line": 1904, + "line": 1923, "column": 38 } } @@ -444869,15 +448461,15 @@ "postfix": false, "binop": null }, - "start": 66917, - "end": 66918, + "start": 67634, + "end": 67635, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 38 }, "end": { - "line": 1904, + "line": 1923, "column": 39 } } @@ -444894,15 +448486,15 @@ "postfix": false, "binop": null }, - "start": 66919, - "end": 66920, + "start": 67636, + "end": 67637, "loc": { "start": { - "line": 1904, + "line": 1923, "column": 40 }, "end": { - "line": 1904, + "line": 1923, "column": 41 } } @@ -444922,15 +448514,15 @@ "updateContext": null }, "value": "this", - "start": 66929, - "end": 66933, + "start": 67646, + "end": 67650, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 8 }, "end": { - "line": 1905, + "line": 1924, "column": 12 } } @@ -444948,15 +448540,15 @@ "binop": null, "updateContext": null }, - "start": 66933, - "end": 66934, + "start": 67650, + "end": 67651, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 12 }, "end": { - "line": 1905, + "line": 1924, "column": 13 } } @@ -444974,15 +448566,15 @@ "binop": null }, "value": "_formatTime", - "start": 66934, - "end": 66945, + "start": 67651, + "end": 67662, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 13 }, "end": { - "line": 1905, + "line": 1924, "column": 24 } } @@ -445001,15 +448593,15 @@ "updateContext": null }, "value": "=", - "start": 66946, - "end": 66947, + "start": 67663, + "end": 67664, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 25 }, "end": { - "line": 1905, + "line": 1924, "column": 26 } } @@ -445027,15 +448619,15 @@ "binop": null }, "value": "customImplementation", - "start": 66948, - "end": 66968, + "start": 67665, + "end": 67685, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 27 }, "end": { - "line": 1905, + "line": 1924, "column": 47 } } @@ -445053,15 +448645,15 @@ "binop": null, "updateContext": null }, - "start": 66968, - "end": 66969, + "start": 67685, + "end": 67686, "loc": { "start": { - "line": 1905, + "line": 1924, "column": 47 }, "end": { - "line": 1905, + "line": 1924, "column": 48 } } @@ -445079,15 +448671,15 @@ "binop": null }, "value": "videojs", - "start": 66979, - "end": 66986, + "start": 67696, + "end": 67703, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 8 }, "end": { - "line": 1907, + "line": 1926, "column": 15 } } @@ -445105,15 +448697,15 @@ "binop": null, "updateContext": null }, - "start": 66986, - "end": 66987, + "start": 67703, + "end": 67704, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 15 }, "end": { - "line": 1907, + "line": 1926, "column": 16 } } @@ -445131,15 +448723,15 @@ "binop": null }, "value": "setFormatTime", - "start": 66987, - "end": 67000, + "start": 67704, + "end": 67717, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 16 }, "end": { - "line": 1907, + "line": 1926, "column": 29 } } @@ -445156,15 +448748,15 @@ "postfix": false, "binop": null }, - "start": 67000, - "end": 67001, + "start": 67717, + "end": 67718, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 29 }, "end": { - "line": 1907, + "line": 1926, "column": 30 } } @@ -445184,15 +448776,15 @@ "updateContext": null }, "value": "this", - "start": 67001, - "end": 67005, + "start": 67718, + "end": 67722, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 30 }, "end": { - "line": 1907, + "line": 1926, "column": 34 } } @@ -445210,15 +448802,15 @@ "binop": null, "updateContext": null }, - "start": 67005, - "end": 67006, + "start": 67722, + "end": 67723, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 34 }, "end": { - "line": 1907, + "line": 1926, "column": 35 } } @@ -445236,15 +448828,15 @@ "binop": null }, "value": "_formatTime", - "start": 67006, - "end": 67017, + "start": 67723, + "end": 67734, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 35 }, "end": { - "line": 1907, + "line": 1926, "column": 46 } } @@ -445261,15 +448853,15 @@ "postfix": false, "binop": null }, - "start": 67017, - "end": 67018, + "start": 67734, + "end": 67735, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 46 }, "end": { - "line": 1907, + "line": 1926, "column": 47 } } @@ -445287,15 +448879,15 @@ "binop": null, "updateContext": null }, - "start": 67018, - "end": 67019, + "start": 67735, + "end": 67736, "loc": { "start": { - "line": 1907, + "line": 1926, "column": 47 }, "end": { - "line": 1907, + "line": 1926, "column": 48 } } @@ -445303,15 +448895,15 @@ { "type": "CommentLine", "value": " audio-only", - "start": 67029, - "end": 67042, + "start": 67746, + "end": 67759, "loc": { "start": { - "line": 1909, + "line": 1928, "column": 8 }, "end": { - "line": 1909, + "line": 1928, "column": 21 } } @@ -445331,15 +448923,15 @@ "updateContext": null }, "value": "if", - "start": 67051, - "end": 67053, + "start": 67768, + "end": 67770, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 8 }, "end": { - "line": 1910, + "line": 1929, "column": 10 } } @@ -445356,15 +448948,15 @@ "postfix": false, "binop": null }, - "start": 67054, - "end": 67055, + "start": 67771, + "end": 67772, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 11 }, "end": { - "line": 1910, + "line": 1929, "column": 12 } } @@ -445384,15 +448976,15 @@ "updateContext": null }, "value": "this", - "start": 67055, - "end": 67059, + "start": 67772, + "end": 67776, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 12 }, "end": { - "line": 1910, + "line": 1929, "column": 16 } } @@ -445410,15 +449002,15 @@ "binop": null, "updateContext": null }, - "start": 67059, - "end": 67060, + "start": 67776, + "end": 67777, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 16 }, "end": { - "line": 1910, + "line": 1929, "column": 17 } } @@ -445436,15 +449028,15 @@ "binop": null }, "value": "surfer", - "start": 67060, - "end": 67066, + "start": 67777, + "end": 67783, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 17 }, "end": { - "line": 1910, + "line": 1929, "column": 23 } } @@ -445461,15 +449053,15 @@ "postfix": false, "binop": null }, - "start": 67066, - "end": 67067, + "start": 67783, + "end": 67784, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 23 }, "end": { - "line": 1910, + "line": 1929, "column": 24 } } @@ -445486,15 +449078,15 @@ "postfix": false, "binop": null }, - "start": 67068, - "end": 67069, + "start": 67785, + "end": 67786, "loc": { "start": { - "line": 1910, + "line": 1929, "column": 25 }, "end": { - "line": 1910, + "line": 1929, "column": 26 } } @@ -445502,15 +449094,15 @@ { "type": "CommentLine", "value": " use same time format as this plugin", - "start": 67082, - "end": 67120, + "start": 67799, + "end": 67837, "loc": { "start": { - "line": 1911, + "line": 1930, "column": 12 }, "end": { - "line": 1911, + "line": 1930, "column": 50 } } @@ -445530,15 +449122,15 @@ "updateContext": null }, "value": "this", - "start": 67133, - "end": 67137, + "start": 67850, + "end": 67854, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 12 }, "end": { - "line": 1912, + "line": 1931, "column": 16 } } @@ -445556,15 +449148,15 @@ "binop": null, "updateContext": null }, - "start": 67137, - "end": 67138, + "start": 67854, + "end": 67855, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 16 }, "end": { - "line": 1912, + "line": 1931, "column": 17 } } @@ -445582,15 +449174,15 @@ "binop": null }, "value": "surfer", - "start": 67138, - "end": 67144, + "start": 67855, + "end": 67861, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 17 }, "end": { - "line": 1912, + "line": 1931, "column": 23 } } @@ -445608,15 +449200,15 @@ "binop": null, "updateContext": null }, - "start": 67144, - "end": 67145, + "start": 67861, + "end": 67862, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 23 }, "end": { - "line": 1912, + "line": 1931, "column": 24 } } @@ -445634,15 +449226,15 @@ "binop": null }, "value": "setFormatTime", - "start": 67145, - "end": 67158, + "start": 67862, + "end": 67875, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 24 }, "end": { - "line": 1912, + "line": 1931, "column": 37 } } @@ -445659,15 +449251,15 @@ "postfix": false, "binop": null }, - "start": 67158, - "end": 67159, + "start": 67875, + "end": 67876, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 37 }, "end": { - "line": 1912, + "line": 1931, "column": 38 } } @@ -445687,15 +449279,15 @@ "updateContext": null }, "value": "this", - "start": 67159, - "end": 67163, + "start": 67876, + "end": 67880, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 38 }, "end": { - "line": 1912, + "line": 1931, "column": 42 } } @@ -445713,15 +449305,15 @@ "binop": null, "updateContext": null }, - "start": 67163, - "end": 67164, + "start": 67880, + "end": 67881, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 42 }, "end": { - "line": 1912, + "line": 1931, "column": 43 } } @@ -445739,15 +449331,15 @@ "binop": null }, "value": "_formatTime", - "start": 67164, - "end": 67175, + "start": 67881, + "end": 67892, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 43 }, "end": { - "line": 1912, + "line": 1931, "column": 54 } } @@ -445764,15 +449356,15 @@ "postfix": false, "binop": null }, - "start": 67175, - "end": 67176, + "start": 67892, + "end": 67893, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 54 }, "end": { - "line": 1912, + "line": 1931, "column": 55 } } @@ -445790,15 +449382,15 @@ "binop": null, "updateContext": null }, - "start": 67176, - "end": 67177, + "start": 67893, + "end": 67894, "loc": { "start": { - "line": 1912, + "line": 1931, "column": 55 }, "end": { - "line": 1912, + "line": 1931, "column": 56 } } @@ -445815,15 +449407,15 @@ "postfix": false, "binop": null }, - "start": 67186, - "end": 67187, + "start": 67903, + "end": 67904, "loc": { "start": { - "line": 1913, + "line": 1932, "column": 8 }, "end": { - "line": 1913, + "line": 1932, "column": 9 } } @@ -445840,15 +449432,15 @@ "postfix": false, "binop": null }, - "start": 67192, - "end": 67193, + "start": 67909, + "end": 67910, "loc": { "start": { - "line": 1914, + "line": 1933, "column": 4 }, "end": { - "line": 1914, + "line": 1933, "column": 5 } } @@ -445856,15 +449448,15 @@ { "type": "CommentBlock", "value": "*\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n ", - "start": 67199, - "end": 67330, + "start": 67916, + "end": 68047, "loc": { "start": { - "line": 1916, + "line": 1935, "column": 4 }, "end": { - "line": 1921, + "line": 1940, "column": 7 } } @@ -445882,15 +449474,15 @@ "binop": null }, "value": "displayVolumeControl", - "start": 67335, - "end": 67355, + "start": 68052, + "end": 68072, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 4 }, "end": { - "line": 1922, + "line": 1941, "column": 24 } } @@ -445907,15 +449499,15 @@ "postfix": false, "binop": null }, - "start": 67355, - "end": 67356, + "start": 68072, + "end": 68073, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 24 }, "end": { - "line": 1922, + "line": 1941, "column": 25 } } @@ -445933,15 +449525,15 @@ "binop": null }, "value": "display", - "start": 67356, - "end": 67363, + "start": 68073, + "end": 68080, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 25 }, "end": { - "line": 1922, + "line": 1941, "column": 32 } } @@ -445958,15 +449550,15 @@ "postfix": false, "binop": null }, - "start": 67363, - "end": 67364, + "start": 68080, + "end": 68081, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 32 }, "end": { - "line": 1922, + "line": 1941, "column": 33 } } @@ -445983,15 +449575,15 @@ "postfix": false, "binop": null }, - "start": 67365, - "end": 67366, + "start": 68082, + "end": 68083, "loc": { "start": { - "line": 1922, + "line": 1941, "column": 34 }, "end": { - "line": 1922, + "line": 1941, "column": 35 } } @@ -446011,15 +449603,15 @@ "updateContext": null }, "value": "if", - "start": 67375, - "end": 67377, + "start": 68092, + "end": 68094, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 8 }, "end": { - "line": 1923, + "line": 1942, "column": 10 } } @@ -446036,15 +449628,15 @@ "postfix": false, "binop": null }, - "start": 67378, - "end": 67379, + "start": 68095, + "end": 68096, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 11 }, "end": { - "line": 1923, + "line": 1942, "column": 12 } } @@ -446064,15 +449656,15 @@ "updateContext": null }, "value": "this", - "start": 67379, - "end": 67383, + "start": 68096, + "end": 68100, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 12 }, "end": { - "line": 1923, + "line": 1942, "column": 16 } } @@ -446090,15 +449682,15 @@ "binop": null, "updateContext": null }, - "start": 67383, - "end": 67384, + "start": 68100, + "end": 68101, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 16 }, "end": { - "line": 1923, + "line": 1942, "column": 17 } } @@ -446116,15 +449708,15 @@ "binop": null }, "value": "player", - "start": 67384, - "end": 67390, + "start": 68101, + "end": 68107, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 17 }, "end": { - "line": 1923, + "line": 1942, "column": 23 } } @@ -446142,15 +449734,15 @@ "binop": null, "updateContext": null }, - "start": 67390, - "end": 67391, + "start": 68107, + "end": 68108, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 23 }, "end": { - "line": 1923, + "line": 1942, "column": 24 } } @@ -446168,15 +449760,15 @@ "binop": null }, "value": "controlBar", - "start": 67391, - "end": 67401, + "start": 68108, + "end": 68118, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 24 }, "end": { - "line": 1923, + "line": 1942, "column": 34 } } @@ -446194,15 +449786,15 @@ "binop": null, "updateContext": null }, - "start": 67401, - "end": 67402, + "start": 68118, + "end": 68119, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 34 }, "end": { - "line": 1923, + "line": 1942, "column": 35 } } @@ -446220,15 +449812,15 @@ "binop": null }, "value": "volumePanel", - "start": 67402, - "end": 67413, + "start": 68119, + "end": 68130, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 35 }, "end": { - "line": 1923, + "line": 1942, "column": 46 } } @@ -446247,15 +449839,15 @@ "updateContext": null }, "value": "!==", - "start": 67414, - "end": 67417, + "start": 68131, + "end": 68134, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 47 }, "end": { - "line": 1923, + "line": 1942, "column": 50 } } @@ -446273,15 +449865,15 @@ "binop": null }, "value": "undefined", - "start": 67418, - "end": 67427, + "start": 68135, + "end": 68144, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 51 }, "end": { - "line": 1923, + "line": 1942, "column": 60 } } @@ -446298,15 +449890,15 @@ "postfix": false, "binop": null }, - "start": 67427, - "end": 67428, + "start": 68144, + "end": 68145, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 60 }, "end": { - "line": 1923, + "line": 1942, "column": 61 } } @@ -446323,15 +449915,15 @@ "postfix": false, "binop": null }, - "start": 67429, - "end": 67430, + "start": 68146, + "end": 68147, "loc": { "start": { - "line": 1923, + "line": 1942, "column": 62 }, "end": { - "line": 1923, + "line": 1942, "column": 63 } } @@ -446351,15 +449943,15 @@ "updateContext": null }, "value": "if", - "start": 67443, - "end": 67445, + "start": 68160, + "end": 68162, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 12 }, "end": { - "line": 1924, + "line": 1943, "column": 14 } } @@ -446376,15 +449968,15 @@ "postfix": false, "binop": null }, - "start": 67446, - "end": 67447, + "start": 68163, + "end": 68164, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 15 }, "end": { - "line": 1924, + "line": 1943, "column": 16 } } @@ -446402,15 +449994,15 @@ "binop": null }, "value": "display", - "start": 67447, - "end": 67454, + "start": 68164, + "end": 68171, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 16 }, "end": { - "line": 1924, + "line": 1943, "column": 23 } } @@ -446429,15 +450021,15 @@ "updateContext": null }, "value": "===", - "start": 67455, - "end": 67458, + "start": 68172, + "end": 68175, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 24 }, "end": { - "line": 1924, + "line": 1943, "column": 27 } } @@ -446457,15 +450049,15 @@ "updateContext": null }, "value": "true", - "start": 67459, - "end": 67463, + "start": 68176, + "end": 68180, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 28 }, "end": { - "line": 1924, + "line": 1943, "column": 32 } } @@ -446482,15 +450074,15 @@ "postfix": false, "binop": null }, - "start": 67463, - "end": 67464, + "start": 68180, + "end": 68181, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 32 }, "end": { - "line": 1924, + "line": 1943, "column": 33 } } @@ -446507,15 +450099,15 @@ "postfix": false, "binop": null }, - "start": 67465, - "end": 67466, + "start": 68182, + "end": 68183, "loc": { "start": { - "line": 1924, + "line": 1943, "column": 34 }, "end": { - "line": 1924, + "line": 1943, "column": 35 } } @@ -446533,15 +450125,15 @@ "binop": null }, "value": "display", - "start": 67483, - "end": 67490, + "start": 68200, + "end": 68207, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 16 }, "end": { - "line": 1925, + "line": 1944, "column": 23 } } @@ -446560,15 +450152,15 @@ "updateContext": null }, "value": "=", - "start": 67491, - "end": 67492, + "start": 68208, + "end": 68209, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 24 }, "end": { - "line": 1925, + "line": 1944, "column": 25 } } @@ -446587,15 +450179,15 @@ "updateContext": null }, "value": "flex", - "start": 67493, - "end": 67499, + "start": 68210, + "end": 68216, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 26 }, "end": { - "line": 1925, + "line": 1944, "column": 32 } } @@ -446613,15 +450205,15 @@ "binop": null, "updateContext": null }, - "start": 67499, - "end": 67500, + "start": 68216, + "end": 68217, "loc": { "start": { - "line": 1925, + "line": 1944, "column": 32 }, "end": { - "line": 1925, + "line": 1944, "column": 33 } } @@ -446638,15 +450230,15 @@ "postfix": false, "binop": null }, - "start": 67513, - "end": 67514, + "start": 68230, + "end": 68231, "loc": { "start": { - "line": 1926, + "line": 1945, "column": 12 }, "end": { - "line": 1926, + "line": 1945, "column": 13 } } @@ -446666,15 +450258,15 @@ "updateContext": null }, "value": "else", - "start": 67515, - "end": 67519, + "start": 68232, + "end": 68236, "loc": { "start": { - "line": 1926, + "line": 1945, "column": 14 }, "end": { - "line": 1926, + "line": 1945, "column": 18 } } @@ -446691,15 +450283,15 @@ "postfix": false, "binop": null }, - "start": 67520, - "end": 67521, + "start": 68237, + "end": 68238, "loc": { "start": { - "line": 1926, + "line": 1945, "column": 19 }, "end": { - "line": 1926, + "line": 1945, "column": 20 } } @@ -446717,15 +450309,15 @@ "binop": null }, "value": "display", - "start": 67538, - "end": 67545, + "start": 68255, + "end": 68262, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 16 }, "end": { - "line": 1927, + "line": 1946, "column": 23 } } @@ -446744,15 +450336,15 @@ "updateContext": null }, "value": "=", - "start": 67546, - "end": 67547, + "start": 68263, + "end": 68264, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 24 }, "end": { - "line": 1927, + "line": 1946, "column": 25 } } @@ -446771,15 +450363,15 @@ "updateContext": null }, "value": "none", - "start": 67548, - "end": 67554, + "start": 68265, + "end": 68271, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 26 }, "end": { - "line": 1927, + "line": 1946, "column": 32 } } @@ -446797,15 +450389,15 @@ "binop": null, "updateContext": null }, - "start": 67554, - "end": 67555, + "start": 68271, + "end": 68272, "loc": { "start": { - "line": 1927, + "line": 1946, "column": 32 }, "end": { - "line": 1927, + "line": 1946, "column": 33 } } @@ -446822,15 +450414,15 @@ "postfix": false, "binop": null }, - "start": 67568, - "end": 67569, + "start": 68285, + "end": 68286, "loc": { "start": { - "line": 1928, + "line": 1947, "column": 12 }, "end": { - "line": 1928, + "line": 1947, "column": 13 } } @@ -446850,15 +450442,15 @@ "updateContext": null }, "value": "this", - "start": 67582, - "end": 67586, + "start": 68299, + "end": 68303, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 12 }, "end": { - "line": 1929, + "line": 1948, "column": 16 } } @@ -446876,15 +450468,15 @@ "binop": null, "updateContext": null }, - "start": 67586, - "end": 67587, + "start": 68303, + "end": 68304, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 16 }, "end": { - "line": 1929, + "line": 1948, "column": 17 } } @@ -446902,15 +450494,15 @@ "binop": null }, "value": "player", - "start": 67587, - "end": 67593, + "start": 68304, + "end": 68310, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 17 }, "end": { - "line": 1929, + "line": 1948, "column": 23 } } @@ -446928,15 +450520,15 @@ "binop": null, "updateContext": null }, - "start": 67593, - "end": 67594, + "start": 68310, + "end": 68311, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 23 }, "end": { - "line": 1929, + "line": 1948, "column": 24 } } @@ -446954,15 +450546,15 @@ "binop": null }, "value": "controlBar", - "start": 67594, - "end": 67604, + "start": 68311, + "end": 68321, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 24 }, "end": { - "line": 1929, + "line": 1948, "column": 34 } } @@ -446980,15 +450572,15 @@ "binop": null, "updateContext": null }, - "start": 67604, - "end": 67605, + "start": 68321, + "end": 68322, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 34 }, "end": { - "line": 1929, + "line": 1948, "column": 35 } } @@ -447006,15 +450598,15 @@ "binop": null }, "value": "volumePanel", - "start": 67605, - "end": 67616, + "start": 68322, + "end": 68333, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 35 }, "end": { - "line": 1929, + "line": 1948, "column": 46 } } @@ -447032,15 +450624,15 @@ "binop": null, "updateContext": null }, - "start": 67616, - "end": 67617, + "start": 68333, + "end": 68334, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 46 }, "end": { - "line": 1929, + "line": 1948, "column": 47 } } @@ -447058,15 +450650,15 @@ "binop": null }, "value": "el", - "start": 67617, - "end": 67619, + "start": 68334, + "end": 68336, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 47 }, "end": { - "line": 1929, + "line": 1948, "column": 49 } } @@ -447083,15 +450675,15 @@ "postfix": false, "binop": null }, - "start": 67619, - "end": 67620, + "start": 68336, + "end": 68337, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 49 }, "end": { - "line": 1929, + "line": 1948, "column": 50 } } @@ -447108,15 +450700,15 @@ "postfix": false, "binop": null }, - "start": 67620, - "end": 67621, + "start": 68337, + "end": 68338, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 50 }, "end": { - "line": 1929, + "line": 1948, "column": 51 } } @@ -447134,15 +450726,15 @@ "binop": null, "updateContext": null }, - "start": 67621, - "end": 67622, + "start": 68338, + "end": 68339, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 51 }, "end": { - "line": 1929, + "line": 1948, "column": 52 } } @@ -447160,15 +450752,15 @@ "binop": null }, "value": "style", - "start": 67622, - "end": 67627, + "start": 68339, + "end": 68344, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 52 }, "end": { - "line": 1929, + "line": 1948, "column": 57 } } @@ -447186,15 +450778,15 @@ "binop": null, "updateContext": null }, - "start": 67627, - "end": 67628, + "start": 68344, + "end": 68345, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 57 }, "end": { - "line": 1929, + "line": 1948, "column": 58 } } @@ -447212,15 +450804,15 @@ "binop": null }, "value": "display", - "start": 67628, - "end": 67635, + "start": 68345, + "end": 68352, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 58 }, "end": { - "line": 1929, + "line": 1948, "column": 65 } } @@ -447239,15 +450831,15 @@ "updateContext": null }, "value": "=", - "start": 67636, - "end": 67637, + "start": 68353, + "end": 68354, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 66 }, "end": { - "line": 1929, + "line": 1948, "column": 67 } } @@ -447265,15 +450857,15 @@ "binop": null }, "value": "display", - "start": 67638, - "end": 67645, + "start": 68355, + "end": 68362, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 68 }, "end": { - "line": 1929, + "line": 1948, "column": 75 } } @@ -447291,15 +450883,15 @@ "binop": null, "updateContext": null }, - "start": 67645, - "end": 67646, + "start": 68362, + "end": 68363, "loc": { "start": { - "line": 1929, + "line": 1948, "column": 75 }, "end": { - "line": 1929, + "line": 1948, "column": 76 } } @@ -447316,15 +450908,15 @@ "postfix": false, "binop": null }, - "start": 67655, - "end": 67656, + "start": 68372, + "end": 68373, "loc": { "start": { - "line": 1930, + "line": 1949, "column": 8 }, "end": { - "line": 1930, + "line": 1949, "column": 9 } } @@ -447341,15 +450933,15 @@ "postfix": false, "binop": null }, - "start": 67661, - "end": 67662, + "start": 68378, + "end": 68379, "loc": { "start": { - "line": 1931, + "line": 1950, "column": 4 }, "end": { - "line": 1931, + "line": 1950, "column": 5 } } @@ -447357,15 +450949,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n ", - "start": 67668, - "end": 67817, + "start": 68385, + "end": 68534, "loc": { "start": { - "line": 1933, + "line": 1952, "column": 4 }, "end": { - "line": 1938, + "line": 1957, "column": 7 } } @@ -447383,15 +450975,15 @@ "binop": null }, "value": "onStreamVisible", - "start": 67822, - "end": 67837, + "start": 68539, + "end": 68554, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 4 }, "end": { - "line": 1939, + "line": 1958, "column": 19 } } @@ -447408,15 +451000,15 @@ "postfix": false, "binop": null }, - "start": 67837, - "end": 67838, + "start": 68554, + "end": 68555, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 19 }, "end": { - "line": 1939, + "line": 1958, "column": 20 } } @@ -447434,15 +451026,15 @@ "binop": null }, "value": "event", - "start": 67838, - "end": 67843, + "start": 68555, + "end": 68560, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 20 }, "end": { - "line": 1939, + "line": 1958, "column": 25 } } @@ -447459,15 +451051,15 @@ "postfix": false, "binop": null }, - "start": 67843, - "end": 67844, + "start": 68560, + "end": 68561, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 25 }, "end": { - "line": 1939, + "line": 1958, "column": 26 } } @@ -447484,15 +451076,15 @@ "postfix": false, "binop": null }, - "start": 67845, - "end": 67846, + "start": 68562, + "end": 68563, "loc": { "start": { - "line": 1939, + "line": 1958, "column": 27 }, "end": { - "line": 1939, + "line": 1958, "column": 28 } } @@ -447500,15 +451092,15 @@ { "type": "CommentLine", "value": " only listen for this once; remove listener", - "start": 67855, - "end": 67900, + "start": 68572, + "end": 68617, "loc": { "start": { - "line": 1940, + "line": 1959, "column": 8 }, "end": { - "line": 1940, + "line": 1959, "column": 53 } } @@ -447528,15 +451120,15 @@ "updateContext": null }, "value": "this", - "start": 67909, - "end": 67913, + "start": 68626, + "end": 68630, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 8 }, "end": { - "line": 1941, + "line": 1960, "column": 12 } } @@ -447554,15 +451146,15 @@ "binop": null, "updateContext": null }, - "start": 67913, - "end": 67914, + "start": 68630, + "end": 68631, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 12 }, "end": { - "line": 1941, + "line": 1960, "column": 13 } } @@ -447580,15 +451172,15 @@ "binop": null }, "value": "mediaElement", - "start": 67914, - "end": 67926, + "start": 68631, + "end": 68643, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 13 }, "end": { - "line": 1941, + "line": 1960, "column": 25 } } @@ -447606,15 +451198,15 @@ "binop": null, "updateContext": null }, - "start": 67926, - "end": 67927, + "start": 68643, + "end": 68644, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 25 }, "end": { - "line": 1941, + "line": 1960, "column": 26 } } @@ -447632,15 +451224,15 @@ "binop": null }, "value": "removeEventListener", - "start": 67927, - "end": 67946, + "start": 68644, + "end": 68663, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 26 }, "end": { - "line": 1941, + "line": 1960, "column": 45 } } @@ -447657,15 +451249,15 @@ "postfix": false, "binop": null }, - "start": 67946, - "end": 67947, + "start": 68663, + "end": 68664, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 45 }, "end": { - "line": 1941, + "line": 1960, "column": 46 } } @@ -447683,15 +451275,15 @@ "binop": null }, "value": "Event", - "start": 67947, - "end": 67952, + "start": 68664, + "end": 68669, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 46 }, "end": { - "line": 1941, + "line": 1960, "column": 51 } } @@ -447709,15 +451301,15 @@ "binop": null, "updateContext": null }, - "start": 67952, - "end": 67953, + "start": 68669, + "end": 68670, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 51 }, "end": { - "line": 1941, + "line": 1960, "column": 52 } } @@ -447735,15 +451327,15 @@ "binop": null }, "value": "PLAYING", - "start": 67953, - "end": 67960, + "start": 68670, + "end": 68677, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 52 }, "end": { - "line": 1941, + "line": 1960, "column": 59 } } @@ -447761,15 +451353,15 @@ "binop": null, "updateContext": null }, - "start": 67960, - "end": 67961, + "start": 68677, + "end": 68678, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 59 }, "end": { - "line": 1941, + "line": 1960, "column": 60 } } @@ -447789,15 +451381,15 @@ "updateContext": null }, "value": "this", - "start": 67962, - "end": 67966, + "start": 68679, + "end": 68683, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 61 }, "end": { - "line": 1941, + "line": 1960, "column": 65 } } @@ -447815,15 +451407,15 @@ "binop": null, "updateContext": null }, - "start": 67966, - "end": 67967, + "start": 68683, + "end": 68684, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 65 }, "end": { - "line": 1941, + "line": 1960, "column": 66 } } @@ -447841,15 +451433,15 @@ "binop": null }, "value": "streamVisibleCallback", - "start": 67967, - "end": 67988, + "start": 68684, + "end": 68705, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 66 }, "end": { - "line": 1941, + "line": 1960, "column": 87 } } @@ -447866,15 +451458,15 @@ "postfix": false, "binop": null }, - "start": 67988, - "end": 67989, + "start": 68705, + "end": 68706, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 87 }, "end": { - "line": 1941, + "line": 1960, "column": 88 } } @@ -447892,15 +451484,15 @@ "binop": null, "updateContext": null }, - "start": 67989, - "end": 67990, + "start": 68706, + "end": 68707, "loc": { "start": { - "line": 1941, + "line": 1960, "column": 88 }, "end": { - "line": 1941, + "line": 1960, "column": 89 } } @@ -447908,15 +451500,15 @@ { "type": "CommentLine", "value": " reset and show camera button", - "start": 68000, - "end": 68031, + "start": 68717, + "end": 68748, "loc": { "start": { - "line": 1943, + "line": 1962, "column": 8 }, "end": { - "line": 1943, + "line": 1962, "column": 39 } } @@ -447936,15 +451528,15 @@ "updateContext": null }, "value": "this", - "start": 68040, - "end": 68044, + "start": 68757, + "end": 68761, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 8 }, "end": { - "line": 1944, + "line": 1963, "column": 12 } } @@ -447962,15 +451554,15 @@ "binop": null, "updateContext": null }, - "start": 68044, - "end": 68045, + "start": 68761, + "end": 68762, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 12 }, "end": { - "line": 1944, + "line": 1963, "column": 13 } } @@ -447988,15 +451580,15 @@ "binop": null }, "value": "player", - "start": 68045, - "end": 68051, + "start": 68762, + "end": 68768, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 13 }, "end": { - "line": 1944, + "line": 1963, "column": 19 } } @@ -448014,15 +451606,15 @@ "binop": null, "updateContext": null }, - "start": 68051, - "end": 68052, + "start": 68768, + "end": 68769, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 19 }, "end": { - "line": 1944, + "line": 1963, "column": 20 } } @@ -448040,15 +451632,15 @@ "binop": null }, "value": "cameraButton", - "start": 68052, - "end": 68064, + "start": 68769, + "end": 68781, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 20 }, "end": { - "line": 1944, + "line": 1963, "column": 32 } } @@ -448066,15 +451658,15 @@ "binop": null, "updateContext": null }, - "start": 68064, - "end": 68065, + "start": 68781, + "end": 68782, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 32 }, "end": { - "line": 1944, + "line": 1963, "column": 33 } } @@ -448092,15 +451684,15 @@ "binop": null }, "value": "onStop", - "start": 68065, - "end": 68071, + "start": 68782, + "end": 68788, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 33 }, "end": { - "line": 1944, + "line": 1963, "column": 39 } } @@ -448117,15 +451709,15 @@ "postfix": false, "binop": null }, - "start": 68071, - "end": 68072, + "start": 68788, + "end": 68789, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 39 }, "end": { - "line": 1944, + "line": 1963, "column": 40 } } @@ -448142,15 +451734,15 @@ "postfix": false, "binop": null }, - "start": 68072, - "end": 68073, + "start": 68789, + "end": 68790, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 40 }, "end": { - "line": 1944, + "line": 1963, "column": 41 } } @@ -448168,15 +451760,15 @@ "binop": null, "updateContext": null }, - "start": 68073, - "end": 68074, + "start": 68790, + "end": 68791, "loc": { "start": { - "line": 1944, + "line": 1963, "column": 41 }, "end": { - "line": 1944, + "line": 1963, "column": 42 } } @@ -448196,15 +451788,15 @@ "updateContext": null }, "value": "this", - "start": 68083, - "end": 68087, + "start": 68800, + "end": 68804, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 8 }, "end": { - "line": 1945, + "line": 1964, "column": 12 } } @@ -448222,15 +451814,15 @@ "binop": null, "updateContext": null }, - "start": 68087, - "end": 68088, + "start": 68804, + "end": 68805, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 12 }, "end": { - "line": 1945, + "line": 1964, "column": 13 } } @@ -448248,15 +451840,15 @@ "binop": null }, "value": "player", - "start": 68088, - "end": 68094, + "start": 68805, + "end": 68811, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 13 }, "end": { - "line": 1945, + "line": 1964, "column": 19 } } @@ -448274,15 +451866,15 @@ "binop": null, "updateContext": null }, - "start": 68094, - "end": 68095, + "start": 68811, + "end": 68812, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 19 }, "end": { - "line": 1945, + "line": 1964, "column": 20 } } @@ -448300,15 +451892,15 @@ "binop": null }, "value": "cameraButton", - "start": 68095, - "end": 68107, + "start": 68812, + "end": 68824, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 20 }, "end": { - "line": 1945, + "line": 1964, "column": 32 } } @@ -448326,15 +451918,15 @@ "binop": null, "updateContext": null }, - "start": 68107, - "end": 68108, + "start": 68824, + "end": 68825, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 32 }, "end": { - "line": 1945, + "line": 1964, "column": 33 } } @@ -448352,15 +451944,15 @@ "binop": null }, "value": "show", - "start": 68108, - "end": 68112, + "start": 68825, + "end": 68829, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 33 }, "end": { - "line": 1945, + "line": 1964, "column": 37 } } @@ -448377,15 +451969,15 @@ "postfix": false, "binop": null }, - "start": 68112, - "end": 68113, + "start": 68829, + "end": 68830, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 37 }, "end": { - "line": 1945, + "line": 1964, "column": 38 } } @@ -448402,15 +451994,15 @@ "postfix": false, "binop": null }, - "start": 68113, - "end": 68114, + "start": 68830, + "end": 68831, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 38 }, "end": { - "line": 1945, + "line": 1964, "column": 39 } } @@ -448428,15 +452020,15 @@ "binop": null, "updateContext": null }, - "start": 68114, - "end": 68115, + "start": 68831, + "end": 68832, "loc": { "start": { - "line": 1945, + "line": 1964, "column": 39 }, "end": { - "line": 1945, + "line": 1964, "column": 40 } } @@ -448453,15 +452045,15 @@ "postfix": false, "binop": null }, - "start": 68120, - "end": 68121, + "start": 68837, + "end": 68838, "loc": { "start": { - "line": 1946, + "line": 1965, "column": 4 }, "end": { - "line": 1946, + "line": 1965, "column": 5 } } @@ -448469,15 +452061,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68127, - "end": 68258, + "start": 68844, + "end": 68975, "loc": { "start": { - "line": 1948, + "line": 1967, "column": 4 }, "end": { - "line": 1953, + "line": 1972, "column": 7 } } @@ -448495,15 +452087,15 @@ "binop": null }, "value": "onEnterPiP", - "start": 68263, - "end": 68273, + "start": 68980, + "end": 68990, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 4 }, "end": { - "line": 1954, + "line": 1973, "column": 14 } } @@ -448520,15 +452112,15 @@ "postfix": false, "binop": null }, - "start": 68273, - "end": 68274, + "start": 68990, + "end": 68991, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 14 }, "end": { - "line": 1954, + "line": 1973, "column": 15 } } @@ -448546,15 +452138,15 @@ "binop": null }, "value": "event", - "start": 68274, - "end": 68279, + "start": 68991, + "end": 68996, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 15 }, "end": { - "line": 1954, + "line": 1973, "column": 20 } } @@ -448571,15 +452163,15 @@ "postfix": false, "binop": null }, - "start": 68279, - "end": 68280, + "start": 68996, + "end": 68997, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 20 }, "end": { - "line": 1954, + "line": 1973, "column": 21 } } @@ -448596,15 +452188,15 @@ "postfix": false, "binop": null }, - "start": 68281, - "end": 68282, + "start": 68998, + "end": 68999, "loc": { "start": { - "line": 1954, + "line": 1973, "column": 22 }, "end": { - "line": 1954, + "line": 1973, "column": 23 } } @@ -448624,15 +452216,15 @@ "updateContext": null }, "value": "this", - "start": 68291, - "end": 68295, + "start": 69008, + "end": 69012, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 8 }, "end": { - "line": 1955, + "line": 1974, "column": 12 } } @@ -448650,15 +452242,15 @@ "binop": null, "updateContext": null }, - "start": 68295, - "end": 68296, + "start": 69012, + "end": 69013, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 12 }, "end": { - "line": 1955, + "line": 1974, "column": 13 } } @@ -448676,15 +452268,15 @@ "binop": null }, "value": "player", - "start": 68296, - "end": 68302, + "start": 69013, + "end": 69019, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 13 }, "end": { - "line": 1955, + "line": 1974, "column": 19 } } @@ -448702,15 +452294,15 @@ "binop": null, "updateContext": null }, - "start": 68302, - "end": 68303, + "start": 69019, + "end": 69020, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 19 }, "end": { - "line": 1955, + "line": 1974, "column": 20 } } @@ -448728,15 +452320,15 @@ "binop": null }, "value": "trigger", - "start": 68303, - "end": 68310, + "start": 69020, + "end": 69027, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 20 }, "end": { - "line": 1955, + "line": 1974, "column": 27 } } @@ -448753,15 +452345,15 @@ "postfix": false, "binop": null }, - "start": 68310, - "end": 68311, + "start": 69027, + "end": 69028, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 27 }, "end": { - "line": 1955, + "line": 1974, "column": 28 } } @@ -448779,15 +452371,15 @@ "binop": null }, "value": "Event", - "start": 68311, - "end": 68316, + "start": 69028, + "end": 69033, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 28 }, "end": { - "line": 1955, + "line": 1974, "column": 33 } } @@ -448805,15 +452397,15 @@ "binop": null, "updateContext": null }, - "start": 68316, - "end": 68317, + "start": 69033, + "end": 69034, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 33 }, "end": { - "line": 1955, + "line": 1974, "column": 34 } } @@ -448831,15 +452423,15 @@ "binop": null }, "value": "ENTER_PIP", - "start": 68317, - "end": 68326, + "start": 69034, + "end": 69043, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 34 }, "end": { - "line": 1955, + "line": 1974, "column": 43 } } @@ -448857,15 +452449,15 @@ "binop": null, "updateContext": null }, - "start": 68326, - "end": 68327, + "start": 69043, + "end": 69044, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 43 }, "end": { - "line": 1955, + "line": 1974, "column": 44 } } @@ -448883,15 +452475,15 @@ "binop": null }, "value": "event", - "start": 68328, - "end": 68333, + "start": 69045, + "end": 69050, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 45 }, "end": { - "line": 1955, + "line": 1974, "column": 50 } } @@ -448908,15 +452500,15 @@ "postfix": false, "binop": null }, - "start": 68333, - "end": 68334, + "start": 69050, + "end": 69051, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 50 }, "end": { - "line": 1955, + "line": 1974, "column": 51 } } @@ -448934,15 +452526,15 @@ "binop": null, "updateContext": null }, - "start": 68334, - "end": 68335, + "start": 69051, + "end": 69052, "loc": { "start": { - "line": 1955, + "line": 1974, "column": 51 }, "end": { - "line": 1955, + "line": 1974, "column": 52 } } @@ -448959,15 +452551,15 @@ "postfix": false, "binop": null }, - "start": 68340, - "end": 68341, + "start": 69057, + "end": 69058, "loc": { "start": { - "line": 1956, + "line": 1975, "column": 4 }, "end": { - "line": 1956, + "line": 1975, "column": 5 } } @@ -448975,15 +452567,15 @@ { "type": "CommentBlock", "value": "*\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n ", - "start": 68347, - "end": 68477, + "start": 69064, + "end": 69194, "loc": { "start": { - "line": 1958, + "line": 1977, "column": 4 }, "end": { - "line": 1963, + "line": 1982, "column": 7 } } @@ -449001,15 +452593,15 @@ "binop": null }, "value": "onLeavePiP", - "start": 68482, - "end": 68492, + "start": 69199, + "end": 69209, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 4 }, "end": { - "line": 1964, + "line": 1983, "column": 14 } } @@ -449026,15 +452618,15 @@ "postfix": false, "binop": null }, - "start": 68492, - "end": 68493, + "start": 69209, + "end": 69210, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 14 }, "end": { - "line": 1964, + "line": 1983, "column": 15 } } @@ -449052,15 +452644,15 @@ "binop": null }, "value": "event", - "start": 68493, - "end": 68498, + "start": 69210, + "end": 69215, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 15 }, "end": { - "line": 1964, + "line": 1983, "column": 20 } } @@ -449077,15 +452669,15 @@ "postfix": false, "binop": null }, - "start": 68498, - "end": 68499, + "start": 69215, + "end": 69216, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 20 }, "end": { - "line": 1964, + "line": 1983, "column": 21 } } @@ -449102,15 +452694,15 @@ "postfix": false, "binop": null }, - "start": 68500, - "end": 68501, + "start": 69217, + "end": 69218, "loc": { "start": { - "line": 1964, + "line": 1983, "column": 22 }, "end": { - "line": 1964, + "line": 1983, "column": 23 } } @@ -449130,15 +452722,15 @@ "updateContext": null }, "value": "this", - "start": 68510, - "end": 68514, + "start": 69227, + "end": 69231, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 8 }, "end": { - "line": 1965, + "line": 1984, "column": 12 } } @@ -449156,15 +452748,15 @@ "binop": null, "updateContext": null }, - "start": 68514, - "end": 68515, + "start": 69231, + "end": 69232, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 12 }, "end": { - "line": 1965, + "line": 1984, "column": 13 } } @@ -449182,15 +452774,15 @@ "binop": null }, "value": "player", - "start": 68515, - "end": 68521, + "start": 69232, + "end": 69238, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 13 }, "end": { - "line": 1965, + "line": 1984, "column": 19 } } @@ -449208,15 +452800,15 @@ "binop": null, "updateContext": null }, - "start": 68521, - "end": 68522, + "start": 69238, + "end": 69239, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 19 }, "end": { - "line": 1965, + "line": 1984, "column": 20 } } @@ -449234,15 +452826,15 @@ "binop": null }, "value": "trigger", - "start": 68522, - "end": 68529, + "start": 69239, + "end": 69246, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 20 }, "end": { - "line": 1965, + "line": 1984, "column": 27 } } @@ -449259,15 +452851,15 @@ "postfix": false, "binop": null }, - "start": 68529, - "end": 68530, + "start": 69246, + "end": 69247, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 27 }, "end": { - "line": 1965, + "line": 1984, "column": 28 } } @@ -449285,15 +452877,15 @@ "binop": null }, "value": "Event", - "start": 68530, - "end": 68535, + "start": 69247, + "end": 69252, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 28 }, "end": { - "line": 1965, + "line": 1984, "column": 33 } } @@ -449311,15 +452903,15 @@ "binop": null, "updateContext": null }, - "start": 68535, - "end": 68536, + "start": 69252, + "end": 69253, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 33 }, "end": { - "line": 1965, + "line": 1984, "column": 34 } } @@ -449337,15 +452929,15 @@ "binop": null }, "value": "LEAVE_PIP", - "start": 68536, - "end": 68545, + "start": 69253, + "end": 69262, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 34 }, "end": { - "line": 1965, + "line": 1984, "column": 43 } } @@ -449362,15 +452954,15 @@ "postfix": false, "binop": null }, - "start": 68545, - "end": 68546, + "start": 69262, + "end": 69263, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 43 }, "end": { - "line": 1965, + "line": 1984, "column": 44 } } @@ -449388,15 +452980,15 @@ "binop": null, "updateContext": null }, - "start": 68546, - "end": 68547, + "start": 69263, + "end": 69264, "loc": { "start": { - "line": 1965, + "line": 1984, "column": 44 }, "end": { - "line": 1965, + "line": 1984, "column": 45 } } @@ -449413,15 +453005,15 @@ "postfix": false, "binop": null }, - "start": 68552, - "end": 68553, + "start": 69269, + "end": 69270, "loc": { "start": { - "line": 1966, + "line": 1985, "column": 4 }, "end": { - "line": 1966, + "line": 1985, "column": 5 } } @@ -449438,15 +453030,15 @@ "postfix": false, "binop": null }, - "start": 68554, - "end": 68555, + "start": 69271, + "end": 69272, "loc": { "start": { - "line": 1967, + "line": 1986, "column": 0 }, "end": { - "line": 1967, + "line": 1986, "column": 1 } } @@ -449454,15 +453046,15 @@ { "type": "CommentLine", "value": " version nr is injected during build", - "start": 68557, - "end": 68595, + "start": 69274, + "end": 69312, "loc": { "start": { - "line": 1969, + "line": 1988, "column": 0 }, "end": { - "line": 1969, + "line": 1988, "column": 38 } } @@ -449480,15 +453072,15 @@ "binop": null }, "value": "Record", - "start": 68596, - "end": 68602, + "start": 69313, + "end": 69319, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 0 }, "end": { - "line": 1970, + "line": 1989, "column": 6 } } @@ -449506,15 +453098,15 @@ "binop": null, "updateContext": null }, - "start": 68602, - "end": 68603, + "start": 69319, + "end": 69320, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 6 }, "end": { - "line": 1970, + "line": 1989, "column": 7 } } @@ -449532,15 +453124,15 @@ "binop": null }, "value": "VERSION", - "start": 68603, - "end": 68610, + "start": 69320, + "end": 69327, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 7 }, "end": { - "line": 1970, + "line": 1989, "column": 14 } } @@ -449559,15 +453151,15 @@ "updateContext": null }, "value": "=", - "start": 68611, - "end": 68612, + "start": 69328, + "end": 69329, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 15 }, "end": { - "line": 1970, + "line": 1989, "column": 16 } } @@ -449585,15 +453177,15 @@ "binop": null }, "value": "__VERSION__", - "start": 68613, - "end": 68624, + "start": 69330, + "end": 69341, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 17 }, "end": { - "line": 1970, + "line": 1989, "column": 28 } } @@ -449611,15 +453203,15 @@ "binop": null, "updateContext": null }, - "start": 68624, - "end": 68625, + "start": 69341, + "end": 69342, "loc": { "start": { - "line": 1970, + "line": 1989, "column": 28 }, "end": { - "line": 1970, + "line": 1989, "column": 29 } } @@ -449627,15 +453219,15 @@ { "type": "CommentLine", "value": " register plugin", - "start": 68627, - "end": 68645, + "start": 69344, + "end": 69362, "loc": { "start": { - "line": 1972, + "line": 1991, "column": 0 }, "end": { - "line": 1972, + "line": 1991, "column": 18 } } @@ -449653,15 +453245,15 @@ "binop": null }, "value": "videojs", - "start": 68646, - "end": 68653, + "start": 69363, + "end": 69370, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 0 }, "end": { - "line": 1973, + "line": 1992, "column": 7 } } @@ -449679,15 +453271,15 @@ "binop": null, "updateContext": null }, - "start": 68653, - "end": 68654, + "start": 69370, + "end": 69371, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 7 }, "end": { - "line": 1973, + "line": 1992, "column": 8 } } @@ -449705,15 +453297,15 @@ "binop": null }, "value": "Record", - "start": 68654, - "end": 68660, + "start": 69371, + "end": 69377, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 8 }, "end": { - "line": 1973, + "line": 1992, "column": 14 } } @@ -449732,15 +453324,15 @@ "updateContext": null }, "value": "=", - "start": 68661, - "end": 68662, + "start": 69378, + "end": 69379, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 15 }, "end": { - "line": 1973, + "line": 1992, "column": 16 } } @@ -449758,15 +453350,15 @@ "binop": null }, "value": "Record", - "start": 68663, - "end": 68669, + "start": 69380, + "end": 69386, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 17 }, "end": { - "line": 1973, + "line": 1992, "column": 23 } } @@ -449784,15 +453376,15 @@ "binop": null, "updateContext": null }, - "start": 68669, - "end": 68670, + "start": 69386, + "end": 69387, "loc": { "start": { - "line": 1973, + "line": 1992, "column": 23 }, "end": { - "line": 1973, + "line": 1992, "column": 24 } } @@ -449812,15 +453404,15 @@ "updateContext": null }, "value": "if", - "start": 68671, - "end": 68673, + "start": 69388, + "end": 69390, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 0 }, "end": { - "line": 1974, + "line": 1993, "column": 2 } } @@ -449837,15 +453429,15 @@ "postfix": false, "binop": null }, - "start": 68674, - "end": 68675, + "start": 69391, + "end": 69392, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 3 }, "end": { - "line": 1974, + "line": 1993, "column": 4 } } @@ -449863,15 +453455,15 @@ "binop": null }, "value": "videojs", - "start": 68675, - "end": 68682, + "start": 69392, + "end": 69399, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 4 }, "end": { - "line": 1974, + "line": 1993, "column": 11 } } @@ -449889,15 +453481,15 @@ "binop": null, "updateContext": null }, - "start": 68682, - "end": 68683, + "start": 69399, + "end": 69400, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 11 }, "end": { - "line": 1974, + "line": 1993, "column": 12 } } @@ -449915,15 +453507,15 @@ "binop": null }, "value": "getPlugin", - "start": 68683, - "end": 68692, + "start": 69400, + "end": 69409, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 12 }, "end": { - "line": 1974, + "line": 1993, "column": 21 } } @@ -449940,15 +453532,15 @@ "postfix": false, "binop": null }, - "start": 68692, - "end": 68693, + "start": 69409, + "end": 69410, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 21 }, "end": { - "line": 1974, + "line": 1993, "column": 22 } } @@ -449967,15 +453559,15 @@ "updateContext": null }, "value": "record", - "start": 68693, - "end": 68701, + "start": 69410, + "end": 69418, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 22 }, "end": { - "line": 1974, + "line": 1993, "column": 30 } } @@ -449992,15 +453584,15 @@ "postfix": false, "binop": null }, - "start": 68701, - "end": 68702, + "start": 69418, + "end": 69419, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 30 }, "end": { - "line": 1974, + "line": 1993, "column": 31 } } @@ -450019,15 +453611,15 @@ "updateContext": null }, "value": "===", - "start": 68703, - "end": 68706, + "start": 69420, + "end": 69423, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 32 }, "end": { - "line": 1974, + "line": 1993, "column": 35 } } @@ -450045,15 +453637,15 @@ "binop": null }, "value": "undefined", - "start": 68707, - "end": 68716, + "start": 69424, + "end": 69433, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 36 }, "end": { - "line": 1974, + "line": 1993, "column": 45 } } @@ -450070,15 +453662,15 @@ "postfix": false, "binop": null }, - "start": 68716, - "end": 68717, + "start": 69433, + "end": 69434, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 45 }, "end": { - "line": 1974, + "line": 1993, "column": 46 } } @@ -450095,15 +453687,15 @@ "postfix": false, "binop": null }, - "start": 68718, - "end": 68719, + "start": 69435, + "end": 69436, "loc": { "start": { - "line": 1974, + "line": 1993, "column": 47 }, "end": { - "line": 1974, + "line": 1993, "column": 48 } } @@ -450121,15 +453713,15 @@ "binop": null }, "value": "videojs", - "start": 68724, - "end": 68731, + "start": 69441, + "end": 69448, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 4 }, "end": { - "line": 1975, + "line": 1994, "column": 11 } } @@ -450147,15 +453739,15 @@ "binop": null, "updateContext": null }, - "start": 68731, - "end": 68732, + "start": 69448, + "end": 69449, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 11 }, "end": { - "line": 1975, + "line": 1994, "column": 12 } } @@ -450173,15 +453765,15 @@ "binop": null }, "value": "registerPlugin", - "start": 68732, - "end": 68746, + "start": 69449, + "end": 69463, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 12 }, "end": { - "line": 1975, + "line": 1994, "column": 26 } } @@ -450198,15 +453790,15 @@ "postfix": false, "binop": null }, - "start": 68746, - "end": 68747, + "start": 69463, + "end": 69464, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 26 }, "end": { - "line": 1975, + "line": 1994, "column": 27 } } @@ -450225,15 +453817,15 @@ "updateContext": null }, "value": "record", - "start": 68747, - "end": 68755, + "start": 69464, + "end": 69472, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 27 }, "end": { - "line": 1975, + "line": 1994, "column": 35 } } @@ -450251,15 +453843,15 @@ "binop": null, "updateContext": null }, - "start": 68755, - "end": 68756, + "start": 69472, + "end": 69473, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 35 }, "end": { - "line": 1975, + "line": 1994, "column": 36 } } @@ -450277,15 +453869,15 @@ "binop": null }, "value": "Record", - "start": 68757, - "end": 68763, + "start": 69474, + "end": 69480, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 37 }, "end": { - "line": 1975, + "line": 1994, "column": 43 } } @@ -450302,15 +453894,15 @@ "postfix": false, "binop": null }, - "start": 68763, - "end": 68764, + "start": 69480, + "end": 69481, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 43 }, "end": { - "line": 1975, + "line": 1994, "column": 44 } } @@ -450328,15 +453920,15 @@ "binop": null, "updateContext": null }, - "start": 68764, - "end": 68765, + "start": 69481, + "end": 69482, "loc": { "start": { - "line": 1975, + "line": 1994, "column": 44 }, "end": { - "line": 1975, + "line": 1994, "column": 45 } } @@ -450353,15 +453945,15 @@ "postfix": false, "binop": null }, - "start": 68766, - "end": 68767, + "start": 69483, + "end": 69484, "loc": { "start": { - "line": 1976, + "line": 1995, "column": 0 }, "end": { - "line": 1976, + "line": 1995, "column": 1 } } @@ -450369,15 +453961,15 @@ { "type": "CommentLine", "value": " export plugin", - "start": 68769, - "end": 68785, + "start": 69486, + "end": 69502, "loc": { "start": { - "line": 1978, + "line": 1997, "column": 0 }, "end": { - "line": 1978, + "line": 1997, "column": 16 } } @@ -450397,15 +453989,15 @@ "updateContext": null }, "value": "export", - "start": 68786, - "end": 68792, + "start": 69503, + "end": 69509, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 0 }, "end": { - "line": 1979, + "line": 1998, "column": 6 } } @@ -450422,15 +454014,15 @@ "postfix": false, "binop": null }, - "start": 68793, - "end": 68794, + "start": 69510, + "end": 69511, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 7 }, "end": { - "line": 1979, + "line": 1998, "column": 8 } } @@ -450448,15 +454040,15 @@ "binop": null }, "value": "Record", - "start": 68794, - "end": 68800, + "start": 69511, + "end": 69517, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 8 }, "end": { - "line": 1979, + "line": 1998, "column": 14 } } @@ -450473,15 +454065,15 @@ "postfix": false, "binop": null }, - "start": 68800, - "end": 68801, + "start": 69517, + "end": 69518, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 14 }, "end": { - "line": 1979, + "line": 1998, "column": 15 } } @@ -450499,15 +454091,15 @@ "binop": null, "updateContext": null }, - "start": 68801, - "end": 68802, + "start": 69518, + "end": 69519, "loc": { "start": { - "line": 1979, + "line": 1998, "column": 15 }, "end": { - "line": 1979, + "line": 1998, "column": 16 } } @@ -450525,15 +454117,15 @@ "binop": null, "updateContext": null }, - "start": 68803, - "end": 68803, + "start": 69520, + "end": 69520, "loc": { "start": { - "line": 1980, + "line": 1999, "column": 0 }, "end": { - "line": 1980, + "line": 1999, "column": 0 } } diff --git a/docs/api/class/js/videojs.record.js~Record.html b/docs/api/class/js/videojs.record.js~Record.html index 37c36a159..f26593cf4 100644 --- a/docs/api/class/js/videojs.record.js~Record.html +++ b/docs/api/class/js/videojs.record.js~Record.html @@ -552,6 +552,34 @@

Record

+ + + +
+

+ + + + convertAuto: * +

+
+
+ + + +
+ + + + + + + + + public + + + @@ -1993,6 +2021,35 @@

Record

+ + + +
+

+ + + + convert() +

+
+
+ + +

Start converter.

+
+
+ + + + + + + + + public + + + @@ -3512,7 +3569,7 @@

- source + source

@@ -3555,7 +3612,7 @@

- source + source

@@ -3598,7 +3655,7 @@

- source + source

@@ -3641,7 +3698,7 @@

- source + source

@@ -3684,7 +3741,7 @@

- source + source

@@ -3727,7 +3784,7 @@

- source + source

@@ -3770,7 +3827,7 @@

- source + source

@@ -3813,7 +3870,7 @@

- source + source

@@ -3856,7 +3913,7 @@

- source + source

@@ -3899,7 +3956,7 @@

- source + source

@@ -3942,7 +3999,7 @@

- source + source

@@ -3985,7 +4042,7 @@

- source + source

@@ -4058,6 +4115,49 @@

+ +
+

+ public + + + + + + convertAuto: * + + + + source + +

+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + +

@@ -4114,7 +4214,7 @@

- source + source

@@ -4157,7 +4257,7 @@

- source + source

@@ -4200,7 +4300,7 @@

- source + source

@@ -4243,7 +4343,7 @@

- source + source

@@ -4329,7 +4429,7 @@

- source + source

@@ -4372,7 +4472,7 @@

- source + source

@@ -4415,7 +4515,7 @@

- source + source

@@ -4501,7 +4601,7 @@

- source + source

@@ -4544,7 +4644,7 @@

- source + source

@@ -4587,7 +4687,7 @@

- source + source

@@ -4630,7 +4730,7 @@

- source + source

@@ -4673,7 +4773,7 @@

- source + source

@@ -4802,7 +4902,7 @@

- source + source

@@ -4845,7 +4945,7 @@

- source + source

@@ -4974,7 +5074,7 @@

- source + source

@@ -5017,7 +5117,7 @@

- source + source

@@ -5060,7 +5160,7 @@

- source + source

@@ -5447,7 +5547,7 @@

- source + source

@@ -5490,7 +5590,7 @@

- source + source

@@ -5533,7 +5633,7 @@

- source + source

@@ -5576,7 +5676,7 @@

- source + source

@@ -5619,7 +5719,7 @@

- source + source

@@ -5662,7 +5762,7 @@

- source + source

@@ -6094,7 +6194,7 @@

- source + source

@@ -6137,7 +6237,7 @@

- source + source

@@ -6180,7 +6280,7 @@

- source + source

@@ -6223,7 +6323,7 @@

- source + source

@@ -6257,6 +6357,50 @@

Public Methods

+
+

+ public + + + + + + convert() + + + + source + +

+ + + + +

Start converter.

+
+ + + +
+
+ + + + + + + + + + + + + + + + + +

public @@ -6269,7 +6413,7 @@

- source + source

@@ -6313,7 +6457,7 @@

- source + source

@@ -6359,7 +6503,7 @@

- source + source

@@ -6404,7 +6548,7 @@

- source + source

@@ -6491,7 +6635,7 @@

- source + source

@@ -6549,7 +6693,7 @@

- source + source

@@ -6594,7 +6738,7 @@

- source + source

@@ -6652,7 +6796,7 @@

- source + source

@@ -6716,7 +6860,7 @@

- source + source

@@ -6773,7 +6917,7 @@

- source + source

@@ -6831,7 +6975,7 @@

- source + source

@@ -6888,7 +7032,7 @@

- source + source

@@ -7011,7 +7155,7 @@

- source + source

@@ -7072,7 +7216,7 @@

- source + source

@@ -7116,7 +7260,7 @@

- source + source

@@ -7160,7 +7304,7 @@

- source + source

@@ -7204,7 +7348,7 @@

- source + source

@@ -7300,7 +7444,7 @@

- source + source

@@ -7361,7 +7505,7 @@

- source + source

@@ -7422,7 +7566,7 @@

- source + source

@@ -7485,7 +7629,7 @@

- source + source

@@ -7546,7 +7690,7 @@

- source + source

@@ -7590,7 +7734,7 @@

- source + source

@@ -7634,7 +7778,7 @@

- source + source

@@ -7678,7 +7822,7 @@

- source + source

@@ -7724,7 +7868,7 @@

- source + source

@@ -7780,7 +7924,7 @@

- source + source

@@ -7824,7 +7968,7 @@

- source + source

@@ -7868,7 +8012,7 @@

- source + source

@@ -7929,7 +8073,7 @@

- source + source

@@ -8025,7 +8169,7 @@

- source + source

@@ -8069,7 +8213,7 @@

- source + source

@@ -8113,7 +8257,7 @@

- source + source

@@ -8174,7 +8318,7 @@

- source + source

@@ -8235,7 +8379,7 @@

- source + source

@@ -8296,7 +8440,7 @@

- source + source

@@ -8357,7 +8501,7 @@

- source + source

@@ -8402,7 +8546,7 @@

- source + source

@@ -8463,7 +8607,7 @@

- source + source

@@ -8507,7 +8651,7 @@

- source + source

@@ -8551,7 +8695,7 @@

- source + source

@@ -8595,7 +8739,7 @@

- source + source

@@ -8639,7 +8783,7 @@

- source + source

@@ -8710,7 +8854,7 @@

- source + source

@@ -8772,7 +8916,7 @@

- source + source

@@ -8816,7 +8960,7 @@

- source + source

@@ -8860,7 +9004,7 @@

- source + source

@@ -8904,7 +9048,7 @@

- source + source

diff --git a/docs/api/coverage.json b/docs/api/coverage.json index 4d46b5ea1..2cc49a25f 100644 --- a/docs/api/coverage.json +++ b/docs/api/coverage.json @@ -1,7 +1,7 @@ { - "coverage": "55.94%", - "expectCount": 395, - "actualCount": 221, + "coverage": "55.91%", + "expectCount": 397, + "actualCount": 222, "files": { "js/controls/animation-display.js": { "expectCount": 3, @@ -289,8 +289,8 @@ "undocumentLines": [] }, "js/videojs.record.js": { - "expectCount": 118, - "actualCount": 51, + "expectCount": 120, + "actualCount": 52, "undocumentLines": [ 29, 30, @@ -322,7 +322,7 @@ 204, 205, 206, - 209, + 207, 210, 211, 212, @@ -332,33 +332,34 @@ 216, 217, 218, - 221, + 219, 222, 223, - 226, + 224, 227, - 276, - 406, - 409, - 412, - 415, - 442, - 613, - 621, - 665, - 725, - 769, - 840, - 932, - 933, - 934, - 938, - 959, - 1039, - 1174, - 1237, - 1484, - 1905 + 228, + 277, + 407, + 410, + 413, + 416, + 443, + 619, + 627, + 671, + 731, + 776, + 847, + 939, + 940, + 941, + 945, + 966, + 1046, + 1181, + 1244, + 1491, + 1924 ] } } diff --git a/docs/api/file/js/defaults.js.html b/docs/api/file/js/defaults.js.html index 81865445e..998b9a04e 100644 --- a/docs/api/file/js/defaults.js.html +++ b/docs/api/file/js/defaults.js.html @@ -233,6 +233,9 @@ convertWorkerURL: '', // List of string options to pass to the convert engine. convertOptions: [], + // If the converter should automatically start after recording (default), + // or manually by calling `convert()` + convertAuto: true, // Enable keyboard hotkeys. hotKeys: false, // Use this object to specify additional settings for the library used by the diff --git a/docs/api/file/js/videojs.record.js.html b/docs/api/file/js/videojs.record.js.html index 440e1561e..7052b5b6c 100644 --- a/docs/api/file/js/videojs.record.js.html +++ b/docs/api/file/js/videojs.record.js.html @@ -305,6 +305,7 @@ // convert settings this.convertEngine = recordOptions.convertEngine; + this.convertAuto = recordOptions.convertAuto; this.convertWorkerURL = recordOptions.convertWorkerURL; this.convertOptions = recordOptions.convertOptions; @@ -637,9 +638,14 @@ // join microphone track with screencast stream (order matters) screenStream.addTrack(mic.getTracks()[0]); this.onDeviceReady.bind(this)(screenStream); - }).catch( - this.onDeviceError.bind(this) - ); + }).catch((code) => { + // here the screen sharing is in progress as successful result of navigator.mediaDevices.getDisplayMedia and + // needs to be stopped because microphone permissions are not acquired by navigator.mediaDevices.getUserMedia + if (screenStream.active) { + screenStream.stop(); + } + this.onDeviceError(code); + }); }).catch( this.onDeviceError.bind(this) ); @@ -834,6 +840,7 @@ } // convert settings + this.converter.convertAuto = this.convertAuto; this.converter.convertWorkerURL = this.convertWorkerURL; this.converter.convertOptions = this.convertOptions; this.converter.pluginLibraryOptions = this.pluginLibraryOptions; @@ -1161,9 +1168,9 @@ this.player.controlBar.playToggle.show(); } - // notify converter - if (this.converter !== undefined) { - this.converter.convert(this.player.recordedData); + // start converter + if (this.convertAuto === true) { + this.convert(); } // notify listeners that data is available @@ -1592,7 +1599,10 @@ * @private */ removeRecording() { - if (this.mediaElement && this.mediaElement.src.startsWith('blob:') === true) { + if (this.mediaElement && + this.mediaElement.src && + this.mediaElement.src.startsWith('blob:') === true + ) { URL.revokeObjectURL(this.mediaElement.src); this.mediaElement.src = ''; } @@ -1657,6 +1667,15 @@ this.recordVideo, this.recordAnimation, this.recordScreen); } + /** + * Start converter. + */ + convert() { + if (this.converter !== undefined) { + this.converter.convert(this.player.recordedData); + } + } + /** * Create and display snapshot image. * @private diff --git a/docs/api/identifiers.html b/docs/api/identifiers.html index fdb6c6823..b633f7ece 100644 --- a/docs/api/identifiers.html +++ b/docs/api/identifiers.html @@ -211,7 +211,7 @@ V - pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "formatTime": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *} + pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "formatTime": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "convertAuto": boolean, "hotKeys": *, "pluginLibraryOptions": *}

diff --git a/docs/api/index.json b/docs/api/index.json index c6dd7a411..ed38026fc 100644 --- a/docs/api/index.json +++ b/docs/api/index.json @@ -569,7 +569,7 @@ "name": "js/controls/animation-display.js", "content": "/**\n * @file animation-display.js\n * @since 2.0.0\n */\n\nimport videojs from 'video.js';\n\nconst Component = videojs.getComponent('Component');\n\n/**\n * Image for displaying animated GIF image.\n *\n * @class\n * @augments videojs.Component\n*/\nclass AnimationDisplay extends Component {\n\n /**\n * Create the `AnimationDisplay`s DOM element.\n *\n * @return {Element}\n * The dom element that gets created.\n */\n createEl() {\n const imgElement = videojs.dom.createEl('img');\n const el = super.createEl('div', {\n className: 'vjs-animation-display',\n dir: 'ltr'\n });\n el.appendChild(imgElement);\n\n return el;\n }\n}\n\nComponent.registerComponent('AnimationDisplay', AnimationDisplay);\n\nexport default AnimationDisplay;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/controls/animation-display.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/controls/animation-display.js", "access": "public", "description": null, "lineNumber": 1 @@ -651,7 +651,7 @@ "name": "js/controls/camera-button.js", "content": "/**\n * @file camera-button.js\n * @since 2.0.0\n */\n\nimport videojs from 'video.js';\n\nimport Event from '../event';\n\nconst Button = videojs.getComponent('Button');\nconst Component = videojs.getComponent('Component');\n\n/**\n * Button to toggle between create and retry snapshot image.\n *\n * @class\n * @augments videojs.Button\n*/\nclass CameraButton extends Button {\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n buildCSSClass() {\n return 'vjs-camera-button vjs-control vjs-button vjs-icon-photo-camera';\n }\n\n /**\n * Enable the `CameraButton` element so that it can be activated or clicked.\n */\n enable() {\n super.enable();\n\n this.on(this.player_, Event.START_RECORD, this.onStart);\n this.on(this.player_, Event.STOP_RECORD, this.onStop);\n }\n\n /**\n * Disable the `CameraButton` element so that it cannot be activated or clicked.\n */\n disable() {\n super.disable();\n\n this.off(this.player_, Event.START_RECORD, this.onStart);\n this.off(this.player_, Event.STOP_RECORD, this.onStop);\n }\n\n /**\n * Show the `CameraButton` element if it is hidden by removing the\n * 'vjs-hidden' class name from it.\n */\n show() {\n if (this.layoutExclude && this.layoutExclude === true) {\n // ignore\n return;\n }\n super.show();\n }\n\n /**\n * This gets called when the button is clicked.\n *\n * @param {EventTarget~Event} event\n * The `tap` or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n handleClick(event) {\n let recorder = this.player_.record();\n\n if (!recorder.isProcessing()) {\n // create snapshot\n recorder.start();\n } else {\n // retry\n recorder.retrySnapshot();\n\n // reset camera button appearance\n this.onStop();\n\n // trigger replay event\n this.player_.trigger(Event.RETRY);\n }\n }\n\n /**\n * Add the vjs-icon-replay class to the element so it can change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#startRecord\n */\n onStart(event) {\n // replace element class so it can change appearance\n this.removeClass('vjs-icon-photo-camera');\n this.addClass('vjs-icon-replay');\n\n // change the button text\n this.controlText('Retry');\n }\n\n /**\n * Add the vjs-icon-photo-camera class to the element so it can change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#stopRecord\n */\n onStop(event) {\n // replace element class so it can change appearance\n this.removeClass('vjs-icon-replay');\n this.addClass('vjs-icon-photo-camera');\n\n // change the button text\n this.controlText('Image');\n }\n}\n\n/**\n * The text that should display over the `CameraButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\nCameraButton.prototype.controlText_ = 'Image';\n\nComponent.registerComponent('CameraButton', CameraButton);\n\nexport default CameraButton;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/controls/camera-button.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/controls/camera-button.js", "access": "public", "description": null, "lineNumber": 1 @@ -907,7 +907,7 @@ "name": "js/controls/device-button.js", "content": "/**\n * @file device-button.js\n * @since 2.0.0\n */\n\nimport videojs from 'video.js';\n\nconst Button = videojs.getComponent('Button');\nconst Component = videojs.getComponent('Component');\n\n/**\n * Button to select recording device.\n *\n * @class\n * @augments videojs.Button\n*/\nclass DeviceButton extends Button {\n /**\n * This gets called when this button gets:\n *\n * - Clicked (via the `click` event, listening starts in the constructor)\n * - Tapped (via the `tap` event, listening starts in the constructor)\n *\n * @param {EventTarget~Event} event\n * The `keydown`, `tap`, or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n handleClick(event) {\n // open device dialog\n this.player_.record().getDevice();\n }\n\n /**\n * Show the `DeviceButton` element if it is hidden by removing the\n * 'vjs-hidden' class name from it.\n */\n show() {\n if (this.layoutExclude && this.layoutExclude === true) {\n // ignore\n return;\n }\n super.show();\n }\n}\n\n/**\n * The text that should display over the `DeviceButton`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\nDeviceButton.prototype.controlText_ = 'Device';\n\nComponent.registerComponent('DeviceButton', DeviceButton);\n\nexport default DeviceButton;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/controls/device-button.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/controls/device-button.js", "access": "public", "description": null, "lineNumber": 1 @@ -1043,7 +1043,7 @@ "name": "js/controls/picture-in-picture-toggle.js", "content": "/**\n * @file picture-in-picture-toggle.js\n * @since 3.5.0\n */\n\nimport videojs from 'video.js';\n\nimport Event from '../event';\n\nconst Button = videojs.getComponent('Button');\nconst Component = videojs.getComponent('Component');\n\n/**\n * Button to toggle Picture-in-Picture mode.\n *\n * @class\n * @augments videojs.Button\n*/\nclass PictureInPictureToggle extends Button {\n /**\n * The constructor function for the class.\n *\n * @private\n * @param {(videojs.Player|Object)} player - Video.js player instance.\n * @param {Object} options - Player options.\n */\n constructor(player, options) {\n super(player, options);\n\n // listen for events\n this.on(this.player_, Event.ENTER_PIP, this.onStart);\n this.on(this.player_, Event.LEAVE_PIP, this.onStop);\n }\n\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n buildCSSClass() {\n return 'vjs-pip-button vjs-control vjs-button vjs-icon-picture-in-picture-start';\n }\n\n /**\n * Show the `PictureInPictureToggle` element if it is hidden by removing the\n * 'vjs-hidden' class name from it.\n */\n show() {\n if (this.layoutExclude && this.layoutExclude === true) {\n // ignore\n return;\n }\n super.show();\n }\n\n /**\n * This gets called when the button is clicked.\n *\n * @param {EventTarget~Event} event\n * The `tap` or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n async handleClick(event) {\n let recorder = this.player_.record();\n\n // disable button during picture-in-picture switch\n this.disable();\n\n // switch picture-in-picture mode\n try {\n if (recorder.mediaElement !== document.pictureInPictureElement) {\n // request picture-in-picture\n await recorder.mediaElement.requestPictureInPicture();\n } else {\n // exit picture-in-picture\n await document.exitPictureInPicture();\n }\n } catch (error) {\n // notify listeners\n this.player_.trigger(Event.ERROR, error);\n } finally {\n // switch completed\n this.enable();\n }\n }\n\n /**\n * Add the vjs-icon-picture-in-picture-stop class to the element so it can\n * change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#enterPIP\n */\n onStart(event) {\n // replace element class so it can change appearance\n this.removeClass('vjs-icon-picture-in-picture-start');\n this.addClass('vjs-icon-picture-in-picture-stop');\n }\n\n /**\n * Add the vjs-icon-picture-in-picture-start class to the element so it can\n * change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#leavePIP\n */\n onStop(event) {\n // replace element class so it can change appearance\n this.removeClass('vjs-icon-picture-in-picture-stop');\n this.addClass('vjs-icon-picture-in-picture-start');\n }\n}\n\n/**\n * The text that should display over the `PictureInPictureToggle`s controls.\n *\n * Added for localization.\n *\n * @type {string}\n * @private\n */\nPictureInPictureToggle.prototype.controlText_ = 'Picture in Picture';\n\nComponent.registerComponent('PictureInPictureToggle', PictureInPictureToggle);\n\nexport default PictureInPictureToggle;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/controls/picture-in-picture-toggle.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/controls/picture-in-picture-toggle.js", "access": "public", "description": null, "lineNumber": 1 @@ -1305,7 +1305,7 @@ "name": "js/controls/record-canvas.js", "content": "/**\n * @file record-canvas\n * @since 2.0.0\n */\n\nimport videojs from 'video.js';\n\nconst Component = videojs.getComponent('Component');\n\n/**\n * Canvas for displaying snapshot image.\n *\n * @class\n * @augments videojs.Component\n*/\nclass RecordCanvas extends Component {\n\n /**\n * Create the `RecordCanvas`s DOM element.\n *\n * @return {Element}\n * The dom element that gets created.\n */\n createEl() {\n const canvasElement = videojs.dom.createEl('canvas');\n const el = super.createEl('div', {\n className: 'vjs-record-canvas',\n dir: 'ltr'\n });\n el.appendChild(canvasElement);\n\n return el;\n }\n}\n\nComponent.registerComponent('RecordCanvas', RecordCanvas);\n\nexport default RecordCanvas;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/controls/record-canvas.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/controls/record-canvas.js", "access": "public", "description": null, "lineNumber": 1 @@ -1387,7 +1387,7 @@ "name": "js/controls/record-indicator.js", "content": "/**\n * @file record-indicator.js\n * @since 2.0.0\n */\n\nimport videojs from 'video.js';\n\nimport Event from '../event';\n\nconst Component = videojs.getComponent('Component');\n\n/**\n * Icon indicating recording is active.\n *\n * @class\n * @augments videojs.Component\n*/\nclass RecordIndicator extends Component {\n /**\n * The constructor function for the class.\n *\n * @private\n * @param {(videojs.Player|Object)} player - Video.js player instance.\n * @param {Object} options - Player options.\n */\n constructor(player, options) {\n super(player, options);\n\n this.enable();\n }\n\n /**\n * Create the `RecordIndicator`s DOM element.\n *\n * @return {Element}\n * The dom element that gets created.\n */\n createEl() {\n let props = {\n className: 'vjs-record-indicator vjs-control',\n dir: 'ltr'\n };\n let attr = {\n 'data-label': this.localize('REC')\n };\n return super.createEl('div', props, attr);\n }\n\n /**\n * Enable event handlers.\n */\n enable() {\n this.on(this.player_, Event.START_RECORD, this.show);\n this.on(this.player_, Event.STOP_RECORD, this.hide);\n }\n\n /**\n * Disable event handlers.\n */\n disable() {\n this.off(this.player_, Event.START_RECORD, this.show);\n this.off(this.player_, Event.STOP_RECORD, this.hide);\n }\n\n /**\n * Show the `RecordIndicator` element if it is hidden by removing the\n * 'vjs-hidden' class name from it.\n */\n show() {\n if (this.layoutExclude && this.layoutExclude === true) {\n // ignore\n return;\n }\n super.show();\n }\n}\n\nComponent.registerComponent('RecordIndicator', RecordIndicator);\n\nexport default RecordIndicator;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/controls/record-indicator.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/controls/record-indicator.js", "access": "public", "description": null, "lineNumber": 1 @@ -1550,7 +1550,7 @@ "name": "js/controls/record-toggle.js", "content": "/**\n * @file record-toggle.js\n * @since 2.0.0\n */\n\nimport videojs from 'video.js';\n\nimport Event from '../event';\n\nconst Button = videojs.getComponent('Button');\nconst Component = videojs.getComponent('Component');\n\n/**\n * Button to toggle between start and stop recording.\n *\n * @class\n * @augments videojs.Button\n*/\nclass RecordToggle extends Button {\n /**\n * Builds the default DOM `className`.\n *\n * @return {string}\n * The DOM `className` for this object.\n */\n buildCSSClass() {\n return 'vjs-record-button vjs-control vjs-button vjs-icon-record-start';\n }\n\n /**\n * Enable the `RecordToggle` element so that it can be activated or clicked.\n */\n enable() {\n super.enable();\n\n this.on(this.player_, Event.START_RECORD, this.onStart);\n this.on(this.player_, Event.STOP_RECORD, this.onStop);\n }\n\n /**\n * Disable the `RecordToggle` element so that it cannot be activated or clicked.\n */\n disable() {\n super.disable();\n\n this.off(this.player_, Event.START_RECORD, this.onStart);\n this.off(this.player_, Event.STOP_RECORD, this.onStop);\n }\n\n /**\n * Show the `RecordToggle` element if it is hidden by removing the\n * 'vjs-hidden' class name from it.\n */\n show() {\n if (this.layoutExclude && this.layoutExclude === true) {\n // ignore\n return;\n }\n super.show();\n }\n\n /**\n * This gets called when the button is clicked.\n *\n * @param {EventTarget~Event} event\n * The `tap` or `click` event that caused this function to be\n * called.\n *\n * @listens tap\n * @listens click\n */\n handleClick(event) {\n let recorder = this.player_.record();\n if (!recorder.isRecording()) {\n recorder.start();\n } else {\n recorder.stop();\n }\n }\n\n /**\n * Add the vjs-icon-record-stop class to the element so it can change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#startRecord\n */\n onStart(event) {\n // replace element class so it can change appearance\n this.removeClass('vjs-icon-record-start');\n this.addClass('vjs-icon-record-stop');\n\n // change the button text\n this.controlText('Stop');\n }\n\n /**\n * Add the vjs-icon-record-start class to the element so it can change appearance.\n *\n * @param {EventTarget~Event} [event]\n * The event that caused this function to run.\n *\n * @listens Player#stopRecord\n */\n onStop(event) {\n // replace element class so it can change appearance\n this.removeClass('vjs-icon-record-stop');\n this.addClass('vjs-icon-record-start');\n\n // change the button text\n this.controlText('Record');\n }\n}\n\n/**\n * The text that should display over the `RecordToggle`s controls. Added for localization.\n *\n * @type {string}\n * @private\n */\nRecordToggle.prototype.controlText_ = 'Record';\n\nComponent.registerComponent('RecordToggle', RecordToggle);\n\nexport default RecordToggle;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/controls/record-toggle.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/controls/record-toggle.js", "access": "public", "description": null, "lineNumber": 1 @@ -1804,9 +1804,9 @@ "__docId__": 102, "kind": "file", "name": "js/defaults.js", - "content": "/**\n * @file defaults.js\n * @since 2.0.0\n */\n\n// plugin defaults\nconst pluginDefaultOptions = {\n // Single snapshot image.\n image: false,\n // Include audio in the recorded clip.\n audio: false,\n // Include video in the recorded clip.\n video: false,\n // Animated GIF.\n animation: false,\n // Screen capture.\n screen: false,\n // Maximum length of the recorded clip.\n maxLength: 10,\n // Maximum file size of the recorded clip. Works only when the timeSlice\n // option is also enabled.\n maxFileSize: 0,\n // Boolean indicating if milliseconds should be included,\n // e.g. \"00:00:000\" vs \"00:00\".\n displayMilliseconds: false,\n // Use a custom time format function, for example: (seconds, guide) => `test:${seconds}:${guide}`\n formatTime: undefined,\n // Width of the recorded video frames.\n frameWidth: 320,\n // Height of the recorded video frames.\n frameHeight: 240,\n // Enables console logging for debugging purposes.\n debug: false,\n // Enable Picture-in-Picture support.\n pip: false,\n // Turn off the camera/mic (and light) when audio and/or video recording\n // stops, and turns them on again when you resume recording.\n autoMuteDevice: false,\n // The video bitrate in kbps (only used in webm-wasm plugin).\n videoBitRate: 1200,\n // Video recording library to use. Legal values are 'recordrtc' (default)\n // and 'webm-wasm'.\n videoEngine: 'recordrtc',\n // The video frame rate in frames per second (only used in webm-wasm plugin).\n videoFrameRate: 30,\n // The mime type for the video recorder.\n // Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and\n // newer) for MP4.\n videoMimeType: 'video/webm',\n // Video recorder type to use. This allows you to specify an alternative\n // recorder class, e.g. WhammyRecorder from recordrtc. Defaults to 'auto'\n // which let's recordrtc specify the best available recorder type.\n videoRecorderType: 'auto',\n // URL for the video worker. Use an empty string '' to disable (default).\n videoWorkerURL: '',\n // URL for the video worker WebAssembly file. Use an empty string '' to\n // disable (default).\n videoWebAssemblyURL: '',\n // Audio recording library to use. Legal values are 'recordrtc' (default),\n // 'libvorbis.js', 'opus-recorder', 'opus-media-recorder', 'lamejs', 'vmsg'\n // and 'recorder.js'.\n audioEngine: 'recordrtc',\n // Audio recorder type to use. This allows you to specify an alternative\n // recorder class, e.g. StereoAudioRecorder. Defaults to 'auto' which let's\n // recordrtc specify the best available recorder type. Currently this\n // setting is only used with the 'recordrtc' audioEngine.\n audioRecorderType: 'auto',\n // The mime type for the audio recorder. Defaults to 'auto' which will pick\n // the best option available in the browser (e.g. either 'audio/wav',\n // 'audio/ogg' or 'audio/webm').\n audioMimeType: 'auto',\n // The size of the audio buffer (in sample-frames) which needs to\n // be processed each time onprocessaudio is called.\n // From the spec: This value controls how frequently the audioprocess event is\n // dispatched and how many sample-frames need to be processed each call.\n // Lower values for buffer size will result in a lower (better) latency.\n // Higher values will be necessary to avoid audio breakup and glitches.\n // Legal values are 256, 512, 1024, 2048, 4096, 8192 or 16384.\n audioBufferSize: 4096,\n // The audio sample rate (in sample-frames per second) at which the\n // AudioContext handles audio. It is assumed that all AudioNodes\n // in the context run at this rate. In making this assumption,\n // sample-rate converters or \"varispeed\" processors are not supported\n // in real-time processing.\n // The sampleRate parameter describes the sample-rate of the\n // linear PCM audio data in the buffer in sample-frames per second.\n // An implementation must support sample-rates in at least\n // the range 22050 to 96000.\n audioSampleRate: 44100,\n // The audio bitrate in kbps (only used in lamejs plugin).\n audioBitRate: 128,\n // Allows you to record single-channel audio, which can reduce the\n // file size.\n audioChannels: 2,\n // URL for the audio worker. Use an empty string '' to disable (default).\n audioWorkerURL: '',\n // URL for the audio worker WebAssembly file. Use an empty string '' to\n // disable (default).\n audioWebAssemblyURL: '',\n // Enables the audioBufferUpdate event that provides realtime AudioBuffer\n // instances from the input audio device.\n audioBufferUpdate: false,\n // Frame rate in frames per second.\n animationFrameRate: 200,\n // Sets quality of color quantization (conversion of images to the\n // maximum 256 colors allowed by the GIF specification).\n // Lower values (minimum = 1) produce better colors,\n // but slow processing significantly. 10 is the default,\n // and produces good color mapping at reasonable speeds.\n // Values greater than 20 do not yield significant improvements\n // in speed.\n animationQuality: 10,\n // A string indicating the output type: dataURL (base64 string) or blob.\n // The default output is dataURL.\n imageOutputType: 'dataURL',\n // A string indicating the image format used in image-only mode. The default\n // format type is image/png.\n imageOutputFormat: 'image/png',\n // A number between 0 and 1 indicating the image quality to use for image\n // formats that use lossy compression such as image/jpeg and image/webp.\n // If this argument is anything else, the default value for image quality\n // is used. The default value is 0.92.\n imageOutputQuality: 0.92,\n // Accepts numbers in milliseconds; use this to force intervals-based blobs.\n timeSlice: 0,\n // Media converter library to use. Legal values are 'ts-ebml', 'ffmpeg.wasm'\n // and 'ffmpeg.js'. Use an empty string '' to disable (default).\n convertEngine: '',\n // URL for the converter worker.\n convertWorkerURL: '',\n // List of string options to pass to the convert engine.\n convertOptions: [],\n // Enable keyboard hotkeys.\n hotKeys: false,\n // Use this object to specify additional settings for the library used by the\n // plugin (only used in opus-recorder, ffmpeg.js, ffmpeg.wasm and vmsg plugins).\n pluginLibraryOptions: {}\n};\n\nexport default pluginDefaultOptions;\n", + "content": "/**\n * @file defaults.js\n * @since 2.0.0\n */\n\n// plugin defaults\nconst pluginDefaultOptions = {\n // Single snapshot image.\n image: false,\n // Include audio in the recorded clip.\n audio: false,\n // Include video in the recorded clip.\n video: false,\n // Animated GIF.\n animation: false,\n // Screen capture.\n screen: false,\n // Maximum length of the recorded clip.\n maxLength: 10,\n // Maximum file size of the recorded clip. Works only when the timeSlice\n // option is also enabled.\n maxFileSize: 0,\n // Boolean indicating if milliseconds should be included,\n // e.g. \"00:00:000\" vs \"00:00\".\n displayMilliseconds: false,\n // Use a custom time format function, for example: (seconds, guide) => `test:${seconds}:${guide}`\n formatTime: undefined,\n // Width of the recorded video frames.\n frameWidth: 320,\n // Height of the recorded video frames.\n frameHeight: 240,\n // Enables console logging for debugging purposes.\n debug: false,\n // Enable Picture-in-Picture support.\n pip: false,\n // Turn off the camera/mic (and light) when audio and/or video recording\n // stops, and turns them on again when you resume recording.\n autoMuteDevice: false,\n // The video bitrate in kbps (only used in webm-wasm plugin).\n videoBitRate: 1200,\n // Video recording library to use. Legal values are 'recordrtc' (default)\n // and 'webm-wasm'.\n videoEngine: 'recordrtc',\n // The video frame rate in frames per second (only used in webm-wasm plugin).\n videoFrameRate: 30,\n // The mime type for the video recorder.\n // Use 'video/mp4' (Firefox) or 'video/webm;codecs=H264' (Chrome 52 and\n // newer) for MP4.\n videoMimeType: 'video/webm',\n // Video recorder type to use. This allows you to specify an alternative\n // recorder class, e.g. WhammyRecorder from recordrtc. Defaults to 'auto'\n // which let's recordrtc specify the best available recorder type.\n videoRecorderType: 'auto',\n // URL for the video worker. Use an empty string '' to disable (default).\n videoWorkerURL: '',\n // URL for the video worker WebAssembly file. Use an empty string '' to\n // disable (default).\n videoWebAssemblyURL: '',\n // Audio recording library to use. Legal values are 'recordrtc' (default),\n // 'libvorbis.js', 'opus-recorder', 'opus-media-recorder', 'lamejs', 'vmsg'\n // and 'recorder.js'.\n audioEngine: 'recordrtc',\n // Audio recorder type to use. This allows you to specify an alternative\n // recorder class, e.g. StereoAudioRecorder. Defaults to 'auto' which let's\n // recordrtc specify the best available recorder type. Currently this\n // setting is only used with the 'recordrtc' audioEngine.\n audioRecorderType: 'auto',\n // The mime type for the audio recorder. Defaults to 'auto' which will pick\n // the best option available in the browser (e.g. either 'audio/wav',\n // 'audio/ogg' or 'audio/webm').\n audioMimeType: 'auto',\n // The size of the audio buffer (in sample-frames) which needs to\n // be processed each time onprocessaudio is called.\n // From the spec: This value controls how frequently the audioprocess event is\n // dispatched and how many sample-frames need to be processed each call.\n // Lower values for buffer size will result in a lower (better) latency.\n // Higher values will be necessary to avoid audio breakup and glitches.\n // Legal values are 256, 512, 1024, 2048, 4096, 8192 or 16384.\n audioBufferSize: 4096,\n // The audio sample rate (in sample-frames per second) at which the\n // AudioContext handles audio. It is assumed that all AudioNodes\n // in the context run at this rate. In making this assumption,\n // sample-rate converters or \"varispeed\" processors are not supported\n // in real-time processing.\n // The sampleRate parameter describes the sample-rate of the\n // linear PCM audio data in the buffer in sample-frames per second.\n // An implementation must support sample-rates in at least\n // the range 22050 to 96000.\n audioSampleRate: 44100,\n // The audio bitrate in kbps (only used in lamejs plugin).\n audioBitRate: 128,\n // Allows you to record single-channel audio, which can reduce the\n // file size.\n audioChannels: 2,\n // URL for the audio worker. Use an empty string '' to disable (default).\n audioWorkerURL: '',\n // URL for the audio worker WebAssembly file. Use an empty string '' to\n // disable (default).\n audioWebAssemblyURL: '',\n // Enables the audioBufferUpdate event that provides realtime AudioBuffer\n // instances from the input audio device.\n audioBufferUpdate: false,\n // Frame rate in frames per second.\n animationFrameRate: 200,\n // Sets quality of color quantization (conversion of images to the\n // maximum 256 colors allowed by the GIF specification).\n // Lower values (minimum = 1) produce better colors,\n // but slow processing significantly. 10 is the default,\n // and produces good color mapping at reasonable speeds.\n // Values greater than 20 do not yield significant improvements\n // in speed.\n animationQuality: 10,\n // A string indicating the output type: dataURL (base64 string) or blob.\n // The default output is dataURL.\n imageOutputType: 'dataURL',\n // A string indicating the image format used in image-only mode. The default\n // format type is image/png.\n imageOutputFormat: 'image/png',\n // A number between 0 and 1 indicating the image quality to use for image\n // formats that use lossy compression such as image/jpeg and image/webp.\n // If this argument is anything else, the default value for image quality\n // is used. The default value is 0.92.\n imageOutputQuality: 0.92,\n // Accepts numbers in milliseconds; use this to force intervals-based blobs.\n timeSlice: 0,\n // Media converter library to use. Legal values are 'ts-ebml', 'ffmpeg.wasm'\n // and 'ffmpeg.js'. Use an empty string '' to disable (default).\n convertEngine: '',\n // URL for the converter worker.\n convertWorkerURL: '',\n // List of string options to pass to the convert engine.\n convertOptions: [],\n // If the converter should automatically start after recording (default),\n // or manually by calling `convert()`\n convertAuto: true,\n // Enable keyboard hotkeys.\n hotKeys: false,\n // Use this object to specify additional settings for the library used by the\n // plugin (only used in opus-recorder, ffmpeg.js, ffmpeg.wasm and vmsg plugins).\n pluginLibraryOptions: {}\n};\n\nexport default pluginDefaultOptions;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/defaults.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/defaults.js", "access": "public", "description": null, "lineNumber": 1 @@ -1833,7 +1833,7 @@ ], "type": { "types": [ - "{\"image\": *, \"audio\": *, \"video\": *, \"animation\": *, \"screen\": *, \"maxLength\": number, \"maxFileSize\": *, \"displayMilliseconds\": *, \"formatTime\": *, \"frameWidth\": number, \"frameHeight\": number, \"debug\": *, \"pip\": *, \"autoMuteDevice\": *, \"videoBitRate\": number, \"videoEngine\": string, \"videoFrameRate\": number, \"videoMimeType\": string, \"videoRecorderType\": string, \"videoWorkerURL\": *, \"videoWebAssemblyURL\": *, \"audioEngine\": string, \"audioRecorderType\": string, \"audioMimeType\": string, \"audioBufferSize\": number, \"audioSampleRate\": number, \"audioBitRate\": number, \"audioChannels\": number, \"audioWorkerURL\": *, \"audioWebAssemblyURL\": *, \"audioBufferUpdate\": *, \"animationFrameRate\": number, \"animationQuality\": number, \"imageOutputType\": string, \"imageOutputFormat\": string, \"imageOutputQuality\": number, \"timeSlice\": *, \"convertEngine\": *, \"convertWorkerURL\": *, \"convertOptions\": *, \"hotKeys\": *, \"pluginLibraryOptions\": *}" + "{\"image\": *, \"audio\": *, \"video\": *, \"animation\": *, \"screen\": *, \"maxLength\": number, \"maxFileSize\": *, \"displayMilliseconds\": *, \"formatTime\": *, \"frameWidth\": number, \"frameHeight\": number, \"debug\": *, \"pip\": *, \"autoMuteDevice\": *, \"videoBitRate\": number, \"videoEngine\": string, \"videoFrameRate\": number, \"videoMimeType\": string, \"videoRecorderType\": string, \"videoWorkerURL\": *, \"videoWebAssemblyURL\": *, \"audioEngine\": string, \"audioRecorderType\": string, \"audioMimeType\": string, \"audioBufferSize\": number, \"audioSampleRate\": number, \"audioBitRate\": number, \"audioChannels\": number, \"audioWorkerURL\": *, \"audioWebAssemblyURL\": *, \"audioBufferUpdate\": *, \"animationFrameRate\": number, \"animationQuality\": number, \"imageOutputType\": string, \"imageOutputFormat\": string, \"imageOutputQuality\": number, \"timeSlice\": *, \"convertEngine\": *, \"convertWorkerURL\": *, \"convertOptions\": *, \"convertAuto\": boolean, \"hotKeys\": *, \"pluginLibraryOptions\": *}" ] } }, @@ -1843,7 +1843,7 @@ "name": "js/engine/convert-engine.js", "content": "/**\n * @file convert-engine.js\n * @since 3.3.0\n */\n\nimport videojs from 'video.js';\n\nimport {blobToArrayBuffer, addFileInfo, downloadBlob} from '../utils/file-util';\n\nconst Component = videojs.getComponent('Component');\n\n// supported convert plugin engines\nconst TSEBML = 'ts-ebml';\nconst FFMPEGJS = 'ffmpeg.js';\nconst FFMPEGWASM = 'ffmpeg.wasm';\n\n// all convert plugins\nconst CONVERT_PLUGINS = [TSEBML, FFMPEGJS, FFMPEGWASM];\n\n/**\n * Base class for converter backends.\n * @class\n * @augments videojs.Component\n */\nclass ConvertEngine extends Component {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player - The `Player` that this class should be\n * attached to.\n * @param {Object} [options] - The key/value store of player options.\n */\n constructor(player, options) {\n // auto mixin the evented mixin (required since video.js v6.6.0)\n options.evented = true;\n\n super(player, options);\n }\n\n /**\n * Setup recording engine.\n *\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(mediaType, debug) {\n this.mediaType = mediaType;\n this.debug = debug;\n }\n\n /**\n * Load `Blob` and return `Promise`.\n *\n * @param {Blob} data - `Blob` to load.\n * @returns {Promise} - Promise with `ArrayBuffer` data.\n */\n loadBlob(data) {\n return blobToArrayBuffer(data);\n }\n\n /**\n * Add filename and timestamp to converted file object.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to modify.\n * @param {date} [now] - Optional date information, default is\n * current timestamp.\n */\n addFileInfo(fileObj, now) {\n addFileInfo(fileObj, now);\n }\n\n /**\n * Show save as dialog in browser so the user can store the converted\n * media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n */\n saveAs(name) {\n let fileName = name[Object.keys(name)[0]];\n\n // download converted file\n downloadBlob(fileName, this.player().convertedData);\n }\n}\n\n// expose component for external plugins\nvideojs.ConvertEngine = ConvertEngine;\nComponent.registerComponent('ConvertEngine', ConvertEngine);\n\nexport {\n ConvertEngine, CONVERT_PLUGINS, TSEBML, FFMPEGJS, FFMPEGWASM\n};\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/engine/convert-engine.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/engine/convert-engine.js", "access": "public", "description": null, "lineNumber": 1 @@ -2190,7 +2190,7 @@ "name": "js/engine/engine-loader.js", "content": "/**\n * @file engine-loader.js\n * @since 3.3.0\n */\n\nimport videojs from 'video.js';\n\nimport RecordRTCEngine from './record-rtc';\nimport {CONVERT_PLUGINS, TSEBML, FFMPEGJS, FFMPEGWASM} from './convert-engine';\nimport {RECORDRTC, LIBVORBISJS, RECORDERJS, LAMEJS, OPUSRECORDER, OPUSMEDIARECORDER, VMSG, WEBMWASM, AUDIO_PLUGINS} from './record-engine';\n\n/**\n * Get audio plugin engine class.\n *\n * @private\n * @param {String} audioEngine - Name of the audio engine.\n * @returns {Object} Audio engine class.\n */\nconst getAudioEngine = function(audioEngine) {\n let AudioEngineClass;\n switch (audioEngine) {\n case RECORDRTC:\n // RecordRTC.js (default)\n AudioEngineClass = RecordRTCEngine;\n break;\n\n case LIBVORBISJS:\n // libvorbis.js\n AudioEngineClass = videojs.LibVorbisEngine;\n break;\n\n case RECORDERJS:\n // recorder.js\n AudioEngineClass = videojs.RecorderjsEngine;\n break;\n\n case LAMEJS:\n // lamejs\n AudioEngineClass = videojs.LamejsEngine;\n break;\n\n case OPUSRECORDER:\n // opus-recorder\n AudioEngineClass = videojs.OpusRecorderEngine;\n break;\n\n case OPUSMEDIARECORDER:\n // opus-media-recorder\n AudioEngineClass = videojs.OpusMediaRecorderEngine;\n break;\n\n case VMSG:\n // vmsg\n AudioEngineClass = videojs.VmsgEngine;\n break;\n\n default:\n // unknown engine\n throw new Error('Unknown audioEngine: ' + audioEngine);\n }\n return AudioEngineClass;\n};\n\n\n/**\n * Get video plugin engine class.\n *\n * @private\n * @param {String} videoEngine - Name of the video engine.\n * @returns {Object} Video engine class.\n */\nconst getVideoEngine = function(videoEngine) {\n let VideoEngineClass;\n switch (videoEngine) {\n case RECORDRTC:\n // RecordRTC.js (default)\n VideoEngineClass = RecordRTCEngine;\n break;\n\n case WEBMWASM:\n // webm-wasm\n VideoEngineClass = videojs.WebmWasmEngine;\n break;\n\n default:\n // unknown engine\n throw new Error('Unknown videoEngine: ' + videoEngine);\n }\n return VideoEngineClass;\n};\n\n/**\n * Check whether any audio record plugins are enabled.\n *\n * @private\n * @param {String} audioEngine - Name of the audio engine.\n * @returns {Boolean} Whether any audio plugins are enabled or not.\n */\nconst isAudioPluginActive = function(audioEngine) {\n return AUDIO_PLUGINS.indexOf(audioEngine) > -1;\n};\n\n/**\n * Get converter plugin engine class.\n *\n * @private\n * @param {String} convertEngine - Name of the convert engine.\n * @returns {Object} Convert engine class.\n */\nconst getConvertEngine = function(convertEngine) {\n let ConvertEngineClass;\n switch (convertEngine) {\n case '':\n // disabled (default)\n break;\n\n case TSEBML:\n // ts-ebml\n ConvertEngineClass = videojs.TsEBMLEngine;\n break;\n\n case FFMPEGJS:\n // ffmpeg.js\n ConvertEngineClass = videojs.FFmpegjsEngine;\n break;\n\n case FFMPEGWASM:\n // ffmpeg.wasm\n ConvertEngineClass = videojs.FFmpegWasmEngine;\n break;\n\n default:\n // unknown engine\n throw new Error('Unknown convertEngine: ' + convertEngine);\n }\n return ConvertEngineClass;\n};\n\nexport {\n getAudioEngine, isAudioPluginActive, getVideoEngine, getConvertEngine\n};\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/engine/engine-loader.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/engine/engine-loader.js", "access": "public", "description": null, "lineNumber": 1 @@ -2369,7 +2369,7 @@ "name": "js/engine/record-engine.js", "content": "/**\n * @file record-engine.js\n * @since 2.0.0\n */\n\nimport videojs from 'video.js';\n\nimport Event from '../event';\nimport {downloadBlob, addFileInfo} from '../utils/file-util';\n\nconst Component = videojs.getComponent('Component');\n\n// supported recorder plugin engines\n// builtin\nconst RECORDRTC = 'recordrtc';\n\n// audio\nconst LIBVORBISJS = 'libvorbis.js';\nconst RECORDERJS = 'recorder.js';\nconst LAMEJS = 'lamejs';\nconst OPUSRECORDER = 'opus-recorder';\nconst OPUSMEDIARECORDER = 'opus-media-recorder';\nconst VMSG = 'vmsg';\n\n// video\nconst WEBMWASM = 'webm-wasm';\n\n// all audio plugins\nconst AUDIO_PLUGINS = [\n LIBVORBISJS, RECORDERJS, LAMEJS, OPUSRECORDER, OPUSMEDIARECORDER, VMSG\n];\n\n// all video plugins\nconst VIDEO_PLUGINS = [WEBMWASM];\n\n// all record plugins\nconst RECORD_PLUGINS = AUDIO_PLUGINS.concat(VIDEO_PLUGINS);\n\n\n/**\n * Base class for recorder backends.\n * @class\n * @augments videojs.Component\n */\nclass RecordEngine extends Component {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n // auto mixin the evented mixin (required since video.js v6.6.0)\n options.evented = true;\n\n super(player, options);\n }\n\n /**\n * Remove any temporary data and references to streams.\n * @private\n */\n dispose() {\n // dispose previous recording\n if (this.recordedData !== undefined) {\n URL.revokeObjectURL(this.recordedData);\n }\n }\n\n /**\n * Destroy engine.\n */\n destroy() {}\n\n /**\n * Add filename and timestamp to recorded file object.\n *\n * @param {(Blob|File)} fileObj - Blob or File object to modify.\n */\n addFileInfo(fileObj) {\n addFileInfo(fileObj);\n }\n\n /**\n * Invoked when recording is stopped and resulting stream is available.\n *\n * @param {blob} data - Reference to the recorded `Blob`.\n * @private\n */\n onStopRecording(data) {\n this.recordedData = data;\n\n // add filename and timestamp to recorded file object\n this.addFileInfo(this.recordedData);\n\n // remove reference to recorded stream\n this.dispose();\n\n // notify listeners\n this.trigger(Event.RECORD_COMPLETE);\n }\n\n /**\n * Show save as dialog in browser so the user can store the recorded\n * media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n * @returns {void}\n */\n saveAs(name) {\n let fileName = name[Object.keys(name)[0]];\n\n // download recorded file\n downloadBlob(fileName, this.recordedData);\n }\n}\n\n// expose component for external plugins\nvideojs.RecordEngine = RecordEngine;\nComponent.registerComponent('RecordEngine', RecordEngine);\n\nexport {\n RecordEngine, RECORD_PLUGINS, AUDIO_PLUGINS, VIDEO_PLUGINS,\n RECORDRTC, LIBVORBISJS, RECORDERJS, LAMEJS, OPUSRECORDER,\n OPUSMEDIARECORDER, VMSG, WEBMWASM\n};\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/engine/record-engine.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/engine/record-engine.js", "access": "public", "description": null, "lineNumber": 1 @@ -2826,7 +2826,7 @@ "name": "js/engine/record-mode.js", "content": "/**\n * @file record-mode.js\n * @since 2.0.0\n */\n\n// recorder modes\nconst IMAGE_ONLY = 'image_only';\nconst AUDIO_ONLY = 'audio_only';\nconst VIDEO_ONLY = 'video_only';\nconst AUDIO_VIDEO = 'audio_video';\nconst AUDIO_SCREEN = 'audio_screen';\nconst ANIMATION = 'animation';\nconst SCREEN_ONLY = 'screen_only';\n\n\nconst getRecorderMode = function(image, audio, video, animation, screen) {\n if (isModeEnabled(image)) {\n return IMAGE_ONLY;\n\n } else if (isModeEnabled(animation)) {\n return ANIMATION;\n\n } else if (isModeEnabled(audio) && isModeEnabled(video)) {\n return AUDIO_VIDEO;\n\n } else if (isModeEnabled(audio) && isModeEnabled(screen)) {\n return AUDIO_SCREEN;\n\n } else if (!isModeEnabled(audio) && isModeEnabled(screen)) {\n return SCREEN_ONLY;\n\n } else if (isModeEnabled(audio) && !isModeEnabled(video)) {\n return AUDIO_ONLY;\n\n } else if (!isModeEnabled(audio) && isModeEnabled(video)) {\n return VIDEO_ONLY;\n }\n};\n\n/**\n * Check whether mode is enabled or not.\n *\n * @param {(Object|Boolean)} mode - Mode.\n * @returns {Boolean} Return boolean indicating whether mode is enabled or not.\n * @private\n */\nconst isModeEnabled = function(mode) {\n return mode === Object(mode) || mode === true;\n};\n\nexport {\n getRecorderMode,\n IMAGE_ONLY, AUDIO_ONLY, VIDEO_ONLY, AUDIO_VIDEO, ANIMATION, SCREEN_ONLY, AUDIO_SCREEN\n};\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/engine/record-mode.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/engine/record-mode.js", "access": "public", "description": null, "lineNumber": 1 @@ -3081,7 +3081,7 @@ "name": "js/engine/record-rtc.js", "content": "/**\n * @file record-rtc.js\n * @since 2.0.0\n */\n\nimport videojs from 'video.js';\n\nimport RecordRTC from 'recordrtc';\n\nimport Event from '../event';\nimport {RecordEngine} from './record-engine';\nimport {isChrome} from '../utils/detect-browser';\nimport {IMAGE_ONLY, AUDIO_ONLY, VIDEO_ONLY, AUDIO_VIDEO, ANIMATION, SCREEN_ONLY, AUDIO_SCREEN} from './record-mode';\n\nconst Component = videojs.getComponent('Component');\n\n/**\n * Engine used with the MRecordRTC class in the RecordRTC library.\n *\n * @class\n * @augments videojs.RecordEngine\n */\nclass RecordRTCEngine extends RecordEngine {\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n\n if ('screen' in this.mediaType) {\n this.mediaType.video = true;\n }\n\n // recorder type\n if (this.recorderType !== undefined) {\n this.mediaType.video = this.recorderType;\n }\n\n // setup RecordRTC\n this.engine = new RecordRTC.MRecordRTC();\n this.engine.mediaType = this.mediaType;\n this.engine.disableLogs = !this.debug;\n this.engine.mimeType = this.mimeType;\n\n // audio settings\n this.engine.bufferSize = this.bufferSize;\n this.engine.sampleRate = this.sampleRate;\n this.engine.numberOfAudioChannels = this.audioChannels;\n\n // video/canvas settings\n this.engine.video = this.video;\n this.engine.canvas = this.canvas;\n this.engine.bitrate = this.bitRate;\n\n // animated gif settings\n this.engine.quality = this.quality;\n this.engine.frameRate = this.frameRate;\n\n // timeSlice option\n if (this.timeSlice !== undefined) {\n this.engine.timeSlice = this.timeSlice;\n this.engine.onTimeStamp = this.onTimeStamp.bind(this);\n }\n\n // worker\n this.engine.workerPath = this.workerPath;\n this.engine.webAssemblyPath = this.videoWebAssemblyURL;\n\n // connect stream to recording engine\n this.engine.addStream(this.inputStream);\n }\n\n /**\n * Remove any temporary data and references to streams.\n */\n dispose() {\n super.dispose();\n\n this.destroy();\n }\n\n /**\n * Destroy engine.\n */\n destroy() {\n if (this.engine && typeof this.engine.destroy === 'function') {\n this.engine.destroy();\n }\n }\n\n /**\n * Start recording.\n */\n start() {\n this.engine.startRecording();\n }\n\n /**\n * Stop recording. Result will be available async when onStopRecording\n * is called.\n */\n stop() {\n this.engine.stopRecording(this.onStopRecording.bind(this));\n }\n\n /**\n * Pause recording.\n */\n pause() {\n this.engine.pauseRecording();\n }\n\n /**\n * Resume recording.\n */\n resume() {\n this.engine.resumeRecording();\n }\n\n /**\n * Show save as dialog in browser so the user can store the recorded media\n * locally.\n *\n * @param {object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @example\n * // save video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n */\n saveAs(name) {\n if (this.engine && name !== undefined) {\n this.engine.save(name);\n }\n }\n\n /**\n * Invoked when recording is stopped and resulting stream is available.\n *\n * @private\n * @param {string} audioVideoURL - URI of the recorded Blob\n * object, e.g. 'blob:http://localhost:8080/10100016-4248-9949-b0d6-0bb40db56eba'\n * @param {string} type - Media type, eg. 'video' or 'audio'.\n */\n onStopRecording(audioVideoURL, type) {\n // garbage collect unused blob\n URL.revokeObjectURL(audioVideoURL);\n\n // store reference to recorded stream data\n let recordType = this.player().record().getRecordType();\n this.engine.getBlob((recording) => {\n switch (recordType) {\n case AUDIO_ONLY:\n if (recording.audio !== undefined) {\n this.recordedData = recording.audio;\n }\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // recordrtc returns a single blob that includes both audio\n // and video data\n if (recording.video !== undefined) {\n this.recordedData = recording.video;\n }\n break;\n\n case ANIMATION:\n if (recording.gif !== undefined) {\n this.recordedData = recording.gif;\n }\n break;\n }\n // inject file info\n this.addFileInfo(this.recordedData);\n\n // notify listeners\n this.trigger(Event.RECORD_COMPLETE);\n });\n }\n\n /**\n * Received new timestamp (when timeSlice option is enabled).\n * @private\n * @param {float} current - Current timestamp.\n * @param {array} all - List of timestamps so far.\n */\n onTimeStamp(current, all) {\n this.player().currentTimestamp = current;\n this.player().allTimestamps = all;\n\n // get blob (only for MediaStreamRecorder)\n let internal;\n switch (this.player().record().getRecordType()) {\n case AUDIO_ONLY:\n internal = this.engine.audioRecorder;\n break;\n\n case ANIMATION:\n internal = this.engine.gifRecorder;\n break;\n\n default:\n internal = this.engine.videoRecorder;\n }\n\n let maxFileSizeReached = false;\n if (internal) {\n internal = internal.getInternalRecorder();\n }\n\n if ((internal instanceof RecordRTC.MediaStreamRecorder) === true) {\n this.player().recordedData = internal.getArrayOfBlobs();\n\n // inject file info for newest blob\n this.addFileInfo(\n this.player().recordedData[this.player_.recordedData.length - 1]);\n\n // check max file size\n if (this.maxFileSize > 0) {\n let currentSize = new Blob(this.player().recordedData).size;\n if (currentSize >= this.maxFileSize) {\n maxFileSizeReached = true;\n }\n }\n }\n\n // notify others\n this.player().trigger(Event.TIMESTAMP);\n\n // automatically stop when max file size was reached\n if (maxFileSizeReached) {\n this.player().record().stop();\n }\n }\n}\n\n// expose plugin\nvideojs.RecordRTCEngine = RecordRTCEngine;\n\nComponent.registerComponent('RecordRTCEngine', RecordRTCEngine);\n\nexport default RecordRTCEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/engine/record-rtc.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/engine/record-rtc.js", "access": "public", "description": null, "lineNumber": 1 @@ -3463,7 +3463,7 @@ "name": "js/event.js", "content": "/**\n * @file event.js\n * @since 3.5.0\n */\n\nclass Event {}\n\n// video.js\nEvent.READY = 'ready';\nEvent.ERROR = 'error';\nEvent.PLAYING = 'playing';\nEvent.LOADEDMETADATA = 'loadedmetadata';\nEvent.LOADSTART = 'loadstart';\nEvent.USERINACTIVE = 'userinactive';\nEvent.TIMEUPDATE = 'timeupdate';\nEvent.DURATIONCHANGE = 'durationchange';\nEvent.ENDED = 'ended';\nEvent.PAUSE = 'pause';\nEvent.PLAY = 'play';\n\n// videojs-record\nEvent.DEVICE_READY = 'deviceReady';\nEvent.DEVICE_ERROR = 'deviceError';\nEvent.START_RECORD = 'startRecord';\nEvent.STOP_RECORD = 'stopRecord';\nEvent.FINISH_RECORD = 'finishRecord';\nEvent.RECORD_COMPLETE = 'recordComplete';\nEvent.PROGRESS_RECORD = 'progressRecord';\nEvent.TIMESTAMP = 'timestamp';\nEvent.ENUMERATE_READY = 'enumerateReady';\nEvent.ENUMERATE_ERROR = 'enumerateError';\nEvent.AUDIO_BUFFER_UPDATE = 'audioBufferUpdate';\nEvent.AUDIO_OUTPUT_READY = 'audioOutputReady';\nEvent.START_CONVERT = 'startConvert';\nEvent.FINISH_CONVERT = 'finishConvert';\nEvent.ENTER_PIP = 'enterPIP';\nEvent.LEAVE_PIP = 'leavePIP';\nEvent.RETRY = 'retry';\n\n// dom\nEvent.ENTERPICTUREINPICTURE = 'enterpictureinpicture';\nEvent.LEAVEPICTUREINPICTURE = 'leavepictureinpicture';\n\n// after the freeze, any attempts of altering the class will have no result\nObject.freeze(Event);\n\nexport default Event;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/event.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/event.js", "access": "public", "description": null, "lineNumber": 1 @@ -3496,7 +3496,7 @@ "name": "js/hot-keys.js", "content": "/**\n * @file hot-keys.js\n * @since 3.6.0\n */\n\nimport {IMAGE_ONLY} from './engine/record-mode';\n\n// check https://github.com/timoxley/keycode for codes\nconst X_KEY = 88;\nconst P_KEY = 80;\nconst C_KEY = 67;\n\n/**\n * Default keyhandler.\n *\n * @param {object} event - Event containing key info.\n * @returns {void}\n * @private\n */\nconst defaultKeyHandler = function(event) {\n switch (event.which) {\n // 'x' key\n case X_KEY:\n // toggle record\n switch (this.player_.record().getRecordType()) {\n case IMAGE_ONLY:\n this.player_.cameraButton.trigger('click');\n break;\n\n default:\n this.player_.recordToggle.trigger('click');\n }\n break;\n\n // 'p' key\n case P_KEY:\n // toggle picture-in-picture (if enabled)\n if (this.player_.record().pictureInPicture === true) {\n this.player_.pipToggle.trigger('click');\n }\n break;\n\n // 'c' key\n case C_KEY:\n // toggle playback\n if (this.player_.controlBar.playToggle &&\n this.player_.controlBar.playToggle.contentEl()) {\n player.controlBar.playToggle.trigger('click');\n }\n break;\n }\n};\n\nexport default defaultKeyHandler;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/hot-keys.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/hot-keys.js", "access": "public", "description": null, "lineNumber": 1 @@ -3612,7 +3612,7 @@ "name": "js/plugins/ffmpeg-wasm-plugin.js", "content": "/**\n * @file ffmpeg-wasm-plugin.js\n * @since 4.2.0\n */\n\nimport videojs from 'video.js';\n\nconst ConvertEngine = videojs.getComponent('ConvertEngine');\n\n/**\n * Converter engine using the ffmpeg.wasm library.\n *\n * @class\n * @augments videojs.ConvertEngine\n */\nclass FFmpegWasmEngine extends ConvertEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * Path to script `ffmpeg-core.js`.\n *\n * @type {string}\n */\n this.convertWorkerURL = './node_modules/@ffmpeg/core/dist/ffmpeg-core.js';\n /**\n * Mime-type for output.\n *\n * @type {string}\n */\n this.outputType = null;\n /**\n * Additional configuration options for the ffmpeg.wasm library.\n *\n * @type {object}\n */\n this.pluginLibraryOptions = {};\n }\n\n /**\n * Inject metadata.\n *\n * @param {Blob} data - Recorded data that needs to be converted.\n */\n async convert(data) {\n // set output mime type\n if (this.pluginLibraryOptions.outputType === undefined) {\n throw new Error('no outputType specified!');\n }\n this.outputType = this.pluginLibraryOptions.outputType;\n\n const {version, createFFmpeg, fetchFile} = FFmpeg;\n const ffmpeg = createFFmpeg({\n corePath: this.convertWorkerURL,\n log: this.debug\n });\n // save timestamp\n const timestamp = new Date();\n timestamp.setTime(data.lastModified);\n\n // use temporary filenames\n const tempInputName = 'input_' + timestamp.getTime();\n const tempOutputName = 'output_' + timestamp.getTime();\n\n // add ffmpeg options\n let opts = ['-i', tempInputName];\n opts = opts.concat(this.convertOptions);\n opts.push(tempOutputName);\n\n // notify listeners\n this.player().trigger('startConvert');\n\n // load and convert blob\n await ffmpeg.load();\n ffmpeg.FS('writeFile', tempInputName, await fetchFile(data));\n await ffmpeg.run(...opts);\n const output = ffmpeg.FS('readFile', tempOutputName);\n\n // create new blob\n let result = new Blob([output.buffer], {type: this.outputType});\n\n // add existing file info\n this.addFileInfo(result, timestamp);\n\n // store result\n this.player().convertedData = result;\n\n // notify listeners\n this.player().trigger('finishConvert');\n }\n}\n\n// expose plugin\nvideojs.FFmpegWasmEngine = FFmpegWasmEngine;\n\nexport default FFmpegWasmEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/ffmpeg-wasm-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/ffmpeg-wasm-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -3809,7 +3809,7 @@ "name": "js/plugins/ffmpegjs-plugin.js", "content": "/**\n * @file ffmpegjs-plugin.js\n * @since 3.8.0\n */\n\nimport videojs from 'video.js';\n\nconst ConvertEngine = videojs.getComponent('ConvertEngine');\n\n/**\n * Converter engine using the ffmpeg.js library.\n *\n * Deprecated. Use the ffmpeg.wasm plugin instead.\n *\n * @class\n * @augments videojs.ConvertEngine\n */\nclass FFmpegjsEngine extends ConvertEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * Path to worker script `ffmpeg-worker-mp4.js` (H.264 & AAC & MP3 encoders)\n * or `ffmpeg-worker-webm.js` (VP8 & Opus encoders).\n *\n * @type {string}\n */\n this.convertWorkerURL = 'ffmpeg-worker-mp4.js';\n /**\n * Mime-type for output.\n *\n * @type {string}\n */\n this.outputType = null;\n /**\n * Additional configuration options for the ffmpeg.js library.\n *\n * @type {object}\n */\n this.pluginLibraryOptions = {};\n }\n\n /**\n * Setup recording engine.\n *\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(mediaType, debug) {\n this.mediaType = mediaType;\n this.debug = debug;\n this.stdout = this.stderr = '';\n\n // set output mime type\n if (this.pluginLibraryOptions.outputType === undefined) {\n throw new Error('no outputType specified!');\n }\n this.outputType = this.pluginLibraryOptions.outputType;\n\n // setup worker\n this.engine = new Worker(this.convertWorkerURL);\n this.engine.onmessage = this.onWorkerMessage.bind(this);\n }\n\n /**\n * Invoked when recording is stopped and resulting stream is available.\n *\n * @param {blob} data - Reference to the recorded `Blob` that needs to be\n * converted.\n */\n convert(data) {\n // save timestamp\n this.timestamp = new Date();\n this.timestamp.setTime(data.lastModified);\n\n // load and convert blob\n this.loadBlob(data).then((buffer) => {\n // specify input\n let opts = ['-i', data.name];\n\n // add ffmpeg options\n opts = opts.concat(this.convertOptions);\n\n // use a temporary name\n opts.push('output_' + this.timestamp.getTime());\n\n // start conversion\n this.engine.postMessage({\n type: 'run',\n MEMFS: [{name: data.name, data: buffer}],\n arguments: opts\n });\n });\n }\n\n /**\n * Received a message from the worker.\n *\n * @param {Object} event - Event containing converted data.\n * @private\n */\n onWorkerMessage(event) {\n let msg = event.data;\n switch (msg.type) {\n // worker loaded and ready to accept commands\n case 'ready':\n break;\n\n // worker started job\n case 'run':\n // notify listeners\n this.player().trigger('startConvert');\n break;\n\n // job finished with some result\n case 'done':\n // converted data\n let buf;\n try {\n buf = msg.data.MEMFS[0].data;\n } catch (e) {\n this.player().trigger('error', this.stderr);\n }\n\n // store in blob\n let result = new Blob(buf, {type: this.outputType});\n\n // inject date and name into blob\n this.addFileInfo(result, this.timestamp);\n\n // store result\n this.player().convertedData = result;\n\n // notify listeners\n this.player().trigger('finishConvert');\n break;\n\n // FFmpeg printed to stdout\n case 'stdout':\n this.stdout += msg.data + '\\n';\n break;\n\n // FFmpeg printed to stderr\n case 'stderr':\n this.stderr += msg.data + \"\\n\";\n break;\n\n // FFmpeg exited\n case 'exit':\n break;\n\n // FFmpeg terminated abnormally (e.g. out of memory, wasm error)\n case 'abort':\n case 'error':\n this.player().trigger('error', msg.data);\n break;\n }\n }\n}\n\n// expose plugin\nvideojs.FFmpegjsEngine = FFmpegjsEngine;\n\nexport default FFmpegjsEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/ffmpegjs-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/ffmpegjs-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -4153,7 +4153,7 @@ "name": "js/plugins/lamejs-plugin.js", "content": "/**\n * @file lamejs-plugin.js\n * @since 1.1.0\n */\n\nimport videojs from 'video.js';\n\nconst RecordEngine = videojs.getComponent('RecordEngine');\n\n/**\n * Audio-only engine for the lamejs library.\n *\n * @class\n * @augments RecordEngine\n */\nclass LamejsEngine extends RecordEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * Specifies the sample rate to encode at.\n *\n * @type {number}\n */\n this.sampleRate = 44100;\n /**\n * Specifies the bitrate in kbps.\n *\n * @type {number}\n */\n this.bitRate = 128;\n /**\n * Path to `worker-realtime.js` worker script.\n *\n * @type {string}\n */\n this.audioWorkerURL = 'worker-realtime.js';\n /**\n * Mime-type for audio output.\n *\n * @type {string}\n */\n this.audioType = 'audio/mpeg';\n }\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n\n this.config = {\n debug: this.debug,\n sampleRate: this.sampleRate,\n bitRate: this.bitRate\n };\n\n this.engine = new Worker(this.audioWorkerURL);\n this.engine.onmessage = this.onWorkerMessage.bind(this);\n this.engine.postMessage({cmd: 'init', config: this.config});\n }\n\n /**\n * Start recording.\n */\n start() {\n let AudioContext = window.AudioContext || window.webkitAudioContext;\n this.audioContext = new AudioContext();\n\n this.audioSourceNode = this.audioContext.createMediaStreamSource(\n this.inputStream);\n // a bufferSize of 0 instructs the browser to choose the best bufferSize\n this.processor = this.audioContext.createScriptProcessor(\n 0, 1, 1);\n this.processor.onaudioprocess = this.onAudioProcess.bind(this);\n this.audioSourceNode.connect(this.processor);\n this.processor.connect(this.audioContext.destination);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n if (this.processor && this.audioSourceNode) {\n this.audioSourceNode.disconnect();\n this.processor.disconnect();\n this.processor.onaudioprocess = null;\n }\n if (this.audioContext) {\n // ignore errors about already being closed\n this.audioContext.close().then(() => {}).catch((reason) => {});\n }\n\n // free up memory\n this.engine.postMessage({cmd: 'finish'});\n }\n\n /**\n * Received a message from the worker.\n *\n * @private\n * @param {Object} ev - Worker responded with event object.\n */\n onWorkerMessage(ev) {\n switch (ev.data.cmd) {\n case 'end':\n this.onStopRecording(new Blob(ev.data.buf,\n {type: this.audioType}));\n break;\n\n case 'error':\n this.player().trigger('error', ev.data.error);\n break;\n\n default:\n // invalid message received\n this.player().trigger('error', ev.data);\n break;\n }\n }\n\n /**\n * Continuous encoding of audio data.\n *\n * @private\n * @param {Object} ev - onaudioprocess responded with data object.\n */\n onAudioProcess(ev) {\n // send microphone data to LAME for MP3 encoding while recording\n let data = ev.inputBuffer.getChannelData(0);\n\n this.engine.postMessage({cmd: 'encode', buf: data});\n }\n}\n\n// expose plugin\nvideojs.LamejsEngine = LamejsEngine;\n\nexport default LamejsEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/lamejs-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/lamejs-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -4590,7 +4590,7 @@ "name": "js/plugins/libvorbis-plugin.js", "content": "/**\n * @file libvorbis-plugin.js\n * @since 1.1.0\n */\n\nimport videojs from 'video.js';\n\nconst RecordEngine = videojs.getComponent('RecordEngine');\n\n/**\n * Audio-only engine for the libvorbis.js library.\n *\n * @class\n * @augments RecordEngine\n */\nclass LibVorbisEngine extends RecordEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * Specifies the sample rate to encode at.\n *\n * @type {number}\n */\n this.sampleRate = 32000;\n }\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n\n // setup libvorbis.js\n this.options = {\n audioBitsPerSecond: this.sampleRate\n };\n }\n\n /**\n * Start recording.\n */\n start() {\n this.chunks = [];\n this.engine = new VorbisMediaRecorder(this.inputStream,\n this.options);\n this.engine.ondataavailable = this.onData.bind(this);\n this.engine.onstop = this.onRecordingAvailable.bind(this);\n\n this.engine.start();\n }\n\n /**\n * Stop recording.\n */\n stop() {\n try {\n this.engine.stop();\n } catch (err) {\n // ignore errors about invalid state\n }\n }\n\n /**\n * @private\n * @param {Object} event - ondataavailable responded with data object.\n */\n onData(event) {\n this.chunks.push(event.data);\n }\n\n /**\n * @private\n */\n onRecordingAvailable() {\n let blob = new Blob(this.chunks, {type: this.chunks[0].type});\n this.chunks = [];\n this.onStopRecording(blob);\n }\n}\n\n// expose plugin\nvideojs.LibVorbisEngine = LibVorbisEngine;\n\nexport default LibVorbisEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/libvorbis-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/libvorbis-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -4925,7 +4925,7 @@ "name": "js/plugins/opus-media-recorder-plugin.js", "content": "/**\n * @file opus-media-recorder-plugin.js\n * @since 4.2.0\n */\n\nimport videojs from 'video.js';\n\nconst RecordEngine = videojs.getComponent('RecordEngine');\n\n/**\n * Audio-only engine for the opus-media-recorder library.\n *\n * opus-media-recorder uses WebAssembly compiled from popular\n * libraries (e.g libopus, libogg, libwebm, and speexdsp) to\n * ensure good performance and standards-compliance.\n *\n * @class\n * @augments RecordEngine\n */\nclass OpusMediaRecorderEngine extends RecordEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Mime-type for audio output.\n *\n * Choose desired format like `audio/webm`. Default is `audio/ogg`.\n *\n * @type {string}\n */\n this.audioType = 'audio/ogg';\n }\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n this.chunks = [];\n\n const workerOptions = this.audioWebAssemblyURL;\n workerOptions.encoderWorkerFactory = () => {\n return new Worker(this.audioWorkerURL);\n };\n\n this.recAvailableCallback = this.onData.bind(this);\n\n const recOptions = {mimeType: this.audioType};\n this.engine = new MediaRecorder(stream, recOptions, workerOptions);\n this.engine.onstop = this.onRecordingAvailable.bind(this);\n }\n\n /**\n * Start recording.\n */\n start() {\n this.chunks = [];\n this.engine.addEventListener('dataavailable', this.recAvailableCallback);\n\n const timeSliceMs = 60000;\n this.engine.start(timeSliceMs);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n this.engine.stop();\n }\n\n /**\n * @private\n * @param {Object} event - ondataavailable responded with data object.\n */\n onData(event) {\n this.chunks.push(event.data);\n }\n\n /**\n * @private\n * @param {Object} event - Audio data returned by opus-media-recorder.\n */\n onRecordingAvailable(event) {\n this.engine.removeEventListener('dataavailable', this.recAvailableCallback);\n\n let blob = new Blob(this.chunks, {type: this.engine.mimeType});\n this.chunks = [];\n\n this.onStopRecording(blob);\n }\n}\n\n// expose plugin\nvideojs.OpusMediaRecorderEngine = OpusMediaRecorderEngine;\n\nexport default OpusMediaRecorderEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/opus-media-recorder-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/opus-media-recorder-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -5269,7 +5269,7 @@ "name": "js/plugins/opus-recorder-plugin.js", "content": "/**\n * @file opus-recorder-plugin.js\n * @since 1.1.0\n */\n\nimport videojs from 'video.js';\n\nconst RecordEngine = videojs.getComponent('RecordEngine');\n\n/**\n * Audio-only engine for the opus-recorder library.\n *\n * Audio is encoded using libopus.\n *\n * @class\n * @augments RecordEngine\n */\nclass OpusRecorderEngine extends RecordEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * The number of channels to record. 1 = mono, 2 = stereo.\n * Maximum 2 channels are supported.\n *\n * @type {number}\n */\n this.audioChannels = 1;\n /**\n * The length of the buffer that the internal `JavaScriptNode`\n * uses to capture the audio. Can be tweaked if experiencing\n * performance issues.\n *\n * @type {number}\n */\n this.bufferSize = 4096;\n /**\n * Specifies the sample rate to encode at. Supported values are\n * 8000, 12000, 16000, 24000 or 48000.\n *\n * @type {number}\n */\n this.sampleRate = 48000;\n /**\n * Path to `encoderWorker.min.js` or `waveWorker.min.js` worker\n * script.\n *\n * @type {string}\n */\n this.audioWorkerURL = 'encoderWorker.min.js';\n /**\n * Mime-type for audio output. Also supports `audio/wav`; but make sure\n * to use waveEncoder worker in that case.\n *\n * @type {string}\n */\n this.audioType = 'audio/ogg';\n /**\n * Additional configuration options for the opus-recorder library.\n *\n * @type {object}\n */\n this.pluginLibraryOptions = {};\n }\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n\n // create new AudioContext\n let AudioContext = window.AudioContext || window.webkitAudioContext;\n this.audioContext = new AudioContext();\n this.audioSourceNode = this.audioContext.createMediaStreamSource(\n this.inputStream);\n\n // minimal default config\n this.config = {\n numberOfChannels: this.audioChannels,\n bufferLength: this.bufferSize,\n encoderSampleRate: this.sampleRate,\n encoderPath: this.audioWorkerURL,\n sourceNode: this.audioSourceNode\n };\n\n // extend config with optional options\n this.config = Object.assign(this.config, this.pluginLibraryOptions);\n\n // create Recorder engine\n this.engine = new Recorder(this.config);\n this.engine.ondataavailable = this.onRecordingAvailable.bind(this);\n }\n\n /**\n * Start recording.\n */\n start() {\n this.engine.start().then(() => {\n // recording started ok\n }).catch((err) => {\n // can't start playback\n this.player().trigger('error', err);\n });\n }\n\n /**\n * Stop recording.\n */\n stop() {\n this.engine.stop();\n }\n\n /**\n * Pause recording.\n */\n pause() {\n this.engine.pause();\n }\n\n /**\n * Resume recording.\n */\n resume() {\n this.engine.resume();\n }\n\n /**\n * @private\n * @param {Object} data - Audio data returned by opus-recorder.\n */\n onRecordingAvailable(data) {\n // Opus format stored in an Ogg container\n let blob = new Blob([data], {type: this.audioType});\n\n this.onStopRecording(blob);\n }\n}\n\n// expose plugin\nvideojs.OpusRecorderEngine = OpusRecorderEngine;\n\nexport default OpusRecorderEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/opus-recorder-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/opus-recorder-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -5731,7 +5731,7 @@ "name": "js/plugins/recorderjs-plugin.js", "content": "/**\n * @file recorderjs-plugin.js\n * @since 1.1.0\n */\n\nimport videojs from 'video.js';\n\nconst RecordEngine = videojs.getComponent('RecordEngine');\n\n/**\n * Audio-only engine for the recorder.js library.\n *\n * @class\n * @augments RecordEngine\n */\nclass RecorderjsEngine extends RecordEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * The number of channels to record. 1 = mono, 2 = stereo.\n * Maximum 2 channels are supported.\n *\n * @type {number}\n */\n this.audioChannels = 2;\n /**\n * The length of the buffer that the internal `JavaScriptNode`\n * uses to capture the audio. Can be tweaked if experiencing\n * performance issues.\n *\n * @type {number}\n */\n this.bufferSize = 4096;\n /**\n * Mime-type for audio output.\n *\n * @type {string}\n */\n this.audioType = 'audio/wav';\n }\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n\n let AudioContext = window.AudioContext || window.webkitAudioContext;\n this.audioContext = new AudioContext();\n this.audioSourceNode = this.audioContext.createMediaStreamSource(\n this.inputStream);\n\n // setup recorder.js\n this.engine = new Recorder(this.audioSourceNode, {\n bufferLen: this.bufferSize,\n numChannels: this.audioChannels,\n type: this.audioType\n });\n }\n\n /**\n * Start recording.\n */\n start() {\n this.engine.record();\n }\n\n /**\n * Stop recording.\n */\n stop() {\n this.engine.stop();\n\n if (this.engine.exportWAV !== undefined) {\n this.engine.exportWAV(this.onStopRecording.bind(this));\n }\n if (this.engine.clear !== undefined) {\n this.engine.clear();\n }\n }\n}\n\n// expose plugin\nvideojs.RecorderjsEngine = RecorderjsEngine;\n\nexport default RecorderjsEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/recorderjs-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/recorderjs-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -6063,7 +6063,7 @@ "name": "js/plugins/ts-ebml-plugin.js", "content": "/**\n * @file ts-ebml-plugin.js\n * @since 3.3.0\n */\n\nimport videojs from 'video.js';\n\nconst ConvertEngine = videojs.getComponent('ConvertEngine');\n\n// see https://github.com/legokichi/ts-ebml/issues/25\nimport {Buffer} from 'buffer';\nwindow.Buffer = Buffer;\n\nimport {Decoder, Encoder, tools, Reader} from 'ts-ebml';\n\n/**\n * Converter engine using the ts-ebml library.\n *\n * Used to inject metadata, like duration, into webm files.\n *\n * @class\n * @augments videojs.ConvertEngine\n */\nclass TsEBMLEngine extends ConvertEngine {\n /**\n * Inject metadata.\n *\n * @param {Blob} data - Recorded data that needs to be converted.\n */\n convert(data) {\n const decoder = new Decoder();\n const reader = new Reader();\n reader.logging = false;\n reader.drop_default_duration = false;\n\n // save timestamp\n const timestamp = new Date();\n timestamp.setTime(data.lastModified);\n\n // notify listeners\n this.player().trigger('startConvert');\n\n // load and convert blob\n this.loadBlob(data).then((buffer) => {\n // decode\n const elms = decoder.decode(buffer);\n elms.forEach((elm) => {\n reader.read(elm);\n });\n reader.stop();\n\n // generate metadata\n let refinedMetadataBuf = tools.makeMetadataSeekable(\n reader.metadatas, reader.duration, reader.cues);\n let body = buffer.slice(reader.metadataSize);\n\n // create new blob\n let result = new Blob([refinedMetadataBuf, body],\n {type: data.type});\n\n // add existing file info\n this.addFileInfo(result, timestamp);\n\n // store result\n this.player().convertedData = result;\n\n // notify listeners\n this.player().trigger('finishConvert');\n });\n }\n}\n\n// expose plugin\nvideojs.TsEBMLEngine = TsEBMLEngine;\n\nexport default TsEBMLEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/ts-ebml-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/ts-ebml-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -6149,7 +6149,7 @@ "name": "js/plugins/vmsg-plugin.js", "content": "/**\n * @file vmsg-plugin.js\n * @since 3.3.0\n */\n\nimport videojs from 'video.js';\n\nimport {Recorder} from 'vmsg';\n\nconst RecordEngine = videojs.getComponent('RecordEngine');\n\n/**\n * Audio-only engine for the vmsg library.\n *\n * @class\n * @augments videojs.RecordEngine\n */\nclass VmsgEngine extends RecordEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * Path to `vmsg.wasm` WebAssembly script.\n *\n * @type {string}\n */\n this.audioWebAssemblyURL = 'vmsg.wasm';\n /**\n * Additional configuration options for the vmsg library.\n *\n * @type {object}\n */\n this.pluginLibraryOptions = {};\n }\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n this.inputStream = stream;\n this.mediaType = mediaType;\n this.debug = debug;\n\n // minimal default config\n this.config = {\n wasmURL: this.audioWebAssemblyURL\n };\n\n // extend config with optional options\n this.config = Object.assign(this.config, this.pluginLibraryOptions);\n\n this.engine = new Recorder(this.config,\n this.onRecordingAvailable.bind(this));\n this.engine.stream = this.inputStream;\n\n let AudioContext = window.AudioContext || window.webkitAudioContext;\n this.audioContext = new AudioContext();\n\n this.audioSourceNode = this.audioContext.createMediaStreamSource(\n this.inputStream);\n // a bufferSize of 0 instructs the browser to choose the best bufferSize\n this.processor = this.audioContext.createScriptProcessor(\n 0, 1, 1);\n this.audioSourceNode.connect(this.processor);\n\n this.engine.initWorker().catch((err) => {\n // invalid message received\n this.player().trigger('error', err);\n });\n }\n\n /**\n * Start recording.\n */\n start() {\n this.engine.blob = null;\n if (this.engine.blobURL) {\n URL.revokeObjectURL(this.engine.blobURL);\n }\n this.engine.blobURL = null;\n\n this.engine.worker.postMessage({\n type: 'start',\n data: this.audioContext.sampleRate\n });\n this.processor.onaudioprocess = this.onAudioProcess.bind(this);\n this.processor.connect(this.audioContext.destination);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n if (this.processor) {\n this.processor.disconnect();\n this.processor.onaudioprocess = null;\n }\n if (this.engine && this.engine.worker !== undefined) {\n this.engine.worker.postMessage({type: 'stop', data: null});\n }\n }\n\n /**\n * Destroy engine.\n */\n destroy() {\n if (this.engine && typeof this.engine.close === 'function') {\n this.engine.close();\n }\n }\n\n /**\n * Continuous encoding of audio data.\n * @private\n * @param {object} event - Audio buffer.\n */\n onAudioProcess(event) {\n const samples = event.inputBuffer.getChannelData(0);\n this.engine.worker.postMessage({type: 'data', data: samples});\n }\n\n /**\n * @private\n */\n onRecordingAvailable() {\n this.onStopRecording(this.engine.blob);\n }\n}\n\n// expose plugin\nvideojs.VmsgEngine = VmsgEngine;\n\nexport default VmsgEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/vmsg-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/vmsg-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -6552,7 +6552,7 @@ "name": "js/plugins/webm-wasm-plugin.js", "content": "/**\n * @file webm-wasm-plugin.js\n * @since 3.5.0\n */\n\nimport videojs from 'video.js';\nimport RecordRTC from 'recordrtc';\n\nconst RecordRTCEngine = videojs.getComponent('RecordRTCEngine');\n\n/**\n * Video engine plugin for the webm-wasm library.\n *\n * @class\n * @augments videojs.RecordRTCEngine\n */\nclass WebmWasmEngine extends RecordRTCEngine {\n /**\n * Creates an instance of this class.\n *\n * @param {Player} player\n * The `Player` that this class should be attached to.\n *\n * @param {Object} [options]\n * The key/value store of player options.\n */\n constructor(player, options) {\n super(player, options);\n\n /**\n * Enables console logging for debugging purposes.\n *\n * @type {boolean}\n */\n this.debug = false;\n /**\n * Video bitrate in kbps.\n *\n * @type {number}\n */\n this.videoBitRate = 1200;\n /**\n * Video frame rate in fps.\n *\n * @type {number}\n */\n this.videoFrameRate = 30;\n /**\n * Path to `webm-worker.js` worker script.\n *\n * @type {string}\n */\n this.videoWorkerURL = 'webm-worker.js';\n /**\n * Path to `webm-wasm.wasm` WebAssembly script.\n *\n * @type {string}\n */\n this.videoWebAssemblyURL = 'webm-wasm.wasm';\n }\n\n /**\n * Setup recording engine.\n *\n * @param {LocalMediaStream} stream - Media stream to record.\n * @param {Object} mediaType - Object describing the media type of this\n * engine.\n * @param {Boolean} debug - Indicating whether or not debug messages should\n * be printed in the console.\n */\n setup(stream, mediaType, debug) {\n // set options\n this.recorderType = RecordRTC.WebAssemblyRecorder;\n this.workerPath = this.videoWorkerURL;\n this.bitRate = this.videoBitRate;\n this.frameRate = this.videoFrameRate;\n\n super.setup(stream, mediaType, debug);\n }\n}\n\n// expose plugin\nvideojs.WebmWasmEngine = WebmWasmEngine;\n\nexport default WebmWasmEngine;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/plugins/webm-wasm-plugin.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/plugins/webm-wasm-plugin.js", "access": "public", "description": null, "lineNumber": 1 @@ -6856,7 +6856,7 @@ "name": "js/utils/browser-shim.js", "content": "/**\n * @file browser-shim.js\n * @since 2.0.0\n */\n\nconst setSrcObject = function (stream, element) {\n if ('srcObject' in element) {\n element.srcObject = stream;\n } else if ('mozSrcObject' in element) {\n element.mozSrcObject = stream;\n } else {\n element.srcObject = stream;\n }\n};\n\nexport default setSrcObject;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/utils/browser-shim.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/utils/browser-shim.js", "access": "public", "description": null, "lineNumber": 1 @@ -6905,7 +6905,7 @@ "name": "js/utils/compare-version.js", "content": "/**\n * @file compare-version.js\n * @since 3.8.0\n */\n\n/**\n * Compare 2 version number strings.\n *\n * @param {string} v1 - First version number to compare.\n * @param {string} v2 - Second version number to compare.\n * @returns {number} - Returns 0 if versions are equal,\n * 1 if `v1` is greater, and -1 if `v2` is smaller.\n */\nconst compareVersion = function(v1, v2) {\n if (typeof v1 !== 'string') return false;\n if (typeof v2 !== 'string') return false;\n v1 = v1.split('.');\n v2 = v2.split('.');\n const k = Math.min(v1.length, v2.length);\n let i = 0;\n for (i; i < k; ++ i) {\n // buddy ignore:start\n v1[i] = parseInt(v1[i], 10);\n v2[i] = parseInt(v2[i], 10);\n // buddy ignore:end\n if (v1[i] > v2[i]) return 1;\n if (v1[i] < v2[i]) return -1;\n }\n return v1.length === v2.length ? 0 : (v1.length < v2.length ? -1 : 1);\n};\n\nexport default compareVersion;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/utils/compare-version.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/utils/compare-version.js", "access": "public", "description": null, "lineNumber": 1 @@ -6968,7 +6968,7 @@ "name": "js/utils/detect-browser.js", "content": "/**\n * @file detect-browser.js\n * @since 2.0.0\n */\n\nimport window from 'global/window';\n\n/**\n * Browser detector.\n *\n * @private\n * @return {object} result containing browser, version and minVersion\n * properties.\n */\nconst detectBrowser = function() {\n // returned result object\n let result = {};\n result.browser = null;\n result.version = null;\n result.minVersion = null;\n\n // fail early if it's not a browser\n if (typeof window === 'undefined' || !window.navigator) {\n result.browser = 'Not a supported browser.';\n return result;\n }\n\n if (navigator.mozGetUserMedia) { // Firefox.\n result.browser = 'firefox';\n result.version = extractVersion(navigator.userAgent,\n /Firefox\\/(\\d+)\\./, 1);\n result.minVersion = 31;\n } else if (navigator.webkitGetUserMedia) {\n // Chrome, Chromium, Webview, Opera.\n // Version matches Chrome/WebRTC version.\n result.browser = 'chrome';\n result.version = extractVersion(navigator.userAgent,\n /Chrom(e|ium)\\/(\\d+)\\./, 2); // buddy ignore:line\n result.minVersion = 38;\n } else if (navigator.mediaDevices &&\n navigator.userAgent.match(/Edge\\/(\\d+).(\\d+)$/)) { // Edge.\n result.browser = 'edge';\n result.version = extractVersion(navigator.userAgent,\n /Edge\\/(\\d+).(\\d+)$/, 2); // buddy ignore:line\n result.minVersion = 10547;\n } else if (window.RTCPeerConnection &&\n navigator.userAgent.match(/AppleWebKit\\/(\\d+)\\./)) { // Safari.\n result.browser = 'safari';\n result.version = extractVersion(navigator.userAgent,\n /AppleWebKit\\/(\\d+)\\./, 1);\n } else {\n // Default fallthrough: not supported.\n result.browser = 'Not a supported browser.';\n return result;\n }\n\n return result;\n};\n\n/**\n * Extract browser version out of the provided user agent string.\n *\n * @private\n * @param {!string} uastring - userAgent string.\n * @param {!string} expr - Regular expression used as match criteria.\n * @param {!number} pos - position in the version string to be\n * returned.\n * @return {!number} browser version.\n */\nconst extractVersion = function(uastring, expr, pos) {\n let match = uastring.match(expr);\n return match && match.length >= pos && parseInt(match[pos], 10); // buddy ignore:line\n};\n\nconst isEdge = function() {\n return detectBrowser().browser === 'edge';\n};\n\nconst isSafari = function() {\n return detectBrowser().browser === 'safari';\n};\n\nconst isOpera = function() {\n return !!window.opera || navigator.userAgent.indexOf('OPR/') !== -1;\n};\n\nconst isChrome = function() {\n return detectBrowser().browser === 'chrome';\n};\n\nconst isFirefox = function() {\n return detectBrowser().browser === 'firefox';\n};\n\nexport {\n detectBrowser, isEdge, isOpera, isChrome, isSafari, isFirefox\n};\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/utils/detect-browser.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/utils/detect-browser.js", "access": "public", "description": null, "lineNumber": 1 @@ -7176,7 +7176,7 @@ "name": "js/utils/file-util.js", "content": "/**\n * @file file-util.js\n * @since 3.3.0\n */\n\nimport getExtension from './mime';\n\n/**\n * Download `Blob` object in browser.\n *\n * @param {string} fileName - Name for the file to download.\n * @param {blob} data - File data.\n * @returns {void}\n * @private\n */\nconst downloadBlob = function(fileName, data) {\n if (typeof navigator.msSaveOrOpenBlob !== 'undefined') {\n return navigator.msSaveOrOpenBlob(data, fileName);\n } else if (typeof navigator.msSaveBlob !== 'undefined') {\n return navigator.msSaveBlob(data, fileName);\n }\n\n let hyperlink = document.createElement('a');\n hyperlink.href = URL.createObjectURL(data);\n hyperlink.download = fileName;\n\n hyperlink.style = 'display:none;opacity:0;color:transparent;';\n (document.body || document.documentElement).appendChild(hyperlink);\n\n if (typeof hyperlink.click === 'function') {\n hyperlink.click();\n } else {\n hyperlink.target = '_blank';\n hyperlink.dispatchEvent(new MouseEvent('click', {\n view: window,\n bubbles: true,\n cancelable: true\n }));\n }\n\n URL.revokeObjectURL(hyperlink.href);\n};\n\n/**\n * Read `Blob` as `ArrayBuffer`.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to read.\n * @returns {void}\n * @private\n */\nconst blobToArrayBuffer = function(fileObj) {\n return new Promise((resolve, reject) => {\n const reader = new FileReader();\n reader.onloadend = () => {\n resolve(reader.result);\n };\n reader.onerror = (ev) => {\n reject(ev.error);\n };\n reader.readAsArrayBuffer(fileObj);\n });\n};\n\n/**\n * Add filename and modification date to recorded file object.\n *\n * @param {(Blob|File)} fileObj - `Blob` or `File` object to modify.\n * @param {date} [dateObj] - Optional modification date information.\n * Default is `new Date()`.\n * @param {string} [fileExtension] - Optional file extension to use.\n * By default the file extension is automatically determined using\n * the mime-type.\n * @private\n */\nconst addFileInfo = function(fileObj, dateObj, fileExtension) {\n if (fileObj instanceof Blob || fileObj instanceof File) {\n // set modification date\n if (dateObj === undefined) {\n dateObj = new Date();\n }\n try {\n fileObj.lastModified = dateObj.getTime();\n fileObj.lastModifiedDate = dateObj;\n } catch (e) {\n if (e instanceof TypeError) {\n // ignore: setting getter-only property \"lastModifiedDate\"\n } else {\n // re-raise error\n throw e;\n }\n }\n\n // file extension\n if (fileExtension === undefined) {\n // determine file extension using mime type, e.g. audio/ogg,\n // but any extension is valid here. Browsers also accept\n // extended mime types like video/webm;codecs=h264,vp9,opus\n fileExtension = '.' + getExtension(fileObj.type);\n }\n\n // use timestamp in filename, e.g. 1451180941326.ogg\n try {\n fileObj.name = dateObj.getTime() + fileExtension;\n } catch (e) {\n if (e instanceof TypeError) {\n // ignore: setting getter-only property \"name\"\n } else {\n // re-raise error\n throw e;\n }\n }\n }\n};\n\nexport {\n downloadBlob, blobToArrayBuffer, addFileInfo\n};", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/utils/file-util.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/utils/file-util.js", "access": "public", "description": null, "lineNumber": 1 @@ -7332,7 +7332,7 @@ "name": "js/utils/format-time.js", "content": "/**\n * @file format-time.js\n * @since 2.0.0\n */\n\nimport parseMilliseconds from 'parse-ms';\nimport addZero from 'add-zero';\n\n/**\n * Format seconds as a duration string.\n *\n * Either formatted as:\n *\n * - DD:HH:MM:SS (> 24 hours)\n * - HH:MM:SS (> 1 hour)\n * - MM:SS:MSS (`displayMilliseconds = true`)\n * - MM:SS (`displayMilliseconds = false`)\n *\n * Supplying a guide (in seconds) will force a number of leading zeros\n * to cover the length of the guide.\n *\n * @param {number} seconds - Number of seconds to be turned into a\n * string.\n * @param {number} guide - Number (in seconds) to model the string after.\n * @param {boolean} displayMilliseconds - Display milliseconds or not.\n * @return {string} Formatted duration time, e.g '00:12:653'.\n * @private\n */\nconst formatTime = function(seconds, guide, displayMilliseconds = false) {\n // buddy ignore:start\n seconds = seconds < 0 ? 0 : seconds;\n if (isNaN(seconds) || seconds === Infinity) {\n seconds = 0;\n }\n const inputTime = parseMilliseconds(seconds * 1000);\n let guideTime = inputTime;\n if (guide !== undefined) {\n guideTime = parseMilliseconds(guide * 1000);\n }\n const hr = addZero(inputTime.hours);\n const min = addZero(inputTime.minutes);\n const sec = addZero(inputTime.seconds);\n const ms = addZero(inputTime.milliseconds, 3);\n\n if (inputTime.days > 0 || guideTime.days > 0) {\n const day = addZero(inputTime.days);\n return `${day}:${hr}:${min}:${sec}`;\n }\n if (inputTime.hours > 0 || guideTime.hours > 0) {\n return `${hr}:${min}:${sec}`;\n }\n if (displayMilliseconds) {\n return `${min}:${sec}:${ms}`;\n }\n\n return `${min}:${sec}`;\n // buddy ignore:end\n};\n\nexport default formatTime;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/utils/format-time.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/utils/format-time.js", "access": "public", "description": null, "lineNumber": 1 @@ -7399,7 +7399,7 @@ "name": "js/utils/mime.js", "content": "/**\n * @file mime.js\n * @since 4.0.0\n */\n\nconst EXTRACT_TYPE_REGEXP = /^\\s*([^;\\s]*)(?:;|\\s|$)/;\n\n/**\n * Mimetypes\n * @enum\n */\nconst Mimetypes = {\n 'video/ogg': 'ogv',\n 'video/mp4': 'mp4',\n 'video/x-matroska': 'mkv',\n 'video/webm': 'webm',\n 'audio/mp4': 'm4a',\n 'audio/mpeg': 'mp3',\n 'audio/aac': 'aac',\n 'audio/flac': 'flac',\n 'audio/ogg': 'oga',\n 'audio/wav': 'wav',\n 'audio/webm': 'webm',\n 'application/x-mpegURL': 'm3u8',\n 'image/jpeg': 'jpg',\n 'image/gif': 'gif',\n 'image/png': 'png',\n 'image/svg+xml': 'svg',\n 'image/webp': 'webp'\n};\n\n/**\n * Get file extension for mime-type.\n *\n * @param {string} mimeType - Mime-type to match against.\n * @returns {string} File extension.\n * @private\n */\nconst getExtension = function(mimeType) {\n const match = EXTRACT_TYPE_REGEXP.exec(mimeType);\n const result = match && match[1].toLowerCase();\n return Mimetypes[result];\n};\n\nexport default getExtension;\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/utils/mime.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/utils/mime.js", "access": "public", "description": null, "lineNumber": 1 @@ -7503,9 +7503,9 @@ "__docId__": 372, "kind": "file", "name": "js/videojs.record.js", - "content": "/**\n * @file videojs.record.js\n *\n * The main file for the videojs-record project.\n * MIT license: https://github.com/collab-project/videojs-record/blob/master/LICENSE\n */\n\nimport videojs from 'video.js';\n\nimport AnimationDisplay from './controls/animation-display';\nimport RecordCanvas from './controls/record-canvas';\nimport DeviceButton from './controls/device-button';\nimport CameraButton from './controls/camera-button';\nimport RecordToggle from './controls/record-toggle';\nimport RecordIndicator from './controls/record-indicator';\nimport PictureInPictureToggle from './controls/picture-in-picture-toggle';\n\nimport Event from './event';\nimport defaultKeyHandler from './hot-keys';\nimport pluginDefaultOptions from './defaults';\nimport formatTime from './utils/format-time';\nimport setSrcObject from './utils/browser-shim';\nimport compareVersion from './utils/compare-version';\nimport {detectBrowser} from './utils/detect-browser';\n\nimport {getAudioEngine, isAudioPluginActive, getVideoEngine, getConvertEngine} from './engine/engine-loader';\nimport {IMAGE_ONLY, AUDIO_ONLY, VIDEO_ONLY, AUDIO_VIDEO, AUDIO_SCREEN, ANIMATION, SCREEN_ONLY, getRecorderMode} from './engine/record-mode';\n\nconst Plugin = videojs.getPlugin('plugin');\nconst Player = videojs.getComponent('Player');\n\nconst AUTO = 'auto';\n\n/**\n * Record audio/video/images using the Video.js player.\n *\n * @class\n * @augments videojs.Plugin\n */\nclass Record extends Plugin {\n /**\n * The constructor function for the class.\n *\n * @param {(videojs.Player|Object)} player - video.js Player object.\n * @param {Object} options - Player options.\n */\n constructor(player, options) {\n super(player, options);\n\n // monkey-patch play (#152)\n Player.prototype.play = function play() {\n let retval = this.techGet_('play');\n // silence errors (unhandled promise from play)\n if (retval !== undefined && typeof retval.then === 'function') {\n retval.then(null, (e) => {});\n }\n return retval;\n };\n\n // add plugin style\n player.addClass('vjs-record');\n\n // setup plugin options\n this.loadOptions();\n\n // (re)set recorder state\n this.resetState();\n\n // use custom time format for video.js player\n if (options.formatTime && typeof options.formatTime === 'function') {\n // user-supplied formatTime\n this.setFormatTime(options.formatTime);\n } else {\n // plugin's default formatTime\n this.setFormatTime((seconds, guide) => {\n return formatTime(seconds, guide, this.displayMilliseconds);\n });\n }\n\n // add device button with icon based on type\n let deviceIcon = 'av-perm';\n switch (this.getRecordType()) {\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case ANIMATION:\n deviceIcon = 'video-perm';\n break;\n case AUDIO_ONLY:\n deviceIcon = 'audio-perm';\n break;\n case SCREEN_ONLY:\n deviceIcon = 'screen-perm';\n break;\n case AUDIO_SCREEN:\n deviceIcon = 'sv-perm';\n break;\n }\n\n // add custom interface elements\n DeviceButton.prototype.buildCSSClass = () => {\n // use dynamic icon class\n return 'vjs-record vjs-device-button vjs-control vjs-icon-' + deviceIcon;\n };\n player.deviceButton = new DeviceButton(player, options);\n player.addChild(player.deviceButton);\n\n // add blinking record indicator\n player.recordIndicator = new RecordIndicator(player, options);\n player.recordIndicator.hide();\n player.addChild(player.recordIndicator);\n\n // add canvas for recording and displaying image\n player.recordCanvas = new RecordCanvas(player, options);\n player.recordCanvas.hide();\n player.addChild(player.recordCanvas);\n\n // add image for animation display\n player.animationDisplay = new AnimationDisplay(player, options);\n player.animationDisplay.hide();\n player.addChild(player.animationDisplay);\n\n // add camera button\n player.cameraButton = new CameraButton(player, options);\n player.cameraButton.hide();\n\n // add record toggle button\n player.recordToggle = new RecordToggle(player, options);\n player.recordToggle.hide();\n\n // picture-in-picture\n let oldVideoJS = videojs.VERSION === undefined || compareVersion(videojs.VERSION, '7.6.0') === -1;\n if (!('pictureInPictureEnabled' in document)) {\n // no support for picture-in-picture, disable pip\n this.pictureInPicture = false;\n }\n if (this.pictureInPicture === true) {\n if (oldVideoJS) {\n // add picture-in-picture toggle button for older video.js versions\n // in browsers that support PIP\n player.pipToggle = new PictureInPictureToggle(player, options);\n player.pipToggle.hide();\n }\n // define Picture-in-Picture event handlers once\n this.onEnterPiPHandler = this.onEnterPiP.bind(this);\n this.onLeavePiPHandler = this.onLeavePiP.bind(this);\n }\n\n // exclude custom UI elements\n if (this.player.options_.controlBar) {\n let customUIElements = ['deviceButton', 'recordIndicator',\n 'cameraButton', 'recordToggle'];\n if (player.pipToggle) {\n customUIElements.push('pipToggle');\n }\n\n customUIElements.forEach((element) => {\n if (this.player.options_.controlBar[element] !== undefined) {\n this.player[element].layoutExclude = true;\n this.player[element].hide();\n }\n });\n }\n\n // wait until player ui is ready\n this.player.one(Event.READY, this.setupUI.bind(this));\n }\n\n /**\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n */\n loadOptions(newOptions = {}) {\n let recordOptions = videojs.mergeOptions(pluginDefaultOptions,\n this.player.options_.plugins.record, newOptions);\n\n // record settings\n this.recordImage = recordOptions.image;\n this.recordAudio = recordOptions.audio;\n this.recordVideo = recordOptions.video;\n this.recordAnimation = recordOptions.animation;\n this.recordScreen = recordOptions.screen;\n this.maxLength = recordOptions.maxLength;\n this.maxFileSize = recordOptions.maxFileSize;\n this.displayMilliseconds = recordOptions.displayMilliseconds;\n this.debug = recordOptions.debug;\n this.pictureInPicture = recordOptions.pip;\n this.recordTimeSlice = recordOptions.timeSlice;\n this.autoMuteDevice = recordOptions.autoMuteDevice;\n this.pluginLibraryOptions = recordOptions.pluginLibraryOptions;\n\n // video/canvas settings\n this.videoFrameWidth = recordOptions.frameWidth;\n this.videoFrameHeight = recordOptions.frameHeight;\n this.videoFrameRate = recordOptions.videoFrameRate;\n this.videoBitRate = recordOptions.videoBitRate;\n this.videoEngine = recordOptions.videoEngine;\n this.videoRecorderType = recordOptions.videoRecorderType;\n this.videoMimeType = recordOptions.videoMimeType;\n this.videoWorkerURL = recordOptions.videoWorkerURL;\n this.videoWebAssemblyURL = recordOptions.videoWebAssemblyURL;\n\n // convert settings\n this.convertEngine = recordOptions.convertEngine;\n this.convertWorkerURL = recordOptions.convertWorkerURL;\n this.convertOptions = recordOptions.convertOptions;\n\n // audio settings\n this.audioEngine = recordOptions.audioEngine;\n this.audioRecorderType = recordOptions.audioRecorderType;\n this.audioWorkerURL = recordOptions.audioWorkerURL;\n this.audioWebAssemblyURL = recordOptions.audioWebAssemblyURL;\n this.audioBufferSize = recordOptions.audioBufferSize;\n this.audioSampleRate = recordOptions.audioSampleRate;\n this.audioBitRate = recordOptions.audioBitRate;\n this.audioChannels = recordOptions.audioChannels;\n this.audioMimeType = recordOptions.audioMimeType;\n this.audioBufferUpdate = recordOptions.audioBufferUpdate;\n\n // image settings\n this.imageOutputType = recordOptions.imageOutputType;\n this.imageOutputFormat = recordOptions.imageOutputFormat;\n this.imageOutputQuality = recordOptions.imageOutputQuality;\n\n // animation settings\n this.animationFrameRate = recordOptions.animationFrameRate;\n this.animationQuality = recordOptions.animationQuality;\n }\n\n /**\n * Player UI is ready.\n * @private\n */\n setupUI() {\n // insert custom controls on left-side of controlbar\n this.player.controlBar.addChild(this.player.cameraButton);\n this.player.controlBar.el().insertBefore(\n this.player.cameraButton.el(),\n this.player.controlBar.el().firstChild);\n this.player.controlBar.el().insertBefore(\n this.player.recordToggle.el(),\n this.player.controlBar.el().firstChild);\n\n // picture-in-picture\n if (this.pictureInPicture === true) {\n if (this.player.controlBar.pictureInPictureToggle === undefined &&\n this.player.pipToggle !== undefined) {\n // add custom PiP toggle\n this.player.controlBar.addChild(this.player.pipToggle);\n } else if (this.player.controlBar.pictureInPictureToggle !== undefined) {\n // use video.js PiP toggle\n this.player.pipToggle = this.player.controlBar.pictureInPictureToggle;\n this.player.pipToggle.hide();\n }\n } else if (\n this.pictureInPicture === false &&\n this.player.controlBar.pictureInPictureToggle !== undefined) {\n this.player.controlBar.pictureInPictureToggle.hide();\n }\n\n // get rid of unused controls\n if (this.player.controlBar.remainingTimeDisplay !== undefined) {\n this.player.controlBar.remainingTimeDisplay.el().style.display = 'none';\n }\n if (this.player.controlBar.liveDisplay !== undefined) {\n this.player.controlBar.liveDisplay.el().style.display = 'none';\n }\n\n // loop feature is never used in this plugin\n this.player.loop(false);\n\n // tweak player UI based on type\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // reference to videojs-wavesurfer plugin\n this.surfer = this.player.wavesurfer();\n\n // use same time format as this plugin\n this.surfer.setFormatTime(this._formatTime);\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case ANIMATION:\n case SCREEN_ONLY:\n case AUDIO_SCREEN:\n // customize controls\n if (this.player.bigPlayButton !== undefined) {\n this.player.bigPlayButton.hide();\n }\n\n // 'loadedmetadata' and 'loadstart' events reset the\n // durationDisplay for the first time: prevent this\n this.player.one(Event.LOADEDMETADATA, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n this.player.one(Event.LOADSTART, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n\n // the native controls don't work for this UI so disable\n // them no matter what\n if (this.player.usingNativeControls_ === true) {\n if (this.player.tech_.el_ !== undefined) {\n this.player.tech_.el_.controls = false;\n }\n }\n\n // clicking or tapping the player video element should not try\n // to start playback\n this.player.removeTechControlsListeners_();\n\n if (this.player.options_.controls) {\n // progress control isn't used by this plugin, hide if present\n if (this.player.controlBar.progressControl !== undefined) {\n this.player.controlBar.progressControl.hide();\n }\n\n // prevent controlbar fadeout\n this.player.on(Event.USERINACTIVE, (event) => {\n this.player.userActive(true);\n });\n\n // videojs automatically hides the controls when no valid 'source'\n // element is included in the video or audio tag. Don't. Ever again.\n this.player.controlBar.show();\n this.player.controlBar.el().style.display = 'flex';\n }\n break;\n }\n\n // disable time display events that constantly try to reset the current time\n // and duration values\n this.player.off(Event.TIMEUPDATE);\n this.player.off(Event.DURATIONCHANGE);\n this.player.off(Event.LOADEDMETADATA);\n this.player.off(Event.LOADSTART);\n this.player.off(Event.ENDED);\n\n // display max record time\n this.setDuration(this.maxLength);\n\n // hot keys\n if (this.player.options_.plugins.record &&\n this.player.options_.plugins.record.hotKeys &&\n (this.player.options_.plugins.record.hotKeys !== false)) {\n\n let handler = this.player.options_.plugins.record.hotKeys;\n if (handler === true) {\n handler = defaultKeyHandler;\n }\n // enable video.js user action\n this.player.options_.userActions = {\n hotkeys: handler\n };\n }\n\n // hide play control (if present)\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n }\n\n /**\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n */\n isRecording() {\n return this._recording;\n }\n\n /**\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n */\n isProcessing() {\n return this._processing;\n }\n\n /**\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n */\n isDestroyed() {\n let destroyed = (this.player === null);\n if (destroyed === false) {\n destroyed = (this.player.children() === null);\n }\n return destroyed;\n }\n\n /**\n * Open the browser's recording device selection dialog and start the\n * device.\n */\n getDevice() {\n // define device callbacks once\n if (this.deviceReadyCallback === undefined) {\n this.deviceReadyCallback = this.onDeviceReady.bind(this);\n }\n if (this.deviceErrorCallback === undefined) {\n this.deviceErrorCallback = this.onDeviceError.bind(this);\n }\n if (this.engineStopCallback === undefined) {\n this.engineStopCallback = this.onRecordComplete.bind(this);\n }\n if (this.streamVisibleCallback === undefined) {\n this.streamVisibleCallback = this.onStreamVisible.bind(this);\n }\n\n // check for support because some browsers still do not support\n // getDisplayMedia or getUserMedia (like Chrome iOS, see:\n // https://bugs.chromium.org/p/chromium/issues/detail?id=752458)\n if (this.getRecordType() === SCREEN_ONLY || this.getRecordType() === AUDIO_SCREEN) {\n if (navigator.mediaDevices === undefined ||\n navigator.mediaDevices.getDisplayMedia === undefined) {\n this.player.trigger(Event.ERROR,\n 'This browser does not support navigator.mediaDevices.getDisplayMedia');\n return;\n }\n } else {\n if (navigator.mediaDevices === undefined ||\n navigator.mediaDevices.getUserMedia === undefined) {\n this.player.trigger(Event.ERROR,\n 'This browser does not support navigator.mediaDevices.getUserMedia');\n return;\n }\n }\n\n // ask the browser to give the user access to the media device\n // and get a stream reference in the callback function\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // setup microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: false\n };\n // remove existing microphone listeners\n this.surfer.surfer.microphone.un(Event.DEVICE_READY,\n this.deviceReadyCallback);\n this.surfer.surfer.microphone.un(Event.DEVICE_ERROR,\n this.deviceErrorCallback);\n\n // setup new microphone listeners\n this.surfer.surfer.microphone.on(Event.DEVICE_READY,\n this.deviceReadyCallback);\n this.surfer.surfer.microphone.on(Event.DEVICE_ERROR,\n this.deviceErrorCallback);\n\n // disable existing playback events\n this.surfer.setupPlaybackEvents(false);\n\n // (re)set surfer liveMode\n this.surfer.liveMode = true;\n this.surfer.surfer.microphone.paused = false;\n\n // resume AudioContext when it's suspended by the browser, due to\n // autoplay rules. Chrome warns with the following message:\n // \"The AudioContext was not allowed to start. It must be resumed\n // (or created) after a user gesture on the page.\"\n if (this.surfer.surfer.backend.ac.state === 'suspended') {\n this.surfer.surfer.backend.ac.resume();\n }\n\n // assign custom reloadBufferFunction for microphone plugin to\n // obtain AudioBuffer chunks\n if (this.audioBufferUpdate === true) {\n this.surfer.surfer.microphone.reloadBufferFunction = (event) => {\n if (!this.surfer.surfer.microphone.paused) {\n // redraw\n this.surfer.surfer.empty();\n this.surfer.surfer.loadDecodedBuffer(event.inputBuffer);\n\n // store data and notify others\n this.player.recordedData = event.inputBuffer;\n this.player.trigger(Event.AUDIO_BUFFER_UPDATE);\n }\n };\n }\n // open browser device selection/permissions dialog\n this.surfer.surfer.microphone.start();\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n if (this.getRecordType() === IMAGE_ONLY) {\n // using player.el() here because this.mediaElement is not available yet\n this.player.el().firstChild.addEventListener(Event.PLAYING,\n this.streamVisibleCallback);\n }\n\n // setup camera\n this.mediaType = {\n audio: false,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n navigator.mediaDevices.getUserMedia({\n audio: false,\n video: (this.getRecordType() === IMAGE_ONLY) ? this.recordImage : this.recordVideo\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case AUDIO_SCREEN:\n // setup camera and microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n let audioScreenConstraints = {};\n if (this.recordScreen === true) {\n audioScreenConstraints = {\n video: true // needs to be true for it to work in Firefox\n };\n } else if (typeof this.recordScreen === 'object' &&\n this.recordScreen.constructor === Object) {\n audioScreenConstraints = this.recordScreen;\n }\n navigator.mediaDevices.getDisplayMedia(audioScreenConstraints).then(screenStream => {\n navigator.mediaDevices.getUserMedia({\n audio: this.recordAudio\n }).then((mic) => {\n // join microphone track with screencast stream (order matters)\n screenStream.addTrack(mic.getTracks()[0]);\n this.onDeviceReady.bind(this)(screenStream);\n }).catch(\n this.onDeviceError.bind(this)\n );\n }).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case AUDIO_VIDEO:\n // setup camera and microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n navigator.mediaDevices.getUserMedia({\n audio: this.recordAudio,\n video: this.recordVideo\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case ANIMATION:\n // setup camera\n this.mediaType = {\n // animated GIF\n audio: false,\n video: false,\n gif: true\n };\n navigator.mediaDevices.getUserMedia({\n audio: false,\n video: this.recordAnimation\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case SCREEN_ONLY:\n // setup screen\n this.mediaType = {\n // screen capture\n audio: false,\n video: false,\n screen: true,\n gif: false\n };\n let screenOnlyConstraints = {};\n if (this.recordScreen === true) {\n screenOnlyConstraints = {\n video: true\n };\n } else if (typeof this.recordScreen === 'object' &&\n this.recordScreen.constructor === Object) {\n screenOnlyConstraints = this.recordScreen;\n }\n navigator.mediaDevices.getDisplayMedia(screenOnlyConstraints).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n }\n }\n\n /**\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n */\n onDeviceReady(stream) {\n this._deviceActive = true;\n\n // stop previous stream if it is active\n if (this.stream !== undefined && this.stream.active) {\n this.stream.stop();\n }\n\n // store reference to stream for stopping etc.\n this.stream = stream;\n\n // hide device selection button\n this.player.deviceButton.hide();\n\n // reset time (e.g. when stopDevice was used)\n this.setDuration(this.maxLength);\n this.setCurrentTime(0);\n\n // hide play/pause control (e.g. when stopDevice was used)\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // reset playback listeners\n this.off(this.player, Event.TIMEUPDATE, this.playbackTimeUpdate);\n this.off(this.player, Event.ENDED, this.playbackTimeUpdate);\n\n // setup recording engine\n if (this.getRecordType() !== IMAGE_ONLY) {\n // currently record plugins are only supported in audio-only mode\n if (this.getRecordType() !== AUDIO_ONLY && isAudioPluginActive(this.audioEngine)) {\n throw new Error('Currently ' + this.audioEngine +\n ' is only supported in audio-only mode.');\n }\n\n // load plugins, if any\n let EngineClass, engineType;\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // get audio plugin engine class (or default recordrtc engine)\n EngineClass = getAudioEngine(this.audioEngine);\n engineType = this.audioEngine;\n break;\n\n default:\n // get video plugin engine class (or default recordrtc engine)\n EngineClass = getVideoEngine(this.videoEngine);\n engineType = this.videoEngine;\n }\n\n // create recording engine\n try {\n // connect stream to recording engine\n this.engine = new EngineClass(this.player, this.player.options_);\n } catch (err) {\n throw new Error('Could not load ' + engineType + ' plugin');\n }\n\n // listen for events\n this.engine.on(Event.RECORD_COMPLETE, this.engineStopCallback);\n\n // audio settings\n this.engine.bufferSize = this.audioBufferSize;\n this.engine.sampleRate = this.audioSampleRate;\n this.engine.bitRate = this.audioBitRate;\n this.engine.audioChannels = this.audioChannels;\n this.engine.audioWorkerURL = this.audioWorkerURL;\n this.engine.audioWebAssemblyURL = this.audioWebAssemblyURL;\n\n // mime type\n this.engine.mimeType = {\n video: this.videoMimeType,\n gif: 'image/gif'\n };\n if (this.audioMimeType !== null &&\n this.audioMimeType !== AUTO) {\n this.engine.mimeType.audio = this.audioMimeType;\n }\n\n // video/canvas settings\n this.engine.videoWorkerURL = this.videoWorkerURL;\n this.engine.videoWebAssemblyURL = this.videoWebAssemblyURL;\n this.engine.videoBitRate = this.videoBitRate;\n this.engine.videoFrameRate = this.videoFrameRate;\n this.engine.video = {\n width: this.videoFrameWidth,\n height: this.videoFrameHeight\n };\n this.engine.canvas = {\n width: this.videoFrameWidth,\n height: this.videoFrameHeight\n };\n\n // animated GIF settings\n this.engine.quality = this.animationQuality;\n this.engine.frameRate = this.animationFrameRate;\n\n // timeSlice\n if (this.recordTimeSlice && this.recordTimeSlice > 0) {\n this.engine.timeSlice = this.recordTimeSlice;\n this.engine.maxFileSize = this.maxFileSize;\n }\n\n // additional 3rd-party library options\n this.engine.pluginLibraryOptions = this.pluginLibraryOptions;\n\n // initialize recorder\n this.engine.setup(this.stream, this.mediaType, this.debug);\n\n // create converter engine\n if (this.convertEngine !== '') {\n let ConvertEngineClass = getConvertEngine(this.convertEngine);\n try {\n this.converter = new ConvertEngineClass(this.player,\n this.player.options_);\n }\n catch (err) {\n throw new Error('Could not load ' + this.convertEngine +\n ' plugin');\n }\n\n // convert settings\n this.converter.convertWorkerURL = this.convertWorkerURL;\n this.converter.convertOptions = this.convertOptions;\n this.converter.pluginLibraryOptions = this.pluginLibraryOptions;\n\n // initialize converter\n this.converter.setup(this.mediaType, this.debug);\n }\n\n // show elements that should never be hidden in animation,\n // audio and/or video modus\n let uiElements = ['currentTimeDisplay', 'timeDivider', 'durationDisplay'];\n uiElements.forEach((element) => {\n element = this.player.controlBar[element];\n if (element !== undefined) {\n element.el().style.display = 'block';\n element.show();\n }\n });\n\n // show record button\n this.player.recordToggle.show();\n } else {\n // disable record indicator\n this.player.recordIndicator.disable();\n\n // setup UI for retrying snapshot (e.g. when stopDevice was\n // used)\n this.retrySnapshot();\n\n // camera button will be displayed as soon as this.onStreamVisible fires\n }\n\n // setup preview\n if (this.getRecordType() !== AUDIO_ONLY) {\n // show live preview\n this.mediaElement = this.player.el().firstChild;\n this.mediaElement.controls = false;\n\n // mute incoming audio for feedback loops\n this.mediaElement.muted = true;\n\n // hide the volume bar while it's muted\n this.displayVolumeControl(false);\n\n // picture-in-picture\n if (this.pictureInPicture === true) {\n // show button\n this.player.pipToggle.show();\n\n // listen to and forward Picture-in-Picture events\n this.mediaElement.removeEventListener(Event.ENTERPICTUREINPICTURE,\n this.onEnterPiPHandler);\n this.mediaElement.removeEventListener(Event.LEAVEPICTUREINPICTURE,\n this.onLeavePiPHandler);\n this.mediaElement.addEventListener(Event.ENTERPICTUREINPICTURE,\n this.onEnterPiPHandler);\n this.mediaElement.addEventListener(Event.LEAVEPICTUREINPICTURE,\n this.onLeavePiPHandler);\n }\n // load stream\n this.load(this.stream);\n\n // stream loading is async, so we wait until it's ready to play\n // the stream\n this.player.one(Event.LOADEDMETADATA, () => {\n // start stream\n this.mediaElement.play();\n\n // forward to listeners\n this.player.trigger(Event.DEVICE_READY);\n });\n } else {\n // forward to listeners\n this.player.trigger(Event.DEVICE_READY);\n }\n }\n\n /**\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n */\n onDeviceError(code) {\n this._deviceActive = false;\n\n if (!this.isDestroyed()) {\n // store code\n this.player.deviceErrorCode = code;\n\n // forward error to player\n this.player.trigger(Event.DEVICE_ERROR);\n }\n }\n\n /**\n * Start recording.\n */\n start() {\n if (!this.isProcessing()) {\n // check if user didn't revoke permissions after a previous recording\n if (this.stream && this.stream.active === false) {\n // ask for permissions again\n this.getDevice();\n return;\n }\n this._recording = true;\n\n // hide play/pause control\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // reset playback listeners\n this.off(this.player, Event.TIMEUPDATE, this.playbackTimeUpdate);\n this.off(this.player, Event.ENDED, this.playbackTimeUpdate);\n\n // start preview\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // disable playback events\n this.surfer.setupPlaybackEvents(false);\n\n // start/resume live audio visualization\n this.surfer.surfer.microphone.paused = false;\n this.surfer.liveMode = true;\n this.surfer.surfer.microphone.play();\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // preview video stream in video element\n this.startVideoPreview();\n break;\n\n case ANIMATION:\n // hide the first frame\n this.player.recordCanvas.hide();\n\n // hide the animation\n this.player.animationDisplay.hide();\n\n // show preview video\n this.mediaElement.style.display = 'block';\n\n // for animations, capture the first frame\n // that can be displayed as soon as recording\n // is complete\n this.captureFrame().then((result) => {\n // start video preview **after** capturing first frame\n this.startVideoPreview();\n });\n break;\n }\n\n if (this.autoMuteDevice) {\n // unmute device\n this.muteTracks(false);\n }\n\n // start recording\n switch (this.getRecordType()) {\n case IMAGE_ONLY:\n // create snapshot\n this.createSnapshot();\n\n // notify UI\n this.player.trigger(Event.START_RECORD);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n // wait for media stream on video element to actually load\n this.player.one(Event.LOADEDMETADATA, () => {\n // start actually recording process\n this.startRecording();\n });\n break;\n\n default:\n // all resources have already loaded, so we can start\n // recording right away\n this.startRecording();\n }\n }\n }\n\n /**\n * Start recording.\n * @private\n */\n startRecording() {\n // register starting point\n this.paused = false;\n this.pauseTime = this.pausedTime = 0;\n this.startTime = performance.now();\n\n // start countdown\n const COUNTDOWN_SPEED = 100; // ms\n this.countDown = this.player.setInterval(\n this.onCountDown.bind(this), COUNTDOWN_SPEED);\n\n // cleanup previous recording\n if (this.engine !== undefined) {\n this.engine.dispose();\n }\n\n // start recording stream\n this.engine.start();\n\n // notify UI\n this.player.trigger(Event.START_RECORD);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n if (!this.isProcessing()) {\n this._recording = false;\n this._processing = true;\n\n if (this.getRecordType() !== IMAGE_ONLY) {\n // notify UI\n this.player.trigger(Event.STOP_RECORD);\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // stop recording stream (result will be available async)\n if (this.engine) {\n this.engine.stop();\n }\n\n if (this.autoMuteDevice) {\n // mute device\n this.muteTracks(true);\n }\n } else {\n if (this.player.recordedData) {\n // notify listeners that image data is (already) available\n this.player.trigger(Event.FINISH_RECORD);\n }\n }\n }\n }\n\n /**\n * Stop device(s) and recording if active.\n */\n stopDevice() {\n if (this.isRecording()) {\n // stop stream once recorded data is available,\n // otherwise it'll break recording\n this.player.one(Event.FINISH_RECORD, this.stopStream.bind(this));\n\n // stop recording\n this.stop();\n } else {\n // stop stream now, since there's no recorded data available\n this.stopStream();\n }\n }\n\n /**\n * Stop stream and device.\n */\n stopStream() {\n // stop stream and device\n if (this.stream) {\n this._deviceActive = false;\n\n if (this.getRecordType() === AUDIO_ONLY) {\n // make the microphone plugin stop it's device\n this.surfer.surfer.microphone.stopDevice();\n return;\n }\n this.stream.getTracks().forEach((stream) => {\n stream.stop();\n });\n }\n }\n\n /**\n * Pause recording.\n */\n pause() {\n if (!this.paused) {\n this.pauseTime = performance.now();\n this.paused = true;\n\n this.engine.pause();\n }\n }\n\n /**\n * Resume recording.\n */\n resume() {\n if (this.paused) {\n this.pausedTime += performance.now() - this.pauseTime;\n\n this.engine.resume();\n this.paused = false;\n }\n }\n\n /**\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n */\n onRecordComplete() {\n // store reference to recorded stream data\n this.player.recordedData = this.engine.recordedData;\n\n // change the replay button back to a play button\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.removeClass('vjs-ended');\n this.player.controlBar.playToggle.show();\n }\n\n // notify converter\n if (this.converter !== undefined) {\n this.converter.convert(this.player.recordedData);\n }\n\n // notify listeners that data is available\n this.player.trigger(Event.FINISH_RECORD);\n\n // skip loading when player is destroyed after finishRecord event\n if (this.isDestroyed()) {\n return;\n }\n\n // load and display recorded data\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // pause player so user can start playback\n this.surfer.pause();\n\n // setup events for playback\n this.surfer.setupPlaybackEvents(true);\n\n // display loader\n this.player.loadingSpinner.show();\n\n // restore interaction with controls after waveform\n // rendering is complete\n this.surfer.surfer.once(Event.READY, () => {\n this._processing = false;\n });\n\n // visualize recorded stream\n this.load(this.player.recordedData);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // pausing the player so we can visualize the recorded data\n // will trigger an async video.js 'pause' event that we\n // have to wait for.\n this.player.one(Event.PAUSE, () => {\n // video data is ready\n this._processing = false;\n\n // hide loader\n this.player.loadingSpinner.hide();\n\n // show stream total duration\n this.setDuration(this.streamDuration);\n\n // update time during playback and at end\n this.on(this.player, Event.TIMEUPDATE,\n this.playbackTimeUpdate);\n this.on(this.player, Event.ENDED,\n this.playbackTimeUpdate);\n\n // unmute local audio during playback\n if (this.getRecordType() === AUDIO_VIDEO || this.getRecordType() === AUDIO_SCREEN) {\n this.mediaElement.muted = false;\n\n // show the volume bar when it's unmuted\n this.displayVolumeControl(true);\n }\n\n // load recorded media\n this.load(this.player.recordedData);\n });\n\n // pause player so user can start playback\n this.player.pause();\n break;\n\n case ANIMATION:\n // animation data is ready\n this._processing = false;\n\n // hide loader\n this.player.loadingSpinner.hide();\n\n // show animation total duration\n this.setDuration(this.streamDuration);\n\n // hide preview video\n this.mediaElement.style.display = 'none';\n\n // show the first frame\n this.player.recordCanvas.show();\n\n // pause player so user can start playback\n this.player.pause();\n\n // show animation on play\n this.on(this.player, Event.PLAY, this.showAnimation);\n\n // hide animation on pause\n this.on(this.player, Event.PAUSE, this.hideAnimation);\n break;\n }\n }\n\n /**\n * Invoked during recording and displays the remaining time.\n * @private\n */\n onCountDown() {\n if (!this.paused) {\n let now = performance.now();\n let duration = this.maxLength;\n let currentTime = (now - (this.startTime +\n this.pausedTime)) / 1000; // buddy ignore:line\n\n this.streamDuration = currentTime;\n\n if (currentTime >= duration) {\n // at the end\n currentTime = duration;\n\n // stop recording\n this.stop();\n }\n\n // update duration\n this.setDuration(duration);\n\n // update current time\n this.setCurrentTime(currentTime, duration);\n\n // notify listeners\n this.player.trigger(Event.PROGRESS_RECORD);\n }\n }\n\n /**\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n */\n getCurrentTime() {\n let currentTime = isNaN(this.streamCurrentTime) ? 0 : this.streamCurrentTime;\n\n if (this.getRecordType() === AUDIO_ONLY) {\n currentTime = this.surfer.getCurrentTime();\n }\n\n return currentTime;\n }\n\n /**\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n */\n setCurrentTime(currentTime, duration) {\n currentTime = isNaN(currentTime) ? 0 : currentTime;\n duration = isNaN(duration) ? 0 : duration;\n\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.setCurrentTime(currentTime, duration);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n if (this.player.controlBar.currentTimeDisplay &&\n this.player.controlBar.currentTimeDisplay.contentEl() &&\n this.player.controlBar.currentTimeDisplay.contentEl().lastChild) {\n this.streamCurrentTime = Math.min(currentTime, duration);\n\n // update current time display component\n this.player.controlBar.currentTimeDisplay.formattedTime_ =\n this.player.controlBar.currentTimeDisplay.contentEl().lastChild.textContent =\n this._formatTime(this.streamCurrentTime, duration, this.displayMilliseconds);\n }\n break;\n }\n }\n\n /**\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n */\n getDuration() {\n let duration = isNaN(this.streamDuration) ? 0 : this.streamDuration;\n\n return duration;\n }\n\n /**\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n */\n setDuration(duration) {\n duration = isNaN(duration) ? 0 : duration;\n\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.setDuration(duration);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n // update duration display component\n if (this.player.controlBar.durationDisplay &&\n this.player.controlBar.durationDisplay.contentEl() &&\n this.player.controlBar.durationDisplay.contentEl().lastChild) {\n this.player.controlBar.durationDisplay.formattedTime_ =\n this.player.controlBar.durationDisplay.contentEl().lastChild.textContent =\n this._formatTime(duration, duration, this.displayMilliseconds);\n }\n break;\n }\n }\n\n /**\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n */\n load(url) {\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // visualize recorded Blob stream\n this.surfer.load(url);\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n if (url instanceof Blob || url instanceof File) {\n // make sure to reset it (#312)\n this.mediaElement.srcObject = null;\n // assign blob using createObjectURL\n this.mediaElement.src = URL.createObjectURL(url);\n } else {\n // assign stream with srcObject\n setSrcObject(url, this.mediaElement);\n }\n break;\n }\n }\n\n /**\n * Show save as dialog in browser so the user can store the recorded or\n * converted media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @param {String} type - Type of media to save. Legal values are 'record'\n * (default) and 'convert'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n *\n * // save converted video file as 'bar.mp4'\n * player.record().saveAs({'video': 'bar'}, 'convert');\n * @returns {void}\n */\n saveAs(name, type = 'record') {\n if (type === 'record') {\n if (this.engine && name !== undefined) {\n this.engine.saveAs(name);\n }\n } else if (type === 'convert') {\n if (this.converter && name !== undefined) {\n this.converter.saveAs(name);\n }\n }\n }\n\n /**\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n */\n dispose() {\n // disable common event listeners\n this.player.off(Event.READY);\n this.player.off(Event.USERINACTIVE);\n this.player.off(Event.LOADEDMETADATA);\n\n // prevent callbacks if recording is in progress\n if (this.engine) {\n this.engine.dispose();\n this.engine.destroy();\n this.engine.off(Event.RECORD_COMPLETE, this.engineStopCallback);\n }\n\n // stop recording and device\n this.stop();\n this.stopDevice();\n\n // garbage collect recording\n this.removeRecording();\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // dispose wavesurfer.js\n if (this.getRecordType() === AUDIO_ONLY) {\n if (this.surfer) {\n // also disposes player\n this.surfer.destroy();\n }\n } else if (this.getRecordType() === IMAGE_ONLY) {\n if (this.mediaElement && this.streamVisibleCallback) {\n // cleanup listeners\n this.mediaElement.removeEventListener(Event.PLAYING,\n this.streamVisibleCallback);\n }\n }\n\n this.resetState();\n\n super.dispose();\n }\n\n /**\n * Destroy plugin and players and cleanup resources.\n */\n destroy() {\n this.player.dispose();\n }\n\n /**\n * Reset the plugin.\n */\n reset() {\n // prevent callbacks if recording is in progress\n if (this.engine) {\n this.engine.dispose();\n this.engine.off(Event.RECORD_COMPLETE, this.engineStopCallback);\n }\n\n // stop recording and device\n this.stop();\n this.stopDevice();\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // garbage collect recording\n this.removeRecording();\n\n // reset options\n this.loadOptions();\n\n // reset recorder state\n this.resetState();\n\n // reset record time\n this.setDuration(this.maxLength);\n this.setCurrentTime(0);\n\n // reset player\n this.player.reset();\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n if (this.surfer && this.surfer.surfer) {\n // empty last frame\n this.surfer.surfer.empty();\n }\n break;\n\n case IMAGE_ONLY:\n case ANIMATION:\n // reset UI\n this.player.recordCanvas.hide();\n this.player.cameraButton.hide();\n break;\n }\n\n // hide play control\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // show device selection button\n this.player.deviceButton.show();\n\n // hide record button\n this.player.recordToggle.hide();\n\n // loadedmetadata resets the durationDisplay for the\n // first time\n this.player.one(Event.LOADEDMETADATA, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n }\n\n /**\n * Reset the plugin recorder state.\n * @private\n */\n resetState() {\n this._recording = false;\n this._processing = false;\n this._deviceActive = false;\n this.devices = [];\n }\n\n /**\n * Removes recorded `Blob` from cache.\n * @private\n */\n removeRecording() {\n if (this.mediaElement && this.mediaElement.src.startsWith('blob:') === true) {\n URL.revokeObjectURL(this.mediaElement.src);\n this.mediaElement.src = '';\n }\n }\n\n /**\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n */\n exportImage(format = 'image/png', quality = 1) {\n if (this.getRecordType() === AUDIO_ONLY) {\n return this.surfer.surfer.exportImage(format, quality, 'blob');\n } else {\n // get a frame and copy it onto the canvas\n let recordCanvas = this.player.recordCanvas.el().firstChild;\n this.drawCanvas(recordCanvas, this.mediaElement);\n\n return new Promise(resolve => {\n recordCanvas.toBlob(resolve, format, quality);\n });\n }\n }\n\n /**\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n */\n muteTracks(mute) {\n if ((this.getRecordType() === AUDIO_ONLY ||\n this.getRecordType() === AUDIO_SCREEN ||\n this.getRecordType() === AUDIO_VIDEO) &&\n this.stream.getAudioTracks().length > 0) {\n this.stream.getAudioTracks()[0].enabled = !mute;\n }\n\n if (this.getRecordType() !== AUDIO_ONLY &&\n this.stream.getVideoTracks().length > 0) {\n this.stream.getVideoTracks()[0].enabled = !mute;\n }\n }\n\n /**\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n */\n getRecordType() {\n return getRecorderMode(this.recordImage, this.recordAudio,\n this.recordVideo, this.recordAnimation, this.recordScreen);\n }\n\n /**\n * Create and display snapshot image.\n * @private\n */\n createSnapshot() {\n this.captureFrame().then((result) => {\n if (this.imageOutputType === 'blob') {\n // turn the canvas data into a Blob\n result.toBlob((blob) => {\n this.player.recordedData = blob;\n\n // display the snapshot\n this.displaySnapshot();\n });\n } else if (this.imageOutputType === 'dataURL') {\n // turn the canvas data into base64 data\n this.player.recordedData = result.toDataURL(\n this.imageOutputFormat, this.imageOutputQuality);\n\n // display the snapshot\n this.displaySnapshot();\n }\n }, this.imageOutputFormat, this.imageOutputQuality);\n }\n\n /**\n * Display snapshot image.\n * @private\n */\n displaySnapshot() {\n // hide preview video\n this.mediaElement.style.display = 'none';\n\n // show the snapshot\n this.player.recordCanvas.show();\n\n // stop recording\n this.stop();\n }\n\n /**\n * Reset UI for retrying a snapshot image.\n * @private\n */\n retrySnapshot() {\n this._processing = false;\n\n // retry: hide the snapshot\n this.player.recordCanvas.hide();\n\n // show preview video\n this.player.el().firstChild.style.display = 'block';\n }\n\n /**\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n */\n captureFrame() {\n let detected = detectBrowser();\n let recordCanvas = this.player.recordCanvas.el().firstChild;\n let track = this.stream.getVideoTracks()[0];\n let settings = track.getSettings();\n\n // set the canvas size to the dimensions of the camera,\n // which also wipes the content of the canvas\n recordCanvas.width = settings.width;\n recordCanvas.height = settings.height;\n\n return new Promise((resolve, reject) => {\n const cameraAspectRatio = settings.width / settings.height;\n const playerAspectRatio = this.player.width() / this.player.height();\n let imagePreviewHeight = 0;\n let imagePreviewWidth = 0;\n let imageXPosition = 0;\n let imageYPosition = 0;\n\n // determine orientation\n // buddy ignore:start\n if (cameraAspectRatio >= playerAspectRatio) {\n // camera feed wider than player\n imagePreviewHeight = settings.height * (this.player.width() / settings.width);\n imagePreviewWidth = this.player.width();\n imageYPosition = (this.player.height() / 2) - (imagePreviewHeight / 2);\n } else {\n // player wider than camera feed\n imagePreviewHeight = this.player.height();\n imagePreviewWidth = settings.width * (this.player.height() / settings.height);\n imageXPosition = (this.player.width() / 2) - (imagePreviewWidth / 2);\n }\n // buddy ignore:end\n\n // MediaCapture is only supported on:\n // - Chrome 60 and newer (see\n // https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)\n // - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)\n //\n // importing ImageCapture can fail when enabling chrome flag is still required.\n // if so; ignore and continue\n if ((detected.browser === 'chrome' && detected.version >= 60) &&\n (typeof ImageCapture === typeof Function)) {\n try {\n let imageCapture = new ImageCapture(track);\n // take picture\n imageCapture.grabFrame().then((imageBitmap) => {\n // get a frame and copy it onto the canvas\n this.drawCanvas(recordCanvas, imageBitmap, imagePreviewWidth,\n imagePreviewHeight, imageXPosition, imageYPosition);\n\n // notify others\n resolve(recordCanvas);\n }).catch((error) => {\n // ignore, try oldskool\n });\n } catch (err) {}\n }\n // no ImageCapture available: do it the oldskool way\n\n // get a frame and copy it onto the canvas\n this.drawCanvas(recordCanvas, this.mediaElement, imagePreviewWidth,\n imagePreviewHeight, imageXPosition, imageYPosition);\n\n // notify others\n resolve(recordCanvas);\n });\n }\n\n /**\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n * @param {Number} width - Width of drawing on canvas.\n * @param {Number} height - Height of drawing on canvas.\n * @param {Number} x - X position on canvas where drawing starts.\n * @param {Number} y - Y position on canvas where drawing starts.\n */\n drawCanvas(canvas, element, width, height, x = 0, y = 0) {\n if (width === undefined) {\n width = canvas.width;\n }\n if (height === undefined) {\n height = canvas.height;\n }\n canvas.getContext('2d').drawImage(element, x, y, width, height);\n }\n\n /**\n * Start preview of video stream.\n * @private\n */\n startVideoPreview() {\n // disable playback events\n this.off(Event.TIMEUPDATE);\n this.off(Event.DURATIONCHANGE);\n this.off(Event.LOADEDMETADATA);\n this.off(Event.PLAY);\n\n // mute local audio\n this.mediaElement.muted = true;\n\n // hide volume control to prevent feedback\n this.displayVolumeControl(false);\n\n // garbage collect previous recording\n this.removeRecording();\n\n // start or resume live preview\n this.load(this.stream);\n this.mediaElement.play();\n }\n\n /**\n * Show animated GIF.\n * @private\n */\n showAnimation() {\n let animationDisplay = this.player.animationDisplay.el().firstChild;\n\n // set the image size to the dimensions of the recorded animation\n animationDisplay.width = this.player.width();\n animationDisplay.height = this.player.height();\n\n // hide the first frame\n this.player.recordCanvas.hide();\n\n // show the animation\n setSrcObject(this.player.recordedData, animationDisplay);\n this.player.animationDisplay.show();\n }\n\n /**\n * Hide animated GIF.\n * @private\n */\n hideAnimation() {\n // show the first frame\n this.player.recordCanvas.show();\n\n // hide the animation\n this.player.animationDisplay.hide();\n }\n\n /**\n * Update time during playback.\n * @private\n */\n playbackTimeUpdate() {\n this.setCurrentTime(this.player.currentTime(),\n this.streamDuration);\n }\n\n /**\n * Collects information about the media input and output devices\n * available on the system.\n */\n enumerateDevices() {\n if (!navigator.mediaDevices || !navigator.mediaDevices.enumerateDevices) {\n this.player.enumerateErrorCode = 'enumerateDevices() not supported.';\n this.player.trigger(Event.ENUMERATE_ERROR);\n return;\n }\n\n // list video and audio devices\n navigator.mediaDevices.enumerateDevices(this).then((devices) => {\n this.devices = [];\n devices.forEach((device) => {\n this.devices.push(device);\n });\n\n // notify listeners\n this.player.trigger(Event.ENUMERATE_READY);\n }).catch((err) => {\n this.player.enumerateErrorCode = err;\n this.player.trigger(Event.ENUMERATE_ERROR);\n });\n }\n\n /**\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n */\n setVideoInput(deviceId) {\n if (this.recordVideo === Object(this.recordVideo)) {\n // already using video constraints\n this.recordVideo.deviceId = {exact: deviceId};\n\n } else if (this.recordVideo === true) {\n // not using video constraints already, so force it\n this.recordVideo = {\n deviceId: {exact: deviceId}\n };\n }\n\n // release existing device\n this.stopDevice();\n\n // ask for video input device permissions and start device\n this.getDevice();\n }\n\n /**\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n */\n setAudioInput(deviceId) {\n if (this.recordAudio === Object(this.recordAudio)) {\n // already using audio constraints\n this.recordAudio.deviceId = {exact: deviceId};\n\n } else if (this.recordAudio === true) {\n // not using audio constraints already, so force it\n this.recordAudio = {\n deviceId: {exact: deviceId}\n };\n }\n\n // update wavesurfer microphone plugin constraints\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.surfer.microphone.constraints = {\n video: false,\n audio: this.recordAudio\n };\n break;\n }\n\n // release existing device\n this.stopDevice();\n\n // ask for audio input device permissions and start device\n this.getDevice();\n }\n\n /**\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n */\n setAudioOutput(deviceId) {\n let errorMessage;\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // use wavesurfer\n this.surfer.surfer.setSinkId(deviceId).then((result) => {\n // notify listeners\n this.player.trigger(Event.AUDIO_OUTPUT_READY);\n return;\n }).catch((err) => {\n errorMessage = err;\n });\n break;\n\n default:\n let element = player.tech_.el_;\n if (deviceId) {\n if (typeof element.sinkId !== 'undefined') {\n element.setSinkId(deviceId).then((result) => {\n // notify listeners\n this.player.trigger(Event.AUDIO_OUTPUT_READY);\n return;\n }).catch((err) => {\n errorMessage = err;\n });\n } else {\n errorMessage = 'Browser does not support audio output device selection.';\n }\n } else {\n errorMessage = `Invalid deviceId: ${deviceId}`;\n }\n break;\n }\n\n // error if we get here: notify listeners\n this.player.trigger(Event.ERROR, errorMessage);\n }\n\n /**\n * Replaces the default `formatTime` implementation with a custom implementation.\n *\n * @param {function} customImplementation - A function which will be used in place\n * of the default `formatTime` implementation. Will receive the current time\n * in seconds and the guide (in seconds) as arguments.\n */\n setFormatTime(customImplementation) {\n this._formatTime = customImplementation;\n\n videojs.setFormatTime(this._formatTime);\n\n // audio-only\n if (this.surfer) {\n // use same time format as this plugin\n this.surfer.setFormatTime(this._formatTime);\n }\n }\n\n /**\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n */\n displayVolumeControl(display) {\n if (this.player.controlBar.volumePanel !== undefined) {\n if (display === true) {\n display = 'flex';\n } else {\n display = 'none';\n }\n this.player.controlBar.volumePanel.el().style.display = display;\n }\n }\n\n /**\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n */\n onStreamVisible(event) {\n // only listen for this once; remove listener\n this.mediaElement.removeEventListener(Event.PLAYING, this.streamVisibleCallback);\n\n // reset and show camera button\n this.player.cameraButton.onStop();\n this.player.cameraButton.show();\n }\n\n /**\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n */\n onEnterPiP(event) {\n this.player.trigger(Event.ENTER_PIP, event);\n }\n\n /**\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n */\n onLeavePiP(event) {\n this.player.trigger(Event.LEAVE_PIP);\n }\n}\n\n// version nr is injected during build\nRecord.VERSION = __VERSION__;\n\n// register plugin\nvideojs.Record = Record;\nif (videojs.getPlugin('record') === undefined) {\n videojs.registerPlugin('record', Record);\n}\n\n// export plugin\nexport {Record};\n", + "content": "/**\n * @file videojs.record.js\n *\n * The main file for the videojs-record project.\n * MIT license: https://github.com/collab-project/videojs-record/blob/master/LICENSE\n */\n\nimport videojs from 'video.js';\n\nimport AnimationDisplay from './controls/animation-display';\nimport RecordCanvas from './controls/record-canvas';\nimport DeviceButton from './controls/device-button';\nimport CameraButton from './controls/camera-button';\nimport RecordToggle from './controls/record-toggle';\nimport RecordIndicator from './controls/record-indicator';\nimport PictureInPictureToggle from './controls/picture-in-picture-toggle';\n\nimport Event from './event';\nimport defaultKeyHandler from './hot-keys';\nimport pluginDefaultOptions from './defaults';\nimport formatTime from './utils/format-time';\nimport setSrcObject from './utils/browser-shim';\nimport compareVersion from './utils/compare-version';\nimport {detectBrowser} from './utils/detect-browser';\n\nimport {getAudioEngine, isAudioPluginActive, getVideoEngine, getConvertEngine} from './engine/engine-loader';\nimport {IMAGE_ONLY, AUDIO_ONLY, VIDEO_ONLY, AUDIO_VIDEO, AUDIO_SCREEN, ANIMATION, SCREEN_ONLY, getRecorderMode} from './engine/record-mode';\n\nconst Plugin = videojs.getPlugin('plugin');\nconst Player = videojs.getComponent('Player');\n\nconst AUTO = 'auto';\n\n/**\n * Record audio/video/images using the Video.js player.\n *\n * @class\n * @augments videojs.Plugin\n */\nclass Record extends Plugin {\n /**\n * The constructor function for the class.\n *\n * @param {(videojs.Player|Object)} player - video.js Player object.\n * @param {Object} options - Player options.\n */\n constructor(player, options) {\n super(player, options);\n\n // monkey-patch play (#152)\n Player.prototype.play = function play() {\n let retval = this.techGet_('play');\n // silence errors (unhandled promise from play)\n if (retval !== undefined && typeof retval.then === 'function') {\n retval.then(null, (e) => {});\n }\n return retval;\n };\n\n // add plugin style\n player.addClass('vjs-record');\n\n // setup plugin options\n this.loadOptions();\n\n // (re)set recorder state\n this.resetState();\n\n // use custom time format for video.js player\n if (options.formatTime && typeof options.formatTime === 'function') {\n // user-supplied formatTime\n this.setFormatTime(options.formatTime);\n } else {\n // plugin's default formatTime\n this.setFormatTime((seconds, guide) => {\n return formatTime(seconds, guide, this.displayMilliseconds);\n });\n }\n\n // add device button with icon based on type\n let deviceIcon = 'av-perm';\n switch (this.getRecordType()) {\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case ANIMATION:\n deviceIcon = 'video-perm';\n break;\n case AUDIO_ONLY:\n deviceIcon = 'audio-perm';\n break;\n case SCREEN_ONLY:\n deviceIcon = 'screen-perm';\n break;\n case AUDIO_SCREEN:\n deviceIcon = 'sv-perm';\n break;\n }\n\n // add custom interface elements\n DeviceButton.prototype.buildCSSClass = () => {\n // use dynamic icon class\n return 'vjs-record vjs-device-button vjs-control vjs-icon-' + deviceIcon;\n };\n player.deviceButton = new DeviceButton(player, options);\n player.addChild(player.deviceButton);\n\n // add blinking record indicator\n player.recordIndicator = new RecordIndicator(player, options);\n player.recordIndicator.hide();\n player.addChild(player.recordIndicator);\n\n // add canvas for recording and displaying image\n player.recordCanvas = new RecordCanvas(player, options);\n player.recordCanvas.hide();\n player.addChild(player.recordCanvas);\n\n // add image for animation display\n player.animationDisplay = new AnimationDisplay(player, options);\n player.animationDisplay.hide();\n player.addChild(player.animationDisplay);\n\n // add camera button\n player.cameraButton = new CameraButton(player, options);\n player.cameraButton.hide();\n\n // add record toggle button\n player.recordToggle = new RecordToggle(player, options);\n player.recordToggle.hide();\n\n // picture-in-picture\n let oldVideoJS = videojs.VERSION === undefined || compareVersion(videojs.VERSION, '7.6.0') === -1;\n if (!('pictureInPictureEnabled' in document)) {\n // no support for picture-in-picture, disable pip\n this.pictureInPicture = false;\n }\n if (this.pictureInPicture === true) {\n if (oldVideoJS) {\n // add picture-in-picture toggle button for older video.js versions\n // in browsers that support PIP\n player.pipToggle = new PictureInPictureToggle(player, options);\n player.pipToggle.hide();\n }\n // define Picture-in-Picture event handlers once\n this.onEnterPiPHandler = this.onEnterPiP.bind(this);\n this.onLeavePiPHandler = this.onLeavePiP.bind(this);\n }\n\n // exclude custom UI elements\n if (this.player.options_.controlBar) {\n let customUIElements = ['deviceButton', 'recordIndicator',\n 'cameraButton', 'recordToggle'];\n if (player.pipToggle) {\n customUIElements.push('pipToggle');\n }\n\n customUIElements.forEach((element) => {\n if (this.player.options_.controlBar[element] !== undefined) {\n this.player[element].layoutExclude = true;\n this.player[element].hide();\n }\n });\n }\n\n // wait until player ui is ready\n this.player.one(Event.READY, this.setupUI.bind(this));\n }\n\n /**\n * Setup plugin options.\n *\n * @param {Object} newOptions - Optional new player options.\n */\n loadOptions(newOptions = {}) {\n let recordOptions = videojs.mergeOptions(pluginDefaultOptions,\n this.player.options_.plugins.record, newOptions);\n\n // record settings\n this.recordImage = recordOptions.image;\n this.recordAudio = recordOptions.audio;\n this.recordVideo = recordOptions.video;\n this.recordAnimation = recordOptions.animation;\n this.recordScreen = recordOptions.screen;\n this.maxLength = recordOptions.maxLength;\n this.maxFileSize = recordOptions.maxFileSize;\n this.displayMilliseconds = recordOptions.displayMilliseconds;\n this.debug = recordOptions.debug;\n this.pictureInPicture = recordOptions.pip;\n this.recordTimeSlice = recordOptions.timeSlice;\n this.autoMuteDevice = recordOptions.autoMuteDevice;\n this.pluginLibraryOptions = recordOptions.pluginLibraryOptions;\n\n // video/canvas settings\n this.videoFrameWidth = recordOptions.frameWidth;\n this.videoFrameHeight = recordOptions.frameHeight;\n this.videoFrameRate = recordOptions.videoFrameRate;\n this.videoBitRate = recordOptions.videoBitRate;\n this.videoEngine = recordOptions.videoEngine;\n this.videoRecorderType = recordOptions.videoRecorderType;\n this.videoMimeType = recordOptions.videoMimeType;\n this.videoWorkerURL = recordOptions.videoWorkerURL;\n this.videoWebAssemblyURL = recordOptions.videoWebAssemblyURL;\n\n // convert settings\n this.convertEngine = recordOptions.convertEngine;\n this.convertAuto = recordOptions.convertAuto;\n this.convertWorkerURL = recordOptions.convertWorkerURL;\n this.convertOptions = recordOptions.convertOptions;\n\n // audio settings\n this.audioEngine = recordOptions.audioEngine;\n this.audioRecorderType = recordOptions.audioRecorderType;\n this.audioWorkerURL = recordOptions.audioWorkerURL;\n this.audioWebAssemblyURL = recordOptions.audioWebAssemblyURL;\n this.audioBufferSize = recordOptions.audioBufferSize;\n this.audioSampleRate = recordOptions.audioSampleRate;\n this.audioBitRate = recordOptions.audioBitRate;\n this.audioChannels = recordOptions.audioChannels;\n this.audioMimeType = recordOptions.audioMimeType;\n this.audioBufferUpdate = recordOptions.audioBufferUpdate;\n\n // image settings\n this.imageOutputType = recordOptions.imageOutputType;\n this.imageOutputFormat = recordOptions.imageOutputFormat;\n this.imageOutputQuality = recordOptions.imageOutputQuality;\n\n // animation settings\n this.animationFrameRate = recordOptions.animationFrameRate;\n this.animationQuality = recordOptions.animationQuality;\n }\n\n /**\n * Player UI is ready.\n * @private\n */\n setupUI() {\n // insert custom controls on left-side of controlbar\n this.player.controlBar.addChild(this.player.cameraButton);\n this.player.controlBar.el().insertBefore(\n this.player.cameraButton.el(),\n this.player.controlBar.el().firstChild);\n this.player.controlBar.el().insertBefore(\n this.player.recordToggle.el(),\n this.player.controlBar.el().firstChild);\n\n // picture-in-picture\n if (this.pictureInPicture === true) {\n if (this.player.controlBar.pictureInPictureToggle === undefined &&\n this.player.pipToggle !== undefined) {\n // add custom PiP toggle\n this.player.controlBar.addChild(this.player.pipToggle);\n } else if (this.player.controlBar.pictureInPictureToggle !== undefined) {\n // use video.js PiP toggle\n this.player.pipToggle = this.player.controlBar.pictureInPictureToggle;\n this.player.pipToggle.hide();\n }\n } else if (\n this.pictureInPicture === false &&\n this.player.controlBar.pictureInPictureToggle !== undefined) {\n this.player.controlBar.pictureInPictureToggle.hide();\n }\n\n // get rid of unused controls\n if (this.player.controlBar.remainingTimeDisplay !== undefined) {\n this.player.controlBar.remainingTimeDisplay.el().style.display = 'none';\n }\n if (this.player.controlBar.liveDisplay !== undefined) {\n this.player.controlBar.liveDisplay.el().style.display = 'none';\n }\n\n // loop feature is never used in this plugin\n this.player.loop(false);\n\n // tweak player UI based on type\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // reference to videojs-wavesurfer plugin\n this.surfer = this.player.wavesurfer();\n\n // use same time format as this plugin\n this.surfer.setFormatTime(this._formatTime);\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case ANIMATION:\n case SCREEN_ONLY:\n case AUDIO_SCREEN:\n // customize controls\n if (this.player.bigPlayButton !== undefined) {\n this.player.bigPlayButton.hide();\n }\n\n // 'loadedmetadata' and 'loadstart' events reset the\n // durationDisplay for the first time: prevent this\n this.player.one(Event.LOADEDMETADATA, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n this.player.one(Event.LOADSTART, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n\n // the native controls don't work for this UI so disable\n // them no matter what\n if (this.player.usingNativeControls_ === true) {\n if (this.player.tech_.el_ !== undefined) {\n this.player.tech_.el_.controls = false;\n }\n }\n\n // clicking or tapping the player video element should not try\n // to start playback\n this.player.removeTechControlsListeners_();\n\n if (this.player.options_.controls) {\n // progress control isn't used by this plugin, hide if present\n if (this.player.controlBar.progressControl !== undefined) {\n this.player.controlBar.progressControl.hide();\n }\n\n // prevent controlbar fadeout\n this.player.on(Event.USERINACTIVE, (event) => {\n this.player.userActive(true);\n });\n\n // videojs automatically hides the controls when no valid 'source'\n // element is included in the video or audio tag. Don't. Ever again.\n this.player.controlBar.show();\n this.player.controlBar.el().style.display = 'flex';\n }\n break;\n }\n\n // disable time display events that constantly try to reset the current time\n // and duration values\n this.player.off(Event.TIMEUPDATE);\n this.player.off(Event.DURATIONCHANGE);\n this.player.off(Event.LOADEDMETADATA);\n this.player.off(Event.LOADSTART);\n this.player.off(Event.ENDED);\n\n // display max record time\n this.setDuration(this.maxLength);\n\n // hot keys\n if (this.player.options_.plugins.record &&\n this.player.options_.plugins.record.hotKeys &&\n (this.player.options_.plugins.record.hotKeys !== false)) {\n\n let handler = this.player.options_.plugins.record.hotKeys;\n if (handler === true) {\n handler = defaultKeyHandler;\n }\n // enable video.js user action\n this.player.options_.userActions = {\n hotkeys: handler\n };\n }\n\n // hide play control (if present)\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n }\n\n /**\n * Indicates whether the plugin is currently recording or not.\n *\n * @return {boolean} Plugin currently recording or not.\n */\n isRecording() {\n return this._recording;\n }\n\n /**\n * Indicates whether the plugin is currently processing recorded data\n * or not.\n *\n * @return {boolean} Plugin processing or not.\n */\n isProcessing() {\n return this._processing;\n }\n\n /**\n * Indicates whether the plugin is destroyed or not.\n *\n * @return {boolean} Plugin destroyed or not.\n */\n isDestroyed() {\n let destroyed = (this.player === null);\n if (destroyed === false) {\n destroyed = (this.player.children() === null);\n }\n return destroyed;\n }\n\n /**\n * Open the browser's recording device selection dialog and start the\n * device.\n */\n getDevice() {\n // define device callbacks once\n if (this.deviceReadyCallback === undefined) {\n this.deviceReadyCallback = this.onDeviceReady.bind(this);\n }\n if (this.deviceErrorCallback === undefined) {\n this.deviceErrorCallback = this.onDeviceError.bind(this);\n }\n if (this.engineStopCallback === undefined) {\n this.engineStopCallback = this.onRecordComplete.bind(this);\n }\n if (this.streamVisibleCallback === undefined) {\n this.streamVisibleCallback = this.onStreamVisible.bind(this);\n }\n\n // check for support because some browsers still do not support\n // getDisplayMedia or getUserMedia (like Chrome iOS, see:\n // https://bugs.chromium.org/p/chromium/issues/detail?id=752458)\n if (this.getRecordType() === SCREEN_ONLY || this.getRecordType() === AUDIO_SCREEN) {\n if (navigator.mediaDevices === undefined ||\n navigator.mediaDevices.getDisplayMedia === undefined) {\n this.player.trigger(Event.ERROR,\n 'This browser does not support navigator.mediaDevices.getDisplayMedia');\n return;\n }\n } else {\n if (navigator.mediaDevices === undefined ||\n navigator.mediaDevices.getUserMedia === undefined) {\n this.player.trigger(Event.ERROR,\n 'This browser does not support navigator.mediaDevices.getUserMedia');\n return;\n }\n }\n\n // ask the browser to give the user access to the media device\n // and get a stream reference in the callback function\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // setup microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: false\n };\n // remove existing microphone listeners\n this.surfer.surfer.microphone.un(Event.DEVICE_READY,\n this.deviceReadyCallback);\n this.surfer.surfer.microphone.un(Event.DEVICE_ERROR,\n this.deviceErrorCallback);\n\n // setup new microphone listeners\n this.surfer.surfer.microphone.on(Event.DEVICE_READY,\n this.deviceReadyCallback);\n this.surfer.surfer.microphone.on(Event.DEVICE_ERROR,\n this.deviceErrorCallback);\n\n // disable existing playback events\n this.surfer.setupPlaybackEvents(false);\n\n // (re)set surfer liveMode\n this.surfer.liveMode = true;\n this.surfer.surfer.microphone.paused = false;\n\n // resume AudioContext when it's suspended by the browser, due to\n // autoplay rules. Chrome warns with the following message:\n // \"The AudioContext was not allowed to start. It must be resumed\n // (or created) after a user gesture on the page.\"\n if (this.surfer.surfer.backend.ac.state === 'suspended') {\n this.surfer.surfer.backend.ac.resume();\n }\n\n // assign custom reloadBufferFunction for microphone plugin to\n // obtain AudioBuffer chunks\n if (this.audioBufferUpdate === true) {\n this.surfer.surfer.microphone.reloadBufferFunction = (event) => {\n if (!this.surfer.surfer.microphone.paused) {\n // redraw\n this.surfer.surfer.empty();\n this.surfer.surfer.loadDecodedBuffer(event.inputBuffer);\n\n // store data and notify others\n this.player.recordedData = event.inputBuffer;\n this.player.trigger(Event.AUDIO_BUFFER_UPDATE);\n }\n };\n }\n // open browser device selection/permissions dialog\n this.surfer.surfer.microphone.start();\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n if (this.getRecordType() === IMAGE_ONLY) {\n // using player.el() here because this.mediaElement is not available yet\n this.player.el().firstChild.addEventListener(Event.PLAYING,\n this.streamVisibleCallback);\n }\n\n // setup camera\n this.mediaType = {\n audio: false,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n navigator.mediaDevices.getUserMedia({\n audio: false,\n video: (this.getRecordType() === IMAGE_ONLY) ? this.recordImage : this.recordVideo\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case AUDIO_SCREEN:\n // setup camera and microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n let audioScreenConstraints = {};\n if (this.recordScreen === true) {\n audioScreenConstraints = {\n video: true // needs to be true for it to work in Firefox\n };\n } else if (typeof this.recordScreen === 'object' &&\n this.recordScreen.constructor === Object) {\n audioScreenConstraints = this.recordScreen;\n }\n navigator.mediaDevices.getDisplayMedia(audioScreenConstraints).then(screenStream => {\n navigator.mediaDevices.getUserMedia({\n audio: this.recordAudio\n }).then((mic) => {\n // join microphone track with screencast stream (order matters)\n screenStream.addTrack(mic.getTracks()[0]);\n this.onDeviceReady.bind(this)(screenStream);\n }).catch((code) => {\n // here the screen sharing is in progress as successful result of navigator.mediaDevices.getDisplayMedia and\n // needs to be stopped because microphone permissions are not acquired by navigator.mediaDevices.getUserMedia\n if (screenStream.active) {\n screenStream.stop();\n }\n this.onDeviceError(code);\n });\n }).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case AUDIO_VIDEO:\n // setup camera and microphone\n this.mediaType = {\n audio: (this.audioRecorderType === AUTO) ? true : this.audioRecorderType,\n video: (this.videoRecorderType === AUTO) ? true : this.videoRecorderType\n };\n navigator.mediaDevices.getUserMedia({\n audio: this.recordAudio,\n video: this.recordVideo\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case ANIMATION:\n // setup camera\n this.mediaType = {\n // animated GIF\n audio: false,\n video: false,\n gif: true\n };\n navigator.mediaDevices.getUserMedia({\n audio: false,\n video: this.recordAnimation\n }).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n\n case SCREEN_ONLY:\n // setup screen\n this.mediaType = {\n // screen capture\n audio: false,\n video: false,\n screen: true,\n gif: false\n };\n let screenOnlyConstraints = {};\n if (this.recordScreen === true) {\n screenOnlyConstraints = {\n video: true\n };\n } else if (typeof this.recordScreen === 'object' &&\n this.recordScreen.constructor === Object) {\n screenOnlyConstraints = this.recordScreen;\n }\n navigator.mediaDevices.getDisplayMedia(screenOnlyConstraints).then(\n this.onDeviceReady.bind(this)\n ).catch(\n this.onDeviceError.bind(this)\n );\n break;\n }\n }\n\n /**\n * Invoked when the device is ready.\n *\n * @private\n * @param {LocalMediaStream} stream - Local media stream from device.\n */\n onDeviceReady(stream) {\n this._deviceActive = true;\n\n // stop previous stream if it is active\n if (this.stream !== undefined && this.stream.active) {\n this.stream.stop();\n }\n\n // store reference to stream for stopping etc.\n this.stream = stream;\n\n // hide device selection button\n this.player.deviceButton.hide();\n\n // reset time (e.g. when stopDevice was used)\n this.setDuration(this.maxLength);\n this.setCurrentTime(0);\n\n // hide play/pause control (e.g. when stopDevice was used)\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // reset playback listeners\n this.off(this.player, Event.TIMEUPDATE, this.playbackTimeUpdate);\n this.off(this.player, Event.ENDED, this.playbackTimeUpdate);\n\n // setup recording engine\n if (this.getRecordType() !== IMAGE_ONLY) {\n // currently record plugins are only supported in audio-only mode\n if (this.getRecordType() !== AUDIO_ONLY && isAudioPluginActive(this.audioEngine)) {\n throw new Error('Currently ' + this.audioEngine +\n ' is only supported in audio-only mode.');\n }\n\n // load plugins, if any\n let EngineClass, engineType;\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // get audio plugin engine class (or default recordrtc engine)\n EngineClass = getAudioEngine(this.audioEngine);\n engineType = this.audioEngine;\n break;\n\n default:\n // get video plugin engine class (or default recordrtc engine)\n EngineClass = getVideoEngine(this.videoEngine);\n engineType = this.videoEngine;\n }\n\n // create recording engine\n try {\n // connect stream to recording engine\n this.engine = new EngineClass(this.player, this.player.options_);\n } catch (err) {\n throw new Error('Could not load ' + engineType + ' plugin');\n }\n\n // listen for events\n this.engine.on(Event.RECORD_COMPLETE, this.engineStopCallback);\n\n // audio settings\n this.engine.bufferSize = this.audioBufferSize;\n this.engine.sampleRate = this.audioSampleRate;\n this.engine.bitRate = this.audioBitRate;\n this.engine.audioChannels = this.audioChannels;\n this.engine.audioWorkerURL = this.audioWorkerURL;\n this.engine.audioWebAssemblyURL = this.audioWebAssemblyURL;\n\n // mime type\n this.engine.mimeType = {\n video: this.videoMimeType,\n gif: 'image/gif'\n };\n if (this.audioMimeType !== null &&\n this.audioMimeType !== AUTO) {\n this.engine.mimeType.audio = this.audioMimeType;\n }\n\n // video/canvas settings\n this.engine.videoWorkerURL = this.videoWorkerURL;\n this.engine.videoWebAssemblyURL = this.videoWebAssemblyURL;\n this.engine.videoBitRate = this.videoBitRate;\n this.engine.videoFrameRate = this.videoFrameRate;\n this.engine.video = {\n width: this.videoFrameWidth,\n height: this.videoFrameHeight\n };\n this.engine.canvas = {\n width: this.videoFrameWidth,\n height: this.videoFrameHeight\n };\n\n // animated GIF settings\n this.engine.quality = this.animationQuality;\n this.engine.frameRate = this.animationFrameRate;\n\n // timeSlice\n if (this.recordTimeSlice && this.recordTimeSlice > 0) {\n this.engine.timeSlice = this.recordTimeSlice;\n this.engine.maxFileSize = this.maxFileSize;\n }\n\n // additional 3rd-party library options\n this.engine.pluginLibraryOptions = this.pluginLibraryOptions;\n\n // initialize recorder\n this.engine.setup(this.stream, this.mediaType, this.debug);\n\n // create converter engine\n if (this.convertEngine !== '') {\n let ConvertEngineClass = getConvertEngine(this.convertEngine);\n try {\n this.converter = new ConvertEngineClass(this.player,\n this.player.options_);\n }\n catch (err) {\n throw new Error('Could not load ' + this.convertEngine +\n ' plugin');\n }\n\n // convert settings\n this.converter.convertAuto = this.convertAuto;\n this.converter.convertWorkerURL = this.convertWorkerURL;\n this.converter.convertOptions = this.convertOptions;\n this.converter.pluginLibraryOptions = this.pluginLibraryOptions;\n\n // initialize converter\n this.converter.setup(this.mediaType, this.debug);\n }\n\n // show elements that should never be hidden in animation,\n // audio and/or video modus\n let uiElements = ['currentTimeDisplay', 'timeDivider', 'durationDisplay'];\n uiElements.forEach((element) => {\n element = this.player.controlBar[element];\n if (element !== undefined) {\n element.el().style.display = 'block';\n element.show();\n }\n });\n\n // show record button\n this.player.recordToggle.show();\n } else {\n // disable record indicator\n this.player.recordIndicator.disable();\n\n // setup UI for retrying snapshot (e.g. when stopDevice was\n // used)\n this.retrySnapshot();\n\n // camera button will be displayed as soon as this.onStreamVisible fires\n }\n\n // setup preview\n if (this.getRecordType() !== AUDIO_ONLY) {\n // show live preview\n this.mediaElement = this.player.el().firstChild;\n this.mediaElement.controls = false;\n\n // mute incoming audio for feedback loops\n this.mediaElement.muted = true;\n\n // hide the volume bar while it's muted\n this.displayVolumeControl(false);\n\n // picture-in-picture\n if (this.pictureInPicture === true) {\n // show button\n this.player.pipToggle.show();\n\n // listen to and forward Picture-in-Picture events\n this.mediaElement.removeEventListener(Event.ENTERPICTUREINPICTURE,\n this.onEnterPiPHandler);\n this.mediaElement.removeEventListener(Event.LEAVEPICTUREINPICTURE,\n this.onLeavePiPHandler);\n this.mediaElement.addEventListener(Event.ENTERPICTUREINPICTURE,\n this.onEnterPiPHandler);\n this.mediaElement.addEventListener(Event.LEAVEPICTUREINPICTURE,\n this.onLeavePiPHandler);\n }\n // load stream\n this.load(this.stream);\n\n // stream loading is async, so we wait until it's ready to play\n // the stream\n this.player.one(Event.LOADEDMETADATA, () => {\n // start stream\n this.mediaElement.play();\n\n // forward to listeners\n this.player.trigger(Event.DEVICE_READY);\n });\n } else {\n // forward to listeners\n this.player.trigger(Event.DEVICE_READY);\n }\n }\n\n /**\n * Invoked when an device error occurred.\n *\n * @private\n * @param {(string|number)} code - Error code/description.\n */\n onDeviceError(code) {\n this._deviceActive = false;\n\n if (!this.isDestroyed()) {\n // store code\n this.player.deviceErrorCode = code;\n\n // forward error to player\n this.player.trigger(Event.DEVICE_ERROR);\n }\n }\n\n /**\n * Start recording.\n */\n start() {\n if (!this.isProcessing()) {\n // check if user didn't revoke permissions after a previous recording\n if (this.stream && this.stream.active === false) {\n // ask for permissions again\n this.getDevice();\n return;\n }\n this._recording = true;\n\n // hide play/pause control\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // reset playback listeners\n this.off(this.player, Event.TIMEUPDATE, this.playbackTimeUpdate);\n this.off(this.player, Event.ENDED, this.playbackTimeUpdate);\n\n // start preview\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // disable playback events\n this.surfer.setupPlaybackEvents(false);\n\n // start/resume live audio visualization\n this.surfer.surfer.microphone.paused = false;\n this.surfer.liveMode = true;\n this.surfer.surfer.microphone.play();\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // preview video stream in video element\n this.startVideoPreview();\n break;\n\n case ANIMATION:\n // hide the first frame\n this.player.recordCanvas.hide();\n\n // hide the animation\n this.player.animationDisplay.hide();\n\n // show preview video\n this.mediaElement.style.display = 'block';\n\n // for animations, capture the first frame\n // that can be displayed as soon as recording\n // is complete\n this.captureFrame().then((result) => {\n // start video preview **after** capturing first frame\n this.startVideoPreview();\n });\n break;\n }\n\n if (this.autoMuteDevice) {\n // unmute device\n this.muteTracks(false);\n }\n\n // start recording\n switch (this.getRecordType()) {\n case IMAGE_ONLY:\n // create snapshot\n this.createSnapshot();\n\n // notify UI\n this.player.trigger(Event.START_RECORD);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n // wait for media stream on video element to actually load\n this.player.one(Event.LOADEDMETADATA, () => {\n // start actually recording process\n this.startRecording();\n });\n break;\n\n default:\n // all resources have already loaded, so we can start\n // recording right away\n this.startRecording();\n }\n }\n }\n\n /**\n * Start recording.\n * @private\n */\n startRecording() {\n // register starting point\n this.paused = false;\n this.pauseTime = this.pausedTime = 0;\n this.startTime = performance.now();\n\n // start countdown\n const COUNTDOWN_SPEED = 100; // ms\n this.countDown = this.player.setInterval(\n this.onCountDown.bind(this), COUNTDOWN_SPEED);\n\n // cleanup previous recording\n if (this.engine !== undefined) {\n this.engine.dispose();\n }\n\n // start recording stream\n this.engine.start();\n\n // notify UI\n this.player.trigger(Event.START_RECORD);\n }\n\n /**\n * Stop recording.\n */\n stop() {\n if (!this.isProcessing()) {\n this._recording = false;\n this._processing = true;\n\n if (this.getRecordType() !== IMAGE_ONLY) {\n // notify UI\n this.player.trigger(Event.STOP_RECORD);\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // stop recording stream (result will be available async)\n if (this.engine) {\n this.engine.stop();\n }\n\n if (this.autoMuteDevice) {\n // mute device\n this.muteTracks(true);\n }\n } else {\n if (this.player.recordedData) {\n // notify listeners that image data is (already) available\n this.player.trigger(Event.FINISH_RECORD);\n }\n }\n }\n }\n\n /**\n * Stop device(s) and recording if active.\n */\n stopDevice() {\n if (this.isRecording()) {\n // stop stream once recorded data is available,\n // otherwise it'll break recording\n this.player.one(Event.FINISH_RECORD, this.stopStream.bind(this));\n\n // stop recording\n this.stop();\n } else {\n // stop stream now, since there's no recorded data available\n this.stopStream();\n }\n }\n\n /**\n * Stop stream and device.\n */\n stopStream() {\n // stop stream and device\n if (this.stream) {\n this._deviceActive = false;\n\n if (this.getRecordType() === AUDIO_ONLY) {\n // make the microphone plugin stop it's device\n this.surfer.surfer.microphone.stopDevice();\n return;\n }\n this.stream.getTracks().forEach((stream) => {\n stream.stop();\n });\n }\n }\n\n /**\n * Pause recording.\n */\n pause() {\n if (!this.paused) {\n this.pauseTime = performance.now();\n this.paused = true;\n\n this.engine.pause();\n }\n }\n\n /**\n * Resume recording.\n */\n resume() {\n if (this.paused) {\n this.pausedTime += performance.now() - this.pauseTime;\n\n this.engine.resume();\n this.paused = false;\n }\n }\n\n /**\n * Invoked when recording completed and the resulting stream is\n * available.\n * @private\n */\n onRecordComplete() {\n // store reference to recorded stream data\n this.player.recordedData = this.engine.recordedData;\n\n // change the replay button back to a play button\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.removeClass('vjs-ended');\n this.player.controlBar.playToggle.show();\n }\n\n // start converter\n if (this.convertAuto === true) {\n this.convert();\n }\n\n // notify listeners that data is available\n this.player.trigger(Event.FINISH_RECORD);\n\n // skip loading when player is destroyed after finishRecord event\n if (this.isDestroyed()) {\n return;\n }\n\n // load and display recorded data\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // pause player so user can start playback\n this.surfer.pause();\n\n // setup events for playback\n this.surfer.setupPlaybackEvents(true);\n\n // display loader\n this.player.loadingSpinner.show();\n\n // restore interaction with controls after waveform\n // rendering is complete\n this.surfer.surfer.once(Event.READY, () => {\n this._processing = false;\n });\n\n // visualize recorded stream\n this.load(this.player.recordedData);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case SCREEN_ONLY:\n // pausing the player so we can visualize the recorded data\n // will trigger an async video.js 'pause' event that we\n // have to wait for.\n this.player.one(Event.PAUSE, () => {\n // video data is ready\n this._processing = false;\n\n // hide loader\n this.player.loadingSpinner.hide();\n\n // show stream total duration\n this.setDuration(this.streamDuration);\n\n // update time during playback and at end\n this.on(this.player, Event.TIMEUPDATE,\n this.playbackTimeUpdate);\n this.on(this.player, Event.ENDED,\n this.playbackTimeUpdate);\n\n // unmute local audio during playback\n if (this.getRecordType() === AUDIO_VIDEO || this.getRecordType() === AUDIO_SCREEN) {\n this.mediaElement.muted = false;\n\n // show the volume bar when it's unmuted\n this.displayVolumeControl(true);\n }\n\n // load recorded media\n this.load(this.player.recordedData);\n });\n\n // pause player so user can start playback\n this.player.pause();\n break;\n\n case ANIMATION:\n // animation data is ready\n this._processing = false;\n\n // hide loader\n this.player.loadingSpinner.hide();\n\n // show animation total duration\n this.setDuration(this.streamDuration);\n\n // hide preview video\n this.mediaElement.style.display = 'none';\n\n // show the first frame\n this.player.recordCanvas.show();\n\n // pause player so user can start playback\n this.player.pause();\n\n // show animation on play\n this.on(this.player, Event.PLAY, this.showAnimation);\n\n // hide animation on pause\n this.on(this.player, Event.PAUSE, this.hideAnimation);\n break;\n }\n }\n\n /**\n * Invoked during recording and displays the remaining time.\n * @private\n */\n onCountDown() {\n if (!this.paused) {\n let now = performance.now();\n let duration = this.maxLength;\n let currentTime = (now - (this.startTime +\n this.pausedTime)) / 1000; // buddy ignore:line\n\n this.streamDuration = currentTime;\n\n if (currentTime >= duration) {\n // at the end\n currentTime = duration;\n\n // stop recording\n this.stop();\n }\n\n // update duration\n this.setDuration(duration);\n\n // update current time\n this.setCurrentTime(currentTime, duration);\n\n // notify listeners\n this.player.trigger(Event.PROGRESS_RECORD);\n }\n }\n\n /**\n * Get the current time of the recorded stream during playback.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Current time of the recorded stream.\n */\n getCurrentTime() {\n let currentTime = isNaN(this.streamCurrentTime) ? 0 : this.streamCurrentTime;\n\n if (this.getRecordType() === AUDIO_ONLY) {\n currentTime = this.surfer.getCurrentTime();\n }\n\n return currentTime;\n }\n\n /**\n * Updates the player's element displaying the current time.\n *\n * @private\n * @param {number} [currentTime=0] - Current position of the\n * playhead (in seconds).\n * @param {number} [duration=0] - Duration in seconds.\n */\n setCurrentTime(currentTime, duration) {\n currentTime = isNaN(currentTime) ? 0 : currentTime;\n duration = isNaN(duration) ? 0 : duration;\n\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.setCurrentTime(currentTime, duration);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n if (this.player.controlBar.currentTimeDisplay &&\n this.player.controlBar.currentTimeDisplay.contentEl() &&\n this.player.controlBar.currentTimeDisplay.contentEl().lastChild) {\n this.streamCurrentTime = Math.min(currentTime, duration);\n\n // update current time display component\n this.player.controlBar.currentTimeDisplay.formattedTime_ =\n this.player.controlBar.currentTimeDisplay.contentEl().lastChild.textContent =\n this._formatTime(this.streamCurrentTime, duration, this.displayMilliseconds);\n }\n break;\n }\n }\n\n /**\n * Get the length of the recorded stream in seconds.\n *\n * Returns 0 if no recording is available (yet).\n *\n * @returns {float} Duration of the recorded stream.\n */\n getDuration() {\n let duration = isNaN(this.streamDuration) ? 0 : this.streamDuration;\n\n return duration;\n }\n\n /**\n * Updates the player's element displaying the duration time.\n *\n * @param {number} [duration=0] - Duration in seconds.\n * @private\n */\n setDuration(duration) {\n duration = isNaN(duration) ? 0 : duration;\n\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.setDuration(duration);\n break;\n\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n // update duration display component\n if (this.player.controlBar.durationDisplay &&\n this.player.controlBar.durationDisplay.contentEl() &&\n this.player.controlBar.durationDisplay.contentEl().lastChild) {\n this.player.controlBar.durationDisplay.formattedTime_ =\n this.player.controlBar.durationDisplay.contentEl().lastChild.textContent =\n this._formatTime(duration, duration, this.displayMilliseconds);\n }\n break;\n }\n }\n\n /**\n * Start loading data.\n *\n * @param {(string|blob|file)} url - Either the URL of the media file,\n * a Blob, a File object or MediaStream.\n */\n load(url) {\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // visualize recorded Blob stream\n this.surfer.load(url);\n break;\n\n case IMAGE_ONLY:\n case VIDEO_ONLY:\n case AUDIO_VIDEO:\n case AUDIO_SCREEN:\n case ANIMATION:\n case SCREEN_ONLY:\n if (url instanceof Blob || url instanceof File) {\n // make sure to reset it (#312)\n this.mediaElement.srcObject = null;\n // assign blob using createObjectURL\n this.mediaElement.src = URL.createObjectURL(url);\n } else {\n // assign stream with srcObject\n setSrcObject(url, this.mediaElement);\n }\n break;\n }\n }\n\n /**\n * Show save as dialog in browser so the user can store the recorded or\n * converted media locally.\n *\n * @param {Object} name - Object with names for the particular blob(s)\n * you want to save. File extensions are added automatically. For\n * example: {'video': 'name-of-video-file'}. Supported keys are\n * 'audio', 'video' and 'gif'.\n * @param {String} type - Type of media to save. Legal values are 'record'\n * (default) and 'convert'.\n * @example\n * // save recorded video file as 'foo.webm'\n * player.record().saveAs({'video': 'foo'});\n *\n * // save converted video file as 'bar.mp4'\n * player.record().saveAs({'video': 'bar'}, 'convert');\n * @returns {void}\n */\n saveAs(name, type = 'record') {\n if (type === 'record') {\n if (this.engine && name !== undefined) {\n this.engine.saveAs(name);\n }\n } else if (type === 'convert') {\n if (this.converter && name !== undefined) {\n this.converter.saveAs(name);\n }\n }\n }\n\n /**\n * Destroy plugin only.\n *\n * Use [destroy]{@link Record#destroy} to remove the plugin and the player\n * as well.\n */\n dispose() {\n // disable common event listeners\n this.player.off(Event.READY);\n this.player.off(Event.USERINACTIVE);\n this.player.off(Event.LOADEDMETADATA);\n\n // prevent callbacks if recording is in progress\n if (this.engine) {\n this.engine.dispose();\n this.engine.destroy();\n this.engine.off(Event.RECORD_COMPLETE, this.engineStopCallback);\n }\n\n // stop recording and device\n this.stop();\n this.stopDevice();\n\n // garbage collect recording\n this.removeRecording();\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // dispose wavesurfer.js\n if (this.getRecordType() === AUDIO_ONLY) {\n if (this.surfer) {\n // also disposes player\n this.surfer.destroy();\n }\n } else if (this.getRecordType() === IMAGE_ONLY) {\n if (this.mediaElement && this.streamVisibleCallback) {\n // cleanup listeners\n this.mediaElement.removeEventListener(Event.PLAYING,\n this.streamVisibleCallback);\n }\n }\n\n this.resetState();\n\n super.dispose();\n }\n\n /**\n * Destroy plugin and players and cleanup resources.\n */\n destroy() {\n this.player.dispose();\n }\n\n /**\n * Reset the plugin.\n */\n reset() {\n // prevent callbacks if recording is in progress\n if (this.engine) {\n this.engine.dispose();\n this.engine.off(Event.RECORD_COMPLETE, this.engineStopCallback);\n }\n\n // stop recording and device\n this.stop();\n this.stopDevice();\n\n // stop countdown\n this.player.clearInterval(this.countDown);\n\n // garbage collect recording\n this.removeRecording();\n\n // reset options\n this.loadOptions();\n\n // reset recorder state\n this.resetState();\n\n // reset record time\n this.setDuration(this.maxLength);\n this.setCurrentTime(0);\n\n // reset player\n this.player.reset();\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n if (this.surfer && this.surfer.surfer) {\n // empty last frame\n this.surfer.surfer.empty();\n }\n break;\n\n case IMAGE_ONLY:\n case ANIMATION:\n // reset UI\n this.player.recordCanvas.hide();\n this.player.cameraButton.hide();\n break;\n }\n\n // hide play control\n if (this.player.controlBar.playToggle !== undefined) {\n this.player.controlBar.playToggle.hide();\n }\n\n // show device selection button\n this.player.deviceButton.show();\n\n // hide record button\n this.player.recordToggle.hide();\n\n // loadedmetadata resets the durationDisplay for the\n // first time\n this.player.one(Event.LOADEDMETADATA, () => {\n // display max record time\n this.setDuration(this.maxLength);\n });\n }\n\n /**\n * Reset the plugin recorder state.\n * @private\n */\n resetState() {\n this._recording = false;\n this._processing = false;\n this._deviceActive = false;\n this.devices = [];\n }\n\n /**\n * Removes recorded `Blob` from cache.\n * @private\n */\n removeRecording() {\n if (this.mediaElement &&\n this.mediaElement.src &&\n this.mediaElement.src.startsWith('blob:') === true\n ) {\n URL.revokeObjectURL(this.mediaElement.src);\n this.mediaElement.src = '';\n }\n }\n\n /**\n * Export image data of waveform (audio-only) or current video frame.\n *\n * The default format is `'image/png'`. Other supported types are\n * `'image/jpeg'` and `'image/webp'`.\n *\n * @param {string} format='image/png' A string indicating the image format.\n * The default format type is `'image/png'`.\n * @param {number} quality=1 A number between 0 and 1 indicating the image\n * quality to use for image formats that use lossy compression such as\n * `'image/jpeg'`` and `'image/webp'`.\n * @return {Promise} Returns a `Promise` resolving with an\n * array of `Blob` instances.\n */\n exportImage(format = 'image/png', quality = 1) {\n if (this.getRecordType() === AUDIO_ONLY) {\n return this.surfer.surfer.exportImage(format, quality, 'blob');\n } else {\n // get a frame and copy it onto the canvas\n let recordCanvas = this.player.recordCanvas.el().firstChild;\n this.drawCanvas(recordCanvas, this.mediaElement);\n\n return new Promise(resolve => {\n recordCanvas.toBlob(resolve, format, quality);\n });\n }\n }\n\n /**\n * Mute LocalMediaStream audio and video tracks.\n *\n * @param {boolean} mute - Whether or not the mute the track(s).\n */\n muteTracks(mute) {\n if ((this.getRecordType() === AUDIO_ONLY ||\n this.getRecordType() === AUDIO_SCREEN ||\n this.getRecordType() === AUDIO_VIDEO) &&\n this.stream.getAudioTracks().length > 0) {\n this.stream.getAudioTracks()[0].enabled = !mute;\n }\n\n if (this.getRecordType() !== AUDIO_ONLY &&\n this.stream.getVideoTracks().length > 0) {\n this.stream.getVideoTracks()[0].enabled = !mute;\n }\n }\n\n /**\n * Get recorder type.\n *\n * @returns {string} Recorder type constant.\n * @example\n * console.log(player.record().getRecordType()); // 'audio_video'\n */\n getRecordType() {\n return getRecorderMode(this.recordImage, this.recordAudio,\n this.recordVideo, this.recordAnimation, this.recordScreen);\n }\n\n /**\n * Start converter.\n */\n convert() {\n if (this.converter !== undefined) {\n this.converter.convert(this.player.recordedData);\n }\n }\n\n /**\n * Create and display snapshot image.\n * @private\n */\n createSnapshot() {\n this.captureFrame().then((result) => {\n if (this.imageOutputType === 'blob') {\n // turn the canvas data into a Blob\n result.toBlob((blob) => {\n this.player.recordedData = blob;\n\n // display the snapshot\n this.displaySnapshot();\n });\n } else if (this.imageOutputType === 'dataURL') {\n // turn the canvas data into base64 data\n this.player.recordedData = result.toDataURL(\n this.imageOutputFormat, this.imageOutputQuality);\n\n // display the snapshot\n this.displaySnapshot();\n }\n }, this.imageOutputFormat, this.imageOutputQuality);\n }\n\n /**\n * Display snapshot image.\n * @private\n */\n displaySnapshot() {\n // hide preview video\n this.mediaElement.style.display = 'none';\n\n // show the snapshot\n this.player.recordCanvas.show();\n\n // stop recording\n this.stop();\n }\n\n /**\n * Reset UI for retrying a snapshot image.\n * @private\n */\n retrySnapshot() {\n this._processing = false;\n\n // retry: hide the snapshot\n this.player.recordCanvas.hide();\n\n // show preview video\n this.player.el().firstChild.style.display = 'block';\n }\n\n /**\n * Capture frame from camera and copy data to canvas.\n * @private\n * @returns {void}\n */\n captureFrame() {\n let detected = detectBrowser();\n let recordCanvas = this.player.recordCanvas.el().firstChild;\n let track = this.stream.getVideoTracks()[0];\n let settings = track.getSettings();\n\n // set the canvas size to the dimensions of the camera,\n // which also wipes the content of the canvas\n recordCanvas.width = settings.width;\n recordCanvas.height = settings.height;\n\n return new Promise((resolve, reject) => {\n const cameraAspectRatio = settings.width / settings.height;\n const playerAspectRatio = this.player.width() / this.player.height();\n let imagePreviewHeight = 0;\n let imagePreviewWidth = 0;\n let imageXPosition = 0;\n let imageYPosition = 0;\n\n // determine orientation\n // buddy ignore:start\n if (cameraAspectRatio >= playerAspectRatio) {\n // camera feed wider than player\n imagePreviewHeight = settings.height * (this.player.width() / settings.width);\n imagePreviewWidth = this.player.width();\n imageYPosition = (this.player.height() / 2) - (imagePreviewHeight / 2);\n } else {\n // player wider than camera feed\n imagePreviewHeight = this.player.height();\n imagePreviewWidth = settings.width * (this.player.height() / settings.height);\n imageXPosition = (this.player.width() / 2) - (imagePreviewWidth / 2);\n }\n // buddy ignore:end\n\n // MediaCapture is only supported on:\n // - Chrome 60 and newer (see\n // https://github.com/w3c/mediacapture-image/blob/gh-pages/implementation-status.md)\n // - Firefox behind flag (https://bugzilla.mozilla.org/show_bug.cgi?id=888177)\n //\n // importing ImageCapture can fail when enabling chrome flag is still required.\n // if so; ignore and continue\n if ((detected.browser === 'chrome' && detected.version >= 60) &&\n (typeof ImageCapture === typeof Function)) {\n try {\n let imageCapture = new ImageCapture(track);\n // take picture\n imageCapture.grabFrame().then((imageBitmap) => {\n // get a frame and copy it onto the canvas\n this.drawCanvas(recordCanvas, imageBitmap, imagePreviewWidth,\n imagePreviewHeight, imageXPosition, imageYPosition);\n\n // notify others\n resolve(recordCanvas);\n }).catch((error) => {\n // ignore, try oldskool\n });\n } catch (err) {}\n }\n // no ImageCapture available: do it the oldskool way\n\n // get a frame and copy it onto the canvas\n this.drawCanvas(recordCanvas, this.mediaElement, imagePreviewWidth,\n imagePreviewHeight, imageXPosition, imageYPosition);\n\n // notify others\n resolve(recordCanvas);\n });\n }\n\n /**\n * Draw image frame on canvas element.\n * @private\n * @param {HTMLCanvasElement} canvas - Canvas to draw on.\n * @param {HTMLElement} element - Element to draw onto the canvas.\n * @param {Number} width - Width of drawing on canvas.\n * @param {Number} height - Height of drawing on canvas.\n * @param {Number} x - X position on canvas where drawing starts.\n * @param {Number} y - Y position on canvas where drawing starts.\n */\n drawCanvas(canvas, element, width, height, x = 0, y = 0) {\n if (width === undefined) {\n width = canvas.width;\n }\n if (height === undefined) {\n height = canvas.height;\n }\n canvas.getContext('2d').drawImage(element, x, y, width, height);\n }\n\n /**\n * Start preview of video stream.\n * @private\n */\n startVideoPreview() {\n // disable playback events\n this.off(Event.TIMEUPDATE);\n this.off(Event.DURATIONCHANGE);\n this.off(Event.LOADEDMETADATA);\n this.off(Event.PLAY);\n\n // mute local audio\n this.mediaElement.muted = true;\n\n // hide volume control to prevent feedback\n this.displayVolumeControl(false);\n\n // garbage collect previous recording\n this.removeRecording();\n\n // start or resume live preview\n this.load(this.stream);\n this.mediaElement.play();\n }\n\n /**\n * Show animated GIF.\n * @private\n */\n showAnimation() {\n let animationDisplay = this.player.animationDisplay.el().firstChild;\n\n // set the image size to the dimensions of the recorded animation\n animationDisplay.width = this.player.width();\n animationDisplay.height = this.player.height();\n\n // hide the first frame\n this.player.recordCanvas.hide();\n\n // show the animation\n setSrcObject(this.player.recordedData, animationDisplay);\n this.player.animationDisplay.show();\n }\n\n /**\n * Hide animated GIF.\n * @private\n */\n hideAnimation() {\n // show the first frame\n this.player.recordCanvas.show();\n\n // hide the animation\n this.player.animationDisplay.hide();\n }\n\n /**\n * Update time during playback.\n * @private\n */\n playbackTimeUpdate() {\n this.setCurrentTime(this.player.currentTime(),\n this.streamDuration);\n }\n\n /**\n * Collects information about the media input and output devices\n * available on the system.\n */\n enumerateDevices() {\n if (!navigator.mediaDevices || !navigator.mediaDevices.enumerateDevices) {\n this.player.enumerateErrorCode = 'enumerateDevices() not supported.';\n this.player.trigger(Event.ENUMERATE_ERROR);\n return;\n }\n\n // list video and audio devices\n navigator.mediaDevices.enumerateDevices(this).then((devices) => {\n this.devices = [];\n devices.forEach((device) => {\n this.devices.push(device);\n });\n\n // notify listeners\n this.player.trigger(Event.ENUMERATE_READY);\n }).catch((err) => {\n this.player.enumerateErrorCode = err;\n this.player.trigger(Event.ENUMERATE_ERROR);\n });\n }\n\n /**\n * Change the video input device.\n *\n * @param {string} deviceId - Id of the video input device.\n */\n setVideoInput(deviceId) {\n if (this.recordVideo === Object(this.recordVideo)) {\n // already using video constraints\n this.recordVideo.deviceId = {exact: deviceId};\n\n } else if (this.recordVideo === true) {\n // not using video constraints already, so force it\n this.recordVideo = {\n deviceId: {exact: deviceId}\n };\n }\n\n // release existing device\n this.stopDevice();\n\n // ask for video input device permissions and start device\n this.getDevice();\n }\n\n /**\n * Change the audio input device.\n *\n * @param {string} deviceId - Id of the audio input device.\n */\n setAudioInput(deviceId) {\n if (this.recordAudio === Object(this.recordAudio)) {\n // already using audio constraints\n this.recordAudio.deviceId = {exact: deviceId};\n\n } else if (this.recordAudio === true) {\n // not using audio constraints already, so force it\n this.recordAudio = {\n deviceId: {exact: deviceId}\n };\n }\n\n // update wavesurfer microphone plugin constraints\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n this.surfer.surfer.microphone.constraints = {\n video: false,\n audio: this.recordAudio\n };\n break;\n }\n\n // release existing device\n this.stopDevice();\n\n // ask for audio input device permissions and start device\n this.getDevice();\n }\n\n /**\n * Change the audio output device.\n *\n * @param {string} deviceId - Id of audio output device.\n */\n setAudioOutput(deviceId) {\n let errorMessage;\n switch (this.getRecordType()) {\n case AUDIO_ONLY:\n // use wavesurfer\n this.surfer.surfer.setSinkId(deviceId).then((result) => {\n // notify listeners\n this.player.trigger(Event.AUDIO_OUTPUT_READY);\n return;\n }).catch((err) => {\n errorMessage = err;\n });\n break;\n\n default:\n let element = player.tech_.el_;\n if (deviceId) {\n if (typeof element.sinkId !== 'undefined') {\n element.setSinkId(deviceId).then((result) => {\n // notify listeners\n this.player.trigger(Event.AUDIO_OUTPUT_READY);\n return;\n }).catch((err) => {\n errorMessage = err;\n });\n } else {\n errorMessage = 'Browser does not support audio output device selection.';\n }\n } else {\n errorMessage = `Invalid deviceId: ${deviceId}`;\n }\n break;\n }\n\n // error if we get here: notify listeners\n this.player.trigger(Event.ERROR, errorMessage);\n }\n\n /**\n * Replaces the default `formatTime` implementation with a custom implementation.\n *\n * @param {function} customImplementation - A function which will be used in place\n * of the default `formatTime` implementation. Will receive the current time\n * in seconds and the guide (in seconds) as arguments.\n */\n setFormatTime(customImplementation) {\n this._formatTime = customImplementation;\n\n videojs.setFormatTime(this._formatTime);\n\n // audio-only\n if (this.surfer) {\n // use same time format as this plugin\n this.surfer.setFormatTime(this._formatTime);\n }\n }\n\n /**\n * Show or hide the volume menu.\n *\n * @private\n * @param {boolean} display - Hide/show volume control.\n */\n displayVolumeControl(display) {\n if (this.player.controlBar.volumePanel !== undefined) {\n if (display === true) {\n display = 'flex';\n } else {\n display = 'none';\n }\n this.player.controlBar.volumePanel.el().style.display = display;\n }\n }\n\n /**\n * Invoked when the video device is ready and stream is visible.\n *\n * @private\n * @param {Event} event - `playing` event\n */\n onStreamVisible(event) {\n // only listen for this once; remove listener\n this.mediaElement.removeEventListener(Event.PLAYING, this.streamVisibleCallback);\n\n // reset and show camera button\n this.player.cameraButton.onStop();\n this.player.cameraButton.show();\n }\n\n /**\n * Invoked when entering picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n */\n onEnterPiP(event) {\n this.player.trigger(Event.ENTER_PIP, event);\n }\n\n /**\n * Invoked when leaving picture-in-picture mode.\n *\n * @private\n * @param {object} event - Event data.\n */\n onLeavePiP(event) {\n this.player.trigger(Event.LEAVE_PIP);\n }\n}\n\n// version nr is injected during build\nRecord.VERSION = __VERSION__;\n\n// register plugin\nvideojs.Record = Record;\nif (videojs.getPlugin('record') === undefined) {\n videojs.registerPlugin('record', Record);\n}\n\n// export plugin\nexport {Record};\n", "static": true, - "longname": "/home/thijs/projects/videojs-record/src/js/videojs.record.js", + "longname": "/Users/thijstriemstra/projects/videojs-record/src/js/videojs.record.js", "access": "public", "description": null, "lineNumber": 1 @@ -8091,10 +8091,10 @@ { "__docId__": 405, "kind": "member", - "name": "convertWorkerURL", + "name": "convertAuto", "memberof": "js/videojs.record.js~Record", "static": false, - "longname": "js/videojs.record.js~Record#convertWorkerURL", + "longname": "js/videojs.record.js~Record#convertAuto", "access": "public", "description": null, "lineNumber": 205, @@ -8108,10 +8108,10 @@ { "__docId__": 406, "kind": "member", - "name": "convertOptions", + "name": "convertWorkerURL", "memberof": "js/videojs.record.js~Record", "static": false, - "longname": "js/videojs.record.js~Record#convertOptions", + "longname": "js/videojs.record.js~Record#convertWorkerURL", "access": "public", "description": null, "lineNumber": 206, @@ -8125,13 +8125,30 @@ { "__docId__": 407, "kind": "member", + "name": "convertOptions", + "memberof": "js/videojs.record.js~Record", + "static": false, + "longname": "js/videojs.record.js~Record#convertOptions", + "access": "public", + "description": null, + "lineNumber": 207, + "undocument": true, + "type": { + "types": [ + "*" + ] + } + }, + { + "__docId__": 408, + "kind": "member", "name": "audioEngine", "memberof": "js/videojs.record.js~Record", "static": false, "longname": "js/videojs.record.js~Record#audioEngine", "access": "public", "description": null, - "lineNumber": 209, + "lineNumber": 210, "undocument": true, "type": { "types": [ @@ -8140,7 +8157,7 @@ } }, { - "__docId__": 408, + "__docId__": 409, "kind": "member", "name": "audioRecorderType", "memberof": "js/videojs.record.js~Record", @@ -8148,7 +8165,7 @@ "longname": "js/videojs.record.js~Record#audioRecorderType", "access": "public", "description": null, - "lineNumber": 210, + "lineNumber": 211, "undocument": true, "type": { "types": [ @@ -8157,7 +8174,7 @@ } }, { - "__docId__": 409, + "__docId__": 410, "kind": "member", "name": "audioWorkerURL", "memberof": "js/videojs.record.js~Record", @@ -8165,7 +8182,7 @@ "longname": "js/videojs.record.js~Record#audioWorkerURL", "access": "public", "description": null, - "lineNumber": 211, + "lineNumber": 212, "undocument": true, "type": { "types": [ @@ -8174,7 +8191,7 @@ } }, { - "__docId__": 410, + "__docId__": 411, "kind": "member", "name": "audioWebAssemblyURL", "memberof": "js/videojs.record.js~Record", @@ -8182,7 +8199,7 @@ "longname": "js/videojs.record.js~Record#audioWebAssemblyURL", "access": "public", "description": null, - "lineNumber": 212, + "lineNumber": 213, "undocument": true, "type": { "types": [ @@ -8191,7 +8208,7 @@ } }, { - "__docId__": 411, + "__docId__": 412, "kind": "member", "name": "audioBufferSize", "memberof": "js/videojs.record.js~Record", @@ -8199,7 +8216,7 @@ "longname": "js/videojs.record.js~Record#audioBufferSize", "access": "public", "description": null, - "lineNumber": 213, + "lineNumber": 214, "undocument": true, "type": { "types": [ @@ -8208,7 +8225,7 @@ } }, { - "__docId__": 412, + "__docId__": 413, "kind": "member", "name": "audioSampleRate", "memberof": "js/videojs.record.js~Record", @@ -8216,7 +8233,7 @@ "longname": "js/videojs.record.js~Record#audioSampleRate", "access": "public", "description": null, - "lineNumber": 214, + "lineNumber": 215, "undocument": true, "type": { "types": [ @@ -8225,7 +8242,7 @@ } }, { - "__docId__": 413, + "__docId__": 414, "kind": "member", "name": "audioBitRate", "memberof": "js/videojs.record.js~Record", @@ -8233,7 +8250,7 @@ "longname": "js/videojs.record.js~Record#audioBitRate", "access": "public", "description": null, - "lineNumber": 215, + "lineNumber": 216, "undocument": true, "type": { "types": [ @@ -8242,7 +8259,7 @@ } }, { - "__docId__": 414, + "__docId__": 415, "kind": "member", "name": "audioChannels", "memberof": "js/videojs.record.js~Record", @@ -8250,7 +8267,7 @@ "longname": "js/videojs.record.js~Record#audioChannels", "access": "public", "description": null, - "lineNumber": 216, + "lineNumber": 217, "undocument": true, "type": { "types": [ @@ -8259,7 +8276,7 @@ } }, { - "__docId__": 415, + "__docId__": 416, "kind": "member", "name": "audioMimeType", "memberof": "js/videojs.record.js~Record", @@ -8267,7 +8284,7 @@ "longname": "js/videojs.record.js~Record#audioMimeType", "access": "public", "description": null, - "lineNumber": 217, + "lineNumber": 218, "undocument": true, "type": { "types": [ @@ -8276,7 +8293,7 @@ } }, { - "__docId__": 416, + "__docId__": 417, "kind": "member", "name": "audioBufferUpdate", "memberof": "js/videojs.record.js~Record", @@ -8284,7 +8301,7 @@ "longname": "js/videojs.record.js~Record#audioBufferUpdate", "access": "public", "description": null, - "lineNumber": 218, + "lineNumber": 219, "undocument": true, "type": { "types": [ @@ -8293,7 +8310,7 @@ } }, { - "__docId__": 417, + "__docId__": 418, "kind": "member", "name": "imageOutputType", "memberof": "js/videojs.record.js~Record", @@ -8301,7 +8318,7 @@ "longname": "js/videojs.record.js~Record#imageOutputType", "access": "public", "description": null, - "lineNumber": 221, + "lineNumber": 222, "undocument": true, "type": { "types": [ @@ -8310,7 +8327,7 @@ } }, { - "__docId__": 418, + "__docId__": 419, "kind": "member", "name": "imageOutputFormat", "memberof": "js/videojs.record.js~Record", @@ -8318,7 +8335,7 @@ "longname": "js/videojs.record.js~Record#imageOutputFormat", "access": "public", "description": null, - "lineNumber": 222, + "lineNumber": 223, "undocument": true, "type": { "types": [ @@ -8327,7 +8344,7 @@ } }, { - "__docId__": 419, + "__docId__": 420, "kind": "member", "name": "imageOutputQuality", "memberof": "js/videojs.record.js~Record", @@ -8335,7 +8352,7 @@ "longname": "js/videojs.record.js~Record#imageOutputQuality", "access": "public", "description": null, - "lineNumber": 223, + "lineNumber": 224, "undocument": true, "type": { "types": [ @@ -8344,7 +8361,7 @@ } }, { - "__docId__": 420, + "__docId__": 421, "kind": "member", "name": "animationFrameRate", "memberof": "js/videojs.record.js~Record", @@ -8352,7 +8369,7 @@ "longname": "js/videojs.record.js~Record#animationFrameRate", "access": "public", "description": null, - "lineNumber": 226, + "lineNumber": 227, "undocument": true, "type": { "types": [ @@ -8361,7 +8378,7 @@ } }, { - "__docId__": 421, + "__docId__": 422, "kind": "member", "name": "animationQuality", "memberof": "js/videojs.record.js~Record", @@ -8369,7 +8386,7 @@ "longname": "js/videojs.record.js~Record#animationQuality", "access": "public", "description": null, - "lineNumber": 227, + "lineNumber": 228, "undocument": true, "type": { "types": [ @@ -8378,7 +8395,7 @@ } }, { - "__docId__": 422, + "__docId__": 423, "kind": "method", "name": "setupUI", "memberof": "js/videojs.record.js~Record", @@ -8388,12 +8405,12 @@ "longname": "js/videojs.record.js~Record#setupUI", "access": "private", "description": "Player UI is ready.", - "lineNumber": 234, + "lineNumber": 235, "params": [], "return": null }, { - "__docId__": 423, + "__docId__": 424, "kind": "member", "name": "surfer", "memberof": "js/videojs.record.js~Record", @@ -8401,7 +8418,7 @@ "longname": "js/videojs.record.js~Record#surfer", "access": "public", "description": null, - "lineNumber": 276, + "lineNumber": 277, "undocument": true, "type": { "types": [ @@ -8410,7 +8427,7 @@ } }, { - "__docId__": 424, + "__docId__": 425, "kind": "method", "name": "isRecording", "memberof": "js/videojs.record.js~Record", @@ -8420,7 +8437,7 @@ "longname": "js/videojs.record.js~Record#isRecording", "access": "public", "description": "Indicates whether the plugin is currently recording or not.", - "lineNumber": 372, + "lineNumber": 373, "return": { "nullable": null, "types": [ @@ -8432,7 +8449,7 @@ "params": [] }, { - "__docId__": 425, + "__docId__": 426, "kind": "method", "name": "isProcessing", "memberof": "js/videojs.record.js~Record", @@ -8442,7 +8459,7 @@ "longname": "js/videojs.record.js~Record#isProcessing", "access": "public", "description": "Indicates whether the plugin is currently processing recorded data\nor not.", - "lineNumber": 382, + "lineNumber": 383, "return": { "nullable": null, "types": [ @@ -8454,7 +8471,7 @@ "params": [] }, { - "__docId__": 426, + "__docId__": 427, "kind": "method", "name": "isDestroyed", "memberof": "js/videojs.record.js~Record", @@ -8464,7 +8481,7 @@ "longname": "js/videojs.record.js~Record#isDestroyed", "access": "public", "description": "Indicates whether the plugin is destroyed or not.", - "lineNumber": 391, + "lineNumber": 392, "return": { "nullable": null, "types": [ @@ -8476,7 +8493,7 @@ "params": [] }, { - "__docId__": 427, + "__docId__": 428, "kind": "method", "name": "getDevice", "memberof": "js/videojs.record.js~Record", @@ -8486,12 +8503,12 @@ "longname": "js/videojs.record.js~Record#getDevice", "access": "public", "description": "Open the browser's recording device selection dialog and start the\ndevice.", - "lineNumber": 403, + "lineNumber": 404, "params": [], "return": null }, { - "__docId__": 428, + "__docId__": 429, "kind": "member", "name": "deviceReadyCallback", "memberof": "js/videojs.record.js~Record", @@ -8499,7 +8516,7 @@ "longname": "js/videojs.record.js~Record#deviceReadyCallback", "access": "public", "description": null, - "lineNumber": 406, + "lineNumber": 407, "undocument": true, "type": { "types": [ @@ -8508,7 +8525,7 @@ } }, { - "__docId__": 429, + "__docId__": 430, "kind": "member", "name": "deviceErrorCallback", "memberof": "js/videojs.record.js~Record", @@ -8516,7 +8533,7 @@ "longname": "js/videojs.record.js~Record#deviceErrorCallback", "access": "public", "description": null, - "lineNumber": 409, + "lineNumber": 410, "undocument": true, "type": { "types": [ @@ -8525,7 +8542,7 @@ } }, { - "__docId__": 430, + "__docId__": 431, "kind": "member", "name": "engineStopCallback", "memberof": "js/videojs.record.js~Record", @@ -8533,7 +8550,7 @@ "longname": "js/videojs.record.js~Record#engineStopCallback", "access": "public", "description": null, - "lineNumber": 412, + "lineNumber": 413, "undocument": true, "type": { "types": [ @@ -8542,7 +8559,7 @@ } }, { - "__docId__": 431, + "__docId__": 432, "kind": "member", "name": "streamVisibleCallback", "memberof": "js/videojs.record.js~Record", @@ -8550,7 +8567,7 @@ "longname": "js/videojs.record.js~Record#streamVisibleCallback", "access": "public", "description": null, - "lineNumber": 415, + "lineNumber": 416, "undocument": true, "type": { "types": [ @@ -8559,7 +8576,7 @@ } }, { - "__docId__": 432, + "__docId__": 433, "kind": "member", "name": "mediaType", "memberof": "js/videojs.record.js~Record", @@ -8567,7 +8584,7 @@ "longname": "js/videojs.record.js~Record#mediaType", "access": "public", "description": null, - "lineNumber": 442, + "lineNumber": 443, "undocument": true, "type": { "types": [ @@ -8576,7 +8593,7 @@ } }, { - "__docId__": 438, + "__docId__": 439, "kind": "method", "name": "onDeviceReady", "memberof": "js/videojs.record.js~Record", @@ -8586,7 +8603,7 @@ "longname": "js/videojs.record.js~Record#onDeviceReady", "access": "private", "description": "Invoked when the device is ready.", - "lineNumber": 612, + "lineNumber": 618, "params": [ { "nullable": null, @@ -8602,7 +8619,7 @@ "return": null }, { - "__docId__": 439, + "__docId__": 440, "kind": "member", "name": "_deviceActive", "memberof": "js/videojs.record.js~Record", @@ -8610,7 +8627,7 @@ "longname": "js/videojs.record.js~Record#_deviceActive", "access": "private", "description": null, - "lineNumber": 613, + "lineNumber": 619, "undocument": true, "type": { "types": [ @@ -8619,7 +8636,7 @@ } }, { - "__docId__": 440, + "__docId__": 441, "kind": "member", "name": "stream", "memberof": "js/videojs.record.js~Record", @@ -8627,7 +8644,7 @@ "longname": "js/videojs.record.js~Record#stream", "access": "public", "description": null, - "lineNumber": 621, + "lineNumber": 627, "undocument": true, "type": { "types": [ @@ -8636,7 +8653,7 @@ } }, { - "__docId__": 441, + "__docId__": 442, "kind": "member", "name": "engine", "memberof": "js/videojs.record.js~Record", @@ -8644,7 +8661,7 @@ "longname": "js/videojs.record.js~Record#engine", "access": "public", "description": null, - "lineNumber": 665, + "lineNumber": 671, "undocument": true, "type": { "types": [ @@ -8653,7 +8670,7 @@ } }, { - "__docId__": 442, + "__docId__": 443, "kind": "member", "name": "converter", "memberof": "js/videojs.record.js~Record", @@ -8661,7 +8678,7 @@ "longname": "js/videojs.record.js~Record#converter", "access": "public", "description": null, - "lineNumber": 725, + "lineNumber": 731, "undocument": true, "type": { "types": [ @@ -8670,7 +8687,7 @@ } }, { - "__docId__": 443, + "__docId__": 444, "kind": "member", "name": "mediaElement", "memberof": "js/videojs.record.js~Record", @@ -8678,7 +8695,7 @@ "longname": "js/videojs.record.js~Record#mediaElement", "access": "public", "description": null, - "lineNumber": 769, + "lineNumber": 776, "undocument": true, "type": { "types": [ @@ -8687,7 +8704,7 @@ } }, { - "__docId__": 444, + "__docId__": 445, "kind": "method", "name": "onDeviceError", "memberof": "js/videojs.record.js~Record", @@ -8697,7 +8714,7 @@ "longname": "js/videojs.record.js~Record#onDeviceError", "access": "private", "description": "Invoked when an device error occurred.", - "lineNumber": 817, + "lineNumber": 824, "params": [ { "nullable": null, @@ -8714,7 +8731,7 @@ "return": null }, { - "__docId__": 446, + "__docId__": 447, "kind": "method", "name": "start", "memberof": "js/videojs.record.js~Record", @@ -8724,12 +8741,12 @@ "longname": "js/videojs.record.js~Record#start", "access": "public", "description": "Start recording.", - "lineNumber": 832, + "lineNumber": 839, "params": [], "return": null }, { - "__docId__": 447, + "__docId__": 448, "kind": "member", "name": "_recording", "memberof": "js/videojs.record.js~Record", @@ -8737,7 +8754,7 @@ "longname": "js/videojs.record.js~Record#_recording", "access": "private", "description": null, - "lineNumber": 840, + "lineNumber": 847, "undocument": true, "type": { "types": [ @@ -8746,7 +8763,7 @@ } }, { - "__docId__": 448, + "__docId__": 449, "kind": "method", "name": "startRecording", "memberof": "js/videojs.record.js~Record", @@ -8756,12 +8773,12 @@ "longname": "js/videojs.record.js~Record#startRecording", "access": "private", "description": "Start recording.", - "lineNumber": 930, + "lineNumber": 937, "params": [], "return": null }, { - "__docId__": 449, + "__docId__": 450, "kind": "member", "name": "paused", "memberof": "js/videojs.record.js~Record", @@ -8769,7 +8786,7 @@ "longname": "js/videojs.record.js~Record#paused", "access": "public", "description": null, - "lineNumber": 932, + "lineNumber": 939, "undocument": true, "type": { "types": [ @@ -8778,7 +8795,7 @@ } }, { - "__docId__": 450, + "__docId__": 451, "kind": "member", "name": "pauseTime", "memberof": "js/videojs.record.js~Record", @@ -8786,7 +8803,7 @@ "longname": "js/videojs.record.js~Record#pauseTime", "access": "public", "description": null, - "lineNumber": 933, + "lineNumber": 940, "undocument": true, "type": { "types": [ @@ -8795,7 +8812,7 @@ } }, { - "__docId__": 451, + "__docId__": 452, "kind": "member", "name": "startTime", "memberof": "js/videojs.record.js~Record", @@ -8803,7 +8820,7 @@ "longname": "js/videojs.record.js~Record#startTime", "access": "public", "description": null, - "lineNumber": 934, + "lineNumber": 941, "undocument": true, "type": { "types": [ @@ -8812,7 +8829,7 @@ } }, { - "__docId__": 452, + "__docId__": 453, "kind": "member", "name": "countDown", "memberof": "js/videojs.record.js~Record", @@ -8820,7 +8837,7 @@ "longname": "js/videojs.record.js~Record#countDown", "access": "public", "description": null, - "lineNumber": 938, + "lineNumber": 945, "undocument": true, "type": { "types": [ @@ -8829,7 +8846,7 @@ } }, { - "__docId__": 453, + "__docId__": 454, "kind": "method", "name": "stop", "memberof": "js/videojs.record.js~Record", @@ -8839,12 +8856,12 @@ "longname": "js/videojs.record.js~Record#stop", "access": "public", "description": "Stop recording.", - "lineNumber": 956, + "lineNumber": 963, "params": [], "return": null }, { - "__docId__": 455, + "__docId__": 456, "kind": "member", "name": "_processing", "memberof": "js/videojs.record.js~Record", @@ -8852,7 +8869,7 @@ "longname": "js/videojs.record.js~Record#_processing", "access": "private", "description": null, - "lineNumber": 959, + "lineNumber": 966, "undocument": true, "type": { "types": [ @@ -8861,7 +8878,7 @@ } }, { - "__docId__": 456, + "__docId__": 457, "kind": "method", "name": "stopDevice", "memberof": "js/videojs.record.js~Record", @@ -8871,12 +8888,12 @@ "longname": "js/videojs.record.js~Record#stopDevice", "access": "public", "description": "Stop device(s) and recording if active.", - "lineNumber": 989, + "lineNumber": 996, "params": [], "return": null }, { - "__docId__": 457, + "__docId__": 458, "kind": "method", "name": "stopStream", "memberof": "js/videojs.record.js~Record", @@ -8886,12 +8903,12 @@ "longname": "js/videojs.record.js~Record#stopStream", "access": "public", "description": "Stop stream and device.", - "lineNumber": 1006, + "lineNumber": 1013, "params": [], "return": null }, { - "__docId__": 459, + "__docId__": 460, "kind": "method", "name": "pause", "memberof": "js/videojs.record.js~Record", @@ -8901,12 +8918,12 @@ "longname": "js/videojs.record.js~Record#pause", "access": "public", "description": "Pause recording.", - "lineNumber": 1025, + "lineNumber": 1032, "params": [], "return": null }, { - "__docId__": 462, + "__docId__": 463, "kind": "method", "name": "resume", "memberof": "js/videojs.record.js~Record", @@ -8916,12 +8933,12 @@ "longname": "js/videojs.record.js~Record#resume", "access": "public", "description": "Resume recording.", - "lineNumber": 1037, + "lineNumber": 1044, "params": [], "return": null }, { - "__docId__": 463, + "__docId__": 464, "kind": "member", "name": "pausedTime", "memberof": "js/videojs.record.js~Record", @@ -8929,7 +8946,7 @@ "longname": "js/videojs.record.js~Record#pausedTime", "access": "public", "description": null, - "lineNumber": 1039, + "lineNumber": 1046, "undocument": true, "type": { "types": [ @@ -8938,7 +8955,7 @@ } }, { - "__docId__": 465, + "__docId__": 466, "kind": "method", "name": "onRecordComplete", "memberof": "js/videojs.record.js~Record", @@ -8948,12 +8965,12 @@ "longname": "js/videojs.record.js~Record#onRecordComplete", "access": "private", "description": "Invoked when recording completed and the resulting stream is\navailable.", - "lineNumber": 1051, + "lineNumber": 1058, "params": [], "return": null }, { - "__docId__": 469, + "__docId__": 470, "kind": "method", "name": "onCountDown", "memberof": "js/videojs.record.js~Record", @@ -8963,12 +8980,12 @@ "longname": "js/videojs.record.js~Record#onCountDown", "access": "private", "description": "Invoked during recording and displays the remaining time.", - "lineNumber": 1167, + "lineNumber": 1174, "params": [], "return": null }, { - "__docId__": 470, + "__docId__": 471, "kind": "member", "name": "streamDuration", "memberof": "js/videojs.record.js~Record", @@ -8976,7 +8993,7 @@ "longname": "js/videojs.record.js~Record#streamDuration", "access": "public", "description": null, - "lineNumber": 1174, + "lineNumber": 1181, "undocument": true, "type": { "types": [ @@ -8985,7 +9002,7 @@ } }, { - "__docId__": 471, + "__docId__": 472, "kind": "method", "name": "getCurrentTime", "memberof": "js/videojs.record.js~Record", @@ -8995,7 +9012,7 @@ "longname": "js/videojs.record.js~Record#getCurrentTime", "access": "public", "description": "Get the current time of the recorded stream during playback.\n\nReturns 0 if no recording is available (yet).", - "lineNumber": 1202, + "lineNumber": 1209, "unknown": [ { "tagName": "@returns", @@ -9013,7 +9030,7 @@ "params": [] }, { - "__docId__": 472, + "__docId__": 473, "kind": "method", "name": "setCurrentTime", "memberof": "js/videojs.record.js~Record", @@ -9023,7 +9040,7 @@ "longname": "js/videojs.record.js~Record#setCurrentTime", "access": "private", "description": "Updates the player's element displaying the current time.", - "lineNumber": 1220, + "lineNumber": 1227, "params": [ { "nullable": null, @@ -9053,7 +9070,7 @@ "return": null }, { - "__docId__": 473, + "__docId__": 474, "kind": "member", "name": "streamCurrentTime", "memberof": "js/videojs.record.js~Record", @@ -9061,7 +9078,7 @@ "longname": "js/videojs.record.js~Record#streamCurrentTime", "access": "public", "description": null, - "lineNumber": 1237, + "lineNumber": 1244, "undocument": true, "type": { "types": [ @@ -9070,7 +9087,7 @@ } }, { - "__docId__": 474, + "__docId__": 475, "kind": "method", "name": "getDuration", "memberof": "js/videojs.record.js~Record", @@ -9080,7 +9097,7 @@ "longname": "js/videojs.record.js~Record#getDuration", "access": "public", "description": "Get the length of the recorded stream in seconds.\n\nReturns 0 if no recording is available (yet).", - "lineNumber": 1255, + "lineNumber": 1262, "unknown": [ { "tagName": "@returns", @@ -9098,7 +9115,7 @@ "params": [] }, { - "__docId__": 475, + "__docId__": 476, "kind": "method", "name": "setDuration", "memberof": "js/videojs.record.js~Record", @@ -9108,7 +9125,7 @@ "longname": "js/videojs.record.js~Record#setDuration", "access": "private", "description": "Updates the player's element displaying the duration time.", - "lineNumber": 1267, + "lineNumber": 1274, "params": [ { "nullable": null, @@ -9126,7 +9143,7 @@ "return": null }, { - "__docId__": 476, + "__docId__": 477, "kind": "method", "name": "load", "memberof": "js/videojs.record.js~Record", @@ -9136,7 +9153,7 @@ "longname": "js/videojs.record.js~Record#load", "access": "public", "description": "Start loading data.", - "lineNumber": 1298, + "lineNumber": 1305, "params": [ { "nullable": null, @@ -9154,7 +9171,7 @@ "return": null }, { - "__docId__": 477, + "__docId__": 478, "kind": "method", "name": "saveAs", "memberof": "js/videojs.record.js~Record", @@ -9167,7 +9184,7 @@ "examples": [ "// save recorded video file as 'foo.webm'\nplayer.record().saveAs({'video': 'foo'});\n\n// save converted video file as 'bar.mp4'\nplayer.record().saveAs({'video': 'bar'}, 'convert');" ], - "lineNumber": 1342, + "lineNumber": 1349, "unknown": [ { "tagName": "@returns", @@ -9206,7 +9223,7 @@ } }, { - "__docId__": 478, + "__docId__": 479, "kind": "method", "name": "dispose", "memberof": "js/videojs.record.js~Record", @@ -9216,12 +9233,12 @@ "longname": "js/videojs.record.js~Record#dispose", "access": "public", "description": "Destroy plugin only.\n\nUse [destroy]{@link Record#destroy} to remove the plugin and the player\nas well.", - "lineNumber": 1360, + "lineNumber": 1367, "params": [], "return": null }, { - "__docId__": 479, + "__docId__": 480, "kind": "method", "name": "destroy", "memberof": "js/videojs.record.js~Record", @@ -9231,12 +9248,12 @@ "longname": "js/videojs.record.js~Record#destroy", "access": "public", "description": "Destroy plugin and players and cleanup resources.", - "lineNumber": 1405, + "lineNumber": 1412, "params": [], "return": null }, { - "__docId__": 480, + "__docId__": 481, "kind": "method", "name": "reset", "memberof": "js/videojs.record.js~Record", @@ -9246,12 +9263,12 @@ "longname": "js/videojs.record.js~Record#reset", "access": "public", "description": "Reset the plugin.", - "lineNumber": 1412, + "lineNumber": 1419, "params": [], "return": null }, { - "__docId__": 481, + "__docId__": 482, "kind": "method", "name": "resetState", "memberof": "js/videojs.record.js~Record", @@ -9261,12 +9278,12 @@ "longname": "js/videojs.record.js~Record#resetState", "access": "private", "description": "Reset the plugin recorder state.", - "lineNumber": 1480, + "lineNumber": 1487, "params": [], "return": null }, { - "__docId__": 485, + "__docId__": 486, "kind": "member", "name": "devices", "memberof": "js/videojs.record.js~Record", @@ -9274,7 +9291,7 @@ "longname": "js/videojs.record.js~Record#devices", "access": "public", "description": null, - "lineNumber": 1484, + "lineNumber": 1491, "undocument": true, "type": { "types": [ @@ -9283,7 +9300,7 @@ } }, { - "__docId__": 486, + "__docId__": 487, "kind": "method", "name": "removeRecording", "memberof": "js/videojs.record.js~Record", @@ -9293,12 +9310,12 @@ "longname": "js/videojs.record.js~Record#removeRecording", "access": "private", "description": "Removes recorded `Blob` from cache.", - "lineNumber": 1491, + "lineNumber": 1498, "params": [], "return": null }, { - "__docId__": 487, + "__docId__": 488, "kind": "method", "name": "exportImage", "memberof": "js/videojs.record.js~Record", @@ -9308,7 +9325,7 @@ "longname": "js/videojs.record.js~Record#exportImage", "access": "public", "description": "Export image data of waveform (audio-only) or current video frame.\n\nThe default format is `'image/png'`. Other supported types are\n`'image/jpeg'` and `'image/webp'`.", - "lineNumber": 1512, + "lineNumber": 1522, "params": [ { "nullable": null, @@ -9345,7 +9362,7 @@ } }, { - "__docId__": 488, + "__docId__": 489, "kind": "method", "name": "muteTracks", "memberof": "js/videojs.record.js~Record", @@ -9355,7 +9372,7 @@ "longname": "js/videojs.record.js~Record#muteTracks", "access": "public", "description": "Mute LocalMediaStream audio and video tracks.", - "lineNumber": 1531, + "lineNumber": 1541, "params": [ { "nullable": null, @@ -9371,7 +9388,7 @@ "return": null }, { - "__docId__": 489, + "__docId__": 490, "kind": "method", "name": "getRecordType", "memberof": "js/videojs.record.js~Record", @@ -9384,7 +9401,7 @@ "examples": [ "console.log(player.record().getRecordType()); // 'audio_video'" ], - "lineNumber": 1552, + "lineNumber": 1562, "unknown": [ { "tagName": "@returns", @@ -9402,7 +9419,22 @@ "params": [] }, { - "__docId__": 490, + "__docId__": 491, + "kind": "method", + "name": "convert", + "memberof": "js/videojs.record.js~Record", + "generator": false, + "async": false, + "static": false, + "longname": "js/videojs.record.js~Record#convert", + "access": "public", + "description": "Start converter.", + "lineNumber": 1570, + "params": [], + "return": null + }, + { + "__docId__": 492, "kind": "method", "name": "createSnapshot", "memberof": "js/videojs.record.js~Record", @@ -9412,12 +9444,12 @@ "longname": "js/videojs.record.js~Record#createSnapshot", "access": "private", "description": "Create and display snapshot image.", - "lineNumber": 1561, + "lineNumber": 1580, "params": [], "return": null }, { - "__docId__": 491, + "__docId__": 493, "kind": "method", "name": "displaySnapshot", "memberof": "js/videojs.record.js~Record", @@ -9427,12 +9459,12 @@ "longname": "js/videojs.record.js~Record#displaySnapshot", "access": "private", "description": "Display snapshot image.", - "lineNumber": 1586, + "lineNumber": 1605, "params": [], "return": null }, { - "__docId__": 492, + "__docId__": 494, "kind": "method", "name": "retrySnapshot", "memberof": "js/videojs.record.js~Record", @@ -9442,12 +9474,12 @@ "longname": "js/videojs.record.js~Record#retrySnapshot", "access": "private", "description": "Reset UI for retrying a snapshot image.", - "lineNumber": 1601, + "lineNumber": 1620, "params": [], "return": null }, { - "__docId__": 494, + "__docId__": 496, "kind": "method", "name": "captureFrame", "memberof": "js/videojs.record.js~Record", @@ -9457,7 +9489,7 @@ "longname": "js/videojs.record.js~Record#captureFrame", "access": "private", "description": "Capture frame from camera and copy data to canvas.", - "lineNumber": 1616, + "lineNumber": 1635, "unknown": [ { "tagName": "@returns", @@ -9475,7 +9507,7 @@ "params": [] }, { - "__docId__": 495, + "__docId__": 497, "kind": "method", "name": "drawCanvas", "memberof": "js/videojs.record.js~Record", @@ -9485,7 +9517,7 @@ "longname": "js/videojs.record.js~Record#drawCanvas", "access": "private", "description": "Draw image frame on canvas element.", - "lineNumber": 1695, + "lineNumber": 1714, "params": [ { "nullable": null, @@ -9551,7 +9583,7 @@ "return": null }, { - "__docId__": 496, + "__docId__": 498, "kind": "method", "name": "startVideoPreview", "memberof": "js/videojs.record.js~Record", @@ -9561,12 +9593,12 @@ "longname": "js/videojs.record.js~Record#startVideoPreview", "access": "private", "description": "Start preview of video stream.", - "lineNumber": 1709, + "lineNumber": 1728, "params": [], "return": null }, { - "__docId__": 497, + "__docId__": 499, "kind": "method", "name": "showAnimation", "memberof": "js/videojs.record.js~Record", @@ -9576,12 +9608,12 @@ "longname": "js/videojs.record.js~Record#showAnimation", "access": "private", "description": "Show animated GIF.", - "lineNumber": 1734, + "lineNumber": 1753, "params": [], "return": null }, { - "__docId__": 498, + "__docId__": 500, "kind": "method", "name": "hideAnimation", "memberof": "js/videojs.record.js~Record", @@ -9591,12 +9623,12 @@ "longname": "js/videojs.record.js~Record#hideAnimation", "access": "private", "description": "Hide animated GIF.", - "lineNumber": 1753, + "lineNumber": 1772, "params": [], "return": null }, { - "__docId__": 499, + "__docId__": 501, "kind": "method", "name": "playbackTimeUpdate", "memberof": "js/videojs.record.js~Record", @@ -9606,12 +9638,12 @@ "longname": "js/videojs.record.js~Record#playbackTimeUpdate", "access": "private", "description": "Update time during playback.", - "lineNumber": 1765, + "lineNumber": 1784, "params": [], "return": null }, { - "__docId__": 500, + "__docId__": 502, "kind": "method", "name": "enumerateDevices", "memberof": "js/videojs.record.js~Record", @@ -9621,12 +9653,12 @@ "longname": "js/videojs.record.js~Record#enumerateDevices", "access": "public", "description": "Collects information about the media input and output devices\navailable on the system.", - "lineNumber": 1774, + "lineNumber": 1793, "params": [], "return": null }, { - "__docId__": 502, + "__docId__": 504, "kind": "method", "name": "setVideoInput", "memberof": "js/videojs.record.js~Record", @@ -9636,7 +9668,7 @@ "longname": "js/videojs.record.js~Record#setVideoInput", "access": "public", "description": "Change the video input device.", - "lineNumber": 1801, + "lineNumber": 1820, "params": [ { "nullable": null, @@ -9652,7 +9684,7 @@ "return": null }, { - "__docId__": 504, + "__docId__": 506, "kind": "method", "name": "setAudioInput", "memberof": "js/videojs.record.js~Record", @@ -9662,7 +9694,7 @@ "longname": "js/videojs.record.js~Record#setAudioInput", "access": "public", "description": "Change the audio input device.", - "lineNumber": 1825, + "lineNumber": 1844, "params": [ { "nullable": null, @@ -9678,7 +9710,7 @@ "return": null }, { - "__docId__": 506, + "__docId__": 508, "kind": "method", "name": "setAudioOutput", "memberof": "js/videojs.record.js~Record", @@ -9688,7 +9720,7 @@ "longname": "js/videojs.record.js~Record#setAudioOutput", "access": "public", "description": "Change the audio output device.", - "lineNumber": 1859, + "lineNumber": 1878, "params": [ { "nullable": null, @@ -9704,7 +9736,7 @@ "return": null }, { - "__docId__": 507, + "__docId__": 509, "kind": "method", "name": "setFormatTime", "memberof": "js/videojs.record.js~Record", @@ -9714,7 +9746,7 @@ "longname": "js/videojs.record.js~Record#setFormatTime", "access": "public", "description": "Replaces the default `formatTime` implementation with a custom implementation.", - "lineNumber": 1904, + "lineNumber": 1923, "params": [ { "nullable": null, @@ -9730,7 +9762,7 @@ "return": null }, { - "__docId__": 508, + "__docId__": 510, "kind": "member", "name": "_formatTime", "memberof": "js/videojs.record.js~Record", @@ -9738,7 +9770,7 @@ "longname": "js/videojs.record.js~Record#_formatTime", "access": "private", "description": null, - "lineNumber": 1905, + "lineNumber": 1924, "undocument": true, "type": { "types": [ @@ -9747,7 +9779,7 @@ } }, { - "__docId__": 509, + "__docId__": 511, "kind": "method", "name": "displayVolumeControl", "memberof": "js/videojs.record.js~Record", @@ -9757,7 +9789,7 @@ "longname": "js/videojs.record.js~Record#displayVolumeControl", "access": "private", "description": "Show or hide the volume menu.", - "lineNumber": 1922, + "lineNumber": 1941, "params": [ { "nullable": null, @@ -9773,7 +9805,7 @@ "return": null }, { - "__docId__": 510, + "__docId__": 512, "kind": "method", "name": "onStreamVisible", "memberof": "js/videojs.record.js~Record", @@ -9783,7 +9815,7 @@ "longname": "js/videojs.record.js~Record#onStreamVisible", "access": "private", "description": "Invoked when the video device is ready and stream is visible.", - "lineNumber": 1939, + "lineNumber": 1958, "params": [ { "nullable": null, @@ -9799,7 +9831,7 @@ "return": null }, { - "__docId__": 511, + "__docId__": 513, "kind": "method", "name": "onEnterPiP", "memberof": "js/videojs.record.js~Record", @@ -9809,7 +9841,7 @@ "longname": "js/videojs.record.js~Record#onEnterPiP", "access": "private", "description": "Invoked when entering picture-in-picture mode.", - "lineNumber": 1954, + "lineNumber": 1973, "params": [ { "nullable": null, @@ -9825,7 +9857,7 @@ "return": null }, { - "__docId__": 512, + "__docId__": 514, "kind": "method", "name": "onLeavePiP", "memberof": "js/videojs.record.js~Record", @@ -9835,7 +9867,7 @@ "longname": "js/videojs.record.js~Record#onLeavePiP", "access": "private", "description": "Invoked when leaving picture-in-picture mode.", - "lineNumber": 1964, + "lineNumber": 1983, "params": [ { "nullable": null, @@ -9853,15 +9885,15 @@ { "kind": "index", "content": "# videojs-record\n\nA [video.js](https://www.videojs.com/) plugin for recording audio/video/image files.\n\n![Screenshot](https://raw.githubusercontent.com/collab-project/videojs-record/master/docs/img/screenshot.png?raw=true \"Screenshot\")\n\n## Documentation\n\nThe documentation and examples can be found on: https://collab-project.github.io/videojs-record\n\n[![npm version](https://img.shields.io/npm/v/videojs-record.svg?style=flat)](https://www.npmjs.com/package/videojs-record)\n[![npm](https://img.shields.io/npm/dm/videojs-record.svg)](https://github.com/collab-project/videojs-record/releases)\n[![License](https://img.shields.io/npm/l/videojs-record.svg)](LICENSE)\n[![Build Status](https://github.com/collab-project/videojs-record/workflows/videojs-record/badge.svg?branch=master)](https://github.com/collab-project/videojs-record/actions?workflow=videojs-record)\n[![Coverage Status](https://coveralls.io/repos/github/collab-project/videojs-record/badge.svg?branch=master)](https://coveralls.io/github/collab-project/videojs-record?branch=master)\n![Size](https://img.shields.io/bundlephobia/minzip/videojs-record.svg?style=flat)\n[![Financial Contributors on Open Collective](https://opencollective.com/collab/all/badge.svg?label=financial+contributors)](https://opencollective.com/collab)\n![Stars](https://img.shields.io/github/stars/collab-project/videojs-record.svg?style=social)\n\nDonate\n------\n\n### Financial Contributors\n\nBecome a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/collab/contribute)]\n\n#### Individuals\n\n\n\n#### Organizations\n\nSupport this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/collab/contribute)]\n\n\n\n\n\n\n\n\n\n\n\n", - "longname": "/home/thijs/projects/videojs-record/README.md", + "longname": "/Users/thijstriemstra/projects/videojs-record/README.md", "name": "./README.md", "static": true, "access": "public" }, { "kind": "packageJSON", - "content": "{\n \"name\": \"videojs-record\",\n \"version\": \"4.4.0\",\n \"description\": \"A video.js plugin for recording audio/video/image files.\",\n \"author\": \"Collab\",\n \"license\": \"MIT\",\n \"readmeFilename\": \"README.md\",\n \"bugs\": {\n \"url\": \"https://github.com/collab-project/videojs-record/issues\"\n },\n \"homepage\": \"https://github.com/collab-project/videojs-record\",\n \"main\": \"dist/videojs.record.js\",\n \"style\": \"dist/css/videojs.record.css\",\n \"sass\": \"src/css/videojs.record.scss\",\n \"directories\": {\n \"doc\": \"./docs\",\n \"lib\": \"./src\",\n \"example\": \"./examples\",\n \"test\": \"./test\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/collab-project/videojs-record.git\"\n },\n \"scripts\": {\n \"clean\": \"rimraf dist\",\n \"build\": \"npm run clean && npm run build:dev && npm run build:min && npm run build:language\",\n \"build:main\": \"webpack --config ./build-config/webpack.dev.main.js\",\n \"build:main:min\": \"webpack --config ./build-config/webpack.prod.main.js\",\n \"build:plugins\": \"webpack --config ./build-config/webpack.dev.plugins.js\",\n \"build:plugins:min\": \"webpack --config ./build-config/webpack.prod.plugins.js\",\n \"build:dev\": \"npm run build:main && npm run build:plugins\",\n \"build:min\": \"npm run build:main:min && npm run build:plugins:min\",\n \"build:language\": \"vjslang -d dist/lang src/lang/*.json\",\n \"docs\": \"npm-run-all docs:*\",\n \"docs:api\": \"rimraf docs/api && esdoc\",\n \"lint\": \"npm-run-all lint:*\",\n \"lint:js\": \"eslint src/js test build-config\",\n \"lint:buddy\": \"buddy --no-color src/js\",\n \"lint:json\": \"jsonlint-cli src/lang/*.json src/fonts/*.json\",\n \"lint:html\": \"htmlhint examples\",\n \"start\": \"npm run build && webpack serve --config ./build-config/webpack.dev.main.js\",\n \"test\": \"karma start karma.conf.js\",\n \"prepublishOnly\": \"not-in-install && npm run build || in-install\"\n },\n \"files\": [\n \"dist/\",\n \"src/\"\n ],\n \"keywords\": [\n \"waveform\",\n \"audio\",\n \"video\",\n \"wavesurfer\",\n \"videojs\",\n \"videojs-plugin\",\n \"player\",\n \"record\",\n \"stream\",\n \"microphone\",\n \"screen\",\n \"screenshare\",\n \"recorder\",\n \"RecordRTC\",\n \"MediaRecorder\",\n \"libvorbis.js\",\n \"vorbis\",\n \"ogg\",\n \"mp3\",\n \"wav\",\n \"webm\",\n \"opus\"\n ],\n \"dependencies\": {\n \"recordrtc\": \">=5.6.2\",\n \"video.js\": \">=7.0.5\",\n \"videojs-wavesurfer\": \">=3.7.0\",\n \"webrtc-adapter\": \">=7.7.1\"\n },\n \"devDependencies\": {\n \"@babel/core\": \"^7.13.14\",\n \"@babel/plugin-transform-runtime\": \"^7.13.10\",\n \"@babel/preset-env\": \"^7.13.12\",\n \"@babel/register\": \"^7.13.14\",\n \"@chiragrupani/karma-chromium-edge-launcher\": \"^2.1.0\",\n \"@ffmpeg/core\": \"^0.8.5\",\n \"@ffmpeg/ffmpeg\": \"^0.9.7\",\n \"@mattiasbuelens/web-streams-polyfill\": \"^0.3.2\",\n \"add-zero\": \"^1.0.0\",\n \"babel-loader\": \"^8.2.2\",\n \"babel-plugin-add-module-exports\": \"^1.0.4\",\n \"babel-plugin-istanbul\": \"^6.0.0\",\n \"browserslist\": \"^4.16.3\",\n \"buddy.js\": \"^0.9.3\",\n \"buffer\": \"^6.0.3\",\n \"colors\": \"^1.4.0\",\n \"copy-webpack-plugin\": \"^8.1.0\",\n \"css-loader\": \"^5.2.0\",\n \"css-minimizer-webpack-plugin\": \"^1.3.0\",\n \"date-fns\": \"^2.19.0\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^7.23.0\",\n \"ffmpeg.js\": \"^4.2.9003\",\n \"file-loader\": \"^6.2.0\",\n \"fine-uploader\": \">=5.16\",\n \"formidable\": \"^1.2.2\",\n \"fs-extra\": \"^9.1.0\",\n \"host-environment\": \"^2.1.2\",\n \"htmlhint\": \"^0.14.2\",\n \"in-publish\": \"^2.0.1\",\n \"jasmine-core\": \"^3.7.1\",\n \"jsonlint-cli\": \"^1.0.1\",\n \"karma\": \"^5.2.3\",\n \"karma-chrome-launcher\": \"^3.1.0\",\n \"karma-coverage\": \"^2.0.3\",\n \"karma-detect-browsers\": \"^2.3.3\",\n \"karma-firefox-launcher\": \"^2.1.0\",\n \"karma-host-environment\": \"^3.0.3\",\n \"karma-jasmine\": \"^4.0.1\",\n \"karma-jasmine-matchers\": \"^4.0.2\",\n \"karma-verbose-reporter\": \"0.0.6\",\n \"karma-webpack\": \"^5.0.0\",\n \"lamejs\": \">=1.2.0\",\n \"libvorbis.js\": \">=1.1.2\",\n \"log-timestamp\": \"^0.3.0\",\n \"mini-css-extract-plugin\": \"^1.4.0\",\n \"node-fs-extra\": \"^0.8.2\",\n \"node-static\": \"^0.7.11\",\n \"npm-run-all\": \"^4.1.5\",\n \"opus-media-recorder\": \">=0.8.0\",\n \"opus-recorder\": \">=8.0.3\",\n \"parse-ms\": \"^2.1.0\",\n \"recorderjs\": \"git+https://github.com/mattdiamond/Recorderjs.git\",\n \"rimraf\": \"^3.0.2\",\n \"sass\": \"^1.32.8\",\n \"sass-loader\": \"^11.0.1\",\n \"style-loader\": \"^2.0.0\",\n \"terser-webpack-plugin\": \"^5.1.1\",\n \"ts-ebml\": \"^2.0.2\",\n \"url-loader\": \"^4.1.1\",\n \"videojs-languages\": \"^2.0.0\",\n \"vmsg\": \">=0.3.6\",\n \"webm-wasm\": \">=0.4.1\",\n \"webpack\": \"^5.30.0\",\n \"webpack-cli\": \"^4.6.0\",\n \"webpack-dev-server\": \"^4.0.0-beta.0\",\n \"webpack-merge\": \"^5.7.3\",\n \"webpack-remove-empty-scripts\": \"^0.7.1\"\n },\n \"collective\": {\n \"type\": \"opencollective\",\n \"url\": \"https://opencollective.com/collab\"\n }\n}\n", - "longname": "/home/thijs/projects/videojs-record/package.json", + "content": "{\n \"name\": \"videojs-record\",\n \"version\": \"4.5.0\",\n \"description\": \"A video.js plugin for recording audio/video/image files.\",\n \"author\": \"Collab\",\n \"license\": \"MIT\",\n \"readmeFilename\": \"README.md\",\n \"bugs\": {\n \"url\": \"https://github.com/collab-project/videojs-record/issues\"\n },\n \"homepage\": \"https://github.com/collab-project/videojs-record\",\n \"main\": \"dist/videojs.record.js\",\n \"style\": \"dist/css/videojs.record.css\",\n \"sass\": \"src/css/videojs.record.scss\",\n \"directories\": {\n \"doc\": \"./docs\",\n \"lib\": \"./src\",\n \"example\": \"./examples\",\n \"test\": \"./test\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/collab-project/videojs-record.git\"\n },\n \"scripts\": {\n \"clean\": \"rimraf dist\",\n \"build\": \"npm run clean && npm run build:dev && npm run build:min && npm run build:language\",\n \"build:main\": \"webpack --config ./build-config/webpack.dev.main.js\",\n \"build:main:min\": \"webpack --config ./build-config/webpack.prod.main.js\",\n \"build:plugins\": \"webpack --config ./build-config/webpack.dev.plugins.js\",\n \"build:plugins:min\": \"webpack --config ./build-config/webpack.prod.plugins.js\",\n \"build:dev\": \"npm run build:main && npm run build:plugins\",\n \"build:min\": \"npm run build:main:min && npm run build:plugins:min\",\n \"build:language\": \"vjslang -d dist/lang src/lang/*.json\",\n \"docs\": \"npm-run-all docs:*\",\n \"docs:api\": \"rimraf docs/api && esdoc\",\n \"lint\": \"npm-run-all lint:*\",\n \"lint:js\": \"eslint src/js test build-config\",\n \"lint:buddy\": \"buddy --no-color src/js\",\n \"lint:json\": \"jsonlint-cli src/lang/*.json src/fonts/*.json\",\n \"lint:html\": \"htmlhint examples\",\n \"start\": \"npm run build && webpack serve --config ./build-config/webpack.dev.main.js\",\n \"test\": \"karma start karma.conf.js\",\n \"prepublishOnly\": \"not-in-install && npm run build || in-install\"\n },\n \"files\": [\n \"dist/\",\n \"src/\"\n ],\n \"keywords\": [\n \"waveform\",\n \"audio\",\n \"video\",\n \"wavesurfer\",\n \"videojs\",\n \"videojs-plugin\",\n \"player\",\n \"record\",\n \"stream\",\n \"microphone\",\n \"screen\",\n \"screenshare\",\n \"recorder\",\n \"RecordRTC\",\n \"MediaRecorder\",\n \"libvorbis.js\",\n \"vorbis\",\n \"ogg\",\n \"mp3\",\n \"wav\",\n \"webm\",\n \"opus\"\n ],\n \"dependencies\": {\n \"recordrtc\": \">=5.6.2\",\n \"video.js\": \">=7.0.5\",\n \"videojs-wavesurfer\": \">=3.7.0\",\n \"webrtc-adapter\": \">=8.0.0\"\n },\n \"devDependencies\": {\n \"@babel/core\": \"^7.14.5\",\n \"@babel/plugin-transform-runtime\": \"^7.14.5\",\n \"@babel/preset-env\": \"^7.14.5\",\n \"@babel/register\": \"^7.14.5\",\n \"@chiragrupani/karma-chromium-edge-launcher\": \"^2.1.1\",\n \"@ffmpeg/core\": \"^0.10.0\",\n \"@ffmpeg/ffmpeg\": \"^0.10.1\",\n \"@mattiasbuelens/web-streams-polyfill\": \"^0.3.2\",\n \"add-zero\": \"^1.0.0\",\n \"babel-loader\": \"^8.2.2\",\n \"babel-plugin-add-module-exports\": \"^1.0.4\",\n \"babel-plugin-istanbul\": \"^6.0.0\",\n \"browserslist\": \"^4.16.6\",\n \"buddy.js\": \"^0.9.3\",\n \"buffer\": \"^6.0.3\",\n \"colors\": \"^1.4.0\",\n \"copy-webpack-plugin\": \"^9.0.0\",\n \"css-loader\": \"^5.2.6\",\n \"css-minimizer-webpack-plugin\": \"^3.0.1\",\n \"date-fns\": \"^2.22.1\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^7.28.0\",\n \"ffmpeg.js\": \"^4.2.9003\",\n \"file-loader\": \"^6.2.0\",\n \"fine-uploader\": \">=5.16\",\n \"formidable\": \"^1.2.2\",\n \"fs-extra\": \"^10.0.0\",\n \"host-environment\": \"^2.1.2\",\n \"htmlhint\": \"^0.15.1\",\n \"in-publish\": \"^2.0.1\",\n \"jasmine-core\": \"^3.7.1\",\n \"jsonlint-cli\": \"^1.0.1\",\n \"karma\": \"^6.3.4\",\n \"karma-chrome-launcher\": \"^3.1.0\",\n \"karma-coverage\": \"^2.0.3\",\n \"karma-detect-browsers\": \"^2.3.3\",\n \"karma-firefox-launcher\": \"^2.1.1\",\n \"karma-host-environment\": \"^3.0.3\",\n \"karma-jasmine\": \"^4.0.1\",\n \"karma-jasmine-matchers\": \"^4.0.2\",\n \"karma-verbose-reporter\": \"0.0.6\",\n \"karma-webpack\": \"^5.0.0\",\n \"lamejs\": \">=1.2.0\",\n \"libvorbis.js\": \">=1.1.2\",\n \"log-timestamp\": \"^0.3.0\",\n \"mini-css-extract-plugin\": \"^1.6.0\",\n \"node-fs-extra\": \"^0.8.2\",\n \"node-static\": \"^0.7.11\",\n \"npm-run-all\": \"^4.1.5\",\n \"opus-media-recorder\": \">=0.8.0\",\n \"opus-recorder\": \">=8.0.3\",\n \"parse-ms\": \"^3.0.0\",\n \"recorderjs\": \"git+https://github.com/mattdiamond/Recorderjs.git\",\n \"rimraf\": \"^3.0.2\",\n \"sass\": \"^1.34.1\",\n \"sass-loader\": \"^12.1.0\",\n \"style-loader\": \"^2.0.0\",\n \"terser-webpack-plugin\": \"^5.1.3\",\n \"ts-ebml\": \"^2.0.2\",\n \"url-loader\": \"^4.1.1\",\n \"videojs-languages\": \"^2.0.0\",\n \"vmsg\": \">=0.4.0\",\n \"webm-wasm\": \">=0.4.1\",\n \"webpack\": \"^5.38.1\",\n \"webpack-cli\": \"^4.7.2\",\n \"webpack-dev-server\": \"^4.0.0-beta.2\",\n \"webpack-merge\": \"^5.8.0\",\n \"webpack-remove-empty-scripts\": \"^0.7.1\"\n },\n \"collective\": {\n \"type\": \"opencollective\",\n \"url\": \"https://opencollective.com/collab\"\n }\n}\n", + "longname": "/Users/thijstriemstra/projects/videojs-record/package.json", "name": "package.json", "static": true, "access": "public" diff --git a/docs/api/script/search_index.js b/docs/api/script/search_index.js index 491f9cf30..a38cd4401 100644 --- a/docs/api/script/search_index.js +++ b/docs/api/script/search_index.js @@ -2087,6 +2087,18 @@ window.esdocSearchIndex = [ "js/videojs.record.js~Record#constructor", "method" ], + [ + "js/videojs.record.js~record#convert", + "class/js/videojs.record.js~Record.html#instance-method-convert", + "js/videojs.record.js~Record#convert", + "method" + ], + [ + "js/videojs.record.js~record#convertauto", + "class/js/videojs.record.js~Record.html#instance-member-convertAuto", + "js/videojs.record.js~Record#convertAuto", + "member" + ], [ "js/videojs.record.js~record#convertengine", "class/js/videojs.record.js~Record.html#instance-member-convertEngine", diff --git a/docs/api/source.html b/docs/api/source.html index e56da4289..6e8a0be50 100644 --- a/docs/api/source.html +++ b/docs/api/source.html @@ -100,7 +100,7 @@
-

Source 221/395

+

Source 222/397

@@ -122,7 +122,7 @@ - + @@ -131,7 +131,7 @@ - + @@ -139,7 +139,7 @@ - + @@ -147,7 +147,7 @@ - + @@ -155,7 +155,7 @@ - + @@ -163,7 +163,7 @@ - + @@ -171,15 +171,15 @@ - + - - - + + + @@ -191,7 +191,7 @@ - + @@ -202,7 +202,7 @@ - + @@ -221,7 +221,7 @@ - + @@ -236,7 +236,7 @@ - + @@ -244,7 +244,7 @@ - + @@ -252,7 +252,7 @@ - + @@ -260,7 +260,7 @@ - + @@ -268,7 +268,7 @@ - + @@ -276,7 +276,7 @@ - + @@ -284,7 +284,7 @@ - + @@ -292,7 +292,7 @@ - + @@ -300,7 +300,7 @@ - + @@ -308,7 +308,7 @@ - + @@ -316,7 +316,7 @@ - + @@ -324,7 +324,7 @@ - + @@ -332,7 +332,7 @@ - + @@ -340,7 +340,7 @@ - + @@ -348,7 +348,7 @@ - + @@ -356,7 +356,7 @@ - + @@ -369,7 +369,7 @@ - + @@ -379,7 +379,7 @@ - + @@ -387,7 +387,7 @@ - + @@ -395,16 +395,16 @@ - + - + - - - - + + + +
66 %2/3 795 byte 382021-02-04 02:42:04 (UTC)2021-02-07 17:41:57 (UTC)
js/controls/camera-button.js80 %8/10 3405 byte 1352020-11-07 22:55:58 (UTC)2020-04-04 17:43:05 (UTC)
js/controls/device-button.js60 %3/5 1396 byte 592020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/controls/picture-in-picture-toggle.js77 %7/9 3670 byte 1342020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/controls/record-canvas.js66 %2/3 770 byte 382021-02-04 02:42:04 (UTC)2021-02-07 17:41:57 (UTC)
js/controls/record-indicator.js85 %6/7 1805 byte 802020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/controls/record-toggle.js80 %8/10 3193 byte 1262020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/defaults.js pluginDefaultOptions 100 %1/16478 byte1402021-02-02 20:23:05 (UTC)6621 byte1432021-05-07 11:05:35 (UTC)
js/engine/convert-engine.js46 %6/13 2676 byte 972021-02-02 20:11:26 (UTC)2021-01-01 22:46:36 (UTC)
js/engine/engine-loader.js100 %4/4 3606 byte 1412021-02-02 20:23:05 (UTC)2021-01-01 18:51:47 (UTC)
js/engine/record-engine.js35 %7/20 3419 byte 1352021-02-02 20:23:05 (UTC)2021-03-01 02:24:06 (UTC)
js/engine/record-mode.js22 %2/9 1387 byte 542020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/engine/record-rtc.js64 %11/17 7401 byte 2552021-03-02 18:49:24 (UTC)2021-04-05 13:25:51 (UTC)
js/event.js100 %1/1 1289 byte 472020-11-07 22:55:58 (UTC)2020-04-04 17:43:05 (UTC)
js/hot-keys.js25 %1/4 1354 byte 542020-11-07 22:55:49 (UTC)2021-02-01 02:00:51 (UTC)
js/plugins/ffmpeg-wasm-plugin.js87 %7/8 2999 byte 1112021-02-02 20:11:26 (UTC)2021-01-01 18:51:47 (UTC)
js/plugins/ffmpegjs-plugin.js60 %9/15 4995 byte 1812021-02-02 20:11:26 (UTC)2021-01-01 18:51:47 (UTC)
js/plugins/lamejs-plugin.js60 %12/20 4404 byte 1622020-11-07 22:55:58 (UTC)2020-05-04 17:42:55 (UTC)
js/plugins/libvorbis-plugin.js60 %9/15 2501 byte 1072020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/plugins/opus-media-recorder-plugin.js53 %8/15 2980 byte 1132021-02-02 20:11:26 (UTC)2021-01-01 18:51:47 (UTC)
js/plugins/opus-recorder-plugin.js68 %15/22 4367 byte 1662020-12-04 19:54:16 (UTC)2021-06-02 20:50:29 (UTC)
js/plugins/recorderjs-plugin.js60 %9/15 2803 byte 1102020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/plugins/ts-ebml-plugin.js66 %2/3 1976 byte 762021-02-02 20:11:26 (UTC)2021-02-06 16:46:28 (UTC)
js/plugins/vmsg-plugin.js57 %11/19 4077 byte 1542020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/plugins/webm-wasm-plugin.js61 %8/13 2150 byte 852020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/utils/browser-shim.js100 %1/1 341 byte 162020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/utils/compare-version.js100 %1/1 921 byte 322020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/utils/detect-browser.js28 %2/7 2872 byte 972020-11-07 22:55:49 (UTC)2020-04-04 17:43:05 (UTC)
js/utils/file-util.js100 %3/3 3453 byte 1162021-03-02 13:27:34 (UTC)2021-04-05 13:25:51 (UTC)
js/utils/format-time.js100 %1/1 1744 byte 602020-11-07 22:55:58 (UTC)2020-05-04 17:42:55 (UTC)
js/utils/mime.js100 %3/3 959 byte 452021-03-02 18:31:57 (UTC)2021-03-01 01:39:29 (UTC)
js/videojs.record.jsjs/videojs.record.js Plugin Record43 %51/11868803 byte19792021-03-02 22:17:23 (UTC)43 %52/12069520 byte19982021-06-02 20:13:37 (UTC)
diff --git a/docs/api/variable/index.html b/docs/api/variable/index.html index f784eeb4c..9b943f91d 100644 --- a/docs/api/variable/index.html +++ b/docs/api/variable/index.html @@ -819,7 +819,7 @@ - pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "formatTime": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *} + pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "formatTime": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "convertAuto": boolean, "hotKeys": *, "pluginLibraryOptions": *}

@@ -1921,7 +1921,7 @@

- pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "formatTime": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "hotKeys": *, "pluginLibraryOptions": *} + pluginDefaultOptions: {"image": *, "audio": *, "video": *, "animation": *, "screen": *, "maxLength": number, "maxFileSize": *, "displayMilliseconds": *, "formatTime": *, "frameWidth": number, "frameHeight": number, "debug": *, "pip": *, "autoMuteDevice": *, "videoBitRate": number, "videoEngine": string, "videoFrameRate": number, "videoMimeType": string, "videoRecorderType": string, "videoWorkerURL": *, "videoWebAssemblyURL": *, "audioEngine": string, "audioRecorderType": string, "audioMimeType": string, "audioBufferSize": number, "audioSampleRate": number, "audioBitRate": number, "audioChannels": number, "audioWorkerURL": *, "audioWebAssemblyURL": *, "audioBufferUpdate": *, "animationFrameRate": number, "animationQuality": number, "imageOutputType": string, "imageOutputFormat": string, "imageOutputQuality": number, "timeSlice": *, "convertEngine": *, "convertWorkerURL": *, "convertOptions": *, "convertAuto": boolean, "hotKeys": *, "pluginLibraryOptions": *} since 2.0.0 diff --git a/package-lock.json b/package-lock.json index 6d33bb058..5a51f3e75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "videojs-record", - "version": "4.4.0", + "version": "4.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1808,9 +1808,9 @@ "dev": true }, "@ffmpeg/ffmpeg": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@ffmpeg/ffmpeg/-/ffmpeg-0.10.0.tgz", - "integrity": "sha512-W+d0ysYTO6d4vue/0KMYrxaprh9wvmnPqh6qyHXavBWLrDcE7gI3cJ/EQVfwe9nrt2e0Pi7873P2I18VEDgRfA==", + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@ffmpeg/ffmpeg/-/ffmpeg-0.10.1.tgz", + "integrity": "sha512-ChQkH7Rh57hmVo1LhfQFibWX/xqneolJKSwItwZdKPcLZuKigtYAYDIvB55pDfP17VtR1R77SxgkB2/UApB+Og==", "dev": true, "requires": { "is-url": "^1.2.4", @@ -3590,7 +3590,7 @@ }, "cheerio": { "version": "0.22.0", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz", + "resolved": "http://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz", "integrity": "sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=", "dev": true, "requires": { @@ -3614,7 +3614,7 @@ "dependencies": { "css-select": { "version": "1.2.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", "dev": true, "requires": { @@ -8429,33 +8429,33 @@ } }, "karma": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/karma/-/karma-6.3.3.tgz", - "integrity": "sha512-JRAujkKWaOtO2LmyPH7K2XXRhrxuFAn9loIL9+iiah6vjz+ZLkqdKsySV9clRITGhj10t9baIfbCl6CJ5hu9gQ==", + "version": "6.3.4", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.3.4.tgz", + "integrity": "sha512-hbhRogUYIulfkBTZT7xoPrCYhRBnBoqbbL4fszWD0ReFGUxU+LYBr3dwKdAluaDQ/ynT9/7C+Lf7pPNW4gSx4Q==", "dev": true, "requires": { "body-parser": "^1.19.0", "braces": "^3.0.2", - "chokidar": "^3.4.2", + "chokidar": "^3.5.1", "colors": "^1.4.0", "connect": "^3.7.0", "di": "^0.0.1", "dom-serialize": "^2.2.1", - "glob": "^7.1.6", - "graceful-fs": "^4.2.4", + "glob": "^7.1.7", + "graceful-fs": "^4.2.6", "http-proxy": "^1.18.1", - "isbinaryfile": "^4.0.6", - "lodash": "^4.17.19", - "log4js": "^6.2.1", - "mime": "^2.4.5", + "isbinaryfile": "^4.0.8", + "lodash": "^4.17.21", + "log4js": "^6.3.0", + "mime": "^2.5.2", "minimatch": "^3.0.4", "qjobs": "^1.2.0", "range-parser": "^1.2.1", "rimraf": "^3.0.2", "socket.io": "^3.1.0", "source-map": "^0.6.1", - "tmp": "0.2.1", - "ua-parser-js": "^0.7.23", + "tmp": "^0.2.1", + "ua-parser-js": "^0.7.28", "yargs": "^16.1.1" }, "dependencies": { diff --git a/package.json b/package.json index 37622bbeb..2e63d93c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-record", - "version": "4.4.0", + "version": "4.5.0", "description": "A video.js plugin for recording audio/video/image files.", "author": "Collab", "license": "MIT", @@ -84,7 +84,7 @@ "@babel/register": "^7.14.5", "@chiragrupani/karma-chromium-edge-launcher": "^2.1.1", "@ffmpeg/core": "^0.10.0", - "@ffmpeg/ffmpeg": "^0.10.0", + "@ffmpeg/ffmpeg": "^0.10.1", "@mattiasbuelens/web-streams-polyfill": "^0.3.2", "add-zero": "^1.0.0", "babel-loader": "^8.2.2", @@ -111,7 +111,7 @@ "in-publish": "^2.0.1", "jasmine-core": "^3.7.1", "jsonlint-cli": "^1.0.1", - "karma": "^6.3.3", + "karma": "^6.3.4", "karma-chrome-launcher": "^3.1.0", "karma-coverage": "^2.0.3", "karma-detect-browsers": "^2.3.3",